

# DeliverConfigSnapshot
<a name="API_DeliverConfigSnapshot"></a>

Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel. After the delivery has started, Amazon 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.

## Request Syntax
<a name="API_DeliverConfigSnapshot_RequestSyntax"></a>

```
{
   "deliveryChannelName": "string"
}
```

## Request Parameters
<a name="API_DeliverConfigSnapshot_RequestParameters"></a>

For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

The request accepts the following data in JSON format.

 ** [deliveryChannelName](#API_DeliverConfigSnapshot_RequestSyntax) **   <a name="config-DeliverConfigSnapshot-request-deliveryChannelName"></a>
The name of the delivery channel through which the snapshot is delivered.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Required: Yes

## Response Syntax
<a name="API_DeliverConfigSnapshot_ResponseSyntax"></a>

```
{
   "configSnapshotId": "string"
}
```

## Response Elements
<a name="API_DeliverConfigSnapshot_ResponseElements"></a>

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

 ** [configSnapshotId](#API_DeliverConfigSnapshot_ResponseSyntax) **   <a name="config-DeliverConfigSnapshot-response-configSnapshotId"></a>
The ID of the snapshot that is being created.  
Type: String

## Errors
<a name="API_DeliverConfigSnapshot_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** NoAvailableConfigurationRecorderException **   
There are no customer managed configuration recorders available to record your resources. Use the [PutConfigurationRecorder](https://docs.amazonaws.cn/config/latest/APIReference/API_PutConfigurationRecorder.html) operation to create the customer managed configuration recorder.  
HTTP Status Code: 400

 ** NoRunningConfigurationRecorderException **   
There is no configuration recorder running.  
HTTP Status Code: 400

 ** NoSuchDeliveryChannelException **   
You have specified a delivery channel that does not exist.  
HTTP Status Code: 400

## See Also
<a name="API_DeliverConfigSnapshot_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon Command Line Interface V2](https://docs.amazonaws.cn/goto/cli2/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for .NET V4](https://docs.amazonaws.cn/goto/DotNetSDKV4/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for Go v2](https://docs.amazonaws.cn/goto/SdkForGoV2/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for JavaScript V3](https://docs.amazonaws.cn/goto/SdkForJavaScriptV3/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for Kotlin](https://docs.amazonaws.cn/goto/SdkForKotlin/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for PHP V3](https://docs.amazonaws.cn/goto/SdkForPHPV3/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for Python](https://docs.amazonaws.cn/goto/boto3/config-2014-11-12/DeliverConfigSnapshot) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/config-2014-11-12/DeliverConfigSnapshot) 