| 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.AppIntegrationS.DeleteEventIntegration
Description
Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
Synopsis
- data DeleteEventIntegration = DeleteEventIntegration' {}
- newDeleteEventIntegration :: Text -> DeleteEventIntegration
- deleteEventIntegration_name :: Lens' DeleteEventIntegration Text
- data DeleteEventIntegrationResponse = DeleteEventIntegrationResponse' {
- httpStatus :: Int
- newDeleteEventIntegrationResponse :: Int -> DeleteEventIntegrationResponse
- deleteEventIntegrationResponse_httpStatus :: Lens' DeleteEventIntegrationResponse Int
Creating a Request
data DeleteEventIntegration Source #
See: newDeleteEventIntegration smart constructor.
Constructors
| DeleteEventIntegration' | |
Instances
newDeleteEventIntegration Source #
Arguments
| :: Text | |
| -> DeleteEventIntegration |
Create a value of DeleteEventIntegration 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:
DeleteEventIntegration, deleteEventIntegration_name - The name of the event integration.
Request Lenses
deleteEventIntegration_name :: Lens' DeleteEventIntegration Text Source #
The name of the event integration.
Destructuring the Response
data DeleteEventIntegrationResponse Source #
See: newDeleteEventIntegrationResponse smart constructor.
Constructors
| DeleteEventIntegrationResponse' | |
Fields
| |
Instances
newDeleteEventIntegrationResponse Source #
Create a value of DeleteEventIntegrationResponse 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:httpStatus:DeleteEventIntegrationResponse', deleteEventIntegrationResponse_httpStatus - The response's http status code.
Response Lenses
deleteEventIntegrationResponse_httpStatus :: Lens' DeleteEventIntegrationResponse Int Source #
The response's http status code.