| 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.Chime.DeleteEventsConfiguration
Description
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.
Constructors
| DeleteEventsConfiguration' | |
Instances
newDeleteEventsConfiguration Source #
Arguments
| :: 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:
DeleteEventsConfiguration, deleteEventsConfiguration_accountId - The Amazon Chime account ID.
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.
Constructors
| DeleteEventsConfigurationResponse' | |
Instances
| Generic DeleteEventsConfigurationResponse Source # | |
Defined in Amazonka.Chime.DeleteEventsConfiguration Associated Types type Rep DeleteEventsConfigurationResponse :: Type -> Type # | |
| Read DeleteEventsConfigurationResponse Source # | |
| Show DeleteEventsConfigurationResponse Source # | |
Defined in Amazonka.Chime.DeleteEventsConfiguration Methods showsPrec :: Int -> DeleteEventsConfigurationResponse -> ShowS # | |
| NFData DeleteEventsConfigurationResponse Source # | |
Defined in Amazonka.Chime.DeleteEventsConfiguration Methods rnf :: DeleteEventsConfigurationResponse -> () # | |
| Eq DeleteEventsConfigurationResponse Source # | |
| type Rep DeleteEventsConfigurationResponse Source # | |
Defined in Amazonka.Chime.DeleteEventsConfiguration | |
newDeleteEventsConfigurationResponse :: DeleteEventsConfigurationResponse Source #
Create a value of DeleteEventsConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.