amazonka-amp-2.0: Amazon Prometheus Service 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.AMP.DeleteLoggingConfiguration

Description

Delete logging configuration.

Synopsis

Creating a Request

data DeleteLoggingConfiguration Source #

Represents the input of a DeleteLoggingConfiguration operation.

See: newDeleteLoggingConfiguration smart constructor.

Constructors

DeleteLoggingConfiguration' 

Fields

  • clientToken :: Maybe Text

    Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

  • workspaceId :: Text

    The ID of the workspace to vend logs to.

Instances

Instances details
ToHeaders DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

ToPath DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

ToQuery DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

AWSRequest DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

Generic DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

Associated Types

type Rep DeleteLoggingConfiguration :: Type -> Type #

Read DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

Show DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

NFData DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

Eq DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

Hashable DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

type AWSResponse DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

type Rep DeleteLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

type Rep DeleteLoggingConfiguration = D1 ('MetaData "DeleteLoggingConfiguration" "Amazonka.AMP.DeleteLoggingConfiguration" "amazonka-amp-2.0-5Nt9wsU74T2I91dslthaby" 'False) (C1 ('MetaCons "DeleteLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceId") '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:clientToken:DeleteLoggingConfiguration', deleteLoggingConfiguration_clientToken - Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

DeleteLoggingConfiguration, deleteLoggingConfiguration_workspaceId - The ID of the workspace to vend logs to.

Request Lenses

deleteLoggingConfiguration_clientToken :: Lens' DeleteLoggingConfiguration (Maybe Text) Source #

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

Destructuring the Response

data DeleteLoggingConfigurationResponse Source #

Instances

Instances details
Generic DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

Associated Types

type Rep DeleteLoggingConfigurationResponse :: Type -> Type #

Read DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

Show DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

NFData DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

Eq DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

type Rep DeleteLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DeleteLoggingConfiguration

type Rep DeleteLoggingConfigurationResponse = D1 ('MetaData "DeleteLoggingConfigurationResponse" "Amazonka.AMP.DeleteLoggingConfiguration" "amazonka-amp-2.0-5Nt9wsU74T2I91dslthaby" '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.