libZSservicesZSamazonka-schemasZSamazonka-schemas
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.Schemas.StopDiscoverer

Description

Stops the discoverer

Synopsis

Creating a Request

data StopDiscoverer Source #

See: newStopDiscoverer smart constructor.

Constructors

StopDiscoverer' 

Fields

Instances

Instances details
Eq StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Read StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Show StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Generic StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type Rep StopDiscoverer :: Type -> Type #

NFData StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Methods

rnf :: StopDiscoverer -> () #

Hashable StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

ToJSON StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

AWSRequest StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type AWSResponse 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

type Rep StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscoverer = D1 ('MetaData "StopDiscoverer" "Amazonka.Schemas.StopDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "StopDiscoverer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

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:

$sel:discovererId: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
Eq StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Read StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Show StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Generic StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Associated Types

type Rep StopDiscovererResponse :: Type -> Type #

NFData StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

Methods

rnf :: StopDiscovererResponse -> () #

type Rep StopDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StopDiscoverer

type Rep StopDiscovererResponse = D1 ('MetaData "StopDiscovererResponse" "Amazonka.Schemas.StopDiscoverer" "libZSservicesZSamazonka-schemasZSamazonka-schemas" 'False) (C1 ('MetaCons "StopDiscovererResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiscovererState)) :*: (S1 ('MetaSel ('Just "discovererId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

$sel:state:StopDiscovererResponse', stopDiscovererResponse_state - The state of the discoverer.

$sel:discovererId:StopDiscoverer', stopDiscovererResponse_discovererId - The ID of the discoverer.

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

Response Lenses