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

Description

Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours.

This operation returns paginated results.

Synopsis

Creating a Request

data ListBusinessReportSchedules Source #

See: newListBusinessReportSchedules smart constructor.

Constructors

ListBusinessReportSchedules' 

Fields

Instances

Instances details
Eq ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

Read ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

Show ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

Generic ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

Associated Types

type Rep ListBusinessReportSchedules :: Type -> Type #

NFData ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

Hashable ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

ToJSON ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

AWSPager ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

AWSRequest ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

ToHeaders ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

ToPath ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

ToQuery ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

type Rep ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

type Rep ListBusinessReportSchedules = D1 ('MetaData "ListBusinessReportSchedules" "Amazonka.AlexaBusiness.ListBusinessReportSchedules" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "ListBusinessReportSchedules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListBusinessReportSchedules Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

newListBusinessReportSchedules :: ListBusinessReportSchedules Source #

Create a value of ListBusinessReportSchedules 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:nextToken:ListBusinessReportSchedules', listBusinessReportSchedules_nextToken - The token used to list the remaining schedules from the previous API call.

$sel:maxResults:ListBusinessReportSchedules', listBusinessReportSchedules_maxResults - The maximum number of schedules listed in the call.

Request Lenses

listBusinessReportSchedules_nextToken :: Lens' ListBusinessReportSchedules (Maybe Text) Source #

The token used to list the remaining schedules from the previous API call.

listBusinessReportSchedules_maxResults :: Lens' ListBusinessReportSchedules (Maybe Natural) Source #

The maximum number of schedules listed in the call.

Destructuring the Response

data ListBusinessReportSchedulesResponse Source #

Constructors

ListBusinessReportSchedulesResponse' 

Fields

Instances

Instances details
Eq ListBusinessReportSchedulesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

Read ListBusinessReportSchedulesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

Show ListBusinessReportSchedulesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

Generic ListBusinessReportSchedulesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

NFData ListBusinessReportSchedulesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

type Rep ListBusinessReportSchedulesResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListBusinessReportSchedules

type Rep ListBusinessReportSchedulesResponse = D1 ('MetaData "ListBusinessReportSchedulesResponse" "Amazonka.AlexaBusiness.ListBusinessReportSchedules" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "ListBusinessReportSchedulesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "businessReportSchedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BusinessReportSchedule])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBusinessReportSchedulesResponse Source #

Create a value of ListBusinessReportSchedulesResponse 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:businessReportSchedules:ListBusinessReportSchedulesResponse', listBusinessReportSchedulesResponse_businessReportSchedules - The schedule of the reports.

$sel:nextToken:ListBusinessReportSchedules', listBusinessReportSchedulesResponse_nextToken - The token used to list the remaining schedules from the previous API call.

$sel:httpStatus:ListBusinessReportSchedulesResponse', listBusinessReportSchedulesResponse_httpStatus - The response's http status code.

Response Lenses

listBusinessReportSchedulesResponse_nextToken :: Lens' ListBusinessReportSchedulesResponse (Maybe Text) Source #

The token used to list the remaining schedules from the previous API call.