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

Contents

Description

Gets information about one or more on-premises instances.

Synopsis

Creating a Request

batchGetOnPremisesInstances :: BatchGetOnPremisesInstances Source

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

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

Request Lenses

bgopiInstanceNames :: Lens' BatchGetOnPremisesInstances [Text] Source

The names of the on-premises instances about which to get information.

Destructuring the Response

batchGetOnPremisesInstancesResponse Source

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

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

Response Lenses

bgopirsInstanceInfos :: Lens' BatchGetOnPremisesInstancesResponse [InstanceInfo] Source

Information about the on-premises instances.