aws-sdk-appflow 1.2.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67f83ad46bc52246586b966866258d704bc734286ab2ba3a4f6d0fc895cbf9d0
4
- data.tar.gz: 9e8690935cf0d6fe6fced30594fbd4fbbd2f7a981c84667116823a746416e520
3
+ metadata.gz: edb855d2bc8281cdb2e1b0d3c5e0112dc63e909c1823e7b939261c2ddc3e8410
4
+ data.tar.gz: bd889b9ba2537643615ca74702dd340d332ef97511b2f5795b8f0d2ba65ca988
5
5
  SHA512:
6
- metadata.gz: c2ad6b24753458da148fa838e50fe8195d9f76502b4006f6ab852701533c503948624ac4704fcadcf8fe36c54e5f3f031e166f3f2c172a8bbab950469fb9abb5
7
- data.tar.gz: bb36ce38f72c63897e2e89a582f64d5a3c2c0d0970196086519e1a06184d9d5c46c7a50f396b31f6b16ac7e92f93223898dd911154e63519527d2d12c618c603
6
+ metadata.gz: 81a24b736bf5bb68c37513d1950236d2b7a03279dd08462b35d2671e36c6f4f43fa7e271da0f7b451783ad87587c6c1f2c4e116911b5a34ac30116d6962daf54
7
+ data.tar.gz: a85b2b44a4181e12fd0e944c42467b68415307ed23963f7c46141814de88084fca61d430c800418c7c1ba0fbc7bb62c09882913b5540fe923f40bbbec6bb2e46
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-appflow/customizations'
48
48
  # @!group service
49
49
  module Aws::Appflow
50
50
 
51
- GEM_VERSION = '1.2.0'
51
+ GEM_VERSION = '1.7.0'
52
52
 
53
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, 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
@@ -467,6 +477,7 @@ module Aws::Appflow
467
477
  # auth_code: "AuthCode",
468
478
  # redirect_uri: "RedirectUri",
469
479
  # },
480
+ # client_credentials_arn: "ClientCredentialsArn",
470
481
  # },
471
482
  # service_now: {
472
483
  # username: "Username", # required
@@ -579,11 +590,13 @@ module Aws::Appflow
579
590
  # schedule_start_time: Time.now,
580
591
  # schedule_end_time: Time.now,
581
592
  # timezone: "Timezone",
593
+ # schedule_offset: 1,
594
+ # first_execution_from: Time.now,
582
595
  # },
583
596
  # },
584
597
  # },
585
598
  # 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
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
587
600
  # connector_profile_name: "ConnectorProfileName",
588
601
  # source_connector_properties: { # required
589
602
  # amplitude: {
@@ -632,10 +645,13 @@ module Aws::Appflow
632
645
  # object: "Object", # required
633
646
  # },
634
647
  # },
648
+ # incremental_pull_config: {
649
+ # datetime_type_field_name: "DatetimeTypeFieldName",
650
+ # },
635
651
  # },
636
652
  # destination_flow_config_list: [ # required
637
653
  # {
638
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
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
639
655
  # connector_profile_name: "ConnectorProfileName",
640
656
  # destination_connector_properties: { # required
641
657
  # redshift: {
@@ -664,11 +680,13 @@ module Aws::Appflow
664
680
  # },
665
681
  # salesforce: {
666
682
  # object: "Object", # required
683
+ # id_field_names: ["Name"],
667
684
  # error_handling_config: {
668
685
  # fail_on_first_destination_error: false,
669
686
  # bucket_prefix: "BucketPrefix",
670
687
  # bucket_name: "BucketName",
671
688
  # },
689
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
672
690
  # },
673
691
  # snowflake: {
674
692
  # object: "Object", # required
@@ -688,6 +706,34 @@ module Aws::Appflow
688
706
  # bucket_name: "BucketName",
689
707
  # },
690
708
  # },
709
+ # lookout_metrics: {
710
+ # },
711
+ # upsolver: {
712
+ # bucket_name: "UpsolverBucketName", # required
713
+ # bucket_prefix: "BucketPrefix",
714
+ # s3_output_format_config: { # required
715
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
716
+ # prefix_config: { # required
717
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
718
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
719
+ # },
720
+ # aggregation_config: {
721
+ # aggregation_type: "None", # accepts None, SingleFile
722
+ # },
723
+ # },
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
+ # },
691
737
  # },
692
738
  # },
693
739
  # ],
@@ -816,7 +862,7 @@ module Aws::Appflow
816
862
  #
817
863
  # resp = client.describe_connector_entity({
818
864
  # 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
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
820
866
  # connector_profile_name: "ConnectorProfileName",
821
867
  # })
822
868
  #
@@ -836,6 +882,9 @@ module Aws::Appflow
836
882
  # resp.connector_entity_fields[0].destination_properties.is_creatable #=> Boolean
837
883
  # resp.connector_entity_fields[0].destination_properties.is_nullable #=> Boolean
838
884
  # resp.connector_entity_fields[0].destination_properties.is_upsertable #=> Boolean
885
+ # resp.connector_entity_fields[0].destination_properties.is_updatable #=> Boolean
886
+ # resp.connector_entity_fields[0].destination_properties.supported_write_operations #=> Array
887
+ # resp.connector_entity_fields[0].destination_properties.supported_write_operations[0] #=> String, one of "INSERT", "UPSERT", "UPDATE"
839
888
  #
840
889
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeConnectorEntity AWS API Documentation
841
890
  #
@@ -880,7 +929,7 @@ module Aws::Appflow
880
929
  #
881
930
  # resp = client.describe_connector_profiles({
882
931
  # 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
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
884
933
  # max_results: 1,
885
934
  # next_token: "NextToken",
886
935
  # })
@@ -890,7 +939,7 @@ module Aws::Appflow
890
939
  # resp.connector_profile_details #=> Array
891
940
  # resp.connector_profile_details[0].connector_profile_arn #=> String
892
941
  # 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"
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"
894
943
  # resp.connector_profile_details[0].connection_mode #=> String, one of "Public", "Private"
895
944
  # resp.connector_profile_details[0].credentials_arn #=> String
896
945
  # resp.connector_profile_details[0].connector_profile_properties.datadog.instance_url #=> String
@@ -938,6 +987,12 @@ module Aws::Appflow
938
987
  # @option params [Array<String>] :connector_types
939
988
  # The type of connector, such as Salesforce, Amplitude, and so on.
940
989
  #
990
+ # <note markdown="1"> *Locke* refers to a new destination known as Amazon Connect Customer
991
+ # Profiles. At this time, we recommend that you do not use this
992
+ # destination.
993
+ #
994
+ # </note>
995
+ #
941
996
  # @option params [String] :next_token
942
997
  # The pagination token for the next page of data.
943
998
  #
@@ -951,7 +1006,7 @@ module Aws::Appflow
951
1006
  # @example Request syntax with placeholder values
952
1007
  #
953
1008
  # 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
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
955
1010
  # next_token: "NextToken",
956
1011
  # })
957
1012
  #
@@ -961,7 +1016,7 @@ module Aws::Appflow
961
1016
  # resp.connector_configurations["ConnectorType"].can_use_as_source #=> Boolean
962
1017
  # resp.connector_configurations["ConnectorType"].can_use_as_destination #=> Boolean
963
1018
  # 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"
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"
965
1020
  # resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies #=> Array
966
1021
  # resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies[0] #=> String, one of "BYMINUTE", "HOURLY", "DAILY", "WEEKLY", "MONTHLY", "ONCE"
967
1022
  # resp.connector_configurations["ConnectorType"].is_private_link_enabled #=> Boolean
@@ -978,6 +1033,8 @@ module Aws::Appflow
978
1033
  # resp.connector_configurations["ConnectorType"].connector_metadata.snowflake.supported_regions[0] #=> String
979
1034
  # resp.connector_configurations["ConnectorType"].connector_metadata.zendesk.o_auth_scopes #=> Array
980
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
981
1038
  # resp.next_token #=> String
982
1039
  #
983
1040
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeConnectors AWS API Documentation
@@ -1028,7 +1085,7 @@ module Aws::Appflow
1028
1085
  # resp.kms_arn #=> String
1029
1086
  # resp.flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
1030
1087
  # 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"
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"
1032
1089
  # resp.source_flow_config.connector_profile_name #=> String
1033
1090
  # resp.source_flow_config.source_connector_properties.amplitude.object #=> String
1034
1091
  # resp.source_flow_config.source_connector_properties.datadog.object #=> String
@@ -1047,8 +1104,9 @@ module Aws::Appflow
1047
1104
  # resp.source_flow_config.source_connector_properties.trendmicro.object #=> String
1048
1105
  # resp.source_flow_config.source_connector_properties.veeva.object #=> String
1049
1106
  # resp.source_flow_config.source_connector_properties.zendesk.object #=> String
1107
+ # resp.source_flow_config.incremental_pull_config.datetime_type_field_name #=> String
1050
1108
  # 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"
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"
1052
1110
  # resp.destination_flow_config_list[0].connector_profile_name #=> String
1053
1111
  # resp.destination_flow_config_list[0].destination_connector_properties.redshift.object #=> String
1054
1112
  # resp.destination_flow_config_list[0].destination_connector_properties.redshift.intermediate_bucket_name #=> String
@@ -1063,9 +1121,12 @@ module Aws::Appflow
1063
1121
  # 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
1122
  # resp.destination_flow_config_list[0].destination_connector_properties.s3.s3_output_format_config.aggregation_config.aggregation_type #=> String, one of "None", "SingleFile"
1065
1123
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.object #=> String
1124
+ # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.id_field_names #=> Array
1125
+ # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.id_field_names[0] #=> String
1066
1126
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.error_handling_config.fail_on_first_destination_error #=> Boolean
1067
1127
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.error_handling_config.bucket_prefix #=> String
1068
1128
  # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.error_handling_config.bucket_name #=> String
1129
+ # resp.destination_flow_config_list[0].destination_connector_properties.salesforce.write_operation_type #=> String, one of "INSERT", "UPSERT", "UPDATE"
1069
1130
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.object #=> String
1070
1131
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.intermediate_bucket_name #=> String
1071
1132
  # resp.destination_flow_config_list[0].destination_connector_properties.snowflake.bucket_prefix #=> String
@@ -1076,6 +1137,18 @@ module Aws::Appflow
1076
1137
  # resp.destination_flow_config_list[0].destination_connector_properties.event_bridge.error_handling_config.fail_on_first_destination_error #=> Boolean
1077
1138
  # resp.destination_flow_config_list[0].destination_connector_properties.event_bridge.error_handling_config.bucket_prefix #=> String
1078
1139
  # resp.destination_flow_config_list[0].destination_connector_properties.event_bridge.error_handling_config.bucket_name #=> String
1140
+ # resp.destination_flow_config_list[0].destination_connector_properties.upsolver.bucket_name #=> String
1141
+ # resp.destination_flow_config_list[0].destination_connector_properties.upsolver.bucket_prefix #=> String
1142
+ # resp.destination_flow_config_list[0].destination_connector_properties.upsolver.s3_output_format_config.file_type #=> String, one of "CSV", "JSON", "PARQUET"
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"
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"
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
1079
1152
  # resp.last_run_execution_details.most_recent_execution_message #=> String
1080
1153
  # resp.last_run_execution_details.most_recent_execution_time #=> Time
1081
1154
  # resp.last_run_execution_details.most_recent_execution_status #=> String, one of "InProgress", "Successful", "Error"
@@ -1085,6 +1158,8 @@ module Aws::Appflow
1085
1158
  # resp.trigger_config.trigger_properties.scheduled.schedule_start_time #=> Time
1086
1159
  # resp.trigger_config.trigger_properties.scheduled.schedule_end_time #=> Time
1087
1160
  # resp.trigger_config.trigger_properties.scheduled.timezone #=> String
1161
+ # resp.trigger_config.trigger_properties.scheduled.schedule_offset #=> Integer
1162
+ # resp.trigger_config.trigger_properties.scheduled.first_execution_from #=> Time
1088
1163
  # resp.tasks #=> Array
1089
1164
  # resp.tasks[0].source_fields #=> Array
1090
1165
  # resp.tasks[0].source_fields[0] #=> String
@@ -1163,6 +1238,8 @@ module Aws::Appflow
1163
1238
  # resp.flow_executions[0].execution_result.records_processed #=> Integer
1164
1239
  # resp.flow_executions[0].started_at #=> Time
1165
1240
  # resp.flow_executions[0].last_updated_at #=> Time
1241
+ # resp.flow_executions[0].data_pull_start_time #=> Time
1242
+ # resp.flow_executions[0].data_pull_end_time #=> Time
1166
1243
  # resp.next_token #=> String
1167
1244
  #
1168
1245
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeFlowExecutionRecords AWS API Documentation
@@ -1203,7 +1280,7 @@ module Aws::Appflow
1203
1280
  #
1204
1281
  # resp = client.list_connector_entities({
1205
1282
  # 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
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
1207
1284
  # entities_path: "EntitiesPath",
1208
1285
  # })
1209
1286
  #
@@ -1254,8 +1331,8 @@ module Aws::Appflow
1254
1331
  # resp.flows[0].description #=> String
1255
1332
  # resp.flows[0].flow_name #=> String
1256
1333
  # 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"
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"
1259
1336
  # resp.flows[0].trigger_type #=> String, one of "Scheduled", "Event", "OnDemand"
1260
1337
  # resp.flows[0].created_at #=> Time
1261
1338
  # resp.flows[0].last_updated_at #=> Time
@@ -1318,6 +1395,7 @@ module Aws::Appflow
1318
1395
  #
1319
1396
  # * {Types::StartFlowResponse#flow_arn #flow_arn} => String
1320
1397
  # * {Types::StartFlowResponse#flow_status #flow_status} => String
1398
+ # * {Types::StartFlowResponse#execution_id #execution_id} => String
1321
1399
  #
1322
1400
  # @example Request syntax with placeholder values
1323
1401
  #
@@ -1329,6 +1407,7 @@ module Aws::Appflow
1329
1407
  #
1330
1408
  # resp.flow_arn #=> String
1331
1409
  # resp.flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
1410
+ # resp.execution_id #=> String
1332
1411
  #
1333
1412
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/StartFlow AWS API Documentation
1334
1413
  #
@@ -1460,6 +1539,8 @@ module Aws::Appflow
1460
1539
  # },
1461
1540
  # google_analytics: {
1462
1541
  # },
1542
+ # honeycode: {
1543
+ # },
1463
1544
  # infor_nexus: {
1464
1545
  # instance_url: "InstanceUrl", # required
1465
1546
  # },
@@ -1524,6 +1605,14 @@ module Aws::Appflow
1524
1605
  # redirect_uri: "RedirectUri",
1525
1606
  # },
1526
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
+ # },
1527
1616
  # infor_nexus: {
1528
1617
  # access_key_id: "AccessKeyId", # required
1529
1618
  # user_id: "Username", # required
@@ -1550,6 +1639,7 @@ module Aws::Appflow
1550
1639
  # auth_code: "AuthCode",
1551
1640
  # redirect_uri: "RedirectUri",
1552
1641
  # },
1642
+ # client_credentials_arn: "ClientCredentialsArn",
1553
1643
  # },
1554
1644
  # service_now: {
1555
1645
  # username: "Username", # required
@@ -1646,11 +1736,13 @@ module Aws::Appflow
1646
1736
  # schedule_start_time: Time.now,
1647
1737
  # schedule_end_time: Time.now,
1648
1738
  # timezone: "Timezone",
1739
+ # schedule_offset: 1,
1740
+ # first_execution_from: Time.now,
1649
1741
  # },
1650
1742
  # },
1651
1743
  # },
1652
1744
  # 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
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
1654
1746
  # connector_profile_name: "ConnectorProfileName",
1655
1747
  # source_connector_properties: { # required
1656
1748
  # amplitude: {
@@ -1699,10 +1791,13 @@ module Aws::Appflow
1699
1791
  # object: "Object", # required
1700
1792
  # },
1701
1793
  # },
1794
+ # incremental_pull_config: {
1795
+ # datetime_type_field_name: "DatetimeTypeFieldName",
1796
+ # },
1702
1797
  # },
1703
1798
  # destination_flow_config_list: [ # required
1704
1799
  # {
1705
- # connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
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
1706
1801
  # connector_profile_name: "ConnectorProfileName",
1707
1802
  # destination_connector_properties: { # required
1708
1803
  # redshift: {
@@ -1731,11 +1826,13 @@ module Aws::Appflow
1731
1826
  # },
1732
1827
  # salesforce: {
1733
1828
  # object: "Object", # required
1829
+ # id_field_names: ["Name"],
1734
1830
  # error_handling_config: {
1735
1831
  # fail_on_first_destination_error: false,
1736
1832
  # bucket_prefix: "BucketPrefix",
1737
1833
  # bucket_name: "BucketName",
1738
1834
  # },
1835
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
1739
1836
  # },
1740
1837
  # snowflake: {
1741
1838
  # object: "Object", # required
@@ -1755,6 +1852,34 @@ module Aws::Appflow
1755
1852
  # bucket_name: "BucketName",
1756
1853
  # },
1757
1854
  # },
1855
+ # lookout_metrics: {
1856
+ # },
1857
+ # upsolver: {
1858
+ # bucket_name: "UpsolverBucketName", # required
1859
+ # bucket_prefix: "BucketPrefix",
1860
+ # s3_output_format_config: { # required
1861
+ # file_type: "CSV", # accepts CSV, JSON, PARQUET
1862
+ # prefix_config: { # required
1863
+ # prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
1864
+ # prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
1865
+ # },
1866
+ # aggregation_config: {
1867
+ # aggregation_type: "None", # accepts None, SingleFile
1868
+ # },
1869
+ # },
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
+ # },
1758
1883
  # },
1759
1884
  # },
1760
1885
  # ],
@@ -1812,7 +1937,7 @@ module Aws::Appflow
1812
1937
  params: params,
1813
1938
  config: config)
1814
1939
  context[:gem_name] = 'aws-sdk-appflow'
1815
- context[:gem_version] = '1.2.0'
1940
+ context[:gem_version] = '1.7.0'
1816
1941
  Seahorse::Client::Request.new(handlers, context)
1817
1942
  end
1818
1943
 
@@ -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')
@@ -63,6 +64,8 @@ module Aws::Appflow
63
64
  CreateFlowRequest = Shapes::StructureShape.new(name: 'CreateFlowRequest')
64
65
  CreateFlowResponse = Shapes::StructureShape.new(name: 'CreateFlowResponse')
65
66
  CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
67
+ CustomerProfilesDestinationProperties = Shapes::StructureShape.new(name: 'CustomerProfilesDestinationProperties')
68
+ CustomerProfilesMetadata = Shapes::StructureShape.new(name: 'CustomerProfilesMetadata')
66
69
  DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
67
70
  DatabaseUrl = Shapes::StringShape.new(name: 'DatabaseUrl')
68
71
  DatadogConnectorOperator = Shapes::StringShape.new(name: 'DatadogConnectorOperator')
@@ -71,6 +74,7 @@ module Aws::Appflow
71
74
  DatadogMetadata = Shapes::StructureShape.new(name: 'DatadogMetadata')
72
75
  DatadogSourceProperties = Shapes::StructureShape.new(name: 'DatadogSourceProperties')
73
76
  Date = Shapes::TimestampShape.new(name: 'Date')
77
+ DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
74
78
  DeleteConnectorProfileRequest = Shapes::StructureShape.new(name: 'DeleteConnectorProfileRequest')
75
79
  DeleteConnectorProfileResponse = Shapes::StructureShape.new(name: 'DeleteConnectorProfileResponse')
76
80
  DeleteFlowRequest = Shapes::StructureShape.new(name: 'DeleteFlowRequest')
@@ -91,6 +95,7 @@ module Aws::Appflow
91
95
  DestinationFieldProperties = Shapes::StructureShape.new(name: 'DestinationFieldProperties')
92
96
  DestinationFlowConfig = Shapes::StructureShape.new(name: 'DestinationFlowConfig')
93
97
  DestinationFlowConfigList = Shapes::ListShape.new(name: 'DestinationFlowConfigList')
98
+ DomainName = Shapes::StringShape.new(name: 'DomainName')
94
99
  DynatraceConnectorOperator = Shapes::StringShape.new(name: 'DynatraceConnectorOperator')
95
100
  DynatraceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileCredentials')
96
101
  DynatraceConnectorProfileProperties = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileProperties')
@@ -126,7 +131,13 @@ module Aws::Appflow
126
131
  GoogleAnalyticsMetadata = Shapes::StructureShape.new(name: 'GoogleAnalyticsMetadata')
127
132
  GoogleAnalyticsSourceProperties = Shapes::StructureShape.new(name: 'GoogleAnalyticsSourceProperties')
128
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')
138
+ IdFieldNameList = Shapes::ListShape.new(name: 'IdFieldNameList')
129
139
  Identifier = Shapes::StringShape.new(name: 'Identifier')
140
+ IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
130
141
  InforNexusConnectorOperator = Shapes::StringShape.new(name: 'InforNexusConnectorOperator')
131
142
  InforNexusConnectorProfileCredentials = Shapes::StructureShape.new(name: 'InforNexusConnectorProfileCredentials')
132
143
  InforNexusConnectorProfileProperties = Shapes::StructureShape.new(name: 'InforNexusConnectorProfileProperties')
@@ -144,6 +155,7 @@ module Aws::Appflow
144
155
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
145
156
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
146
157
  Long = Shapes::IntegerShape.new(name: 'Long')
158
+ LookoutMetricsDestinationProperties = Shapes::StructureShape.new(name: 'LookoutMetricsDestinationProperties')
147
159
  MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
148
160
  MarketoConnectorProfileCredentials = Shapes::StructureShape.new(name: 'MarketoConnectorProfileCredentials')
149
161
  MarketoConnectorProfileProperties = Shapes::StructureShape.new(name: 'MarketoConnectorProfileProperties')
@@ -156,6 +168,7 @@ module Aws::Appflow
156
168
  OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
157
169
  OAuthScopeList = Shapes::ListShape.new(name: 'OAuthScopeList')
158
170
  Object = Shapes::StringShape.new(name: 'Object')
171
+ ObjectTypeName = Shapes::StringShape.new(name: 'ObjectTypeName')
159
172
  Operator = Shapes::StringShape.new(name: 'Operator')
160
173
  OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
161
174
  Password = Shapes::StringShape.new(name: 'Password')
@@ -187,6 +200,7 @@ module Aws::Appflow
187
200
  SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
188
201
  ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
189
202
  ScheduleFrequencyType = Shapes::StringShape.new(name: 'ScheduleFrequencyType')
203
+ ScheduleOffset = Shapes::IntegerShape.new(name: 'ScheduleOffset')
190
204
  ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
191
205
  SchedulingFrequencyTypeList = Shapes::ListShape.new(name: 'SchedulingFrequencyTypeList')
192
206
  SecretKey = Shapes::StringShape.new(name: 'SecretKey')
@@ -222,6 +236,7 @@ module Aws::Appflow
222
236
  String = Shapes::StringShape.new(name: 'String')
223
237
  SupportedFieldTypeDetails = Shapes::StructureShape.new(name: 'SupportedFieldTypeDetails')
224
238
  SupportedValueList = Shapes::ListShape.new(name: 'SupportedValueList')
239
+ SupportedWriteOperationList = Shapes::ListShape.new(name: 'SupportedWriteOperationList')
225
240
  TagKey = Shapes::StringShape.new(name: 'TagKey')
226
241
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
227
242
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -250,6 +265,10 @@ module Aws::Appflow
250
265
  UpdateFlowRequest = Shapes::StructureShape.new(name: 'UpdateFlowRequest')
251
266
  UpdateFlowResponse = Shapes::StructureShape.new(name: 'UpdateFlowResponse')
252
267
  UpdatedBy = Shapes::StringShape.new(name: 'UpdatedBy')
268
+ UpsolverBucketName = Shapes::StringShape.new(name: 'UpsolverBucketName')
269
+ UpsolverDestinationProperties = Shapes::StructureShape.new(name: 'UpsolverDestinationProperties')
270
+ UpsolverMetadata = Shapes::StructureShape.new(name: 'UpsolverMetadata')
271
+ UpsolverS3OutputFormatConfig = Shapes::StructureShape.new(name: 'UpsolverS3OutputFormatConfig')
253
272
  Username = Shapes::StringShape.new(name: 'Username')
254
273
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
255
274
  Value = Shapes::StringShape.new(name: 'Value')
@@ -259,6 +278,7 @@ module Aws::Appflow
259
278
  VeevaMetadata = Shapes::StructureShape.new(name: 'VeevaMetadata')
260
279
  VeevaSourceProperties = Shapes::StructureShape.new(name: 'VeevaSourceProperties')
261
280
  Warehouse = Shapes::StringShape.new(name: 'Warehouse')
281
+ WriteOperationType = Shapes::StringShape.new(name: 'WriteOperationType')
262
282
  ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
263
283
  ZendeskConnectorProfileCredentials = Shapes::StructureShape.new(name: 'ZendeskConnectorProfileCredentials')
264
284
  ZendeskConnectorProfileProperties = Shapes::StructureShape.new(name: 'ZendeskConnectorProfileProperties')
@@ -335,6 +355,9 @@ module Aws::Appflow
335
355
  ConnectorMetadata.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaMetadata, location_name: "Veeva"))
336
356
  ConnectorMetadata.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskMetadata, location_name: "Zendesk"))
337
357
  ConnectorMetadata.add_member(:event_bridge, Shapes::ShapeRef.new(shape: EventBridgeMetadata, location_name: "EventBridge"))
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"))
338
361
  ConnectorMetadata.struct_class = Types::ConnectorMetadata
339
362
 
340
363
  ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
@@ -375,6 +398,7 @@ module Aws::Appflow
375
398
  ConnectorProfileCredentials.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogConnectorProfileCredentials, location_name: "Datadog"))
376
399
  ConnectorProfileCredentials.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConnectorProfileCredentials, location_name: "Dynatrace"))
377
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"))
378
402
  ConnectorProfileCredentials.add_member(:infor_nexus, Shapes::ShapeRef.new(shape: InforNexusConnectorProfileCredentials, location_name: "InforNexus"))
379
403
  ConnectorProfileCredentials.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorProfileCredentials, location_name: "Marketo"))
380
404
  ConnectorProfileCredentials.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftConnectorProfileCredentials, location_name: "Redshift"))
@@ -396,6 +420,7 @@ module Aws::Appflow
396
420
  ConnectorProfileProperties.add_member(:datadog, Shapes::ShapeRef.new(shape: DatadogConnectorProfileProperties, location_name: "Datadog"))
397
421
  ConnectorProfileProperties.add_member(:dynatrace, Shapes::ShapeRef.new(shape: DynatraceConnectorProfileProperties, location_name: "Dynatrace"))
398
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"))
399
424
  ConnectorProfileProperties.add_member(:infor_nexus, Shapes::ShapeRef.new(shape: InforNexusConnectorProfileProperties, location_name: "InforNexus"))
400
425
  ConnectorProfileProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorProfileProperties, location_name: "Marketo"))
401
426
  ConnectorProfileProperties.add_member(:redshift, Shapes::ShapeRef.new(shape: RedshiftConnectorProfileProperties, location_name: "Redshift"))
@@ -438,6 +463,12 @@ module Aws::Appflow
438
463
  CreateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
439
464
  CreateFlowResponse.struct_class = Types::CreateFlowResponse
440
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
+
441
472
  DatadogConnectorProfileCredentials.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKey, required: true, location_name: "apiKey"))
442
473
  DatadogConnectorProfileCredentials.add_member(:application_key, Shapes::ShapeRef.new(shape: ApplicationKey, required: true, location_name: "applicationKey"))
443
474
  DatadogConnectorProfileCredentials.struct_class = Types::DatadogConnectorProfileCredentials
@@ -523,11 +554,17 @@ module Aws::Appflow
523
554
  DestinationConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceDestinationProperties, location_name: "Salesforce"))
524
555
  DestinationConnectorProperties.add_member(:snowflake, Shapes::ShapeRef.new(shape: SnowflakeDestinationProperties, location_name: "Snowflake"))
525
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"))
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"))
526
561
  DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
527
562
 
528
563
  DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
529
564
  DestinationFieldProperties.add_member(:is_nullable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isNullable"))
530
565
  DestinationFieldProperties.add_member(:is_upsertable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUpsertable"))
566
+ DestinationFieldProperties.add_member(:is_updatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isUpdatable"))
567
+ DestinationFieldProperties.add_member(:supported_write_operations, Shapes::ShapeRef.new(shape: SupportedWriteOperationList, location_name: "supportedWriteOperations"))
531
568
  DestinationFieldProperties.struct_class = Types::DestinationFieldProperties
532
569
 
533
570
  DestinationFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
@@ -573,6 +610,8 @@ module Aws::Appflow
573
610
  ExecutionRecord.add_member(:execution_result, Shapes::ShapeRef.new(shape: ExecutionResult, location_name: "executionResult"))
574
611
  ExecutionRecord.add_member(:started_at, Shapes::ShapeRef.new(shape: Date, location_name: "startedAt"))
575
612
  ExecutionRecord.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
613
+ ExecutionRecord.add_member(:data_pull_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "dataPullStartTime"))
614
+ ExecutionRecord.add_member(:data_pull_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "dataPullEndTime"))
576
615
  ExecutionRecord.struct_class = Types::ExecutionRecord
577
616
 
578
617
  ExecutionResult.add_member(:error_info, Shapes::ShapeRef.new(shape: ErrorInfo, location_name: "errorInfo"))
@@ -622,6 +661,25 @@ module Aws::Appflow
622
661
  GoogleAnalyticsSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
623
662
  GoogleAnalyticsSourceProperties.struct_class = Types::GoogleAnalyticsSourceProperties
624
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
+
678
+ IdFieldNameList.member = Shapes::ShapeRef.new(shape: Name)
679
+
680
+ IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "datetimeTypeFieldName"))
681
+ IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
682
+
625
683
  InforNexusConnectorProfileCredentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: AccessKeyId, required: true, location_name: "accessKeyId"))
626
684
  InforNexusConnectorProfileCredentials.add_member(:user_id, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "userId"))
627
685
  InforNexusConnectorProfileCredentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "secretAccessKey"))
@@ -661,6 +719,8 @@ module Aws::Appflow
661
719
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
662
720
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
663
721
 
722
+ LookoutMetricsDestinationProperties.struct_class = Types::LookoutMetricsDestinationProperties
723
+
664
724
  MarketoConnectorProfileCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
665
725
  MarketoConnectorProfileCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
666
726
  MarketoConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
@@ -723,6 +783,7 @@ module Aws::Appflow
723
783
  SalesforceConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
724
784
  SalesforceConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
725
785
  SalesforceConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
786
+ SalesforceConnectorProfileCredentials.add_member(:client_credentials_arn, Shapes::ShapeRef.new(shape: ClientCredentialsArn, location_name: "clientCredentialsArn"))
726
787
  SalesforceConnectorProfileCredentials.struct_class = Types::SalesforceConnectorProfileCredentials
727
788
 
728
789
  SalesforceConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, location_name: "instanceUrl"))
@@ -730,7 +791,9 @@ module Aws::Appflow
730
791
  SalesforceConnectorProfileProperties.struct_class = Types::SalesforceConnectorProfileProperties
731
792
 
732
793
  SalesforceDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
794
+ SalesforceDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
733
795
  SalesforceDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
796
+ SalesforceDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
734
797
  SalesforceDestinationProperties.struct_class = Types::SalesforceDestinationProperties
735
798
 
736
799
  SalesforceMetadata.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, location_name: "oAuthScopes"))
@@ -746,6 +809,8 @@ module Aws::Appflow
746
809
  ScheduledTriggerProperties.add_member(:schedule_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "scheduleStartTime"))
747
810
  ScheduledTriggerProperties.add_member(:schedule_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "scheduleEndTime"))
748
811
  ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
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"))
749
814
  ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
750
815
 
751
816
  SchedulingFrequencyTypeList.member = Shapes::ShapeRef.new(shape: ScheduleFrequencyType)
@@ -837,6 +902,7 @@ module Aws::Appflow
837
902
  SourceFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: ConnectorType, required: true, location_name: "connectorType"))
838
903
  SourceFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "connectorProfileName"))
839
904
  SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "sourceConnectorProperties"))
905
+ SourceFlowConfig.add_member(:incremental_pull_config, Shapes::ShapeRef.new(shape: IncrementalPullConfig, location_name: "incrementalPullConfig"))
840
906
  SourceFlowConfig.struct_class = Types::SourceFlowConfig
841
907
 
842
908
  StartFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
@@ -844,6 +910,7 @@ module Aws::Appflow
844
910
 
845
911
  StartFlowResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: FlowArn, location_name: "flowArn"))
846
912
  StartFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
913
+ StartFlowResponse.add_member(:execution_id, Shapes::ShapeRef.new(shape: ExecutionId, location_name: "executionId"))
847
914
  StartFlowResponse.struct_class = Types::StartFlowResponse
848
915
 
849
916
  StopFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
@@ -858,6 +925,8 @@ module Aws::Appflow
858
925
 
859
926
  SupportedValueList.member = Shapes::ShapeRef.new(shape: Value)
860
927
 
928
+ SupportedWriteOperationList.member = Shapes::ShapeRef.new(shape: WriteOperationType)
929
+
861
930
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
862
931
 
863
932
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -928,6 +997,18 @@ module Aws::Appflow
928
997
  UpdateFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
929
998
  UpdateFlowResponse.struct_class = Types::UpdateFlowResponse
930
999
 
1000
+ UpsolverDestinationProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: UpsolverBucketName, required: true, location_name: "bucketName"))
1001
+ UpsolverDestinationProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
1002
+ UpsolverDestinationProperties.add_member(:s3_output_format_config, Shapes::ShapeRef.new(shape: UpsolverS3OutputFormatConfig, required: true, location_name: "s3OutputFormatConfig"))
1003
+ UpsolverDestinationProperties.struct_class = Types::UpsolverDestinationProperties
1004
+
1005
+ UpsolverMetadata.struct_class = Types::UpsolverMetadata
1006
+
1007
+ UpsolverS3OutputFormatConfig.add_member(:file_type, Shapes::ShapeRef.new(shape: FileType, location_name: "fileType"))
1008
+ UpsolverS3OutputFormatConfig.add_member(:prefix_config, Shapes::ShapeRef.new(shape: PrefixConfig, required: true, location_name: "prefixConfig"))
1009
+ UpsolverS3OutputFormatConfig.add_member(:aggregation_config, Shapes::ShapeRef.new(shape: AggregationConfig, location_name: "aggregationConfig"))
1010
+ UpsolverS3OutputFormatConfig.struct_class = Types::UpsolverS3OutputFormatConfig
1011
+
931
1012
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
932
1013
  ValidationException.struct_class = Types::ValidationException
933
1014