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 |
Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration associated with each version.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
This operation is supported only for Amazon Kinesis Data Analytics for Apache Flink.
Synopsis
- data ListApplicationVersions = ListApplicationVersions' {}
- newListApplicationVersions :: Text -> ListApplicationVersions
- listApplicationVersions_nextToken :: Lens' ListApplicationVersions (Maybe Text)
- listApplicationVersions_limit :: Lens' ListApplicationVersions (Maybe Natural)
- listApplicationVersions_applicationName :: Lens' ListApplicationVersions Text
- data ListApplicationVersionsResponse = ListApplicationVersionsResponse' {}
- newListApplicationVersionsResponse :: Int -> ListApplicationVersionsResponse
- listApplicationVersionsResponse_applicationVersionSummaries :: Lens' ListApplicationVersionsResponse (Maybe [ApplicationVersionSummary])
- listApplicationVersionsResponse_nextToken :: Lens' ListApplicationVersionsResponse (Maybe Text)
- listApplicationVersionsResponse_httpStatus :: Lens' ListApplicationVersionsResponse Int
Creating a Request
data ListApplicationVersions Source #
See: newListApplicationVersions
smart constructor.
ListApplicationVersions' | |
|
Instances
newListApplicationVersions Source #
Create a value of ListApplicationVersions
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:nextToken:ListApplicationVersions'
, listApplicationVersions_nextToken
- If a previous invocation of this operation returned a pagination token,
pass it into this value to retrieve the next set of results. For more
information about pagination, see
Using the Amazon Command Line Interface's Pagination Options.
$sel:limit:ListApplicationVersions'
, listApplicationVersions_limit
- The maximum number of versions to list in this invocation of the
operation.
$sel:applicationName:ListApplicationVersions'
, listApplicationVersions_applicationName
- The name of the application for which you want to list all versions.
Request Lenses
listApplicationVersions_nextToken :: Lens' ListApplicationVersions (Maybe Text) Source #
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
listApplicationVersions_limit :: Lens' ListApplicationVersions (Maybe Natural) Source #
The maximum number of versions to list in this invocation of the operation.
listApplicationVersions_applicationName :: Lens' ListApplicationVersions Text Source #
The name of the application for which you want to list all versions.
Destructuring the Response
data ListApplicationVersionsResponse Source #
See: newListApplicationVersionsResponse
smart constructor.
ListApplicationVersionsResponse' | |
|
Instances
newListApplicationVersionsResponse Source #
Create a value of ListApplicationVersionsResponse
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:applicationVersionSummaries:ListApplicationVersionsResponse'
, listApplicationVersionsResponse_applicationVersionSummaries
- A list of the application versions and the associated configuration
summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
$sel:nextToken:ListApplicationVersions'
, listApplicationVersionsResponse_nextToken
- The pagination token for the next set of results, or null
if there are
no additional results. To retrieve the next set of items, pass this
token into a subsequent invocation of this operation. For more
information about pagination, see
Using the Amazon Command Line Interface's Pagination Options.
$sel:httpStatus:ListApplicationVersionsResponse'
, listApplicationVersionsResponse_httpStatus
- The response's http status code.
Response Lenses
listApplicationVersionsResponse_applicationVersionSummaries :: Lens' ListApplicationVersionsResponse (Maybe [ApplicationVersionSummary]) Source #
A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
listApplicationVersionsResponse_nextToken :: Lens' ListApplicationVersionsResponse (Maybe Text) Source #
The pagination token for the next set of results, or null
if there are
no additional results. To retrieve the next set of items, pass this
token into a subsequent invocation of this operation. For more
information about pagination, see
Using the Amazon Command Line Interface's Pagination Options.
listApplicationVersionsResponse_httpStatus :: Lens' ListApplicationVersionsResponse Int Source #
The response's http status code.