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 deployment groups.
Synopsis
- data BatchGetDeploymentGroups = BatchGetDeploymentGroups' {}
- newBatchGetDeploymentGroups :: Text -> BatchGetDeploymentGroups
- batchGetDeploymentGroups_applicationName :: Lens' BatchGetDeploymentGroups Text
- batchGetDeploymentGroups_deploymentGroupNames :: Lens' BatchGetDeploymentGroups [Text]
- data BatchGetDeploymentGroupsResponse = BatchGetDeploymentGroupsResponse' {}
- newBatchGetDeploymentGroupsResponse :: Int -> BatchGetDeploymentGroupsResponse
- batchGetDeploymentGroupsResponse_deploymentGroupsInfo :: Lens' BatchGetDeploymentGroupsResponse (Maybe [DeploymentGroupInfo])
- batchGetDeploymentGroupsResponse_errorMessage :: Lens' BatchGetDeploymentGroupsResponse (Maybe Text)
- batchGetDeploymentGroupsResponse_httpStatus :: Lens' BatchGetDeploymentGroupsResponse Int
Creating a Request
data BatchGetDeploymentGroups Source #
Represents the input of a BatchGetDeploymentGroups
operation.
See: newBatchGetDeploymentGroups
smart constructor.
BatchGetDeploymentGroups' | |
|
Instances
newBatchGetDeploymentGroups Source #
Create a value of BatchGetDeploymentGroups
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:applicationName:BatchGetDeploymentGroups'
, batchGetDeploymentGroups_applicationName
- The name of an AWS CodeDeploy application associated with the applicable
IAM user or AWS account.
$sel:deploymentGroupNames:BatchGetDeploymentGroups'
, batchGetDeploymentGroups_deploymentGroupNames
- The names of the deployment groups.
Request Lenses
batchGetDeploymentGroups_applicationName :: Lens' BatchGetDeploymentGroups Text Source #
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
batchGetDeploymentGroups_deploymentGroupNames :: Lens' BatchGetDeploymentGroups [Text] Source #
The names of the deployment groups.
Destructuring the Response
data BatchGetDeploymentGroupsResponse Source #
Represents the output of a BatchGetDeploymentGroups
operation.
See: newBatchGetDeploymentGroupsResponse
smart constructor.
BatchGetDeploymentGroupsResponse' | |
|
Instances
newBatchGetDeploymentGroupsResponse Source #
Create a value of BatchGetDeploymentGroupsResponse
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:deploymentGroupsInfo:BatchGetDeploymentGroupsResponse'
, batchGetDeploymentGroupsResponse_deploymentGroupsInfo
- Information about the deployment groups.
$sel:errorMessage:BatchGetDeploymentGroupsResponse'
, batchGetDeploymentGroupsResponse_errorMessage
- Information about errors that might have occurred during the API call.
$sel:httpStatus:BatchGetDeploymentGroupsResponse'
, batchGetDeploymentGroupsResponse_httpStatus
- The response's http status code.
Response Lenses
batchGetDeploymentGroupsResponse_deploymentGroupsInfo :: Lens' BatchGetDeploymentGroupsResponse (Maybe [DeploymentGroupInfo]) Source #
Information about the deployment groups.
batchGetDeploymentGroupsResponse_errorMessage :: Lens' BatchGetDeploymentGroupsResponse (Maybe Text) Source #
Information about errors that might have occurred during the API call.
batchGetDeploymentGroupsResponse_httpStatus :: Lens' BatchGetDeploymentGroupsResponse Int Source #
The response's http status code.