Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gets information about a deployment group.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_GetDeploymentGroup.html
- data GetDeploymentGroup
- getDeploymentGroup :: Text -> Text -> GetDeploymentGroup
- gdgApplicationName :: Lens' GetDeploymentGroup Text
- gdgDeploymentGroupName :: Lens' GetDeploymentGroup Text
- data GetDeploymentGroupResponse
- getDeploymentGroupResponse :: GetDeploymentGroupResponse
- gdgrDeploymentGroupInfo :: Lens' GetDeploymentGroupResponse (Maybe DeploymentGroupInfo)
Request
data GetDeploymentGroup Source
Request constructor
GetDeploymentGroup
constructor.
The fields accessible through corresponding lenses are:
Request lenses
gdgApplicationName :: Lens' GetDeploymentGroup Text Source
The name of an existing AWS CodeDeploy application within the AWS user account.
gdgDeploymentGroupName :: Lens' GetDeploymentGroup Text Source
The name of an existing deployment group for the specified application.
Response
Response constructor
getDeploymentGroupResponse :: GetDeploymentGroupResponse Source
GetDeploymentGroupResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
gdgrDeploymentGroupInfo :: Lens' GetDeploymentGroupResponse (Maybe DeploymentGroupInfo) Source
Information about the deployment group.