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

Description

Starts the discoverer

Synopsis

Creating a Request

data StartDiscoverer Source #

See: newStartDiscoverer smart constructor.

Constructors

StartDiscoverer' 

Fields

Instances

Instances details
Eq StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Read StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Show StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Generic StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type Rep StartDiscoverer :: Type -> Type #

NFData StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Methods

rnf :: StartDiscoverer -> () #

Hashable StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

ToJSON StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

AWSRequest StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

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

type Rep StartDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

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

Defined in Amazonka.Schemas.StartDiscoverer

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:

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

Defined in Amazonka.Schemas.StartDiscoverer

Read StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Show StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Generic StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Associated Types

type Rep StartDiscovererResponse :: Type -> Type #

NFData StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

Methods

rnf :: StartDiscovererResponse -> () #

type Rep StartDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.StartDiscoverer

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

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:

$sel:state:StartDiscovererResponse', startDiscovererResponse_state - The state of the discoverer.

$sel:discovererId:StartDiscoverer', startDiscovererResponse_discovererId - The ID of the discoverer.

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

Response Lenses