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

Description

Updates the configuration of the report delivery schedule with the specified schedule ARN.

Synopsis

Creating a Request

data UpdateBusinessReportSchedule Source #

See: newUpdateBusinessReportSchedule smart constructor.

Constructors

UpdateBusinessReportSchedule' 

Fields

Instances

Instances details
Eq UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Read UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Show UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Generic UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Associated Types

type Rep UpdateBusinessReportSchedule :: Type -> Type #

NFData UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Hashable UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

ToJSON UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

AWSRequest UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

ToHeaders UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

ToPath UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

ToQuery UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

type Rep UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

type Rep UpdateBusinessReportSchedule = D1 ('MetaData "UpdateBusinessReportSchedule" "Amazonka.AlexaBusiness.UpdateBusinessReportSchedule" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "UpdateBusinessReportSchedule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessReportFormat)) :*: S1 ('MetaSel ('Just "recurrence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessReportRecurrence)))) :*: (S1 ('MetaSel ('Just "scheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

newUpdateBusinessReportSchedule Source #

Create a value of UpdateBusinessReportSchedule 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:UpdateBusinessReportSchedule', updateBusinessReportSchedule_s3KeyPrefix - The S3 key where the report is delivered.

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

$sel:recurrence:UpdateBusinessReportSchedule', updateBusinessReportSchedule_recurrence - The recurrence of the reports.

$sel:scheduleName:UpdateBusinessReportSchedule', updateBusinessReportSchedule_scheduleName - The name identifier of the schedule.

$sel:s3BucketName:UpdateBusinessReportSchedule', updateBusinessReportSchedule_s3BucketName - The S3 location of the output reports.

$sel:scheduleArn:UpdateBusinessReportSchedule', updateBusinessReportSchedule_scheduleArn - The ARN of the business report schedule.

Request Lenses

updateBusinessReportSchedule_format :: Lens' UpdateBusinessReportSchedule (Maybe BusinessReportFormat) Source #

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

Destructuring the Response

data UpdateBusinessReportScheduleResponse Source #

Constructors

UpdateBusinessReportScheduleResponse' 

Fields

Instances

Instances details
Eq UpdateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Read UpdateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Show UpdateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Generic UpdateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

NFData UpdateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

type Rep UpdateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

type Rep UpdateBusinessReportScheduleResponse = D1 ('MetaData "UpdateBusinessReportScheduleResponse" "Amazonka.AlexaBusiness.UpdateBusinessReportSchedule" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "UpdateBusinessReportScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateBusinessReportScheduleResponse Source #

Create a value of UpdateBusinessReportScheduleResponse 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:httpStatus:UpdateBusinessReportScheduleResponse', updateBusinessReportScheduleResponse_httpStatus - The response's http status code.

Response Lenses