Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CodeDeploy.BatchGetOnPremisesInstances
Description
Gets information about one or more on-premises instances.
- batchGetOnPremisesInstances :: BatchGetOnPremisesInstances
- data BatchGetOnPremisesInstances
- bgopiInstanceNames :: Lens' BatchGetOnPremisesInstances [Text]
- batchGetOnPremisesInstancesResponse :: Int -> BatchGetOnPremisesInstancesResponse
- data BatchGetOnPremisesInstancesResponse
- bgopirsInstanceInfos :: Lens' BatchGetOnPremisesInstancesResponse [InstanceInfo]
- bgopirsResponseStatus :: Lens' BatchGetOnPremisesInstancesResponse Int
Creating a Request
batchGetOnPremisesInstances :: BatchGetOnPremisesInstances #
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:
bgopiInstanceNames
- The names of the on-premises instances about which to get information.
data BatchGetOnPremisesInstances #
Represents the input of a batch get on-premises instances operation.
See: batchGetOnPremisesInstances
smart constructor.
Instances
Request Lenses
bgopiInstanceNames :: Lens' BatchGetOnPremisesInstances [Text] #
The names of the on-premises instances about which to get information.
Destructuring the Response
batchGetOnPremisesInstancesResponse #
Arguments
:: Int | |
-> BatchGetOnPremisesInstancesResponse |
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:
bgopirsInstanceInfos
- Information about the on-premises instances.bgopirsResponseStatus
- -- | The response status code.
data BatchGetOnPremisesInstancesResponse #
Represents the output of a batch get on-premises instances operation.
See: batchGetOnPremisesInstancesResponse
smart constructor.
Instances
Response Lenses
bgopirsInstanceInfos :: Lens' BatchGetOnPremisesInstancesResponse [InstanceInfo] #
Information about the on-premises instances.
bgopirsResponseStatus :: Lens' BatchGetOnPremisesInstancesResponse Int #
- - | The response status code.