v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492266201.3 KB

Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.

post/greengrass/groups/{GroupId}/deployments

Path parameters

GroupIdstring required

The ID of the Greengrass group.

Headers

X-Amzn-Client-Tokenstring

A client token used to correlate requests and responses.

Request body

DeploymentIdstring

The ID of the deployment if you wish to redeploy a previous deployment.

DeploymentType'NewDeployment' | 'Redeployment' | 'ResetDeployment' | 'ForceResetDeployment' required

The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.

GroupVersionIdstring

The ID of the group version to be deployed.

Response

Success

DeploymentArnstring

The ARN of the deployment.

DeploymentIdstring

The ID of the deployment.