| 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.Pinpoint.Types.ApplicationsResponse
Description
Documentation
data ApplicationsResponse Source #
Provides information about all of your applications.
See: newApplicationsResponse smart constructor.
Constructors
| ApplicationsResponse' | |
Instances
newApplicationsResponse :: ApplicationsResponse Source #
Create a value of ApplicationsResponse 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:item:ApplicationsResponse', applicationsResponse_item - An array of responses, one for each application that was returned.
$sel:nextToken:ApplicationsResponse', applicationsResponse_nextToken - The string to use in a subsequent request to get the next page of
results in a paginated response. This value is null if there are no
additional pages.
applicationsResponse_item :: Lens' ApplicationsResponse (Maybe [ApplicationResponse]) Source #
An array of responses, one for each application that was returned.
applicationsResponse_nextToken :: Lens' ApplicationsResponse (Maybe Text) Source #
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.