ServiceQuotas / Client / update_auto_management
update_auto_management¶
- ServiceQuotas.Client.update_auto_management(**kwargs)¶
Updates your Service Quotas Automatic Management configuration, including notification preferences and excluded quotas. Automatic Management monitors your Service Quotas utilization and notifies you before you run out of your allocated quotas.
See also: AWS API Documentation
Request Syntax
response = client.update_auto_management( OptInType='NotifyOnly'|'NotifyAndAdjust', NotificationArn='string', ExclusionList={ 'string': [ 'string', ] } )
- Parameters:
OptInType (string) – Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
NotificationArn (string) – The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications you want to update.
ExclusionList (dict) –
List of Amazon Web Services services you want to exclude from Automatic Management. You won’t be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
(string) –
(list) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
ServiceQuotas.Client.exceptions.AccessDeniedException
ServiceQuotas.Client.exceptions.NoSuchResourceException
ServiceQuotas.Client.exceptions.IllegalArgumentException
ServiceQuotas.Client.exceptions.TooManyRequestsException
ServiceQuotas.Client.exceptions.ServiceException