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

Description

Starts the discoverer

Synopsis

Creating a Request

data StartDiscoverer Source #

See: newStartDiscoverer smart constructor.

Constructors

StartDiscoverer' 

Fields

Instances

Instances details
ToJSON StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

ToHeaders StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

ToPath StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

ToQuery StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

AWSRequest StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type AWSResponse StartDiscoverer #

Generic StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type Rep StartDiscoverer :: Type -> Type #

Read StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Show StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

NFData StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Methods

rnf :: StartDiscoverer -> () #

Eq StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Hashable StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type AWSResponse StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type Rep StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

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

newStartDiscoverer Source #

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

StartDiscoverer, startDiscoverer_discovererId - The ID of the discoverer.

Request Lenses

Destructuring the Response

data StartDiscovererResponse Source #

See: newStartDiscovererResponse smart constructor.

Constructors

StartDiscovererResponse' 

Fields

Instances

Instances details
Generic StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type Rep StartDiscovererResponse :: Type -> Type #

Read StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Show StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

NFData StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Methods

rnf :: StartDiscovererResponse -> () #

Eq StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type Rep StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

type Rep StartDiscovererResponse = D1 ('MetaData "StartDiscovererResponse" "Amazonka.Schemas.StartDiscoverer" "amazonka-schemas-2.0-BJyIo2S2AS7BU9nZBCcS3" 'False) (C1 ('MetaCons "StartDiscovererResponse'" '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))))

newStartDiscovererResponse Source #

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

StartDiscoverer, startDiscovererResponse_discovererId - The ID of the discoverer.

StartDiscovererResponse, startDiscovererResponse_state - The state of the discoverer.

$sel:httpStatus:StartDiscovererResponse', startDiscovererResponse_httpStatus - The response's http status code.

Response Lenses