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 |
Deletes the draft configuration associated with the running environment.
Updating a running environment with any configuration changes creates a
draft configuration set. You can get the draft configuration using
DescribeConfigurationSettings while the update is in progress or if the
update fails. The DeploymentStatus
for the draft configuration
indicates whether the deployment is in process or has failed. The draft
configuration remains in existence until it is deleted with this action.
Synopsis
- data DeleteEnvironmentConfiguration = DeleteEnvironmentConfiguration' {}
- newDeleteEnvironmentConfiguration :: Text -> Text -> DeleteEnvironmentConfiguration
- deleteEnvironmentConfiguration_applicationName :: Lens' DeleteEnvironmentConfiguration Text
- deleteEnvironmentConfiguration_environmentName :: Lens' DeleteEnvironmentConfiguration Text
- data DeleteEnvironmentConfigurationResponse = DeleteEnvironmentConfigurationResponse' {
- newDeleteEnvironmentConfigurationResponse :: DeleteEnvironmentConfigurationResponse
Creating a Request
data DeleteEnvironmentConfiguration Source #
Request to delete a draft environment configuration.
See: newDeleteEnvironmentConfiguration
smart constructor.
DeleteEnvironmentConfiguration' | |
|
Instances
newDeleteEnvironmentConfiguration Source #
Create a value of DeleteEnvironmentConfiguration
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:
DeleteEnvironmentConfiguration
, deleteEnvironmentConfiguration_applicationName
- The name of the application the environment is associated with.
DeleteEnvironmentConfiguration
, deleteEnvironmentConfiguration_environmentName
- The name of the environment to delete the draft configuration from.
Request Lenses
deleteEnvironmentConfiguration_applicationName :: Lens' DeleteEnvironmentConfiguration Text Source #
The name of the application the environment is associated with.
deleteEnvironmentConfiguration_environmentName :: Lens' DeleteEnvironmentConfiguration Text Source #
The name of the environment to delete the draft configuration from.
Destructuring the Response
data DeleteEnvironmentConfigurationResponse Source #
See: newDeleteEnvironmentConfigurationResponse
smart constructor.
Instances
Generic DeleteEnvironmentConfigurationResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration type Rep DeleteEnvironmentConfigurationResponse :: Type -> Type # | |
Read DeleteEnvironmentConfigurationResponse Source # | |
Show DeleteEnvironmentConfigurationResponse Source # | |
NFData DeleteEnvironmentConfigurationResponse Source # | |
Eq DeleteEnvironmentConfigurationResponse Source # | |
type Rep DeleteEnvironmentConfigurationResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration type Rep DeleteEnvironmentConfigurationResponse = D1 ('MetaData "DeleteEnvironmentConfigurationResponse" "Amazonka.ElasticBeanstalk.DeleteEnvironmentConfiguration" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "DeleteEnvironmentConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteEnvironmentConfigurationResponse :: DeleteEnvironmentConfigurationResponse Source #
Create a value of DeleteEnvironmentConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.