amazonka-route53-2.0: Amazon Route 53 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.Route53.DeleteQueryLoggingConfig

Description

Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs. Route 53 doesn't delete any logs that are already in CloudWatch Logs.

For more information about DNS query logs, see CreateQueryLoggingConfig.

Synopsis

Creating a Request

data DeleteQueryLoggingConfig Source #

See: newDeleteQueryLoggingConfig smart constructor.

Constructors

DeleteQueryLoggingConfig' 

Fields

  • id :: Text

    The ID of the configuration that you want to delete.

Instances

Instances details
ToHeaders DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

ToPath DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

ToQuery DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

AWSRequest DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

Generic DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

Associated Types

type Rep DeleteQueryLoggingConfig :: Type -> Type #

Read DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

Show DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

NFData DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

Eq DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

Hashable DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

type AWSResponse DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

type Rep DeleteQueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

type Rep DeleteQueryLoggingConfig = D1 ('MetaData "DeleteQueryLoggingConfig" "Amazonka.Route53.DeleteQueryLoggingConfig" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "DeleteQueryLoggingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteQueryLoggingConfig Source #

Create a value of DeleteQueryLoggingConfig 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:

DeleteQueryLoggingConfig, deleteQueryLoggingConfig_id - The ID of the configuration that you want to delete.

Request Lenses

deleteQueryLoggingConfig_id :: Lens' DeleteQueryLoggingConfig Text Source #

The ID of the configuration that you want to delete.

Destructuring the Response

data DeleteQueryLoggingConfigResponse Source #

See: newDeleteQueryLoggingConfigResponse smart constructor.

Constructors

DeleteQueryLoggingConfigResponse' 

Fields

Instances

Instances details
Generic DeleteQueryLoggingConfigResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

Associated Types

type Rep DeleteQueryLoggingConfigResponse :: Type -> Type #

Read DeleteQueryLoggingConfigResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

Show DeleteQueryLoggingConfigResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

NFData DeleteQueryLoggingConfigResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

Eq DeleteQueryLoggingConfigResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

type Rep DeleteQueryLoggingConfigResponse Source # 
Instance details

Defined in Amazonka.Route53.DeleteQueryLoggingConfig

type Rep DeleteQueryLoggingConfigResponse = D1 ('MetaData "DeleteQueryLoggingConfigResponse" "Amazonka.Route53.DeleteQueryLoggingConfig" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "DeleteQueryLoggingConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteQueryLoggingConfigResponse Source #

Create a value of DeleteQueryLoggingConfigResponse 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:httpStatus:DeleteQueryLoggingConfigResponse', deleteQueryLoggingConfigResponse_httpStatus - The response's http status code.

Response Lenses