amazonka-alexa-business-2.0: Amazon Alexa For Business 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.AlexaBusiness.CreateBusinessReportSchedule

Description

Creates a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval.

Synopsis

Creating a Request

data CreateBusinessReportSchedule Source #

See: newCreateBusinessReportSchedule smart constructor.

Constructors

CreateBusinessReportSchedule' 

Fields

Instances

Instances details
ToJSON CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

ToHeaders CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

ToPath CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

ToQuery CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

AWSRequest CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Generic CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Associated Types

type Rep CreateBusinessReportSchedule :: Type -> Type #

Read CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Show CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

NFData CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Eq CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Hashable CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

type AWSResponse CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

type Rep CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

newCreateBusinessReportSchedule Source #

Create a value of CreateBusinessReportSchedule 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:clientRequestToken:CreateBusinessReportSchedule', createBusinessReportSchedule_clientRequestToken - The client request token.

CreateBusinessReportSchedule, createBusinessReportSchedule_recurrence - The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called.

CreateBusinessReportSchedule, createBusinessReportSchedule_s3BucketName - The S3 bucket name of the output reports. If this isn't specified, the report can be retrieved from a download link by calling ListBusinessReportSchedule.

CreateBusinessReportSchedule, createBusinessReportSchedule_s3KeyPrefix - The S3 key where the report is delivered.

CreateBusinessReportSchedule, createBusinessReportSchedule_scheduleName - The name identifier of the schedule.

$sel:tags:CreateBusinessReportSchedule', createBusinessReportSchedule_tags - The tags for the business report schedule.

CreateBusinessReportSchedule, createBusinessReportSchedule_format - The format of the generated report (individual CSV files or zipped files of individual files).

CreateBusinessReportSchedule, createBusinessReportSchedule_contentRange - The content range of the reports.

Request Lenses

createBusinessReportSchedule_recurrence :: Lens' CreateBusinessReportSchedule (Maybe BusinessReportRecurrence) Source #

The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called.

createBusinessReportSchedule_s3BucketName :: Lens' CreateBusinessReportSchedule (Maybe Text) Source #

The S3 bucket name of the output reports. If this isn't specified, the report can be retrieved from a download link by calling ListBusinessReportSchedule.

createBusinessReportSchedule_tags :: Lens' CreateBusinessReportSchedule (Maybe [Tag]) Source #

The tags for the business report schedule.

createBusinessReportSchedule_format :: Lens' CreateBusinessReportSchedule BusinessReportFormat Source #

The format of the generated report (individual CSV files or zipped files of individual files).

Destructuring the Response

data CreateBusinessReportScheduleResponse Source #

Constructors

CreateBusinessReportScheduleResponse' 

Fields

Instances

Instances details
Generic CreateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Read CreateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Show CreateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

NFData CreateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Eq CreateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

type Rep CreateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

type Rep CreateBusinessReportScheduleResponse = D1 ('MetaData "CreateBusinessReportScheduleResponse" "Amazonka.AlexaBusiness.CreateBusinessReportSchedule" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "CreateBusinessReportScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateBusinessReportScheduleResponse Source #

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

CreateBusinessReportScheduleResponse, createBusinessReportScheduleResponse_scheduleArn - The ARN of the business report schedule.

$sel:httpStatus:CreateBusinessReportScheduleResponse', createBusinessReportScheduleResponse_httpStatus - The response's http status code.

Response Lenses