| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.DeleteIntegration
Description
Represents a delete integration.
- deleteIntegration :: Text -> Text -> Text -> DeleteIntegration
- data DeleteIntegration
- delRestAPIId :: Lens' DeleteIntegration Text
- delResourceId :: Lens' DeleteIntegration Text
- delHttpMethod :: Lens' DeleteIntegration Text
- deleteIntegrationResponse' :: DeleteIntegrationResponse'
- data DeleteIntegrationResponse'
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DeleteIntegration |
Creates a value of DeleteIntegration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteIntegration Source
Represents a delete integration request.
See: deleteIntegration smart constructor.
Instances
Request Lenses
delRestAPIId :: Lens' DeleteIntegration Text Source
Specifies a delete integration request's API identifier.
delResourceId :: Lens' DeleteIntegration Text Source
Specifies a delete integration request's resource identifier.
delHttpMethod :: Lens' DeleteIntegration Text Source
Specifies a delete integration request's HTTP method.
Destructuring the Response
deleteIntegrationResponse' :: DeleteIntegrationResponse' Source
Creates a value of DeleteIntegrationResponse' with the minimum fields required to make a request.
data DeleteIntegrationResponse' Source
See: deleteIntegrationResponse' smart constructor.