| 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.ServerlessApplicationRepository.ListApplications
Description
Lists applications owned by the requester.
Synopsis
- listApplications :: ListApplications
- data ListApplications
- laNextToken :: Lens' ListApplications (Maybe Text)
- laMaxItems :: Lens' ListApplications (Maybe Natural)
- listApplicationsResponse :: Int -> ListApplicationsResponse
- data ListApplicationsResponse
- larsNextToken :: Lens' ListApplicationsResponse (Maybe Text)
- larsApplications :: Lens' ListApplicationsResponse [ApplicationSummary]
- larsResponseStatus :: Lens' ListApplicationsResponse Int
Creating a Request
listApplications :: ListApplications Source #
Creates a value of ListApplications with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
laNextToken- A token to specify where to start paginating.laMaxItems- The total number of items to return.
data ListApplications Source #
See: listApplications smart constructor.
Instances
Request Lenses
laNextToken :: Lens' ListApplications (Maybe Text) Source #
A token to specify where to start paginating.
laMaxItems :: Lens' ListApplications (Maybe Natural) Source #
The total number of items to return.
Destructuring the Response
listApplicationsResponse Source #
Arguments
| :: Int | |
| -> ListApplicationsResponse |
Creates a value of ListApplicationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
larsNextToken- The token to request the next page of results.larsApplications- Array of application summaries.larsResponseStatus- -- | The response status code.
data ListApplicationsResponse Source #
See: listApplicationsResponse smart constructor.
Instances
Response Lenses
larsNextToken :: Lens' ListApplicationsResponse (Maybe Text) Source #
The token to request the next page of results.
larsApplications :: Lens' ListApplicationsResponse [ApplicationSummary] Source #
Array of application summaries.
larsResponseStatus :: Lens' ListApplicationsResponse Int Source #
- - | The response status code.