Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets information about one or more deployments. The maximum number of deployments that can be returned is 25.
Synopsis
- data BatchGetDeployments = BatchGetDeployments' {
- deploymentIds :: [Text]
- newBatchGetDeployments :: BatchGetDeployments
- batchGetDeployments_deploymentIds :: Lens' BatchGetDeployments [Text]
- data BatchGetDeploymentsResponse = BatchGetDeploymentsResponse' {}
- newBatchGetDeploymentsResponse :: Int -> BatchGetDeploymentsResponse
- batchGetDeploymentsResponse_deploymentsInfo :: Lens' BatchGetDeploymentsResponse (Maybe [DeploymentInfo])
- batchGetDeploymentsResponse_httpStatus :: Lens' BatchGetDeploymentsResponse Int
Creating a Request
data BatchGetDeployments Source #
Represents the input of a BatchGetDeployments
operation.
See: newBatchGetDeployments
smart constructor.
BatchGetDeployments' | |
|
Instances
newBatchGetDeployments :: BatchGetDeployments Source #
Create a value of BatchGetDeployments
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deploymentIds:BatchGetDeployments'
, batchGetDeployments_deploymentIds
- A list of deployment IDs, separated by spaces. The maximum number of
deployment IDs you can specify is 25.
Request Lenses
batchGetDeployments_deploymentIds :: Lens' BatchGetDeployments [Text] Source #
A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
Destructuring the Response
data BatchGetDeploymentsResponse Source #
Represents the output of a BatchGetDeployments
operation.
See: newBatchGetDeploymentsResponse
smart constructor.
BatchGetDeploymentsResponse' | |
|
Instances
newBatchGetDeploymentsResponse Source #
Create a value of BatchGetDeploymentsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deploymentsInfo:BatchGetDeploymentsResponse'
, batchGetDeploymentsResponse_deploymentsInfo
- Information about the deployments.
$sel:httpStatus:BatchGetDeploymentsResponse'
, batchGetDeploymentsResponse_httpStatus
- The response's http status code.
Response Lenses
batchGetDeploymentsResponse_deploymentsInfo :: Lens' BatchGetDeploymentsResponse (Maybe [DeploymentInfo]) Source #
Information about the deployments.
batchGetDeploymentsResponse_httpStatus :: Lens' BatchGetDeploymentsResponse Int Source #
The response's http status code.