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.BatchGetDeploymentInstances

Contents

Description

Gets information about one or more instance that are part of a deployment group.

Synopsis

Creating a Request

batchGetDeploymentInstances Source

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

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

Request Lenses

bgdiInstanceIds :: Lens' BatchGetDeploymentInstances [Text] Source

The unique IDs of instances in the deployment group.

Destructuring the Response

batchGetDeploymentInstancesResponse Source

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

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

Response Lenses

bgdirsErrorMessage :: Lens' BatchGetDeploymentInstancesResponse (Maybe Text) Source

Information about errors that may have occurred during the API call.