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.IVSChat.DeleteLoggingConfiguration
Description
Deletes the specified logging configuration.
Synopsis
- data DeleteLoggingConfiguration = DeleteLoggingConfiguration' {
- identifier :: Text
- newDeleteLoggingConfiguration :: Text -> DeleteLoggingConfiguration
- deleteLoggingConfiguration_identifier :: Lens' DeleteLoggingConfiguration Text
- data DeleteLoggingConfigurationResponse = DeleteLoggingConfigurationResponse' {
- newDeleteLoggingConfigurationResponse :: DeleteLoggingConfigurationResponse
Creating a Request
data DeleteLoggingConfiguration Source #
See: newDeleteLoggingConfiguration
smart constructor.
Constructors
DeleteLoggingConfiguration' | |
Fields
|
Instances
newDeleteLoggingConfiguration Source #
Create a value of DeleteLoggingConfiguration
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:identifier:DeleteLoggingConfiguration'
, deleteLoggingConfiguration_identifier
- Identifier of the logging configuration to be deleted.
Request Lenses
deleteLoggingConfiguration_identifier :: Lens' DeleteLoggingConfiguration Text Source #
Identifier of the logging configuration to be deleted.
Destructuring the Response
data DeleteLoggingConfigurationResponse Source #
See: newDeleteLoggingConfigurationResponse
smart constructor.
Constructors
DeleteLoggingConfigurationResponse' | |
Instances
Generic DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.IVSChat.DeleteLoggingConfiguration Associated Types type Rep DeleteLoggingConfigurationResponse :: Type -> Type # | |
Read DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.IVSChat.DeleteLoggingConfiguration | |
Show DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.IVSChat.DeleteLoggingConfiguration Methods showsPrec :: Int -> DeleteLoggingConfigurationResponse -> ShowS # | |
NFData DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.IVSChat.DeleteLoggingConfiguration Methods rnf :: DeleteLoggingConfigurationResponse -> () # | |
Eq DeleteLoggingConfigurationResponse Source # | |
type Rep DeleteLoggingConfigurationResponse Source # | |
Defined in Amazonka.IVSChat.DeleteLoggingConfiguration |
newDeleteLoggingConfigurationResponse :: DeleteLoggingConfigurationResponse Source #
Create a value of DeleteLoggingConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.