:doc:`KinesisVideo <../../kinesisvideo>` / Client / describe_media_storage_configuration

************************************
describe_media_storage_configuration
************************************



.. py:method:: KinesisVideo.Client.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 <https://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/DescribeMediaStorageConfiguration>`_  


  **Request Syntax**
  ::

    response = client.describe_media_storage_configuration(
        ChannelName='string',
        ChannelARN='string'
    )
    
  :type ChannelName: string
  :param ChannelName: 

    The name of the channel.

    

  
  :type ChannelARN: string
  :param ChannelARN: 

    The Amazon Resource Name (ARN) of the channel.

    

  
  
  :rtype: dict
  :returns: 
    
    **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**
  
  *   :py:class:`KinesisVideo.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.InvalidArgumentException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`KinesisVideo.Client.exceptions.ClientLimitExceededException`

  