| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CodeDeploy.GetDeployment
Description
Gets information about a deployment.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_GetDeployment.html
- data GetDeployment
- getDeployment :: Text -> GetDeployment
- gdDeploymentId :: Lens' GetDeployment Text
- data GetDeploymentResponse
- getDeploymentResponse :: GetDeploymentResponse
- gdrDeploymentInfo :: Lens' GetDeploymentResponse (Maybe DeploymentInfo)
Request
data GetDeployment Source
Instances
| Eq GetDeployment | |
| Ord GetDeployment | |
| Read GetDeployment | |
| Show GetDeployment | |
| IsString GetDeployment | |
| Monoid GetDeployment | |
| AWSRequest GetDeployment | |
| ToQuery GetDeployment | |
| ToPath GetDeployment | |
| ToHeaders GetDeployment | |
| ToJSON GetDeployment | |
| type Sv GetDeployment = CodeDeploy | |
| type Rs GetDeployment = GetDeploymentResponse |
Request constructor
Arguments
| :: Text | |
| -> GetDeployment |
GetDeployment constructor.
The fields accessible through corresponding lenses are:
gdDeploymentId::Text
Request lenses
gdDeploymentId :: Lens' GetDeployment Text Source
An existing deployment ID within the AWS user account.
Response
data GetDeploymentResponse Source
Instances
Response constructor
getDeploymentResponse :: GetDeploymentResponse Source
GetDeploymentResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
gdrDeploymentInfo :: Lens' GetDeploymentResponse (Maybe DeploymentInfo) Source
Information about the deployment.