amazonka-elasticbeanstalk-2.0: Amazon Elastic Beanstalk SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticBeanstalk.DeletePlatformVersion

Description

Deletes the specified version of a custom platform.

Synopsis

Creating a Request

data DeletePlatformVersion Source #

See: newDeletePlatformVersion smart constructor.

Constructors

DeletePlatformVersion' 

Fields

Instances

Instances details
ToHeaders DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

ToPath DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

ToQuery DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

AWSRequest DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type AWSResponse DeletePlatformVersion #

Generic DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rep DeletePlatformVersion :: Type -> Type #

Read DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Show DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

NFData DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Methods

rnf :: DeletePlatformVersion -> () #

Eq DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Hashable DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

type AWSResponse DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersion = D1 ('MetaData "DeletePlatformVersion" "Amazonka.ElasticBeanstalk.DeletePlatformVersion" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "DeletePlatformVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeletePlatformVersion :: DeletePlatformVersion Source #

Create a value of DeletePlatformVersion 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:

DeletePlatformVersion, deletePlatformVersion_platformArn - The ARN of the version of the custom platform.

Request Lenses

deletePlatformVersion_platformArn :: Lens' DeletePlatformVersion (Maybe Text) Source #

The ARN of the version of the custom platform.

Destructuring the Response

data DeletePlatformVersionResponse Source #

See: newDeletePlatformVersionResponse smart constructor.

Constructors

DeletePlatformVersionResponse' 

Fields

Instances

Instances details
Generic DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rep DeletePlatformVersionResponse :: Type -> Type #

Read DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Show DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

NFData DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Eq DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

type Rep DeletePlatformVersionResponse = D1 ('MetaData "DeletePlatformVersionResponse" "Amazonka.ElasticBeanstalk.DeletePlatformVersion" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "DeletePlatformVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePlatformVersionResponse Source #

Create a value of DeletePlatformVersionResponse 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:platformSummary:DeletePlatformVersionResponse', deletePlatformVersionResponse_platformSummary - Detailed information about the version of the custom platform.

$sel:httpStatus:DeletePlatformVersionResponse', deletePlatformVersionResponse_httpStatus - The response's http status code.

Response Lenses

deletePlatformVersionResponse_platformSummary :: Lens' DeletePlatformVersionResponse (Maybe PlatformSummary) Source #

Detailed information about the version of the custom platform.