| 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.KinesisAnalyticsV2.ListApplicationVersions
Description
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_limit :: Lens' ListApplicationVersions (Maybe Natural)
- listApplicationVersions_nextToken :: Lens' ListApplicationVersions (Maybe Text)
- 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.
Constructors
| ListApplicationVersions' | |
Fields
| |
Instances
newListApplicationVersions Source #
Arguments
| :: Text | |
| -> ListApplicationVersions |
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:limit:ListApplicationVersions', listApplicationVersions_limit - The maximum number of versions to list in this invocation of the
operation.
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.
ListApplicationVersions, listApplicationVersions_applicationName - The name of the application for which you want to list all versions.
Request Lenses
listApplicationVersions_limit :: Lens' ListApplicationVersions (Maybe Natural) Source #
The maximum number of versions to list in this invocation of the operation.
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_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.
Constructors
| ListApplicationVersionsResponse' | |
Fields
| |
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.
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.