| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CodeDeploy.GetDeploymentConfig
Description
Gets information about a deployment configuration.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_GetDeploymentConfig.html
- data GetDeploymentConfig
- getDeploymentConfig :: Text -> GetDeploymentConfig
- gdcDeploymentConfigName :: Lens' GetDeploymentConfig Text
- data GetDeploymentConfigResponse
- getDeploymentConfigResponse :: GetDeploymentConfigResponse
- gdcrDeploymentConfigInfo :: Lens' GetDeploymentConfigResponse (Maybe DeploymentConfigInfo)
Request
data GetDeploymentConfig Source
Instances
| Eq GetDeploymentConfig | |
| Ord GetDeploymentConfig | |
| Read GetDeploymentConfig | |
| Show GetDeploymentConfig | |
| IsString GetDeploymentConfig | |
| Monoid GetDeploymentConfig | |
| AWSRequest GetDeploymentConfig | |
| ToQuery GetDeploymentConfig | |
| ToPath GetDeploymentConfig | |
| ToHeaders GetDeploymentConfig | |
| ToJSON GetDeploymentConfig | |
| type Sv GetDeploymentConfig = CodeDeploy | |
| type Rs GetDeploymentConfig = GetDeploymentConfigResponse |
Request constructor
Arguments
| :: Text | |
| -> GetDeploymentConfig |
GetDeploymentConfig constructor.
The fields accessible through corresponding lenses are:
gdcDeploymentConfigName::Text
Request lenses
gdcDeploymentConfigName :: Lens' GetDeploymentConfig Text Source
The name of an existing deployment configuration within the AWS user account.
Response
Response constructor
getDeploymentConfigResponse :: GetDeploymentConfigResponse Source
GetDeploymentConfigResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
gdcrDeploymentConfigInfo :: Lens' GetDeploymentConfigResponse (Maybe DeploymentConfigInfo) Source
Information about the deployment configuration.