aws-sdk-appflow 1.6.0 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-appflow.rb +1 -1
- data/lib/aws-sdk-appflow/client.rb +75 -16
- data/lib/aws-sdk-appflow/client_api.rb +39 -0
- data/lib/aws-sdk-appflow/types.rb +263 -14
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edb855d2bc8281cdb2e1b0d3c5e0112dc63e909c1823e7b939261c2ddc3e8410
|
|
4
|
+
data.tar.gz: bd889b9ba2537643615ca74702dd340d332ef97511b2f5795b8f0d2ba65ca988
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81a24b736bf5bb68c37513d1950236d2b7a03279dd08462b35d2671e36c6f4f43fa7e271da0f7b451783ad87587c6c1f2c4e116911b5a34ac30116d6962daf54
|
|
7
|
+
data.tar.gz: a85b2b44a4181e12fd0e944c42467b68415307ed23963f7c46141814de88084fca61d430c800418c7c1ba0fbc7bb62c09882913b5540fe923f40bbbec6bb2e46
|
data/lib/aws-sdk-appflow.rb
CHANGED
|
@@ -363,7 +363,7 @@ module Aws::Appflow
|
|
|
363
363
|
# resp = client.create_connector_profile({
|
|
364
364
|
# connector_profile_name: "ConnectorProfileName", # required
|
|
365
365
|
# kms_arn: "KMSArn",
|
|
366
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
366
|
+
# 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
|
|
367
367
|
# connection_mode: "Public", # required, accepts Public, Private
|
|
368
368
|
# connector_profile_config: { # required
|
|
369
369
|
# connector_profile_properties: { # required
|
|
@@ -377,6 +377,8 @@ module Aws::Appflow
|
|
|
377
377
|
# },
|
|
378
378
|
# google_analytics: {
|
|
379
379
|
# },
|
|
380
|
+
# honeycode: {
|
|
381
|
+
# },
|
|
380
382
|
# infor_nexus: {
|
|
381
383
|
# instance_url: "InstanceUrl", # required
|
|
382
384
|
# },
|
|
@@ -441,6 +443,14 @@ module Aws::Appflow
|
|
|
441
443
|
# redirect_uri: "RedirectUri",
|
|
442
444
|
# },
|
|
443
445
|
# },
|
|
446
|
+
# honeycode: {
|
|
447
|
+
# access_token: "AccessToken",
|
|
448
|
+
# refresh_token: "RefreshToken",
|
|
449
|
+
# o_auth_request: {
|
|
450
|
+
# auth_code: "AuthCode",
|
|
451
|
+
# redirect_uri: "RedirectUri",
|
|
452
|
+
# },
|
|
453
|
+
# },
|
|
444
454
|
# infor_nexus: {
|
|
445
455
|
# access_key_id: "AccessKeyId", # required
|
|
446
456
|
# user_id: "Username", # required
|
|
@@ -581,11 +591,12 @@ module Aws::Appflow
|
|
|
581
591
|
# schedule_end_time: Time.now,
|
|
582
592
|
# timezone: "Timezone",
|
|
583
593
|
# schedule_offset: 1,
|
|
594
|
+
# first_execution_from: Time.now,
|
|
584
595
|
# },
|
|
585
596
|
# },
|
|
586
597
|
# },
|
|
587
598
|
# source_flow_config: { # required
|
|
588
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
599
|
+
# 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
|
|
589
600
|
# connector_profile_name: "ConnectorProfileName",
|
|
590
601
|
# source_connector_properties: { # required
|
|
591
602
|
# amplitude: {
|
|
@@ -640,7 +651,7 @@ module Aws::Appflow
|
|
|
640
651
|
# },
|
|
641
652
|
# destination_flow_config_list: [ # required
|
|
642
653
|
# {
|
|
643
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
654
|
+
# 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
|
|
644
655
|
# connector_profile_name: "ConnectorProfileName",
|
|
645
656
|
# destination_connector_properties: { # required
|
|
646
657
|
# redshift: {
|
|
@@ -695,6 +706,8 @@ module Aws::Appflow
|
|
|
695
706
|
# bucket_name: "BucketName",
|
|
696
707
|
# },
|
|
697
708
|
# },
|
|
709
|
+
# lookout_metrics: {
|
|
710
|
+
# },
|
|
698
711
|
# upsolver: {
|
|
699
712
|
# bucket_name: "UpsolverBucketName", # required
|
|
700
713
|
# bucket_prefix: "BucketPrefix",
|
|
@@ -709,6 +722,18 @@ module Aws::Appflow
|
|
|
709
722
|
# },
|
|
710
723
|
# },
|
|
711
724
|
# },
|
|
725
|
+
# honeycode: {
|
|
726
|
+
# object: "Object", # required
|
|
727
|
+
# error_handling_config: {
|
|
728
|
+
# fail_on_first_destination_error: false,
|
|
729
|
+
# bucket_prefix: "BucketPrefix",
|
|
730
|
+
# bucket_name: "BucketName",
|
|
731
|
+
# },
|
|
732
|
+
# },
|
|
733
|
+
# customer_profiles: {
|
|
734
|
+
# domain_name: "DomainName", # required
|
|
735
|
+
# object_type_name: "ObjectTypeName",
|
|
736
|
+
# },
|
|
712
737
|
# },
|
|
713
738
|
# },
|
|
714
739
|
# ],
|
|
@@ -837,7 +862,7 @@ module Aws::Appflow
|
|
|
837
862
|
#
|
|
838
863
|
# resp = client.describe_connector_entity({
|
|
839
864
|
# connector_entity_name: "Name", # required
|
|
840
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
865
|
+
# 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
|
|
841
866
|
# connector_profile_name: "ConnectorProfileName",
|
|
842
867
|
# })
|
|
843
868
|
#
|
|
@@ -904,7 +929,7 @@ module Aws::Appflow
|
|
|
904
929
|
#
|
|
905
930
|
# resp = client.describe_connector_profiles({
|
|
906
931
|
# connector_profile_names: ["ConnectorProfileName"],
|
|
907
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
932
|
+
# 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
|
|
908
933
|
# max_results: 1,
|
|
909
934
|
# next_token: "NextToken",
|
|
910
935
|
# })
|
|
@@ -914,7 +939,7 @@ module Aws::Appflow
|
|
|
914
939
|
# resp.connector_profile_details #=> Array
|
|
915
940
|
# resp.connector_profile_details[0].connector_profile_arn #=> String
|
|
916
941
|
# resp.connector_profile_details[0].connector_profile_name #=> String
|
|
917
|
-
# resp.connector_profile_details[0].connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "Upsolver"
|
|
942
|
+
# resp.connector_profile_details[0].connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles"
|
|
918
943
|
# resp.connector_profile_details[0].connection_mode #=> String, one of "Public", "Private"
|
|
919
944
|
# resp.connector_profile_details[0].credentials_arn #=> String
|
|
920
945
|
# resp.connector_profile_details[0].connector_profile_properties.datadog.instance_url #=> String
|
|
@@ -981,7 +1006,7 @@ module Aws::Appflow
|
|
|
981
1006
|
# @example Request syntax with placeholder values
|
|
982
1007
|
#
|
|
983
1008
|
# resp = client.describe_connectors({
|
|
984
|
-
# connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
1009
|
+
# 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
|
|
985
1010
|
# next_token: "NextToken",
|
|
986
1011
|
# })
|
|
987
1012
|
#
|
|
@@ -991,7 +1016,7 @@ module Aws::Appflow
|
|
|
991
1016
|
# resp.connector_configurations["ConnectorType"].can_use_as_source #=> Boolean
|
|
992
1017
|
# resp.connector_configurations["ConnectorType"].can_use_as_destination #=> Boolean
|
|
993
1018
|
# resp.connector_configurations["ConnectorType"].supported_destination_connectors #=> Array
|
|
994
|
-
# resp.connector_configurations["ConnectorType"].supported_destination_connectors[0] #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "Upsolver"
|
|
1019
|
+
# resp.connector_configurations["ConnectorType"].supported_destination_connectors[0] #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles"
|
|
995
1020
|
# resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies #=> Array
|
|
996
1021
|
# resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies[0] #=> String, one of "BYMINUTE", "HOURLY", "DAILY", "WEEKLY", "MONTHLY", "ONCE"
|
|
997
1022
|
# resp.connector_configurations["ConnectorType"].is_private_link_enabled #=> Boolean
|
|
@@ -1008,6 +1033,8 @@ module Aws::Appflow
|
|
|
1008
1033
|
# resp.connector_configurations["ConnectorType"].connector_metadata.snowflake.supported_regions[0] #=> String
|
|
1009
1034
|
# resp.connector_configurations["ConnectorType"].connector_metadata.zendesk.o_auth_scopes #=> Array
|
|
1010
1035
|
# resp.connector_configurations["ConnectorType"].connector_metadata.zendesk.o_auth_scopes[0] #=> String
|
|
1036
|
+
# resp.connector_configurations["ConnectorType"].connector_metadata.honeycode.o_auth_scopes #=> Array
|
|
1037
|
+
# resp.connector_configurations["ConnectorType"].connector_metadata.honeycode.o_auth_scopes[0] #=> String
|
|
1011
1038
|
# resp.next_token #=> String
|
|
1012
1039
|
#
|
|
1013
1040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeConnectors AWS API Documentation
|
|
@@ -1058,7 +1085,7 @@ module Aws::Appflow
|
|
|
1058
1085
|
# resp.kms_arn #=> String
|
|
1059
1086
|
# resp.flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
|
|
1060
1087
|
# resp.flow_status_message #=> String
|
|
1061
|
-
# resp.source_flow_config.connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "Upsolver"
|
|
1088
|
+
# resp.source_flow_config.connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles"
|
|
1062
1089
|
# resp.source_flow_config.connector_profile_name #=> String
|
|
1063
1090
|
# resp.source_flow_config.source_connector_properties.amplitude.object #=> String
|
|
1064
1091
|
# resp.source_flow_config.source_connector_properties.datadog.object #=> String
|
|
@@ -1079,7 +1106,7 @@ module Aws::Appflow
|
|
|
1079
1106
|
# resp.source_flow_config.source_connector_properties.zendesk.object #=> String
|
|
1080
1107
|
# resp.source_flow_config.incremental_pull_config.datetime_type_field_name #=> String
|
|
1081
1108
|
# resp.destination_flow_config_list #=> Array
|
|
1082
|
-
# resp.destination_flow_config_list[0].connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "Upsolver"
|
|
1109
|
+
# resp.destination_flow_config_list[0].connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles"
|
|
1083
1110
|
# resp.destination_flow_config_list[0].connector_profile_name #=> String
|
|
1084
1111
|
# resp.destination_flow_config_list[0].destination_connector_properties.redshift.object #=> String
|
|
1085
1112
|
# resp.destination_flow_config_list[0].destination_connector_properties.redshift.intermediate_bucket_name #=> String
|
|
@@ -1116,6 +1143,12 @@ module Aws::Appflow
|
|
|
1116
1143
|
# resp.destination_flow_config_list[0].destination_connector_properties.upsolver.s3_output_format_config.prefix_config.prefix_type #=> String, one of "FILENAME", "PATH", "PATH_AND_FILENAME"
|
|
1117
1144
|
# resp.destination_flow_config_list[0].destination_connector_properties.upsolver.s3_output_format_config.prefix_config.prefix_format #=> String, one of "YEAR", "MONTH", "DAY", "HOUR", "MINUTE"
|
|
1118
1145
|
# resp.destination_flow_config_list[0].destination_connector_properties.upsolver.s3_output_format_config.aggregation_config.aggregation_type #=> String, one of "None", "SingleFile"
|
|
1146
|
+
# resp.destination_flow_config_list[0].destination_connector_properties.honeycode.object #=> String
|
|
1147
|
+
# resp.destination_flow_config_list[0].destination_connector_properties.honeycode.error_handling_config.fail_on_first_destination_error #=> Boolean
|
|
1148
|
+
# resp.destination_flow_config_list[0].destination_connector_properties.honeycode.error_handling_config.bucket_prefix #=> String
|
|
1149
|
+
# resp.destination_flow_config_list[0].destination_connector_properties.honeycode.error_handling_config.bucket_name #=> String
|
|
1150
|
+
# resp.destination_flow_config_list[0].destination_connector_properties.customer_profiles.domain_name #=> String
|
|
1151
|
+
# resp.destination_flow_config_list[0].destination_connector_properties.customer_profiles.object_type_name #=> String
|
|
1119
1152
|
# resp.last_run_execution_details.most_recent_execution_message #=> String
|
|
1120
1153
|
# resp.last_run_execution_details.most_recent_execution_time #=> Time
|
|
1121
1154
|
# resp.last_run_execution_details.most_recent_execution_status #=> String, one of "InProgress", "Successful", "Error"
|
|
@@ -1126,6 +1159,7 @@ module Aws::Appflow
|
|
|
1126
1159
|
# resp.trigger_config.trigger_properties.scheduled.schedule_end_time #=> Time
|
|
1127
1160
|
# resp.trigger_config.trigger_properties.scheduled.timezone #=> String
|
|
1128
1161
|
# resp.trigger_config.trigger_properties.scheduled.schedule_offset #=> Integer
|
|
1162
|
+
# resp.trigger_config.trigger_properties.scheduled.first_execution_from #=> Time
|
|
1129
1163
|
# resp.tasks #=> Array
|
|
1130
1164
|
# resp.tasks[0].source_fields #=> Array
|
|
1131
1165
|
# resp.tasks[0].source_fields[0] #=> String
|
|
@@ -1246,7 +1280,7 @@ module Aws::Appflow
|
|
|
1246
1280
|
#
|
|
1247
1281
|
# resp = client.list_connector_entities({
|
|
1248
1282
|
# connector_profile_name: "ConnectorProfileName",
|
|
1249
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
1283
|
+
# 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
|
|
1250
1284
|
# entities_path: "EntitiesPath",
|
|
1251
1285
|
# })
|
|
1252
1286
|
#
|
|
@@ -1297,8 +1331,8 @@ module Aws::Appflow
|
|
|
1297
1331
|
# resp.flows[0].description #=> String
|
|
1298
1332
|
# resp.flows[0].flow_name #=> String
|
|
1299
1333
|
# resp.flows[0].flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
|
|
1300
|
-
# resp.flows[0].source_connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "Upsolver"
|
|
1301
|
-
# resp.flows[0].destination_connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "Upsolver"
|
|
1334
|
+
# resp.flows[0].source_connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles"
|
|
1335
|
+
# resp.flows[0].destination_connector_type #=> String, one of "Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles"
|
|
1302
1336
|
# resp.flows[0].trigger_type #=> String, one of "Scheduled", "Event", "OnDemand"
|
|
1303
1337
|
# resp.flows[0].created_at #=> Time
|
|
1304
1338
|
# resp.flows[0].last_updated_at #=> Time
|
|
@@ -1505,6 +1539,8 @@ module Aws::Appflow
|
|
|
1505
1539
|
# },
|
|
1506
1540
|
# google_analytics: {
|
|
1507
1541
|
# },
|
|
1542
|
+
# honeycode: {
|
|
1543
|
+
# },
|
|
1508
1544
|
# infor_nexus: {
|
|
1509
1545
|
# instance_url: "InstanceUrl", # required
|
|
1510
1546
|
# },
|
|
@@ -1569,6 +1605,14 @@ module Aws::Appflow
|
|
|
1569
1605
|
# redirect_uri: "RedirectUri",
|
|
1570
1606
|
# },
|
|
1571
1607
|
# },
|
|
1608
|
+
# honeycode: {
|
|
1609
|
+
# access_token: "AccessToken",
|
|
1610
|
+
# refresh_token: "RefreshToken",
|
|
1611
|
+
# o_auth_request: {
|
|
1612
|
+
# auth_code: "AuthCode",
|
|
1613
|
+
# redirect_uri: "RedirectUri",
|
|
1614
|
+
# },
|
|
1615
|
+
# },
|
|
1572
1616
|
# infor_nexus: {
|
|
1573
1617
|
# access_key_id: "AccessKeyId", # required
|
|
1574
1618
|
# user_id: "Username", # required
|
|
@@ -1693,11 +1737,12 @@ module Aws::Appflow
|
|
|
1693
1737
|
# schedule_end_time: Time.now,
|
|
1694
1738
|
# timezone: "Timezone",
|
|
1695
1739
|
# schedule_offset: 1,
|
|
1740
|
+
# first_execution_from: Time.now,
|
|
1696
1741
|
# },
|
|
1697
1742
|
# },
|
|
1698
1743
|
# },
|
|
1699
1744
|
# source_flow_config: {
|
|
1700
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
1745
|
+
# 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
|
|
1701
1746
|
# connector_profile_name: "ConnectorProfileName",
|
|
1702
1747
|
# source_connector_properties: { # required
|
|
1703
1748
|
# amplitude: {
|
|
@@ -1752,7 +1797,7 @@ module Aws::Appflow
|
|
|
1752
1797
|
# },
|
|
1753
1798
|
# destination_flow_config_list: [ # required
|
|
1754
1799
|
# {
|
|
1755
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
1800
|
+
# 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
|
|
1756
1801
|
# connector_profile_name: "ConnectorProfileName",
|
|
1757
1802
|
# destination_connector_properties: { # required
|
|
1758
1803
|
# redshift: {
|
|
@@ -1807,6 +1852,8 @@ module Aws::Appflow
|
|
|
1807
1852
|
# bucket_name: "BucketName",
|
|
1808
1853
|
# },
|
|
1809
1854
|
# },
|
|
1855
|
+
# lookout_metrics: {
|
|
1856
|
+
# },
|
|
1810
1857
|
# upsolver: {
|
|
1811
1858
|
# bucket_name: "UpsolverBucketName", # required
|
|
1812
1859
|
# bucket_prefix: "BucketPrefix",
|
|
@@ -1821,6 +1868,18 @@ module Aws::Appflow
|
|
|
1821
1868
|
# },
|
|
1822
1869
|
# },
|
|
1823
1870
|
# },
|
|
1871
|
+
# honeycode: {
|
|
1872
|
+
# object: "Object", # required
|
|
1873
|
+
# error_handling_config: {
|
|
1874
|
+
# fail_on_first_destination_error: false,
|
|
1875
|
+
# bucket_prefix: "BucketPrefix",
|
|
1876
|
+
# bucket_name: "BucketName",
|
|
1877
|
+
# },
|
|
1878
|
+
# },
|
|
1879
|
+
# customer_profiles: {
|
|
1880
|
+
# domain_name: "DomainName", # required
|
|
1881
|
+
# object_type_name: "ObjectTypeName",
|
|
1882
|
+
# },
|
|
1824
1883
|
# },
|
|
1825
1884
|
# },
|
|
1826
1885
|
# ],
|
|
@@ -1878,7 +1937,7 @@ module Aws::Appflow
|
|
|
1878
1937
|
params: params,
|
|
1879
1938
|
config: config)
|
|
1880
1939
|
context[:gem_name] = 'aws-sdk-appflow'
|
|
1881
|
-
context[:gem_version] = '1.
|
|
1940
|
+
context[:gem_version] = '1.7.0'
|
|
1882
1941
|
Seahorse::Client::Request.new(handlers, context)
|
|
1883
1942
|
end
|
|
1884
1943
|
|
|
@@ -64,6 +64,8 @@ module Aws::Appflow
|
|
|
64
64
|
CreateFlowRequest = Shapes::StructureShape.new(name: 'CreateFlowRequest')
|
|
65
65
|
CreateFlowResponse = Shapes::StructureShape.new(name: 'CreateFlowResponse')
|
|
66
66
|
CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
|
|
67
|
+
CustomerProfilesDestinationProperties = Shapes::StructureShape.new(name: 'CustomerProfilesDestinationProperties')
|
|
68
|
+
CustomerProfilesMetadata = Shapes::StructureShape.new(name: 'CustomerProfilesMetadata')
|
|
67
69
|
DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
|
|
68
70
|
DatabaseUrl = Shapes::StringShape.new(name: 'DatabaseUrl')
|
|
69
71
|
DatadogConnectorOperator = Shapes::StringShape.new(name: 'DatadogConnectorOperator')
|
|
@@ -93,6 +95,7 @@ module Aws::Appflow
|
|
|
93
95
|
DestinationFieldProperties = Shapes::StructureShape.new(name: 'DestinationFieldProperties')
|
|
94
96
|
DestinationFlowConfig = Shapes::StructureShape.new(name: 'DestinationFlowConfig')
|
|
95
97
|
DestinationFlowConfigList = Shapes::ListShape.new(name: 'DestinationFlowConfigList')
|
|
98
|
+
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
|
96
99
|
DynatraceConnectorOperator = Shapes::StringShape.new(name: 'DynatraceConnectorOperator')
|
|
97
100
|
DynatraceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileCredentials')
|
|
98
101
|
DynatraceConnectorProfileProperties = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileProperties')
|
|
@@ -128,6 +131,10 @@ module Aws::Appflow
|
|
|
128
131
|
GoogleAnalyticsMetadata = Shapes::StructureShape.new(name: 'GoogleAnalyticsMetadata')
|
|
129
132
|
GoogleAnalyticsSourceProperties = Shapes::StructureShape.new(name: 'GoogleAnalyticsSourceProperties')
|
|
130
133
|
Group = Shapes::StringShape.new(name: 'Group')
|
|
134
|
+
HoneycodeConnectorProfileCredentials = Shapes::StructureShape.new(name: 'HoneycodeConnectorProfileCredentials')
|
|
135
|
+
HoneycodeConnectorProfileProperties = Shapes::StructureShape.new(name: 'HoneycodeConnectorProfileProperties')
|
|
136
|
+
HoneycodeDestinationProperties = Shapes::StructureShape.new(name: 'HoneycodeDestinationProperties')
|
|
137
|
+
HoneycodeMetadata = Shapes::StructureShape.new(name: 'HoneycodeMetadata')
|
|
131
138
|
IdFieldNameList = Shapes::ListShape.new(name: 'IdFieldNameList')
|
|
132
139
|
Identifier = Shapes::StringShape.new(name: 'Identifier')
|
|
133
140
|
IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
|
|
@@ -148,6 +155,7 @@ module Aws::Appflow
|
|
|
148
155
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
|
149
156
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
150
157
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
158
|
+
LookoutMetricsDestinationProperties = Shapes::StructureShape.new(name: 'LookoutMetricsDestinationProperties')
|
|
151
159
|
MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
|
|
152
160
|
MarketoConnectorProfileCredentials = Shapes::StructureShape.new(name: 'MarketoConnectorProfileCredentials')
|
|
153
161
|
MarketoConnectorProfileProperties = Shapes::StructureShape.new(name: 'MarketoConnectorProfileProperties')
|
|
@@ -160,6 +168,7 @@ module Aws::Appflow
|
|
|
160
168
|
OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
|
|
161
169
|
OAuthScopeList = Shapes::ListShape.new(name: 'OAuthScopeList')
|
|
162
170
|
Object = Shapes::StringShape.new(name: 'Object')
|
|
171
|
+
ObjectTypeName = Shapes::StringShape.new(name: 'ObjectTypeName')
|
|
163
172
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
|
164
173
|
OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
|
|
165
174
|
Password = Shapes::StringShape.new(name: 'Password')
|
|
@@ -347,6 +356,8 @@ module Aws::Appflow
|
|
|
347
356
|
ConnectorMetadata.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskMetadata, location_name: "Zendesk"))
|
|
348
357
|
ConnectorMetadata.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeMetadata, location_name: "EventBridge"))
|
|
349
358
|
ConnectorMetadata.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverMetadata, location_name: "Upsolver"))
|
|
359
|
+
ConnectorMetadata.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesMetadata, location_name: "CustomerProfiles"))
|
|
360
|
+
ConnectorMetadata.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeMetadata, location_name: "Honeycode"))
|
|
350
361
|
ConnectorMetadata.struct_class = Types::ConnectorMetadata
|
|
351
362
|
|
|
352
363
|
ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
|
|
@@ -387,6 +398,7 @@ module Aws::Appflow
|
|
|
387
398
|
ConnectorProfileCredentials.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogConnectorProfileCredentials, location_name: "Datadog"))
|
|
388
399
|
ConnectorProfileCredentials.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConnectorProfileCredentials, location_name: "Dynatrace"))
|
|
389
400
|
ConnectorProfileCredentials.add_member(:google_analytics, Shapes::ShapeRef.new(shape: GoogleAnalyticsConnectorProfileCredentials, location_name: "GoogleAnalytics"))
|
|
401
|
+
ConnectorProfileCredentials.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeConnectorProfileCredentials, location_name: "Honeycode"))
|
|
390
402
|
ConnectorProfileCredentials.add_member(:infor_nexus, Shapes::ShapeRef.new(shape: InforNexusConnectorProfileCredentials, location_name: "InforNexus"))
|
|
391
403
|
ConnectorProfileCredentials.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorProfileCredentials, location_name: "Marketo"))
|
|
392
404
|
ConnectorProfileCredentials.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftConnectorProfileCredentials, location_name: "Redshift"))
|
|
@@ -408,6 +420,7 @@ module Aws::Appflow
|
|
|
408
420
|
ConnectorProfileProperties.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogConnectorProfileProperties, location_name: "Datadog"))
|
|
409
421
|
ConnectorProfileProperties.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConnectorProfileProperties, location_name: "Dynatrace"))
|
|
410
422
|
ConnectorProfileProperties.add_member(:google_analytics, Shapes::ShapeRef.new(shape: GoogleAnalyticsConnectorProfileProperties, location_name: "GoogleAnalytics"))
|
|
423
|
+
ConnectorProfileProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeConnectorProfileProperties, location_name: "Honeycode"))
|
|
411
424
|
ConnectorProfileProperties.add_member(:infor_nexus, Shapes::ShapeRef.new(shape: InforNexusConnectorProfileProperties, location_name: "InforNexus"))
|
|
412
425
|
ConnectorProfileProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorProfileProperties, location_name: "Marketo"))
|
|
413
426
|
ConnectorProfileProperties.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftConnectorProfileProperties, location_name: "Redshift"))
|
|
@@ -450,6 +463,12 @@ module Aws::Appflow
|
|
|
450
463
|
CreateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
|
|
451
464
|
CreateFlowResponse.struct_class = Types::CreateFlowResponse
|
|
452
465
|
|
|
466
|
+
CustomerProfilesDestinationProperties.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
|
467
|
+
CustomerProfilesDestinationProperties.add_member(:object_type_name, Shapes::ShapeRef.new(shape: ObjectTypeName, location_name: "objectTypeName"))
|
|
468
|
+
CustomerProfilesDestinationProperties.struct_class = Types::CustomerProfilesDestinationProperties
|
|
469
|
+
|
|
470
|
+
CustomerProfilesMetadata.struct_class = Types::CustomerProfilesMetadata
|
|
471
|
+
|
|
453
472
|
DatadogConnectorProfileCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKey, required: true, location_name: "apiKey"))
|
|
454
473
|
DatadogConnectorProfileCredentials.add_member(:application_key, Shapes::ShapeRef.new(shape: ApplicationKey, required: true, location_name: "applicationKey"))
|
|
455
474
|
DatadogConnectorProfileCredentials.struct_class = Types::DatadogConnectorProfileCredentials
|
|
@@ -535,7 +554,10 @@ module Aws::Appflow
|
|
|
535
554
|
DestinationConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceDestinationProperties, location_name: "Salesforce"))
|
|
536
555
|
DestinationConnectorProperties.add_member(:snowflake, Shapes::ShapeRef.new(shape: SnowflakeDestinationProperties, location_name: "Snowflake"))
|
|
537
556
|
DestinationConnectorProperties.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeDestinationProperties, location_name: "EventBridge"))
|
|
557
|
+
DestinationConnectorProperties.add_member(:lookout_metrics, Shapes::ShapeRef.new(shape: LookoutMetricsDestinationProperties, location_name: "LookoutMetrics"))
|
|
538
558
|
DestinationConnectorProperties.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverDestinationProperties, location_name: "Upsolver"))
|
|
559
|
+
DestinationConnectorProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeDestinationProperties, location_name: "Honeycode"))
|
|
560
|
+
DestinationConnectorProperties.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesDestinationProperties, location_name: "CustomerProfiles"))
|
|
539
561
|
DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
|
|
540
562
|
|
|
541
563
|
DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
|
|
@@ -639,6 +661,20 @@ module Aws::Appflow
|
|
|
639
661
|
GoogleAnalyticsSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
|
640
662
|
GoogleAnalyticsSourceProperties.struct_class = Types::GoogleAnalyticsSourceProperties
|
|
641
663
|
|
|
664
|
+
HoneycodeConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
|
665
|
+
HoneycodeConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
|
|
666
|
+
HoneycodeConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
|
|
667
|
+
HoneycodeConnectorProfileCredentials.struct_class = Types::HoneycodeConnectorProfileCredentials
|
|
668
|
+
|
|
669
|
+
HoneycodeConnectorProfileProperties.struct_class = Types::HoneycodeConnectorProfileProperties
|
|
670
|
+
|
|
671
|
+
HoneycodeDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
|
672
|
+
HoneycodeDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
|
|
673
|
+
HoneycodeDestinationProperties.struct_class = Types::HoneycodeDestinationProperties
|
|
674
|
+
|
|
675
|
+
HoneycodeMetadata.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oAuthScopes"))
|
|
676
|
+
HoneycodeMetadata.struct_class = Types::HoneycodeMetadata
|
|
677
|
+
|
|
642
678
|
IdFieldNameList.member = Shapes::ShapeRef.new(shape: Name)
|
|
643
679
|
|
|
644
680
|
IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "datetimeTypeFieldName"))
|
|
@@ -683,6 +719,8 @@ module Aws::Appflow
|
|
|
683
719
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
684
720
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
|
685
721
|
|
|
722
|
+
LookoutMetricsDestinationProperties.struct_class = Types::LookoutMetricsDestinationProperties
|
|
723
|
+
|
|
686
724
|
MarketoConnectorProfileCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
|
|
687
725
|
MarketoConnectorProfileCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
|
|
688
726
|
MarketoConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
|
@@ -772,6 +810,7 @@ module Aws::Appflow
|
|
|
772
810
|
ScheduledTriggerProperties.add_member(:schedule_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "scheduleEndTime"))
|
|
773
811
|
ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
|
|
774
812
|
ScheduledTriggerProperties.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "scheduleOffset", metadata: {"box"=>true}))
|
|
813
|
+
ScheduledTriggerProperties.add_member(:first_execution_from, Shapes::ShapeRef.new(shape: Date, location_name: "firstExecutionFrom"))
|
|
775
814
|
ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
|
|
776
815
|
|
|
777
816
|
SchedulingFrequencyTypeList.member = Shapes::ShapeRef.new(shape: ScheduleFrequencyType)
|
|
@@ -326,6 +326,12 @@ module Aws::Appflow
|
|
|
326
326
|
# The connector metadata specific to Upsolver.
|
|
327
327
|
# @return [Types::UpsolverMetadata]
|
|
328
328
|
#
|
|
329
|
+
# @!attribute [rw] customer_profiles
|
|
330
|
+
# @return [Types::CustomerProfilesMetadata]
|
|
331
|
+
#
|
|
332
|
+
# @!attribute [rw] honeycode
|
|
333
|
+
# @return [Types::HoneycodeMetadata]
|
|
334
|
+
#
|
|
329
335
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorMetadata AWS API Documentation
|
|
330
336
|
#
|
|
331
337
|
class ConnectorMetadata < Struct.new(
|
|
@@ -346,7 +352,9 @@ module Aws::Appflow
|
|
|
346
352
|
:veeva,
|
|
347
353
|
:zendesk,
|
|
348
354
|
:event_bridge,
|
|
349
|
-
:upsolver
|
|
355
|
+
:upsolver,
|
|
356
|
+
:customer_profiles,
|
|
357
|
+
:honeycode)
|
|
350
358
|
SENSITIVE = []
|
|
351
359
|
include Aws::Structure
|
|
352
360
|
end
|
|
@@ -562,6 +570,8 @@ module Aws::Appflow
|
|
|
562
570
|
# },
|
|
563
571
|
# google_analytics: {
|
|
564
572
|
# },
|
|
573
|
+
# honeycode: {
|
|
574
|
+
# },
|
|
565
575
|
# infor_nexus: {
|
|
566
576
|
# instance_url: "InstanceUrl", # required
|
|
567
577
|
# },
|
|
@@ -626,6 +636,14 @@ module Aws::Appflow
|
|
|
626
636
|
# redirect_uri: "RedirectUri",
|
|
627
637
|
# },
|
|
628
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
|
+
# },
|
|
629
647
|
# infor_nexus: {
|
|
630
648
|
# access_key_id: "AccessKeyId", # required
|
|
631
649
|
# user_id: "Username", # required
|
|
@@ -737,6 +755,14 @@ module Aws::Appflow
|
|
|
737
755
|
# redirect_uri: "RedirectUri",
|
|
738
756
|
# },
|
|
739
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
|
+
# },
|
|
740
766
|
# infor_nexus: {
|
|
741
767
|
# access_key_id: "AccessKeyId", # required
|
|
742
768
|
# user_id: "Username", # required
|
|
@@ -820,6 +846,9 @@ module Aws::Appflow
|
|
|
820
846
|
# Analytics.
|
|
821
847
|
# @return [Types::GoogleAnalyticsConnectorProfileCredentials]
|
|
822
848
|
#
|
|
849
|
+
# @!attribute [rw] honeycode
|
|
850
|
+
# @return [Types::HoneycodeConnectorProfileCredentials]
|
|
851
|
+
#
|
|
823
852
|
# @!attribute [rw] infor_nexus
|
|
824
853
|
# The connector-specific credentials required when using Infor Nexus.
|
|
825
854
|
# @return [Types::InforNexusConnectorProfileCredentials]
|
|
@@ -872,6 +901,7 @@ module Aws::Appflow
|
|
|
872
901
|
:datadog,
|
|
873
902
|
:dynatrace,
|
|
874
903
|
:google_analytics,
|
|
904
|
+
:honeycode,
|
|
875
905
|
:infor_nexus,
|
|
876
906
|
:marketo,
|
|
877
907
|
:redshift,
|
|
@@ -903,6 +933,8 @@ module Aws::Appflow
|
|
|
903
933
|
# },
|
|
904
934
|
# google_analytics: {
|
|
905
935
|
# },
|
|
936
|
+
# honeycode: {
|
|
937
|
+
# },
|
|
906
938
|
# infor_nexus: {
|
|
907
939
|
# instance_url: "InstanceUrl", # required
|
|
908
940
|
# },
|
|
@@ -962,6 +994,9 @@ module Aws::Appflow
|
|
|
962
994
|
# The connector-specific properties required Google Analytics.
|
|
963
995
|
# @return [Types::GoogleAnalyticsConnectorProfileProperties]
|
|
964
996
|
#
|
|
997
|
+
# @!attribute [rw] honeycode
|
|
998
|
+
# @return [Types::HoneycodeConnectorProfileProperties]
|
|
999
|
+
#
|
|
965
1000
|
# @!attribute [rw] infor_nexus
|
|
966
1001
|
# The connector-specific properties required by Infor Nexus.
|
|
967
1002
|
# @return [Types::InforNexusConnectorProfileProperties]
|
|
@@ -1013,6 +1048,7 @@ module Aws::Appflow
|
|
|
1013
1048
|
:datadog,
|
|
1014
1049
|
:dynatrace,
|
|
1015
1050
|
:google_analytics,
|
|
1051
|
+
:honeycode,
|
|
1016
1052
|
:infor_nexus,
|
|
1017
1053
|
:marketo,
|
|
1018
1054
|
:redshift,
|
|
@@ -1047,7 +1083,7 @@ module Aws::Appflow
|
|
|
1047
1083
|
# {
|
|
1048
1084
|
# connector_profile_name: "ConnectorProfileName", # required
|
|
1049
1085
|
# kms_arn: "KMSArn",
|
|
1050
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
1051
1087
|
# connection_mode: "Public", # required, accepts Public, Private
|
|
1052
1088
|
# connector_profile_config: { # required
|
|
1053
1089
|
# connector_profile_properties: { # required
|
|
@@ -1061,6 +1097,8 @@ module Aws::Appflow
|
|
|
1061
1097
|
# },
|
|
1062
1098
|
# google_analytics: {
|
|
1063
1099
|
# },
|
|
1100
|
+
# honeycode: {
|
|
1101
|
+
# },
|
|
1064
1102
|
# infor_nexus: {
|
|
1065
1103
|
# instance_url: "InstanceUrl", # required
|
|
1066
1104
|
# },
|
|
@@ -1125,6 +1163,14 @@ module Aws::Appflow
|
|
|
1125
1163
|
# redirect_uri: "RedirectUri",
|
|
1126
1164
|
# },
|
|
1127
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
|
+
# },
|
|
1128
1174
|
# infor_nexus: {
|
|
1129
1175
|
# access_key_id: "AccessKeyId", # required
|
|
1130
1176
|
# user_id: "Username", # required
|
|
@@ -1261,11 +1307,12 @@ module Aws::Appflow
|
|
|
1261
1307
|
# schedule_end_time: Time.now,
|
|
1262
1308
|
# timezone: "Timezone",
|
|
1263
1309
|
# schedule_offset: 1,
|
|
1310
|
+
# first_execution_from: Time.now,
|
|
1264
1311
|
# },
|
|
1265
1312
|
# },
|
|
1266
1313
|
# },
|
|
1267
1314
|
# source_flow_config: { # required
|
|
1268
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
1269
1316
|
# connector_profile_name: "ConnectorProfileName",
|
|
1270
1317
|
# source_connector_properties: { # required
|
|
1271
1318
|
# amplitude: {
|
|
@@ -1320,7 +1367,7 @@ module Aws::Appflow
|
|
|
1320
1367
|
# },
|
|
1321
1368
|
# destination_flow_config_list: [ # required
|
|
1322
1369
|
# {
|
|
1323
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
1324
1371
|
# connector_profile_name: "ConnectorProfileName",
|
|
1325
1372
|
# destination_connector_properties: { # required
|
|
1326
1373
|
# redshift: {
|
|
@@ -1375,6 +1422,8 @@ module Aws::Appflow
|
|
|
1375
1422
|
# bucket_name: "BucketName",
|
|
1376
1423
|
# },
|
|
1377
1424
|
# },
|
|
1425
|
+
# lookout_metrics: {
|
|
1426
|
+
# },
|
|
1378
1427
|
# upsolver: {
|
|
1379
1428
|
# bucket_name: "UpsolverBucketName", # required
|
|
1380
1429
|
# bucket_prefix: "BucketPrefix",
|
|
@@ -1389,6 +1438,18 @@ module Aws::Appflow
|
|
|
1389
1438
|
# },
|
|
1390
1439
|
# },
|
|
1391
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
|
+
# },
|
|
1392
1453
|
# },
|
|
1393
1454
|
# },
|
|
1394
1455
|
# ],
|
|
@@ -1495,6 +1556,33 @@ module Aws::Appflow
|
|
|
1495
1556
|
include Aws::Structure
|
|
1496
1557
|
end
|
|
1497
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
|
+
|
|
1498
1586
|
# The connector-specific credentials required by Datadog.
|
|
1499
1587
|
#
|
|
1500
1588
|
# @note When making an API call, you may pass DatadogConnectorProfileCredentials
|
|
@@ -1642,7 +1730,7 @@ module Aws::Appflow
|
|
|
1642
1730
|
#
|
|
1643
1731
|
# {
|
|
1644
1732
|
# connector_entity_name: "Name", # required
|
|
1645
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
1646
1734
|
# connector_profile_name: "ConnectorProfileName",
|
|
1647
1735
|
# }
|
|
1648
1736
|
#
|
|
@@ -1689,7 +1777,7 @@ module Aws::Appflow
|
|
|
1689
1777
|
#
|
|
1690
1778
|
# {
|
|
1691
1779
|
# connector_profile_names: ["ConnectorProfileName"],
|
|
1692
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
1693
1781
|
# max_results: 1,
|
|
1694
1782
|
# next_token: "NextToken",
|
|
1695
1783
|
# }
|
|
@@ -1747,7 +1835,7 @@ module Aws::Appflow
|
|
|
1747
1835
|
# data as a hash:
|
|
1748
1836
|
#
|
|
1749
1837
|
# {
|
|
1750
|
-
# connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
1751
1839
|
# next_token: "NextToken",
|
|
1752
1840
|
# }
|
|
1753
1841
|
#
|
|
@@ -2020,6 +2108,8 @@ module Aws::Appflow
|
|
|
2020
2108
|
# bucket_name: "BucketName",
|
|
2021
2109
|
# },
|
|
2022
2110
|
# },
|
|
2111
|
+
# lookout_metrics: {
|
|
2112
|
+
# },
|
|
2023
2113
|
# upsolver: {
|
|
2024
2114
|
# bucket_name: "UpsolverBucketName", # required
|
|
2025
2115
|
# bucket_prefix: "BucketPrefix",
|
|
@@ -2034,6 +2124,18 @@ module Aws::Appflow
|
|
|
2034
2124
|
# },
|
|
2035
2125
|
# },
|
|
2036
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
|
+
# },
|
|
2037
2139
|
# }
|
|
2038
2140
|
#
|
|
2039
2141
|
# @!attribute [rw] redshift
|
|
@@ -2056,10 +2158,19 @@ module Aws::Appflow
|
|
|
2056
2158
|
# The properties required to query Amazon EventBridge.
|
|
2057
2159
|
# @return [Types::EventBridgeDestinationProperties]
|
|
2058
2160
|
#
|
|
2161
|
+
# @!attribute [rw] lookout_metrics
|
|
2162
|
+
# @return [Types::LookoutMetricsDestinationProperties]
|
|
2163
|
+
#
|
|
2059
2164
|
# @!attribute [rw] upsolver
|
|
2060
2165
|
# The properties required to query Upsolver.
|
|
2061
2166
|
# @return [Types::UpsolverDestinationProperties]
|
|
2062
2167
|
#
|
|
2168
|
+
# @!attribute [rw] honeycode
|
|
2169
|
+
# @return [Types::HoneycodeDestinationProperties]
|
|
2170
|
+
#
|
|
2171
|
+
# @!attribute [rw] customer_profiles
|
|
2172
|
+
# @return [Types::CustomerProfilesDestinationProperties]
|
|
2173
|
+
#
|
|
2063
2174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationConnectorProperties AWS API Documentation
|
|
2064
2175
|
#
|
|
2065
2176
|
class DestinationConnectorProperties < Struct.new(
|
|
@@ -2068,7 +2179,10 @@ module Aws::Appflow
|
|
|
2068
2179
|
:salesforce,
|
|
2069
2180
|
:snowflake,
|
|
2070
2181
|
:event_bridge,
|
|
2071
|
-
:
|
|
2182
|
+
:lookout_metrics,
|
|
2183
|
+
:upsolver,
|
|
2184
|
+
:honeycode,
|
|
2185
|
+
:customer_profiles)
|
|
2072
2186
|
SENSITIVE = []
|
|
2073
2187
|
include Aws::Structure
|
|
2074
2188
|
end
|
|
@@ -2121,7 +2235,7 @@ module Aws::Appflow
|
|
|
2121
2235
|
# data as a hash:
|
|
2122
2236
|
#
|
|
2123
2237
|
# {
|
|
2124
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
2125
2239
|
# connector_profile_name: "ConnectorProfileName",
|
|
2126
2240
|
# destination_connector_properties: { # required
|
|
2127
2241
|
# redshift: {
|
|
@@ -2176,6 +2290,8 @@ module Aws::Appflow
|
|
|
2176
2290
|
# bucket_name: "BucketName",
|
|
2177
2291
|
# },
|
|
2178
2292
|
# },
|
|
2293
|
+
# lookout_metrics: {
|
|
2294
|
+
# },
|
|
2179
2295
|
# upsolver: {
|
|
2180
2296
|
# bucket_name: "UpsolverBucketName", # required
|
|
2181
2297
|
# bucket_prefix: "BucketPrefix",
|
|
@@ -2190,6 +2306,18 @@ module Aws::Appflow
|
|
|
2190
2306
|
# },
|
|
2191
2307
|
# },
|
|
2192
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
|
+
# },
|
|
2193
2321
|
# },
|
|
2194
2322
|
# }
|
|
2195
2323
|
#
|
|
@@ -2695,6 +2823,89 @@ module Aws::Appflow
|
|
|
2695
2823
|
include Aws::Structure
|
|
2696
2824
|
end
|
|
2697
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
|
+
|
|
2698
2909
|
# Specifies the configuration used when importing incremental records
|
|
2699
2910
|
# from the source.
|
|
2700
2911
|
#
|
|
@@ -2825,7 +3036,7 @@ module Aws::Appflow
|
|
|
2825
3036
|
#
|
|
2826
3037
|
# {
|
|
2827
3038
|
# connector_profile_name: "ConnectorProfileName",
|
|
2828
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
2829
3040
|
# entities_path: "EntitiesPath",
|
|
2830
3041
|
# }
|
|
2831
3042
|
#
|
|
@@ -2947,6 +3158,12 @@ module Aws::Appflow
|
|
|
2947
3158
|
include Aws::Structure
|
|
2948
3159
|
end
|
|
2949
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
|
+
|
|
2950
3167
|
# The connector-specific profile credentials required by Marketo.
|
|
2951
3168
|
#
|
|
2952
3169
|
# @note When making an API call, you may pass MarketoConnectorProfileCredentials
|
|
@@ -3523,6 +3740,7 @@ module Aws::Appflow
|
|
|
3523
3740
|
# schedule_end_time: Time.now,
|
|
3524
3741
|
# timezone: "Timezone",
|
|
3525
3742
|
# schedule_offset: 1,
|
|
3743
|
+
# first_execution_from: Time.now,
|
|
3526
3744
|
# }
|
|
3527
3745
|
#
|
|
3528
3746
|
# @!attribute [rw] schedule_expression
|
|
@@ -3553,6 +3771,9 @@ module Aws::Appflow
|
|
|
3553
3771
|
# a schedule-triggered flow.
|
|
3554
3772
|
# @return [Integer]
|
|
3555
3773
|
#
|
|
3774
|
+
# @!attribute [rw] first_execution_from
|
|
3775
|
+
# @return [Time]
|
|
3776
|
+
#
|
|
3556
3777
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ScheduledTriggerProperties AWS API Documentation
|
|
3557
3778
|
#
|
|
3558
3779
|
class ScheduledTriggerProperties < Struct.new(
|
|
@@ -3561,7 +3782,8 @@ module Aws::Appflow
|
|
|
3561
3782
|
:schedule_start_time,
|
|
3562
3783
|
:schedule_end_time,
|
|
3563
3784
|
:timezone,
|
|
3564
|
-
:schedule_offset
|
|
3785
|
+
:schedule_offset,
|
|
3786
|
+
:first_execution_from)
|
|
3565
3787
|
SENSITIVE = []
|
|
3566
3788
|
include Aws::Structure
|
|
3567
3789
|
end
|
|
@@ -4133,7 +4355,7 @@ module Aws::Appflow
|
|
|
4133
4355
|
# data as a hash:
|
|
4134
4356
|
#
|
|
4135
4357
|
# {
|
|
4136
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
4137
4359
|
# connector_profile_name: "ConnectorProfileName",
|
|
4138
4360
|
# source_connector_properties: { # required
|
|
4139
4361
|
# amplitude: {
|
|
@@ -4487,6 +4709,7 @@ module Aws::Appflow
|
|
|
4487
4709
|
# schedule_end_time: Time.now,
|
|
4488
4710
|
# timezone: "Timezone",
|
|
4489
4711
|
# schedule_offset: 1,
|
|
4712
|
+
# first_execution_from: Time.now,
|
|
4490
4713
|
# },
|
|
4491
4714
|
# },
|
|
4492
4715
|
# }
|
|
@@ -4526,6 +4749,7 @@ module Aws::Appflow
|
|
|
4526
4749
|
# schedule_end_time: Time.now,
|
|
4527
4750
|
# timezone: "Timezone",
|
|
4528
4751
|
# schedule_offset: 1,
|
|
4752
|
+
# first_execution_from: Time.now,
|
|
4529
4753
|
# },
|
|
4530
4754
|
# }
|
|
4531
4755
|
#
|
|
@@ -4603,6 +4827,8 @@ module Aws::Appflow
|
|
|
4603
4827
|
# },
|
|
4604
4828
|
# google_analytics: {
|
|
4605
4829
|
# },
|
|
4830
|
+
# honeycode: {
|
|
4831
|
+
# },
|
|
4606
4832
|
# infor_nexus: {
|
|
4607
4833
|
# instance_url: "InstanceUrl", # required
|
|
4608
4834
|
# },
|
|
@@ -4667,6 +4893,14 @@ module Aws::Appflow
|
|
|
4667
4893
|
# redirect_uri: "RedirectUri",
|
|
4668
4894
|
# },
|
|
4669
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
|
+
# },
|
|
4670
4904
|
# infor_nexus: {
|
|
4671
4905
|
# access_key_id: "AccessKeyId", # required
|
|
4672
4906
|
# user_id: "Username", # required
|
|
@@ -4787,11 +5021,12 @@ module Aws::Appflow
|
|
|
4787
5021
|
# schedule_end_time: Time.now,
|
|
4788
5022
|
# timezone: "Timezone",
|
|
4789
5023
|
# schedule_offset: 1,
|
|
5024
|
+
# first_execution_from: Time.now,
|
|
4790
5025
|
# },
|
|
4791
5026
|
# },
|
|
4792
5027
|
# },
|
|
4793
5028
|
# source_flow_config: {
|
|
4794
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
4795
5030
|
# connector_profile_name: "ConnectorProfileName",
|
|
4796
5031
|
# source_connector_properties: { # required
|
|
4797
5032
|
# amplitude: {
|
|
@@ -4846,7 +5081,7 @@ module Aws::Appflow
|
|
|
4846
5081
|
# },
|
|
4847
5082
|
# destination_flow_config_list: [ # required
|
|
4848
5083
|
# {
|
|
4849
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
|
|
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
|
|
4850
5085
|
# connector_profile_name: "ConnectorProfileName",
|
|
4851
5086
|
# destination_connector_properties: { # required
|
|
4852
5087
|
# redshift: {
|
|
@@ -4901,6 +5136,8 @@ module Aws::Appflow
|
|
|
4901
5136
|
# bucket_name: "BucketName",
|
|
4902
5137
|
# },
|
|
4903
5138
|
# },
|
|
5139
|
+
# lookout_metrics: {
|
|
5140
|
+
# },
|
|
4904
5141
|
# upsolver: {
|
|
4905
5142
|
# bucket_name: "UpsolverBucketName", # required
|
|
4906
5143
|
# bucket_prefix: "BucketPrefix",
|
|
@@ -4915,6 +5152,18 @@ module Aws::Appflow
|
|
|
4915
5152
|
# },
|
|
4916
5153
|
# },
|
|
4917
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
|
+
# },
|
|
4918
5167
|
# },
|
|
4919
5168
|
# },
|
|
4920
5169
|
# ],
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-appflow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|