aws-sdk-appflow 1.2.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-appflow.rb +1 -1
- data/lib/aws-sdk-appflow/client.rb +141 -16
- data/lib/aws-sdk-appflow/client_api.rb +81 -0
- data/lib/aws-sdk-appflow/types.rb +565 -33
- metadata +4 -4
@@ -322,6 +322,16 @@ module Aws::Appflow
|
|
322
322
|
# The connector metadata specific to Amazon EventBridge.
|
323
323
|
# @return [Types::EventBridgeMetadata]
|
324
324
|
#
|
325
|
+
# @!attribute [rw] upsolver
|
326
|
+
# The connector metadata specific to Upsolver.
|
327
|
+
# @return [Types::UpsolverMetadata]
|
328
|
+
#
|
329
|
+
# @!attribute [rw] customer_profiles
|
330
|
+
# @return [Types::CustomerProfilesMetadata]
|
331
|
+
#
|
332
|
+
# @!attribute [rw] honeycode
|
333
|
+
# @return [Types::HoneycodeMetadata]
|
334
|
+
#
|
325
335
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorMetadata AWS API Documentation
|
326
336
|
#
|
327
337
|
class ConnectorMetadata < Struct.new(
|
@@ -341,7 +351,10 @@ module Aws::Appflow
|
|
341
351
|
:trendmicro,
|
342
352
|
:veeva,
|
343
353
|
:zendesk,
|
344
|
-
:event_bridge
|
354
|
+
:event_bridge,
|
355
|
+
:upsolver,
|
356
|
+
:customer_profiles,
|
357
|
+
:honeycode)
|
345
358
|
SENSITIVE = []
|
346
359
|
include Aws::Structure
|
347
360
|
end
|
@@ -557,6 +570,8 @@ module Aws::Appflow
|
|
557
570
|
# },
|
558
571
|
# google_analytics: {
|
559
572
|
# },
|
573
|
+
# honeycode: {
|
574
|
+
# },
|
560
575
|
# infor_nexus: {
|
561
576
|
# instance_url: "InstanceUrl", # required
|
562
577
|
# },
|
@@ -621,6 +636,14 @@ module Aws::Appflow
|
|
621
636
|
# redirect_uri: "RedirectUri",
|
622
637
|
# },
|
623
638
|
# },
|
639
|
+
# honeycode: {
|
640
|
+
# access_token: "AccessToken",
|
641
|
+
# refresh_token: "RefreshToken",
|
642
|
+
# o_auth_request: {
|
643
|
+
# auth_code: "AuthCode",
|
644
|
+
# redirect_uri: "RedirectUri",
|
645
|
+
# },
|
646
|
+
# },
|
624
647
|
# infor_nexus: {
|
625
648
|
# access_key_id: "AccessKeyId", # required
|
626
649
|
# user_id: "Username", # required
|
@@ -647,6 +670,7 @@ module Aws::Appflow
|
|
647
670
|
# auth_code: "AuthCode",
|
648
671
|
# redirect_uri: "RedirectUri",
|
649
672
|
# },
|
673
|
+
# client_credentials_arn: "ClientCredentialsArn",
|
650
674
|
# },
|
651
675
|
# service_now: {
|
652
676
|
# username: "Username", # required
|
@@ -731,6 +755,14 @@ module Aws::Appflow
|
|
731
755
|
# redirect_uri: "RedirectUri",
|
732
756
|
# },
|
733
757
|
# },
|
758
|
+
# honeycode: {
|
759
|
+
# access_token: "AccessToken",
|
760
|
+
# refresh_token: "RefreshToken",
|
761
|
+
# o_auth_request: {
|
762
|
+
# auth_code: "AuthCode",
|
763
|
+
# redirect_uri: "RedirectUri",
|
764
|
+
# },
|
765
|
+
# },
|
734
766
|
# infor_nexus: {
|
735
767
|
# access_key_id: "AccessKeyId", # required
|
736
768
|
# user_id: "Username", # required
|
@@ -757,6 +789,7 @@ module Aws::Appflow
|
|
757
789
|
# auth_code: "AuthCode",
|
758
790
|
# redirect_uri: "RedirectUri",
|
759
791
|
# },
|
792
|
+
# client_credentials_arn: "ClientCredentialsArn",
|
760
793
|
# },
|
761
794
|
# service_now: {
|
762
795
|
# username: "Username", # required
|
@@ -813,6 +846,9 @@ module Aws::Appflow
|
|
813
846
|
# Analytics.
|
814
847
|
# @return [Types::GoogleAnalyticsConnectorProfileCredentials]
|
815
848
|
#
|
849
|
+
# @!attribute [rw] honeycode
|
850
|
+
# @return [Types::HoneycodeConnectorProfileCredentials]
|
851
|
+
#
|
816
852
|
# @!attribute [rw] infor_nexus
|
817
853
|
# The connector-specific credentials required when using Infor Nexus.
|
818
854
|
# @return [Types::InforNexusConnectorProfileCredentials]
|
@@ -865,6 +901,7 @@ module Aws::Appflow
|
|
865
901
|
:datadog,
|
866
902
|
:dynatrace,
|
867
903
|
:google_analytics,
|
904
|
+
:honeycode,
|
868
905
|
:infor_nexus,
|
869
906
|
:marketo,
|
870
907
|
:redshift,
|
@@ -896,6 +933,8 @@ module Aws::Appflow
|
|
896
933
|
# },
|
897
934
|
# google_analytics: {
|
898
935
|
# },
|
936
|
+
# honeycode: {
|
937
|
+
# },
|
899
938
|
# infor_nexus: {
|
900
939
|
# instance_url: "InstanceUrl", # required
|
901
940
|
# },
|
@@ -955,6 +994,9 @@ module Aws::Appflow
|
|
955
994
|
# The connector-specific properties required Google Analytics.
|
956
995
|
# @return [Types::GoogleAnalyticsConnectorProfileProperties]
|
957
996
|
#
|
997
|
+
# @!attribute [rw] honeycode
|
998
|
+
# @return [Types::HoneycodeConnectorProfileProperties]
|
999
|
+
#
|
958
1000
|
# @!attribute [rw] infor_nexus
|
959
1001
|
# The connector-specific properties required by Infor Nexus.
|
960
1002
|
# @return [Types::InforNexusConnectorProfileProperties]
|
@@ -1006,6 +1048,7 @@ module Aws::Appflow
|
|
1006
1048
|
:datadog,
|
1007
1049
|
:dynatrace,
|
1008
1050
|
:google_analytics,
|
1051
|
+
:honeycode,
|
1009
1052
|
:infor_nexus,
|
1010
1053
|
:marketo,
|
1011
1054
|
:redshift,
|
@@ -1040,7 +1083,7 @@ module Aws::Appflow
|
|
1040
1083
|
# {
|
1041
1084
|
# connector_profile_name: "ConnectorProfileName", # required
|
1042
1085
|
# kms_arn: "KMSArn",
|
1043
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
1086
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
1044
1087
|
# connection_mode: "Public", # required, accepts Public, Private
|
1045
1088
|
# connector_profile_config: { # required
|
1046
1089
|
# connector_profile_properties: { # required
|
@@ -1054,6 +1097,8 @@ module Aws::Appflow
|
|
1054
1097
|
# },
|
1055
1098
|
# google_analytics: {
|
1056
1099
|
# },
|
1100
|
+
# honeycode: {
|
1101
|
+
# },
|
1057
1102
|
# infor_nexus: {
|
1058
1103
|
# instance_url: "InstanceUrl", # required
|
1059
1104
|
# },
|
@@ -1118,6 +1163,14 @@ module Aws::Appflow
|
|
1118
1163
|
# redirect_uri: "RedirectUri",
|
1119
1164
|
# },
|
1120
1165
|
# },
|
1166
|
+
# honeycode: {
|
1167
|
+
# access_token: "AccessToken",
|
1168
|
+
# refresh_token: "RefreshToken",
|
1169
|
+
# o_auth_request: {
|
1170
|
+
# auth_code: "AuthCode",
|
1171
|
+
# redirect_uri: "RedirectUri",
|
1172
|
+
# },
|
1173
|
+
# },
|
1121
1174
|
# infor_nexus: {
|
1122
1175
|
# access_key_id: "AccessKeyId", # required
|
1123
1176
|
# user_id: "Username", # required
|
@@ -1144,6 +1197,7 @@ module Aws::Appflow
|
|
1144
1197
|
# auth_code: "AuthCode",
|
1145
1198
|
# redirect_uri: "RedirectUri",
|
1146
1199
|
# },
|
1200
|
+
# client_credentials_arn: "ClientCredentialsArn",
|
1147
1201
|
# },
|
1148
1202
|
# service_now: {
|
1149
1203
|
# username: "Username", # required
|
@@ -1252,11 +1306,13 @@ module Aws::Appflow
|
|
1252
1306
|
# schedule_start_time: Time.now,
|
1253
1307
|
# schedule_end_time: Time.now,
|
1254
1308
|
# timezone: "Timezone",
|
1309
|
+
# schedule_offset: 1,
|
1310
|
+
# first_execution_from: Time.now,
|
1255
1311
|
# },
|
1256
1312
|
# },
|
1257
1313
|
# },
|
1258
1314
|
# source_flow_config: { # required
|
1259
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
1315
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
1260
1316
|
# connector_profile_name: "ConnectorProfileName",
|
1261
1317
|
# source_connector_properties: { # required
|
1262
1318
|
# amplitude: {
|
@@ -1305,10 +1361,13 @@ module Aws::Appflow
|
|
1305
1361
|
# object: "Object", # required
|
1306
1362
|
# },
|
1307
1363
|
# },
|
1364
|
+
# incremental_pull_config: {
|
1365
|
+
# datetime_type_field_name: "DatetimeTypeFieldName",
|
1366
|
+
# },
|
1308
1367
|
# },
|
1309
1368
|
# destination_flow_config_list: [ # required
|
1310
1369
|
# {
|
1311
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
1370
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
1312
1371
|
# connector_profile_name: "ConnectorProfileName",
|
1313
1372
|
# destination_connector_properties: { # required
|
1314
1373
|
# redshift: {
|
@@ -1337,11 +1396,13 @@ module Aws::Appflow
|
|
1337
1396
|
# },
|
1338
1397
|
# salesforce: {
|
1339
1398
|
# object: "Object", # required
|
1399
|
+
# id_field_names: ["Name"],
|
1340
1400
|
# error_handling_config: {
|
1341
1401
|
# fail_on_first_destination_error: false,
|
1342
1402
|
# bucket_prefix: "BucketPrefix",
|
1343
1403
|
# bucket_name: "BucketName",
|
1344
1404
|
# },
|
1405
|
+
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
|
1345
1406
|
# },
|
1346
1407
|
# snowflake: {
|
1347
1408
|
# object: "Object", # required
|
@@ -1361,6 +1422,34 @@ module Aws::Appflow
|
|
1361
1422
|
# bucket_name: "BucketName",
|
1362
1423
|
# },
|
1363
1424
|
# },
|
1425
|
+
# lookout_metrics: {
|
1426
|
+
# },
|
1427
|
+
# upsolver: {
|
1428
|
+
# bucket_name: "UpsolverBucketName", # required
|
1429
|
+
# bucket_prefix: "BucketPrefix",
|
1430
|
+
# s3_output_format_config: { # required
|
1431
|
+
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
1432
|
+
# prefix_config: { # required
|
1433
|
+
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
1434
|
+
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
1435
|
+
# },
|
1436
|
+
# aggregation_config: {
|
1437
|
+
# aggregation_type: "None", # accepts None, SingleFile
|
1438
|
+
# },
|
1439
|
+
# },
|
1440
|
+
# },
|
1441
|
+
# honeycode: {
|
1442
|
+
# object: "Object", # required
|
1443
|
+
# error_handling_config: {
|
1444
|
+
# fail_on_first_destination_error: false,
|
1445
|
+
# bucket_prefix: "BucketPrefix",
|
1446
|
+
# bucket_name: "BucketName",
|
1447
|
+
# },
|
1448
|
+
# },
|
1449
|
+
# customer_profiles: {
|
1450
|
+
# domain_name: "DomainName", # required
|
1451
|
+
# object_type_name: "ObjectTypeName",
|
1452
|
+
# },
|
1364
1453
|
# },
|
1365
1454
|
# },
|
1366
1455
|
# ],
|
@@ -1467,6 +1556,33 @@ module Aws::Appflow
|
|
1467
1556
|
include Aws::Structure
|
1468
1557
|
end
|
1469
1558
|
|
1559
|
+
# @note When making an API call, you may pass CustomerProfilesDestinationProperties
|
1560
|
+
# data as a hash:
|
1561
|
+
#
|
1562
|
+
# {
|
1563
|
+
# domain_name: "DomainName", # required
|
1564
|
+
# object_type_name: "ObjectTypeName",
|
1565
|
+
# }
|
1566
|
+
#
|
1567
|
+
# @!attribute [rw] domain_name
|
1568
|
+
# @return [String]
|
1569
|
+
#
|
1570
|
+
# @!attribute [rw] object_type_name
|
1571
|
+
# @return [String]
|
1572
|
+
#
|
1573
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/CustomerProfilesDestinationProperties AWS API Documentation
|
1574
|
+
#
|
1575
|
+
class CustomerProfilesDestinationProperties < Struct.new(
|
1576
|
+
:domain_name,
|
1577
|
+
:object_type_name)
|
1578
|
+
SENSITIVE = []
|
1579
|
+
include Aws::Structure
|
1580
|
+
end
|
1581
|
+
|
1582
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/CustomerProfilesMetadata AWS API Documentation
|
1583
|
+
#
|
1584
|
+
class CustomerProfilesMetadata < Aws::EmptyStructure; end
|
1585
|
+
|
1470
1586
|
# The connector-specific credentials required by Datadog.
|
1471
1587
|
#
|
1472
1588
|
# @note When making an API call, you may pass DatadogConnectorProfileCredentials
|
@@ -1614,7 +1730,7 @@ module Aws::Appflow
|
|
1614
1730
|
#
|
1615
1731
|
# {
|
1616
1732
|
# connector_entity_name: "Name", # required
|
1617
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
1733
|
+
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
1618
1734
|
# connector_profile_name: "ConnectorProfileName",
|
1619
1735
|
# }
|
1620
1736
|
#
|
@@ -1661,7 +1777,7 @@ module Aws::Appflow
|
|
1661
1777
|
#
|
1662
1778
|
# {
|
1663
1779
|
# connector_profile_names: ["ConnectorProfileName"],
|
1664
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
1780
|
+
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
1665
1781
|
# max_results: 1,
|
1666
1782
|
# next_token: "NextToken",
|
1667
1783
|
# }
|
@@ -1719,12 +1835,18 @@ module Aws::Appflow
|
|
1719
1835
|
# data as a hash:
|
1720
1836
|
#
|
1721
1837
|
# {
|
1722
|
-
# connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
1838
|
+
# connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
1723
1839
|
# next_token: "NextToken",
|
1724
1840
|
# }
|
1725
1841
|
#
|
1726
1842
|
# @!attribute [rw] connector_types
|
1727
1843
|
# The type of connector, such as Salesforce, Amplitude, and so on.
|
1844
|
+
#
|
1845
|
+
# <note markdown="1"> *Locke* refers to a new destination known as Amazon Connect Customer
|
1846
|
+
# Profiles. At this time, we recommend that you do not use this
|
1847
|
+
# destination.
|
1848
|
+
#
|
1849
|
+
# </note>
|
1728
1850
|
# @return [Array<String>]
|
1729
1851
|
#
|
1730
1852
|
# @!attribute [rw] next_token
|
@@ -1960,11 +2082,13 @@ module Aws::Appflow
|
|
1960
2082
|
# },
|
1961
2083
|
# salesforce: {
|
1962
2084
|
# object: "Object", # required
|
2085
|
+
# id_field_names: ["Name"],
|
1963
2086
|
# error_handling_config: {
|
1964
2087
|
# fail_on_first_destination_error: false,
|
1965
2088
|
# bucket_prefix: "BucketPrefix",
|
1966
2089
|
# bucket_name: "BucketName",
|
1967
2090
|
# },
|
2091
|
+
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
|
1968
2092
|
# },
|
1969
2093
|
# snowflake: {
|
1970
2094
|
# object: "Object", # required
|
@@ -1984,6 +2108,34 @@ module Aws::Appflow
|
|
1984
2108
|
# bucket_name: "BucketName",
|
1985
2109
|
# },
|
1986
2110
|
# },
|
2111
|
+
# lookout_metrics: {
|
2112
|
+
# },
|
2113
|
+
# upsolver: {
|
2114
|
+
# bucket_name: "UpsolverBucketName", # required
|
2115
|
+
# bucket_prefix: "BucketPrefix",
|
2116
|
+
# s3_output_format_config: { # required
|
2117
|
+
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
2118
|
+
# prefix_config: { # required
|
2119
|
+
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
2120
|
+
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
2121
|
+
# },
|
2122
|
+
# aggregation_config: {
|
2123
|
+
# aggregation_type: "None", # accepts None, SingleFile
|
2124
|
+
# },
|
2125
|
+
# },
|
2126
|
+
# },
|
2127
|
+
# honeycode: {
|
2128
|
+
# object: "Object", # required
|
2129
|
+
# error_handling_config: {
|
2130
|
+
# fail_on_first_destination_error: false,
|
2131
|
+
# bucket_prefix: "BucketPrefix",
|
2132
|
+
# bucket_name: "BucketName",
|
2133
|
+
# },
|
2134
|
+
# },
|
2135
|
+
# customer_profiles: {
|
2136
|
+
# domain_name: "DomainName", # required
|
2137
|
+
# object_type_name: "ObjectTypeName",
|
2138
|
+
# },
|
1987
2139
|
# }
|
1988
2140
|
#
|
1989
2141
|
# @!attribute [rw] redshift
|
@@ -2006,6 +2158,19 @@ module Aws::Appflow
|
|
2006
2158
|
# The properties required to query Amazon EventBridge.
|
2007
2159
|
# @return [Types::EventBridgeDestinationProperties]
|
2008
2160
|
#
|
2161
|
+
# @!attribute [rw] lookout_metrics
|
2162
|
+
# @return [Types::LookoutMetricsDestinationProperties]
|
2163
|
+
#
|
2164
|
+
# @!attribute [rw] upsolver
|
2165
|
+
# The properties required to query Upsolver.
|
2166
|
+
# @return [Types::UpsolverDestinationProperties]
|
2167
|
+
#
|
2168
|
+
# @!attribute [rw] honeycode
|
2169
|
+
# @return [Types::HoneycodeDestinationProperties]
|
2170
|
+
#
|
2171
|
+
# @!attribute [rw] customer_profiles
|
2172
|
+
# @return [Types::CustomerProfilesDestinationProperties]
|
2173
|
+
#
|
2009
2174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationConnectorProperties AWS API Documentation
|
2010
2175
|
#
|
2011
2176
|
class DestinationConnectorProperties < Struct.new(
|
@@ -2013,7 +2178,11 @@ module Aws::Appflow
|
|
2013
2178
|
:s3,
|
2014
2179
|
:salesforce,
|
2015
2180
|
:snowflake,
|
2016
|
-
:event_bridge
|
2181
|
+
:event_bridge,
|
2182
|
+
:lookout_metrics,
|
2183
|
+
:upsolver,
|
2184
|
+
:honeycode,
|
2185
|
+
:customer_profiles)
|
2017
2186
|
SENSITIVE = []
|
2018
2187
|
include Aws::Structure
|
2019
2188
|
end
|
@@ -2036,12 +2205,25 @@ module Aws::Appflow
|
|
2036
2205
|
# they do.
|
2037
2206
|
# @return [Boolean]
|
2038
2207
|
#
|
2208
|
+
# @!attribute [rw] is_updatable
|
2209
|
+
# Specifies whether the field can be updated during an `UPDATE` or
|
2210
|
+
# `UPSERT` write operation.
|
2211
|
+
# @return [Boolean]
|
2212
|
+
#
|
2213
|
+
# @!attribute [rw] supported_write_operations
|
2214
|
+
# A list of supported write operations. For each write operation
|
2215
|
+
# listed, this field can be used in `idFieldNames` when that write
|
2216
|
+
# operation is present as a destination option.
|
2217
|
+
# @return [Array<String>]
|
2218
|
+
#
|
2039
2219
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationFieldProperties AWS API Documentation
|
2040
2220
|
#
|
2041
2221
|
class DestinationFieldProperties < Struct.new(
|
2042
2222
|
:is_creatable,
|
2043
2223
|
:is_nullable,
|
2044
|
-
:is_upsertable
|
2224
|
+
:is_upsertable,
|
2225
|
+
:is_updatable,
|
2226
|
+
:supported_write_operations)
|
2045
2227
|
SENSITIVE = []
|
2046
2228
|
include Aws::Structure
|
2047
2229
|
end
|
@@ -2053,7 +2235,7 @@ module Aws::Appflow
|
|
2053
2235
|
# data as a hash:
|
2054
2236
|
#
|
2055
2237
|
# {
|
2056
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
2238
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
2057
2239
|
# connector_profile_name: "ConnectorProfileName",
|
2058
2240
|
# destination_connector_properties: { # required
|
2059
2241
|
# redshift: {
|
@@ -2082,11 +2264,13 @@ module Aws::Appflow
|
|
2082
2264
|
# },
|
2083
2265
|
# salesforce: {
|
2084
2266
|
# object: "Object", # required
|
2267
|
+
# id_field_names: ["Name"],
|
2085
2268
|
# error_handling_config: {
|
2086
2269
|
# fail_on_first_destination_error: false,
|
2087
2270
|
# bucket_prefix: "BucketPrefix",
|
2088
2271
|
# bucket_name: "BucketName",
|
2089
2272
|
# },
|
2273
|
+
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
|
2090
2274
|
# },
|
2091
2275
|
# snowflake: {
|
2092
2276
|
# object: "Object", # required
|
@@ -2106,6 +2290,34 @@ module Aws::Appflow
|
|
2106
2290
|
# bucket_name: "BucketName",
|
2107
2291
|
# },
|
2108
2292
|
# },
|
2293
|
+
# lookout_metrics: {
|
2294
|
+
# },
|
2295
|
+
# upsolver: {
|
2296
|
+
# bucket_name: "UpsolverBucketName", # required
|
2297
|
+
# bucket_prefix: "BucketPrefix",
|
2298
|
+
# s3_output_format_config: { # required
|
2299
|
+
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
2300
|
+
# prefix_config: { # required
|
2301
|
+
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
2302
|
+
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
2303
|
+
# },
|
2304
|
+
# aggregation_config: {
|
2305
|
+
# aggregation_type: "None", # accepts None, SingleFile
|
2306
|
+
# },
|
2307
|
+
# },
|
2308
|
+
# },
|
2309
|
+
# honeycode: {
|
2310
|
+
# object: "Object", # required
|
2311
|
+
# error_handling_config: {
|
2312
|
+
# fail_on_first_destination_error: false,
|
2313
|
+
# bucket_prefix: "BucketPrefix",
|
2314
|
+
# bucket_name: "BucketName",
|
2315
|
+
# },
|
2316
|
+
# },
|
2317
|
+
# customer_profiles: {
|
2318
|
+
# domain_name: "DomainName", # required
|
2319
|
+
# object_type_name: "ObjectTypeName",
|
2320
|
+
# },
|
2109
2321
|
# },
|
2110
2322
|
# }
|
2111
2323
|
#
|
@@ -2355,6 +2567,16 @@ module Aws::Appflow
|
|
2355
2567
|
# Specifies the time of the most recent update.
|
2356
2568
|
# @return [Time]
|
2357
2569
|
#
|
2570
|
+
# @!attribute [rw] data_pull_start_time
|
2571
|
+
# The timestamp that determines the first new or updated record to be
|
2572
|
+
# transferred in the flow run.
|
2573
|
+
# @return [Time]
|
2574
|
+
#
|
2575
|
+
# @!attribute [rw] data_pull_end_time
|
2576
|
+
# The timestamp that indicates the last new or updated record to be
|
2577
|
+
# transferred in the flow run.
|
2578
|
+
# @return [Time]
|
2579
|
+
#
|
2358
2580
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ExecutionRecord AWS API Documentation
|
2359
2581
|
#
|
2360
2582
|
class ExecutionRecord < Struct.new(
|
@@ -2362,7 +2584,9 @@ module Aws::Appflow
|
|
2362
2584
|
:execution_status,
|
2363
2585
|
:execution_result,
|
2364
2586
|
:started_at,
|
2365
|
-
:last_updated_at
|
2587
|
+
:last_updated_at,
|
2588
|
+
:data_pull_start_time,
|
2589
|
+
:data_pull_end_time)
|
2366
2590
|
SENSITIVE = []
|
2367
2591
|
include Aws::Structure
|
2368
2592
|
end
|
@@ -2523,7 +2747,7 @@ module Aws::Appflow
|
|
2523
2747
|
# @return [String]
|
2524
2748
|
#
|
2525
2749
|
# @!attribute [rw] client_secret
|
2526
|
-
# The client secret used by the
|
2750
|
+
# The client secret used by the OAuth client to authenticate to the
|
2527
2751
|
# authorization server.
|
2528
2752
|
# @return [String]
|
2529
2753
|
#
|
@@ -2538,7 +2762,7 @@ module Aws::Appflow
|
|
2538
2762
|
# @return [String]
|
2539
2763
|
#
|
2540
2764
|
# @!attribute [rw] o_auth_request
|
2541
|
-
# The
|
2765
|
+
# The OAuth requirement needed to request security tokens from the
|
2542
2766
|
# connector endpoint.
|
2543
2767
|
# @return [Types::ConnectorOAuthRequest]
|
2544
2768
|
#
|
@@ -2599,6 +2823,112 @@ module Aws::Appflow
|
|
2599
2823
|
include Aws::Structure
|
2600
2824
|
end
|
2601
2825
|
|
2826
|
+
# @note When making an API call, you may pass HoneycodeConnectorProfileCredentials
|
2827
|
+
# data as a hash:
|
2828
|
+
#
|
2829
|
+
# {
|
2830
|
+
# access_token: "AccessToken",
|
2831
|
+
# refresh_token: "RefreshToken",
|
2832
|
+
# o_auth_request: {
|
2833
|
+
# auth_code: "AuthCode",
|
2834
|
+
# redirect_uri: "RedirectUri",
|
2835
|
+
# },
|
2836
|
+
# }
|
2837
|
+
#
|
2838
|
+
# @!attribute [rw] access_token
|
2839
|
+
# @return [String]
|
2840
|
+
#
|
2841
|
+
# @!attribute [rw] refresh_token
|
2842
|
+
# @return [String]
|
2843
|
+
#
|
2844
|
+
# @!attribute [rw] o_auth_request
|
2845
|
+
# Used by select connectors for which the OAuth workflow is supported,
|
2846
|
+
# such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
|
2847
|
+
# @return [Types::ConnectorOAuthRequest]
|
2848
|
+
#
|
2849
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeConnectorProfileCredentials AWS API Documentation
|
2850
|
+
#
|
2851
|
+
class HoneycodeConnectorProfileCredentials < Struct.new(
|
2852
|
+
:access_token,
|
2853
|
+
:refresh_token,
|
2854
|
+
:o_auth_request)
|
2855
|
+
SENSITIVE = [:access_token]
|
2856
|
+
include Aws::Structure
|
2857
|
+
end
|
2858
|
+
|
2859
|
+
# @api private
|
2860
|
+
#
|
2861
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeConnectorProfileProperties AWS API Documentation
|
2862
|
+
#
|
2863
|
+
class HoneycodeConnectorProfileProperties < Aws::EmptyStructure; end
|
2864
|
+
|
2865
|
+
# @note When making an API call, you may pass HoneycodeDestinationProperties
|
2866
|
+
# data as a hash:
|
2867
|
+
#
|
2868
|
+
# {
|
2869
|
+
# object: "Object", # required
|
2870
|
+
# error_handling_config: {
|
2871
|
+
# fail_on_first_destination_error: false,
|
2872
|
+
# bucket_prefix: "BucketPrefix",
|
2873
|
+
# bucket_name: "BucketName",
|
2874
|
+
# },
|
2875
|
+
# }
|
2876
|
+
#
|
2877
|
+
# @!attribute [rw] object
|
2878
|
+
# @return [String]
|
2879
|
+
#
|
2880
|
+
# @!attribute [rw] error_handling_config
|
2881
|
+
# The settings that determine how Amazon AppFlow handles an error when
|
2882
|
+
# placing data in the destination. For example, this setting would
|
2883
|
+
# determine if the flow should fail after one insertion error, or
|
2884
|
+
# continue and attempt to insert every record regardless of the
|
2885
|
+
# initial failure. `ErrorHandlingConfig` is a part of the destination
|
2886
|
+
# connector details.
|
2887
|
+
# @return [Types::ErrorHandlingConfig]
|
2888
|
+
#
|
2889
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeDestinationProperties AWS API Documentation
|
2890
|
+
#
|
2891
|
+
class HoneycodeDestinationProperties < Struct.new(
|
2892
|
+
:object,
|
2893
|
+
:error_handling_config)
|
2894
|
+
SENSITIVE = []
|
2895
|
+
include Aws::Structure
|
2896
|
+
end
|
2897
|
+
|
2898
|
+
# @!attribute [rw] o_auth_scopes
|
2899
|
+
# @return [Array<String>]
|
2900
|
+
#
|
2901
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/HoneycodeMetadata AWS API Documentation
|
2902
|
+
#
|
2903
|
+
class HoneycodeMetadata < Struct.new(
|
2904
|
+
:o_auth_scopes)
|
2905
|
+
SENSITIVE = []
|
2906
|
+
include Aws::Structure
|
2907
|
+
end
|
2908
|
+
|
2909
|
+
# Specifies the configuration used when importing incremental records
|
2910
|
+
# from the source.
|
2911
|
+
#
|
2912
|
+
# @note When making an API call, you may pass IncrementalPullConfig
|
2913
|
+
# data as a hash:
|
2914
|
+
#
|
2915
|
+
# {
|
2916
|
+
# datetime_type_field_name: "DatetimeTypeFieldName",
|
2917
|
+
# }
|
2918
|
+
#
|
2919
|
+
# @!attribute [rw] datetime_type_field_name
|
2920
|
+
# A field that specifies the date time or timestamp field as the
|
2921
|
+
# criteria to use when importing incremental records from the source.
|
2922
|
+
# @return [String]
|
2923
|
+
#
|
2924
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/IncrementalPullConfig AWS API Documentation
|
2925
|
+
#
|
2926
|
+
class IncrementalPullConfig < Struct.new(
|
2927
|
+
:datetime_type_field_name)
|
2928
|
+
SENSITIVE = []
|
2929
|
+
include Aws::Structure
|
2930
|
+
end
|
2931
|
+
|
2602
2932
|
# The connector-specific profile credentials required by Infor Nexus.
|
2603
2933
|
#
|
2604
2934
|
# @note When making an API call, you may pass InforNexusConnectorProfileCredentials
|
@@ -2706,7 +3036,7 @@ module Aws::Appflow
|
|
2706
3036
|
#
|
2707
3037
|
# {
|
2708
3038
|
# connector_profile_name: "ConnectorProfileName",
|
2709
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
3039
|
+
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
2710
3040
|
# entities_path: "EntitiesPath",
|
2711
3041
|
# }
|
2712
3042
|
#
|
@@ -2828,6 +3158,12 @@ module Aws::Appflow
|
|
2828
3158
|
include Aws::Structure
|
2829
3159
|
end
|
2830
3160
|
|
3161
|
+
# @api private
|
3162
|
+
#
|
3163
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/LookoutMetricsDestinationProperties AWS API Documentation
|
3164
|
+
#
|
3165
|
+
class LookoutMetricsDestinationProperties < Aws::EmptyStructure; end
|
3166
|
+
|
2831
3167
|
# The connector-specific profile credentials required by Marketo.
|
2832
3168
|
#
|
2833
3169
|
# @note When making an API call, you may pass MarketoConnectorProfileCredentials
|
@@ -2848,7 +3184,7 @@ module Aws::Appflow
|
|
2848
3184
|
# @return [String]
|
2849
3185
|
#
|
2850
3186
|
# @!attribute [rw] client_secret
|
2851
|
-
# The client secret used by the
|
3187
|
+
# The client secret used by the OAuth client to authenticate to the
|
2852
3188
|
# authorization server.
|
2853
3189
|
# @return [String]
|
2854
3190
|
#
|
@@ -2857,7 +3193,7 @@ module Aws::Appflow
|
|
2857
3193
|
# @return [String]
|
2858
3194
|
#
|
2859
3195
|
# @!attribute [rw] o_auth_request
|
2860
|
-
# The
|
3196
|
+
# The OAuth requirement needed to request security tokens from the
|
2861
3197
|
# connector endpoint.
|
2862
3198
|
# @return [Types::ConnectorOAuthRequest]
|
2863
3199
|
#
|
@@ -3227,6 +3563,7 @@ module Aws::Appflow
|
|
3227
3563
|
# auth_code: "AuthCode",
|
3228
3564
|
# redirect_uri: "RedirectUri",
|
3229
3565
|
# },
|
3566
|
+
# client_credentials_arn: "ClientCredentialsArn",
|
3230
3567
|
# }
|
3231
3568
|
#
|
3232
3569
|
# @!attribute [rw] access_token
|
@@ -3238,17 +3575,23 @@ module Aws::Appflow
|
|
3238
3575
|
# @return [String]
|
3239
3576
|
#
|
3240
3577
|
# @!attribute [rw] o_auth_request
|
3241
|
-
# The
|
3578
|
+
# The OAuth requirement needed to request security tokens from the
|
3242
3579
|
# connector endpoint.
|
3243
3580
|
# @return [Types::ConnectorOAuthRequest]
|
3244
3581
|
#
|
3582
|
+
# @!attribute [rw] client_credentials_arn
|
3583
|
+
# The secret manager ARN, which contains the client ID and client
|
3584
|
+
# secret of the connected app.
|
3585
|
+
# @return [String]
|
3586
|
+
#
|
3245
3587
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceConnectorProfileCredentials AWS API Documentation
|
3246
3588
|
#
|
3247
3589
|
class SalesforceConnectorProfileCredentials < Struct.new(
|
3248
3590
|
:access_token,
|
3249
3591
|
:refresh_token,
|
3250
|
-
:o_auth_request
|
3251
|
-
|
3592
|
+
:o_auth_request,
|
3593
|
+
:client_credentials_arn)
|
3594
|
+
SENSITIVE = [:access_token, :client_credentials_arn]
|
3252
3595
|
include Aws::Structure
|
3253
3596
|
end
|
3254
3597
|
|
@@ -3289,17 +3632,24 @@ module Aws::Appflow
|
|
3289
3632
|
#
|
3290
3633
|
# {
|
3291
3634
|
# object: "Object", # required
|
3635
|
+
# id_field_names: ["Name"],
|
3292
3636
|
# error_handling_config: {
|
3293
3637
|
# fail_on_first_destination_error: false,
|
3294
3638
|
# bucket_prefix: "BucketPrefix",
|
3295
3639
|
# bucket_name: "BucketName",
|
3296
3640
|
# },
|
3641
|
+
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
|
3297
3642
|
# }
|
3298
3643
|
#
|
3299
3644
|
# @!attribute [rw] object
|
3300
3645
|
# The object specified in the Salesforce flow destination.
|
3301
3646
|
# @return [String]
|
3302
3647
|
#
|
3648
|
+
# @!attribute [rw] id_field_names
|
3649
|
+
# The name of the field that Amazon AppFlow uses as an ID when
|
3650
|
+
# performing a write operation such as update or delete.
|
3651
|
+
# @return [Array<String>]
|
3652
|
+
#
|
3303
3653
|
# @!attribute [rw] error_handling_config
|
3304
3654
|
# The settings that determine how Amazon AppFlow handles an error when
|
3305
3655
|
# placing data in the Salesforce destination. For example, this
|
@@ -3309,11 +3659,19 @@ module Aws::Appflow
|
|
3309
3659
|
# destination connector details.
|
3310
3660
|
# @return [Types::ErrorHandlingConfig]
|
3311
3661
|
#
|
3662
|
+
# @!attribute [rw] write_operation_type
|
3663
|
+
# This specifies the type of write operation to be performed in
|
3664
|
+
# Salesforce. When the value is `UPSERT`, then `idFieldNames` is
|
3665
|
+
# required.
|
3666
|
+
# @return [String]
|
3667
|
+
#
|
3312
3668
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceDestinationProperties AWS API Documentation
|
3313
3669
|
#
|
3314
3670
|
class SalesforceDestinationProperties < Struct.new(
|
3315
3671
|
:object,
|
3316
|
-
:
|
3672
|
+
:id_field_names,
|
3673
|
+
:error_handling_config,
|
3674
|
+
:write_operation_type)
|
3317
3675
|
SENSITIVE = []
|
3318
3676
|
include Aws::Structure
|
3319
3677
|
end
|
@@ -3381,11 +3739,13 @@ module Aws::Appflow
|
|
3381
3739
|
# schedule_start_time: Time.now,
|
3382
3740
|
# schedule_end_time: Time.now,
|
3383
3741
|
# timezone: "Timezone",
|
3742
|
+
# schedule_offset: 1,
|
3743
|
+
# first_execution_from: Time.now,
|
3384
3744
|
# }
|
3385
3745
|
#
|
3386
3746
|
# @!attribute [rw] schedule_expression
|
3387
|
-
# The scheduling expression that determines
|
3388
|
-
#
|
3747
|
+
# The scheduling expression that determines the rate at which the
|
3748
|
+
# schedule will run, for example `rate(5minutes)`.
|
3389
3749
|
# @return [String]
|
3390
3750
|
#
|
3391
3751
|
# @!attribute [rw] data_pull_mode
|
@@ -3403,9 +3763,17 @@ module Aws::Appflow
|
|
3403
3763
|
#
|
3404
3764
|
# @!attribute [rw] timezone
|
3405
3765
|
# Specifies the time zone used when referring to the date and time of
|
3406
|
-
# a scheduled-triggered flow
|
3766
|
+
# a scheduled-triggered flow, such as `America/New_York`.
|
3407
3767
|
# @return [String]
|
3408
3768
|
#
|
3769
|
+
# @!attribute [rw] schedule_offset
|
3770
|
+
# Specifies the optional offset that is added to the time interval for
|
3771
|
+
# a schedule-triggered flow.
|
3772
|
+
# @return [Integer]
|
3773
|
+
#
|
3774
|
+
# @!attribute [rw] first_execution_from
|
3775
|
+
# @return [Time]
|
3776
|
+
#
|
3409
3777
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ScheduledTriggerProperties AWS API Documentation
|
3410
3778
|
#
|
3411
3779
|
class ScheduledTriggerProperties < Struct.new(
|
@@ -3413,7 +3781,9 @@ module Aws::Appflow
|
|
3413
3781
|
:data_pull_mode,
|
3414
3782
|
:schedule_start_time,
|
3415
3783
|
:schedule_end_time,
|
3416
|
-
:timezone
|
3784
|
+
:timezone,
|
3785
|
+
:schedule_offset,
|
3786
|
+
:first_execution_from)
|
3417
3787
|
SENSITIVE = []
|
3418
3788
|
include Aws::Structure
|
3419
3789
|
end
|
@@ -3590,7 +3960,7 @@ module Aws::Appflow
|
|
3590
3960
|
# @return [String]
|
3591
3961
|
#
|
3592
3962
|
# @!attribute [rw] client_secret
|
3593
|
-
# The client secret used by the
|
3963
|
+
# The client secret used by the OAuth client to authenticate to the
|
3594
3964
|
# authorization server.
|
3595
3965
|
# @return [String]
|
3596
3966
|
#
|
@@ -3599,7 +3969,7 @@ module Aws::Appflow
|
|
3599
3969
|
# @return [String]
|
3600
3970
|
#
|
3601
3971
|
# @!attribute [rw] o_auth_request
|
3602
|
-
# The
|
3972
|
+
# The OAuth requirement needed to request security tokens from the
|
3603
3973
|
# connector endpoint.
|
3604
3974
|
# @return [Types::ConnectorOAuthRequest]
|
3605
3975
|
#
|
@@ -3985,7 +4355,7 @@ module Aws::Appflow
|
|
3985
4355
|
# data as a hash:
|
3986
4356
|
#
|
3987
4357
|
# {
|
3988
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
4358
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
3989
4359
|
# connector_profile_name: "ConnectorProfileName",
|
3990
4360
|
# source_connector_properties: { # required
|
3991
4361
|
# amplitude: {
|
@@ -4034,6 +4404,9 @@ module Aws::Appflow
|
|
4034
4404
|
# object: "Object", # required
|
4035
4405
|
# },
|
4036
4406
|
# },
|
4407
|
+
# incremental_pull_config: {
|
4408
|
+
# datetime_type_field_name: "DatetimeTypeFieldName",
|
4409
|
+
# },
|
4037
4410
|
# }
|
4038
4411
|
#
|
4039
4412
|
# @!attribute [rw] connector_type
|
@@ -4050,12 +4423,19 @@ module Aws::Appflow
|
|
4050
4423
|
# source connector.
|
4051
4424
|
# @return [Types::SourceConnectorProperties]
|
4052
4425
|
#
|
4426
|
+
# @!attribute [rw] incremental_pull_config
|
4427
|
+
# Defines the configuration for a scheduled incremental data pull. If
|
4428
|
+
# a valid configuration is provided, the fields specified in the
|
4429
|
+
# configuration are used when querying for the incremental data pull.
|
4430
|
+
# @return [Types::IncrementalPullConfig]
|
4431
|
+
#
|
4053
4432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SourceFlowConfig AWS API Documentation
|
4054
4433
|
#
|
4055
4434
|
class SourceFlowConfig < Struct.new(
|
4056
4435
|
:connector_type,
|
4057
4436
|
:connector_profile_name,
|
4058
|
-
:source_connector_properties
|
4437
|
+
:source_connector_properties,
|
4438
|
+
:incremental_pull_config)
|
4059
4439
|
SENSITIVE = []
|
4060
4440
|
include Aws::Structure
|
4061
4441
|
end
|
@@ -4088,11 +4468,18 @@ module Aws::Appflow
|
|
4088
4468
|
# Indicates the current status of the flow.
|
4089
4469
|
# @return [String]
|
4090
4470
|
#
|
4471
|
+
# @!attribute [rw] execution_id
|
4472
|
+
# Returns the internal execution ID of an on-demand flow when the flow
|
4473
|
+
# is started. For scheduled or event-triggered flows, this value is
|
4474
|
+
# null.
|
4475
|
+
# @return [String]
|
4476
|
+
#
|
4091
4477
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/StartFlowResponse AWS API Documentation
|
4092
4478
|
#
|
4093
4479
|
class StartFlowResponse < Struct.new(
|
4094
4480
|
:flow_arn,
|
4095
|
-
:flow_status
|
4481
|
+
:flow_status,
|
4482
|
+
:execution_id)
|
4096
4483
|
SENSITIVE = []
|
4097
4484
|
include Aws::Structure
|
4098
4485
|
end
|
@@ -4321,6 +4708,8 @@ module Aws::Appflow
|
|
4321
4708
|
# schedule_start_time: Time.now,
|
4322
4709
|
# schedule_end_time: Time.now,
|
4323
4710
|
# timezone: "Timezone",
|
4711
|
+
# schedule_offset: 1,
|
4712
|
+
# first_execution_from: Time.now,
|
4324
4713
|
# },
|
4325
4714
|
# },
|
4326
4715
|
# }
|
@@ -4359,6 +4748,8 @@ module Aws::Appflow
|
|
4359
4748
|
# schedule_start_time: Time.now,
|
4360
4749
|
# schedule_end_time: Time.now,
|
4361
4750
|
# timezone: "Timezone",
|
4751
|
+
# schedule_offset: 1,
|
4752
|
+
# first_execution_from: Time.now,
|
4362
4753
|
# },
|
4363
4754
|
# }
|
4364
4755
|
#
|
@@ -4436,6 +4827,8 @@ module Aws::Appflow
|
|
4436
4827
|
# },
|
4437
4828
|
# google_analytics: {
|
4438
4829
|
# },
|
4830
|
+
# honeycode: {
|
4831
|
+
# },
|
4439
4832
|
# infor_nexus: {
|
4440
4833
|
# instance_url: "InstanceUrl", # required
|
4441
4834
|
# },
|
@@ -4500,6 +4893,14 @@ module Aws::Appflow
|
|
4500
4893
|
# redirect_uri: "RedirectUri",
|
4501
4894
|
# },
|
4502
4895
|
# },
|
4896
|
+
# honeycode: {
|
4897
|
+
# access_token: "AccessToken",
|
4898
|
+
# refresh_token: "RefreshToken",
|
4899
|
+
# o_auth_request: {
|
4900
|
+
# auth_code: "AuthCode",
|
4901
|
+
# redirect_uri: "RedirectUri",
|
4902
|
+
# },
|
4903
|
+
# },
|
4503
4904
|
# infor_nexus: {
|
4504
4905
|
# access_key_id: "AccessKeyId", # required
|
4505
4906
|
# user_id: "Username", # required
|
@@ -4526,6 +4927,7 @@ module Aws::Appflow
|
|
4526
4927
|
# auth_code: "AuthCode",
|
4527
4928
|
# redirect_uri: "RedirectUri",
|
4528
4929
|
# },
|
4930
|
+
# client_credentials_arn: "ClientCredentialsArn",
|
4529
4931
|
# },
|
4530
4932
|
# service_now: {
|
4531
4933
|
# username: "Username", # required
|
@@ -4618,11 +5020,13 @@ module Aws::Appflow
|
|
4618
5020
|
# schedule_start_time: Time.now,
|
4619
5021
|
# schedule_end_time: Time.now,
|
4620
5022
|
# timezone: "Timezone",
|
5023
|
+
# schedule_offset: 1,
|
5024
|
+
# first_execution_from: Time.now,
|
4621
5025
|
# },
|
4622
5026
|
# },
|
4623
5027
|
# },
|
4624
5028
|
# source_flow_config: {
|
4625
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
5029
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
4626
5030
|
# connector_profile_name: "ConnectorProfileName",
|
4627
5031
|
# source_connector_properties: { # required
|
4628
5032
|
# amplitude: {
|
@@ -4671,10 +5075,13 @@ module Aws::Appflow
|
|
4671
5075
|
# object: "Object", # required
|
4672
5076
|
# },
|
4673
5077
|
# },
|
5078
|
+
# incremental_pull_config: {
|
5079
|
+
# datetime_type_field_name: "DatetimeTypeFieldName",
|
5080
|
+
# },
|
4674
5081
|
# },
|
4675
5082
|
# destination_flow_config_list: [ # required
|
4676
5083
|
# {
|
4677
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
|
5084
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
|
4678
5085
|
# connector_profile_name: "ConnectorProfileName",
|
4679
5086
|
# destination_connector_properties: { # required
|
4680
5087
|
# redshift: {
|
@@ -4703,11 +5110,13 @@ module Aws::Appflow
|
|
4703
5110
|
# },
|
4704
5111
|
# salesforce: {
|
4705
5112
|
# object: "Object", # required
|
5113
|
+
# id_field_names: ["Name"],
|
4706
5114
|
# error_handling_config: {
|
4707
5115
|
# fail_on_first_destination_error: false,
|
4708
5116
|
# bucket_prefix: "BucketPrefix",
|
4709
5117
|
# bucket_name: "BucketName",
|
4710
5118
|
# },
|
5119
|
+
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
|
4711
5120
|
# },
|
4712
5121
|
# snowflake: {
|
4713
5122
|
# object: "Object", # required
|
@@ -4727,6 +5136,34 @@ module Aws::Appflow
|
|
4727
5136
|
# bucket_name: "BucketName",
|
4728
5137
|
# },
|
4729
5138
|
# },
|
5139
|
+
# lookout_metrics: {
|
5140
|
+
# },
|
5141
|
+
# upsolver: {
|
5142
|
+
# bucket_name: "UpsolverBucketName", # required
|
5143
|
+
# bucket_prefix: "BucketPrefix",
|
5144
|
+
# s3_output_format_config: { # required
|
5145
|
+
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
5146
|
+
# prefix_config: { # required
|
5147
|
+
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
5148
|
+
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
5149
|
+
# },
|
5150
|
+
# aggregation_config: {
|
5151
|
+
# aggregation_type: "None", # accepts None, SingleFile
|
5152
|
+
# },
|
5153
|
+
# },
|
5154
|
+
# },
|
5155
|
+
# honeycode: {
|
5156
|
+
# object: "Object", # required
|
5157
|
+
# error_handling_config: {
|
5158
|
+
# fail_on_first_destination_error: false,
|
5159
|
+
# bucket_prefix: "BucketPrefix",
|
5160
|
+
# bucket_name: "BucketName",
|
5161
|
+
# },
|
5162
|
+
# },
|
5163
|
+
# customer_profiles: {
|
5164
|
+
# domain_name: "DomainName", # required
|
5165
|
+
# object_type_name: "ObjectTypeName",
|
5166
|
+
# },
|
4730
5167
|
# },
|
4731
5168
|
# },
|
4732
5169
|
# ],
|
@@ -4811,6 +5248,101 @@ module Aws::Appflow
|
|
4811
5248
|
include Aws::Structure
|
4812
5249
|
end
|
4813
5250
|
|
5251
|
+
# The properties that are applied when Upsolver is used as a
|
5252
|
+
# destination.
|
5253
|
+
#
|
5254
|
+
# @note When making an API call, you may pass UpsolverDestinationProperties
|
5255
|
+
# data as a hash:
|
5256
|
+
#
|
5257
|
+
# {
|
5258
|
+
# bucket_name: "UpsolverBucketName", # required
|
5259
|
+
# bucket_prefix: "BucketPrefix",
|
5260
|
+
# s3_output_format_config: { # required
|
5261
|
+
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
5262
|
+
# prefix_config: { # required
|
5263
|
+
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
5264
|
+
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
5265
|
+
# },
|
5266
|
+
# aggregation_config: {
|
5267
|
+
# aggregation_type: "None", # accepts None, SingleFile
|
5268
|
+
# },
|
5269
|
+
# },
|
5270
|
+
# }
|
5271
|
+
#
|
5272
|
+
# @!attribute [rw] bucket_name
|
5273
|
+
# The Upsolver Amazon S3 bucket name in which Amazon AppFlow places
|
5274
|
+
# the transferred data.
|
5275
|
+
# @return [String]
|
5276
|
+
#
|
5277
|
+
# @!attribute [rw] bucket_prefix
|
5278
|
+
# The object key for the destination Upsolver Amazon S3 bucket in
|
5279
|
+
# which Amazon AppFlow places the files.
|
5280
|
+
# @return [String]
|
5281
|
+
#
|
5282
|
+
# @!attribute [rw] s3_output_format_config
|
5283
|
+
# The configuration that determines how data is formatted when
|
5284
|
+
# Upsolver is used as the flow destination.
|
5285
|
+
# @return [Types::UpsolverS3OutputFormatConfig]
|
5286
|
+
#
|
5287
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/UpsolverDestinationProperties AWS API Documentation
|
5288
|
+
#
|
5289
|
+
class UpsolverDestinationProperties < Struct.new(
|
5290
|
+
:bucket_name,
|
5291
|
+
:bucket_prefix,
|
5292
|
+
:s3_output_format_config)
|
5293
|
+
SENSITIVE = []
|
5294
|
+
include Aws::Structure
|
5295
|
+
end
|
5296
|
+
|
5297
|
+
# The connector metadata specific to Upsolver.
|
5298
|
+
#
|
5299
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/UpsolverMetadata AWS API Documentation
|
5300
|
+
#
|
5301
|
+
class UpsolverMetadata < Aws::EmptyStructure; end
|
5302
|
+
|
5303
|
+
# The configuration that determines how Amazon AppFlow formats the flow
|
5304
|
+
# output data when Upsolver is used as the destination.
|
5305
|
+
#
|
5306
|
+
# @note When making an API call, you may pass UpsolverS3OutputFormatConfig
|
5307
|
+
# data as a hash:
|
5308
|
+
#
|
5309
|
+
# {
|
5310
|
+
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
5311
|
+
# prefix_config: { # required
|
5312
|
+
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
5313
|
+
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
5314
|
+
# },
|
5315
|
+
# aggregation_config: {
|
5316
|
+
# aggregation_type: "None", # accepts None, SingleFile
|
5317
|
+
# },
|
5318
|
+
# }
|
5319
|
+
#
|
5320
|
+
# @!attribute [rw] file_type
|
5321
|
+
# Indicates the file type that Amazon AppFlow places in the Upsolver
|
5322
|
+
# Amazon S3 bucket.
|
5323
|
+
# @return [String]
|
5324
|
+
#
|
5325
|
+
# @!attribute [rw] prefix_config
|
5326
|
+
# Determines the prefix that Amazon AppFlow applies to the destination
|
5327
|
+
# folder name. You can name your destination folders according to the
|
5328
|
+
# flow frequency and date.
|
5329
|
+
# @return [Types::PrefixConfig]
|
5330
|
+
#
|
5331
|
+
# @!attribute [rw] aggregation_config
|
5332
|
+
# The aggregation settings that you can use to customize the output
|
5333
|
+
# format of your flow data.
|
5334
|
+
# @return [Types::AggregationConfig]
|
5335
|
+
#
|
5336
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/UpsolverS3OutputFormatConfig AWS API Documentation
|
5337
|
+
#
|
5338
|
+
class UpsolverS3OutputFormatConfig < Struct.new(
|
5339
|
+
:file_type,
|
5340
|
+
:prefix_config,
|
5341
|
+
:aggregation_config)
|
5342
|
+
SENSITIVE = []
|
5343
|
+
include Aws::Structure
|
5344
|
+
end
|
5345
|
+
|
4814
5346
|
# The request has invalid or missing parameters.
|
4815
5347
|
#
|
4816
5348
|
# @!attribute [rw] message
|
@@ -4920,7 +5452,7 @@ module Aws::Appflow
|
|
4920
5452
|
# @return [String]
|
4921
5453
|
#
|
4922
5454
|
# @!attribute [rw] client_secret
|
4923
|
-
# The client secret used by the
|
5455
|
+
# The client secret used by the OAuth client to authenticate to the
|
4924
5456
|
# authorization server.
|
4925
5457
|
# @return [String]
|
4926
5458
|
#
|
@@ -4929,7 +5461,7 @@ module Aws::Appflow
|
|
4929
5461
|
# @return [String]
|
4930
5462
|
#
|
4931
5463
|
# @!attribute [rw] o_auth_request
|
4932
|
-
# The
|
5464
|
+
# The OAuth requirement needed to request security tokens from the
|
4933
5465
|
# connector endpoint.
|
4934
5466
|
# @return [Types::ConnectorOAuthRequest]
|
4935
5467
|
#
|