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.BatchGetDeployments
Description
Gets information about one or more deployments.
- 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 #
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:
bgdDeploymentIds
- A list of deployment IDs, separated by spaces.
data BatchGetDeployments #
Represents the input of a batch get deployments operation.
See: batchGetDeployments
smart constructor.
Instances
Request Lenses
bgdDeploymentIds :: Lens' BatchGetDeployments [Text] #
A list of deployment IDs, separated by spaces.
Destructuring the Response
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:
bgdrsDeploymentsInfo
- Information about the deployments.bgdrsResponseStatus
- -- | The response status code.
data BatchGetDeploymentsResponse #
Represents the output of a batch get deployments operation.
See: batchGetDeploymentsResponse
smart constructor.
Response Lenses
bgdrsDeploymentsInfo :: Lens' BatchGetDeploymentsResponse [DeploymentInfo] #
Information about the deployments.
bgdrsResponseStatus :: Lens' BatchGetDeploymentsResponse Int #
- - | The response status code.