aws-sdk-appflow 1.22.0 → 1.25.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: b9defbc15921b2c702f958a05a4d6e3e91d77b5d6b7a450e6cf7cf7393eadcdb
4
- data.tar.gz: 713869f0c87da856773da3ddbff2e4347868a7f404843bf91270ff34637f14f3
3
+ metadata.gz: '08628744bdcecf40a4b8dee4bd92000a96aedf23cb3003b60a537a784f9b8fab'
4
+ data.tar.gz: 790e916eeb653dfd4a400d9e912842c89ae616a26d74933c37b36072d15e38e7
5
5
  SHA512:
6
- metadata.gz: 69c0a4477dbc90540cf1cb455016fbeeba837f3b30f40e13ddf97f519c78e8724c0dfca9412cf3457dcf6b167b2e9d2ca390dbfff939ea63627c77b97d422fdf
7
- data.tar.gz: dbe19837895305dba1c2cc6be862b5574b255778eb353112d898f82c266b7718398f341f91abf139996a107dd423b20051cdea8e773d3eccc42b4eaabf1a0c3d
6
+ metadata.gz: 4855ced24f6d2fd7abff5c8a882a0f2b90f6e92e81f1bab1efa1322b46b1a5b2c9f2e9ca8e25fbda810ccb7e87172082e54199a23150ae6aac383488a03d5807
7
+ data.tar.gz: 968f63751e83da01be05389355fbba7e9ca32e5155183e86e3d969d9592747e335f6f966cd8dcbb84452dec47c402b9db3ac0106d0ded59ae3d46fc0e7e927d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2022-03-03)
5
+ ------------------
6
+
7
+ * Feature - Launching Amazon AppFlow Marketo as a destination connector SDK.
8
+
9
+ 1.24.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.23.0 (2022-02-14)
15
+ ------------------
16
+
17
+ * Feature - Launching Amazon AppFlow SAP as a destination connector SDK.
18
+
4
19
  1.22.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.25.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::Appflow
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -856,6 +858,14 @@ module Aws::Appflow
856
858
  # },
857
859
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
858
860
  # },
861
+ # marketo: {
862
+ # object: "Object", # required
863
+ # error_handling_config: {
864
+ # fail_on_first_destination_error: false,
865
+ # bucket_prefix: "BucketPrefix",
866
+ # bucket_name: "BucketName",
867
+ # },
868
+ # },
859
869
  # custom_connector: {
860
870
  # entity_name: "EntityName", # required
861
871
  # error_handling_config: {
@@ -869,6 +879,20 @@ module Aws::Appflow
869
879
  # "CustomPropertyKey" => "CustomPropertyValue",
870
880
  # },
871
881
  # },
882
+ # sapo_data: {
883
+ # object_path: "Object", # required
884
+ # success_response_handling_config: {
885
+ # bucket_prefix: "BucketPrefix",
886
+ # bucket_name: "BucketName",
887
+ # },
888
+ # id_field_names: ["Name"],
889
+ # error_handling_config: {
890
+ # fail_on_first_destination_error: false,
891
+ # bucket_prefix: "BucketPrefix",
892
+ # bucket_name: "BucketName",
893
+ # },
894
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
895
+ # },
872
896
  # },
873
897
  # },
874
898
  # ],
@@ -894,7 +918,7 @@ module Aws::Appflow
894
918
  # 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
895
919
  # },
896
920
  # destination_field: "DestinationField",
897
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
921
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
898
922
  # task_properties: {
899
923
  # "VALUE" => "Property",
900
924
  # },
@@ -1519,6 +1543,10 @@ module Aws::Appflow
1519
1543
  # resp.destination_flow_config_list[0].destination_connector_properties.zendesk.error_handling_config.bucket_prefix #=> String
1520
1544
  # resp.destination_flow_config_list[0].destination_connector_properties.zendesk.error_handling_config.bucket_name #=> String
1521
1545
  # resp.destination_flow_config_list[0].destination_connector_properties.zendesk.write_operation_type #=> String, one of "INSERT", "UPSERT", "UPDATE", "DELETE"
1546
+ # resp.destination_flow_config_list[0].destination_connector_properties.marketo.object #=> String
1547
+ # resp.destination_flow_config_list[0].destination_connector_properties.marketo.error_handling_config.fail_on_first_destination_error #=> Boolean
1548
+ # resp.destination_flow_config_list[0].destination_connector_properties.marketo.error_handling_config.bucket_prefix #=> String
1549
+ # resp.destination_flow_config_list[0].destination_connector_properties.marketo.error_handling_config.bucket_name #=> String
1522
1550
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.entity_name #=> String
1523
1551
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.error_handling_config.fail_on_first_destination_error #=> Boolean
1524
1552
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.error_handling_config.bucket_prefix #=> String
@@ -1528,6 +1556,15 @@ module Aws::Appflow
1528
1556
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.id_field_names[0] #=> String
1529
1557
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.custom_properties #=> Hash
1530
1558
  # resp.destination_flow_config_list[0].destination_connector_properties.custom_connector.custom_properties["CustomPropertyKey"] #=> String
1559
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.object_path #=> String
1560
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.success_response_handling_config.bucket_prefix #=> String
1561
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.success_response_handling_config.bucket_name #=> String
1562
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.id_field_names #=> Array
1563
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.id_field_names[0] #=> String
1564
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.error_handling_config.fail_on_first_destination_error #=> Boolean
1565
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.error_handling_config.bucket_prefix #=> String
1566
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.error_handling_config.bucket_name #=> String
1567
+ # resp.destination_flow_config_list[0].destination_connector_properties.sapo_data.write_operation_type #=> String, one of "INSERT", "UPSERT", "UPDATE", "DELETE"
1531
1568
  # resp.last_run_execution_details.most_recent_execution_message #=> String
1532
1569
  # resp.last_run_execution_details.most_recent_execution_time #=> Time
1533
1570
  # resp.last_run_execution_details.most_recent_execution_status #=> String, one of "InProgress", "Successful", "Error"
@@ -1559,7 +1596,7 @@ module Aws::Appflow
1559
1596
  # 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"
1560
1597
  # 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"
1561
1598
  # resp.tasks[0].destination_field #=> String
1562
- # resp.tasks[0].task_type #=> String, one of "Arithmetic", "Filter", "Map", "Map_all", "Mask", "Merge", "Truncate", "Validate"
1599
+ # resp.tasks[0].task_type #=> String, one of "Arithmetic", "Filter", "Map", "Map_all", "Mask", "Merge", "Passthrough", "Truncate", "Validate"
1563
1600
  # resp.tasks[0].task_properties #=> Hash
1564
1601
  # resp.tasks[0].task_properties["OperatorPropertiesKeys"] #=> String
1565
1602
  # resp.created_at #=> Time
@@ -2491,6 +2528,14 @@ module Aws::Appflow
2491
2528
  # },
2492
2529
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2493
2530
  # },
2531
+ # marketo: {
2532
+ # object: "Object", # required
2533
+ # error_handling_config: {
2534
+ # fail_on_first_destination_error: false,
2535
+ # bucket_prefix: "BucketPrefix",
2536
+ # bucket_name: "BucketName",
2537
+ # },
2538
+ # },
2494
2539
  # custom_connector: {
2495
2540
  # entity_name: "EntityName", # required
2496
2541
  # error_handling_config: {
@@ -2504,6 +2549,20 @@ module Aws::Appflow
2504
2549
  # "CustomPropertyKey" => "CustomPropertyValue",
2505
2550
  # },
2506
2551
  # },
2552
+ # sapo_data: {
2553
+ # object_path: "Object", # required
2554
+ # success_response_handling_config: {
2555
+ # bucket_prefix: "BucketPrefix",
2556
+ # bucket_name: "BucketName",
2557
+ # },
2558
+ # id_field_names: ["Name"],
2559
+ # error_handling_config: {
2560
+ # fail_on_first_destination_error: false,
2561
+ # bucket_prefix: "BucketPrefix",
2562
+ # bucket_name: "BucketName",
2563
+ # },
2564
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2565
+ # },
2507
2566
  # },
2508
2567
  # },
2509
2568
  # ],
@@ -2529,7 +2588,7 @@ module Aws::Appflow
2529
2588
  # 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
2530
2589
  # },
2531
2590
  # destination_field: "DestinationField",
2532
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
2591
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
2533
2592
  # task_properties: {
2534
2593
  # "VALUE" => "Property",
2535
2594
  # },
@@ -2563,7 +2622,7 @@ module Aws::Appflow
2563
2622
  params: params,
2564
2623
  config: config)
2565
2624
  context[:gem_name] = 'aws-sdk-appflow'
2566
- context[:gem_version] = '1.22.0'
2625
+ context[:gem_version] = '1.25.0'
2567
2626
  Seahorse::Client::Request.new(handlers, context)
2568
2627
  end
2569
2628
 
@@ -215,6 +215,7 @@ module Aws::Appflow
215
215
  MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
216
216
  MarketoConnectorProfileCredentials = Shapes::StructureShape.new(name: 'MarketoConnectorProfileCredentials')
217
217
  MarketoConnectorProfileProperties = Shapes::StructureShape.new(name: 'MarketoConnectorProfileProperties')
218
+ MarketoDestinationProperties = Shapes::StructureShape.new(name: 'MarketoDestinationProperties')
218
219
  MarketoMetadata = Shapes::StructureShape.new(name: 'MarketoMetadata')
219
220
  MarketoSourceProperties = Shapes::StructureShape.new(name: 'MarketoSourceProperties')
220
221
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -273,6 +274,7 @@ module Aws::Appflow
273
274
  SAPODataConnectorOperator = Shapes::StringShape.new(name: 'SAPODataConnectorOperator')
274
275
  SAPODataConnectorProfileCredentials = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileCredentials')
275
276
  SAPODataConnectorProfileProperties = Shapes::StructureShape.new(name: 'SAPODataConnectorProfileProperties')
277
+ SAPODataDestinationProperties = Shapes::StructureShape.new(name: 'SAPODataDestinationProperties')
276
278
  SAPODataMetadata = Shapes::StructureShape.new(name: 'SAPODataMetadata')
277
279
  SAPODataSourceProperties = Shapes::StructureShape.new(name: 'SAPODataSourceProperties')
278
280
  SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
@@ -317,6 +319,7 @@ module Aws::Appflow
317
319
  StopFlowRequest = Shapes::StructureShape.new(name: 'StopFlowRequest')
318
320
  StopFlowResponse = Shapes::StructureShape.new(name: 'StopFlowResponse')
319
321
  String = Shapes::StringShape.new(name: 'String')
322
+ SuccessResponseHandlingConfig = Shapes::StructureShape.new(name: 'SuccessResponseHandlingConfig')
320
323
  SupportedApiVersion = Shapes::StringShape.new(name: 'SupportedApiVersion')
321
324
  SupportedApiVersionList = Shapes::ListShape.new(name: 'SupportedApiVersionList')
322
325
  SupportedFieldTypeDetails = Shapes::StructureShape.new(name: 'SupportedFieldTypeDetails')
@@ -799,7 +802,9 @@ module Aws::Appflow
799
802
  DestinationConnectorProperties.add_member(:honeycode, Shapes::ShapeRef.new(shape: HoneycodeDestinationProperties, location_name: "Honeycode"))
800
803
  DestinationConnectorProperties.add_member(:customer_profiles, Shapes::ShapeRef.new(shape: CustomerProfilesDestinationProperties, location_name: "CustomerProfiles"))
801
804
  DestinationConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskDestinationProperties, location_name: "Zendesk"))
805
+ DestinationConnectorProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoDestinationProperties, location_name: "Marketo"))
802
806
  DestinationConnectorProperties.add_member(:custom_connector, Shapes::ShapeRef.new(shape: CustomConnectorDestinationProperties, location_name: "CustomConnector"))
807
+ DestinationConnectorProperties.add_member(:sapo_data, Shapes::ShapeRef.new(shape: SAPODataDestinationProperties, location_name: "SAPOData"))
803
808
  DestinationConnectorProperties.struct_class = Types::DestinationConnectorProperties
804
809
 
805
810
  DestinationFieldProperties.add_member(:is_creatable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCreatable"))
@@ -992,6 +997,10 @@ module Aws::Appflow
992
997
  MarketoConnectorProfileProperties.add_member(:instance_url, Shapes::ShapeRef.new(shape: InstanceUrl, required: true, location_name: "instanceUrl"))
993
998
  MarketoConnectorProfileProperties.struct_class = Types::MarketoConnectorProfileProperties
994
999
 
1000
+ MarketoDestinationProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
1001
+ MarketoDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
1002
+ MarketoDestinationProperties.struct_class = Types::MarketoDestinationProperties
1003
+
995
1004
  MarketoMetadata.struct_class = Types::MarketoMetadata
996
1005
 
997
1006
  MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "object"))
@@ -1111,6 +1120,13 @@ module Aws::Appflow
1111
1120
  SAPODataConnectorProfileProperties.add_member(:o_auth_properties, Shapes::ShapeRef.new(shape: OAuthProperties, location_name: "oAuthProperties"))
1112
1121
  SAPODataConnectorProfileProperties.struct_class = Types::SAPODataConnectorProfileProperties
1113
1122
 
1123
+ SAPODataDestinationProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "objectPath"))
1124
+ SAPODataDestinationProperties.add_member(:success_response_handling_config, Shapes::ShapeRef.new(shape: SuccessResponseHandlingConfig, location_name: "successResponseHandlingConfig"))
1125
+ SAPODataDestinationProperties.add_member(:id_field_names, Shapes::ShapeRef.new(shape: IdFieldNameList, location_name: "idFieldNames"))
1126
+ SAPODataDestinationProperties.add_member(:error_handling_config, Shapes::ShapeRef.new(shape: ErrorHandlingConfig, location_name: "errorHandlingConfig"))
1127
+ SAPODataDestinationProperties.add_member(:write_operation_type, Shapes::ShapeRef.new(shape: WriteOperationType, location_name: "writeOperationType"))
1128
+ SAPODataDestinationProperties.struct_class = Types::SAPODataDestinationProperties
1129
+
1114
1130
  SAPODataMetadata.struct_class = Types::SAPODataMetadata
1115
1131
 
1116
1132
  SAPODataSourceProperties.add_member(:object_path, Shapes::ShapeRef.new(shape: Object, location_name: "objectPath"))
@@ -1260,6 +1276,10 @@ module Aws::Appflow
1260
1276
  StopFlowResponse.add_member(:flow_status, Shapes::ShapeRef.new(shape: FlowStatus, location_name: "flowStatus"))
1261
1277
  StopFlowResponse.struct_class = Types::StopFlowResponse
1262
1278
 
1279
+ SuccessResponseHandlingConfig.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "bucketPrefix"))
1280
+ SuccessResponseHandlingConfig.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, location_name: "bucketName"))
1281
+ SuccessResponseHandlingConfig.struct_class = Types::SuccessResponseHandlingConfig
1282
+
1263
1283
  SupportedApiVersionList.member = Shapes::ShapeRef.new(shape: SupportedApiVersion)
1264
1284
 
1265
1285
  SupportedFieldTypeDetails.add_member(:v1, Shapes::ShapeRef.new(shape: FieldTypeDetails, required: true, location_name: "v1"))
@@ -2143,6 +2143,14 @@ module Aws::Appflow
2143
2143
  # },
2144
2144
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2145
2145
  # },
2146
+ # marketo: {
2147
+ # object: "Object", # required
2148
+ # error_handling_config: {
2149
+ # fail_on_first_destination_error: false,
2150
+ # bucket_prefix: "BucketPrefix",
2151
+ # bucket_name: "BucketName",
2152
+ # },
2153
+ # },
2146
2154
  # custom_connector: {
2147
2155
  # entity_name: "EntityName", # required
2148
2156
  # error_handling_config: {
@@ -2156,6 +2164,20 @@ module Aws::Appflow
2156
2164
  # "CustomPropertyKey" => "CustomPropertyValue",
2157
2165
  # },
2158
2166
  # },
2167
+ # sapo_data: {
2168
+ # object_path: "Object", # required
2169
+ # success_response_handling_config: {
2170
+ # bucket_prefix: "BucketPrefix",
2171
+ # bucket_name: "BucketName",
2172
+ # },
2173
+ # id_field_names: ["Name"],
2174
+ # error_handling_config: {
2175
+ # fail_on_first_destination_error: false,
2176
+ # bucket_prefix: "BucketPrefix",
2177
+ # bucket_name: "BucketName",
2178
+ # },
2179
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
2180
+ # },
2159
2181
  # },
2160
2182
  # },
2161
2183
  # ],
@@ -2181,7 +2203,7 @@ module Aws::Appflow
2181
2203
  # 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
2182
2204
  # },
2183
2205
  # destination_field: "DestinationField",
2184
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
2206
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
2185
2207
  # task_properties: {
2186
2208
  # "VALUE" => "Property",
2187
2209
  # },
@@ -3163,6 +3185,14 @@ module Aws::Appflow
3163
3185
  # },
3164
3186
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3165
3187
  # },
3188
+ # marketo: {
3189
+ # object: "Object", # required
3190
+ # error_handling_config: {
3191
+ # fail_on_first_destination_error: false,
3192
+ # bucket_prefix: "BucketPrefix",
3193
+ # bucket_name: "BucketName",
3194
+ # },
3195
+ # },
3166
3196
  # custom_connector: {
3167
3197
  # entity_name: "EntityName", # required
3168
3198
  # error_handling_config: {
@@ -3176,6 +3206,20 @@ module Aws::Appflow
3176
3206
  # "CustomPropertyKey" => "CustomPropertyValue",
3177
3207
  # },
3178
3208
  # },
3209
+ # sapo_data: {
3210
+ # object_path: "Object", # required
3211
+ # success_response_handling_config: {
3212
+ # bucket_prefix: "BucketPrefix",
3213
+ # bucket_name: "BucketName",
3214
+ # },
3215
+ # id_field_names: ["Name"],
3216
+ # error_handling_config: {
3217
+ # fail_on_first_destination_error: false,
3218
+ # bucket_prefix: "BucketPrefix",
3219
+ # bucket_name: "BucketName",
3220
+ # },
3221
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3222
+ # },
3179
3223
  # }
3180
3224
  #
3181
3225
  # @!attribute [rw] redshift
@@ -3218,10 +3262,18 @@ module Aws::Appflow
3218
3262
  # The properties required to query Zendesk.
3219
3263
  # @return [Types::ZendeskDestinationProperties]
3220
3264
  #
3265
+ # @!attribute [rw] marketo
3266
+ # The properties required to query Marketo.
3267
+ # @return [Types::MarketoDestinationProperties]
3268
+ #
3221
3269
  # @!attribute [rw] custom_connector
3222
3270
  # The properties that are required to query the custom Connector.
3223
3271
  # @return [Types::CustomConnectorDestinationProperties]
3224
3272
  #
3273
+ # @!attribute [rw] sapo_data
3274
+ # The properties required to query SAPOData.
3275
+ # @return [Types::SAPODataDestinationProperties]
3276
+ #
3225
3277
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DestinationConnectorProperties AWS API Documentation
3226
3278
  #
3227
3279
  class DestinationConnectorProperties < Struct.new(
@@ -3235,7 +3287,9 @@ module Aws::Appflow
3235
3287
  :honeycode,
3236
3288
  :customer_profiles,
3237
3289
  :zendesk,
3238
- :custom_connector)
3290
+ :marketo,
3291
+ :custom_connector,
3292
+ :sapo_data)
3239
3293
  SENSITIVE = []
3240
3294
  include Aws::Structure
3241
3295
  end
@@ -3388,6 +3442,14 @@ module Aws::Appflow
3388
3442
  # },
3389
3443
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3390
3444
  # },
3445
+ # marketo: {
3446
+ # object: "Object", # required
3447
+ # error_handling_config: {
3448
+ # fail_on_first_destination_error: false,
3449
+ # bucket_prefix: "BucketPrefix",
3450
+ # bucket_name: "BucketName",
3451
+ # },
3452
+ # },
3391
3453
  # custom_connector: {
3392
3454
  # entity_name: "EntityName", # required
3393
3455
  # error_handling_config: {
@@ -3401,6 +3463,20 @@ module Aws::Appflow
3401
3463
  # "CustomPropertyKey" => "CustomPropertyValue",
3402
3464
  # },
3403
3465
  # },
3466
+ # sapo_data: {
3467
+ # object_path: "Object", # required
3468
+ # success_response_handling_config: {
3469
+ # bucket_prefix: "BucketPrefix",
3470
+ # bucket_name: "BucketName",
3471
+ # },
3472
+ # id_field_names: ["Name"],
3473
+ # error_handling_config: {
3474
+ # fail_on_first_destination_error: false,
3475
+ # bucket_prefix: "BucketPrefix",
3476
+ # bucket_name: "BucketName",
3477
+ # },
3478
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
3479
+ # },
3404
3480
  # },
3405
3481
  # }
3406
3482
  #
@@ -4439,6 +4515,43 @@ module Aws::Appflow
4439
4515
  include Aws::Structure
4440
4516
  end
4441
4517
 
4518
+ # The properties that Amazon AppFlow applies when you use Marketo as a
4519
+ # flow destination.
4520
+ #
4521
+ # @note When making an API call, you may pass MarketoDestinationProperties
4522
+ # data as a hash:
4523
+ #
4524
+ # {
4525
+ # object: "Object", # required
4526
+ # error_handling_config: {
4527
+ # fail_on_first_destination_error: false,
4528
+ # bucket_prefix: "BucketPrefix",
4529
+ # bucket_name: "BucketName",
4530
+ # },
4531
+ # }
4532
+ #
4533
+ # @!attribute [rw] object
4534
+ # The object specified in the Marketo flow destination.
4535
+ # @return [String]
4536
+ #
4537
+ # @!attribute [rw] error_handling_config
4538
+ # The settings that determine how Amazon AppFlow handles an error when
4539
+ # placing data in the destination. For example, this setting would
4540
+ # determine if the flow should fail after one insertion error, or
4541
+ # continue and attempt to insert every record regardless of the
4542
+ # initial failure. `ErrorHandlingConfig` is a part of the destination
4543
+ # connector details.
4544
+ # @return [Types::ErrorHandlingConfig]
4545
+ #
4546
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/MarketoDestinationProperties AWS API Documentation
4547
+ #
4548
+ class MarketoDestinationProperties < Struct.new(
4549
+ :object,
4550
+ :error_handling_config)
4551
+ SENSITIVE = []
4552
+ include Aws::Structure
4553
+ end
4554
+
4442
4555
  # The connector metadata specific to Marketo.
4443
4556
  #
4444
4557
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/MarketoMetadata AWS API Documentation
@@ -5187,6 +5300,71 @@ module Aws::Appflow
5187
5300
  include Aws::Structure
5188
5301
  end
5189
5302
 
5303
+ # The properties that are applied when using SAPOData as a flow
5304
+ # destination
5305
+ #
5306
+ # @note When making an API call, you may pass SAPODataDestinationProperties
5307
+ # data as a hash:
5308
+ #
5309
+ # {
5310
+ # object_path: "Object", # required
5311
+ # success_response_handling_config: {
5312
+ # bucket_prefix: "BucketPrefix",
5313
+ # bucket_name: "BucketName",
5314
+ # },
5315
+ # id_field_names: ["Name"],
5316
+ # error_handling_config: {
5317
+ # fail_on_first_destination_error: false,
5318
+ # bucket_prefix: "BucketPrefix",
5319
+ # bucket_name: "BucketName",
5320
+ # },
5321
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
5322
+ # }
5323
+ #
5324
+ # @!attribute [rw] object_path
5325
+ # The object path specified in the SAPOData flow destination.
5326
+ # @return [String]
5327
+ #
5328
+ # @!attribute [rw] success_response_handling_config
5329
+ # Determines how Amazon AppFlow handles the success response that it
5330
+ # gets from the connector after placing data.
5331
+ #
5332
+ # For example, this setting would determine where to write the
5333
+ # response from a destination connector upon a successful insert
5334
+ # operation.
5335
+ # @return [Types::SuccessResponseHandlingConfig]
5336
+ #
5337
+ # @!attribute [rw] id_field_names
5338
+ # A list of field names that can be used as an ID field when
5339
+ # performing a write operation.
5340
+ # @return [Array<String>]
5341
+ #
5342
+ # @!attribute [rw] error_handling_config
5343
+ # The settings that determine how Amazon AppFlow handles an error when
5344
+ # placing data in the destination. For example, this setting would
5345
+ # determine if the flow should fail after one insertion error, or
5346
+ # continue and attempt to insert every record regardless of the
5347
+ # initial failure. `ErrorHandlingConfig` is a part of the destination
5348
+ # connector details.
5349
+ # @return [Types::ErrorHandlingConfig]
5350
+ #
5351
+ # @!attribute [rw] write_operation_type
5352
+ # The possible write operations in the destination connector. When
5353
+ # this value is not provided, this defaults to the `INSERT` operation.
5354
+ # @return [String]
5355
+ #
5356
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SAPODataDestinationProperties AWS API Documentation
5357
+ #
5358
+ class SAPODataDestinationProperties < Struct.new(
5359
+ :object_path,
5360
+ :success_response_handling_config,
5361
+ :id_field_names,
5362
+ :error_handling_config,
5363
+ :write_operation_type)
5364
+ SENSITIVE = []
5365
+ include Aws::Structure
5366
+ end
5367
+
5190
5368
  # The connector metadata specific to SAPOData.
5191
5369
  #
5192
5370
  # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SAPODataMetadata AWS API Documentation
@@ -6245,6 +6423,37 @@ module Aws::Appflow
6245
6423
  include Aws::Structure
6246
6424
  end
6247
6425
 
6426
+ # Determines how Amazon AppFlow handles the success response that it
6427
+ # gets from the connector after placing data.
6428
+ #
6429
+ # For example, this setting would determine where to write the response
6430
+ # from the destination connector upon a successful insert operation.
6431
+ #
6432
+ # @note When making an API call, you may pass SuccessResponseHandlingConfig
6433
+ # data as a hash:
6434
+ #
6435
+ # {
6436
+ # bucket_prefix: "BucketPrefix",
6437
+ # bucket_name: "BucketName",
6438
+ # }
6439
+ #
6440
+ # @!attribute [rw] bucket_prefix
6441
+ # The Amazon S3 bucket prefix.
6442
+ # @return [String]
6443
+ #
6444
+ # @!attribute [rw] bucket_name
6445
+ # The name of the Amazon S3 bucket.
6446
+ # @return [String]
6447
+ #
6448
+ # @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/SuccessResponseHandlingConfig AWS API Documentation
6449
+ #
6450
+ class SuccessResponseHandlingConfig < Struct.new(
6451
+ :bucket_prefix,
6452
+ :bucket_name)
6453
+ SENSITIVE = []
6454
+ include Aws::Structure
6455
+ end
6456
+
6248
6457
  # Contains details regarding all the supported `FieldTypes` and their
6249
6458
  # corresponding `filterOperators` and `supportedValues`.
6250
6459
  #
@@ -6319,7 +6528,7 @@ module Aws::Appflow
6319
6528
  # 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
6320
6529
  # },
6321
6530
  # destination_field: "DestinationField",
6322
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
6531
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
6323
6532
  # task_properties: {
6324
6533
  # "VALUE" => "Property",
6325
6534
  # },
@@ -7029,6 +7238,14 @@ module Aws::Appflow
7029
7238
  # },
7030
7239
  # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
7031
7240
  # },
7241
+ # marketo: {
7242
+ # object: "Object", # required
7243
+ # error_handling_config: {
7244
+ # fail_on_first_destination_error: false,
7245
+ # bucket_prefix: "BucketPrefix",
7246
+ # bucket_name: "BucketName",
7247
+ # },
7248
+ # },
7032
7249
  # custom_connector: {
7033
7250
  # entity_name: "EntityName", # required
7034
7251
  # error_handling_config: {
@@ -7042,6 +7259,20 @@ module Aws::Appflow
7042
7259
  # "CustomPropertyKey" => "CustomPropertyValue",
7043
7260
  # },
7044
7261
  # },
7262
+ # sapo_data: {
7263
+ # object_path: "Object", # required
7264
+ # success_response_handling_config: {
7265
+ # bucket_prefix: "BucketPrefix",
7266
+ # bucket_name: "BucketName",
7267
+ # },
7268
+ # id_field_names: ["Name"],
7269
+ # error_handling_config: {
7270
+ # fail_on_first_destination_error: false,
7271
+ # bucket_prefix: "BucketPrefix",
7272
+ # bucket_name: "BucketName",
7273
+ # },
7274
+ # write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
7275
+ # },
7045
7276
  # },
7046
7277
  # },
7047
7278
  # ],
@@ -7067,7 +7298,7 @@ module Aws::Appflow
7067
7298
  # 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
7068
7299
  # },
7069
7300
  # destination_field: "DestinationField",
7070
- # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Truncate, Validate
7301
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate
7071
7302
  # task_properties: {
7072
7303
  # "VALUE" => "Property",
7073
7304
  # },
@@ -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.22.0'
51
+ GEM_VERSION = '1.25.0'
52
52
 
53
53
  end
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.22.0
4
+ version: 1.25.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: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.126.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement