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 events configuration that allows a bot to receive outgoing events.
Synopsis
- data DeleteEventsConfiguration = DeleteEventsConfiguration' {}
- newDeleteEventsConfiguration :: Text -> Text -> DeleteEventsConfiguration
- deleteEventsConfiguration_accountId :: Lens' DeleteEventsConfiguration Text
- deleteEventsConfiguration_botId :: Lens' DeleteEventsConfiguration Text
- data DeleteEventsConfigurationResponse = DeleteEventsConfigurationResponse' {
- newDeleteEventsConfigurationResponse :: DeleteEventsConfigurationResponse
Creating a Request
data DeleteEventsConfiguration Source #
See: newDeleteEventsConfiguration
smart constructor.
Instances
newDeleteEventsConfiguration Source #
:: Text | |
-> Text | |
-> DeleteEventsConfiguration |
Create a value of DeleteEventsConfiguration
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:accountId:DeleteEventsConfiguration'
, deleteEventsConfiguration_accountId
- The Amazon Chime account ID.
$sel:botId:DeleteEventsConfiguration'
, deleteEventsConfiguration_botId
- The bot ID.
Request Lenses
deleteEventsConfiguration_accountId :: Lens' DeleteEventsConfiguration Text Source #
The Amazon Chime account ID.
deleteEventsConfiguration_botId :: Lens' DeleteEventsConfiguration Text Source #
The bot ID.
Destructuring the Response
data DeleteEventsConfigurationResponse Source #
See: newDeleteEventsConfigurationResponse
smart constructor.
Instances
newDeleteEventsConfigurationResponse :: DeleteEventsConfigurationResponse Source #
Create a value of DeleteEventsConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.