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

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

Read UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Show UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

NFData UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Eq UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Hashable UpdateBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

type AWSResponse 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" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "UpdateBusinessReportSchedule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessReportFormat)) :*: (S1 ('MetaSel ('Just "recurrence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BusinessReportRecurrence)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "s3KeyPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "scheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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:

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

UpdateBusinessReportSchedule, updateBusinessReportSchedule_recurrence - The recurrence of the reports.

UpdateBusinessReportSchedule, updateBusinessReportSchedule_s3BucketName - The S3 location of the output reports.

UpdateBusinessReportSchedule, updateBusinessReportSchedule_s3KeyPrefix - The S3 key where the report is delivered.

UpdateBusinessReportSchedule, updateBusinessReportSchedule_scheduleName - The name identifier of the schedule.

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
Generic 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

NFData UpdateBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.UpdateBusinessReportSchedule

Eq 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" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" '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