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 |
Cancels in-progress environment configuration update or application version deployment.
Synopsis
- data AbortEnvironmentUpdate = AbortEnvironmentUpdate' {}
- newAbortEnvironmentUpdate :: AbortEnvironmentUpdate
- abortEnvironmentUpdate_environmentName :: Lens' AbortEnvironmentUpdate (Maybe Text)
- abortEnvironmentUpdate_environmentId :: Lens' AbortEnvironmentUpdate (Maybe Text)
- data AbortEnvironmentUpdateResponse = AbortEnvironmentUpdateResponse' {
- newAbortEnvironmentUpdateResponse :: AbortEnvironmentUpdateResponse
Creating a Request
data AbortEnvironmentUpdate Source #
See: newAbortEnvironmentUpdate
smart constructor.
AbortEnvironmentUpdate' | |
|
Instances
newAbortEnvironmentUpdate :: AbortEnvironmentUpdate Source #
Create a value of AbortEnvironmentUpdate
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:environmentName:AbortEnvironmentUpdate'
, abortEnvironmentUpdate_environmentName
- This specifies the name of the environment with the in-progress update
that you want to cancel.
$sel:environmentId:AbortEnvironmentUpdate'
, abortEnvironmentUpdate_environmentId
- This specifies the ID of the environment with the in-progress update
that you want to cancel.
Request Lenses
abortEnvironmentUpdate_environmentName :: Lens' AbortEnvironmentUpdate (Maybe Text) Source #
This specifies the name of the environment with the in-progress update that you want to cancel.
abortEnvironmentUpdate_environmentId :: Lens' AbortEnvironmentUpdate (Maybe Text) Source #
This specifies the ID of the environment with the in-progress update that you want to cancel.
Destructuring the Response
data AbortEnvironmentUpdateResponse Source #
See: newAbortEnvironmentUpdateResponse
smart constructor.
Instances
Eq AbortEnvironmentUpdateResponse Source # | |
Read AbortEnvironmentUpdateResponse Source # | |
Show AbortEnvironmentUpdateResponse Source # | |
Generic AbortEnvironmentUpdateResponse Source # | |
NFData AbortEnvironmentUpdateResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate rnf :: AbortEnvironmentUpdateResponse -> () # | |
type Rep AbortEnvironmentUpdateResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate type Rep AbortEnvironmentUpdateResponse = D1 ('MetaData "AbortEnvironmentUpdateResponse" "Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "AbortEnvironmentUpdateResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newAbortEnvironmentUpdateResponse :: AbortEnvironmentUpdateResponse Source #
Create a value of AbortEnvironmentUpdateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.