ManagedintegrationsforIoTDeviceManagement / Client / update_destination
update_destination#
- ManagedintegrationsforIoTDeviceManagement.Client.update_destination(**kwargs)#
Update a destination specified by id.
See also: AWS API Documentation
Request Syntax
response = client.update_destination( Name='string', DeliveryDestinationArn='string', DeliveryDestinationType='KINESIS', RoleArn='string', Description='string' )
- Parameters:
Name (string) –
[REQUIRED]
The name of the customer-managed destination.
DeliveryDestinationArn (string) – The Amazon Resource Name (ARN) of the customer-managed destination.
DeliveryDestinationType (string) – The destination type for the customer-managed destination.
RoleArn (string) – The Amazon Resource Name (ARN) of the delivery destination role.
Description (string) – The description of the customer-managed destination.
- Returns:
None
Exceptions
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException