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

*********************************
update_notification_configuration
*********************************



.. py:method:: KinesisVideo.Client.update_notification_configuration(**kwargs)

  

  Updates the notification information for a stream.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/UpdateNotificationConfiguration>`_  


  **Request Syntax**
  ::

    response = client.update_notification_configuration(
        StreamName='string',
        StreamARN='string',
        NotificationConfiguration={
            'Status': 'ENABLED'|'DISABLED',
            'DestinationConfig': {
                'Uri': 'string'
            }
        }
    )
    
  :type StreamName: string
  :param StreamName: 

    The name of the stream from which to update the notification configuration. You must specify either the ``StreamName`` or the ``StreamARN``.

    

  
  :type StreamARN: string
  :param StreamARN: 

    The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification configuration. You must specify either the ``StreamName`` or the ``StreamARN``.

    

  
  :type NotificationConfiguration: dict
  :param NotificationConfiguration: 

    The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.

    

  
    - **Status** *(string) --* **[REQUIRED]** 

      Indicates if a notification configuration is enabled or disabled.

      

    
    - **DestinationConfig** *(dict) --* **[REQUIRED]** 

      The destination information required to deliver a notification to a customer.

      

    
      - **Uri** *(string) --* **[REQUIRED]** 

        The Uniform Resource Identifier (URI) that identifies where the images will be delivered.

        

      
    
  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`KinesisVideo.Client.exceptions.InvalidArgumentException`

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

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

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

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

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

  