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

Description

Describes the discoverer.

Synopsis

Creating a Request

data DescribeDiscoverer Source #

See: newDescribeDiscoverer smart constructor.

Constructors

DescribeDiscoverer' 

Fields

Instances

Instances details
Eq DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Read DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Show DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Generic DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type Rep DescribeDiscoverer :: Type -> Type #

NFData DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Methods

rnf :: DescribeDiscoverer -> () #

Hashable DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

AWSRequest DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type AWSResponse DescribeDiscoverer #

ToHeaders DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

ToPath DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

ToQuery DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

type Rep DescribeDiscoverer Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

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

Defined in Amazonka.Schemas.DescribeDiscoverer

newDescribeDiscoverer Source #

Create a value of DescribeDiscoverer 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:DescribeDiscoverer', describeDiscoverer_discovererId - The ID of the discoverer.

Request Lenses

Destructuring the Response

data DescribeDiscovererResponse Source #

See: newDescribeDiscovererResponse smart constructor.

Constructors

DescribeDiscovererResponse' 

Fields

Instances

Instances details
Eq DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Read DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Show DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Generic DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

Associated Types

type Rep DescribeDiscovererResponse :: Type -> Type #

NFData DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

type Rep DescribeDiscovererResponse Source # 
Instance details

Defined in Amazonka.Schemas.DescribeDiscoverer

newDescribeDiscovererResponse Source #

Create a value of DescribeDiscovererResponse 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:DescribeDiscovererResponse', describeDiscovererResponse_state - The state of the discoverer.

$sel:crossAccount:DescribeDiscovererResponse', describeDiscovererResponse_crossAccount - The Status if the discoverer will discover schemas from events sent from another account.

$sel:sourceArn:DescribeDiscovererResponse', describeDiscovererResponse_sourceArn - The ARN of the event bus.

$sel:discovererId:DescribeDiscoverer', describeDiscovererResponse_discovererId - The ID of the discoverer.

$sel:description:DescribeDiscovererResponse', describeDiscovererResponse_description - The description of the discoverer.

$sel:tags:DescribeDiscovererResponse', describeDiscovererResponse_tags - Tags associated with the resource.

$sel:discovererArn:DescribeDiscovererResponse', describeDiscovererResponse_discovererArn - The ARN of the discoverer.

$sel:httpStatus:DescribeDiscovererResponse', describeDiscovererResponse_httpStatus - The response's http status code.

Response Lenses

describeDiscovererResponse_crossAccount :: Lens' DescribeDiscovererResponse (Maybe Bool) Source #

The Status if the discoverer will discover schemas from events sent from another account.