Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets information about a deployment group.
See: AWS API Reference for GetDeploymentGroup.
- getDeploymentGroup :: Text -> Text -> GetDeploymentGroup
- data GetDeploymentGroup
- gdgApplicationName :: Lens' GetDeploymentGroup Text
- gdgDeploymentGroupName :: Lens' GetDeploymentGroup Text
- getDeploymentGroupResponse :: Int -> GetDeploymentGroupResponse
- data GetDeploymentGroupResponse
- gdgrsDeploymentGroupInfo :: Lens' GetDeploymentGroupResponse (Maybe DeploymentGroupInfo)
- gdgrsResponseStatus :: Lens' GetDeploymentGroupResponse Int
Creating a Request
Creates a value of GetDeploymentGroup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetDeploymentGroup Source
Represents the input of a get deployment group operation.
See: getDeploymentGroup
smart constructor.
Request Lenses
gdgApplicationName :: Lens' GetDeploymentGroup Text Source
The name of an existing AWS CodeDeploy application associated with the applicable IAM user or AWS account.
gdgDeploymentGroupName :: Lens' GetDeploymentGroup Text Source
The name of an existing deployment group for the specified application.
Destructuring the Response
getDeploymentGroupResponse Source
Creates a value of GetDeploymentGroupResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetDeploymentGroupResponse Source
Represents the output of a get deployment group operation.
See: getDeploymentGroupResponse
smart constructor.
Response Lenses
gdgrsDeploymentGroupInfo :: Lens' GetDeploymentGroupResponse (Maybe DeploymentGroupInfo) Source
Information about the deployment group.
gdgrsResponseStatus :: Lens' GetDeploymentGroupResponse Int Source
The response status code.