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.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
Eq CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Read CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Show 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 #

NFData CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

Hashable CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

ToJSON CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

AWSRequest 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

type Rep CreateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

type Rep CreateBusinessReportSchedule = D1 ('MetaData "CreateBusinessReportSchedule" "Amazonka.AlexaBusiness.CreateBusinessReportSchedule" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "CreateBusinessReportSchedule'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recurrence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessReportRecurrence))) :*: (S1 ('MetaSel ('Just "scheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BusinessReportFormat) :*: S1 ('MetaSel ('Just "contentRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BusinessReportContentRange)))))
type AWSResponse 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:s3KeyPrefix:CreateBusinessReportSchedule', createBusinessReportSchedule_s3KeyPrefix - The S3 key where the report is delivered.

$sel:recurrence: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.

$sel:scheduleName:CreateBusinessReportSchedule', createBusinessReportSchedule_scheduleName - The name identifier of the schedule.

$sel:clientRequestToken:CreateBusinessReportSchedule', createBusinessReportSchedule_clientRequestToken - The client request token.

$sel:s3BucketName: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.

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

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

$sel:contentRange: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
Eq 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

Generic CreateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.CreateBusinessReportSchedule

NFData 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" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" '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:

$sel:scheduleArn:CreateBusinessReportScheduleResponse', createBusinessReportScheduleResponse_scheduleArn - The ARN of the business report schedule.

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

Response Lenses