ManagedintegrationsforIoTDeviceManagement / Client / update_notification_configuration

update_notification_configuration#

ManagedintegrationsforIoTDeviceManagement.Client.update_notification_configuration(**kwargs)#

Update a notification configuration.

See also: AWS API Documentation

Request Syntax

response = client.update_notification_configuration(
    EventType='DEVICE_COMMAND'|'DEVICE_COMMAND_REQUEST'|'DEVICE_EVENT'|'DEVICE_LIFE_CYCLE'|'DEVICE_STATE'|'DEVICE_OTA'|'CONNECTOR_ASSOCIATION'|'CONNECTOR_ERROR_REPORT',
    DestinationName='string'
)
Parameters:
  • EventType (string) –

    [REQUIRED]

    The type of event triggering a device notification to the customer-managed destination.

  • DestinationName (string) –

    [REQUIRED]

    The name of the destination for the notification configuration.

Returns:

None

Exceptions