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 |
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.
DeleteIntegration' | |
|
Instances
:: 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:apiId:DeleteIntegration'
, deleteIntegration_apiId
- The API identifier.
$sel:integrationId: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.
Instances
newDeleteIntegrationResponse' :: DeleteIntegrationResponse' Source #
Create a value of DeleteIntegrationResponse'
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.