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

Description

If the specified crawler is running, stops the crawl.

Synopsis

Creating a Request

data StopCrawler Source #

See: newStopCrawler smart constructor.

Constructors

StopCrawler' 

Fields

  • name :: Text

    Name of the crawler to stop.

Instances

Instances details
Eq StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Read StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Show StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Generic StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Associated Types

type Rep StopCrawler :: Type -> Type #

NFData StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Methods

rnf :: StopCrawler -> () #

Hashable StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

ToJSON StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

AWSRequest StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Associated Types

type AWSResponse StopCrawler #

ToHeaders StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Methods

toHeaders :: StopCrawler -> [Header] #

ToPath StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

ToQuery StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

type Rep StopCrawler Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

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

Defined in Amazonka.Glue.StopCrawler

newStopCrawler Source #

Create a value of StopCrawler 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:name:StopCrawler', stopCrawler_name - Name of the crawler to stop.

Request Lenses

stopCrawler_name :: Lens' StopCrawler Text Source #

Name of the crawler to stop.

Destructuring the Response

data StopCrawlerResponse Source #

See: newStopCrawlerResponse smart constructor.

Constructors

StopCrawlerResponse' 

Fields

Instances

Instances details
Eq StopCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Read StopCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Show StopCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Generic StopCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Associated Types

type Rep StopCrawlerResponse :: Type -> Type #

NFData StopCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

Methods

rnf :: StopCrawlerResponse -> () #

type Rep StopCrawlerResponse Source # 
Instance details

Defined in Amazonka.Glue.StopCrawler

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

newStopCrawlerResponse Source #

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

Response Lenses