v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14158764.0 KB

Updates a deployment.

post/updateDeployment

Request body

deploymentIdstring required

The ID of the deployment.

specificationsobject required

The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html">SAP deployment specifications</a>. To retrieve the specifications required to create a deployment for other workloads, use the <a href="https://docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html"> <code>GetWorkloadDeploymentPattern</code> </a> operation.

workloadVersionNamestring

The name of the workload version.

deploymentPatternVersionNamestring

The name of the deployment pattern version.

dryRunboolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.

forceboolean

Forces the update even if validation warnings are present.

Response

Success