StopServiceDeployment
Source:
src/AWS/ECS/StopServiceDeployment.ts
Runtime binding for ecs:StopServiceDeployment.
Bind this operation to a Service inside a function runtime to get a
callable that stops an in-progress deployment of the bound service —
either abandoning it or rolling back to the last completed revision.
The host is granted ecs:StopServiceDeployment on the service’s
deployments.
Service Deployments
Section titled “Service Deployments”const stopServiceDeployment = yield* AWS.ECS.StopServiceDeployment(service);
yield* stopServiceDeployment({ serviceDeploymentArn: deploymentArn, stopType: "ROLLBACK",});