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 |
- Service Configuration
- Errors
- Waiters
- Operations
- Types
- AggregationType
- AmplitudeConnectorOperator
- ConnectionMode
- ConnectorType
- DataPullMode
- DatadogConnectorOperator
- DynatraceConnectorOperator
- ExecutionStatus
- FileType
- FlowStatus
- GoogleAnalyticsConnectorOperator
- InforNexusConnectorOperator
- MarketoConnectorOperator
- Operator
- OperatorPropertiesKeys
- PrefixFormat
- PrefixType
- PrivateConnectionProvisioningFailureCause
- PrivateConnectionProvisioningStatus
- S3ConnectorOperator
- S3InputFileType
- SAPODataConnectorOperator
- SalesforceConnectorOperator
- ScheduleFrequencyType
- ServiceNowConnectorOperator
- SingularConnectorOperator
- SlackConnectorOperator
- TaskType
- TrendmicroConnectorOperator
- TriggerType
- VeevaConnectorOperator
- WriteOperationType
- ZendeskConnectorOperator
- AggregationConfig
- AmplitudeConnectorProfileCredentials
- AmplitudeConnectorProfileProperties
- AmplitudeMetadata
- AmplitudeSourceProperties
- BasicAuthCredentials
- ConnectorConfiguration
- ConnectorEntity
- ConnectorEntityField
- ConnectorMetadata
- ConnectorOAuthRequest
- ConnectorOperator
- ConnectorProfile
- ConnectorProfileConfig
- ConnectorProfileCredentials
- ConnectorProfileProperties
- CustomerProfilesDestinationProperties
- CustomerProfilesMetadata
- DatadogConnectorProfileCredentials
- DatadogConnectorProfileProperties
- DatadogMetadata
- DatadogSourceProperties
- DestinationConnectorProperties
- DestinationFieldProperties
- DestinationFlowConfig
- DynatraceConnectorProfileCredentials
- DynatraceConnectorProfileProperties
- DynatraceMetadata
- DynatraceSourceProperties
- ErrorHandlingConfig
- ErrorInfo
- EventBridgeDestinationProperties
- EventBridgeMetadata
- ExecutionDetails
- ExecutionRecord
- ExecutionResult
- FieldTypeDetails
- FlowDefinition
- GoogleAnalyticsConnectorProfileCredentials
- GoogleAnalyticsConnectorProfileProperties
- GoogleAnalyticsMetadata
- GoogleAnalyticsSourceProperties
- HoneycodeConnectorProfileCredentials
- HoneycodeConnectorProfileProperties
- HoneycodeDestinationProperties
- HoneycodeMetadata
- IncrementalPullConfig
- InforNexusConnectorProfileCredentials
- InforNexusConnectorProfileProperties
- InforNexusMetadata
- InforNexusSourceProperties
- LookoutMetricsDestinationProperties
- MarketoConnectorProfileCredentials
- MarketoConnectorProfileProperties
- MarketoMetadata
- MarketoSourceProperties
- OAuthCredentials
- OAuthProperties
- PrefixConfig
- PrivateConnectionProvisioningState
- RedshiftConnectorProfileCredentials
- RedshiftConnectorProfileProperties
- RedshiftDestinationProperties
- RedshiftMetadata
- S3DestinationProperties
- S3InputFormatConfig
- S3Metadata
- S3OutputFormatConfig
- S3SourceProperties
- SAPODataConnectorProfileCredentials
- SAPODataConnectorProfileProperties
- SAPODataMetadata
- SAPODataSourceProperties
- SalesforceConnectorProfileCredentials
- SalesforceConnectorProfileProperties
- SalesforceDestinationProperties
- SalesforceMetadata
- SalesforceSourceProperties
- ScheduledTriggerProperties
- ServiceNowConnectorProfileCredentials
- ServiceNowConnectorProfileProperties
- ServiceNowMetadata
- ServiceNowSourceProperties
- SingularConnectorProfileCredentials
- SingularConnectorProfileProperties
- SingularMetadata
- SingularSourceProperties
- SlackConnectorProfileCredentials
- SlackConnectorProfileProperties
- SlackMetadata
- SlackSourceProperties
- SnowflakeConnectorProfileCredentials
- SnowflakeConnectorProfileProperties
- SnowflakeDestinationProperties
- SnowflakeMetadata
- SourceConnectorProperties
- SourceFieldProperties
- SourceFlowConfig
- SupportedFieldTypeDetails
- Task
- TrendmicroConnectorProfileCredentials
- TrendmicroConnectorProfileProperties
- TrendmicroMetadata
- TrendmicroSourceProperties
- TriggerConfig
- TriggerProperties
- UpsolverDestinationProperties
- UpsolverMetadata
- UpsolverS3OutputFormatConfig
- VeevaConnectorProfileCredentials
- VeevaConnectorProfileProperties
- VeevaMetadata
- VeevaSourceProperties
- ZendeskConnectorProfileCredentials
- ZendeskConnectorProfileProperties
- ZendeskDestinationProperties
- ZendeskMetadata
- ZendeskSourceProperties
Derived from API version 2020-08-23
of the AWS service descriptions, licensed under Apache 2.0.
Welcome to the Amazon AppFlow API reference. This guide is for developers who need detailed information about the Amazon AppFlow API operations, data types, and errors.
Amazon AppFlow is a fully managed integration service that enables you to securely transfer data between software as a service (SaaS) applications like Salesforce, Marketo, Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift.
Use the following links to get started on the Amazon AppFlow API:
- Actions: An alphabetical list of all Amazon AppFlow API operations.
- Data types: An alphabetical list of all Amazon AppFlow data types.
- Common parameters: Parameters that all Query operations can use.
- Common errors: Client and server errors that all operations can return.
If you're new to Amazon AppFlow, we recommend that you review the Amazon AppFlow User Guide.
Amazon AppFlow API users can use vendor-specific mechanisms for OAuth,
and include applicable OAuth attributes (such as auth-code
and
redirecturi
) with the connector-specific ConnectorProfileProperties
when creating a new connector profile using Amazon AppFlow API
operations. For example, Salesforce users can refer to the
Authorize Apps with OAuth
documentation.
Synopsis
- defaultService :: Service
- _ValidationException :: AsError a => Getting (First ServiceError) a ServiceError
- _UnsupportedOperationException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConnectorAuthenticationException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConnectorServerException :: AsError a => Getting (First ServiceError) a ServiceError
- data ListConnectorEntities = ListConnectorEntities' (Maybe Text) (Maybe Text) (Maybe ConnectorType)
- newListConnectorEntities :: ListConnectorEntities
- data ListConnectorEntitiesResponse = ListConnectorEntitiesResponse' Int (HashMap Text [ConnectorEntity])
- newListConnectorEntitiesResponse :: Int -> ListConnectorEntitiesResponse
- data CreateConnectorProfile = CreateConnectorProfile' (Maybe Text) Text ConnectorType ConnectionMode ConnectorProfileConfig
- newCreateConnectorProfile :: Text -> ConnectorType -> ConnectionMode -> ConnectorProfileConfig -> CreateConnectorProfile
- data CreateConnectorProfileResponse = CreateConnectorProfileResponse' (Maybe Text) Int
- newCreateConnectorProfileResponse :: Int -> CreateConnectorProfileResponse
- data StartFlow = StartFlow' Text
- newStartFlow :: Text -> StartFlow
- data StartFlowResponse = StartFlowResponse' (Maybe Text) (Maybe Text) (Maybe FlowStatus) Int
- newStartFlowResponse :: Int -> StartFlowResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (HashMap Text Text)) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data CreateFlow = CreateFlow' (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text TriggerConfig SourceFlowConfig [DestinationFlowConfig] [Task]
- newCreateFlow :: Text -> TriggerConfig -> SourceFlowConfig -> CreateFlow
- data CreateFlowResponse = CreateFlowResponse' (Maybe Text) (Maybe FlowStatus) Int
- newCreateFlowResponse :: Int -> CreateFlowResponse
- data DeleteConnectorProfile = DeleteConnectorProfile' (Maybe Bool) Text
- newDeleteConnectorProfile :: Text -> DeleteConnectorProfile
- data DeleteConnectorProfileResponse = DeleteConnectorProfileResponse' Int
- newDeleteConnectorProfileResponse :: Int -> DeleteConnectorProfileResponse
- data UpdateConnectorProfile = UpdateConnectorProfile' Text ConnectionMode ConnectorProfileConfig
- newUpdateConnectorProfile :: Text -> ConnectionMode -> ConnectorProfileConfig -> UpdateConnectorProfile
- data UpdateConnectorProfileResponse = UpdateConnectorProfileResponse' (Maybe Text) Int
- newUpdateConnectorProfileResponse :: Int -> UpdateConnectorProfileResponse
- data DescribeFlow = DescribeFlow' Text
- newDescribeFlow :: Text -> DescribeFlow
- data DescribeFlowResponse = DescribeFlowResponse' (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe [Task]) (Maybe TriggerConfig) (Maybe Text) (Maybe SourceFlowConfig) (Maybe Text) (Maybe Text) (Maybe ExecutionDetails) (Maybe FlowStatus) (Maybe [DestinationFlowConfig]) (Maybe Text) (Maybe (HashMap Text Text)) Int
- newDescribeFlowResponse :: Int -> DescribeFlowResponse
- data StopFlow = StopFlow' Text
- newStopFlow :: Text -> StopFlow
- data StopFlowResponse = StopFlowResponse' (Maybe Text) (Maybe FlowStatus) Int
- newStopFlowResponse :: Int -> StopFlowResponse
- data DescribeConnectors = DescribeConnectors' (Maybe Text) (Maybe [ConnectorType])
- newDescribeConnectors :: DescribeConnectors
- data DescribeConnectorsResponse = DescribeConnectorsResponse' (Maybe (HashMap ConnectorType ConnectorConfiguration)) (Maybe Text) Int
- newDescribeConnectorsResponse :: Int -> DescribeConnectorsResponse
- data DescribeConnectorEntity = DescribeConnectorEntity' (Maybe Text) (Maybe ConnectorType) Text
- newDescribeConnectorEntity :: Text -> DescribeConnectorEntity
- data DescribeConnectorEntityResponse = DescribeConnectorEntityResponse' Int [ConnectorEntityField]
- newDescribeConnectorEntityResponse :: Int -> DescribeConnectorEntityResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data ListFlows = ListFlows' (Maybe Text) (Maybe Natural)
- newListFlows :: ListFlows
- data ListFlowsResponse = ListFlowsResponse' (Maybe Text) (Maybe [FlowDefinition]) Int
- newListFlowsResponse :: Int -> ListFlowsResponse
- data DescribeFlowExecutionRecords = DescribeFlowExecutionRecords' (Maybe Text) (Maybe Natural) Text
- newDescribeFlowExecutionRecords :: Text -> DescribeFlowExecutionRecords
- data DescribeFlowExecutionRecordsResponse = DescribeFlowExecutionRecordsResponse' (Maybe [ExecutionRecord]) (Maybe Text) Int
- newDescribeFlowExecutionRecordsResponse :: Int -> DescribeFlowExecutionRecordsResponse
- data UntagResource = UntagResource' Text [Text]
- newUntagResource :: Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data UpdateFlow = UpdateFlow' (Maybe Text) Text TriggerConfig SourceFlowConfig [DestinationFlowConfig] [Task]
- newUpdateFlow :: Text -> TriggerConfig -> SourceFlowConfig -> UpdateFlow
- data UpdateFlowResponse = UpdateFlowResponse' (Maybe FlowStatus) Int
- newUpdateFlowResponse :: Int -> UpdateFlowResponse
- data DeleteFlow = DeleteFlow' (Maybe Bool) Text
- newDeleteFlow :: Text -> DeleteFlow
- data DeleteFlowResponse = DeleteFlowResponse' Int
- newDeleteFlowResponse :: Int -> DeleteFlowResponse
- data DescribeConnectorProfiles = DescribeConnectorProfiles' (Maybe [Text]) (Maybe Text) (Maybe ConnectorType) (Maybe Natural)
- newDescribeConnectorProfiles :: DescribeConnectorProfiles
- data DescribeConnectorProfilesResponse = DescribeConnectorProfilesResponse' (Maybe [ConnectorProfile]) (Maybe Text) Int
- newDescribeConnectorProfilesResponse :: Int -> DescribeConnectorProfilesResponse
- newtype AggregationType where
- AggregationType' { }
- pattern AggregationType_None :: AggregationType
- pattern AggregationType_SingleFile :: AggregationType
- newtype AmplitudeConnectorOperator where
- newtype ConnectionMode where
- ConnectionMode' { }
- pattern ConnectionMode_Private :: ConnectionMode
- pattern ConnectionMode_Public :: ConnectionMode
- newtype ConnectorType where
- ConnectorType' { }
- pattern ConnectorType_Amplitude :: ConnectorType
- pattern ConnectorType_CustomerProfiles :: ConnectorType
- pattern ConnectorType_Datadog :: ConnectorType
- pattern ConnectorType_Dynatrace :: ConnectorType
- pattern ConnectorType_EventBridge :: ConnectorType
- pattern ConnectorType_Googleanalytics :: ConnectorType
- pattern ConnectorType_Honeycode :: ConnectorType
- pattern ConnectorType_Infornexus :: ConnectorType
- pattern ConnectorType_LookoutMetrics :: ConnectorType
- pattern ConnectorType_Marketo :: ConnectorType
- pattern ConnectorType_Redshift :: ConnectorType
- pattern ConnectorType_S3 :: ConnectorType
- pattern ConnectorType_SAPOData :: ConnectorType
- pattern ConnectorType_Salesforce :: ConnectorType
- pattern ConnectorType_Servicenow :: ConnectorType
- pattern ConnectorType_Singular :: ConnectorType
- pattern ConnectorType_Slack :: ConnectorType
- pattern ConnectorType_Snowflake :: ConnectorType
- pattern ConnectorType_Trendmicro :: ConnectorType
- pattern ConnectorType_Upsolver :: ConnectorType
- pattern ConnectorType_Veeva :: ConnectorType
- pattern ConnectorType_Zendesk :: ConnectorType
- newtype DataPullMode where
- DataPullMode' { }
- pattern DataPullMode_Complete :: DataPullMode
- pattern DataPullMode_Incremental :: DataPullMode
- newtype DatadogConnectorOperator where
- DatadogConnectorOperator' { }
- pattern DatadogConnectorOperator_ADDITION :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_BETWEEN :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_DIVISION :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_EQUAL_TO :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_MASK_ALL :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_MASK_FIRST_N :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_MASK_LAST_N :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_MULTIPLICATION :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_NO_OP :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_PROJECTION :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_SUBTRACTION :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_VALIDATE_NON_NEGATIVE :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_VALIDATE_NON_NULL :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_VALIDATE_NON_ZERO :: DatadogConnectorOperator
- pattern DatadogConnectorOperator_VALIDATE_NUMERIC :: DatadogConnectorOperator
- newtype DynatraceConnectorOperator where
- DynatraceConnectorOperator' { }
- pattern DynatraceConnectorOperator_ADDITION :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_BETWEEN :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_DIVISION :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_EQUAL_TO :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_MASK_ALL :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_MASK_FIRST_N :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_MASK_LAST_N :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_MULTIPLICATION :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_NO_OP :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_PROJECTION :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_SUBTRACTION :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_VALIDATE_NON_NEGATIVE :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_VALIDATE_NON_NULL :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_VALIDATE_NON_ZERO :: DynatraceConnectorOperator
- pattern DynatraceConnectorOperator_VALIDATE_NUMERIC :: DynatraceConnectorOperator
- newtype ExecutionStatus where
- ExecutionStatus' { }
- pattern ExecutionStatus_Error :: ExecutionStatus
- pattern ExecutionStatus_InProgress :: ExecutionStatus
- pattern ExecutionStatus_Successful :: ExecutionStatus
- newtype FileType where
- FileType' {
- fromFileType :: Text
- pattern FileType_CSV :: FileType
- pattern FileType_JSON :: FileType
- pattern FileType_PARQUET :: FileType
- FileType' {
- newtype FlowStatus where
- FlowStatus' { }
- pattern FlowStatus_Active :: FlowStatus
- pattern FlowStatus_Deleted :: FlowStatus
- pattern FlowStatus_Deprecated :: FlowStatus
- pattern FlowStatus_Draft :: FlowStatus
- pattern FlowStatus_Errored :: FlowStatus
- pattern FlowStatus_Suspended :: FlowStatus
- newtype GoogleAnalyticsConnectorOperator where
- newtype InforNexusConnectorOperator where
- InforNexusConnectorOperator' { }
- pattern InforNexusConnectorOperator_ADDITION :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_BETWEEN :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_DIVISION :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_EQUAL_TO :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_MASK_ALL :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_MASK_FIRST_N :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_MASK_LAST_N :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_MULTIPLICATION :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_NO_OP :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_PROJECTION :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_SUBTRACTION :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_VALIDATE_NON_NEGATIVE :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_VALIDATE_NON_NULL :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_VALIDATE_NON_ZERO :: InforNexusConnectorOperator
- pattern InforNexusConnectorOperator_VALIDATE_NUMERIC :: InforNexusConnectorOperator
- newtype MarketoConnectorOperator where
- MarketoConnectorOperator' { }
- pattern MarketoConnectorOperator_ADDITION :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_BETWEEN :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_DIVISION :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_GREATER_THAN :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_LESS_THAN :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_MASK_ALL :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_MASK_FIRST_N :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_MASK_LAST_N :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_MULTIPLICATION :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_NO_OP :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_PROJECTION :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_SUBTRACTION :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_VALIDATE_NON_NEGATIVE :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_VALIDATE_NON_NULL :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_VALIDATE_NON_ZERO :: MarketoConnectorOperator
- pattern MarketoConnectorOperator_VALIDATE_NUMERIC :: MarketoConnectorOperator
- newtype Operator where
- Operator' {
- fromOperator :: Text
- pattern Operator_ADDITION :: Operator
- pattern Operator_BETWEEN :: Operator
- pattern Operator_CONTAINS :: Operator
- pattern Operator_DIVISION :: Operator
- pattern Operator_EQUAL_TO :: Operator
- pattern Operator_GREATER_THAN :: Operator
- pattern Operator_GREATER_THAN_OR_EQUAL_TO :: Operator
- pattern Operator_LESS_THAN :: Operator
- pattern Operator_LESS_THAN_OR_EQUAL_TO :: Operator
- pattern Operator_MASK_ALL :: Operator
- pattern Operator_MASK_FIRST_N :: Operator
- pattern Operator_MASK_LAST_N :: Operator
- pattern Operator_MULTIPLICATION :: Operator
- pattern Operator_NOT_EQUAL_TO :: Operator
- pattern Operator_NO_OP :: Operator
- pattern Operator_PROJECTION :: Operator
- pattern Operator_SUBTRACTION :: Operator
- pattern Operator_VALIDATE_NON_NEGATIVE :: Operator
- pattern Operator_VALIDATE_NON_NULL :: Operator
- pattern Operator_VALIDATE_NON_ZERO :: Operator
- pattern Operator_VALIDATE_NUMERIC :: Operator
- Operator' {
- newtype OperatorPropertiesKeys where
- OperatorPropertiesKeys' { }
- pattern OperatorPropertiesKeys_CONCAT_FORMAT :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_DATA_TYPE :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_DESTINATION_DATA_TYPE :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_EXCLUDE_SOURCE_FIELDS_LIST :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_LOWER_BOUND :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_MASK_LENGTH :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_MASK_VALUE :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_MATH_OPERATION_FIELDS_ORDER :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_SOURCE_DATA_TYPE :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_SUBFIELD_CATEGORY_MAP :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_TRUNCATE_LENGTH :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_UPPER_BOUND :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_VALIDATION_ACTION :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_VALUE :: OperatorPropertiesKeys
- pattern OperatorPropertiesKeys_VALUES :: OperatorPropertiesKeys
- newtype PrefixFormat where
- PrefixFormat' { }
- pattern PrefixFormat_DAY :: PrefixFormat
- pattern PrefixFormat_HOUR :: PrefixFormat
- pattern PrefixFormat_MINUTE :: PrefixFormat
- pattern PrefixFormat_MONTH :: PrefixFormat
- pattern PrefixFormat_YEAR :: PrefixFormat
- newtype PrefixType where
- PrefixType' { }
- pattern PrefixType_FILENAME :: PrefixType
- pattern PrefixType_PATH :: PrefixType
- pattern PrefixType_PATH_AND_FILENAME :: PrefixType
- newtype PrivateConnectionProvisioningFailureCause where
- PrivateConnectionProvisioningFailureCause' { }
- pattern PrivateConnectionProvisioningFailureCause_ACCESS_DENIED :: PrivateConnectionProvisioningFailureCause
- pattern PrivateConnectionProvisioningFailureCause_CONNECTOR_AUTHENTICATION :: PrivateConnectionProvisioningFailureCause
- pattern PrivateConnectionProvisioningFailureCause_CONNECTOR_SERVER :: PrivateConnectionProvisioningFailureCause
- pattern PrivateConnectionProvisioningFailureCause_INTERNAL_SERVER :: PrivateConnectionProvisioningFailureCause
- pattern PrivateConnectionProvisioningFailureCause_VALIDATION :: PrivateConnectionProvisioningFailureCause
- newtype PrivateConnectionProvisioningStatus where
- PrivateConnectionProvisioningStatus' { }
- pattern PrivateConnectionProvisioningStatus_CREATED :: PrivateConnectionProvisioningStatus
- pattern PrivateConnectionProvisioningStatus_FAILED :: PrivateConnectionProvisioningStatus
- pattern PrivateConnectionProvisioningStatus_PENDING :: PrivateConnectionProvisioningStatus
- newtype S3ConnectorOperator where
- S3ConnectorOperator' { }
- pattern S3ConnectorOperator_ADDITION :: S3ConnectorOperator
- pattern S3ConnectorOperator_BETWEEN :: S3ConnectorOperator
- pattern S3ConnectorOperator_DIVISION :: S3ConnectorOperator
- pattern S3ConnectorOperator_EQUAL_TO :: S3ConnectorOperator
- pattern S3ConnectorOperator_GREATER_THAN :: S3ConnectorOperator
- pattern S3ConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: S3ConnectorOperator
- pattern S3ConnectorOperator_LESS_THAN :: S3ConnectorOperator
- pattern S3ConnectorOperator_LESS_THAN_OR_EQUAL_TO :: S3ConnectorOperator
- pattern S3ConnectorOperator_MASK_ALL :: S3ConnectorOperator
- pattern S3ConnectorOperator_MASK_FIRST_N :: S3ConnectorOperator
- pattern S3ConnectorOperator_MASK_LAST_N :: S3ConnectorOperator
- pattern S3ConnectorOperator_MULTIPLICATION :: S3ConnectorOperator
- pattern S3ConnectorOperator_NOT_EQUAL_TO :: S3ConnectorOperator
- pattern S3ConnectorOperator_NO_OP :: S3ConnectorOperator
- pattern S3ConnectorOperator_PROJECTION :: S3ConnectorOperator
- pattern S3ConnectorOperator_SUBTRACTION :: S3ConnectorOperator
- pattern S3ConnectorOperator_VALIDATE_NON_NEGATIVE :: S3ConnectorOperator
- pattern S3ConnectorOperator_VALIDATE_NON_NULL :: S3ConnectorOperator
- pattern S3ConnectorOperator_VALIDATE_NON_ZERO :: S3ConnectorOperator
- pattern S3ConnectorOperator_VALIDATE_NUMERIC :: S3ConnectorOperator
- newtype S3InputFileType where
- S3InputFileType' { }
- pattern S3InputFileType_CSV :: S3InputFileType
- pattern S3InputFileType_JSON :: S3InputFileType
- newtype SAPODataConnectorOperator where
- SAPODataConnectorOperator' { }
- pattern SAPODataConnectorOperator_ADDITION :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_BETWEEN :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_CONTAINS :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_DIVISION :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_EQUAL_TO :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_GREATER_THAN :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_LESS_THAN :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_LESS_THAN_OR_EQUAL_TO :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_MASK_ALL :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_MASK_FIRST_N :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_MASK_LAST_N :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_MULTIPLICATION :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_NOT_EQUAL_TO :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_NO_OP :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_PROJECTION :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_SUBTRACTION :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_VALIDATE_NON_NEGATIVE :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_VALIDATE_NON_NULL :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_VALIDATE_NON_ZERO :: SAPODataConnectorOperator
- pattern SAPODataConnectorOperator_VALIDATE_NUMERIC :: SAPODataConnectorOperator
- newtype SalesforceConnectorOperator where
- SalesforceConnectorOperator' { }
- pattern SalesforceConnectorOperator_ADDITION :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_BETWEEN :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_CONTAINS :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_DIVISION :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_EQUAL_TO :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_GREATER_THAN :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_LESS_THAN :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_LESS_THAN_OR_EQUAL_TO :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_MASK_ALL :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_MASK_FIRST_N :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_MASK_LAST_N :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_MULTIPLICATION :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_NOT_EQUAL_TO :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_NO_OP :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_PROJECTION :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_SUBTRACTION :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_VALIDATE_NON_NEGATIVE :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_VALIDATE_NON_NULL :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_VALIDATE_NON_ZERO :: SalesforceConnectorOperator
- pattern SalesforceConnectorOperator_VALIDATE_NUMERIC :: SalesforceConnectorOperator
- newtype ScheduleFrequencyType where
- ScheduleFrequencyType' { }
- pattern ScheduleFrequencyType_BYMINUTE :: ScheduleFrequencyType
- pattern ScheduleFrequencyType_DAILY :: ScheduleFrequencyType
- pattern ScheduleFrequencyType_HOURLY :: ScheduleFrequencyType
- pattern ScheduleFrequencyType_MONTHLY :: ScheduleFrequencyType
- pattern ScheduleFrequencyType_ONCE :: ScheduleFrequencyType
- pattern ScheduleFrequencyType_WEEKLY :: ScheduleFrequencyType
- newtype ServiceNowConnectorOperator where
- ServiceNowConnectorOperator' { }
- pattern ServiceNowConnectorOperator_ADDITION :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_BETWEEN :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_CONTAINS :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_DIVISION :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_EQUAL_TO :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_GREATER_THAN :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_LESS_THAN :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_LESS_THAN_OR_EQUAL_TO :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_MASK_ALL :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_MASK_FIRST_N :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_MASK_LAST_N :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_MULTIPLICATION :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_NOT_EQUAL_TO :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_NO_OP :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_PROJECTION :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_SUBTRACTION :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_VALIDATE_NON_NEGATIVE :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_VALIDATE_NON_NULL :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_VALIDATE_NON_ZERO :: ServiceNowConnectorOperator
- pattern ServiceNowConnectorOperator_VALIDATE_NUMERIC :: ServiceNowConnectorOperator
- newtype SingularConnectorOperator where
- SingularConnectorOperator' { }
- pattern SingularConnectorOperator_ADDITION :: SingularConnectorOperator
- pattern SingularConnectorOperator_DIVISION :: SingularConnectorOperator
- pattern SingularConnectorOperator_EQUAL_TO :: SingularConnectorOperator
- pattern SingularConnectorOperator_MASK_ALL :: SingularConnectorOperator
- pattern SingularConnectorOperator_MASK_FIRST_N :: SingularConnectorOperator
- pattern SingularConnectorOperator_MASK_LAST_N :: SingularConnectorOperator
- pattern SingularConnectorOperator_MULTIPLICATION :: SingularConnectorOperator
- pattern SingularConnectorOperator_NO_OP :: SingularConnectorOperator
- pattern SingularConnectorOperator_PROJECTION :: SingularConnectorOperator
- pattern SingularConnectorOperator_SUBTRACTION :: SingularConnectorOperator
- pattern SingularConnectorOperator_VALIDATE_NON_NEGATIVE :: SingularConnectorOperator
- pattern SingularConnectorOperator_VALIDATE_NON_NULL :: SingularConnectorOperator
- pattern SingularConnectorOperator_VALIDATE_NON_ZERO :: SingularConnectorOperator
- pattern SingularConnectorOperator_VALIDATE_NUMERIC :: SingularConnectorOperator
- newtype SlackConnectorOperator where
- SlackConnectorOperator' { }
- pattern SlackConnectorOperator_ADDITION :: SlackConnectorOperator
- pattern SlackConnectorOperator_BETWEEN :: SlackConnectorOperator
- pattern SlackConnectorOperator_DIVISION :: SlackConnectorOperator
- pattern SlackConnectorOperator_EQUAL_TO :: SlackConnectorOperator
- pattern SlackConnectorOperator_GREATER_THAN :: SlackConnectorOperator
- pattern SlackConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: SlackConnectorOperator
- pattern SlackConnectorOperator_LESS_THAN :: SlackConnectorOperator
- pattern SlackConnectorOperator_LESS_THAN_OR_EQUAL_TO :: SlackConnectorOperator
- pattern SlackConnectorOperator_MASK_ALL :: SlackConnectorOperator
- pattern SlackConnectorOperator_MASK_FIRST_N :: SlackConnectorOperator
- pattern SlackConnectorOperator_MASK_LAST_N :: SlackConnectorOperator
- pattern SlackConnectorOperator_MULTIPLICATION :: SlackConnectorOperator
- pattern SlackConnectorOperator_NO_OP :: SlackConnectorOperator
- pattern SlackConnectorOperator_PROJECTION :: SlackConnectorOperator
- pattern SlackConnectorOperator_SUBTRACTION :: SlackConnectorOperator
- pattern SlackConnectorOperator_VALIDATE_NON_NEGATIVE :: SlackConnectorOperator
- pattern SlackConnectorOperator_VALIDATE_NON_NULL :: SlackConnectorOperator
- pattern SlackConnectorOperator_VALIDATE_NON_ZERO :: SlackConnectorOperator
- pattern SlackConnectorOperator_VALIDATE_NUMERIC :: SlackConnectorOperator
- newtype TaskType where
- TaskType' {
- fromTaskType :: Text
- pattern TaskType_Arithmetic :: TaskType
- pattern TaskType_Filter :: TaskType
- pattern TaskType_Map :: TaskType
- pattern TaskType_Map_all :: TaskType
- pattern TaskType_Mask :: TaskType
- pattern TaskType_Merge :: TaskType
- pattern TaskType_Truncate :: TaskType
- pattern TaskType_Validate :: TaskType
- TaskType' {
- newtype TrendmicroConnectorOperator where
- TrendmicroConnectorOperator' { }
- pattern TrendmicroConnectorOperator_ADDITION :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_DIVISION :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_EQUAL_TO :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_MASK_ALL :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_MASK_FIRST_N :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_MASK_LAST_N :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_MULTIPLICATION :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_NO_OP :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_PROJECTION :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_SUBTRACTION :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_VALIDATE_NON_NEGATIVE :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_VALIDATE_NON_NULL :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_VALIDATE_NON_ZERO :: TrendmicroConnectorOperator
- pattern TrendmicroConnectorOperator_VALIDATE_NUMERIC :: TrendmicroConnectorOperator
- newtype TriggerType where
- TriggerType' { }
- pattern TriggerType_Event :: TriggerType
- pattern TriggerType_OnDemand :: TriggerType
- pattern TriggerType_Scheduled :: TriggerType
- newtype VeevaConnectorOperator where
- VeevaConnectorOperator' { }
- pattern VeevaConnectorOperator_ADDITION :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_BETWEEN :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_CONTAINS :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_DIVISION :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_EQUAL_TO :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_GREATER_THAN :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_GREATER_THAN_OR_EQUAL_TO :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_LESS_THAN :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_LESS_THAN_OR_EQUAL_TO :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_MASK_ALL :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_MASK_FIRST_N :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_MASK_LAST_N :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_MULTIPLICATION :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_NOT_EQUAL_TO :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_NO_OP :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_PROJECTION :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_SUBTRACTION :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_VALIDATE_NON_NEGATIVE :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_VALIDATE_NON_NULL :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_VALIDATE_NON_ZERO :: VeevaConnectorOperator
- pattern VeevaConnectorOperator_VALIDATE_NUMERIC :: VeevaConnectorOperator
- newtype WriteOperationType where
- WriteOperationType' { }
- pattern WriteOperationType_INSERT :: WriteOperationType
- pattern WriteOperationType_UPDATE :: WriteOperationType
- pattern WriteOperationType_UPSERT :: WriteOperationType
- newtype ZendeskConnectorOperator where
- ZendeskConnectorOperator' { }
- pattern ZendeskConnectorOperator_ADDITION :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_DIVISION :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_GREATER_THAN :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_MASK_ALL :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_MASK_FIRST_N :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_MASK_LAST_N :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_MULTIPLICATION :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_NO_OP :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_PROJECTION :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_SUBTRACTION :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_VALIDATE_NON_NEGATIVE :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_VALIDATE_NON_NULL :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_VALIDATE_NON_ZERO :: ZendeskConnectorOperator
- pattern ZendeskConnectorOperator_VALIDATE_NUMERIC :: ZendeskConnectorOperator
- data AggregationConfig = AggregationConfig' (Maybe AggregationType)
- newAggregationConfig :: AggregationConfig
- data AmplitudeConnectorProfileCredentials = AmplitudeConnectorProfileCredentials' Text (Sensitive Text)
- newAmplitudeConnectorProfileCredentials :: Text -> Text -> AmplitudeConnectorProfileCredentials
- data AmplitudeConnectorProfileProperties = AmplitudeConnectorProfileProperties' {
- newAmplitudeConnectorProfileProperties :: AmplitudeConnectorProfileProperties
- data AmplitudeMetadata = AmplitudeMetadata' {
- newAmplitudeMetadata :: AmplitudeMetadata
- data AmplitudeSourceProperties = AmplitudeSourceProperties' Text
- newAmplitudeSourceProperties :: Text -> AmplitudeSourceProperties
- data BasicAuthCredentials = BasicAuthCredentials' Text (Sensitive Text)
- newBasicAuthCredentials :: Text -> Text -> BasicAuthCredentials
- data ConnectorConfiguration = ConnectorConfiguration' (Maybe Bool) (Maybe [TriggerType]) (Maybe Bool) (Maybe ConnectorMetadata) (Maybe Bool) (Maybe [ScheduleFrequencyType]) (Maybe [ConnectorType]) (Maybe Bool)
- newConnectorConfiguration :: ConnectorConfiguration
- data ConnectorEntity = ConnectorEntity' (Maybe Bool) (Maybe Text) Text
- newConnectorEntity :: Text -> ConnectorEntity
- data ConnectorEntityField = ConnectorEntityField' (Maybe SourceFieldProperties) (Maybe SupportedFieldTypeDetails) (Maybe DestinationFieldProperties) (Maybe Text) (Maybe Text) Text
- newConnectorEntityField :: Text -> ConnectorEntityField
- data ConnectorMetadata = ConnectorMetadata' (Maybe UpsolverMetadata) (Maybe SnowflakeMetadata) (Maybe HoneycodeMetadata) (Maybe ServiceNowMetadata) (Maybe DynatraceMetadata) (Maybe MarketoMetadata) (Maybe SlackMetadata) (Maybe SingularMetadata) (Maybe InforNexusMetadata) (Maybe AmplitudeMetadata) (Maybe CustomerProfilesMetadata) (Maybe DatadogMetadata) (Maybe GoogleAnalyticsMetadata) (Maybe SAPODataMetadata) (Maybe SalesforceMetadata) (Maybe ZendeskMetadata) (Maybe S3Metadata) (Maybe EventBridgeMetadata) (Maybe TrendmicroMetadata) (Maybe RedshiftMetadata) (Maybe VeevaMetadata)
- newConnectorMetadata :: ConnectorMetadata
- data ConnectorOAuthRequest = ConnectorOAuthRequest' (Maybe Text) (Maybe Text)
- newConnectorOAuthRequest :: ConnectorOAuthRequest
- data ConnectorOperator = ConnectorOperator' (Maybe ServiceNowConnectorOperator) (Maybe DynatraceConnectorOperator) (Maybe MarketoConnectorOperator) (Maybe SlackConnectorOperator) (Maybe SingularConnectorOperator) (Maybe InforNexusConnectorOperator) (Maybe AmplitudeConnectorOperator) (Maybe DatadogConnectorOperator) (Maybe GoogleAnalyticsConnectorOperator) (Maybe SAPODataConnectorOperator) (Maybe SalesforceConnectorOperator) (Maybe ZendeskConnectorOperator) (Maybe S3ConnectorOperator) (Maybe TrendmicroConnectorOperator) (Maybe VeevaConnectorOperator)
- newConnectorOperator :: ConnectorOperator
- data ConnectorProfile = ConnectorProfile' (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe ConnectorProfileProperties) (Maybe ConnectionMode) (Maybe Text) (Maybe PrivateConnectionProvisioningState) (Maybe ConnectorType)
- newConnectorProfile :: ConnectorProfile
- data ConnectorProfileConfig = ConnectorProfileConfig' ConnectorProfileProperties ConnectorProfileCredentials
- newConnectorProfileConfig :: ConnectorProfileProperties -> ConnectorProfileCredentials -> ConnectorProfileConfig
- data ConnectorProfileCredentials = ConnectorProfileCredentials' (Maybe SnowflakeConnectorProfileCredentials) (Maybe HoneycodeConnectorProfileCredentials) (Maybe ServiceNowConnectorProfileCredentials) (Maybe DynatraceConnectorProfileCredentials) (Maybe MarketoConnectorProfileCredentials) (Maybe SlackConnectorProfileCredentials) (Maybe SingularConnectorProfileCredentials) (Maybe InforNexusConnectorProfileCredentials) (Maybe AmplitudeConnectorProfileCredentials) (Maybe DatadogConnectorProfileCredentials) (Maybe GoogleAnalyticsConnectorProfileCredentials) (Maybe SAPODataConnectorProfileCredentials) (Maybe SalesforceConnectorProfileCredentials) (Maybe ZendeskConnectorProfileCredentials) (Maybe TrendmicroConnectorProfileCredentials) (Maybe RedshiftConnectorProfileCredentials) (Maybe VeevaConnectorProfileCredentials)
- newConnectorProfileCredentials :: ConnectorProfileCredentials
- data ConnectorProfileProperties = ConnectorProfileProperties' (Maybe SnowflakeConnectorProfileProperties) (Maybe HoneycodeConnectorProfileProperties) (Maybe ServiceNowConnectorProfileProperties) (Maybe DynatraceConnectorProfileProperties) (Maybe MarketoConnectorProfileProperties) (Maybe SlackConnectorProfileProperties) (Maybe SingularConnectorProfileProperties) (Maybe InforNexusConnectorProfileProperties) (Maybe AmplitudeConnectorProfileProperties) (Maybe DatadogConnectorProfileProperties) (Maybe GoogleAnalyticsConnectorProfileProperties) (Maybe SAPODataConnectorProfileProperties) (Maybe SalesforceConnectorProfileProperties) (Maybe ZendeskConnectorProfileProperties) (Maybe TrendmicroConnectorProfileProperties) (Maybe RedshiftConnectorProfileProperties) (Maybe VeevaConnectorProfileProperties)
- newConnectorProfileProperties :: ConnectorProfileProperties
- data CustomerProfilesDestinationProperties = CustomerProfilesDestinationProperties' (Maybe Text) Text
- newCustomerProfilesDestinationProperties :: Text -> CustomerProfilesDestinationProperties
- data CustomerProfilesMetadata = CustomerProfilesMetadata' {
- newCustomerProfilesMetadata :: CustomerProfilesMetadata
- data DatadogConnectorProfileCredentials = DatadogConnectorProfileCredentials' Text Text
- newDatadogConnectorProfileCredentials :: Text -> Text -> DatadogConnectorProfileCredentials
- data DatadogConnectorProfileProperties = DatadogConnectorProfileProperties' Text
- newDatadogConnectorProfileProperties :: Text -> DatadogConnectorProfileProperties
- data DatadogMetadata = DatadogMetadata' {
- newDatadogMetadata :: DatadogMetadata
- data DatadogSourceProperties = DatadogSourceProperties' Text
- newDatadogSourceProperties :: Text -> DatadogSourceProperties
- data DestinationConnectorProperties = DestinationConnectorProperties' (Maybe UpsolverDestinationProperties) (Maybe SnowflakeDestinationProperties) (Maybe HoneycodeDestinationProperties) (Maybe LookoutMetricsDestinationProperties) (Maybe CustomerProfilesDestinationProperties) (Maybe SalesforceDestinationProperties) (Maybe ZendeskDestinationProperties) (Maybe S3DestinationProperties) (Maybe EventBridgeDestinationProperties) (Maybe RedshiftDestinationProperties)
- newDestinationConnectorProperties :: DestinationConnectorProperties
- data DestinationFieldProperties = DestinationFieldProperties' (Maybe Bool) (Maybe Bool) (Maybe [WriteOperationType]) (Maybe Bool) (Maybe Bool)
- newDestinationFieldProperties :: DestinationFieldProperties
- data DestinationFlowConfig = DestinationFlowConfig' (Maybe Text) ConnectorType DestinationConnectorProperties
- newDestinationFlowConfig :: ConnectorType -> DestinationConnectorProperties -> DestinationFlowConfig
- data DynatraceConnectorProfileCredentials = DynatraceConnectorProfileCredentials' Text
- newDynatraceConnectorProfileCredentials :: Text -> DynatraceConnectorProfileCredentials
- data DynatraceConnectorProfileProperties = DynatraceConnectorProfileProperties' Text
- newDynatraceConnectorProfileProperties :: Text -> DynatraceConnectorProfileProperties
- data DynatraceMetadata = DynatraceMetadata' {
- newDynatraceMetadata :: DynatraceMetadata
- data DynatraceSourceProperties = DynatraceSourceProperties' Text
- newDynatraceSourceProperties :: Text -> DynatraceSourceProperties
- data ErrorHandlingConfig = ErrorHandlingConfig' (Maybe Bool) (Maybe Text) (Maybe Text)
- newErrorHandlingConfig :: ErrorHandlingConfig
- data ErrorInfo = ErrorInfo' (Maybe Text) (Maybe Integer)
- newErrorInfo :: ErrorInfo
- data EventBridgeDestinationProperties = EventBridgeDestinationProperties' (Maybe ErrorHandlingConfig) Text
- newEventBridgeDestinationProperties :: Text -> EventBridgeDestinationProperties
- data EventBridgeMetadata = EventBridgeMetadata' {
- newEventBridgeMetadata :: EventBridgeMetadata
- data ExecutionDetails = ExecutionDetails' (Maybe Text) (Maybe ExecutionStatus) (Maybe POSIX)
- newExecutionDetails :: ExecutionDetails
- data ExecutionRecord = ExecutionRecord' (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe ExecutionStatus) (Maybe POSIX) (Maybe POSIX) (Maybe ExecutionResult)
- newExecutionRecord :: ExecutionRecord
- data ExecutionResult = ExecutionResult' (Maybe Integer) (Maybe Integer) (Maybe Integer) (Maybe ErrorInfo)
- newExecutionResult :: ExecutionResult
- data FieldTypeDetails = FieldTypeDetails' (Maybe [Text]) Text [Operator]
- newFieldTypeDetails :: Text -> FieldTypeDetails
- data FlowDefinition = FlowDefinition' (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe TriggerType) (Maybe Text) (Maybe ConnectorType) (Maybe ConnectorType) (Maybe Text) (Maybe ExecutionDetails) (Maybe FlowStatus) (Maybe Text) (Maybe (HashMap Text Text))
- newFlowDefinition :: FlowDefinition
- data GoogleAnalyticsConnectorProfileCredentials = GoogleAnalyticsConnectorProfileCredentials' (Maybe (Sensitive Text)) (Maybe Text) (Maybe ConnectorOAuthRequest) Text (Sensitive Text)
- newGoogleAnalyticsConnectorProfileCredentials :: Text -> Text -> GoogleAnalyticsConnectorProfileCredentials
- data GoogleAnalyticsConnectorProfileProperties = GoogleAnalyticsConnectorProfileProperties' {
- newGoogleAnalyticsConnectorProfileProperties :: GoogleAnalyticsConnectorProfileProperties
- data GoogleAnalyticsMetadata = GoogleAnalyticsMetadata' (Maybe [Text])
- newGoogleAnalyticsMetadata :: GoogleAnalyticsMetadata
- data GoogleAnalyticsSourceProperties = GoogleAnalyticsSourceProperties' Text
- newGoogleAnalyticsSourceProperties :: Text -> GoogleAnalyticsSourceProperties
- data HoneycodeConnectorProfileCredentials = HoneycodeConnectorProfileCredentials' (Maybe (Sensitive Text)) (Maybe Text) (Maybe ConnectorOAuthRequest)
- newHoneycodeConnectorProfileCredentials :: HoneycodeConnectorProfileCredentials
- data HoneycodeConnectorProfileProperties = HoneycodeConnectorProfileProperties' {
- newHoneycodeConnectorProfileProperties :: HoneycodeConnectorProfileProperties
- data HoneycodeDestinationProperties = HoneycodeDestinationProperties' (Maybe ErrorHandlingConfig) Text
- newHoneycodeDestinationProperties :: Text -> HoneycodeDestinationProperties
- data HoneycodeMetadata = HoneycodeMetadata' (Maybe [Text])
- newHoneycodeMetadata :: HoneycodeMetadata
- data IncrementalPullConfig = IncrementalPullConfig' (Maybe Text)
- newIncrementalPullConfig :: IncrementalPullConfig
- data InforNexusConnectorProfileCredentials = InforNexusConnectorProfileCredentials' (Sensitive Text) Text Text Text
- newInforNexusConnectorProfileCredentials :: Text -> Text -> Text -> Text -> InforNexusConnectorProfileCredentials
- data InforNexusConnectorProfileProperties = InforNexusConnectorProfileProperties' Text
- newInforNexusConnectorProfileProperties :: Text -> InforNexusConnectorProfileProperties
- data InforNexusMetadata = InforNexusMetadata' {
- newInforNexusMetadata :: InforNexusMetadata
- data InforNexusSourceProperties = InforNexusSourceProperties' Text
- newInforNexusSourceProperties :: Text -> InforNexusSourceProperties
- data LookoutMetricsDestinationProperties = LookoutMetricsDestinationProperties' {
- newLookoutMetricsDestinationProperties :: LookoutMetricsDestinationProperties
- data MarketoConnectorProfileCredentials = MarketoConnectorProfileCredentials' (Maybe (Sensitive Text)) (Maybe ConnectorOAuthRequest) Text (Sensitive Text)
- newMarketoConnectorProfileCredentials :: Text -> Text -> MarketoConnectorProfileCredentials
- data MarketoConnectorProfileProperties = MarketoConnectorProfileProperties' Text
- newMarketoConnectorProfileProperties :: Text -> MarketoConnectorProfileProperties
- data MarketoMetadata = MarketoMetadata' {
- newMarketoMetadata :: MarketoMetadata
- data MarketoSourceProperties = MarketoSourceProperties' Text
- newMarketoSourceProperties :: Text -> MarketoSourceProperties
- data OAuthCredentials = OAuthCredentials' (Maybe (Sensitive Text)) (Maybe Text) (Maybe ConnectorOAuthRequest) Text (Sensitive Text)
- newOAuthCredentials :: Text -> Text -> OAuthCredentials
- data OAuthProperties = OAuthProperties' Text Text [Text]
- newOAuthProperties :: Text -> Text -> OAuthProperties
- data PrefixConfig = PrefixConfig' (Maybe PrefixFormat) (Maybe PrefixType)
- newPrefixConfig :: PrefixConfig
- data PrivateConnectionProvisioningState = PrivateConnectionProvisioningState' (Maybe PrivateConnectionProvisioningStatus) (Maybe Text) (Maybe PrivateConnectionProvisioningFailureCause)
- newPrivateConnectionProvisioningState :: PrivateConnectionProvisioningState
- data RedshiftConnectorProfileCredentials = RedshiftConnectorProfileCredentials' Text (Sensitive Text)
- newRedshiftConnectorProfileCredentials :: Text -> Text -> RedshiftConnectorProfileCredentials
- data RedshiftConnectorProfileProperties = RedshiftConnectorProfileProperties' (Maybe Text) Text Text Text
- newRedshiftConnectorProfileProperties :: Text -> Text -> Text -> RedshiftConnectorProfileProperties
- data RedshiftDestinationProperties = RedshiftDestinationProperties' (Maybe Text) (Maybe ErrorHandlingConfig) Text Text
- newRedshiftDestinationProperties :: Text -> Text -> RedshiftDestinationProperties
- data RedshiftMetadata = RedshiftMetadata' {
- newRedshiftMetadata :: RedshiftMetadata
- data S3DestinationProperties = S3DestinationProperties' (Maybe Text) (Maybe S3OutputFormatConfig) Text
- newS3DestinationProperties :: Text -> S3DestinationProperties
- data S3InputFormatConfig = S3InputFormatConfig' (Maybe S3InputFileType)
- newS3InputFormatConfig :: S3InputFormatConfig
- data S3Metadata = S3Metadata' {
- newS3Metadata :: S3Metadata
- data S3OutputFormatConfig = S3OutputFormatConfig' (Maybe PrefixConfig) (Maybe FileType) (Maybe AggregationConfig)
- newS3OutputFormatConfig :: S3OutputFormatConfig
- data S3SourceProperties = S3SourceProperties' (Maybe S3InputFormatConfig) (Maybe Text) Text
- newS3SourceProperties :: Text -> S3SourceProperties
- data SAPODataConnectorProfileCredentials = SAPODataConnectorProfileCredentials' (Maybe OAuthCredentials) (Maybe BasicAuthCredentials)
- newSAPODataConnectorProfileCredentials :: SAPODataConnectorProfileCredentials
- data SAPODataConnectorProfileProperties = SAPODataConnectorProfileProperties' (Maybe Text) (Maybe Text) (Maybe OAuthProperties) Text Text Natural Text
- newSAPODataConnectorProfileProperties :: Text -> Text -> Natural -> Text -> SAPODataConnectorProfileProperties
- data SAPODataMetadata = SAPODataMetadata' {
- newSAPODataMetadata :: SAPODataMetadata
- data SAPODataSourceProperties = SAPODataSourceProperties' (Maybe Text)
- newSAPODataSourceProperties :: SAPODataSourceProperties
- data SalesforceConnectorProfileCredentials = SalesforceConnectorProfileCredentials' (Maybe (Sensitive Text)) (Maybe Text) (Maybe ConnectorOAuthRequest) (Maybe (Sensitive Text))
- newSalesforceConnectorProfileCredentials :: SalesforceConnectorProfileCredentials
- data SalesforceConnectorProfileProperties = SalesforceConnectorProfileProperties' (Maybe Text) (Maybe Bool)
- newSalesforceConnectorProfileProperties :: SalesforceConnectorProfileProperties
- data SalesforceDestinationProperties = SalesforceDestinationProperties' (Maybe WriteOperationType) (Maybe [Text]) (Maybe ErrorHandlingConfig) Text
- newSalesforceDestinationProperties :: Text -> SalesforceDestinationProperties
- data SalesforceMetadata = SalesforceMetadata' (Maybe [Text])
- newSalesforceMetadata :: SalesforceMetadata
- data SalesforceSourceProperties = SalesforceSourceProperties' (Maybe Bool) (Maybe Bool) Text
- newSalesforceSourceProperties :: Text -> SalesforceSourceProperties
- data ScheduledTriggerProperties = ScheduledTriggerProperties' (Maybe POSIX) (Maybe Natural) (Maybe DataPullMode) (Maybe POSIX) (Maybe Text) (Maybe POSIX) Text
- newScheduledTriggerProperties :: Text -> ScheduledTriggerProperties
- data ServiceNowConnectorProfileCredentials = ServiceNowConnectorProfileCredentials' Text (Sensitive Text)
- newServiceNowConnectorProfileCredentials :: Text -> Text -> ServiceNowConnectorProfileCredentials
- data ServiceNowConnectorProfileProperties = ServiceNowConnectorProfileProperties' Text
- newServiceNowConnectorProfileProperties :: Text -> ServiceNowConnectorProfileProperties
- data ServiceNowMetadata = ServiceNowMetadata' {
- newServiceNowMetadata :: ServiceNowMetadata
- data ServiceNowSourceProperties = ServiceNowSourceProperties' Text
- newServiceNowSourceProperties :: Text -> ServiceNowSourceProperties
- data SingularConnectorProfileCredentials = SingularConnectorProfileCredentials' Text
- newSingularConnectorProfileCredentials :: Text -> SingularConnectorProfileCredentials
- data SingularConnectorProfileProperties = SingularConnectorProfileProperties' {
- newSingularConnectorProfileProperties :: SingularConnectorProfileProperties
- data SingularMetadata = SingularMetadata' {
- newSingularMetadata :: SingularMetadata
- data SingularSourceProperties = SingularSourceProperties' Text
- newSingularSourceProperties :: Text -> SingularSourceProperties
- data SlackConnectorProfileCredentials = SlackConnectorProfileCredentials' (Maybe (Sensitive Text)) (Maybe ConnectorOAuthRequest) Text (Sensitive Text)
- newSlackConnectorProfileCredentials :: Text -> Text -> SlackConnectorProfileCredentials
- data SlackConnectorProfileProperties = SlackConnectorProfileProperties' Text
- newSlackConnectorProfileProperties :: Text -> SlackConnectorProfileProperties
- data SlackMetadata = SlackMetadata' (Maybe [Text])
- newSlackMetadata :: SlackMetadata
- data SlackSourceProperties = SlackSourceProperties' Text
- newSlackSourceProperties :: Text -> SlackSourceProperties
- data SnowflakeConnectorProfileCredentials = SnowflakeConnectorProfileCredentials' Text (Sensitive Text)
- newSnowflakeConnectorProfileCredentials :: Text -> Text -> SnowflakeConnectorProfileCredentials
- data SnowflakeConnectorProfileProperties = SnowflakeConnectorProfileProperties' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) Text Text Text
- newSnowflakeConnectorProfileProperties :: Text -> Text -> Text -> SnowflakeConnectorProfileProperties
- data SnowflakeDestinationProperties = SnowflakeDestinationProperties' (Maybe Text) (Maybe ErrorHandlingConfig) Text Text
- newSnowflakeDestinationProperties :: Text -> Text -> SnowflakeDestinationProperties
- data SnowflakeMetadata = SnowflakeMetadata' (Maybe [Text])
- newSnowflakeMetadata :: SnowflakeMetadata
- data SourceConnectorProperties = SourceConnectorProperties' (Maybe ServiceNowSourceProperties) (Maybe DynatraceSourceProperties) (Maybe MarketoSourceProperties) (Maybe SlackSourceProperties) (Maybe SingularSourceProperties) (Maybe InforNexusSourceProperties) (Maybe AmplitudeSourceProperties) (Maybe DatadogSourceProperties) (Maybe GoogleAnalyticsSourceProperties) (Maybe SAPODataSourceProperties) (Maybe SalesforceSourceProperties) (Maybe ZendeskSourceProperties) (Maybe S3SourceProperties) (Maybe TrendmicroSourceProperties) (Maybe VeevaSourceProperties)
- newSourceConnectorProperties :: SourceConnectorProperties
- data SourceFieldProperties = SourceFieldProperties' (Maybe Bool) (Maybe Bool)
- newSourceFieldProperties :: SourceFieldProperties
- data SourceFlowConfig = SourceFlowConfig' (Maybe Text) (Maybe IncrementalPullConfig) ConnectorType SourceConnectorProperties
- newSourceFlowConfig :: ConnectorType -> SourceConnectorProperties -> SourceFlowConfig
- data SupportedFieldTypeDetails = SupportedFieldTypeDetails' FieldTypeDetails
- newSupportedFieldTypeDetails :: FieldTypeDetails -> SupportedFieldTypeDetails
- data Task = Task' (Maybe (HashMap OperatorPropertiesKeys Text)) (Maybe ConnectorOperator) (Maybe Text) [Text] TaskType
- newTask :: TaskType -> Task
- data TrendmicroConnectorProfileCredentials = TrendmicroConnectorProfileCredentials' (Sensitive Text)
- newTrendmicroConnectorProfileCredentials :: Text -> TrendmicroConnectorProfileCredentials
- data TrendmicroConnectorProfileProperties = TrendmicroConnectorProfileProperties' {
- newTrendmicroConnectorProfileProperties :: TrendmicroConnectorProfileProperties
- data TrendmicroMetadata = TrendmicroMetadata' {
- newTrendmicroMetadata :: TrendmicroMetadata
- data TrendmicroSourceProperties = TrendmicroSourceProperties' Text
- newTrendmicroSourceProperties :: Text -> TrendmicroSourceProperties
- data TriggerConfig = TriggerConfig' (Maybe TriggerProperties) TriggerType
- newTriggerConfig :: TriggerType -> TriggerConfig
- data TriggerProperties = TriggerProperties' (Maybe ScheduledTriggerProperties)
- newTriggerProperties :: TriggerProperties
- data UpsolverDestinationProperties = UpsolverDestinationProperties' (Maybe Text) Text UpsolverS3OutputFormatConfig
- newUpsolverDestinationProperties :: Text -> UpsolverS3OutputFormatConfig -> UpsolverDestinationProperties
- data UpsolverMetadata = UpsolverMetadata' {
- newUpsolverMetadata :: UpsolverMetadata
- data UpsolverS3OutputFormatConfig = UpsolverS3OutputFormatConfig' (Maybe FileType) (Maybe AggregationConfig) PrefixConfig
- newUpsolverS3OutputFormatConfig :: PrefixConfig -> UpsolverS3OutputFormatConfig
- data VeevaConnectorProfileCredentials = VeevaConnectorProfileCredentials' Text (Sensitive Text)
- newVeevaConnectorProfileCredentials :: Text -> Text -> VeevaConnectorProfileCredentials
- data VeevaConnectorProfileProperties = VeevaConnectorProfileProperties' Text
- newVeevaConnectorProfileProperties :: Text -> VeevaConnectorProfileProperties
- data VeevaMetadata = VeevaMetadata' {
- newVeevaMetadata :: VeevaMetadata
- data VeevaSourceProperties = VeevaSourceProperties' (Maybe Bool) (Maybe Text) (Maybe Bool) (Maybe Bool) Text
- newVeevaSourceProperties :: Text -> VeevaSourceProperties
- data ZendeskConnectorProfileCredentials = ZendeskConnectorProfileCredentials' (Maybe (Sensitive Text)) (Maybe ConnectorOAuthRequest) Text (Sensitive Text)
- newZendeskConnectorProfileCredentials :: Text -> Text -> ZendeskConnectorProfileCredentials
- data ZendeskConnectorProfileProperties = ZendeskConnectorProfileProperties' Text
- newZendeskConnectorProfileProperties :: Text -> ZendeskConnectorProfileProperties
- data ZendeskDestinationProperties = ZendeskDestinationProperties' (Maybe WriteOperationType) (Maybe [Text]) (Maybe ErrorHandlingConfig) Text
- newZendeskDestinationProperties :: Text -> ZendeskDestinationProperties
- data ZendeskMetadata = ZendeskMetadata' (Maybe [Text])
- newZendeskMetadata :: ZendeskMetadata
- data ZendeskSourceProperties = ZendeskSourceProperties' Text
- newZendeskSourceProperties :: Text -> ZendeskSourceProperties
Service Configuration
defaultService :: Service Source #
API version 2020-08-23
of the Amazon Appflow SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by AppFlow
.
ValidationException
_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request has invalid or missing parameters.
UnsupportedOperationException
_UnsupportedOperationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The requested operation is not supported for the current flow.
ConflictException
_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #
There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.
ConnectorAuthenticationException
_ConnectorAuthenticationException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An error occurred when authenticating with the connector endpoint.
ServiceQuotaExceededException
_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request would cause a service quota (such as the number of flows) to be exceeded.
InternalServerException
_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The resource specified in the request (such as the source or destination connector profile) is not found.
ConnectorServerException
_ConnectorServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #
An error occurred when retrieving data from the connector endpoint.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
ListConnectorEntities
data ListConnectorEntities Source #
See: newListConnectorEntities
smart constructor.
Instances
newListConnectorEntities :: ListConnectorEntities Source #
Create a value of ListConnectorEntities
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:ListConnectorEntities'
, listConnectorEntities_connectorProfileName
- The name of the connector profile. The name is unique for each
ConnectorProfile
in the Amazon Web Services account, and is used to
query the downstream connector.
$sel:entitiesPath:ListConnectorEntities'
, listConnectorEntities_entitiesPath
- This optional parameter is specific to connector implementation. Some
connectors support multiple levels or categories of entities. You can
find out the list of roots for such providers by sending a request
without the entitiesPath
parameter. If the connector supports entities
at different roots, this initial request returns the list of roots.
Otherwise, this request returns all entities supported by the provider.
$sel:connectorType:ListConnectorEntities'
, listConnectorEntities_connectorType
- The type of connector, such as Salesforce, Amplitude, and so on.
data ListConnectorEntitiesResponse Source #
See: newListConnectorEntitiesResponse
smart constructor.
Instances
newListConnectorEntitiesResponse Source #
Create a value of ListConnectorEntitiesResponse
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:ListConnectorEntitiesResponse'
, listConnectorEntitiesResponse_httpStatus
- The response's http status code.
$sel:connectorEntityMap:ListConnectorEntitiesResponse'
, listConnectorEntitiesResponse_connectorEntityMap
- The response of ListConnectorEntities
lists entities grouped by
category. This map's key represents the group name, and its value
contains the list of entities belonging to that group.
CreateConnectorProfile
data CreateConnectorProfile Source #
See: newCreateConnectorProfile
smart constructor.
Instances
newCreateConnectorProfile Source #
Create a value of CreateConnectorProfile
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:kmsArn:CreateConnectorProfile'
, createConnectorProfile_kmsArn
- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key
you provide for encryption. This is required if you do not want to use
the Amazon AppFlow-managed KMS key. If you don't provide anything here,
Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
$sel:connectorProfileName:CreateConnectorProfile'
, createConnectorProfile_connectorProfileName
- The name of the connector profile. The name is unique for each
ConnectorProfile
in your Amazon Web Services account.
$sel:connectorType:CreateConnectorProfile'
, createConnectorProfile_connectorType
- The type of connector, such as Salesforce, Amplitude, and so on.
$sel:connectionMode:CreateConnectorProfile'
, createConnectorProfile_connectionMode
- Indicates the connection mode and specifies whether it is public or
private. Private flows use Amazon Web Services PrivateLink to route data
over Amazon Web Services infrastructure without exposing it to the
public internet.
$sel:connectorProfileConfig:CreateConnectorProfile'
, createConnectorProfile_connectorProfileConfig
- Defines the connector-specific configuration and credentials.
data CreateConnectorProfileResponse Source #
See: newCreateConnectorProfileResponse
smart constructor.
Instances
Eq CreateConnectorProfileResponse Source # | |
Read CreateConnectorProfileResponse Source # | |
Show CreateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.CreateConnectorProfile | |
Generic CreateConnectorProfileResponse Source # | |
NFData CreateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.CreateConnectorProfile rnf :: CreateConnectorProfileResponse -> () # | |
type Rep CreateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.CreateConnectorProfile type Rep CreateConnectorProfileResponse = D1 ('MetaData "CreateConnectorProfileResponse" "Amazonka.AppFlow.CreateConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "CreateConnectorProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newCreateConnectorProfileResponse Source #
Create a value of CreateConnectorProfileResponse
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:connectorProfileArn:CreateConnectorProfileResponse'
, createConnectorProfileResponse_connectorProfileArn
- The Amazon Resource Name (ARN) of the connector profile.
$sel:httpStatus:CreateConnectorProfileResponse'
, createConnectorProfileResponse_httpStatus
- The response's http status code.
StartFlow
See: newStartFlow
smart constructor.
Instances
Create a value of StartFlow
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:flowName:StartFlow'
, startFlow_flowName
- The specified name of the flow. Spaces are not allowed. Use underscores
(_) or hyphens (-) only.
data StartFlowResponse Source #
See: newStartFlowResponse
smart constructor.
Instances
Create a value of StartFlowResponse
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:executionId:StartFlowResponse'
, startFlowResponse_executionId
- Returns the internal execution ID of an on-demand flow when the flow is
started. For scheduled or event-triggered flows, this value is null.
$sel:flowArn:StartFlowResponse'
, startFlowResponse_flowArn
- The flow's Amazon Resource Name (ARN).
$sel:flowStatus:StartFlowResponse'
, startFlowResponse_flowStatus
- Indicates the current status of the flow.
$sel:httpStatus:StartFlowResponse'
, startFlowResponse_httpStatus
- The response's http status code.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
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:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- The Amazon Resource Name (ARN) of the specified flow.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
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:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- The tags used to organize, track, or control access for your flow.
$sel:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
CreateFlow
data CreateFlow Source #
See: newCreateFlow
smart constructor.
CreateFlow' (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Text TriggerConfig SourceFlowConfig [DestinationFlowConfig] [Task] |
Instances
:: Text | |
-> TriggerConfig | |
-> SourceFlowConfig | |
-> CreateFlow |
Create a value of CreateFlow
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:kmsArn:CreateFlow'
, createFlow_kmsArn
- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key
you provide for encryption. This is required if you do not want to use
the Amazon AppFlow-managed KMS key. If you don't provide anything here,
Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
$sel:description:CreateFlow'
, createFlow_description
- A description of the flow you want to create.
$sel:tags:CreateFlow'
, createFlow_tags
- The tags used to organize, track, or control access for your flow.
$sel:flowName:CreateFlow'
, createFlow_flowName
- The specified name of the flow. Spaces are not allowed. Use underscores
(_) or hyphens (-) only.
$sel:triggerConfig:CreateFlow'
, createFlow_triggerConfig
- The trigger settings that determine how and when the flow runs.
$sel:sourceFlowConfig:CreateFlow'
, createFlow_sourceFlowConfig
- The configuration that controls how Amazon AppFlow retrieves data from
the source connector.
$sel:destinationFlowConfigList:CreateFlow'
, createFlow_destinationFlowConfigList
- The configuration that controls how Amazon AppFlow places data in the
destination connector.
$sel:tasks:CreateFlow'
, createFlow_tasks
- A list of tasks that Amazon AppFlow performs while transferring the data
in the flow run.
data CreateFlowResponse Source #
See: newCreateFlowResponse
smart constructor.
Instances
newCreateFlowResponse Source #
Create a value of CreateFlowResponse
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:flowArn:CreateFlowResponse'
, createFlowResponse_flowArn
- The flow's Amazon Resource Name (ARN).
$sel:flowStatus:CreateFlowResponse'
, createFlowResponse_flowStatus
- Indicates the current status of the flow.
$sel:httpStatus:CreateFlowResponse'
, createFlowResponse_httpStatus
- The response's http status code.
DeleteConnectorProfile
data DeleteConnectorProfile Source #
See: newDeleteConnectorProfile
smart constructor.
Instances
newDeleteConnectorProfile Source #
Create a value of DeleteConnectorProfile
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:forceDelete:DeleteConnectorProfile'
, deleteConnectorProfile_forceDelete
- Indicates whether Amazon AppFlow should delete the profile, even if it
is currently in use in one or more flows.
$sel:connectorProfileName:DeleteConnectorProfile'
, deleteConnectorProfile_connectorProfileName
- The name of the connector profile. The name is unique for each
ConnectorProfile
in your account.
data DeleteConnectorProfileResponse Source #
See: newDeleteConnectorProfileResponse
smart constructor.
Instances
Eq DeleteConnectorProfileResponse Source # | |
Read DeleteConnectorProfileResponse Source # | |
Show DeleteConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.DeleteConnectorProfile | |
Generic DeleteConnectorProfileResponse Source # | |
NFData DeleteConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.DeleteConnectorProfile rnf :: DeleteConnectorProfileResponse -> () # | |
type Rep DeleteConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.DeleteConnectorProfile type Rep DeleteConnectorProfileResponse = D1 ('MetaData "DeleteConnectorProfileResponse" "Amazonka.AppFlow.DeleteConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DeleteConnectorProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteConnectorProfileResponse Source #
Create a value of DeleteConnectorProfileResponse
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:DeleteConnectorProfileResponse'
, deleteConnectorProfileResponse_httpStatus
- The response's http status code.
UpdateConnectorProfile
data UpdateConnectorProfile Source #
See: newUpdateConnectorProfile
smart constructor.
Instances
newUpdateConnectorProfile Source #
Create a value of UpdateConnectorProfile
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:UpdateConnectorProfile'
, updateConnectorProfile_connectorProfileName
- The name of the connector profile and is unique for each
ConnectorProfile
in the Amazon Web Services account.
$sel:connectionMode:UpdateConnectorProfile'
, updateConnectorProfile_connectionMode
- Indicates the connection mode and if it is public or private.
$sel:connectorProfileConfig:UpdateConnectorProfile'
, updateConnectorProfile_connectorProfileConfig
- Defines the connector-specific profile configuration and credentials.
data UpdateConnectorProfileResponse Source #
See: newUpdateConnectorProfileResponse
smart constructor.
Instances
Eq UpdateConnectorProfileResponse Source # | |
Read UpdateConnectorProfileResponse Source # | |
Show UpdateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.UpdateConnectorProfile | |
Generic UpdateConnectorProfileResponse Source # | |
NFData UpdateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.UpdateConnectorProfile rnf :: UpdateConnectorProfileResponse -> () # | |
type Rep UpdateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.UpdateConnectorProfile type Rep UpdateConnectorProfileResponse = D1 ('MetaData "UpdateConnectorProfileResponse" "Amazonka.AppFlow.UpdateConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateConnectorProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newUpdateConnectorProfileResponse Source #
Create a value of UpdateConnectorProfileResponse
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:connectorProfileArn:UpdateConnectorProfileResponse'
, updateConnectorProfileResponse_connectorProfileArn
- The Amazon Resource Name (ARN) of the connector profile.
$sel:httpStatus:UpdateConnectorProfileResponse'
, updateConnectorProfileResponse_httpStatus
- The response's http status code.
DescribeFlow
data DescribeFlow Source #
See: newDescribeFlow
smart constructor.
Instances
Create a value of DescribeFlow
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:flowName:DescribeFlow'
, describeFlow_flowName
- The specified name of the flow. Spaces are not allowed. Use underscores
(_) or hyphens (-) only.
data DescribeFlowResponse Source #
See: newDescribeFlowResponse
smart constructor.
DescribeFlowResponse' (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe [Task]) (Maybe TriggerConfig) (Maybe Text) (Maybe SourceFlowConfig) (Maybe Text) (Maybe Text) (Maybe ExecutionDetails) (Maybe FlowStatus) (Maybe [DestinationFlowConfig]) (Maybe Text) (Maybe (HashMap Text Text)) Int |
Instances
newDescribeFlowResponse Source #
Create a value of DescribeFlowResponse
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:lastUpdatedBy:DescribeFlowResponse'
, describeFlowResponse_lastUpdatedBy
- Specifies the user name of the account that performed the most recent
update.
$sel:flowArn:DescribeFlowResponse'
, describeFlowResponse_flowArn
- The flow's Amazon Resource Name (ARN).
$sel:lastUpdatedAt:DescribeFlowResponse'
, describeFlowResponse_lastUpdatedAt
- Specifies when the flow was last updated.
$sel:createdAt:DescribeFlowResponse'
, describeFlowResponse_createdAt
- Specifies when the flow was created.
$sel:createdBy:DescribeFlowResponse'
, describeFlowResponse_createdBy
- The ARN of the user who created the flow.
$sel:tasks:DescribeFlowResponse'
, describeFlowResponse_tasks
- A list of tasks that Amazon AppFlow performs while transferring the data
in the flow run.
$sel:triggerConfig:DescribeFlowResponse'
, describeFlowResponse_triggerConfig
- The trigger settings that determine how and when the flow runs.
$sel:flowName:DescribeFlow'
, describeFlowResponse_flowName
- The specified name of the flow. Spaces are not allowed. Use underscores
(_) or hyphens (-) only.
$sel:sourceFlowConfig:DescribeFlowResponse'
, describeFlowResponse_sourceFlowConfig
- The configuration that controls how Amazon AppFlow retrieves data from
the source connector.
$sel:flowStatusMessage:DescribeFlowResponse'
, describeFlowResponse_flowStatusMessage
- Contains an error message if the flow status is in a suspended or error
state. This applies only to scheduled or event-triggered flows.
$sel:kmsArn:DescribeFlowResponse'
, describeFlowResponse_kmsArn
- The ARN (Amazon Resource Name) of the Key Management Service (KMS) key
you provide for encryption. This is required if you do not want to use
the Amazon AppFlow-managed KMS key. If you don't provide anything here,
Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
$sel:lastRunExecutionDetails:DescribeFlowResponse'
, describeFlowResponse_lastRunExecutionDetails
- Describes the details of the most recent flow run.
$sel:flowStatus:DescribeFlowResponse'
, describeFlowResponse_flowStatus
- Indicates the current status of the flow.
$sel:destinationFlowConfigList:DescribeFlowResponse'
, describeFlowResponse_destinationFlowConfigList
- The configuration that controls how Amazon AppFlow transfers data to the
destination connector.
$sel:description:DescribeFlowResponse'
, describeFlowResponse_description
- A description of the flow.
$sel:tags:DescribeFlowResponse'
, describeFlowResponse_tags
- The tags used to organize, track, or control access for your flow.
$sel:httpStatus:DescribeFlowResponse'
, describeFlowResponse_httpStatus
- The response's http status code.
StopFlow
See: newStopFlow
smart constructor.
Instances
Eq StopFlow Source # | |
Read StopFlow Source # | |
Show StopFlow Source # | |
Generic StopFlow Source # | |
NFData StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow | |
Hashable StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow | |
ToJSON StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow | |
AWSRequest StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow type AWSResponse StopFlow # request :: StopFlow -> Request StopFlow # response :: MonadResource m => Logger -> Service -> Proxy StopFlow -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse StopFlow))) # | |
ToHeaders StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow | |
ToPath StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow toPath :: StopFlow -> ByteString # | |
ToQuery StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow toQuery :: StopFlow -> QueryString # | |
type Rep StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow | |
type AWSResponse StopFlow Source # | |
Defined in Amazonka.AppFlow.StopFlow |
Create a value of StopFlow
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:flowName:StopFlow'
, stopFlow_flowName
- The specified name of the flow. Spaces are not allowed. Use underscores
(_) or hyphens (-) only.
data StopFlowResponse Source #
See: newStopFlowResponse
smart constructor.
Instances
Create a value of StopFlowResponse
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:flowArn:StopFlowResponse'
, stopFlowResponse_flowArn
- The flow's Amazon Resource Name (ARN).
$sel:flowStatus:StopFlowResponse'
, stopFlowResponse_flowStatus
- Indicates the current status of the flow.
$sel:httpStatus:StopFlowResponse'
, stopFlowResponse_httpStatus
- The response's http status code.
DescribeConnectors
data DescribeConnectors Source #
See: newDescribeConnectors
smart constructor.
Instances
newDescribeConnectors :: DescribeConnectors Source #
Create a value of DescribeConnectors
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:nextToken:DescribeConnectors'
, describeConnectors_nextToken
- The pagination token for the next page of data.
$sel:connectorTypes:DescribeConnectors'
, describeConnectors_connectorTypes
- The type of connector, such as Salesforce, Amplitude, and so on.
data DescribeConnectorsResponse Source #
See: newDescribeConnectorsResponse
smart constructor.
Instances
newDescribeConnectorsResponse Source #
Create a value of DescribeConnectorsResponse
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:connectorConfigurations:DescribeConnectorsResponse'
, describeConnectorsResponse_connectorConfigurations
- The configuration that is applied to the connectors used in the flow.
$sel:nextToken:DescribeConnectors'
, describeConnectorsResponse_nextToken
- The pagination token for the next page of data.
$sel:httpStatus:DescribeConnectorsResponse'
, describeConnectorsResponse_httpStatus
- The response's http status code.
DescribeConnectorEntity
data DescribeConnectorEntity Source #
See: newDescribeConnectorEntity
smart constructor.
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.
data DescribeConnectorEntityResponse Source #
See: newDescribeConnectorEntityResponse
smart constructor.
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.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
Create a value of TagResource
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:resourceArn:TagResource'
, tagResource_resourceArn
- The Amazon Resource Name (ARN) of the flow that you want to tag.
$sel:tags:TagResource'
, tagResource_tags
- The tags used to organize, track, or control access for your flow.
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
newTagResourceResponse Source #
Create a value of TagResourceResponse
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:TagResourceResponse'
, tagResourceResponse_httpStatus
- The response's http status code.
ListFlows
See: newListFlows
smart constructor.
ListFlows' (Maybe Text) (Maybe Natural) |
Instances
newListFlows :: ListFlows Source #
Create a value of ListFlows
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:nextToken:ListFlows'
, listFlows_nextToken
- The pagination token for next page of data.
$sel:maxResults:ListFlows'
, listFlows_maxResults
- Specifies the maximum number of items that should be returned in the
result set.
data ListFlowsResponse Source #
See: newListFlowsResponse
smart constructor.
Instances
Create a value of ListFlowsResponse
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:nextToken:ListFlows'
, listFlowsResponse_nextToken
- The pagination token for next page of data.
$sel:flows:ListFlowsResponse'
, listFlowsResponse_flows
- The list of flows associated with your account.
$sel:httpStatus:ListFlowsResponse'
, listFlowsResponse_httpStatus
- The response's http status code.
DescribeFlowExecutionRecords
data DescribeFlowExecutionRecords Source #
See: newDescribeFlowExecutionRecords
smart constructor.
Instances
newDescribeFlowExecutionRecords Source #
Create a value of DescribeFlowExecutionRecords
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:nextToken:DescribeFlowExecutionRecords'
, describeFlowExecutionRecords_nextToken
- The pagination token for the next page of data.
$sel:maxResults:DescribeFlowExecutionRecords'
, describeFlowExecutionRecords_maxResults
- Specifies the maximum number of items that should be returned in the
result set. The default for maxResults
is 20 (for all paginated API
operations).
$sel:flowName:DescribeFlowExecutionRecords'
, describeFlowExecutionRecords_flowName
- The specified name of the flow. Spaces are not allowed. Use underscores
(_) or hyphens (-) only.
data DescribeFlowExecutionRecordsResponse Source #
See: newDescribeFlowExecutionRecordsResponse
smart constructor.
Instances
newDescribeFlowExecutionRecordsResponse Source #
Create a value of DescribeFlowExecutionRecordsResponse
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:flowExecutions:DescribeFlowExecutionRecordsResponse'
, describeFlowExecutionRecordsResponse_flowExecutions
- Returns a list of all instances when this flow was run.
$sel:nextToken:DescribeFlowExecutionRecords'
, describeFlowExecutionRecordsResponse_nextToken
- The pagination token for the next page of data.
$sel:httpStatus:DescribeFlowExecutionRecordsResponse'
, describeFlowExecutionRecordsResponse_httpStatus
- The response's http status code.
UntagResource
data UntagResource Source #
See: newUntagResource
smart constructor.
Instances
Create a value of UntagResource
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:resourceArn:UntagResource'
, untagResource_resourceArn
- The Amazon Resource Name (ARN) of the flow that you want to untag.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- The tag keys associated with the tag that you want to remove from your
flow.
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse
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:UntagResourceResponse'
, untagResourceResponse_httpStatus
- The response's http status code.
UpdateFlow
data UpdateFlow Source #
See: newUpdateFlow
smart constructor.
Instances
:: Text | |
-> TriggerConfig | |
-> SourceFlowConfig | |
-> UpdateFlow |
Create a value of UpdateFlow
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:description:UpdateFlow'
, updateFlow_description
- A description of the flow.
$sel:flowName:UpdateFlow'
, updateFlow_flowName
- The specified name of the flow. Spaces are not allowed. Use underscores
(_) or hyphens (-) only.
$sel:triggerConfig:UpdateFlow'
, updateFlow_triggerConfig
- The trigger settings that determine how and when the flow runs.
$sel:sourceFlowConfig:UpdateFlow'
, updateFlow_sourceFlowConfig
- Undocumented member.
$sel:destinationFlowConfigList:UpdateFlow'
, updateFlow_destinationFlowConfigList
- The configuration that controls how Amazon AppFlow transfers data to the
destination connector.
$sel:tasks:UpdateFlow'
, updateFlow_tasks
- A list of tasks that Amazon AppFlow performs while transferring the data
in the flow run.
data UpdateFlowResponse Source #
See: newUpdateFlowResponse
smart constructor.
Instances
newUpdateFlowResponse Source #
Create a value of UpdateFlowResponse
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:flowStatus:UpdateFlowResponse'
, updateFlowResponse_flowStatus
- Indicates the current status of the flow.
$sel:httpStatus:UpdateFlowResponse'
, updateFlowResponse_httpStatus
- The response's http status code.
DeleteFlow
data DeleteFlow Source #
See: newDeleteFlow
smart constructor.
Instances
Create a value of DeleteFlow
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:forceDelete:DeleteFlow'
, deleteFlow_forceDelete
- Indicates whether Amazon AppFlow should delete the flow, even if it is
currently in use.
$sel:flowName:DeleteFlow'
, deleteFlow_flowName
- The specified name of the flow. Spaces are not allowed. Use underscores
(_) or hyphens (-) only.
data DeleteFlowResponse Source #
See: newDeleteFlowResponse
smart constructor.
Instances
Eq DeleteFlowResponse Source # | |
Defined in Amazonka.AppFlow.DeleteFlow (==) :: DeleteFlowResponse -> DeleteFlowResponse -> Bool # (/=) :: DeleteFlowResponse -> DeleteFlowResponse -> Bool # | |
Read DeleteFlowResponse Source # | |
Defined in Amazonka.AppFlow.DeleteFlow | |
Show |