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.DescribePlatformVersion

Description

Describes a platform version. Provides full details. Compare to ListPlatformVersions, which provides summary information about a list of platform versions.

For definitions of platform version and other platform-related terms, see AWS Elastic Beanstalk Platforms Glossary.

Synopsis

Creating a Request

data DescribePlatformVersion Source #

See: newDescribePlatformVersion smart constructor.

Constructors

DescribePlatformVersion' 

Fields

Instances

Instances details
Eq DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Read DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Show DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Generic DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Associated Types

type Rep DescribePlatformVersion :: Type -> Type #

NFData DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Methods

rnf :: DescribePlatformVersion -> () #

Hashable DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

AWSRequest DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

ToHeaders DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

ToPath DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

ToQuery DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

type Rep DescribePlatformVersion Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

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

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

newDescribePlatformVersion :: DescribePlatformVersion Source #

Create a value of DescribePlatformVersion 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:DescribePlatformVersion', describePlatformVersion_platformArn - The ARN of the platform version.

Request Lenses

Destructuring the Response

data DescribePlatformVersionResponse Source #

See: newDescribePlatformVersionResponse smart constructor.

Constructors

DescribePlatformVersionResponse' 

Fields

Instances

Instances details
Eq DescribePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Read DescribePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Show DescribePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Generic DescribePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

Associated Types

type Rep DescribePlatformVersionResponse :: Type -> Type #

NFData DescribePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

type Rep DescribePlatformVersionResponse Source # 
Instance details

Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion

type Rep DescribePlatformVersionResponse = D1 ('MetaData "DescribePlatformVersionResponse" "Amazonka.ElasticBeanstalk.DescribePlatformVersion" "libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk" 'False) (C1 ('MetaCons "DescribePlatformVersionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformDescription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribePlatformVersionResponse Source #

Create a value of DescribePlatformVersionResponse 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:platformDescription:DescribePlatformVersionResponse', describePlatformVersionResponse_platformDescription - Detailed information about the platform version.

$sel:httpStatus:DescribePlatformVersionResponse', describePlatformVersionResponse_httpStatus - The response's http status code.

Response Lenses