amazonka-codedeploy-1.4.0: Amazon CodeDeploy SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.StopDeployment

Contents

Description

Attempts to stop an ongoing deployment.

Synopsis

Creating a Request

stopDeployment Source

Creates a value of StopDeployment with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

sdDeploymentId :: Lens' StopDeployment Text Source

The unique ID of a deployment.

Destructuring the Response

stopDeploymentResponse Source

Creates a value of StopDeploymentResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

sdrsStatus :: Lens' StopDeploymentResponse (Maybe StopStatus) Source

The status of the stop deployment operation:

  • Pending: The stop operation is pending.
  • Succeeded: The stop operation was successful.

sdrsStatusMessage :: Lens' StopDeploymentResponse (Maybe Text) Source

An accompanying status message.