Copyright | (c) 2013-2021 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 |
Represents a delete integration.
Synopsis
- data DeleteIntegration = DeleteIntegration' {
- restApiId :: Text
- resourceId :: Text
- httpMethod :: Text
- newDeleteIntegration :: Text -> Text -> Text -> DeleteIntegration
- deleteIntegration_restApiId :: Lens' DeleteIntegration Text
- deleteIntegration_resourceId :: Lens' DeleteIntegration Text
- deleteIntegration_httpMethod :: Lens' DeleteIntegration Text
- data DeleteIntegrationResponse' = DeleteIntegrationResponse'' {
- newDeleteIntegrationResponse' :: DeleteIntegrationResponse'
Creating a Request
data DeleteIntegration Source #
Represents a delete integration request.
See: newDeleteIntegration
smart constructor.
DeleteIntegration' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> DeleteIntegration |
Create a value of DeleteIntegration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:restApiId:DeleteIntegration'
, deleteIntegration_restApiId
- [Required] The string identifier of the associated RestApi.
$sel:resourceId:DeleteIntegration'
, deleteIntegration_resourceId
- [Required] Specifies a delete integration request's resource
identifier.
$sel:httpMethod:DeleteIntegration'
, deleteIntegration_httpMethod
- [Required] Specifies a delete integration request's HTTP method.
Request Lenses
deleteIntegration_restApiId :: Lens' DeleteIntegration Text Source #
- Required
- The string identifier of the associated RestApi.
deleteIntegration_resourceId :: Lens' DeleteIntegration Text Source #
- Required
- Specifies a delete integration request's resource identifier.
deleteIntegration_httpMethod :: Lens' DeleteIntegration Text Source #
- Required
- Specifies a delete integration request's HTTP method.
Destructuring the Response
data DeleteIntegrationResponse' Source #
See: newDeleteIntegrationResponse'
smart constructor.
Instances
newDeleteIntegrationResponse' :: DeleteIntegrationResponse' Source #
Create a value of DeleteIntegrationResponse'
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.