libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Description

Cancels in-progress environment configuration update or application version deployment.

Synopsis

Creating a Request

data AbortEnvironmentUpdate Source #

See: newAbortEnvironmentUpdate smart constructor.

Constructors

AbortEnvironmentUpdate' 

Fields

  • environmentName :: Maybe Text

    This specifies the name of the environment with the in-progress update that you want to cancel.

  • environmentId :: Maybe Text

    This specifies the ID of the environment with the in-progress update that you want to cancel.

Instances

Instances details
Eq AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Read AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Show AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Generic AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type Rep AbortEnvironmentUpdate :: Type -> Type #

NFData AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Methods

rnf :: AbortEnvironmentUpdate -> () #

Hashable AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

AWSRequest AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type AWSResponse AbortEnvironmentUpdate #

ToHeaders AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

ToPath AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

ToQuery AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdate = D1 ('MetaData "AbortEnvironmentUpdate" "Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "AbortEnvironmentUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse AbortEnvironmentUpdate Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

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

Instances details
Eq AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Read AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Show AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Generic AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

Associated Types

type Rep AbortEnvironmentUpdateResponse :: Type -> Type #

NFData AbortEnvironmentUpdateResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.AbortEnvironmentUpdate

type Rep AbortEnvironmentUpdateResponse Source # 
Instance details

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.