Amazon API Gateway · Example Payload

V2 Create Deployment Request Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

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

Top-level fields

StageNameDescription

Example Payload

Raw ↑
{
  "StageName": "my-api-resource",
  "Description": "A description of this resource."
}