| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- 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.
Constructors
| DescribePlatformVersion' | |
Fields
| |
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:
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.
Constructors
| DescribePlatformVersionResponse' | |
Fields
| |
Instances
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.