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

Description

 
Synopsis

Documentation

data S3ReportLocation Source #

S3 report location for the scheduled query run.

See: newS3ReportLocation smart constructor.

Constructors

S3ReportLocation' 

Fields

Instances

Instances details
FromJSON S3ReportLocation Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.S3ReportLocation

Generic S3ReportLocation Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.S3ReportLocation

Associated Types

type Rep S3ReportLocation :: Type -> Type #

Read S3ReportLocation Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.S3ReportLocation

Show S3ReportLocation Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.S3ReportLocation

NFData S3ReportLocation Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.S3ReportLocation

Methods

rnf :: S3ReportLocation -> () #

Eq S3ReportLocation Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.S3ReportLocation

Hashable S3ReportLocation Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.S3ReportLocation

type Rep S3ReportLocation Source # 
Instance details

Defined in Amazonka.TimeStreamQuery.Types.S3ReportLocation

type Rep S3ReportLocation = D1 ('MetaData "S3ReportLocation" "Amazonka.TimeStreamQuery.Types.S3ReportLocation" "amazonka-timestream-query-2.0-HD7xx47Lw3eG6c52GyReXL" 'False) (C1 ('MetaCons "S3ReportLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "objectKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3ReportLocation :: S3ReportLocation Source #

Create a value of S3ReportLocation 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:bucketName:S3ReportLocation', s3ReportLocation_bucketName - S3 bucket name.

$sel:objectKey:S3ReportLocation', s3ReportLocation_objectKey - S3 key.