| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.APIGateway.DeleteIntegration
Description
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.
Constructors
| DeleteIntegration' | |
Fields
| |
Instances
Arguments
| :: 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:
DeleteIntegration, deleteIntegration_restApiId - The string identifier of the associated RestApi.
$sel:resourceId:DeleteIntegration', deleteIntegration_resourceId - Specifies a delete integration request's resource identifier.
DeleteIntegration, deleteIntegration_httpMethod - Specifies a delete integration request's HTTP method.
Request Lenses
deleteIntegration_restApiId :: Lens' DeleteIntegration Text Source #
The string identifier of the associated RestApi.
deleteIntegration_resourceId :: Lens' DeleteIntegration Text Source #
Specifies a delete integration request's resource identifier.
deleteIntegration_httpMethod :: Lens' DeleteIntegration Text Source #
Specifies a delete integration request's HTTP method.
Destructuring the Response
data DeleteIntegrationResponse' Source #
See: newDeleteIntegrationResponse' smart constructor.
Constructors
| DeleteIntegrationResponse'' | |
Instances
newDeleteIntegrationResponse' :: DeleteIntegrationResponse' Source #
Create a value of DeleteIntegrationResponse' with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.