Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface CreateDeploymentCommandInputProtected

The input for CreateDeploymentCommand.

Hierarchy

Properties

applicationId: undefined | string

The application identifier.

applicationVersion: undefined | number

The version of the application to deploy.

clientToken?: string

Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a deployment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

environmentId: undefined | string

The identifier of the runtime environment where you want to deploy this application.