libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AlexaBusiness.Types.BusinessReportS3Location

Description

 
Synopsis

Documentation

data BusinessReportS3Location Source #

The S3 location of the output reports.

See: newBusinessReportS3Location smart constructor.

Constructors

BusinessReportS3Location' 

Fields

Instances

Instances details
Eq BusinessReportS3Location Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportS3Location

Read BusinessReportS3Location Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportS3Location

Show BusinessReportS3Location Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportS3Location

Generic BusinessReportS3Location Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportS3Location

Associated Types

type Rep BusinessReportS3Location :: Type -> Type #

NFData BusinessReportS3Location Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportS3Location

Hashable BusinessReportS3Location Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportS3Location

FromJSON BusinessReportS3Location Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportS3Location

type Rep BusinessReportS3Location Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.BusinessReportS3Location

type Rep BusinessReportS3Location = D1 ('MetaData "BusinessReportS3Location" "Amazonka.AlexaBusiness.Types.BusinessReportS3Location" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "BusinessReportS3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBusinessReportS3Location :: BusinessReportS3Location Source #

Create a value of BusinessReportS3Location 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:path:BusinessReportS3Location', businessReportS3Location_path - The path of the business report.

$sel:bucketName:BusinessReportS3Location', businessReportS3Location_bucketName - The S3 bucket name of the output reports.