| 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.AppConfig.DeleteDeploymentStrategy
Description
Deletes a deployment strategy. Deleting a deployment strategy does not delete a configuration from a host.
Synopsis
- data DeleteDeploymentStrategy = DeleteDeploymentStrategy' {}
- newDeleteDeploymentStrategy :: Text -> DeleteDeploymentStrategy
- deleteDeploymentStrategy_deploymentStrategyId :: Lens' DeleteDeploymentStrategy Text
- data DeleteDeploymentStrategyResponse = DeleteDeploymentStrategyResponse' {
- newDeleteDeploymentStrategyResponse :: DeleteDeploymentStrategyResponse
Creating a Request
data DeleteDeploymentStrategy Source #
See: newDeleteDeploymentStrategy smart constructor.
Constructors
| DeleteDeploymentStrategy' | |
Fields
| |
Instances
newDeleteDeploymentStrategy Source #
Arguments
| :: Text | |
| -> DeleteDeploymentStrategy |
Create a value of DeleteDeploymentStrategy 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:
DeleteDeploymentStrategy, deleteDeploymentStrategy_deploymentStrategyId - The ID of the deployment strategy you want to delete.
Request Lenses
deleteDeploymentStrategy_deploymentStrategyId :: Lens' DeleteDeploymentStrategy Text Source #
The ID of the deployment strategy you want to delete.
Destructuring the Response
data DeleteDeploymentStrategyResponse Source #
See: newDeleteDeploymentStrategyResponse smart constructor.
Constructors
| DeleteDeploymentStrategyResponse' | |
Instances
| Generic DeleteDeploymentStrategyResponse Source # | |
Defined in Amazonka.AppConfig.DeleteDeploymentStrategy Associated Types type Rep DeleteDeploymentStrategyResponse :: Type -> Type # | |
| Read DeleteDeploymentStrategyResponse Source # | |
| Show DeleteDeploymentStrategyResponse Source # | |
Defined in Amazonka.AppConfig.DeleteDeploymentStrategy Methods showsPrec :: Int -> DeleteDeploymentStrategyResponse -> ShowS # | |
| NFData DeleteDeploymentStrategyResponse Source # | |
Defined in Amazonka.AppConfig.DeleteDeploymentStrategy Methods rnf :: DeleteDeploymentStrategyResponse -> () # | |
| Eq DeleteDeploymentStrategyResponse Source # | |
| type Rep DeleteDeploymentStrategyResponse Source # | |
Defined in Amazonka.AppConfig.DeleteDeploymentStrategy | |
newDeleteDeploymentStrategyResponse :: DeleteDeploymentStrategyResponse Source #
Create a value of DeleteDeploymentStrategyResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.