amazonka-glue-2.0: Amazon Glue 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.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
ToJSON UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.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

AWSRequest UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Associated Types

type AWSResponse UpdateCrawlerSchedule #

Generic UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Associated Types

type Rep UpdateCrawlerSchedule :: Type -> Type #

Read UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Show UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

NFData UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Methods

rnf :: UpdateCrawlerSchedule -> () #

Eq UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Hashable UpdateCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

type AWSResponse 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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)))

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:

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 * * ? *).

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
Generic UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Associated Types

type Rep UpdateCrawlerScheduleResponse :: Type -> Type #

Read UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Show UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

NFData UpdateCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateCrawlerSchedule

Eq 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" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" '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