aws-sdk-appflow 1.13.0 → 1.17.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: 971ec82439fae74d609bb839e15f4cc62f5078e6f23c115df2ef735a6b312fb9
4
- data.tar.gz: 1beba46aa3c4b861f855efadc5f1c4e37561571dbb4be26a19bcb029aa3b5f8c
3
+ metadata.gz: 6355a56c286f9368938424778f03baadf594c36cdb6cbcb9b11428926d143ee6
4
+ data.tar.gz: 340ac8408380d70be14105a85189b5d16cc0931dcf1cd49dd91d016ef722736d
5
5
  SHA512:
6
- metadata.gz: 03e3dcec836ed71e36c1978b5d1361a7371161b8bef7b722f449cc432033a721c5fe856429b96a037421987591ed160a0499974f74a2791cf61539f693a0bab5
7
- data.tar.gz: a922c99f40d40bf065be063b74d986271c3c9eb9da6550ede363338752fe7110d8fcaddbf9e1c2dbaa82b4a9ce96cc1413e2fea6f872bc57e149e8f56d826b45
6
+ metadata.gz: 7091c2303e85f0a82740e0710886e05e268b4c85b48a466e51eaf611aa8922fe4b24cc1cef7b4f8e0a8203e222e0f1c0fee437158668845484040ec6e0b95ea1
7
+ data.tar.gz: c7b293f3779572c4a1341756b574ea1a710f27b815da489cb874767f3fb60dadc7dda00b9039375733a116e07557d762600c339ca6c4121f572180cc8b1fb77e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2021-10-20)
5
+ ------------------
6
+
7
+ * Feature - Feature to add support for JSON-L format for S3 as a source.
8
+
9
+ 1.16.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.15.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.14.0 (2021-08-19)
20
+ ------------------
21
+
22
+ * Feature - This release adds support for SAPOData connector and extends Veeva connector for document extraction.
23
+
4
24
  1.13.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.17.0
@@ -327,15 +327,15 @@ module Aws::Appflow
327
327
 
328
328
  # @!group API Operations
329
329
 
330
- # Creates a new connector profile associated with your AWS account.
331
- # There is a soft quota of 100 connector profiles per AWS account. If
332
- # you need more connector profiles than this quota allows, you can
333
- # submit a request to the Amazon AppFlow team through the Amazon AppFlow
334
- # support channel.
330
+ # Creates a new connector profile associated with your Amazon Web
331
+ # Services account. There is a soft quota of 100 connector profiles per
332
+ # Amazon Web Services account. If you need more connector profiles than
333
+ # this quota allows, you can submit a request to the Amazon AppFlow team
334
+ # through the Amazon AppFlow support channel.
335
335
  #
336
336
  # @option params [required, String] :connector_profile_name
337
337
  # The name of the connector profile. The name is unique for each
338
- # `ConnectorProfile` in your AWS account.
338
+ # `ConnectorProfile` in your Amazon Web Services account.
339
339
  #
340
340
  # @option params [String] :kms_arn
341
341
  # The ARN (Amazon Resource Name) of the Key Management Service (KMS) key
@@ -348,8 +348,9 @@ module Aws::Appflow
348
348
  #
349
349
  # @option params [required, String] :connection_mode
350
350
  # Indicates the connection mode and specifies whether it is public or
351
- # private. Private flows use AWS PrivateLink to route data over AWS
352
- # infrastructure without exposing it to the public internet.
351
+ # private. Private flows use Amazon Web Services PrivateLink to route
352
+ # data over Amazon Web Services infrastructure without exposing it to
353
+ # the public internet.
353
354
  #
354
355
  # @option params [required, Types::ConnectorProfileConfig] :connector_profile_config
355
356
  # Defines the connector-specific configuration and credentials.
@@ -363,7 +364,7 @@ module Aws::Appflow
363
364
  # resp = client.create_connector_profile({
364
365
  # connector_profile_name: "ConnectorProfileName", # required
365
366
  # 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, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles
367
+ # 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, SAPOData
367
368
  # connection_mode: "Public", # required, accepts Public, Private
368
369
  # connector_profile_config: { # required
369
370
  # connector_profile_properties: { # required
@@ -420,6 +421,19 @@ module Aws::Appflow
420
421
  # zendesk: {
421
422
  # instance_url: "InstanceUrl", # required
422
423
  # },
424
+ # sapo_data: {
425
+ # application_host_url: "ApplicationHostUrl", # required
426
+ # application_service_path: "ApplicationServicePath", # required
427
+ # port_number: 1, # required
428
+ # client_number: "ClientNumber", # required
429
+ # logon_language: "LogonLanguage",
430
+ # private_link_service_name: "PrivateLinkServiceName",
431
+ # o_auth_properties: {
432
+ # token_url: "TokenUrl", # required
433
+ # auth_code_url: "AuthCodeUrl", # required
434
+ # o_auth_scopes: ["OAuthScope"], # required
435
+ # },
436
+ # },
423
437
  # },
424
438
  # connector_profile_credentials: { # required
425
439
  # amplitude: {
@@ -515,6 +529,22 @@ module Aws::Appflow
515
529
  # redirect_uri: "RedirectUri",
516
530
  # },
517
531
  # },
532
+ # sapo_data: {
533
+ # basic_auth_credentials: {
534
+ # username: "Username", # required
535
+ # password: "Password", # required
536
+ # },
537
+ # o_auth_credentials: {
538
+ # client_id: "ClientId", # required
539
+ # client_secret: "ClientSecret", # required
540
+ # access_token: "AccessToken",
541
+ # refresh_token: "RefreshToken",
542
+ # o_auth_request: {
543
+ # auth_code: "AuthCode",
544
+ # redirect_uri: "RedirectUri",
545
+ # },
546
+ # },
547
+ # },
518
548
  # },
519
549
  # },
520
550
  # })
@@ -596,7 +626,7 @@ module Aws::Appflow
596
626
  # },
597
627
  # },
598
628
  # source_flow_config: { # required
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
629
+ # 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, SAPOData
600
630
  # connector_profile_name: "ConnectorProfileName",
601
631
  # source_connector_properties: { # required
602
632
  # amplitude: {
@@ -620,6 +650,9 @@ module Aws::Appflow
620
650
  # s3: {
621
651
  # bucket_name: "BucketName", # required
622
652
  # bucket_prefix: "BucketPrefix",
653
+ # s3_input_format_config: {
654
+ # s3_input_file_type: "CSV", # accepts CSV, JSON
655
+ # },
623
656
  # },
624
657
  # salesforce: {
625
658
  # object: "Object", # required
@@ -640,10 +673,17 @@ module Aws::Appflow
640
673
  # },
641
674
  # veeva: {
642
675
  # object: "Object", # required
676
+ # document_type: "DocumentType",
677
+ # include_source_files: false,
678
+ # include_renditions: false,
679
+ # include_all_versions: false,
643
680
  # },
644
681
  # zendesk: {
645
682
  # object: "Object", # required
646
683
  # },
684
+ # sapo_data: {
685
+ # object_path: "Object",
686
+ # },
647
687
  # },
648
688
  # incremental_pull_config: {
649
689
  # datetime_type_field_name: "DatetimeTypeFieldName",
@@ -651,7 +691,7 @@ module Aws::Appflow
651
691
  # },
652
692
  # destination_flow_config_list: [ # required
653
693
  # {
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
694
+ # 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, SAPOData
655
695
  # connector_profile_name: "ConnectorProfileName",
656
696
  # destination_connector_properties: { # required
657
697
  # redshift: {
@@ -765,6 +805,7 @@ module Aws::Appflow
765
805
  # trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
766
806
  # veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
767
807
  # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
808
+ # sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
768
809
  # },
769
810
  # destination_field: "DestinationField",
770
811
  # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
@@ -862,7 +903,7 @@ module Aws::Appflow
862
903
  #
863
904
  # @option params [String] :connector_profile_name
864
905
  # The name of the connector profile. The name is unique for each
865
- # `ConnectorProfile` in the AWS account.
906
+ # `ConnectorProfile` in the Amazon Web Services account.
866
907
  #
867
908
  # @return [Types::DescribeConnectorEntityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
868
909
  #
@@ -872,7 +913,7 @@ module Aws::Appflow
872
913
  #
873
914
  # resp = client.describe_connector_entity({
874
915
  # connector_entity_name: "Name", # required
875
- # 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
916
+ # 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, SAPOData
876
917
  # connector_profile_name: "ConnectorProfileName",
877
918
  # })
878
919
  #
@@ -915,7 +956,7 @@ module Aws::Appflow
915
956
  #
916
957
  # @option params [Array<String>] :connector_profile_names
917
958
  # The name of the connector profile. The name is unique for each
918
- # `ConnectorProfile` in the AWS account.
959
+ # `ConnectorProfile` in the Amazon Web Services account.
919
960
  #
920
961
  # @option params [String] :connector_type
921
962
  # The type of connector, such as Salesforce, Amplitude, and so on.
@@ -939,7 +980,7 @@ module Aws::Appflow
939
980
  #
940
981
  # resp = client.describe_connector_profiles({
941
982
  # connector_profile_names: ["ConnectorProfileName"],
942
- # 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
983
+ # 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, SAPOData
943
984
  # max_results: 1,
944
985
  # next_token: "NextToken",
945
986
  # })
@@ -949,7 +990,7 @@ module Aws::Appflow
949
990
  # resp.connector_profile_details #=> Array
950
991
  # resp.connector_profile_details[0].connector_profile_arn #=> String
951
992
  # resp.connector_profile_details[0].connector_profile_name #=> String
952
- # 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"
993
+ # 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", "SAPOData"
953
994
  # resp.connector_profile_details[0].connection_mode #=> String, one of "Public", "Private"
954
995
  # resp.connector_profile_details[0].credentials_arn #=> String
955
996
  # resp.connector_profile_details[0].connector_profile_properties.datadog.instance_url #=> String
@@ -973,8 +1014,21 @@ module Aws::Appflow
973
1014
  # resp.connector_profile_details[0].connector_profile_properties.snowflake.region #=> String
974
1015
  # resp.connector_profile_details[0].connector_profile_properties.veeva.instance_url #=> String
975
1016
  # resp.connector_profile_details[0].connector_profile_properties.zendesk.instance_url #=> String
1017
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.application_host_url #=> String
1018
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.application_service_path #=> String
1019
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.port_number #=> Integer
1020
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.client_number #=> String
1021
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.logon_language #=> String
1022
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.private_link_service_name #=> String
1023
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.token_url #=> String
1024
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.auth_code_url #=> String
1025
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.o_auth_scopes #=> Array
1026
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.o_auth_scopes[0] #=> String
976
1027
  # resp.connector_profile_details[0].created_at #=> Time
977
1028
  # resp.connector_profile_details[0].last_updated_at #=> Time
1029
+ # resp.connector_profile_details[0].private_connection_provisioning_state.status #=> String, one of "FAILED", "PENDING", "CREATED"
1030
+ # resp.connector_profile_details[0].private_connection_provisioning_state.failure_message #=> String
1031
+ # resp.connector_profile_details[0].private_connection_provisioning_state.failure_cause #=> String, one of "CONNECTOR_AUTHENTICATION", "CONNECTOR_SERVER", "INTERNAL_SERVER", "ACCESS_DENIED", "VALIDATION"
978
1032
  # resp.next_token #=> String
979
1033
  #
980
1034
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeConnectorProfiles AWS API Documentation
@@ -1010,7 +1064,7 @@ module Aws::Appflow
1010
1064
  # @example Request syntax with placeholder values
1011
1065
  #
1012
1066
  # resp = client.describe_connectors({
1013
- # 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
1067
+ # 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, SAPOData
1014
1068
  # next_token: "NextToken",
1015
1069
  # })
1016
1070
  #
@@ -1020,7 +1074,7 @@ module Aws::Appflow
1020
1074
  # resp.connector_configurations["ConnectorType"].can_use_as_source #=> Boolean
1021
1075
  # resp.connector_configurations["ConnectorType"].can_use_as_destination #=> Boolean
1022
1076
  # resp.connector_configurations["ConnectorType"].supported_destination_connectors #=> Array
1023
- # 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"
1077
+ # 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", "SAPOData"
1024
1078
  # resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies #=> Array
1025
1079
  # resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies[0] #=> String, one of "BYMINUTE", "HOURLY", "DAILY", "WEEKLY", "MONTHLY", "ONCE"
1026
1080
  # resp.connector_configurations["ConnectorType"].is_private_link_enabled #=> Boolean
@@ -1089,7 +1143,7 @@ module Aws::Appflow
1089
1143
  # resp.kms_arn #=> String
1090
1144
  # resp.flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
1091
1145
  # resp.flow_status_message #=> String
1092
- # 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"
1146
+ # 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", "SAPOData"
1093
1147
  # resp.source_flow_config.connector_profile_name #=> String
1094
1148
  # resp.source_flow_config.source_connector_properties.amplitude.object #=> String
1095
1149
  # resp.source_flow_config.source_connector_properties.datadog.object #=> String
@@ -1099,6 +1153,7 @@ module Aws::Appflow
1099
1153
  # resp.source_flow_config.source_connector_properties.marketo.object #=> String
1100
1154
  # resp.source_flow_config.source_connector_properties.s3.bucket_name #=> String
1101
1155
  # resp.source_flow_config.source_connector_properties.s3.bucket_prefix #=> String
1156
+ # resp.source_flow_config.source_connector_properties.s3.s3_input_format_config.s3_input_file_type #=> String, one of "CSV", "JSON"
1102
1157
  # resp.source_flow_config.source_connector_properties.salesforce.object #=> String
1103
1158
  # resp.source_flow_config.source_connector_properties.salesforce.enable_dynamic_field_update #=> Boolean
1104
1159
  # resp.source_flow_config.source_connector_properties.salesforce.include_deleted_records #=> Boolean
@@ -1107,10 +1162,15 @@ module Aws::Appflow
1107
1162
  # resp.source_flow_config.source_connector_properties.slack.object #=> String
1108
1163
  # resp.source_flow_config.source_connector_properties.trendmicro.object #=> String
1109
1164
  # resp.source_flow_config.source_connector_properties.veeva.object #=> String
1165
+ # resp.source_flow_config.source_connector_properties.veeva.document_type #=> String
1166
+ # resp.source_flow_config.source_connector_properties.veeva.include_source_files #=> Boolean
1167
+ # resp.source_flow_config.source_connector_properties.veeva.include_renditions #=> Boolean
1168
+ # resp.source_flow_config.source_connector_properties.veeva.include_all_versions #=> Boolean
1110
1169
  # resp.source_flow_config.source_connector_properties.zendesk.object #=> String
1170
+ # resp.source_flow_config.source_connector_properties.sapo_data.object_path #=> String
1111
1171
  # resp.source_flow_config.incremental_pull_config.datetime_type_field_name #=> String
1112
1172
  # resp.destination_flow_config_list #=> Array
1113
- # 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"
1173
+ # 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", "SAPOData"
1114
1174
  # resp.destination_flow_config_list[0].connector_profile_name #=> String
1115
1175
  # resp.destination_flow_config_list[0].destination_connector_properties.redshift.object #=> String
1116
1176
  # resp.destination_flow_config_list[0].destination_connector_properties.redshift.intermediate_bucket_name #=> String
@@ -1188,6 +1248,7 @@ module Aws::Appflow
1188
1248
  # resp.tasks[0].connector_operator.trendmicro #=> String, one of "PROJECTION", "EQUAL_TO", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP"
1189
1249
  # resp.tasks[0].connector_operator.veeva #=> String, one of "PROJECTION", "LESS_THAN", "GREATER_THAN", "CONTAINS", "BETWEEN", "LESS_THAN_OR_EQUAL_TO", "GREATER_THAN_OR_EQUAL_TO", "EQUAL_TO", "NOT_EQUAL_TO", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP"
1190
1250
  # resp.tasks[0].connector_operator.zendesk #=> String, one of "PROJECTION", "GREATER_THAN", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP"
1251
+ # resp.tasks[0].connector_operator.sapo_data #=> String, one of "PROJECTION", "LESS_THAN", "CONTAINS", "GREATER_THAN", "BETWEEN", "LESS_THAN_OR_EQUAL_TO", "GREATER_THAN_OR_EQUAL_TO", "EQUAL_TO", "NOT_EQUAL_TO", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC", "NO_OP"
1191
1252
  # resp.tasks[0].destination_field #=> String
1192
1253
  # resp.tasks[0].task_type #=> String, one of "Arithmetic", "Filter", "Map", "Map_all", "Mask", "Merge", "Truncate", "Validate"
1193
1254
  # resp.tasks[0].task_properties #=> Hash
@@ -1268,8 +1329,8 @@ module Aws::Appflow
1268
1329
  #
1269
1330
  # @option params [String] :connector_profile_name
1270
1331
  # The name of the connector profile. The name is unique for each
1271
- # `ConnectorProfile` in the AWS account, and is used to query the
1272
- # downstream connector.
1332
+ # `ConnectorProfile` in the Amazon Web Services account, and is used to
1333
+ # query the downstream connector.
1273
1334
  #
1274
1335
  # @option params [String] :connector_type
1275
1336
  # The type of connector, such as Salesforce, Amplitude, and so on.
@@ -1291,7 +1352,7 @@ module Aws::Appflow
1291
1352
  #
1292
1353
  # resp = client.list_connector_entities({
1293
1354
  # connector_profile_name: "ConnectorProfileName",
1294
- # 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
1355
+ # 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, SAPOData
1295
1356
  # entities_path: "EntitiesPath",
1296
1357
  # })
1297
1358
  #
@@ -1342,8 +1403,8 @@ module Aws::Appflow
1342
1403
  # resp.flows[0].description #=> String
1343
1404
  # resp.flows[0].flow_name #=> String
1344
1405
  # resp.flows[0].flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
1345
- # 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"
1346
- # 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"
1406
+ # 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", "SAPOData"
1407
+ # 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", "SAPOData"
1347
1408
  # resp.flows[0].trigger_type #=> String, one of "Scheduled", "Event", "OnDemand"
1348
1409
  # resp.flows[0].created_at #=> Time
1349
1410
  # resp.flows[0].last_updated_at #=> Time
@@ -1521,7 +1582,7 @@ module Aws::Appflow
1521
1582
  #
1522
1583
  # @option params [required, String] :connector_profile_name
1523
1584
  # The name of the connector profile and is unique for each
1524
- # `ConnectorProfile` in the AWS Account.
1585
+ # `ConnectorProfile` in the Amazon Web Services account.
1525
1586
  #
1526
1587
  # @option params [required, String] :connection_mode
1527
1588
  # Indicates the connection mode and if it is public or private.
@@ -1593,6 +1654,19 @@ module Aws::Appflow
1593
1654
  # zendesk: {
1594
1655
  # instance_url: "InstanceUrl", # required
1595
1656
  # },
1657
+ # sapo_data: {
1658
+ # application_host_url: "ApplicationHostUrl", # required
1659
+ # application_service_path: "ApplicationServicePath", # required
1660
+ # port_number: 1, # required
1661
+ # client_number: "ClientNumber", # required
1662
+ # logon_language: "LogonLanguage",
1663
+ # private_link_service_name: "PrivateLinkServiceName",
1664
+ # o_auth_properties: {
1665
+ # token_url: "TokenUrl", # required
1666
+ # auth_code_url: "AuthCodeUrl", # required
1667
+ # o_auth_scopes: ["OAuthScope"], # required
1668
+ # },
1669
+ # },
1596
1670
  # },
1597
1671
  # connector_profile_credentials: { # required
1598
1672
  # amplitude: {
@@ -1688,6 +1762,22 @@ module Aws::Appflow
1688
1762
  # redirect_uri: "RedirectUri",
1689
1763
  # },
1690
1764
  # },
1765
+ # sapo_data: {
1766
+ # basic_auth_credentials: {
1767
+ # username: "Username", # required
1768
+ # password: "Password", # required
1769
+ # },
1770
+ # o_auth_credentials: {
1771
+ # client_id: "ClientId", # required
1772
+ # client_secret: "ClientSecret", # required
1773
+ # access_token: "AccessToken",
1774
+ # refresh_token: "RefreshToken",
1775
+ # o_auth_request: {
1776
+ # auth_code: "AuthCode",
1777
+ # redirect_uri: "RedirectUri",
1778
+ # },
1779
+ # },
1780
+ # },
1691
1781
  # },
1692
1782
  # },
1693
1783
  # })
@@ -1717,7 +1807,7 @@ module Aws::Appflow
1717
1807
  # @option params [required, Types::TriggerConfig] :trigger_config
1718
1808
  # The trigger settings that determine how and when the flow runs.
1719
1809
  #
1720
- # @option params [Types::SourceFlowConfig] :source_flow_config
1810
+ # @option params [required, Types::SourceFlowConfig] :source_flow_config
1721
1811
  # Contains information about the configuration of the source connector
1722
1812
  # used in the flow.
1723
1813
  #
@@ -1752,8 +1842,8 @@ module Aws::Appflow
1752
1842
  # },
1753
1843
  # },
1754
1844
  # },
1755
- # source_flow_config: {
1756
- # 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
1845
+ # source_flow_config: { # required
1846
+ # 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, SAPOData
1757
1847
  # connector_profile_name: "ConnectorProfileName",
1758
1848
  # source_connector_properties: { # required
1759
1849
  # amplitude: {
@@ -1777,6 +1867,9 @@ module Aws::Appflow
1777
1867
  # s3: {
1778
1868
  # bucket_name: "BucketName", # required
1779
1869
  # bucket_prefix: "BucketPrefix",
1870
+ # s3_input_format_config: {
1871
+ # s3_input_file_type: "CSV", # accepts CSV, JSON
1872
+ # },
1780
1873
  # },
1781
1874
  # salesforce: {
1782
1875
  # object: "Object", # required
@@ -1797,10 +1890,17 @@ module Aws::Appflow
1797
1890
  # },
1798
1891
  # veeva: {
1799
1892
  # object: "Object", # required
1893
+ # document_type: "DocumentType",
1894
+ # include_source_files: false,
1895
+ # include_renditions: false,
1896
+ # include_all_versions: false,
1800
1897
  # },
1801
1898
  # zendesk: {
1802
1899
  # object: "Object", # required
1803
1900
  # },
1901
+ # sapo_data: {
1902
+ # object_path: "Object",
1903
+ # },
1804
1904
  # },
1805
1905
  # incremental_pull_config: {
1806
1906
  # datetime_type_field_name: "DatetimeTypeFieldName",
@@ -1808,7 +1908,7 @@ module Aws::Appflow
1808
1908
  # },
1809
1909
  # destination_flow_config_list: [ # required
1810
1910
  # {
1811
- # 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
1911
+ # 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, SAPOData
1812
1912
  # connector_profile_name: "ConnectorProfileName",
1813
1913
  # destination_connector_properties: { # required
1814
1914
  # redshift: {
@@ -1922,6 +2022,7 @@ module Aws::Appflow
1922
2022
  # trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1923
2023
  # veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1924
2024
  # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
2025
+ # sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1925
2026
  # },
1926
2027
  # destination_field: "DestinationField",
1927
2028
  # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
@@ -1958,7 +2059,7 @@ module Aws::Appflow
1958
2059
  params: params,
1959
2060
  config: config)
1960
2061
  context[:gem_name] = 'aws-sdk-appflow'
1961
- context[:gem_version] = '1.13.0'
2062
+ context[:gem_version] = '1.17.0'
1962
2063
  Seahorse::Client::Request.new(handlers, context)
1963
2064
  end
1964
2065