| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CodeDeploy.GetDeploymentGroup
Description
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
Instances
| Eq GetDeploymentGroup | |
| Ord GetDeploymentGroup | |
| Read GetDeploymentGroup | |
| Show GetDeploymentGroup | |
| AWSRequest GetDeploymentGroup | |
| ToQuery GetDeploymentGroup | |
| ToPath GetDeploymentGroup | |
| ToHeaders GetDeploymentGroup | |
| ToJSON GetDeploymentGroup | |
| type Sv GetDeploymentGroup = CodeDeploy | |
| type Rs GetDeploymentGroup = GetDeploymentGroupResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> GetDeploymentGroup |
GetDeploymentGroup constructor.
The fields accessible through corresponding lenses are:
gdgApplicationName::TextgdgDeploymentGroupName::Text
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.