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

Description

Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.

Synopsis

Creating a Request

data StopCrawlerSchedule Source #

See: newStopCrawlerSchedule smart constructor.

Constructors

StopCrawlerSchedule' 

Fields

Instances

Instances details
Eq StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Read StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Show StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Generic StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Associated Types

type Rep StopCrawlerSchedule :: Type -> Type #

NFData StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Methods

rnf :: StopCrawlerSchedule -> () #

Hashable StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

ToJSON StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

AWSRequest StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Associated Types

type AWSResponse StopCrawlerSchedule #

ToHeaders StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

ToPath StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

ToQuery StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

type Rep StopCrawlerSchedule Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

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

Defined in Amazonka.Glue.StopCrawlerSchedule

newStopCrawlerSchedule Source #

Create a value of StopCrawlerSchedule 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:StopCrawlerSchedule', stopCrawlerSchedule_crawlerName - Name of the crawler whose schedule state to set.

Request Lenses

stopCrawlerSchedule_crawlerName :: Lens' StopCrawlerSchedule Text Source #

Name of the crawler whose schedule state to set.

Destructuring the Response

data StopCrawlerScheduleResponse Source #

See: newStopCrawlerScheduleResponse smart constructor.

Constructors

StopCrawlerScheduleResponse' 

Fields

Instances

Instances details
Eq StopCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Read StopCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Show StopCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Generic StopCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

Associated Types

type Rep StopCrawlerScheduleResponse :: Type -> Type #

NFData StopCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

type Rep StopCrawlerScheduleResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawlerSchedule

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

newStopCrawlerScheduleResponse Source #

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

Response Lenses