Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Provides details regarding the entity used with the connector, with a description of the data model for each entity.
Synopsis
- data DescribeConnectorEntity = DescribeConnectorEntity' {}
- newDescribeConnectorEntity :: Text -> DescribeConnectorEntity
- describeConnectorEntity_connectorProfileName :: Lens' DescribeConnectorEntity (Maybe Text)
- describeConnectorEntity_connectorType :: Lens' DescribeConnectorEntity (Maybe ConnectorType)
- describeConnectorEntity_connectorEntityName :: Lens' DescribeConnectorEntity Text
- data DescribeConnectorEntityResponse = DescribeConnectorEntityResponse' {}
- newDescribeConnectorEntityResponse :: Int -> DescribeConnectorEntityResponse
- describeConnectorEntityResponse_httpStatus :: Lens' DescribeConnectorEntityResponse Int
- describeConnectorEntityResponse_connectorEntityFields :: Lens' DescribeConnectorEntityResponse [ConnectorEntityField]
Creating a Request
data DescribeConnectorEntity Source #
See: newDescribeConnectorEntity
smart constructor.
DescribeConnectorEntity' | |
|
Instances
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.
describeConnectorEntity_connectorEntityName :: Lens' DescribeConnectorEntity Text Source #
The entity name for that connector.
Destructuring the Response
data DescribeConnectorEntityResponse Source #
See: newDescribeConnectorEntityResponse
smart constructor.
DescribeConnectorEntityResponse' | |
|
Instances
Eq DescribeConnectorEntityResponse Source # | |
Read DescribeConnectorEntityResponse Source # | |
Show DescribeConnectorEntityResponse Source # | |
Defined in Amazonka.AppFlow.DescribeConnectorEntity | |
Generic DescribeConnectorEntityResponse Source # | |
NFData DescribeConnectorEntityResponse Source # | |
Defined in Amazonka.AppFlow.DescribeConnectorEntity rnf :: DescribeConnectorEntityResponse -> () # | |
type Rep DescribeConnectorEntityResponse Source # | |
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_httpStatus :: Lens' DescribeConnectorEntityResponse Int Source #
The response's http status code.
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.