KinesisVideo.Client.
update_notification_configuration
(**kwargs)¶Updates the notification information for a stream.
See also: AWS API Documentation
Request Syntax
response = client.update_notification_configuration(
StreamName='string',
StreamARN='string',
NotificationConfiguration={
'Status': 'ENABLED'|'DISABLED',
'DestinationConfig': {
'Uri': 'string'
}
}
)
StreamName
or the StreamARN
.StreamName
or the StreamARN
.The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
Indicates if a notification configuration is enabled or disabled.
The destination information required to deliver a notification to a customer.
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
dict
Response Syntax
{}
Response Structure
Exceptions
KinesisVideo.Client.exceptions.InvalidArgumentException
KinesisVideo.Client.exceptions.ClientLimitExceededException
KinesisVideo.Client.exceptions.ResourceNotFoundException
KinesisVideo.Client.exceptions.AccessDeniedException
KinesisVideo.Client.exceptions.ResourceInUseException
KinesisVideo.Client.exceptions.NoDataRetentionException