| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeDeploy.GetDeploymentConfig
Description
Gets information about a deployment configuration.
Synopsis
- data GetDeploymentConfig = GetDeploymentConfig' {}
- newGetDeploymentConfig :: Text -> GetDeploymentConfig
- getDeploymentConfig_deploymentConfigName :: Lens' GetDeploymentConfig Text
- data GetDeploymentConfigResponse = GetDeploymentConfigResponse' {}
- newGetDeploymentConfigResponse :: Int -> GetDeploymentConfigResponse
- getDeploymentConfigResponse_deploymentConfigInfo :: Lens' GetDeploymentConfigResponse (Maybe DeploymentConfigInfo)
- getDeploymentConfigResponse_httpStatus :: Lens' GetDeploymentConfigResponse Int
Creating a Request
data GetDeploymentConfig Source #
Represents the input of a GetDeploymentConfig operation.
See: newGetDeploymentConfig smart constructor.
Constructors
| GetDeploymentConfig' | |
Fields
| |
Instances
newGetDeploymentConfig Source #
Arguments
| :: Text | |
| -> GetDeploymentConfig |
Create a value of GetDeploymentConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetDeploymentConfig, getDeploymentConfig_deploymentConfigName - The name of a deployment configuration associated with the IAM user or
Amazon Web Services account.
Request Lenses
getDeploymentConfig_deploymentConfigName :: Lens' GetDeploymentConfig Text Source #
The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
Destructuring the Response
data GetDeploymentConfigResponse Source #
Represents the output of a GetDeploymentConfig operation.
See: newGetDeploymentConfigResponse smart constructor.
Constructors
| GetDeploymentConfigResponse' | |
Fields
| |
Instances
newGetDeploymentConfigResponse Source #
Create a value of GetDeploymentConfigResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deploymentConfigInfo:GetDeploymentConfigResponse', getDeploymentConfigResponse_deploymentConfigInfo - Information about the deployment configuration.
$sel:httpStatus:GetDeploymentConfigResponse', getDeploymentConfigResponse_httpStatus - The response's http status code.
Response Lenses
getDeploymentConfigResponse_deploymentConfigInfo :: Lens' GetDeploymentConfigResponse (Maybe DeploymentConfigInfo) Source #
Information about the deployment configuration.
getDeploymentConfigResponse_httpStatus :: Lens' GetDeploymentConfigResponse Int Source #
The response's http status code.