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

Description

Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.

Synopsis

Creating a Request

data StartCrawlerSchedule Source #

See: newStartCrawlerSchedule smart constructor.

Constructors

StartCrawlerSchedule' 

Fields

Instances

Instances details
Eq StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Read StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Show StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Generic StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Associated Types

type Rep StartCrawlerSchedule :: Type -> Type #

NFData StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Methods

rnf :: StartCrawlerSchedule -> () #

Hashable StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

ToJSON StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

AWSRequest StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Associated Types

type AWSResponse StartCrawlerSchedule #

ToHeaders StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

ToPath StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

ToQuery StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

type Rep StartCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

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

Defined in Amazonka.Glue.StartCrawlerSchedule

newStartCrawlerSchedule Source #

Create a value of StartCrawlerSchedule 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:crawlerName:StartCrawlerSchedule', startCrawlerSchedule_crawlerName - Name of the crawler to schedule.

Request Lenses

Destructuring the Response

data StartCrawlerScheduleResponse Source #

See: newStartCrawlerScheduleResponse smart constructor.

Constructors

StartCrawlerScheduleResponse' 

Fields

Instances

Instances details
Eq StartCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Read StartCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Show StartCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Generic StartCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

Associated Types

type Rep StartCrawlerScheduleResponse :: Type -> Type #

NFData StartCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

type Rep StartCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StartCrawlerSchedule

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

newStartCrawlerScheduleResponse Source #

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

Response Lenses