Amazon API Gateway · Example Payload

V2 Deployment Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

V2 Deployment Example is an example object payload from Amazon API Gateway, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DeploymentIdDescriptionDeploymentStatusCreatedDate

Example Payload

Raw ↑
{
  "DeploymentId": "abc123def456",
  "Description": "A description of this resource.",
  "DeploymentStatus": "ACTIVE",
  "CreatedDate": "2025-03-15T14:30:00Z"
}