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

Description

Describes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors.

Synopsis

Creating a Request

data DescribeConnector Source #

See: newDescribeConnector smart constructor.

Constructors

DescribeConnector' 

Fields

  • connectorLabel :: Maybe Text

    The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

  • connectorType :: ConnectorType

    The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.

Instances

Instances details
ToJSON DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

ToHeaders DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

ToPath DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

ToQuery DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

AWSRequest DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

Associated Types

type AWSResponse DescribeConnector #

Generic DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

Associated Types

type Rep DescribeConnector :: Type -> Type #

Read DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

Show DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

NFData DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

Methods

rnf :: DescribeConnector -> () #

Eq DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

Hashable DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

type AWSResponse DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

type Rep DescribeConnector Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

type Rep DescribeConnector = D1 ('MetaData "DescribeConnector" "Amazonka.AppFlow.DescribeConnector" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "DescribeConnector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "connectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorType)))

newDescribeConnector Source #

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

DescribeConnector, describeConnector_connectorLabel - The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

DescribeConnector, describeConnector_connectorType - The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.

Request Lenses

describeConnector_connectorLabel :: Lens' DescribeConnector (Maybe Text) Source #

The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

describeConnector_connectorType :: Lens' DescribeConnector ConnectorType Source #

The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.

Destructuring the Response

data DescribeConnectorResponse Source #

See: newDescribeConnectorResponse smart constructor.

Constructors

DescribeConnectorResponse' 

Fields

Instances

Instances details
Generic DescribeConnectorResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

Associated Types

type Rep DescribeConnectorResponse :: Type -> Type #

Read DescribeConnectorResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

Show DescribeConnectorResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

NFData DescribeConnectorResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

Eq DescribeConnectorResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

type Rep DescribeConnectorResponse Source # 
Instance details

Defined in Amazonka.AppFlow.DescribeConnector

type Rep DescribeConnectorResponse = D1 ('MetaData "DescribeConnectorResponse" "Amazonka.AppFlow.DescribeConnector" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "DescribeConnectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConnectorConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeConnectorResponse Source #

Create a value of DescribeConnectorResponse 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:connectorConfiguration:DescribeConnectorResponse', describeConnectorResponse_connectorConfiguration - Configuration info of all the connectors that the user requested.

$sel:httpStatus:DescribeConnectorResponse', describeConnectorResponse_httpStatus - The response's http status code.

Response Lenses

describeConnectorResponse_connectorConfiguration :: Lens' DescribeConnectorResponse (Maybe ConnectorConfiguration) Source #

Configuration info of all the connectors that the user requested.