| 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.GetGraphqlAPI
Description
Retrieves a GraphqlApi object.
Creating a Request
Arguments
| :: Text | |
| -> GetGraphqlAPI |
Creates a value of GetGraphqlAPI with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ggaApiId- The API ID for the GraphQL API.
data GetGraphqlAPI Source #
See: getGraphqlAPI smart constructor.
Instances
Request Lenses
Destructuring the Response
getGraphqlAPIResponse Source #
Arguments
| :: Int | |
| -> GetGraphqlAPIResponse |
Creates a value of GetGraphqlAPIResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ggarsGraphqlAPI- TheGraphqlApiobject.ggarsResponseStatus- -- | The response status code.
data GetGraphqlAPIResponse Source #
See: getGraphqlAPIResponse smart constructor.
Response Lenses
ggarsGraphqlAPI :: Lens' GetGraphqlAPIResponse (Maybe GraphqlAPI) Source #
The GraphqlApi object.
ggarsResponseStatus :: Lens' GetGraphqlAPIResponse Int Source #
- - | The response status code.