describe_media_storage_configuration
(**kwargs)¶Returns the most current information about the channel. Specify the ChannelName
or ChannelARN
in the input.
See also: AWS API Documentation
Request Syntax
response = client.describe_media_storage_configuration(
ChannelName='string',
ChannelARN='string'
)
dict
Response Syntax
{
'MediaStorageConfiguration': {
'StreamARN': 'string',
'Status': 'ENABLED'|'DISABLED'
}
}
Response Structure
(dict) --
MediaStorageConfiguration (dict) --
A structure that encapsulates, or contains, the media storage configuration properties.
StreamARN (string) --
The Amazon Resource Name (ARN) of the stream
Status (string) --
The status of the media storage configuration.
Exceptions
KinesisVideo.Client.exceptions.ResourceNotFoundException
KinesisVideo.Client.exceptions.InvalidArgumentException
KinesisVideo.Client.exceptions.AccessDeniedException
KinesisVideo.Client.exceptions.ClientLimitExceededException