{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-deliver-config-snapshot-response-structure.json", "name": "DeliverConfigSnapshotResponse", "description": "The output for the DeliverConfigSnapshot action, in JSON format.", "type": "object", "properties": { "configSnapshotId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The ID of the snapshot that is being created." } ] } } }