amazonka-codedeploy-1.1.0: Amazon CodeDeploy SDK.

Copyright(c) 2013-2015 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.

See: AWS API Reference for StopDeployment.

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

sdrsStatusMessage :: Lens' StopDeploymentResponse (Maybe Text) Source

An accompanying status message.

sdrsStatus :: Lens' StopDeploymentResponse Int Source

The response status code.