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.DescribeLoggingConfiguration

Description

Describes logging configuration.

Synopsis

Creating a Request

data DescribeLoggingConfiguration Source #

Represents the input of a DescribeLoggingConfiguration operation.

See: newDescribeLoggingConfiguration smart constructor.

Constructors

DescribeLoggingConfiguration' 

Fields

Instances

Instances details
ToHeaders DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

ToPath DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

ToQuery DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

AWSRequest DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

Generic DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

Associated Types

type Rep DescribeLoggingConfiguration :: Type -> Type #

Read DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

Show DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

NFData DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

Eq DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

Hashable DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

type AWSResponse DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

type Rep DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

type Rep DescribeLoggingConfiguration = D1 ('MetaData "DescribeLoggingConfiguration" "Amazonka.AMP.DescribeLoggingConfiguration" "amazonka-amp-2.0-5Nt9wsU74T2I91dslthaby" 'False) (C1 ('MetaCons "DescribeLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "workspaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeLoggingConfiguration Source #

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

DescribeLoggingConfiguration, describeLoggingConfiguration_workspaceId - The ID of the workspace to vend logs to.

Request Lenses

Destructuring the Response

data DescribeLoggingConfigurationResponse Source #

Represents the output of a DescribeLoggingConfiguration operation.

See: newDescribeLoggingConfigurationResponse smart constructor.

Constructors

DescribeLoggingConfigurationResponse' 

Fields

Instances

Instances details
Generic DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

Read DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

Show DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

NFData DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

Eq DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

type Rep DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.AMP.DescribeLoggingConfiguration

type Rep DescribeLoggingConfigurationResponse = D1 ('MetaData "DescribeLoggingConfigurationResponse" "Amazonka.AMP.DescribeLoggingConfiguration" "amazonka-amp-2.0-5Nt9wsU74T2I91dslthaby" 'False) (C1 ('MetaCons "DescribeLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LoggingConfigurationMetadata)))

newDescribeLoggingConfigurationResponse Source #

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

$sel:loggingConfiguration:DescribeLoggingConfigurationResponse', describeLoggingConfigurationResponse_loggingConfiguration - Metadata object containing information about the logging configuration of a workspace.

Response Lenses

describeLoggingConfigurationResponse_loggingConfiguration :: Lens' DescribeLoggingConfigurationResponse LoggingConfigurationMetadata Source #

Metadata object containing information about the logging configuration of a workspace.