Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gets information about one or more deployments.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_BatchGetDeployments.html
Request
data BatchGetDeployments Source
Request constructor
batchGetDeployments :: BatchGetDeployments Source
BatchGetDeployments
constructor.
The fields accessible through corresponding lenses are:
bgdDeploymentIds
::
[Text
]
Request lenses
bgdDeploymentIds :: Lens' BatchGetDeployments [Text] Source
A list of deployment IDs, with multiple deployment IDs separated by spaces.
Response
Response constructor
batchGetDeploymentsResponse :: BatchGetDeploymentsResponse Source
BatchGetDeploymentsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
bgdrDeploymentsInfo :: Lens' BatchGetDeploymentsResponse [DeploymentInfo] Source
Information about the deployments.