aws-sdk-appflow 1.34.0 → 1.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appflow/client.rb +63 -22
- data/lib/aws-sdk-appflow/client_api.rb +27 -0
- data/lib/aws-sdk-appflow/types.rb +113 -5
- data/lib/aws-sdk-appflow.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff4ab33236677df5738ceb3294e07da184ab3cdc43755290d57f4496d308cc1a
|
4
|
+
data.tar.gz: 9659dbd9ef2c630ffc7514e514344d667cbed98768599b87308a8019afad2d1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa6b56673c52f3a034a2426c27b253d2429d2130c018407a114ae5896b88ffce175412ed0191401cf449d178a00f8086cf7765ed41d7885da847daa83e071d49
|
7
|
+
data.tar.gz: 613ca7034c72047f4f667728be5d52c186e654e550b6a0fa85e1e4e03df5968504a241cef1b994ed12f04f81b5c6693758b76236d5f031b6a4296c26080a8bf9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.0
|
@@ -412,7 +412,7 @@ module Aws::Appflow
|
|
412
412
|
# resp = client.create_connector_profile({
|
413
413
|
# connector_profile_name: "ConnectorProfileName", # required
|
414
414
|
# kms_arn: "KMSArn",
|
415
|
-
# 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, CustomConnector
|
415
|
+
# 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, CustomConnector, Pardot
|
416
416
|
# connector_label: "ConnectorLabel",
|
417
417
|
# connection_mode: "Public", # required, accepts Public, Private
|
418
418
|
# connector_profile_config: { # required
|
@@ -500,6 +500,11 @@ module Aws::Appflow
|
|
500
500
|
# },
|
501
501
|
# },
|
502
502
|
# },
|
503
|
+
# pardot: {
|
504
|
+
# instance_url: "InstanceUrl",
|
505
|
+
# is_sandbox_environment: false,
|
506
|
+
# business_unit_id: "BusinessUnitId",
|
507
|
+
# },
|
503
508
|
# },
|
504
509
|
# connector_profile_credentials: {
|
505
510
|
# amplitude: {
|
@@ -638,6 +643,15 @@ module Aws::Appflow
|
|
638
643
|
# },
|
639
644
|
# },
|
640
645
|
# },
|
646
|
+
# pardot: {
|
647
|
+
# access_token: "AccessToken",
|
648
|
+
# refresh_token: "RefreshToken",
|
649
|
+
# o_auth_request: {
|
650
|
+
# auth_code: "AuthCode",
|
651
|
+
# redirect_uri: "RedirectUri",
|
652
|
+
# },
|
653
|
+
# client_credentials_arn: "ClientCredentialsArn",
|
654
|
+
# },
|
641
655
|
# },
|
642
656
|
# },
|
643
657
|
# })
|
@@ -726,7 +740,7 @@ module Aws::Appflow
|
|
726
740
|
# },
|
727
741
|
# },
|
728
742
|
# source_flow_config: { # required
|
729
|
-
# 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, CustomConnector
|
743
|
+
# 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, CustomConnector, Pardot
|
730
744
|
# api_version: "ApiVersion",
|
731
745
|
# connector_profile_name: "ConnectorProfileName",
|
732
746
|
# source_connector_properties: { # required
|
@@ -792,6 +806,9 @@ module Aws::Appflow
|
|
792
806
|
# "CustomPropertyKey" => "CustomPropertyValue",
|
793
807
|
# },
|
794
808
|
# },
|
809
|
+
# pardot: {
|
810
|
+
# object: "Object", # required
|
811
|
+
# },
|
795
812
|
# },
|
796
813
|
# incremental_pull_config: {
|
797
814
|
# datetime_type_field_name: "DatetimeTypeFieldName",
|
@@ -799,7 +816,7 @@ module Aws::Appflow
|
|
799
816
|
# },
|
800
817
|
# destination_flow_config_list: [ # required
|
801
818
|
# {
|
802
|
-
# 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, CustomConnector
|
819
|
+
# 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, CustomConnector, Pardot
|
803
820
|
# api_version: "ApiVersion",
|
804
821
|
# connector_profile_name: "ConnectorProfileName",
|
805
822
|
# destination_connector_properties: { # required
|
@@ -957,6 +974,7 @@ module Aws::Appflow
|
|
957
974
|
# 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
|
958
975
|
# 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
|
959
976
|
# custom_connector: "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
|
977
|
+
# pardot: "PROJECTION", # accepts PROJECTION, EQUAL_TO, NO_OP, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC
|
960
978
|
# },
|
961
979
|
# destination_field: "DestinationField",
|
962
980
|
# task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate, Partition
|
@@ -1069,7 +1087,7 @@ module Aws::Appflow
|
|
1069
1087
|
# @example Request syntax with placeholder values
|
1070
1088
|
#
|
1071
1089
|
# resp = client.describe_connector({
|
1072
|
-
# 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, CustomConnector
|
1090
|
+
# 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, CustomConnector, Pardot
|
1073
1091
|
# connector_label: "ConnectorLabel",
|
1074
1092
|
# })
|
1075
1093
|
#
|
@@ -1078,7 +1096,7 @@ module Aws::Appflow
|
|
1078
1096
|
# resp.connector_configuration.can_use_as_source #=> Boolean
|
1079
1097
|
# resp.connector_configuration.can_use_as_destination #=> Boolean
|
1080
1098
|
# resp.connector_configuration.supported_destination_connectors #=> Array
|
1081
|
-
# resp.connector_configuration.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", "CustomConnector"
|
1099
|
+
# resp.connector_configuration.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", "CustomConnector", "Pardot"
|
1082
1100
|
# resp.connector_configuration.supported_scheduling_frequencies #=> Array
|
1083
1101
|
# resp.connector_configuration.supported_scheduling_frequencies[0] #=> String, one of "BYMINUTE", "HOURLY", "DAILY", "WEEKLY", "MONTHLY", "ONCE"
|
1084
1102
|
# resp.connector_configuration.is_private_link_enabled #=> Boolean
|
@@ -1099,7 +1117,7 @@ module Aws::Appflow
|
|
1099
1117
|
# resp.connector_configuration.connector_metadata.zendesk.o_auth_scopes[0] #=> String
|
1100
1118
|
# resp.connector_configuration.connector_metadata.honeycode.o_auth_scopes #=> Array
|
1101
1119
|
# resp.connector_configuration.connector_metadata.honeycode.o_auth_scopes[0] #=> String
|
1102
|
-
# resp.connector_configuration.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", "CustomConnector"
|
1120
|
+
# resp.connector_configuration.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", "CustomConnector", "Pardot"
|
1103
1121
|
# resp.connector_configuration.connector_label #=> String
|
1104
1122
|
# resp.connector_configuration.connector_description #=> String
|
1105
1123
|
# resp.connector_configuration.connector_owner #=> String
|
@@ -1194,7 +1212,7 @@ module Aws::Appflow
|
|
1194
1212
|
#
|
1195
1213
|
# resp = client.describe_connector_entity({
|
1196
1214
|
# connector_entity_name: "EntityName", # required
|
1197
|
-
# 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, CustomConnector
|
1215
|
+
# 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, CustomConnector, Pardot
|
1198
1216
|
# connector_profile_name: "ConnectorProfileName",
|
1199
1217
|
# api_version: "ApiVersion",
|
1200
1218
|
# })
|
@@ -1281,7 +1299,7 @@ module Aws::Appflow
|
|
1281
1299
|
#
|
1282
1300
|
# resp = client.describe_connector_profiles({
|
1283
1301
|
# connector_profile_names: ["ConnectorProfileName"],
|
1284
|
-
# 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, CustomConnector
|
1302
|
+
# 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, CustomConnector, Pardot
|
1285
1303
|
# connector_label: "ConnectorLabel",
|
1286
1304
|
# max_results: 1,
|
1287
1305
|
# next_token: "NextToken",
|
@@ -1292,7 +1310,7 @@ module Aws::Appflow
|
|
1292
1310
|
# resp.connector_profile_details #=> Array
|
1293
1311
|
# resp.connector_profile_details[0].connector_profile_arn #=> String
|
1294
1312
|
# resp.connector_profile_details[0].connector_profile_name #=> String
|
1295
|
-
# 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", "CustomConnector"
|
1313
|
+
# 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", "CustomConnector", "Pardot"
|
1296
1314
|
# resp.connector_profile_details[0].connector_label #=> String
|
1297
1315
|
# resp.connector_profile_details[0].connection_mode #=> String, one of "Public", "Private"
|
1298
1316
|
# resp.connector_profile_details[0].credentials_arn #=> String
|
@@ -1338,6 +1356,9 @@ module Aws::Appflow
|
|
1338
1356
|
# resp.connector_profile_details[0].connector_profile_properties.custom_connector.o_auth_2_properties.o_auth_2_grant_type #=> String, one of "CLIENT_CREDENTIALS", "AUTHORIZATION_CODE"
|
1339
1357
|
# resp.connector_profile_details[0].connector_profile_properties.custom_connector.o_auth_2_properties.token_url_custom_properties #=> Hash
|
1340
1358
|
# resp.connector_profile_details[0].connector_profile_properties.custom_connector.o_auth_2_properties.token_url_custom_properties["CustomPropertyKey"] #=> String
|
1359
|
+
# resp.connector_profile_details[0].connector_profile_properties.pardot.instance_url #=> String
|
1360
|
+
# resp.connector_profile_details[0].connector_profile_properties.pardot.is_sandbox_environment #=> Boolean
|
1361
|
+
# resp.connector_profile_details[0].connector_profile_properties.pardot.business_unit_id #=> String
|
1341
1362
|
# resp.connector_profile_details[0].created_at #=> Time
|
1342
1363
|
# resp.connector_profile_details[0].last_updated_at #=> Time
|
1343
1364
|
# resp.connector_profile_details[0].private_connection_provisioning_state.status #=> String, one of "FAILED", "PENDING", "CREATED"
|
@@ -1383,7 +1404,7 @@ module Aws::Appflow
|
|
1383
1404
|
# @example Request syntax with placeholder values
|
1384
1405
|
#
|
1385
1406
|
# resp = client.describe_connectors({
|
1386
|
-
# 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, CustomConnector
|
1407
|
+
# 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, CustomConnector, Pardot
|
1387
1408
|
# max_results: 1,
|
1388
1409
|
# next_token: "NextToken",
|
1389
1410
|
# })
|
@@ -1394,7 +1415,7 @@ module Aws::Appflow
|
|
1394
1415
|
# resp.connector_configurations["ConnectorType"].can_use_as_source #=> Boolean
|
1395
1416
|
# resp.connector_configurations["ConnectorType"].can_use_as_destination #=> Boolean
|
1396
1417
|
# resp.connector_configurations["ConnectorType"].supported_destination_connectors #=> Array
|
1397
|
-
# 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", "CustomConnector"
|
1418
|
+
# 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", "CustomConnector", "Pardot"
|
1398
1419
|
# resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies #=> Array
|
1399
1420
|
# resp.connector_configurations["ConnectorType"].supported_scheduling_frequencies[0] #=> String, one of "BYMINUTE", "HOURLY", "DAILY", "WEEKLY", "MONTHLY", "ONCE"
|
1400
1421
|
# resp.connector_configurations["ConnectorType"].is_private_link_enabled #=> Boolean
|
@@ -1415,7 +1436,7 @@ module Aws::Appflow
|
|
1415
1436
|
# resp.connector_configurations["ConnectorType"].connector_metadata.zendesk.o_auth_scopes[0] #=> String
|
1416
1437
|
# resp.connector_configurations["ConnectorType"].connector_metadata.honeycode.o_auth_scopes #=> Array
|
1417
1438
|
# resp.connector_configurations["ConnectorType"].connector_metadata.honeycode.o_auth_scopes[0] #=> String
|
1418
|
-
# resp.connector_configurations["ConnectorType"].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", "CustomConnector"
|
1439
|
+
# resp.connector_configurations["ConnectorType"].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", "CustomConnector", "Pardot"
|
1419
1440
|
# resp.connector_configurations["ConnectorType"].connector_label #=> String
|
1420
1441
|
# resp.connector_configurations["ConnectorType"].connector_description #=> String
|
1421
1442
|
# resp.connector_configurations["ConnectorType"].connector_owner #=> String
|
@@ -1481,7 +1502,7 @@ module Aws::Appflow
|
|
1481
1502
|
# resp.connectors[0].connector_owner #=> String
|
1482
1503
|
# resp.connectors[0].connector_version #=> String
|
1483
1504
|
# resp.connectors[0].application_type #=> String
|
1484
|
-
# resp.connectors[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", "CustomConnector"
|
1505
|
+
# resp.connectors[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", "CustomConnector", "Pardot"
|
1485
1506
|
# resp.connectors[0].connector_label #=> String
|
1486
1507
|
# resp.connectors[0].registered_at #=> Time
|
1487
1508
|
# resp.connectors[0].registered_by #=> String
|
@@ -1541,7 +1562,7 @@ module Aws::Appflow
|
|
1541
1562
|
# resp.kms_arn #=> String
|
1542
1563
|
# resp.flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
|
1543
1564
|
# resp.flow_status_message #=> String
|
1544
|
-
# 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", "CustomConnector"
|
1565
|
+
# 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", "CustomConnector", "Pardot"
|
1545
1566
|
# resp.source_flow_config.api_version #=> String
|
1546
1567
|
# resp.source_flow_config.connector_profile_name #=> String
|
1547
1568
|
# resp.source_flow_config.source_connector_properties.amplitude.object #=> String
|
@@ -1571,9 +1592,10 @@ module Aws::Appflow
|
|
1571
1592
|
# resp.source_flow_config.source_connector_properties.custom_connector.entity_name #=> String
|
1572
1593
|
# resp.source_flow_config.source_connector_properties.custom_connector.custom_properties #=> Hash
|
1573
1594
|
# resp.source_flow_config.source_connector_properties.custom_connector.custom_properties["CustomPropertyKey"] #=> String
|
1595
|
+
# resp.source_flow_config.source_connector_properties.pardot.object #=> String
|
1574
1596
|
# resp.source_flow_config.incremental_pull_config.datetime_type_field_name #=> String
|
1575
1597
|
# resp.destination_flow_config_list #=> Array
|
1576
|
-
# 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", "CustomConnector"
|
1598
|
+
# 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", "CustomConnector", "Pardot"
|
1577
1599
|
# resp.destination_flow_config_list[0].api_version #=> String
|
1578
1600
|
# resp.destination_flow_config_list[0].connector_profile_name #=> String
|
1579
1601
|
# resp.destination_flow_config_list[0].destination_connector_properties.redshift.object #=> String
|
@@ -1685,6 +1707,7 @@ module Aws::Appflow
|
|
1685
1707
|
# 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"
|
1686
1708
|
# 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"
|
1687
1709
|
# resp.tasks[0].connector_operator.custom_connector #=> 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"
|
1710
|
+
# resp.tasks[0].connector_operator.pardot #=> String, one of "PROJECTION", "EQUAL_TO", "NO_OP", "ADDITION", "MULTIPLICATION", "DIVISION", "SUBTRACTION", "MASK_ALL", "MASK_FIRST_N", "MASK_LAST_N", "VALIDATE_NON_NULL", "VALIDATE_NON_ZERO", "VALIDATE_NON_NEGATIVE", "VALIDATE_NUMERIC"
|
1688
1711
|
# resp.tasks[0].destination_field #=> String
|
1689
1712
|
# resp.tasks[0].task_type #=> String, one of "Arithmetic", "Filter", "Map", "Map_all", "Mask", "Merge", "Passthrough", "Truncate", "Validate", "Partition"
|
1690
1713
|
# resp.tasks[0].task_properties #=> Hash
|
@@ -1823,7 +1846,7 @@ module Aws::Appflow
|
|
1823
1846
|
#
|
1824
1847
|
# resp = client.list_connector_entities({
|
1825
1848
|
# connector_profile_name: "ConnectorProfileName",
|
1826
|
-
# 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, CustomConnector
|
1849
|
+
# 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, CustomConnector, Pardot
|
1827
1850
|
# entities_path: "EntitiesPath",
|
1828
1851
|
# api_version: "ApiVersion",
|
1829
1852
|
# max_results: 1,
|
@@ -1882,7 +1905,7 @@ module Aws::Appflow
|
|
1882
1905
|
# resp.connectors[0].connector_owner #=> String
|
1883
1906
|
# resp.connectors[0].connector_version #=> String
|
1884
1907
|
# resp.connectors[0].application_type #=> String
|
1885
|
-
# resp.connectors[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", "CustomConnector"
|
1908
|
+
# resp.connectors[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", "CustomConnector", "Pardot"
|
1886
1909
|
# resp.connectors[0].connector_label #=> String
|
1887
1910
|
# resp.connectors[0].registered_at #=> Time
|
1888
1911
|
# resp.connectors[0].registered_by #=> String
|
@@ -1930,9 +1953,9 @@ module Aws::Appflow
|
|
1930
1953
|
# resp.flows[0].description #=> String
|
1931
1954
|
# resp.flows[0].flow_name #=> String
|
1932
1955
|
# resp.flows[0].flow_status #=> String, one of "Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended"
|
1933
|
-
# 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", "CustomConnector"
|
1956
|
+
# 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", "CustomConnector", "Pardot"
|
1934
1957
|
# resp.flows[0].source_connector_label #=> String
|
1935
|
-
# 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", "CustomConnector"
|
1958
|
+
# 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", "CustomConnector", "Pardot"
|
1936
1959
|
# resp.flows[0].destination_connector_label #=> String
|
1937
1960
|
# resp.flows[0].trigger_type #=> String, one of "Scheduled", "Event", "OnDemand"
|
1938
1961
|
# resp.flows[0].created_at #=> Time
|
@@ -2292,6 +2315,11 @@ module Aws::Appflow
|
|
2292
2315
|
# },
|
2293
2316
|
# },
|
2294
2317
|
# },
|
2318
|
+
# pardot: {
|
2319
|
+
# instance_url: "InstanceUrl",
|
2320
|
+
# is_sandbox_environment: false,
|
2321
|
+
# business_unit_id: "BusinessUnitId",
|
2322
|
+
# },
|
2295
2323
|
# },
|
2296
2324
|
# connector_profile_credentials: {
|
2297
2325
|
# amplitude: {
|
@@ -2430,6 +2458,15 @@ module Aws::Appflow
|
|
2430
2458
|
# },
|
2431
2459
|
# },
|
2432
2460
|
# },
|
2461
|
+
# pardot: {
|
2462
|
+
# access_token: "AccessToken",
|
2463
|
+
# refresh_token: "RefreshToken",
|
2464
|
+
# o_auth_request: {
|
2465
|
+
# auth_code: "AuthCode",
|
2466
|
+
# redirect_uri: "RedirectUri",
|
2467
|
+
# },
|
2468
|
+
# client_credentials_arn: "ClientCredentialsArn",
|
2469
|
+
# },
|
2433
2470
|
# },
|
2434
2471
|
# },
|
2435
2472
|
# })
|
@@ -2550,7 +2587,7 @@ module Aws::Appflow
|
|
2550
2587
|
# },
|
2551
2588
|
# },
|
2552
2589
|
# source_flow_config: { # required
|
2553
|
-
# 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, CustomConnector
|
2590
|
+
# 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, CustomConnector, Pardot
|
2554
2591
|
# api_version: "ApiVersion",
|
2555
2592
|
# connector_profile_name: "ConnectorProfileName",
|
2556
2593
|
# source_connector_properties: { # required
|
@@ -2616,6 +2653,9 @@ module Aws::Appflow
|
|
2616
2653
|
# "CustomPropertyKey" => "CustomPropertyValue",
|
2617
2654
|
# },
|
2618
2655
|
# },
|
2656
|
+
# pardot: {
|
2657
|
+
# object: "Object", # required
|
2658
|
+
# },
|
2619
2659
|
# },
|
2620
2660
|
# incremental_pull_config: {
|
2621
2661
|
# datetime_type_field_name: "DatetimeTypeFieldName",
|
@@ -2623,7 +2663,7 @@ module Aws::Appflow
|
|
2623
2663
|
# },
|
2624
2664
|
# destination_flow_config_list: [ # required
|
2625
2665
|
# {
|
2626
|
-
# 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, CustomConnector
|
2666
|
+
# 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, CustomConnector, Pardot
|
2627
2667
|
# api_version: "ApiVersion",
|
2628
2668
|
# connector_profile_name: "ConnectorProfileName",
|
2629
2669
|
# destination_connector_properties: { # required
|
@@ -2781,6 +2821,7 @@ module Aws::Appflow
|
|
2781
2821
|
# 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
|
2782
2822
|
# 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
|
2783
2823
|
# custom_connector: "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
|
2824
|
+
# pardot: "PROJECTION", # accepts PROJECTION, EQUAL_TO, NO_OP, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC
|
2784
2825
|
# },
|
2785
2826
|
# destination_field: "DestinationField",
|
2786
2827
|
# task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate, Partition
|
@@ -2824,7 +2865,7 @@ module Aws::Appflow
|
|
2824
2865
|
params: params,
|
2825
2866
|
config: config)
|
2826
2867
|
context[:gem_name] = 'aws-sdk-appflow'
|
2827
|
-
context[:gem_version] = '1.
|
2868
|
+
context[:gem_version] = '1.35.0'
|
2828
2869
|
Seahorse::Client::Request.new(handlers, context)
|
2829
2870
|
end
|
2830
2871
|
|
@@ -45,6 +45,7 @@ module Aws::Appflow
|
|
45
45
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
46
46
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
47
47
|
BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
|
48
|
+
BusinessUnitId = Shapes::StringShape.new(name: 'BusinessUnitId')
|
48
49
|
CatalogType = Shapes::StringShape.new(name: 'CatalogType')
|
49
50
|
ClientCredentialsArn = Shapes::StringShape.new(name: 'ClientCredentialsArn')
|
50
51
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
@@ -253,6 +254,11 @@ module Aws::Appflow
|
|
253
254
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
254
255
|
OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
|
255
256
|
Operators = Shapes::StringShape.new(name: 'Operators')
|
257
|
+
PardotConnectorOperator = Shapes::StringShape.new(name: 'PardotConnectorOperator')
|
258
|
+
PardotConnectorProfileCredentials = Shapes::StructureShape.new(name: 'PardotConnectorProfileCredentials')
|
259
|
+
PardotConnectorProfileProperties = Shapes::StructureShape.new(name: 'PardotConnectorProfileProperties')
|
260
|
+
PardotMetadata = Shapes::StructureShape.new(name: 'PardotMetadata')
|
261
|
+
PardotSourceProperties = Shapes::StructureShape.new(name: 'PardotSourceProperties')
|
256
262
|
Password = Shapes::StringShape.new(name: 'Password')
|
257
263
|
PathPrefix = Shapes::StringShape.new(name: 'PathPrefix')
|
258
264
|
PathPrefixHierarchy = Shapes::ListShape.new(name: 'PathPrefixHierarchy')
|
@@ -550,6 +556,7 @@ module Aws::Appflow
|
|
550
556
|
ConnectorMetadata.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesMetadata, location_name: "CustomerProfiles"))
|
551
557
|
ConnectorMetadata.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeMetadata, location_name: "Honeycode"))
|
552
558
|
ConnectorMetadata.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataMetadata, location_name: "SAPOData"))
|
559
|
+
ConnectorMetadata.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotMetadata, location_name: "Pardot"))
|
553
560
|
ConnectorMetadata.struct_class = Types::ConnectorMetadata
|
554
561
|
|
555
562
|
ConnectorModeList.member = Shapes::ShapeRef.new(shape: ConnectorMode)
|
@@ -574,6 +581,7 @@ module Aws::Appflow
|
|
574
581
|
ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
|
575
582
|
ConnectorOperator.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorOperator, location_name: "SAPOData"))
|
576
583
|
ConnectorOperator.add_member(:custom_connector, Shapes::ShapeRef.new(shape: Operator, location_name: "CustomConnector"))
|
584
|
+
ConnectorOperator.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotConnectorOperator, location_name: "Pardot"))
|
577
585
|
ConnectorOperator.struct_class = Types::ConnectorOperator
|
578
586
|
|
579
587
|
ConnectorProfile.add_member(:connector_profile_arn, Shapes::ShapeRef.new(shape: ConnectorProfileArn, location_name: "connectorProfileArn"))
|
@@ -610,6 +618,7 @@ module Aws::Appflow
|
|
610
618
|
ConnectorProfileCredentials.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileCredentials, location_name: "Zendesk"))
|
611
619
|
ConnectorProfileCredentials.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileCredentials, location_name: "SAPOData"))
|
612
620
|
ConnectorProfileCredentials.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorProfileCredentials, location_name: "CustomConnector"))
|
621
|
+
ConnectorProfileCredentials.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotConnectorProfileCredentials, location_name: "Pardot"))
|
613
622
|
ConnectorProfileCredentials.struct_class = Types::ConnectorProfileCredentials
|
614
623
|
|
615
624
|
ConnectorProfileDetailList.member = Shapes::ShapeRef.new(shape: ConnectorProfile)
|
@@ -634,6 +643,7 @@ module Aws::Appflow
|
|
634
643
|
ConnectorProfileProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorProfileProperties, location_name: "Zendesk"))
|
635
644
|
ConnectorProfileProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataConnectorProfileProperties, location_name: "SAPOData"))
|
636
645
|
ConnectorProfileProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorProfileProperties, location_name: "CustomConnector"))
|
646
|
+
ConnectorProfileProperties.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotConnectorProfileProperties, location_name: "Pardot"))
|
637
647
|
ConnectorProfileProperties.struct_class = Types::ConnectorProfileProperties
|
638
648
|
|
639
649
|
ConnectorProvisioningConfig.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaConnectorProvisioningConfig, location_name: "lambda"))
|
@@ -1103,6 +1113,22 @@ module Aws::Appflow
|
|
1103
1113
|
|
1104
1114
|
OAuthScopeList.member = Shapes::ShapeRef.new(shape: OAuthScope)
|
1105
1115
|
|
1116
|
+
PardotConnectorProfileCredentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "accessToken"))
|
1117
|
+
PardotConnectorProfileCredentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "refreshToken"))
|
1118
|
+
PardotConnectorProfileCredentials.add_member(:o_auth_request, Shapes::ShapeRef.new(shape: ConnectorOAuthRequest, location_name: "oAuthRequest"))
|
1119
|
+
PardotConnectorProfileCredentials.add_member(:client_credentials_arn, Shapes::ShapeRef.new(shape: ClientCredentialsArn, location_name: "clientCredentialsArn"))
|
1120
|
+
PardotConnectorProfileCredentials.struct_class = Types::PardotConnectorProfileCredentials
|
1121
|
+
|
1122
|
+
PardotConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, location_name: "instanceUrl"))
|
1123
|
+
PardotConnectorProfileProperties.add_member(:is_sandbox_environment, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSandboxEnvironment"))
|
1124
|
+
PardotConnectorProfileProperties.add_member(:business_unit_id, Shapes::ShapeRef.new(shape: BusinessUnitId, location_name: "businessUnitId"))
|
1125
|
+
PardotConnectorProfileProperties.struct_class = Types::PardotConnectorProfileProperties
|
1126
|
+
|
1127
|
+
PardotMetadata.struct_class = Types::PardotMetadata
|
1128
|
+
|
1129
|
+
PardotSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
|
1130
|
+
PardotSourceProperties.struct_class = Types::PardotSourceProperties
|
1131
|
+
|
1106
1132
|
PathPrefixHierarchy.member = Shapes::ShapeRef.new(shape: PathPrefix)
|
1107
1133
|
|
1108
1134
|
PrefixConfig.add_member(:prefix_type, Shapes::ShapeRef.new(shape: PrefixType, location_name: "prefixType"))
|
@@ -1329,6 +1355,7 @@ module Aws::Appflow
|
|
1329
1355
|
SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
|
1330
1356
|
SourceConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataSourceProperties, location_name: "SAPOData"))
|
1331
1357
|
SourceConnectorProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorSourceProperties, location_name: "CustomConnector"))
|
1358
|
+
SourceConnectorProperties.add_member(:pardot, Shapes::ShapeRef.new(shape: PardotSourceProperties, location_name: "Pardot"))
|
1332
1359
|
SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
|
1333
1360
|
|
1334
1361
|
SourceFieldProperties.add_member(:is_retrievable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isRetrievable"))
|
@@ -643,6 +643,10 @@ module Aws::Appflow
|
|
643
643
|
# The connector metadata specific to SAPOData.
|
644
644
|
# @return [Types::SAPODataMetadata]
|
645
645
|
#
|
646
|
+
# @!attribute [rw] pardot
|
647
|
+
# The connector metadata specific to Salesforce Pardot.
|
648
|
+
# @return [Types::PardotMetadata]
|
649
|
+
#
|
646
650
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorMetadata AWS API Documentation
|
647
651
|
#
|
648
652
|
class ConnectorMetadata < Struct.new(
|
@@ -666,7 +670,8 @@ module Aws::Appflow
|
|
666
670
|
:upsolver,
|
667
671
|
:customer_profiles,
|
668
672
|
:honeycode,
|
669
|
-
:sapo_data
|
673
|
+
:sapo_data,
|
674
|
+
:pardot)
|
670
675
|
SENSITIVE = []
|
671
676
|
include Aws::Structure
|
672
677
|
end
|
@@ -769,6 +774,11 @@ module Aws::Appflow
|
|
769
774
|
# Operators supported by the custom connector.
|
770
775
|
# @return [String]
|
771
776
|
#
|
777
|
+
# @!attribute [rw] pardot
|
778
|
+
# The operation to be performed on the provided Salesforce Pardot
|
779
|
+
# source fields.
|
780
|
+
# @return [String]
|
781
|
+
#
|
772
782
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorOperator AWS API Documentation
|
773
783
|
#
|
774
784
|
class ConnectorOperator < Struct.new(
|
@@ -787,7 +797,8 @@ module Aws::Appflow
|
|
787
797
|
:veeva,
|
788
798
|
:zendesk,
|
789
799
|
:sapo_data,
|
790
|
-
:custom_connector
|
800
|
+
:custom_connector,
|
801
|
+
:pardot)
|
791
802
|
SENSITIVE = []
|
792
803
|
include Aws::Structure
|
793
804
|
end
|
@@ -956,6 +967,11 @@ module Aws::Appflow
|
|
956
967
|
# using the custom connector.
|
957
968
|
# @return [Types::CustomConnectorProfileCredentials]
|
958
969
|
#
|
970
|
+
# @!attribute [rw] pardot
|
971
|
+
# The connector-specific credentials required when using Salesforce
|
972
|
+
# Pardot.
|
973
|
+
# @return [Types::PardotConnectorProfileCredentials]
|
974
|
+
#
|
959
975
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorProfileCredentials AWS API Documentation
|
960
976
|
#
|
961
977
|
class ConnectorProfileCredentials < Struct.new(
|
@@ -976,7 +992,8 @@ module Aws::Appflow
|
|
976
992
|
:veeva,
|
977
993
|
:zendesk,
|
978
994
|
:sapo_data,
|
979
|
-
:custom_connector
|
995
|
+
:custom_connector,
|
996
|
+
:pardot)
|
980
997
|
SENSITIVE = []
|
981
998
|
include Aws::Structure
|
982
999
|
end
|
@@ -1056,6 +1073,10 @@ module Aws::Appflow
|
|
1056
1073
|
# The properties required by the custom connector.
|
1057
1074
|
# @return [Types::CustomConnectorProfileProperties]
|
1058
1075
|
#
|
1076
|
+
# @!attribute [rw] pardot
|
1077
|
+
# The connector-specific properties required by Salesforce Pardot.
|
1078
|
+
# @return [Types::PardotConnectorProfileProperties]
|
1079
|
+
#
|
1059
1080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ConnectorProfileProperties AWS API Documentation
|
1060
1081
|
#
|
1061
1082
|
class ConnectorProfileProperties < Struct.new(
|
@@ -1076,7 +1097,8 @@ module Aws::Appflow
|
|
1076
1097
|
:veeva,
|
1077
1098
|
:zendesk,
|
1078
1099
|
:sapo_data,
|
1079
|
-
:custom_connector
|
1100
|
+
:custom_connector,
|
1101
|
+
:pardot)
|
1080
1102
|
SENSITIVE = []
|
1081
1103
|
include Aws::Structure
|
1082
1104
|
end
|
@@ -3321,6 +3343,86 @@ module Aws::Appflow
|
|
3321
3343
|
include Aws::Structure
|
3322
3344
|
end
|
3323
3345
|
|
3346
|
+
# The connector-specific profile credentials required when using
|
3347
|
+
# Salesforce Pardot.
|
3348
|
+
#
|
3349
|
+
# @!attribute [rw] access_token
|
3350
|
+
# The credentials used to access protected Salesforce Pardot
|
3351
|
+
# resources.
|
3352
|
+
# @return [String]
|
3353
|
+
#
|
3354
|
+
# @!attribute [rw] refresh_token
|
3355
|
+
# The credentials used to acquire new access tokens.
|
3356
|
+
# @return [String]
|
3357
|
+
#
|
3358
|
+
# @!attribute [rw] o_auth_request
|
3359
|
+
# Used by select connectors for which the OAuth workflow is supported,
|
3360
|
+
# such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
|
3361
|
+
# @return [Types::ConnectorOAuthRequest]
|
3362
|
+
#
|
3363
|
+
# @!attribute [rw] client_credentials_arn
|
3364
|
+
# The secret manager ARN, which contains the client ID and client
|
3365
|
+
# secret of the connected app.
|
3366
|
+
# @return [String]
|
3367
|
+
#
|
3368
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/PardotConnectorProfileCredentials AWS API Documentation
|
3369
|
+
#
|
3370
|
+
class PardotConnectorProfileCredentials < Struct.new(
|
3371
|
+
:access_token,
|
3372
|
+
:refresh_token,
|
3373
|
+
:o_auth_request,
|
3374
|
+
:client_credentials_arn)
|
3375
|
+
SENSITIVE = [:access_token, :client_credentials_arn]
|
3376
|
+
include Aws::Structure
|
3377
|
+
end
|
3378
|
+
|
3379
|
+
# The connector-specific profile properties required when using
|
3380
|
+
# Salesforce Pardot.
|
3381
|
+
#
|
3382
|
+
# @!attribute [rw] instance_url
|
3383
|
+
# The location of the Salesforce Pardot resource.
|
3384
|
+
# @return [String]
|
3385
|
+
#
|
3386
|
+
# @!attribute [rw] is_sandbox_environment
|
3387
|
+
# Indicates whether the connector profile applies to a sandbox or
|
3388
|
+
# production environment.
|
3389
|
+
# @return [Boolean]
|
3390
|
+
#
|
3391
|
+
# @!attribute [rw] business_unit_id
|
3392
|
+
# The business unit id of Salesforce Pardot instance.
|
3393
|
+
# @return [String]
|
3394
|
+
#
|
3395
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/PardotConnectorProfileProperties AWS API Documentation
|
3396
|
+
#
|
3397
|
+
class PardotConnectorProfileProperties < Struct.new(
|
3398
|
+
:instance_url,
|
3399
|
+
:is_sandbox_environment,
|
3400
|
+
:business_unit_id)
|
3401
|
+
SENSITIVE = []
|
3402
|
+
include Aws::Structure
|
3403
|
+
end
|
3404
|
+
|
3405
|
+
# The connector metadata specific to Salesforce Pardot.
|
3406
|
+
#
|
3407
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/PardotMetadata AWS API Documentation
|
3408
|
+
#
|
3409
|
+
class PardotMetadata < Aws::EmptyStructure; end
|
3410
|
+
|
3411
|
+
# The properties that are applied when Salesforce Pardot is being used
|
3412
|
+
# as a source.
|
3413
|
+
#
|
3414
|
+
# @!attribute [rw] object
|
3415
|
+
# The object specified in the Salesforce Pardot flow source.
|
3416
|
+
# @return [String]
|
3417
|
+
#
|
3418
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/PardotSourceProperties AWS API Documentation
|
3419
|
+
#
|
3420
|
+
class PardotSourceProperties < Struct.new(
|
3421
|
+
:object)
|
3422
|
+
SENSITIVE = []
|
3423
|
+
include Aws::Structure
|
3424
|
+
end
|
3425
|
+
|
3324
3426
|
# Specifies elements that Amazon AppFlow includes in the file and folder
|
3325
3427
|
# names in the flow destination.
|
3326
3428
|
#
|
@@ -4572,6 +4674,11 @@ module Aws::Appflow
|
|
4572
4674
|
# used as a source.
|
4573
4675
|
# @return [Types::CustomConnectorSourceProperties]
|
4574
4676
|
#
|
4677
|
+
# @!attribute [rw] pardot
|
4678
|
+
# Specifies the information that is required for querying Salesforce
|
4679
|
+
# Pardot.
|
4680
|
+
# @return [Types::PardotSourceProperties]
|
4681
|
+
#
|
4575
4682
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SourceConnectorProperties AWS API Documentation
|
4576
4683
|
#
|
4577
4684
|
class SourceConnectorProperties < Struct.new(
|
@@ -4590,7 +4697,8 @@ module Aws::Appflow
|
|
4590
4697
|
:veeva,
|
4591
4698
|
:zendesk,
|
4592
4699
|
:sapo_data,
|
4593
|
-
:custom_connector
|
4700
|
+
:custom_connector,
|
4701
|
+
:pardot)
|
4594
4702
|
SENSITIVE = []
|
4595
4703
|
include Aws::Structure
|
4596
4704
|
end
|
data/lib/aws-sdk-appflow.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.35.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|