| 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.AppSync.ListGraphqlAPIs
Description
Lists your GraphQL APIs.
- listGraphqlAPIs :: ListGraphqlAPIs
- data ListGraphqlAPIs
- lgaNextToken :: Lens' ListGraphqlAPIs (Maybe Text)
- lgaMaxResults :: Lens' ListGraphqlAPIs (Maybe Natural)
- listGraphqlAPIsResponse :: Int -> ListGraphqlAPIsResponse
- data ListGraphqlAPIsResponse
- lgarsNextToken :: Lens' ListGraphqlAPIsResponse (Maybe Text)
- lgarsGraphqlAPIs :: Lens' ListGraphqlAPIsResponse [GraphqlAPI]
- lgarsResponseStatus :: Lens' ListGraphqlAPIsResponse Int
Creating a Request
listGraphqlAPIs :: ListGraphqlAPIs Source #
Creates a value of ListGraphqlAPIs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lgaNextToken- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.lgaMaxResults- The maximum number of results you want the request to return.
data ListGraphqlAPIs Source #
See: listGraphqlAPIs smart constructor.
Instances
Request Lenses
lgaNextToken :: Lens' ListGraphqlAPIs (Maybe Text) Source #
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
lgaMaxResults :: Lens' ListGraphqlAPIs (Maybe Natural) Source #
The maximum number of results you want the request to return.
Destructuring the Response
listGraphqlAPIsResponse Source #
Arguments
| :: Int | |
| -> ListGraphqlAPIsResponse |
Creates a value of ListGraphqlAPIsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lgarsNextToken- An identifier to be passed in the next request to this operation to return the next set of items in the list.lgarsGraphqlAPIs- TheGraphqlApiobjects.lgarsResponseStatus- -- | The response status code.
data ListGraphqlAPIsResponse Source #
See: listGraphqlAPIsResponse smart constructor.
Response Lenses
lgarsNextToken :: Lens' ListGraphqlAPIsResponse (Maybe Text) Source #
An identifier to be passed in the next request to this operation to return the next set of items in the list.
lgarsGraphqlAPIs :: Lens' ListGraphqlAPIsResponse [GraphqlAPI] Source #
The GraphqlApi objects.
lgarsResponseStatus :: Lens' ListGraphqlAPIsResponse Int Source #
- - | The response status code.