Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gets information about a deployment.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_GetDeployment.html
Request
data GetDeployment Source
Request constructor
GetDeployment
constructor.
The fields accessible through corresponding lenses are:
Request lenses
gdDeploymentId :: Lens' GetDeployment Text Source
An existing deployment ID within the AWS user account.
Response
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.