libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.DescribeConnectorEntity

Description

Provides details regarding the entity used with the connector, with a description of the data model for each entity.

Synopsis

Creating a Request

data DescribeConnectorEntity Source #

See: newDescribeConnectorEntity smart constructor.

Constructors

DescribeConnectorEntity' 

Fields

Instances

Instances details
Eq DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Read DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Show DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Generic DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Associated Types

type Rep DescribeConnectorEntity :: Type -> Type #

NFData DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Methods

rnf :: DescribeConnectorEntity -> () #

Hashable DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

ToJSON DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

AWSRequest DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

ToHeaders DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

ToPath DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

ToQuery DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type Rep DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type Rep DescribeConnectorEntity = D1 ('MetaData "DescribeConnectorEntity" "Amazonka.AppFlow.DescribeConnectorEntity" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeConnectorEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorType)) :*: S1 ('MetaSel ('Just "connectorEntityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

newDescribeConnectorEntity Source #

Create a value of DescribeConnectorEntity 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:connectorProfileName:DescribeConnectorEntity', describeConnectorEntity_connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

$sel:connectorType:DescribeConnectorEntity', describeConnectorEntity_connectorType - The type of connector application, such as Salesforce, Amplitude, and so on.

$sel:connectorEntityName:DescribeConnectorEntity', describeConnectorEntity_connectorEntityName - The entity name for that connector.

Request Lenses

describeConnectorEntity_connectorProfileName :: Lens' DescribeConnectorEntity (Maybe Text) Source #

The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

describeConnectorEntity_connectorType :: Lens' DescribeConnectorEntity (Maybe ConnectorType) Source #

The type of connector application, such as Salesforce, Amplitude, and so on.

Destructuring the Response

data DescribeConnectorEntityResponse Source #

See: newDescribeConnectorEntityResponse smart constructor.

Constructors

DescribeConnectorEntityResponse' 

Fields

Instances

Instances details
Eq DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Read DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Show DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Generic DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Associated Types

type Rep DescribeConnectorEntityResponse :: Type -> Type #

NFData DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type Rep DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type Rep DescribeConnectorEntityResponse = D1 ('MetaData "DescribeConnectorEntityResponse" "Amazonka.AppFlow.DescribeConnectorEntity" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DescribeConnectorEntityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "connectorEntityFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConnectorEntityField])))

newDescribeConnectorEntityResponse Source #

Create a value of DescribeConnectorEntityResponse 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:httpStatus:DescribeConnectorEntityResponse', describeConnectorEntityResponse_httpStatus - The response's http status code.

$sel:connectorEntityFields:DescribeConnectorEntityResponse', describeConnectorEntityResponse_connectorEntityFields - Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.

Response Lenses

describeConnectorEntityResponse_connectorEntityFields :: Lens' DescribeConnectorEntityResponse [ConnectorEntityField] Source #

Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.