| 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.ApiGatewayV2.DeleteIntegration
Description
Deletes an Integration.
Synopsis
- data DeleteIntegration = DeleteIntegration' {
- apiId :: Text
- integrationId :: Text
- newDeleteIntegration :: Text -> Text -> DeleteIntegration
- deleteIntegration_apiId :: Lens' DeleteIntegration Text
- deleteIntegration_integrationId :: Lens' DeleteIntegration Text
- data DeleteIntegrationResponse' = DeleteIntegrationResponse'' {
- newDeleteIntegrationResponse' :: DeleteIntegrationResponse'
Creating a Request
data DeleteIntegration Source #
See: newDeleteIntegration smart constructor.
Constructors
| DeleteIntegration' | |
Fields
| |
Instances
Arguments
| :: 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_apiId - The API identifier.
DeleteIntegration, deleteIntegration_integrationId - The integration ID.
Request Lenses
deleteIntegration_apiId :: Lens' DeleteIntegration Text Source #
The API identifier.
deleteIntegration_integrationId :: Lens' DeleteIntegration Text Source #
The integration ID.
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.