Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
GetDeploymentConfig' | |
|
Instances
newGetDeploymentConfig Source #
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:
$sel:deploymentConfigName:GetDeploymentConfig'
, getDeploymentConfig_deploymentConfigName
- The name of a deployment configuration associated with the IAM user or
AWS account.
Request Lenses
getDeploymentConfig_deploymentConfigName :: Lens' GetDeploymentConfig Text Source #
The name of a deployment configuration associated with the IAM user or AWS account.
Destructuring the Response
data GetDeploymentConfigResponse Source #
Represents the output of a GetDeploymentConfig
operation.
See: newGetDeploymentConfigResponse
smart constructor.
GetDeploymentConfigResponse' | |
|
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.