Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.CodeDeploy.StopDeployment
Description
Attempts to stop an ongoing deployment.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_StopDeployment.html
Request
data StopDeployment Source
Instances
Request constructor
Arguments
:: Text | |
-> StopDeployment |
StopDeployment
constructor.
The fields accessible through corresponding lenses are:
Request lenses
sdDeploymentId :: Lens' StopDeployment Text Source
The unique ID of a deployment.
Response
Response constructor
stopDeploymentResponse :: StopDeploymentResponse Source
StopDeploymentResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
sdrStatus :: Lens' StopDeploymentResponse (Maybe StopStatus) Source
The status of the stop deployment operation:
Pending: The stop operation is pending. Succeeded: The stop operation succeeded.
sdrStatusMessage :: Lens' StopDeploymentResponse (Maybe Text) Source
An accompanying status message.