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

Description

Deletes the recurring report delivery schedule with the specified schedule ARN.

Synopsis

Creating a Request

data DeleteBusinessReportSchedule Source #

See: newDeleteBusinessReportSchedule smart constructor.

Constructors

DeleteBusinessReportSchedule' 

Fields

Instances

Instances details
Eq DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

Read DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

Show DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

Generic DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

Associated Types

type Rep DeleteBusinessReportSchedule :: Type -> Type #

NFData DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

Hashable DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

ToJSON DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

AWSRequest DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

ToHeaders DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

ToPath DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

ToQuery DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

type Rep DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

type Rep DeleteBusinessReportSchedule = D1 ('MetaData "DeleteBusinessReportSchedule" "Amazonka.AlexaBusiness.DeleteBusinessReportSchedule" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "DeleteBusinessReportSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteBusinessReportSchedule Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

newDeleteBusinessReportSchedule Source #

Create a value of DeleteBusinessReportSchedule 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:DeleteBusinessReportSchedule', deleteBusinessReportSchedule_scheduleArn - The ARN of the business report schedule.

Request Lenses

Destructuring the Response

data DeleteBusinessReportScheduleResponse Source #

Constructors

DeleteBusinessReportScheduleResponse' 

Fields

Instances

Instances details
Eq DeleteBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

Read DeleteBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

Show DeleteBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

Generic DeleteBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

NFData DeleteBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

type Rep DeleteBusinessReportScheduleResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteBusinessReportSchedule

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

newDeleteBusinessReportScheduleResponse Source #

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

Response Lenses