amazonka-codedeploy-0.0.5: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.GetDeploymentInstance

Contents

Description

Gets information about an Amazon EC2 instance as part of a deployment.

http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_GetDeploymentInstance.html

Synopsis

Request

Request constructor

getDeploymentInstance Source

GetDeploymentInstance constructor.

The fields accessible through corresponding lenses are:

Request lenses

gdiDeploymentId :: Lens' GetDeploymentInstance Text Source

The unique ID of a deployment.

gdiInstanceId :: Lens' GetDeploymentInstance Text Source

The unique ID of an Amazon EC2 instance in the deployment's deployment group.

Response

Response constructor

Response lenses