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.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
Eq DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Read DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Show DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Generic DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rep DeletePlatformVersion :: Type -> Type #

NFData DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Methods

rnf :: DeletePlatformVersion -> () #

Hashable DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

AWSRequest DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type AWSResponse DeletePlatformVersion #

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

type Rep DeletePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

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

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

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:

$sel:platformArn: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
Eq DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Read DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Show DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Generic DeletePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DeletePlatformVersion

Associated Types

type Rep DeletePlatformVersionResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" '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.