amazonka-schemas-2.0: Amazon Schemas 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.Schemas.StopDiscoverer

Description

Stops the discoverer

Synopsis

Creating a Request

data StopDiscoverer Source #

See: newStopDiscoverer smart constructor.

Constructors

StopDiscoverer' 

Fields

Instances

Instances details
ToJSON StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

ToHeaders StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

ToPath StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

ToQuery StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

AWSRequest StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type AWSResponse StopDiscoverer #

Generic StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type Rep StopDiscoverer :: Type -> Type #

Read StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Show StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

NFData StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Methods

rnf :: StopDiscoverer -> () #

Eq StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Hashable StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type AWSResponse StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscoverer = D1 ('MetaData "StopDiscoverer" "Amazonka.Schemas.StopDiscoverer" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "StopDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopDiscoverer Source #

Create a value of StopDiscoverer 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:

StopDiscoverer, stopDiscoverer_discovererId - The ID of the discoverer.

Request Lenses

Destructuring the Response

data StopDiscovererResponse Source #

See: newStopDiscovererResponse smart constructor.

Constructors

StopDiscovererResponse' 

Fields

Instances

Instances details
Generic StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type Rep StopDiscovererResponse :: Type -> Type #

Read StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Show StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

NFData StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Methods

rnf :: StopDiscovererResponse -> () #

Eq StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscovererResponse = D1 ('MetaData "StopDiscovererResponse" "Amazonka.Schemas.StopDiscoverer" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "StopDiscovererResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiscovererState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStopDiscovererResponse Source #

Create a value of StopDiscovererResponse 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:

StopDiscoverer, stopDiscovererResponse_discovererId - The ID of the discoverer.

StopDiscovererResponse, stopDiscovererResponse_state - The state of the discoverer.

$sel:httpStatus:StopDiscovererResponse', stopDiscovererResponse_httpStatus - The response's http status code.

Response Lenses