| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CodeDeploy.BatchGetDeployments
Description
Gets information about one or more deployments.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_BatchGetDeployments.html
Request
data BatchGetDeployments Source
Instances
| IsList BatchGetDeployments | |
| Eq BatchGetDeployments | |
| Ord BatchGetDeployments | |
| Read BatchGetDeployments | |
| Show BatchGetDeployments | |
| Monoid BatchGetDeployments | |
| Semigroup BatchGetDeployments | |
| AWSRequest BatchGetDeployments | |
| ToQuery BatchGetDeployments | |
| ToPath BatchGetDeployments | |
| ToHeaders BatchGetDeployments | |
| ToJSON BatchGetDeployments | |
| type Item BatchGetDeployments = Text | |
| type Sv BatchGetDeployments = CodeDeploy | |
| type Rs BatchGetDeployments = BatchGetDeploymentsResponse |
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
data BatchGetDeploymentsResponse Source
Instances
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.