amazonka-codedeploy-0.0.5: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.StopDeployment

Contents

Description

Synopsis

Request

Request constructor

stopDeployment Source

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.