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 a deployment group.
Synopsis
- data GetDeploymentGroup = GetDeploymentGroup' {}
- newGetDeploymentGroup :: Text -> Text -> GetDeploymentGroup
- getDeploymentGroup_applicationName :: Lens' GetDeploymentGroup Text
- getDeploymentGroup_deploymentGroupName :: Lens' GetDeploymentGroup Text
- data GetDeploymentGroupResponse = GetDeploymentGroupResponse' {}
- newGetDeploymentGroupResponse :: Int -> GetDeploymentGroupResponse
- getDeploymentGroupResponse_deploymentGroupInfo :: Lens' GetDeploymentGroupResponse (Maybe DeploymentGroupInfo)
- getDeploymentGroupResponse_httpStatus :: Lens' GetDeploymentGroupResponse Int
Creating a Request
data GetDeploymentGroup Source #
Represents the input of a GetDeploymentGroup
operation.
See: newGetDeploymentGroup
smart constructor.
GetDeploymentGroup' | |
|
Instances
newGetDeploymentGroup Source #
:: Text | |
-> Text | |
-> GetDeploymentGroup |
Create a value of GetDeploymentGroup
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:GetDeploymentGroup'
, getDeploymentGroup_applicationName
- The name of an AWS CodeDeploy application associated with the IAM user
or AWS account.
$sel:deploymentGroupName:GetDeploymentGroup'
, getDeploymentGroup_deploymentGroupName
- The name of a deployment group for the specified application.
Request Lenses
getDeploymentGroup_applicationName :: Lens' GetDeploymentGroup Text Source #
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
getDeploymentGroup_deploymentGroupName :: Lens' GetDeploymentGroup Text Source #
The name of a deployment group for the specified application.
Destructuring the Response
data GetDeploymentGroupResponse Source #
Represents the output of a GetDeploymentGroup
operation.
See: newGetDeploymentGroupResponse
smart constructor.
GetDeploymentGroupResponse' | |
|
Instances
newGetDeploymentGroupResponse Source #
Create a value of GetDeploymentGroupResponse
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:deploymentGroupInfo:GetDeploymentGroupResponse'
, getDeploymentGroupResponse_deploymentGroupInfo
- Information about the deployment group.
$sel:httpStatus:GetDeploymentGroupResponse'
, getDeploymentGroupResponse_httpStatus
- The response's http status code.
Response Lenses
getDeploymentGroupResponse_deploymentGroupInfo :: Lens' GetDeploymentGroupResponse (Maybe DeploymentGroupInfo) Source #
Information about the deployment group.
getDeploymentGroupResponse_httpStatus :: Lens' GetDeploymentGroupResponse Int Source #
The response's http status code.