ManagedintegrationsforIoTDeviceManagement / Client / list_notification_configurations
list_notification_configurations#
- ManagedintegrationsforIoTDeviceManagement.Client.list_notification_configurations(**kwargs)#
List all notification configurations.
See also: AWS API Documentation
Request Syntax
response = client.list_notification_configurations( MaxResults=123, NextToken='string' )
- Parameters:
MaxResults (integer) – The maximum number of results to return at one time.
NextToken (string) – A token that can be used to retrieve the next set of results.
- Return type:
dict
- Returns:
Response Syntax
{ 'NotificationConfigurationList': [ { 'EventType': 'DEVICE_COMMAND'|'DEVICE_COMMAND_REQUEST'|'DEVICE_EVENT'|'DEVICE_LIFE_CYCLE'|'DEVICE_STATE'|'DEVICE_OTA'|'CONNECTOR_ASSOCIATION'|'CONNECTOR_ERROR_REPORT', 'DestinationName': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) –
NotificationConfigurationList (list) –
The list of notification configurations.
(dict) –
Structure describing a notification configuration.
EventType (string) –
The type of event triggering a device notification to the customer-managed destination.
DestinationName (string) –
The name of the destination for the notification configuration.
NextToken (string) –
A token that can be used to retrieve the next set of results.
Exceptions
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException