| 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.ListPlatformVersions
Description
Lists the available platforms.
Synopsis
- listPlatformVersions :: ListPlatformVersions
- data ListPlatformVersions
- lpvFilters :: Lens' ListPlatformVersions [PlatformFilter]
- lpvNextToken :: Lens' ListPlatformVersions (Maybe Text)
- lpvMaxRecords :: Lens' ListPlatformVersions (Maybe Natural)
- listPlatformVersionsResponse :: Int -> ListPlatformVersionsResponse
- data ListPlatformVersionsResponse
- lpvrsNextToken :: Lens' ListPlatformVersionsResponse (Maybe Text)
- lpvrsPlatformSummaryList :: Lens' ListPlatformVersionsResponse [PlatformSummary]
- lpvrsResponseStatus :: Lens' ListPlatformVersionsResponse Int
Creating a Request
listPlatformVersions :: ListPlatformVersions Source #
Creates a value of ListPlatformVersions with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lpvFilters- List only the platforms where the platform member value relates to one of the supplied values.lpvNextToken- The starting index into the remaining list of platforms. Use theNextTokenvalue from a previousListPlatformVersioncall.lpvMaxRecords- The maximum number of platform values returned in one call.
data ListPlatformVersions Source #
See: listPlatformVersions smart constructor.
Instances
Request Lenses
lpvFilters :: Lens' ListPlatformVersions [PlatformFilter] Source #
List only the platforms where the platform member value relates to one of the supplied values.
lpvNextToken :: Lens' ListPlatformVersions (Maybe Text) Source #
The starting index into the remaining list of platforms. Use the NextToken value from a previous ListPlatformVersion call.
lpvMaxRecords :: Lens' ListPlatformVersions (Maybe Natural) Source #
The maximum number of platform values returned in one call.
Destructuring the Response
listPlatformVersionsResponse Source #
Arguments
| :: Int | |
| -> ListPlatformVersionsResponse |
Creates a value of ListPlatformVersionsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lpvrsNextToken- The starting index into the remaining list of platforms. if this value is notnull, you can use it in a subsequentListPlatformVersioncall.lpvrsPlatformSummaryList- Detailed information about the platforms.lpvrsResponseStatus- -- | The response status code.
data ListPlatformVersionsResponse Source #
See: listPlatformVersionsResponse smart constructor.
Instances
Response Lenses
lpvrsNextToken :: Lens' ListPlatformVersionsResponse (Maybe Text) Source #
The starting index into the remaining list of platforms. if this value is not null , you can use it in a subsequent ListPlatformVersion call.
lpvrsPlatformSummaryList :: Lens' ListPlatformVersionsResponse [PlatformSummary] Source #
Detailed information about the platforms.
lpvrsResponseStatus :: Lens' ListPlatformVersionsResponse Int Source #
- - | The response status code.