class Aws::APIGateway::Types::Deployments
Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.
<div class=“remarks” markdown=“1”> To create a new deployment of a RestApi
, make a `POST` request against this resource. To view, update, or delete an existing deployment, make a `GET`, `PATCH`, or `DELETE` request, respectively, on a specified Deployment
resource. </div>
<div class=“seeAlso” markdown=“1”>
- Deploying an API], [AWS CLI], [AWS SDKs][3
-
</div>
[1]: docs.aws.amazon.com/apigateway/latest/developerguide/how-to-deploy-api.html [2]: docs.aws.amazon.com/cli/latest/reference/apigateway/get-deployment.html [3]: aws.amazon.com/tools/
@!attribute [rw] position
@return [String]
@!attribute [rw] items
The current page of elements from this collection. @return [Array<Types::Deployment>]
Constants
- SENSITIVE