| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- data DescribeConnectorEntity = DescribeConnectorEntity' {}
- newDescribeConnectorEntity :: Text -> DescribeConnectorEntity
- describeConnectorEntity_apiVersion :: Lens' DescribeConnectorEntity (Maybe Text)
- 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.
Constructors
| DescribeConnectorEntity' | |
Fields
| |
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:
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.
describeConnectorEntity_connectorEntityName :: Lens' DescribeConnectorEntity Text Source #
The entity name for that connector.
Destructuring the Response
data DescribeConnectorEntityResponse Source #
See: newDescribeConnectorEntityResponse smart constructor.
Constructors
| DescribeConnectorEntityResponse' | |
Fields
| |
Instances
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.