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 |
Deletes a deployment configuration.
A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.
Synopsis
- data DeleteDeploymentConfig = DeleteDeploymentConfig' {}
- newDeleteDeploymentConfig :: Text -> DeleteDeploymentConfig
- deleteDeploymentConfig_deploymentConfigName :: Lens' DeleteDeploymentConfig Text
- data DeleteDeploymentConfigResponse = DeleteDeploymentConfigResponse' {
- newDeleteDeploymentConfigResponse :: DeleteDeploymentConfigResponse
Creating a Request
data DeleteDeploymentConfig Source #
Represents the input of a DeleteDeploymentConfig
operation.
See: newDeleteDeploymentConfig
smart constructor.
DeleteDeploymentConfig' | |
|
Instances
newDeleteDeploymentConfig Source #
Create a value of DeleteDeploymentConfig
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:DeleteDeploymentConfig'
, deleteDeploymentConfig_deploymentConfigName
- The name of a deployment configuration associated with the IAM user or
AWS account.
Request Lenses
deleteDeploymentConfig_deploymentConfigName :: Lens' DeleteDeploymentConfig Text Source #
The name of a deployment configuration associated with the IAM user or AWS account.
Destructuring the Response
data DeleteDeploymentConfigResponse Source #
See: newDeleteDeploymentConfigResponse
smart constructor.
Instances
newDeleteDeploymentConfigResponse :: DeleteDeploymentConfigResponse Source #
Create a value of DeleteDeploymentConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.