libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.UpdateCrawlerSchedule

Description

Updates the schedule of a crawler using a cron expression.

Synopsis

Creating a Request

data UpdateCrawlerSchedule Source #

See: newUpdateCrawlerSchedule smart constructor.

Constructors

UpdateCrawlerSchedule' 

Fields

Instances

Instances details
Eq UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Read UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Show UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Generic UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Associated Types

type Rep UpdateCrawlerSchedule :: Type -> Type #

NFData UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Methods

rnf :: UpdateCrawlerSchedule -> () #

Hashable UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

ToJSON UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

AWSRequest UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Associated Types

type AWSResponse UpdateCrawlerSchedule #

ToHeaders UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

ToPath UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

ToQuery UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

type Rep UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

type Rep UpdateCrawlerSchedule = D1 ('MetaData "UpdateCrawlerSchedule" "Amazonka.Glue.UpdateCrawlerSchedule" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "UpdateCrawlerSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "crawlerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

newUpdateCrawlerSchedule Source #

Create a value of UpdateCrawlerSchedule 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:schedule:UpdateCrawlerSchedule', updateCrawlerSchedule_schedule - The updated cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

$sel:crawlerName:UpdateCrawlerSchedule', updateCrawlerSchedule_crawlerName - The name of the crawler whose schedule to update.

Request Lenses

updateCrawlerSchedule_schedule :: Lens' UpdateCrawlerSchedule (Maybe Text) Source #

The updated cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

updateCrawlerSchedule_crawlerName :: Lens' UpdateCrawlerSchedule Text Source #

The name of the crawler whose schedule to update.

Destructuring the Response

data UpdateCrawlerScheduleResponse Source #

See: newUpdateCrawlerScheduleResponse smart constructor.

Constructors

UpdateCrawlerScheduleResponse' 

Fields

Instances

Instances details
Eq UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Read UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Show UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Generic UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Associated Types

type Rep UpdateCrawlerScheduleResponse :: Type -> Type #

NFData UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

type Rep UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

type Rep UpdateCrawlerScheduleResponse = D1 ('MetaData "UpdateCrawlerScheduleResponse" "Amazonka.Glue.UpdateCrawlerSchedule" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "UpdateCrawlerScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateCrawlerScheduleResponse Source #

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

Response Lenses