| 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.DeleteGraphqlAPI
Description
Deletes a GraphqlApi object.
Creating a Request
Arguments
| :: Text | |
| -> DeleteGraphqlAPI |
Creates a value of DeleteGraphqlAPI with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgaApiId- The API ID.
data DeleteGraphqlAPI Source #
See: deleteGraphqlAPI smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteGraphqlAPIResponse Source #
Arguments
| :: Int | |
| -> DeleteGraphqlAPIResponse |
Creates a value of DeleteGraphqlAPIResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgarsResponseStatus- -- | The response status code.
data DeleteGraphqlAPIResponse Source #
See: deleteGraphqlAPIResponse smart constructor.
Response Lenses
dgarsResponseStatus :: Lens' DeleteGraphqlAPIResponse Int Source #
- - | The response status code.