aws-sdk-appflow 1.13.0 → 1.14.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: e4e4a76a6fd24e9c374a6a6be3c3be8482ced060147fa3ecdf4c9af1197d6049
4
+ data.tar.gz: c04b4914b000088dd4c76e54d5df2ff525bbe8ceea5a2538ea33ab3f5e203bd5
5
5
  SHA512:
6
- metadata.gz: 03e3dcec836ed71e36c1978b5d1361a7371161b8bef7b722f449cc432033a721c5fe856429b96a037421987591ed160a0499974f74a2791cf61539f693a0bab5
7
- data.tar.gz: a922c99f40d40bf065be063b74d986271c3c9eb9da6550ede363338752fe7110d8fcaddbf9e1c2dbaa82b4a9ce96cc1413e2fea6f872bc57e149e8f56d826b45
6
+ metadata.gz: 011a47b85e81fb2792ea522130fbad711d2b0e2bcba9b98b29020db9d5e23e4461b89cde25b13638b5f66fa4ea83e7070f78671fcc8969cb07f9508023aae7f4
7
+ data.tar.gz: 8e08bfa55a44ee1d534946bea0706d2fa7d45f70359be19e8d60e3e3eebfbb0834fdd486b27c2ad8b87156239acf91145f08754fd7c6cea8c401ac3fbeadb88e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2021-08-19)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for SAPOData connector and extends Veeva connector for document extraction.
8
+
4
9
  1.13.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -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.13.0'
51
+ GEM_VERSION = '1.14.0'
52
52
 
53
53
  end
@@ -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: {
@@ -640,10 +670,17 @@ module Aws::Appflow
640
670
  # },
641
671
  # veeva: {
642
672
  # object: "Object", # required
673
+ # document_type: "DocumentType",
674
+ # include_source_files: false,
675
+ # include_renditions: false,
676
+ # include_all_versions: false,
643
677
  # },
644
678
  # zendesk: {
645
679
  # object: "Object", # required
646
680
  # },
681
+ # sapo_data: {
682
+ # object_path: "Object",
683
+ # },
647
684
  # },
648
685
  # incremental_pull_config: {
649
686
  # datetime_type_field_name: "DatetimeTypeFieldName",
@@ -651,7 +688,7 @@ module Aws::Appflow
651
688
  # },
652
689
  # destination_flow_config_list: [ # required
653
690
  # {
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
691
+ # 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
692
  # connector_profile_name: "ConnectorProfileName",
656
693
  # destination_connector_properties: { # required
657
694
  # redshift: {
@@ -765,6 +802,7 @@ module Aws::Appflow
765
802
  # 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
803
  # 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
804
  # 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
805
+ # 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
806
  # },
769
807
  # destination_field: "DestinationField",
770
808
  # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
@@ -862,7 +900,7 @@ module Aws::Appflow
862
900
  #
863
901
  # @option params [String] :connector_profile_name
864
902
  # The name of the connector profile. The name is unique for each
865
- # `ConnectorProfile` in the AWS account.
903
+ # `ConnectorProfile` in the Amazon Web Services account.
866
904
  #
867
905
  # @return [Types::DescribeConnectorEntityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
868
906
  #
@@ -872,7 +910,7 @@ module Aws::Appflow
872
910
  #
873
911
  # resp = client.describe_connector_entity({
874
912
  # 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
913
+ # 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
914
  # connector_profile_name: "ConnectorProfileName",
877
915
  # })
878
916
  #
@@ -915,7 +953,7 @@ module Aws::Appflow
915
953
  #
916
954
  # @option params [Array<String>] :connector_profile_names
917
955
  # The name of the connector profile. The name is unique for each
918
- # `ConnectorProfile` in the AWS account.
956
+ # `ConnectorProfile` in the Amazon Web Services account.
919
957
  #
920
958
  # @option params [String] :connector_type
921
959
  # The type of connector, such as Salesforce, Amplitude, and so on.
@@ -939,7 +977,7 @@ module Aws::Appflow
939
977
  #
940
978
  # resp = client.describe_connector_profiles({
941
979
  # 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
980
+ # 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
981
  # max_results: 1,
944
982
  # next_token: "NextToken",
945
983
  # })
@@ -949,7 +987,7 @@ module Aws::Appflow
949
987
  # resp.connector_profile_details #=> Array
950
988
  # resp.connector_profile_details[0].connector_profile_arn #=> String
951
989
  # 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"
990
+ # 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
991
  # resp.connector_profile_details[0].connection_mode #=> String, one of "Public", "Private"
954
992
  # resp.connector_profile_details[0].credentials_arn #=> String
955
993
  # resp.connector_profile_details[0].connector_profile_properties.datadog.instance_url #=> String
@@ -973,8 +1011,21 @@ module Aws::Appflow
973
1011
  # resp.connector_profile_details[0].connector_profile_properties.snowflake.region #=> String
974
1012
  # resp.connector_profile_details[0].connector_profile_properties.veeva.instance_url #=> String
975
1013
  # resp.connector_profile_details[0].connector_profile_properties.zendesk.instance_url #=> String
1014
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.application_host_url #=> String
1015
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.application_service_path #=> String
1016
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.port_number #=> Integer
1017
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.client_number #=> String
1018
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.logon_language #=> String
1019
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.private_link_service_name #=> String
1020
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.token_url #=> String
1021
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.auth_code_url #=> String
1022
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.o_auth_scopes #=> Array
1023
+ # resp.connector_profile_details[0].connector_profile_properties.sapo_data.o_auth_properties.o_auth_scopes[0] #=> String
976
1024
  # resp.connector_profile_details[0].created_at #=> Time
977
1025
  # resp.connector_profile_details[0].last_updated_at #=> Time
1026
+ # resp.connector_profile_details[0].private_connection_provisioning_state.status #=> String, one of "FAILED", "PENDING", "CREATED"
1027
+ # resp.connector_profile_details[0].private_connection_provisioning_state.failure_message #=> String
1028
+ # resp.connector_profile_details[0].private_connection_provisioning_state.failure_cause #=> String, one of "CONNECTOR_AUTHENTICATION", "CONNECTOR_SERVER", "INTERNAL_SERVER", "ACCESS_DENIED", "VALIDATION"
978
1029
  # resp.next_token #=> String
979
1030
  #
980
1031
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeConnectorProfiles AWS API Documentation
@@ -1010,7 +1061,7 @@ module Aws::Appflow
1010
1061
  # @example Request syntax with placeholder values
1011
1062
  #
1012
1063
  # 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
1064
+ # 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
1065
  # next_token: "NextToken",
1015
1066
  # })
1016
1067
  #
@@ -1020,7 +1071,7 @@ module Aws::Appflow
1020
1071
  # resp.connector_configurations["ConnectorType"].can_use_as_source #=> Boolean
1021
1072
  # resp.connector_configurations["ConnectorType"].can_use_as_destination #=> Boolean
1022
1073
  # 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"
1074
+ # 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
1075
  # resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies #=> Array
1025
1076
  # resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies[0] #=> String, one of "BYMINUTE", "HOURLY", "DAILY", "WEEKLY", "MONTHLY", "ONCE"
1026
1077
  # resp.connector_configurations["ConnectorType"].is_private_link_enabled #=> Boolean
@@ -1089,7 +1140,7 @@ module Aws::Appflow
1089
1140
  # resp.kms_arn #=> String
1090
1141
  # resp.flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
1091
1142
  # 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"
1143
+ # 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
1144
  # resp.source_flow_config.connector_profile_name #=> String
1094
1145
  # resp.source_flow_config.source_connector_properties.amplitude.object #=> String
1095
1146
  # resp.source_flow_config.source_connector_properties.datadog.object #=> String
@@ -1107,10 +1158,15 @@ module Aws::Appflow
1107
1158
  # resp.source_flow_config.source_connector_properties.slack.object #=> String
1108
1159
  # resp.source_flow_config.source_connector_properties.trendmicro.object #=> String
1109
1160
  # resp.source_flow_config.source_connector_properties.veeva.object #=> String
1161
+ # resp.source_flow_config.source_connector_properties.veeva.document_type #=> String
1162
+ # resp.source_flow_config.source_connector_properties.veeva.include_source_files #=> Boolean
1163
+ # resp.source_flow_config.source_connector_properties.veeva.include_renditions #=> Boolean
1164
+ # resp.source_flow_config.source_connector_properties.veeva.include_all_versions #=> Boolean
1110
1165
  # resp.source_flow_config.source_connector_properties.zendesk.object #=> String
1166
+ # resp.source_flow_config.source_connector_properties.sapo_data.object_path #=> String
1111
1167
  # resp.source_flow_config.incremental_pull_config.datetime_type_field_name #=> String
1112
1168
  # 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"
1169
+ # 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
1170
  # resp.destination_flow_config_list[0].connector_profile_name #=> String
1115
1171
  # resp.destination_flow_config_list[0].destination_connector_properties.redshift.object #=> String
1116
1172
  # resp.destination_flow_config_list[0].destination_connector_properties.redshift.intermediate_bucket_name #=> String
@@ -1188,6 +1244,7 @@ module Aws::Appflow
1188
1244
  # 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
1245
  # 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
1246
  # 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"
1247
+ # 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
1248
  # resp.tasks[0].destination_field #=> String
1192
1249
  # resp.tasks[0].task_type #=> String, one of "Arithmetic", "Filter", "Map", "Map_all", "Mask", "Merge", "Truncate", "Validate"
1193
1250
  # resp.tasks[0].task_properties #=> Hash
@@ -1268,8 +1325,8 @@ module Aws::Appflow
1268
1325
  #
1269
1326
  # @option params [String] :connector_profile_name
1270
1327
  # 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.
1328
+ # `ConnectorProfile` in the Amazon Web Services account, and is used to
1329
+ # query the downstream connector.
1273
1330
  #
1274
1331
  # @option params [String] :connector_type
1275
1332
  # The type of connector, such as Salesforce, Amplitude, and so on.
@@ -1291,7 +1348,7 @@ module Aws::Appflow
1291
1348
  #
1292
1349
  # resp = client.list_connector_entities({
1293
1350
  # 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
1351
+ # 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
1352
  # entities_path: "EntitiesPath",
1296
1353
  # })
1297
1354
  #
@@ -1342,8 +1399,8 @@ module Aws::Appflow
1342
1399
  # resp.flows[0].description #=> String
1343
1400
  # resp.flows[0].flow_name #=> String
1344
1401
  # 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"
1402
+ # 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"
1403
+ # 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
1404
  # resp.flows[0].trigger_type #=> String, one of "Scheduled", "Event", "OnDemand"
1348
1405
  # resp.flows[0].created_at #=> Time
1349
1406
  # resp.flows[0].last_updated_at #=> Time
@@ -1521,7 +1578,7 @@ module Aws::Appflow
1521
1578
  #
1522
1579
  # @option params [required, String] :connector_profile_name
1523
1580
  # The name of the connector profile and is unique for each
1524
- # `ConnectorProfile` in the AWS Account.
1581
+ # `ConnectorProfile` in the Amazon Web Services account.
1525
1582
  #
1526
1583
  # @option params [required, String] :connection_mode
1527
1584
  # Indicates the connection mode and if it is public or private.
@@ -1593,6 +1650,19 @@ module Aws::Appflow
1593
1650
  # zendesk: {
1594
1651
  # instance_url: "InstanceUrl", # required
1595
1652
  # },
1653
+ # sapo_data: {
1654
+ # application_host_url: "ApplicationHostUrl", # required
1655
+ # application_service_path: "ApplicationServicePath", # required
1656
+ # port_number: 1, # required
1657
+ # client_number: "ClientNumber", # required
1658
+ # logon_language: "LogonLanguage",
1659
+ # private_link_service_name: "PrivateLinkServiceName",
1660
+ # o_auth_properties: {
1661
+ # token_url: "TokenUrl", # required
1662
+ # auth_code_url: "AuthCodeUrl", # required
1663
+ # o_auth_scopes: ["OAuthScope"], # required
1664
+ # },
1665
+ # },
1596
1666
  # },
1597
1667
  # connector_profile_credentials: { # required
1598
1668
  # amplitude: {
@@ -1688,6 +1758,22 @@ module Aws::Appflow
1688
1758
  # redirect_uri: "RedirectUri",
1689
1759
  # },
1690
1760
  # },
1761
+ # sapo_data: {
1762
+ # basic_auth_credentials: {
1763
+ # username: "Username", # required
1764
+ # password: "Password", # required
1765
+ # },
1766
+ # o_auth_credentials: {
1767
+ # client_id: "ClientId", # required
1768
+ # client_secret: "ClientSecret", # required
1769
+ # access_token: "AccessToken",
1770
+ # refresh_token: "RefreshToken",
1771
+ # o_auth_request: {
1772
+ # auth_code: "AuthCode",
1773
+ # redirect_uri: "RedirectUri",
1774
+ # },
1775
+ # },
1776
+ # },
1691
1777
  # },
1692
1778
  # },
1693
1779
  # })
@@ -1717,7 +1803,7 @@ module Aws::Appflow
1717
1803
  # @option params [required, Types::TriggerConfig] :trigger_config
1718
1804
  # The trigger settings that determine how and when the flow runs.
1719
1805
  #
1720
- # @option params [Types::SourceFlowConfig] :source_flow_config
1806
+ # @option params [required, Types::SourceFlowConfig] :source_flow_config
1721
1807
  # Contains information about the configuration of the source connector
1722
1808
  # used in the flow.
1723
1809
  #
@@ -1752,8 +1838,8 @@ module Aws::Appflow
1752
1838
  # },
1753
1839
  # },
1754
1840
  # },
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
1841
+ # source_flow_config: { # required
1842
+ # 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
1843
  # connector_profile_name: "ConnectorProfileName",
1758
1844
  # source_connector_properties: { # required
1759
1845
  # amplitude: {
@@ -1797,10 +1883,17 @@ module Aws::Appflow
1797
1883
  # },
1798
1884
  # veeva: {
1799
1885
  # object: "Object", # required
1886
+ # document_type: "DocumentType",
1887
+ # include_source_files: false,
1888
+ # include_renditions: false,
1889
+ # include_all_versions: false,
1800
1890
  # },
1801
1891
  # zendesk: {
1802
1892
  # object: "Object", # required
1803
1893
  # },
1894
+ # sapo_data: {
1895
+ # object_path: "Object",
1896
+ # },
1804
1897
  # },
1805
1898
  # incremental_pull_config: {
1806
1899
  # datetime_type_field_name: "DatetimeTypeFieldName",
@@ -1808,7 +1901,7 @@ module Aws::Appflow
1808
1901
  # },
1809
1902
  # destination_flow_config_list: [ # required
1810
1903
  # {
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
1904
+ # 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
1905
  # connector_profile_name: "ConnectorProfileName",
1813
1906
  # destination_connector_properties: { # required
1814
1907
  # redshift: {
@@ -1922,6 +2015,7 @@ module Aws::Appflow
1922
2015
  # 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
2016
  # 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
2017
  # 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
2018
+ # 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
2019
  # },
1926
2020
  # destination_field: "DestinationField",
1927
2021
  # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
@@ -1958,7 +2052,7 @@ module Aws::Appflow
1958
2052
  params: params,
1959
2053
  config: config)
1960
2054
  context[:gem_name] = 'aws-sdk-appflow'
1961
- context[:gem_version] = '1.13.0'
2055
+ context[:gem_version] = '1.14.0'
1962
2056
  Seahorse::Client::Request.new(handlers, context)
1963
2057
  end
1964
2058
 
@@ -27,13 +27,18 @@ module Aws::Appflow
27
27
  ApiKey = Shapes::StringShape.new(name: 'ApiKey')
28
28
  ApiSecretKey = Shapes::StringShape.new(name: 'ApiSecretKey')
29
29
  ApiToken = Shapes::StringShape.new(name: 'ApiToken')
30
+ ApplicationHostUrl = Shapes::StringShape.new(name: 'ApplicationHostUrl')
30
31
  ApplicationKey = Shapes::StringShape.new(name: 'ApplicationKey')
32
+ ApplicationServicePath = Shapes::StringShape.new(name: 'ApplicationServicePath')
31
33
  AuthCode = Shapes::StringShape.new(name: 'AuthCode')
34
+ AuthCodeUrl = Shapes::StringShape.new(name: 'AuthCodeUrl')
35
+ BasicAuthCredentials = Shapes::StructureShape.new(name: 'BasicAuthCredentials')
32
36
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
33
37
  BucketName = Shapes::StringShape.new(name: 'BucketName')
34
38
  BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
35
39
  ClientCredentialsArn = Shapes::StringShape.new(name: 'ClientCredentialsArn')
36
40
  ClientId = Shapes::StringShape.new(name: 'ClientId')
41
+ ClientNumber = Shapes::StringShape.new(name: 'ClientNumber')
37
42
  ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
38
43
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
39
44
  ConnectionMode = Shapes::StringShape.new(name: 'ConnectionMode')
@@ -95,6 +100,7 @@ module Aws::Appflow
95
100
  DestinationFieldProperties = Shapes::StructureShape.new(name: 'DestinationFieldProperties')
96
101
  DestinationFlowConfig = Shapes::StructureShape.new(name: 'DestinationFlowConfig')
97
102
  DestinationFlowConfigList = Shapes::ListShape.new(name: 'DestinationFlowConfigList')
103
+ DocumentType = Shapes::StringShape.new(name: 'DocumentType')
98
104
  DomainName = Shapes::StringShape.new(name: 'DomainName')
99
105
  DynatraceConnectorOperator = Shapes::StringShape.new(name: 'DynatraceConnectorOperator')
100
106
  DynatraceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'DynatraceConnectorProfileCredentials')
@@ -154,6 +160,7 @@ module Aws::Appflow
154
160
  ListFlowsResponse = Shapes::StructureShape.new(name: 'ListFlowsResponse')
155
161
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
156
162
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
163
+ LogonLanguage = Shapes::StringShape.new(name: 'LogonLanguage')
157
164
  Long = Shapes::IntegerShape.new(name: 'Long')
158
165
  LookoutMetricsDestinationProperties = Shapes::StructureShape.new(name: 'LookoutMetricsDestinationProperties')
159
166
  MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
@@ -165,6 +172,8 @@ module Aws::Appflow
165
172
  MostRecentExecutionMessage = Shapes::StringShape.new(name: 'MostRecentExecutionMessage')
166
173
  Name = Shapes::StringShape.new(name: 'Name')
167
174
  NextToken = Shapes::StringShape.new(name: 'NextToken')
175
+ OAuthCredentials = Shapes::StructureShape.new(name: 'OAuthCredentials')
176
+ OAuthProperties = Shapes::StructureShape.new(name: 'OAuthProperties')
168
177
  OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
169
178
  OAuthScopeList = Shapes::ListShape.new(name: 'OAuthScopeList')
170
179
  Object = Shapes::StringShape.new(name: 'Object')
@@ -172,9 +181,14 @@ module Aws::Appflow
172
181
  Operator = Shapes::StringShape.new(name: 'Operator')
173
182
  OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
174
183
  Password = Shapes::StringShape.new(name: 'Password')
184
+ PortNumber = Shapes::IntegerShape.new(name: 'PortNumber')
175
185
  PrefixConfig = Shapes::StructureShape.new(name: 'PrefixConfig')
176
186
  PrefixFormat = Shapes::StringShape.new(name: 'PrefixFormat')
177
187
  PrefixType = Shapes::StringShape.new(name: 'PrefixType')
188
+ PrivateConnectionProvisioningFailureCause = Shapes::StringShape.new(name: 'PrivateConnectionProvisioningFailureCause')
189
+ PrivateConnectionProvisioningFailureMessage = Shapes::StringShape.new(name: 'PrivateConnectionProvisioningFailureMessage')
190
+ PrivateConnectionProvisioningState = Shapes::StructureShape.new(name: 'PrivateConnectionProvisioningState')
191
+ PrivateConnectionProvisioningStatus = Shapes::StringShape.new(name: 'PrivateConnectionProvisioningStatus')
178
192
  PrivateLinkServiceName = Shapes::StringShape.new(name: 'PrivateLinkServiceName')
179
193
  Property = Shapes::StringShape.new(name: 'Property')
180
194
  RedirectUri = Shapes::StringShape.new(name: 'RedirectUri')
@@ -192,6 +206,11 @@ module Aws::Appflow
192
206
  S3Metadata = Shapes::StructureShape.new(name: 'S3Metadata')
193
207
  S3OutputFormatConfig = Shapes::StructureShape.new(name: 'S3OutputFormatConfig')
194
208
  S3SourceProperties = Shapes::StructureShape.new(name: 'S3SourceProperties')
209
+ SAPODataConnectorOperator = Shapes::StringShape.new(name: 'SAPODataConnectorOperator')
210
+ SAPODataConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileCredentials')
211
+ SAPODataConnectorProfileProperties = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileProperties')
212
+ SAPODataMetadata = Shapes::StructureShape.new(name: 'SAPODataMetadata')
213
+ SAPODataSourceProperties = Shapes::StructureShape.new(name: 'SAPODataSourceProperties')
195
214
  SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
196
215
  SalesforceConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileCredentials')
197
216
  SalesforceConnectorProfileProperties = Shapes::StructureShape.new(name: 'SalesforceConnectorProfileProperties')
@@ -248,6 +267,7 @@ module Aws::Appflow
248
267
  TaskType = Shapes::StringShape.new(name: 'TaskType')
249
268
  Tasks = Shapes::ListShape.new(name: 'Tasks')
250
269
  Timezone = Shapes::StringShape.new(name: 'Timezone')
270
+ TokenUrl = Shapes::StringShape.new(name: 'TokenUrl')
251
271
  TrendmicroConnectorOperator = Shapes::StringShape.new(name: 'TrendmicroConnectorOperator')
252
272
  TrendmicroConnectorProfileCredentials = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileCredentials')
253
273
  TrendmicroConnectorProfileProperties = Shapes::StructureShape.new(name: 'TrendmicroConnectorProfileProperties')
@@ -300,6 +320,10 @@ module Aws::Appflow
300
320
  AmplitudeSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
301
321
  AmplitudeSourceProperties.struct_class = Types::AmplitudeSourceProperties
302
322
 
323
+ BasicAuthCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
324
+ BasicAuthCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
325
+ BasicAuthCredentials.struct_class = Types::BasicAuthCredentials
326
+
303
327
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
304
328
  ConflictException.struct_class = Types::ConflictException
305
329
 
@@ -359,6 +383,7 @@ module Aws::Appflow
359
383
  ConnectorMetadata.add_member(:upsolver, Shapes::ShapeRef.new(shape: UpsolverMetadata, location_name: "Upsolver"))
360
384
  ConnectorMetadata.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesMetadata, location_name: "CustomerProfiles"))
361
385
  ConnectorMetadata.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeMetadata, location_name: "Honeycode"))
386
+ ConnectorMetadata.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataMetadata, location_name: "SAPOData"))
362
387
  ConnectorMetadata.struct_class = Types::ConnectorMetadata
363
388
 
364
389
  ConnectorOAuthRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: AuthCode, location_name: "authCode"))
@@ -379,6 +404,7 @@ module Aws::Appflow
379
404
  ConnectorOperator.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorOperator, location_name: "Trendmicro"))
380
405
  ConnectorOperator.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorOperator, location_name: "Veeva"))
381
406
  ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
407
+ ConnectorOperator.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorOperator, location_name: "SAPOData"))
382
408
  ConnectorOperator.struct_class = Types::ConnectorOperator
383
409
 
384
410
  ConnectorProfile.add_member(:connector_profile_arn, Shapes::ShapeRef.new(shape: ConnectorProfileArn, location_name: "connectorProfileArn"))
@@ -389,6 +415,7 @@ module Aws::Appflow
389
415
  ConnectorProfile.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, location_name: "connectorProfileProperties"))
390
416
  ConnectorProfile.add_member(:created_at, Shapes::ShapeRef.new(shape: Date, location_name: "createdAt"))
391
417
  ConnectorProfile.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Date, location_name: "lastUpdatedAt"))
418
+ ConnectorProfile.add_member(:private_connection_provisioning_state, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningState, location_name: "privateConnectionProvisioningState"))
392
419
  ConnectorProfile.struct_class = Types::ConnectorProfile
393
420
 
394
421
  ConnectorProfileConfig.add_member(:connector_profile_properties, Shapes::ShapeRef.new(shape: ConnectorProfileProperties, required: true, location_name: "connectorProfileProperties"))
@@ -411,6 +438,7 @@ module Aws::Appflow
411
438
  ConnectorProfileCredentials.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorProfileCredentials, location_name: "Trendmicro"))
412
439
  ConnectorProfileCredentials.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileCredentials, location_name: "Veeva"))
413
440
  ConnectorProfileCredentials.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileCredentials, location_name: "Zendesk"))
441
+ ConnectorProfileCredentials.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileCredentials, location_name: "SAPOData"))
414
442
  ConnectorProfileCredentials.struct_class = Types::ConnectorProfileCredentials
415
443
 
416
444
  ConnectorProfileDetailList.member = Shapes::ShapeRef.new(shape: ConnectorProfile)
@@ -433,6 +461,7 @@ module Aws::Appflow
433
461
  ConnectorProfileProperties.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroConnectorProfileProperties, location_name: "Trendmicro"))
434
462
  ConnectorProfileProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaConnectorProfileProperties, location_name: "Veeva"))
435
463
  ConnectorProfileProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileProperties, location_name: "Zendesk"))
464
+ ConnectorProfileProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileProperties, location_name: "SAPOData"))
436
465
  ConnectorProfileProperties.struct_class = Types::ConnectorProfileProperties
437
466
 
438
467
  ConnectorServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
@@ -737,12 +766,29 @@ module Aws::Appflow
737
766
  MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
738
767
  MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
739
768
 
769
+ OAuthCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))
770
+ OAuthCredentials.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecret, required: true, location_name: "clientSecret"))
771
+ OAuthCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
772
+ OAuthCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
773
+ OAuthCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
774
+ OAuthCredentials.struct_class = Types::OAuthCredentials
775
+
776
+ OAuthProperties.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, required: true, location_name: "tokenUrl"))
777
+ OAuthProperties.add_member(:auth_code_url, Shapes::ShapeRef.new(shape: AuthCodeUrl, required: true, location_name: "authCodeUrl"))
778
+ OAuthProperties.add_member(:o_auth_scopes, Shapes::ShapeRef.new(shape: OAuthScopeList, required: true, location_name: "oAuthScopes"))
779
+ OAuthProperties.struct_class = Types::OAuthProperties
780
+
740
781
  OAuthScopeList.member = Shapes::ShapeRef.new(shape: OAuthScope)
741
782
 
742
783
  PrefixConfig.add_member(:prefix_type, Shapes::ShapeRef.new(shape: PrefixType, location_name: "prefixType"))
743
784
  PrefixConfig.add_member(:prefix_format, Shapes::ShapeRef.new(shape: PrefixFormat, location_name: "prefixFormat"))
744
785
  PrefixConfig.struct_class = Types::PrefixConfig
745
786
 
787
+ PrivateConnectionProvisioningState.add_member(:status, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningStatus, location_name: "status"))
788
+ PrivateConnectionProvisioningState.add_member(:failure_message, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningFailureMessage, location_name: "failureMessage"))
789
+ PrivateConnectionProvisioningState.add_member(:failure_cause, Shapes::ShapeRef.new(shape: PrivateConnectionProvisioningFailureCause, location_name: "failureCause"))
790
+ PrivateConnectionProvisioningState.struct_class = Types::PrivateConnectionProvisioningState
791
+
746
792
  RedshiftConnectorProfileCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
747
793
  RedshiftConnectorProfileCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
748
794
  RedshiftConnectorProfileCredentials.struct_class = Types::RedshiftConnectorProfileCredentials
@@ -782,6 +828,24 @@ module Aws::Appflow
782
828
  S3SourceProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
783
829
  S3SourceProperties.struct_class = Types::S3SourceProperties
784
830
 
831
+ SAPODataConnectorProfileCredentials.add_member(:basic_auth_credentials, Shapes::ShapeRef.new(shape: BasicAuthCredentials, location_name: "basicAuthCredentials"))
832
+ SAPODataConnectorProfileCredentials.add_member(:o_auth_credentials, Shapes::ShapeRef.new(shape: OAuthCredentials, location_name: "oAuthCredentials"))
833
+ SAPODataConnectorProfileCredentials.struct_class = Types::SAPODataConnectorProfileCredentials
834
+
835
+ SAPODataConnectorProfileProperties.add_member(:application_host_url, Shapes::ShapeRef.new(shape: ApplicationHostUrl, required: true, location_name: "applicationHostUrl"))
836
+ SAPODataConnectorProfileProperties.add_member(:application_service_path, Shapes::ShapeRef.new(shape: ApplicationServicePath, required: true, location_name: "applicationServicePath"))
837
+ SAPODataConnectorProfileProperties.add_member(:port_number, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "portNumber", metadata: {"box"=>true}))
838
+ SAPODataConnectorProfileProperties.add_member(:client_number, Shapes::ShapeRef.new(shape: ClientNumber, required: true, location_name: "clientNumber"))
839
+ SAPODataConnectorProfileProperties.add_member(:logon_language, Shapes::ShapeRef.new(shape: LogonLanguage, location_name: "logonLanguage"))
840
+ SAPODataConnectorProfileProperties.add_member(:private_link_service_name, Shapes::ShapeRef.new(shape: PrivateLinkServiceName, location_name: "privateLinkServiceName"))
841
+ SAPODataConnectorProfileProperties.add_member(:o_auth_properties, Shapes::ShapeRef.new(shape: OAuthProperties, location_name: "oAuthProperties"))
842
+ SAPODataConnectorProfileProperties.struct_class = Types::SAPODataConnectorProfileProperties
843
+
844
+ SAPODataMetadata.struct_class = Types::SAPODataMetadata
845
+
846
+ SAPODataSourceProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, location_name: "objectPath"))
847
+ SAPODataSourceProperties.struct_class = Types::SAPODataSourceProperties
848
+
785
849
  SalesforceConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
786
850
  SalesforceConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
787
851
  SalesforceConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
@@ -893,6 +957,7 @@ module Aws::Appflow
893
957
  SourceConnectorProperties.add_member(:trendmicro, Shapes::ShapeRef.new(shape: TrendmicroSourceProperties, location_name: "Trendmicro"))
894
958
  SourceConnectorProperties.add_member(:veeva, Shapes::ShapeRef.new(shape: VeevaSourceProperties, location_name: "Veeva"))
895
959
  SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
960
+ SourceConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataSourceProperties, location_name: "SAPOData"))
896
961
  SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
897
962
 
898
963
  SourceFieldProperties.add_member(:is_retrievable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRetrievable"))
@@ -991,7 +1056,7 @@ module Aws::Appflow
991
1056
  UpdateFlowRequest.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "flowName"))
992
1057
  UpdateFlowRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
993
1058
  UpdateFlowRequest.add_member(:trigger_config, Shapes::ShapeRef.new(shape: TriggerConfig, required: true, location_name: "triggerConfig"))
994
- UpdateFlowRequest.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, location_name: "sourceFlowConfig"))
1059
+ UpdateFlowRequest.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, required: true, location_name: "sourceFlowConfig"))
995
1060
  UpdateFlowRequest.add_member(:destination_flow_config_list, Shapes::ShapeRef.new(shape: DestinationFlowConfigList, required: true, location_name: "destinationFlowConfigList"))
996
1061
  UpdateFlowRequest.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, required: true, location_name: "tasks"))
997
1062
  UpdateFlowRequest.struct_class = Types::UpdateFlowRequest
@@ -1024,6 +1089,10 @@ module Aws::Appflow
1024
1089
  VeevaMetadata.struct_class = Types::VeevaMetadata
1025
1090
 
1026
1091
  VeevaSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
1092
+ VeevaSourceProperties.add_member(:document_type, Shapes::ShapeRef.new(shape: DocumentType, location_name: "documentType"))
1093
+ VeevaSourceProperties.add_member(:include_source_files, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeSourceFiles"))
1094
+ VeevaSourceProperties.add_member(:include_renditions, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeRenditions"))
1095
+ VeevaSourceProperties.add_member(:include_all_versions, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAllVersions"))
1027
1096
  VeevaSourceProperties.struct_class = Types::VeevaSourceProperties
1028
1097
 
1029
1098
  ZendeskConnectorProfileCredentials.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientId, required: true, location_name: "clientId"))