| 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 |
Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate
Description
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.
Constructors
| AbortEnvironmentUpdate' | |
Fields
| |
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.
Constructors
| AbortEnvironmentUpdateResponse' | |
Instances
newAbortEnvironmentUpdateResponse :: AbortEnvironmentUpdateResponse Source #
Create a value of AbortEnvironmentUpdateResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.