:doc:`ConfigService <../../config>` / Client / deliver_config_snapshot

***********************
deliver_config_snapshot
***********************



.. py:method:: ConfigService.Client.deliver_config_snapshot(**kwargs)

  

  Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, Config sends the following notifications using an Amazon SNS topic that you have specified.

   

  
  * Notification of the start of the delivery.
   
  * Notification of the completion of the delivery, if the delivery was successfully completed.
   
  * Notification of delivery failure, if the delivery failed.
  

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeliverConfigSnapshot>`_  


  **Request Syntax**
  ::

    response = client.deliver_config_snapshot(
        deliveryChannelName='string'
    )
    
  :type deliveryChannelName: string
  :param deliveryChannelName: **[REQUIRED]** 

    The name of the delivery channel through which the snapshot is delivered.

    

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

    
    ::

      {
          'configSnapshotId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      The output for the  DeliverConfigSnapshot action, in JSON format.

      
      

      - **configSnapshotId** *(string) --* 

        The ID of the snapshot that is being created.

        
  
  **Exceptions**
  
  *   :py:class:`ConfigService.Client.exceptions.NoSuchDeliveryChannelException`

  
  *   :py:class:`ConfigService.Client.exceptions.NoAvailableConfigurationRecorderException`

  
  *   :py:class:`ConfigService.Client.exceptions.NoRunningConfigurationRecorderException`

  