amazonka-iotsitewise-2.0: Amazon IoT SiteWise 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.IoTSiteWise.Types.ErrorReportLocation

Description

 
Synopsis

Documentation

data ErrorReportLocation Source #

The Amazon S3 destination where errors associated with the job creation request are saved.

See: newErrorReportLocation smart constructor.

Constructors

ErrorReportLocation' 

Fields

  • bucket :: Text

    The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.

  • prefix :: Text

    Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.

Instances

Instances details
FromJSON ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

ToJSON ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

Generic ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

Associated Types

type Rep ErrorReportLocation :: Type -> Type #

Read ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

Show ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

NFData ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

Methods

rnf :: ErrorReportLocation -> () #

Eq ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

Hashable ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

type Rep ErrorReportLocation Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.ErrorReportLocation

type Rep ErrorReportLocation = D1 ('MetaData "ErrorReportLocation" "Amazonka.IoTSiteWise.Types.ErrorReportLocation" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "ErrorReportLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newErrorReportLocation Source #

Create a value of ErrorReportLocation 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:bucket:ErrorReportLocation', errorReportLocation_bucket - The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.

$sel:prefix:ErrorReportLocation', errorReportLocation_prefix - Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.

errorReportLocation_bucket :: Lens' ErrorReportLocation Text Source #

The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.

errorReportLocation_prefix :: Lens' ErrorReportLocation Text Source #

Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.