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 |
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
- data DescribePlatformVersion = DescribePlatformVersion' {
- platformArn :: Maybe Text
- newDescribePlatformVersion :: DescribePlatformVersion
- describePlatformVersion_platformArn :: Lens' DescribePlatformVersion (Maybe Text)
- data DescribePlatformVersionResponse = DescribePlatformVersionResponse' {}
- newDescribePlatformVersionResponse :: Int -> DescribePlatformVersionResponse
- describePlatformVersionResponse_platformDescription :: Lens' DescribePlatformVersionResponse (Maybe PlatformDescription)
- describePlatformVersionResponse_httpStatus :: Lens' DescribePlatformVersionResponse Int
Creating a Request
data DescribePlatformVersion Source #
See: newDescribePlatformVersion
smart constructor.
DescribePlatformVersion' | |
|
Instances
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
describePlatformVersion_platformArn :: Lens' DescribePlatformVersion (Maybe Text) Source #
The ARN of the platform version.
Destructuring the Response
data DescribePlatformVersionResponse Source #
See: newDescribePlatformVersionResponse
smart constructor.
DescribePlatformVersionResponse' | |
|
Instances
Eq DescribePlatformVersionResponse Source # | |
Read DescribePlatformVersionResponse Source # | |
Show DescribePlatformVersionResponse Source # | |
Generic DescribePlatformVersionResponse Source # | |
NFData DescribePlatformVersionResponse Source # | |
Defined in Amazonka.ElasticBeanstalk.DescribePlatformVersion rnf :: DescribePlatformVersionResponse -> () # | |
type Rep DescribePlatformVersionResponse Source # | |
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
describePlatformVersionResponse_platformDescription :: Lens' DescribePlatformVersionResponse (Maybe PlatformDescription) Source #
Detailed information about the platform version.
describePlatformVersionResponse_httpStatus :: Lens' DescribePlatformVersionResponse Int Source #
The response's http status code.