UserNotifications / Client / update_notification_configuration
update_notification_configuration#
- UserNotifications.Client.update_notification_configuration(**kwargs)#
Updates a NotificationConfiguration.
See also: AWS API Documentation
Request Syntax
response = client.update_notification_configuration( arn='string', name='string', description='string', aggregationDuration='LONG'|'SHORT'|'NONE' )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) used to update the NotificationConfiguration.
name (string) – The name of the NotificationConfiguration.
description (string) – The description of the NotificationConfiguration.
aggregationDuration (string) –
The status of this NotificationConfiguration.
The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.Values:
ACTIVEAll EventRules are
ACTIVEand any call can be run.
PARTIALLY_ACTIVESome EventRules are
ACTIVEand some areINACTIVE. Any call can be run.Any call can be run.
INACTIVEAll EventRules are
INACTIVEand any call can be run.
DELETINGThis NotificationConfiguration is being deleted.
Only
GETandLISTcalls can be run.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string' }
Response Structure
(dict) –
arn (string) –
The ARN used to update the NotificationConfiguration.
Exceptions
UserNotifications.Client.exceptions.AccessDeniedExceptionUserNotifications.Client.exceptions.ValidationExceptionUserNotifications.Client.exceptions.InternalServerExceptionUserNotifications.Client.exceptions.ThrottlingExceptionUserNotifications.Client.exceptions.ConflictExceptionUserNotifications.Client.exceptions.ResourceNotFoundException