| 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.AppStream.DescribeApplications
Description
Retrieves a list that describes one or more applications.
Synopsis
- data DescribeApplications = DescribeApplications' {}
- newDescribeApplications :: DescribeApplications
- describeApplications_arns :: Lens' DescribeApplications (Maybe [Text])
- describeApplications_maxResults :: Lens' DescribeApplications (Maybe Int)
- describeApplications_nextToken :: Lens' DescribeApplications (Maybe Text)
- data DescribeApplicationsResponse = DescribeApplicationsResponse' {
- applications :: Maybe [Application]
- nextToken :: Maybe Text
- httpStatus :: Int
- newDescribeApplicationsResponse :: Int -> DescribeApplicationsResponse
- describeApplicationsResponse_applications :: Lens' DescribeApplicationsResponse (Maybe [Application])
- describeApplicationsResponse_nextToken :: Lens' DescribeApplicationsResponse (Maybe Text)
- describeApplicationsResponse_httpStatus :: Lens' DescribeApplicationsResponse Int
Creating a Request
data DescribeApplications Source #
See: newDescribeApplications smart constructor.
Constructors
| DescribeApplications' | |
Instances
newDescribeApplications :: DescribeApplications Source #
Create a value of DescribeApplications 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:arns:DescribeApplications', describeApplications_arns - The ARNs for the applications.
$sel:maxResults:DescribeApplications', describeApplications_maxResults - The maximum size of each page of results.
DescribeApplications, describeApplications_nextToken - The pagination token used to retrieve the next page of results for this
operation.
Request Lenses
describeApplications_arns :: Lens' DescribeApplications (Maybe [Text]) Source #
The ARNs for the applications.
describeApplications_maxResults :: Lens' DescribeApplications (Maybe Int) Source #
The maximum size of each page of results.
describeApplications_nextToken :: Lens' DescribeApplications (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation.
Destructuring the Response
data DescribeApplicationsResponse Source #
See: newDescribeApplicationsResponse smart constructor.
Constructors
| DescribeApplicationsResponse' | |
Fields
| |
Instances
newDescribeApplicationsResponse Source #
Create a value of DescribeApplicationsResponse 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:
DescribeApplicationsResponse, describeApplicationsResponse_applications - The applications in the list.
DescribeApplications, describeApplicationsResponse_nextToken - The pagination token used to retrieve the next page of results for this
operation.
$sel:httpStatus:DescribeApplicationsResponse', describeApplicationsResponse_httpStatus - The response's http status code.
Response Lenses
describeApplicationsResponse_applications :: Lens' DescribeApplicationsResponse (Maybe [Application]) Source #
The applications in the list.
describeApplicationsResponse_nextToken :: Lens' DescribeApplicationsResponse (Maybe Text) Source #
The pagination token used to retrieve the next page of results for this operation.
describeApplicationsResponse_httpStatus :: Lens' DescribeApplicationsResponse Int Source #
The response's http status code.