/
POST
/
-
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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliveryChannelName": "string"
}'
Response Response Example
200 - Example 1
{
"configSnapshotId": "string"
}
Request
Header Params
X-Amz-Target
string
required
Body Params application/json
Responses
Modified at 2023-08-15 05:59:06