amazonka-ivschat-2.0: Amazon Interactive Video Service Chat SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IVSChat.DeleteLoggingConfiguration

Description

Deletes the specified logging configuration.

Synopsis

Creating a Request

data DeleteLoggingConfiguration Source #

See: newDeleteLoggingConfiguration smart constructor.

Constructors

DeleteLoggingConfiguration' 

Fields

  • identifier :: Text

    Identifier of the logging configuration to be deleted.

Instances

Instances details
ToJSON DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

ToHeaders DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

ToPath DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

ToQuery DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

AWSRequest DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

Generic DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

Associated Types

type Rep DeleteLoggingConfiguration :: Type -> Type #

Read DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

Show DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

NFData DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

Eq DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

Hashable DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

type AWSResponse DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

type Rep DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

type Rep DeleteLoggingConfiguration = D1 ('MetaData "DeleteLoggingConfiguration" "Amazonka.IVSChat.DeleteLoggingConfiguration" "amazonka-ivschat-2.0-AB4QlCKEEGt4izEWjWKMb2" 'False) (C1 ('MetaCons "DeleteLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

Associated Types

type Rep DeleteLoggingConfigurationResponse :: Type -> Type #

Read DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

Show DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

NFData DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

Eq DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

type Rep DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.IVSChat.DeleteLoggingConfiguration

type Rep DeleteLoggingConfigurationResponse = D1 ('MetaData "DeleteLoggingConfigurationResponse" "Amazonka.IVSChat.DeleteLoggingConfiguration" "amazonka-ivschat-2.0-AB4QlCKEEGt4izEWjWKMb2" 'False) (C1 ('MetaCons "DeleteLoggingConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteLoggingConfigurationResponse :: DeleteLoggingConfigurationResponse Source #

Create a value of DeleteLoggingConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.