amazonka-appflow-2.0: Amazon Appflow 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.AppFlow.DescribeConnectorEntity

Description

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

Synopsis

Creating a Request

data DescribeConnectorEntity Source #

See: newDescribeConnectorEntity smart constructor.

Constructors

DescribeConnectorEntity' 

Fields

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Show DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

NFData DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Methods

rnf :: DescribeConnectorEntity -> () #

Eq DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Hashable DescribeConnectorEntity Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

type AWSResponse 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" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "DescribeConnectorEntity'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "apiVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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))))

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:

DescribeConnectorEntity, describeConnectorEntity_apiVersion - The version of the API that's used by the connector.

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

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_apiVersion :: Lens' DescribeConnectorEntity (Maybe Text) Source #

The version of the API that's used by the connector.

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
Generic DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Associated Types

type Rep DescribeConnectorEntityResponse :: Type -> Type #

Read DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Show DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

NFData DescribeConnectorEntityResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnectorEntity

Eq 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" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" '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.