aws-sdk-appflow 1.0.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ee7dbf4db48f4a9ec79fd2910526514ed5f5f11e7a40e9111ae97d4590ca785
4
- data.tar.gz: b5c1d53af899a3f35019b08884b78caf5176f5ede578bedb6a9eb10336e826c7
3
+ metadata.gz: 62c426d87449fe786d48c14abfc998ed36856eeb00bc21748fadd7049bf3f55a
4
+ data.tar.gz: 390d599fe8b09ea062259d0e1b8916a12766e5c176b6d2510ec45aee32337cca
5
5
  SHA512:
6
- metadata.gz: ec8df90f5349a40537258c6d81bf0e86e712f175d0475dfe7738b9c0139bf7dea19cc539964f30f1133b66f9fa0283de2dfa08237e692bf57d89fd10bacba5cf
7
- data.tar.gz: a081f98aa791499398236339973bc3a2dff0b0ccd2bf467e033a15fbcc2421a11f3bdf7d556191050f11a4de5c2a3c8cf39b2492db5f4c6786d5d3358dde663b
6
+ metadata.gz: 2a44c922d31bcd52ed7011c984f266ae1e07417365c1f15e8a1e410a1c480c329b608397672578616b84f91d54346f453f8b72bbd655efe406829177f1ab291c
7
+ data.tar.gz: 28cf73e69694f7171f4e47e542b0a3b3b83185c1ec30555ce36857e4bd6ba6c32a90382029133de3bd8d6ea679dfb0e8b4cb11c2548039aa9516c5b8ad6ca75d
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-appflow/customizations'
47
48
  # @!group service
48
49
  module Aws::Appflow
49
50
 
50
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.5.0'
51
52
 
52
53
  end
@@ -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
366
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
367
367
  # connection_mode: "Public", # required, accepts Public, Private
368
368
  # connector_profile_config: { # required
369
369
  # connector_profile_properties: { # required
@@ -467,6 +467,7 @@ module Aws::Appflow
467
467
  # auth_code: "AuthCode",
468
468
  # redirect_uri: "RedirectUri",
469
469
  # },
470
+ # client_credentials_arn: "ClientCredentialsArn",
470
471
  # },
471
472
  # service_now: {
472
473
  # username: "Username", # required
@@ -583,7 +584,7 @@ module Aws::Appflow
583
584
  # },
584
585
  # },
585
586
  # source_flow_config: { # required
586
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
587
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
587
588
  # connector_profile_name: "ConnectorProfileName",
588
589
  # source_connector_properties: { # required
589
590
  # amplitude: {
@@ -632,10 +633,13 @@ module Aws::Appflow
632
633
  # object: "Object", # required
633
634
  # },
634
635
  # },
636
+ # incremental_pull_config: {
637
+ # datetime_type_field_name: "DatetimeTypeFieldName",
638
+ # },
635
639
  # },
636
640
  # destination_flow_config_list: [ # required
637
641
  # {
638
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
642
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
639
643
  # connector_profile_name: "ConnectorProfileName",
640
644
  # destination_connector_properties: { # required
641
645
  # redshift: {
@@ -664,11 +668,13 @@ module Aws::Appflow
664
668
  # },
665
669
  # salesforce: {
666
670
  # object: "Object", # required
671
+ # id_field_names: ["Name"],
667
672
  # error_handling_config: {
668
673
  # fail_on_first_destination_error: false,
669
674
  # bucket_prefix: "BucketPrefix",
670
675
  # bucket_name: "BucketName",
671
676
  # },
677
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
672
678
  # },
673
679
  # snowflake: {
674
680
  # object: "Object", # required
@@ -688,6 +694,20 @@ module Aws::Appflow
688
694
  # bucket_name: "BucketName",
689
695
  # },
690
696
  # },
697
+ # upsolver: {
698
+ # bucket_name: "UpsolverBucketName", # required
699
+ # bucket_prefix: "BucketPrefix",
700
+ # s3_output_format_config: { # required
701
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
702
+ # prefix_config: { # required
703
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
704
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
705
+ # },
706
+ # aggregation_config: {
707
+ # aggregation_type: "None", # accepts None, SingleFile
708
+ # },
709
+ # },
710
+ # },
691
711
  # },
692
712
  # },
693
713
  # ],
@@ -816,7 +836,7 @@ module Aws::Appflow
816
836
  #
817
837
  # resp = client.describe_connector_entity({
818
838
  # connector_entity_name: "Name", # required
819
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
839
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
820
840
  # connector_profile_name: "ConnectorProfileName",
821
841
  # })
822
842
  #
@@ -836,6 +856,9 @@ module Aws::Appflow
836
856
  # resp.connector_entity_fields[0].destination_properties.is_creatable #=> Boolean
837
857
  # resp.connector_entity_fields[0].destination_properties.is_nullable #=> Boolean
838
858
  # resp.connector_entity_fields[0].destination_properties.is_upsertable #=> Boolean
859
+ # resp.connector_entity_fields[0].destination_properties.is_updatable #=> Boolean
860
+ # resp.connector_entity_fields[0].destination_properties.supported_write_operations #=> Array
861
+ # resp.connector_entity_fields[0].destination_properties.supported_write_operations[0] #=> String, one of "INSERT", "UPSERT", "UPDATE"
839
862
  #
840
863
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeConnectorEntity AWS API Documentation
841
864
  #
@@ -880,7 +903,7 @@ module Aws::Appflow
880
903
  #
881
904
  # resp = client.describe_connector_profiles({
882
905
  # connector_profile_names: ["ConnectorProfileName"],
883
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
906
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
884
907
  # max_results: 1,
885
908
  # next_token: "NextToken",
886
909
  # })
@@ -890,7 +913,7 @@ module Aws::Appflow
890
913
  # resp.connector_profile_details #=> Array
891
914
  # resp.connector_profile_details[0].connector_profile_arn #=> String
892
915
  # resp.connector_profile_details[0].connector_profile_name #=> String
893
- # 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"
916
+ # 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"
894
917
  # resp.connector_profile_details[0].connection_mode #=> String, one of "Public", "Private"
895
918
  # resp.connector_profile_details[0].credentials_arn #=> String
896
919
  # resp.connector_profile_details[0].connector_profile_properties.datadog.instance_url #=> String
@@ -951,7 +974,7 @@ module Aws::Appflow
951
974
  # @example Request syntax with placeholder values
952
975
  #
953
976
  # resp = client.describe_connectors({
954
- # connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
977
+ # connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
955
978
  # next_token: "NextToken",
956
979
  # })
957
980
  #
@@ -961,7 +984,7 @@ module Aws::Appflow
961
984
  # resp.connector_configurations["ConnectorType"].can_use_as_source #=> Boolean
962
985
  # resp.connector_configurations["ConnectorType"].can_use_as_destination #=> Boolean
963
986
  # resp.connector_configurations["ConnectorType"].supported_destination_connectors #=> Array
964
- # 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"
987
+ # 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"
965
988
  # resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies #=> Array
966
989
  # resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies[0] #=> String, one of "BYMINUTE", "HOURLY", "DAILY", "WEEKLY", "MONTHLY", "ONCE"
967
990
  # resp.connector_configurations["ConnectorType"].is_private_link_enabled #=> Boolean
@@ -1028,7 +1051,7 @@ module Aws::Appflow
1028
1051
  # resp.kms_arn #=> String
1029
1052
  # resp.flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
1030
1053
  # resp.flow_status_message #=> String
1031
- # 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"
1054
+ # 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"
1032
1055
  # resp.source_flow_config.connector_profile_name #=> String
1033
1056
  # resp.source_flow_config.source_connector_properties.amplitude.object #=> String
1034
1057
  # resp.source_flow_config.source_connector_properties.datadog.object #=> String
@@ -1047,8 +1070,9 @@ module Aws::Appflow
1047
1070
  # resp.source_flow_config.source_connector_properties.trendmicro.object #=> String
1048
1071
  # resp.source_flow_config.source_connector_properties.veeva.object #=> String
1049
1072
  # resp.source_flow_config.source_connector_properties.zendesk.object #=> String
1073
+ # resp.source_flow_config.incremental_pull_config.datetime_type_field_name #=> String
1050
1074
  # resp.destination_flow_config_list #=> Array
1051
- # 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"
1075
+ # 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"
1052
1076
  # resp.destination_flow_config_list[0].connector_profile_name #=> String
1053
1077
  # resp.destination_flow_config_list[0].destination_connector_properties.redshift.object #=> String
1054
1078
  # resp.destination_flow_config_list[0].destination_connector_properties.redshift.intermediate_bucket_name #=> String
@@ -1063,9 +1087,12 @@ module Aws::Appflow
1063
1087
  # resp.destination_flow_config_list[0].destination_connector_properties.s3.s3_output_format_config.prefix_config.prefix_format #=> String, one of "YEAR", "MONTH", "DAY", "HOUR", "MINUTE"
1064
1088
  # resp.destination_flow_config_list[0].destination_connector_properties.s3.s3_output_format_config.aggregation_config.aggregation_type #=> String, one of "None", "SingleFile"
1065
1089
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.object #=> String
1090
+ # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.id_field_names #=> Array
1091
+ # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.id_field_names[0] #=> String
1066
1092
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.error_handling_config.fail_on_first_destination_error #=> Boolean
1067
1093
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.error_handling_config.bucket_prefix #=> String
1068
1094
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.error_handling_config.bucket_name #=> String
1095
+ # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.write_operation_type #=> String, one of "INSERT", "UPSERT", "UPDATE"
1069
1096
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.object #=> String
1070
1097
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.intermediate_bucket_name #=> String
1071
1098
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.bucket_prefix #=> String
@@ -1076,6 +1103,12 @@ module Aws::Appflow
1076
1103
  # resp.destination_flow_config_list[0].destination_connector_properties.event_bridge.error_handling_config.fail_on_first_destination_error #=> Boolean
1077
1104
  # resp.destination_flow_config_list[0].destination_connector_properties.event_bridge.error_handling_config.bucket_prefix #=> String
1078
1105
  # resp.destination_flow_config_list[0].destination_connector_properties.event_bridge.error_handling_config.bucket_name #=> String
1106
+ # resp.destination_flow_config_list[0].destination_connector_properties.upsolver.bucket_name #=> String
1107
+ # resp.destination_flow_config_list[0].destination_connector_properties.upsolver.bucket_prefix #=> String
1108
+ # resp.destination_flow_config_list[0].destination_connector_properties.upsolver.s3_output_format_config.file_type #=> String, one of "CSV", "JSON", "PARQUET"
1109
+ # 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"
1110
+ # 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"
1111
+ # resp.destination_flow_config_list[0].destination_connector_properties.upsolver.s3_output_format_config.aggregation_config.aggregation_type #=> String, one of "None", "SingleFile"
1079
1112
  # resp.last_run_execution_details.most_recent_execution_message #=> String
1080
1113
  # resp.last_run_execution_details.most_recent_execution_time #=> Time
1081
1114
  # resp.last_run_execution_details.most_recent_execution_status #=> String, one of "InProgress", "Successful", "Error"
@@ -1203,7 +1236,7 @@ module Aws::Appflow
1203
1236
  #
1204
1237
  # resp = client.list_connector_entities({
1205
1238
  # connector_profile_name: "ConnectorProfileName",
1206
- # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
1239
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1207
1240
  # entities_path: "EntitiesPath",
1208
1241
  # })
1209
1242
  #
@@ -1254,8 +1287,8 @@ module Aws::Appflow
1254
1287
  # resp.flows[0].description #=> String
1255
1288
  # resp.flows[0].flow_name #=> String
1256
1289
  # resp.flows[0].flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
1257
- # 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"
1258
- # 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"
1290
+ # 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"
1291
+ # 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"
1259
1292
  # resp.flows[0].trigger_type #=> String, one of "Scheduled", "Event", "OnDemand"
1260
1293
  # resp.flows[0].created_at #=> Time
1261
1294
  # resp.flows[0].last_updated_at #=> Time
@@ -1318,6 +1351,7 @@ module Aws::Appflow
1318
1351
  #
1319
1352
  # * {Types::StartFlowResponse#flow_arn #flow_arn} => String
1320
1353
  # * {Types::StartFlowResponse#flow_status #flow_status} => String
1354
+ # * {Types::StartFlowResponse#execution_id #execution_id} => String
1321
1355
  #
1322
1356
  # @example Request syntax with placeholder values
1323
1357
  #
@@ -1329,6 +1363,7 @@ module Aws::Appflow
1329
1363
  #
1330
1364
  # resp.flow_arn #=> String
1331
1365
  # resp.flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
1366
+ # resp.execution_id #=> String
1332
1367
  #
1333
1368
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/StartFlow AWS API Documentation
1334
1369
  #
@@ -1550,6 +1585,7 @@ module Aws::Appflow
1550
1585
  # auth_code: "AuthCode",
1551
1586
  # redirect_uri: "RedirectUri",
1552
1587
  # },
1588
+ # client_credentials_arn: "ClientCredentialsArn",
1553
1589
  # },
1554
1590
  # service_now: {
1555
1591
  # username: "Username", # required
@@ -1650,7 +1686,7 @@ module Aws::Appflow
1650
1686
  # },
1651
1687
  # },
1652
1688
  # source_flow_config: {
1653
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
1689
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1654
1690
  # connector_profile_name: "ConnectorProfileName",
1655
1691
  # source_connector_properties: { # required
1656
1692
  # amplitude: {
@@ -1699,10 +1735,13 @@ module Aws::Appflow
1699
1735
  # object: "Object", # required
1700
1736
  # },
1701
1737
  # },
1738
+ # incremental_pull_config: {
1739
+ # datetime_type_field_name: "DatetimeTypeFieldName",
1740
+ # },
1702
1741
  # },
1703
1742
  # destination_flow_config_list: [ # required
1704
1743
  # {
1705
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
1744
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1706
1745
  # connector_profile_name: "ConnectorProfileName",
1707
1746
  # destination_connector_properties: { # required
1708
1747
  # redshift: {
@@ -1731,11 +1770,13 @@ module Aws::Appflow
1731
1770
  # },
1732
1771
  # salesforce: {
1733
1772
  # object: "Object", # required
1773
+ # id_field_names: ["Name"],
1734
1774
  # error_handling_config: {
1735
1775
  # fail_on_first_destination_error: false,
1736
1776
  # bucket_prefix: "BucketPrefix",
1737
1777
  # bucket_name: "BucketName",
1738
1778
  # },
1779
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
1739
1780
  # },
1740
1781
  # snowflake: {
1741
1782
  # object: "Object", # required
@@ -1755,6 +1796,20 @@ module Aws::Appflow
1755
1796
  # bucket_name: "BucketName",
1756
1797
  # },
1757
1798
  # },
1799
+ # upsolver: {
1800
+ # bucket_name: "UpsolverBucketName", # required
1801
+ # bucket_prefix: "BucketPrefix",
1802
+ # s3_output_format_config: { # required
1803
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
1804
+ # prefix_config: { # required
1805
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
1806
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
1807
+ # },
1808
+ # aggregation_config: {
1809
+ # aggregation_type: "None", # accepts None, SingleFile
1810
+ # },
1811
+ # },
1812
+ # },
1758
1813
  # },
1759
1814
  # },
1760
1815
  # ],
@@ -1812,7 +1867,7 @@ module Aws::Appflow
1812
1867
  params: params,
1813
1868
  config: config)
1814
1869
  context[:gem_name] = 'aws-sdk-appflow'
1815
- context[:gem_version] = '1.0.0'
1870
+ context[:gem_version] = '1.5.0'
1816
1871
  Seahorse::Client::Request.new(handlers, context)
1817
1872
  end
1818
1873
 
@@ -32,6 +32,7 @@ module Aws::Appflow
32
32
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
33
33
  BucketName = Shapes::StringShape.new(name: 'BucketName')
34
34
  BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
35
+ ClientCredentialsArn = Shapes::StringShape.new(name: 'ClientCredentialsArn')
35
36
  ClientId = Shapes::StringShape.new(name: 'ClientId')
36
37
  ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
37
38
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
@@ -71,6 +72,7 @@ module Aws::Appflow
71
72
  DatadogMetadata = Shapes::StructureShape.new(name: 'DatadogMetadata')
72
73
  DatadogSourceProperties = Shapes::StructureShape.new(name: 'DatadogSourceProperties')
73
74
  Date = Shapes::TimestampShape.new(name: 'Date')
75
+ DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
74
76
  DeleteConnectorProfileRequest = Shapes::StructureShape.new(name: 'DeleteConnectorProfileRequest')
75
77
  DeleteConnectorProfileResponse = Shapes::StructureShape.new(name: 'DeleteConnectorProfileResponse')
76
78
  DeleteFlowRequest = Shapes::StructureShape.new(name: 'DeleteFlowRequest')
@@ -126,7 +128,9 @@ module Aws::Appflow
126
128
  GoogleAnalyticsMetadata = Shapes::StructureShape.new(name: 'GoogleAnalyticsMetadata')
127
129
  GoogleAnalyticsSourceProperties = Shapes::StructureShape.new(name: 'GoogleAnalyticsSourceProperties')
128
130
  Group = Shapes::StringShape.new(name: 'Group')
131
+ IdFieldNameList = Shapes::ListShape.new(name: 'IdFieldNameList')
129
132
  Identifier = Shapes::StringShape.new(name: 'Identifier')
133
+ IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
130
134
  InforNexusConnectorOperator = Shapes::StringShape.new(name: 'InforNexusConnectorOperator')
131
135
  InforNexusConnectorProfileCredentials = Shapes::StructureShape.new(name: 'InforNexusConnectorProfileCredentials')
132
136
  InforNexusConnectorProfileProperties = Shapes::StructureShape.new(name: 'InforNexusConnectorProfileProperties')
@@ -222,6 +226,7 @@ module Aws::Appflow
222
226
  String = Shapes::StringShape.new(name: 'String')
223
227
  SupportedFieldTypeDetails = Shapes::StructureShape.new(name: 'SupportedFieldTypeDetails')
224
228
  SupportedValueList = Shapes::ListShape.new(name: 'SupportedValueList')
229
+ SupportedWriteOperationList = Shapes::ListShape.new(name: 'SupportedWriteOperationList')
225
230
  TagKey = Shapes::StringShape.new(name: 'TagKey')
226
231
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
227
232
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -250,6 +255,10 @@ module Aws::Appflow
250
255
  UpdateFlowRequest = Shapes::StructureShape.new(name: 'UpdateFlowRequest')
251
256
  UpdateFlowResponse = Shapes::StructureShape.new(name: 'UpdateFlowResponse')
252
257
  UpdatedBy = Shapes::StringShape.new(name: 'UpdatedBy')
258
+ UpsolverBucketName = Shapes::StringShape.new(name: 'UpsolverBucketName')
259
+ UpsolverDestinationProperties = Shapes::StructureShape.new(name: 'UpsolverDestinationProperties')
260
+ UpsolverMetadata = Shapes::StructureShape.new(name: 'UpsolverMetadata')
261
+ UpsolverS3OutputFormatConfig = Shapes::StructureShape.new(name: 'UpsolverS3OutputFormatConfig')
253
262
  Username = Shapes::StringShape.new(name: 'Username')
254
263
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
255
264
  Value = Shapes::StringShape.new(name: 'Value')
@@ -259,6 +268,7 @@ module Aws::Appflow
259
268
  VeevaMetadata = Shapes::StructureShape.new(name: 'VeevaMetadata')
260
269
  VeevaSourceProperties = Shapes::StructureShape.new(name: 'VeevaSourceProperties')
261
270
  Warehouse = Shapes::StringShape.new(name: 'Warehouse')
271
+ WriteOperationType = Shapes::StringShape.new(name: 'WriteOperationType')
262
272
  ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
263
273
  ZendeskConnectorProfileCredentials = Shapes::StructureShape.new(name: 'ZendeskConnectorProfileCredentials')
264
274
  ZendeskConnectorProfileProperties = Shapes::StructureShape.new(name: 'ZendeskConnectorProfileProperties')
@@ -335,6 +345,7 @@ module Aws::Appflow
335
345
  ConnectorMetadata.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaMetadata, location_name: "Veeva"))
336
346
  ConnectorMetadata.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskMetadata, location_name: "Zendesk"))
337
347
  ConnectorMetadata.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeMetadata, location_name: "EventBridge"))
348
+ ConnectorMetadata.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverMetadata, location_name: "Upsolver"))
338
349
  ConnectorMetadata.struct_class = Types::ConnectorMetadata
339
350
 
340
351
  ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
@@ -523,11 +534,14 @@ module Aws::Appflow
523
534
  DestinationConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceDestinationProperties, location_name: "Salesforce"))
524
535
  DestinationConnectorProperties.add_member(:snowflake, Shapes::ShapeRef.new(shape: SnowflakeDestinationProperties, location_name: "Snowflake"))
525
536
  DestinationConnectorProperties.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeDestinationProperties, location_name: "EventBridge"))
537
+ DestinationConnectorProperties.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverDestinationProperties, location_name: "Upsolver"))
526
538
  DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
527
539
 
528
540
  DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
529
541
  DestinationFieldProperties.add_member(:is_nullable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNullable"))
530
542
  DestinationFieldProperties.add_member(:is_upsertable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUpsertable"))
543
+ DestinationFieldProperties.add_member(:is_updatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUpdatable"))
544
+ DestinationFieldProperties.add_member(:supported_write_operations, Shapes::ShapeRef.new(shape: SupportedWriteOperationList, location_name: "supportedWriteOperations"))
531
545
  DestinationFieldProperties.struct_class = Types::DestinationFieldProperties
532
546
 
533
547
  DestinationFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
@@ -622,6 +636,11 @@ module Aws::Appflow
622
636
  GoogleAnalyticsSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
623
637
  GoogleAnalyticsSourceProperties.struct_class = Types::GoogleAnalyticsSourceProperties
624
638
 
639
+ IdFieldNameList.member = Shapes::ShapeRef.new(shape: Name)
640
+
641
+ IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "datetimeTypeFieldName"))
642
+ IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
643
+
625
644
  InforNexusConnectorProfileCredentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: AccessKeyId, required: true, location_name: "accessKeyId"))
626
645
  InforNexusConnectorProfileCredentials.add_member(:user_id, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "userId"))
627
646
  InforNexusConnectorProfileCredentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "secretAccessKey"))
@@ -723,6 +742,7 @@ module Aws::Appflow
723
742
  SalesforceConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
724
743
  SalesforceConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
725
744
  SalesforceConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
745
+ SalesforceConnectorProfileCredentials.add_member(:client_credentials_arn, Shapes::ShapeRef.new(shape: ClientCredentialsArn, location_name: "clientCredentialsArn"))
726
746
  SalesforceConnectorProfileCredentials.struct_class = Types::SalesforceConnectorProfileCredentials
727
747
 
728
748
  SalesforceConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, location_name: "instanceUrl"))
@@ -730,7 +750,9 @@ module Aws::Appflow
730
750
  SalesforceConnectorProfileProperties.struct_class = Types::SalesforceConnectorProfileProperties
731
751
 
732
752
  SalesforceDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
753
+ SalesforceDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
733
754
  SalesforceDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
755
+ SalesforceDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
734
756
  SalesforceDestinationProperties.struct_class = Types::SalesforceDestinationProperties
735
757
 
736
758
  SalesforceMetadata.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oAuthScopes"))
@@ -837,6 +859,7 @@ module Aws::Appflow
837
859
  SourceFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
838
860
  SourceFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
839
861
  SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "sourceConnectorProperties"))
862
+ SourceFlowConfig.add_member(:incremental_pull_config, Shapes::ShapeRef.new(shape: IncrementalPullConfig, location_name: "incrementalPullConfig"))
840
863
  SourceFlowConfig.struct_class = Types::SourceFlowConfig
841
864
 
842
865
  StartFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
@@ -844,6 +867,7 @@ module Aws::Appflow
844
867
 
845
868
  StartFlowResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: FlowArn, location_name: "flowArn"))
846
869
  StartFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
870
+ StartFlowResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "executionId"))
847
871
  StartFlowResponse.struct_class = Types::StartFlowResponse
848
872
 
849
873
  StopFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
@@ -858,6 +882,8 @@ module Aws::Appflow
858
882
 
859
883
  SupportedValueList.member = Shapes::ShapeRef.new(shape: Value)
860
884
 
885
+ SupportedWriteOperationList.member = Shapes::ShapeRef.new(shape: WriteOperationType)
886
+
861
887
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
862
888
 
863
889
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -928,6 +954,18 @@ module Aws::Appflow
928
954
  UpdateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
929
955
  UpdateFlowResponse.struct_class = Types::UpdateFlowResponse
930
956
 
957
+ UpsolverDestinationProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: UpsolverBucketName, required: true, location_name: "bucketName"))
958
+ UpsolverDestinationProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
959
+ UpsolverDestinationProperties.add_member(:s3_output_format_config, Shapes::ShapeRef.new(shape: UpsolverS3OutputFormatConfig, required: true, location_name: "s3OutputFormatConfig"))
960
+ UpsolverDestinationProperties.struct_class = Types::UpsolverDestinationProperties
961
+
962
+ UpsolverMetadata.struct_class = Types::UpsolverMetadata
963
+
964
+ UpsolverS3OutputFormatConfig.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, location_name: "fileType"))
965
+ UpsolverS3OutputFormatConfig.add_member(:prefix_config, Shapes::ShapeRef.new(shape: PrefixConfig, required: true, location_name: "prefixConfig"))
966
+ UpsolverS3OutputFormatConfig.add_member(:aggregation_config, Shapes::ShapeRef.new(shape: AggregationConfig, location_name: "aggregationConfig"))
967
+ UpsolverS3OutputFormatConfig.struct_class = Types::UpsolverS3OutputFormatConfig
968
+
931
969
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
932
970
  ValidationException.struct_class = Types::ValidationException
933
971
 
@@ -322,6 +322,10 @@ 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
+ #
325
329
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorMetadata AWS API Documentation
326
330
  #
327
331
  class ConnectorMetadata < Struct.new(
@@ -341,7 +345,8 @@ module Aws::Appflow
341
345
  :trendmicro,
342
346
  :veeva,
343
347
  :zendesk,
344
- :event_bridge)
348
+ :event_bridge,
349
+ :upsolver)
345
350
  SENSITIVE = []
346
351
  include Aws::Structure
347
352
  end
@@ -647,6 +652,7 @@ module Aws::Appflow
647
652
  # auth_code: "AuthCode",
648
653
  # redirect_uri: "RedirectUri",
649
654
  # },
655
+ # client_credentials_arn: "ClientCredentialsArn",
650
656
  # },
651
657
  # service_now: {
652
658
  # username: "Username", # required
@@ -757,6 +763,7 @@ module Aws::Appflow
757
763
  # auth_code: "AuthCode",
758
764
  # redirect_uri: "RedirectUri",
759
765
  # },
766
+ # client_credentials_arn: "ClientCredentialsArn",
760
767
  # },
761
768
  # service_now: {
762
769
  # username: "Username", # required
@@ -1040,7 +1047,7 @@ module Aws::Appflow
1040
1047
  # {
1041
1048
  # connector_profile_name: "ConnectorProfileName", # required
1042
1049
  # 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
1050
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1044
1051
  # connection_mode: "Public", # required, accepts Public, Private
1045
1052
  # connector_profile_config: { # required
1046
1053
  # connector_profile_properties: { # required
@@ -1144,6 +1151,7 @@ module Aws::Appflow
1144
1151
  # auth_code: "AuthCode",
1145
1152
  # redirect_uri: "RedirectUri",
1146
1153
  # },
1154
+ # client_credentials_arn: "ClientCredentialsArn",
1147
1155
  # },
1148
1156
  # service_now: {
1149
1157
  # username: "Username", # required
@@ -1256,7 +1264,7 @@ module Aws::Appflow
1256
1264
  # },
1257
1265
  # },
1258
1266
  # 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
1267
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1260
1268
  # connector_profile_name: "ConnectorProfileName",
1261
1269
  # source_connector_properties: { # required
1262
1270
  # amplitude: {
@@ -1305,10 +1313,13 @@ module Aws::Appflow
1305
1313
  # object: "Object", # required
1306
1314
  # },
1307
1315
  # },
1316
+ # incremental_pull_config: {
1317
+ # datetime_type_field_name: "DatetimeTypeFieldName",
1318
+ # },
1308
1319
  # },
1309
1320
  # destination_flow_config_list: [ # required
1310
1321
  # {
1311
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
1322
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1312
1323
  # connector_profile_name: "ConnectorProfileName",
1313
1324
  # destination_connector_properties: { # required
1314
1325
  # redshift: {
@@ -1337,11 +1348,13 @@ module Aws::Appflow
1337
1348
  # },
1338
1349
  # salesforce: {
1339
1350
  # object: "Object", # required
1351
+ # id_field_names: ["Name"],
1340
1352
  # error_handling_config: {
1341
1353
  # fail_on_first_destination_error: false,
1342
1354
  # bucket_prefix: "BucketPrefix",
1343
1355
  # bucket_name: "BucketName",
1344
1356
  # },
1357
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
1345
1358
  # },
1346
1359
  # snowflake: {
1347
1360
  # object: "Object", # required
@@ -1361,6 +1374,20 @@ module Aws::Appflow
1361
1374
  # bucket_name: "BucketName",
1362
1375
  # },
1363
1376
  # },
1377
+ # upsolver: {
1378
+ # bucket_name: "UpsolverBucketName", # required
1379
+ # bucket_prefix: "BucketPrefix",
1380
+ # s3_output_format_config: { # required
1381
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
1382
+ # prefix_config: { # required
1383
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
1384
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
1385
+ # },
1386
+ # aggregation_config: {
1387
+ # aggregation_type: "None", # accepts None, SingleFile
1388
+ # },
1389
+ # },
1390
+ # },
1364
1391
  # },
1365
1392
  # },
1366
1393
  # ],
@@ -1614,7 +1641,7 @@ module Aws::Appflow
1614
1641
  #
1615
1642
  # {
1616
1643
  # 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
1644
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1618
1645
  # connector_profile_name: "ConnectorProfileName",
1619
1646
  # }
1620
1647
  #
@@ -1661,7 +1688,7 @@ module Aws::Appflow
1661
1688
  #
1662
1689
  # {
1663
1690
  # 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
1691
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1665
1692
  # max_results: 1,
1666
1693
  # next_token: "NextToken",
1667
1694
  # }
@@ -1719,7 +1746,7 @@ module Aws::Appflow
1719
1746
  # data as a hash:
1720
1747
  #
1721
1748
  # {
1722
- # connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
1749
+ # connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
1723
1750
  # next_token: "NextToken",
1724
1751
  # }
1725
1752
  #
@@ -1960,11 +1987,13 @@ module Aws::Appflow
1960
1987
  # },
1961
1988
  # salesforce: {
1962
1989
  # object: "Object", # required
1990
+ # id_field_names: ["Name"],
1963
1991
  # error_handling_config: {
1964
1992
  # fail_on_first_destination_error: false,
1965
1993
  # bucket_prefix: "BucketPrefix",
1966
1994
  # bucket_name: "BucketName",
1967
1995
  # },
1996
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
1968
1997
  # },
1969
1998
  # snowflake: {
1970
1999
  # object: "Object", # required
@@ -1984,6 +2013,20 @@ module Aws::Appflow
1984
2013
  # bucket_name: "BucketName",
1985
2014
  # },
1986
2015
  # },
2016
+ # upsolver: {
2017
+ # bucket_name: "UpsolverBucketName", # required
2018
+ # bucket_prefix: "BucketPrefix",
2019
+ # s3_output_format_config: { # required
2020
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
2021
+ # prefix_config: { # required
2022
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
2023
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
2024
+ # },
2025
+ # aggregation_config: {
2026
+ # aggregation_type: "None", # accepts None, SingleFile
2027
+ # },
2028
+ # },
2029
+ # },
1987
2030
  # }
1988
2031
  #
1989
2032
  # @!attribute [rw] redshift
@@ -2006,6 +2049,10 @@ module Aws::Appflow
2006
2049
  # The properties required to query Amazon EventBridge.
2007
2050
  # @return [Types::EventBridgeDestinationProperties]
2008
2051
  #
2052
+ # @!attribute [rw] upsolver
2053
+ # The properties required to query Upsolver.
2054
+ # @return [Types::UpsolverDestinationProperties]
2055
+ #
2009
2056
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationConnectorProperties AWS API Documentation
2010
2057
  #
2011
2058
  class DestinationConnectorProperties < Struct.new(
@@ -2013,7 +2060,8 @@ module Aws::Appflow
2013
2060
  :s3,
2014
2061
  :salesforce,
2015
2062
  :snowflake,
2016
- :event_bridge)
2063
+ :event_bridge,
2064
+ :upsolver)
2017
2065
  SENSITIVE = []
2018
2066
  include Aws::Structure
2019
2067
  end
@@ -2036,12 +2084,25 @@ module Aws::Appflow
2036
2084
  # they do.
2037
2085
  # @return [Boolean]
2038
2086
  #
2087
+ # @!attribute [rw] is_updatable
2088
+ # Specifies whether the field can be updated during an `UPDATE` or
2089
+ # `UPSERT` write operation.
2090
+ # @return [Boolean]
2091
+ #
2092
+ # @!attribute [rw] supported_write_operations
2093
+ # A list of supported write operations. For each write operation
2094
+ # listed, this field can be used in `idFieldNames` when that write
2095
+ # operation is present as a destination option.
2096
+ # @return [Array<String>]
2097
+ #
2039
2098
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationFieldProperties AWS API Documentation
2040
2099
  #
2041
2100
  class DestinationFieldProperties < Struct.new(
2042
2101
  :is_creatable,
2043
2102
  :is_nullable,
2044
- :is_upsertable)
2103
+ :is_upsertable,
2104
+ :is_updatable,
2105
+ :supported_write_operations)
2045
2106
  SENSITIVE = []
2046
2107
  include Aws::Structure
2047
2108
  end
@@ -2053,7 +2114,7 @@ module Aws::Appflow
2053
2114
  # data as a hash:
2054
2115
  #
2055
2116
  # {
2056
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
2117
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
2057
2118
  # connector_profile_name: "ConnectorProfileName",
2058
2119
  # destination_connector_properties: { # required
2059
2120
  # redshift: {
@@ -2082,11 +2143,13 @@ module Aws::Appflow
2082
2143
  # },
2083
2144
  # salesforce: {
2084
2145
  # object: "Object", # required
2146
+ # id_field_names: ["Name"],
2085
2147
  # error_handling_config: {
2086
2148
  # fail_on_first_destination_error: false,
2087
2149
  # bucket_prefix: "BucketPrefix",
2088
2150
  # bucket_name: "BucketName",
2089
2151
  # },
2152
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
2090
2153
  # },
2091
2154
  # snowflake: {
2092
2155
  # object: "Object", # required
@@ -2106,6 +2169,20 @@ module Aws::Appflow
2106
2169
  # bucket_name: "BucketName",
2107
2170
  # },
2108
2171
  # },
2172
+ # upsolver: {
2173
+ # bucket_name: "UpsolverBucketName", # required
2174
+ # bucket_prefix: "BucketPrefix",
2175
+ # s3_output_format_config: { # required
2176
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
2177
+ # prefix_config: { # required
2178
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
2179
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
2180
+ # },
2181
+ # aggregation_config: {
2182
+ # aggregation_type: "None", # accepts None, SingleFile
2183
+ # },
2184
+ # },
2185
+ # },
2109
2186
  # },
2110
2187
  # }
2111
2188
  #
@@ -2523,7 +2600,7 @@ module Aws::Appflow
2523
2600
  # @return [String]
2524
2601
  #
2525
2602
  # @!attribute [rw] client_secret
2526
- # The client secret used by the oauth client to authenticate to the
2603
+ # The client secret used by the OAuth client to authenticate to the
2527
2604
  # authorization server.
2528
2605
  # @return [String]
2529
2606
  #
@@ -2538,7 +2615,7 @@ module Aws::Appflow
2538
2615
  # @return [String]
2539
2616
  #
2540
2617
  # @!attribute [rw] o_auth_request
2541
- # The oauth requirement needed to request security tokens from the
2618
+ # The OAuth requirement needed to request security tokens from the
2542
2619
  # connector endpoint.
2543
2620
  # @return [Types::ConnectorOAuthRequest]
2544
2621
  #
@@ -2599,6 +2676,29 @@ module Aws::Appflow
2599
2676
  include Aws::Structure
2600
2677
  end
2601
2678
 
2679
+ # Specifies the configuration used when importing incremental records
2680
+ # from the source.
2681
+ #
2682
+ # @note When making an API call, you may pass IncrementalPullConfig
2683
+ # data as a hash:
2684
+ #
2685
+ # {
2686
+ # datetime_type_field_name: "DatetimeTypeFieldName",
2687
+ # }
2688
+ #
2689
+ # @!attribute [rw] datetime_type_field_name
2690
+ # A field that specifies the date time or timestamp field as the
2691
+ # criteria to use when importing incremental records from the source.
2692
+ # @return [String]
2693
+ #
2694
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/IncrementalPullConfig AWS API Documentation
2695
+ #
2696
+ class IncrementalPullConfig < Struct.new(
2697
+ :datetime_type_field_name)
2698
+ SENSITIVE = []
2699
+ include Aws::Structure
2700
+ end
2701
+
2602
2702
  # The connector-specific profile credentials required by Infor Nexus.
2603
2703
  #
2604
2704
  # @note When making an API call, you may pass InforNexusConnectorProfileCredentials
@@ -2706,7 +2806,7 @@ module Aws::Appflow
2706
2806
  #
2707
2807
  # {
2708
2808
  # 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
2809
+ # connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
2710
2810
  # entities_path: "EntitiesPath",
2711
2811
  # }
2712
2812
  #
@@ -2848,7 +2948,7 @@ module Aws::Appflow
2848
2948
  # @return [String]
2849
2949
  #
2850
2950
  # @!attribute [rw] client_secret
2851
- # The client secret used by the oauth client to authenticate to the
2951
+ # The client secret used by the OAuth client to authenticate to the
2852
2952
  # authorization server.
2853
2953
  # @return [String]
2854
2954
  #
@@ -2857,7 +2957,7 @@ module Aws::Appflow
2857
2957
  # @return [String]
2858
2958
  #
2859
2959
  # @!attribute [rw] o_auth_request
2860
- # The oauth requirement needed to request security tokens from the
2960
+ # The OAuth requirement needed to request security tokens from the
2861
2961
  # connector endpoint.
2862
2962
  # @return [Types::ConnectorOAuthRequest]
2863
2963
  #
@@ -3227,6 +3327,7 @@ module Aws::Appflow
3227
3327
  # auth_code: "AuthCode",
3228
3328
  # redirect_uri: "RedirectUri",
3229
3329
  # },
3330
+ # client_credentials_arn: "ClientCredentialsArn",
3230
3331
  # }
3231
3332
  #
3232
3333
  # @!attribute [rw] access_token
@@ -3238,17 +3339,23 @@ module Aws::Appflow
3238
3339
  # @return [String]
3239
3340
  #
3240
3341
  # @!attribute [rw] o_auth_request
3241
- # The oauth requirement needed to request security tokens from the
3342
+ # The OAuth requirement needed to request security tokens from the
3242
3343
  # connector endpoint.
3243
3344
  # @return [Types::ConnectorOAuthRequest]
3244
3345
  #
3346
+ # @!attribute [rw] client_credentials_arn
3347
+ # The secret manager ARN, which contains the client ID and client
3348
+ # secret of the connected app.
3349
+ # @return [String]
3350
+ #
3245
3351
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceConnectorProfileCredentials AWS API Documentation
3246
3352
  #
3247
3353
  class SalesforceConnectorProfileCredentials < Struct.new(
3248
3354
  :access_token,
3249
3355
  :refresh_token,
3250
- :o_auth_request)
3251
- SENSITIVE = [:access_token]
3356
+ :o_auth_request,
3357
+ :client_credentials_arn)
3358
+ SENSITIVE = [:access_token, :client_credentials_arn]
3252
3359
  include Aws::Structure
3253
3360
  end
3254
3361
 
@@ -3289,17 +3396,24 @@ module Aws::Appflow
3289
3396
  #
3290
3397
  # {
3291
3398
  # object: "Object", # required
3399
+ # id_field_names: ["Name"],
3292
3400
  # error_handling_config: {
3293
3401
  # fail_on_first_destination_error: false,
3294
3402
  # bucket_prefix: "BucketPrefix",
3295
3403
  # bucket_name: "BucketName",
3296
3404
  # },
3405
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
3297
3406
  # }
3298
3407
  #
3299
3408
  # @!attribute [rw] object
3300
3409
  # The object specified in the Salesforce flow destination.
3301
3410
  # @return [String]
3302
3411
  #
3412
+ # @!attribute [rw] id_field_names
3413
+ # The name of the field that Amazon AppFlow uses as an ID when
3414
+ # performing a write operation such as update or delete.
3415
+ # @return [Array<String>]
3416
+ #
3303
3417
  # @!attribute [rw] error_handling_config
3304
3418
  # The settings that determine how Amazon AppFlow handles an error when
3305
3419
  # placing data in the Salesforce destination. For example, this
@@ -3309,11 +3423,19 @@ module Aws::Appflow
3309
3423
  # destination connector details.
3310
3424
  # @return [Types::ErrorHandlingConfig]
3311
3425
  #
3426
+ # @!attribute [rw] write_operation_type
3427
+ # This specifies the type of write operation to be performed in
3428
+ # Salesforce. When the value is `UPSERT`, then `idFieldNames` is
3429
+ # required.
3430
+ # @return [String]
3431
+ #
3312
3432
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SalesforceDestinationProperties AWS API Documentation
3313
3433
  #
3314
3434
  class SalesforceDestinationProperties < Struct.new(
3315
3435
  :object,
3316
- :error_handling_config)
3436
+ :id_field_names,
3437
+ :error_handling_config,
3438
+ :write_operation_type)
3317
3439
  SENSITIVE = []
3318
3440
  include Aws::Structure
3319
3441
  end
@@ -3384,8 +3506,8 @@ module Aws::Appflow
3384
3506
  # }
3385
3507
  #
3386
3508
  # @!attribute [rw] schedule_expression
3387
- # The scheduling expression that determines when and how often the
3388
- # rule runs.
3509
+ # The scheduling expression that determines the rate at which the
3510
+ # schedule will run, for example `rate(5minutes)`.
3389
3511
  # @return [String]
3390
3512
  #
3391
3513
  # @!attribute [rw] data_pull_mode
@@ -3590,7 +3712,7 @@ module Aws::Appflow
3590
3712
  # @return [String]
3591
3713
  #
3592
3714
  # @!attribute [rw] client_secret
3593
- # The client secret used by the oauth client to authenticate to the
3715
+ # The client secret used by the OAuth client to authenticate to the
3594
3716
  # authorization server.
3595
3717
  # @return [String]
3596
3718
  #
@@ -3599,7 +3721,7 @@ module Aws::Appflow
3599
3721
  # @return [String]
3600
3722
  #
3601
3723
  # @!attribute [rw] o_auth_request
3602
- # The oauth requirement needed to request security tokens from the
3724
+ # The OAuth requirement needed to request security tokens from the
3603
3725
  # connector endpoint.
3604
3726
  # @return [Types::ConnectorOAuthRequest]
3605
3727
  #
@@ -3985,7 +4107,7 @@ module Aws::Appflow
3985
4107
  # data as a hash:
3986
4108
  #
3987
4109
  # {
3988
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
4110
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
3989
4111
  # connector_profile_name: "ConnectorProfileName",
3990
4112
  # source_connector_properties: { # required
3991
4113
  # amplitude: {
@@ -4034,6 +4156,9 @@ module Aws::Appflow
4034
4156
  # object: "Object", # required
4035
4157
  # },
4036
4158
  # },
4159
+ # incremental_pull_config: {
4160
+ # datetime_type_field_name: "DatetimeTypeFieldName",
4161
+ # },
4037
4162
  # }
4038
4163
  #
4039
4164
  # @!attribute [rw] connector_type
@@ -4050,12 +4175,19 @@ module Aws::Appflow
4050
4175
  # source connector.
4051
4176
  # @return [Types::SourceConnectorProperties]
4052
4177
  #
4178
+ # @!attribute [rw] incremental_pull_config
4179
+ # Defines the configuration for a scheduled incremental data pull. If
4180
+ # a valid configuration is provided, the fields specified in the
4181
+ # configuration are used when querying for the incremental data pull.
4182
+ # @return [Types::IncrementalPullConfig]
4183
+ #
4053
4184
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SourceFlowConfig AWS API Documentation
4054
4185
  #
4055
4186
  class SourceFlowConfig < Struct.new(
4056
4187
  :connector_type,
4057
4188
  :connector_profile_name,
4058
- :source_connector_properties)
4189
+ :source_connector_properties,
4190
+ :incremental_pull_config)
4059
4191
  SENSITIVE = []
4060
4192
  include Aws::Structure
4061
4193
  end
@@ -4088,11 +4220,18 @@ module Aws::Appflow
4088
4220
  # Indicates the current status of the flow.
4089
4221
  # @return [String]
4090
4222
  #
4223
+ # @!attribute [rw] execution_id
4224
+ # Returns the internal execution ID of an on-demand flow when the flow
4225
+ # is started. For scheduled or event-triggered flows, this value is
4226
+ # null.
4227
+ # @return [String]
4228
+ #
4091
4229
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/StartFlowResponse AWS API Documentation
4092
4230
  #
4093
4231
  class StartFlowResponse < Struct.new(
4094
4232
  :flow_arn,
4095
- :flow_status)
4233
+ :flow_status,
4234
+ :execution_id)
4096
4235
  SENSITIVE = []
4097
4236
  include Aws::Structure
4098
4237
  end
@@ -4526,6 +4665,7 @@ module Aws::Appflow
4526
4665
  # auth_code: "AuthCode",
4527
4666
  # redirect_uri: "RedirectUri",
4528
4667
  # },
4668
+ # client_credentials_arn: "ClientCredentialsArn",
4529
4669
  # },
4530
4670
  # service_now: {
4531
4671
  # username: "Username", # required
@@ -4622,7 +4762,7 @@ module Aws::Appflow
4622
4762
  # },
4623
4763
  # },
4624
4764
  # 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
4765
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
4626
4766
  # connector_profile_name: "ConnectorProfileName",
4627
4767
  # source_connector_properties: { # required
4628
4768
  # amplitude: {
@@ -4671,10 +4811,13 @@ module Aws::Appflow
4671
4811
  # object: "Object", # required
4672
4812
  # },
4673
4813
  # },
4814
+ # incremental_pull_config: {
4815
+ # datetime_type_field_name: "DatetimeTypeFieldName",
4816
+ # },
4674
4817
  # },
4675
4818
  # destination_flow_config_list: [ # required
4676
4819
  # {
4677
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
4820
+ # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, Upsolver
4678
4821
  # connector_profile_name: "ConnectorProfileName",
4679
4822
  # destination_connector_properties: { # required
4680
4823
  # redshift: {
@@ -4703,11 +4846,13 @@ module Aws::Appflow
4703
4846
  # },
4704
4847
  # salesforce: {
4705
4848
  # object: "Object", # required
4849
+ # id_field_names: ["Name"],
4706
4850
  # error_handling_config: {
4707
4851
  # fail_on_first_destination_error: false,
4708
4852
  # bucket_prefix: "BucketPrefix",
4709
4853
  # bucket_name: "BucketName",
4710
4854
  # },
4855
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
4711
4856
  # },
4712
4857
  # snowflake: {
4713
4858
  # object: "Object", # required
@@ -4727,6 +4872,20 @@ module Aws::Appflow
4727
4872
  # bucket_name: "BucketName",
4728
4873
  # },
4729
4874
  # },
4875
+ # upsolver: {
4876
+ # bucket_name: "UpsolverBucketName", # required
4877
+ # bucket_prefix: "BucketPrefix",
4878
+ # s3_output_format_config: { # required
4879
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
4880
+ # prefix_config: { # required
4881
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
4882
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
4883
+ # },
4884
+ # aggregation_config: {
4885
+ # aggregation_type: "None", # accepts None, SingleFile
4886
+ # },
4887
+ # },
4888
+ # },
4730
4889
  # },
4731
4890
  # },
4732
4891
  # ],
@@ -4811,6 +4970,101 @@ module Aws::Appflow
4811
4970
  include Aws::Structure
4812
4971
  end
4813
4972
 
4973
+ # The properties that are applied when Upsolver is used as a
4974
+ # destination.
4975
+ #
4976
+ # @note When making an API call, you may pass UpsolverDestinationProperties
4977
+ # data as a hash:
4978
+ #
4979
+ # {
4980
+ # bucket_name: "UpsolverBucketName", # required
4981
+ # bucket_prefix: "BucketPrefix",
4982
+ # s3_output_format_config: { # required
4983
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
4984
+ # prefix_config: { # required
4985
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
4986
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
4987
+ # },
4988
+ # aggregation_config: {
4989
+ # aggregation_type: "None", # accepts None, SingleFile
4990
+ # },
4991
+ # },
4992
+ # }
4993
+ #
4994
+ # @!attribute [rw] bucket_name
4995
+ # The Upsolver Amazon S3 bucket name in which Amazon AppFlow places
4996
+ # the transferred data.
4997
+ # @return [String]
4998
+ #
4999
+ # @!attribute [rw] bucket_prefix
5000
+ # The object key for the destination Upsolver Amazon S3 bucket in
5001
+ # which Amazon AppFlow places the files.
5002
+ # @return [String]
5003
+ #
5004
+ # @!attribute [rw] s3_output_format_config
5005
+ # The configuration that determines how data is formatted when
5006
+ # Upsolver is used as the flow destination.
5007
+ # @return [Types::UpsolverS3OutputFormatConfig]
5008
+ #
5009
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/UpsolverDestinationProperties AWS API Documentation
5010
+ #
5011
+ class UpsolverDestinationProperties < Struct.new(
5012
+ :bucket_name,
5013
+ :bucket_prefix,
5014
+ :s3_output_format_config)
5015
+ SENSITIVE = []
5016
+ include Aws::Structure
5017
+ end
5018
+
5019
+ # The connector metadata specific to Upsolver.
5020
+ #
5021
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/UpsolverMetadata AWS API Documentation
5022
+ #
5023
+ class UpsolverMetadata < Aws::EmptyStructure; end
5024
+
5025
+ # The configuration that determines how Amazon AppFlow formats the flow
5026
+ # output data when Upsolver is used as the destination.
5027
+ #
5028
+ # @note When making an API call, you may pass UpsolverS3OutputFormatConfig
5029
+ # data as a hash:
5030
+ #
5031
+ # {
5032
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
5033
+ # prefix_config: { # required
5034
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
5035
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
5036
+ # },
5037
+ # aggregation_config: {
5038
+ # aggregation_type: "None", # accepts None, SingleFile
5039
+ # },
5040
+ # }
5041
+ #
5042
+ # @!attribute [rw] file_type
5043
+ # Indicates the file type that Amazon AppFlow places in the Upsolver
5044
+ # Amazon S3 bucket.
5045
+ # @return [String]
5046
+ #
5047
+ # @!attribute [rw] prefix_config
5048
+ # Determines the prefix that Amazon AppFlow applies to the destination
5049
+ # folder name. You can name your destination folders according to the
5050
+ # flow frequency and date.
5051
+ # @return [Types::PrefixConfig]
5052
+ #
5053
+ # @!attribute [rw] aggregation_config
5054
+ # The aggregation settings that you can use to customize the output
5055
+ # format of your flow data.
5056
+ # @return [Types::AggregationConfig]
5057
+ #
5058
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/UpsolverS3OutputFormatConfig AWS API Documentation
5059
+ #
5060
+ class UpsolverS3OutputFormatConfig < Struct.new(
5061
+ :file_type,
5062
+ :prefix_config,
5063
+ :aggregation_config)
5064
+ SENSITIVE = []
5065
+ include Aws::Structure
5066
+ end
5067
+
4814
5068
  # The request has invalid or missing parameters.
4815
5069
  #
4816
5070
  # @!attribute [rw] message
@@ -4920,7 +5174,7 @@ module Aws::Appflow
4920
5174
  # @return [String]
4921
5175
  #
4922
5176
  # @!attribute [rw] client_secret
4923
- # The client secret used by the oauth client to authenticate to the
5177
+ # The client secret used by the OAuth client to authenticate to the
4924
5178
  # authorization server.
4925
5179
  # @return [String]
4926
5180
  #
@@ -4929,7 +5183,7 @@ module Aws::Appflow
4929
5183
  # @return [String]
4930
5184
  #
4931
5185
  # @!attribute [rw] o_auth_request
4932
- # The oauth requirement needed to request security tokens from the
5186
+ # The OAuth requirement needed to request security tokens from the
4933
5187
  # connector endpoint.
4934
5188
  # @return [Types::ConnectorOAuthRequest]
4935
5189
  #
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.0.0
4
+ version: 1.5.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: 2020-08-26 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement