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 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.
Instances
newDeleteEventIntegration Source #
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:
$sel:name: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.
DeleteEventIntegrationResponse' | |
|
Instances
Eq DeleteEventIntegrationResponse Source # | |
Read DeleteEventIntegrationResponse Source # | |
Show DeleteEventIntegrationResponse Source # | |
Generic DeleteEventIntegrationResponse Source # | |
NFData DeleteEventIntegrationResponse Source # | |
Defined in Amazonka.AppIntegrationS.DeleteEventIntegration rnf :: DeleteEventIntegrationResponse -> () # | |
type Rep DeleteEventIntegrationResponse Source # | |
Defined in Amazonka.AppIntegrationS.DeleteEventIntegration type Rep DeleteEventIntegrationResponse = D1 ('MetaData "DeleteEventIntegrationResponse" "Amazonka.AppIntegrationS.DeleteEventIntegration" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "DeleteEventIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.