EVS / Client / get_account_settings
get_account_settings¶
- EVS.Client.get_account_settings()¶
Returns the configured EVS settings for your Amazon Web Services account in the specified Amazon Web Services Region. If no settings have been set, an empty list is returned.
See also: AWS API Documentation
Request Syntax
response = client.get_account_settings()
- Return type:
dict
- Returns:
Response Syntax
{ 'settings': [ { 'name': 'string', 'value': 'string' }, ] }
Response Structure
(dict) –
The response for the GetAccountSettings operation.
settings (list) –
A list of regional account-level EVS settings for the account. EVS settings that have never been explicitly set are omitted from the response.
(dict) –
A regional account-level EVS setting, represented as a name and value pair.
name (string) –
The name of the EVS setting. Valid values are:
vcfPortedCoreCount(type: numeric string) - The total number of VCF license cores ported to Amazon EVS for the account in that Region. The maximum value is 1,000,000 cores. This setting value is shared with Broadcom for record-keeping.
value (string) –
The value of the EVS setting.
Exceptions
EVS.Client.exceptions.ThrottlingExceptionEVS.Client.exceptions.ValidationExceptionEVS.Client.exceptions.InternalServerException