Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> |
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.
See: AWS API Reference for BatchGetOnPremisesInstances.
- batchGetOnPremisesInstances :: BatchGetOnPremisesInstances
- data BatchGetOnPremisesInstances
- bgopiInstanceNames :: Lens' BatchGetOnPremisesInstances [Text]
- batchGetOnPremisesInstancesResponse :: Int -> BatchGetOnPremisesInstancesResponse
- data BatchGetOnPremisesInstancesResponse
- bgopirsInstanceInfos :: Lens' BatchGetOnPremisesInstancesResponse [InstanceInfo]
- bgopirsStatus :: Lens' BatchGetOnPremisesInstancesResponse Int
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:
data BatchGetOnPremisesInstances Source
Represents the input of a batch get on-premises instances operation.
See: batchGetOnPremisesInstances
smart constructor.
Instances
Request Lenses
bgopiInstanceNames :: Lens' BatchGetOnPremisesInstances [Text] Source
The names of the on-premises instances to get information about.
Destructuring the Response
batchGetOnPremisesInstancesResponse Source
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:
data BatchGetOnPremisesInstancesResponse Source
Represents the output of a batch get on-premises instances operation.
See: batchGetOnPremisesInstancesResponse
smart constructor.
Instances
Response Lenses
bgopirsInstanceInfos :: Lens' BatchGetOnPremisesInstancesResponse [InstanceInfo] Source
Information about the on-premises instances.
bgopirsStatus :: Lens' BatchGetOnPremisesInstancesResponse Int Source
The response status code.