| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.DescribePlatformVersion
Description
Describes the version of the platform.
Synopsis
- describePlatformVersion :: DescribePlatformVersion
- data DescribePlatformVersion
- dPlatformARN :: Lens' DescribePlatformVersion (Maybe Text)
- describePlatformVersionResponse :: Int -> DescribePlatformVersionResponse
- data DescribePlatformVersionResponse
- drsPlatformDescription :: Lens' DescribePlatformVersionResponse (Maybe PlatformDescription)
- drsResponseStatus :: Lens' DescribePlatformVersionResponse Int
Creating a Request
describePlatformVersion :: DescribePlatformVersion Source #
Creates a value of DescribePlatformVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dPlatformARN- The ARN of the version of the platform.
data DescribePlatformVersion Source #
See: describePlatformVersion smart constructor.
Instances
Request Lenses
dPlatformARN :: Lens' DescribePlatformVersion (Maybe Text) Source #
The ARN of the version of the platform.
Destructuring the Response
describePlatformVersionResponse Source #
Arguments
| :: Int | |
| -> DescribePlatformVersionResponse |
Creates a value of DescribePlatformVersionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsPlatformDescription- Detailed information about the version of the platform.drsResponseStatus- -- | The response status code.
data DescribePlatformVersionResponse Source #
See: describePlatformVersionResponse smart constructor.
Instances
Response Lenses
drsPlatformDescription :: Lens' DescribePlatformVersionResponse (Maybe PlatformDescription) Source #
Detailed information about the version of the platform.
drsResponseStatus :: Lens' DescribePlatformVersionResponse Int Source #
- - | The response status code.