amazonka-timestream-query-2.0: Amazon Timestream Query 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.TimeStreamQuery.Types.ErrorReportConfiguration

Description

 
Synopsis

Documentation

data ErrorReportConfiguration Source #

Configuration required for error reporting.

See: newErrorReportConfiguration smart constructor.

Constructors

ErrorReportConfiguration' 

Fields

Instances

Instances details
FromJSON ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

ToJSON ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

Generic ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

Associated Types

type Rep ErrorReportConfiguration :: Type -> Type #

Read ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

Show ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

NFData ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

Eq ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

Hashable ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

type Rep ErrorReportConfiguration Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration

type Rep ErrorReportConfiguration = D1 ('MetaData "ErrorReportConfiguration" "Amazonka.TimeStreamQuery.Types.ErrorReportConfiguration" "amazonka-timestream-query-2.0-HD7xx47Lw3eG6c52GyReXL" 'False) (C1 ('MetaCons "ErrorReportConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Configuration)))

newErrorReportConfiguration Source #

Create a value of ErrorReportConfiguration 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:s3Configuration:ErrorReportConfiguration', errorReportConfiguration_s3Configuration - The S3 configuration for the error reports.