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.BatchGetDeployments
Description
Gets information about one or more deployments.
See: AWS API Reference for BatchGetDeployments.
- batchGetDeployments :: BatchGetDeployments
- data BatchGetDeployments
- bgdDeploymentIds :: Lens' BatchGetDeployments [Text]
- batchGetDeploymentsResponse :: Int -> BatchGetDeploymentsResponse
- data BatchGetDeploymentsResponse
- bgdrsDeploymentsInfo :: Lens' BatchGetDeploymentsResponse [DeploymentInfo]
- bgdrsResponseStatus :: Lens' BatchGetDeploymentsResponse Int
Creating a Request
batchGetDeployments :: BatchGetDeployments Source
Creates a value of BatchGetDeployments
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BatchGetDeployments Source
Represents the input of a batch get deployments operation.
See: batchGetDeployments
smart constructor.
Instances
Request Lenses
bgdDeploymentIds :: Lens' BatchGetDeployments [Text] Source
A list of deployment IDs, with multiple deployment IDs separated by spaces.
Destructuring the Response
batchGetDeploymentsResponse Source
Arguments
:: Int | |
-> BatchGetDeploymentsResponse |
Creates a value of BatchGetDeploymentsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data BatchGetDeploymentsResponse Source
Represents the output of a batch get deployments operation.
See: batchGetDeploymentsResponse
smart constructor.
Response Lenses
bgdrsDeploymentsInfo :: Lens' BatchGetDeploymentsResponse [DeploymentInfo] Source
Information about the deployments.
bgdrsResponseStatus :: Lens' BatchGetDeploymentsResponse Int Source
The response status code.