aws-sdk-appflow 1.89.0 → 1.90.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.
data/sig/params.rbs ADDED
@@ -0,0 +1,591 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Appflow
10
+ module Params
11
+ type redshift_connector_profile_properties = {
12
+ database_url: ::String?,
13
+ bucket_name: ::String,
14
+ bucket_prefix: ::String?,
15
+ role_arn: ::String,
16
+ data_api_role_arn: ::String?,
17
+ is_redshift_serverless: bool?,
18
+ cluster_identifier: ::String?,
19
+ workgroup_name: ::String?,
20
+ database_name: ::String?
21
+ }
22
+
23
+ type snowflake_connector_profile_properties = {
24
+ warehouse: ::String,
25
+ stage: ::String,
26
+ bucket_name: ::String,
27
+ bucket_prefix: ::String?,
28
+ private_link_service_name: ::String?,
29
+ account_name: ::String?,
30
+ region: ::String?
31
+ }
32
+
33
+ type sapo_data_connector_profile_properties = {
34
+ application_host_url: ::String,
35
+ application_service_path: ::String,
36
+ port_number: ::Integer,
37
+ client_number: ::String,
38
+ logon_language: ::String?,
39
+ private_link_service_name: ::String?,
40
+ o_auth_properties: {
41
+ token_url: ::String,
42
+ auth_code_url: ::String,
43
+ o_auth_scopes: Array[::String]
44
+ }?,
45
+ disable_sso: bool?
46
+ }
47
+
48
+ type custom_connector_profile_properties = {
49
+ profile_properties: Hash[::String, ::String]?,
50
+ o_auth_2_properties: {
51
+ token_url: ::String,
52
+ o_auth_2_grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER"),
53
+ token_url_custom_properties: Hash[::String, ::String]?
54
+ }?
55
+ }
56
+
57
+ type connector_profile_properties = {
58
+ amplitude: {
59
+ }?,
60
+ datadog: {
61
+ instance_url: ::String
62
+ }?,
63
+ dynatrace: {
64
+ instance_url: ::String
65
+ }?,
66
+ google_analytics: {
67
+ }?,
68
+ honeycode: {
69
+ }?,
70
+ infor_nexus: {
71
+ instance_url: ::String
72
+ }?,
73
+ marketo: {
74
+ instance_url: ::String
75
+ }?,
76
+ redshift: Params::redshift_connector_profile_properties?,
77
+ salesforce: {
78
+ instance_url: ::String?,
79
+ is_sandbox_environment: bool?,
80
+ use_private_link_for_metadata_and_authorization: bool?
81
+ }?,
82
+ service_now: {
83
+ instance_url: ::String
84
+ }?,
85
+ singular: {
86
+ }?,
87
+ slack: {
88
+ instance_url: ::String
89
+ }?,
90
+ snowflake: Params::snowflake_connector_profile_properties?,
91
+ trendmicro: {
92
+ }?,
93
+ veeva: {
94
+ instance_url: ::String
95
+ }?,
96
+ zendesk: {
97
+ instance_url: ::String
98
+ }?,
99
+ sapo_data: Params::sapo_data_connector_profile_properties?,
100
+ custom_connector: Params::custom_connector_profile_properties?,
101
+ pardot: {
102
+ instance_url: ::String?,
103
+ is_sandbox_environment: bool?,
104
+ business_unit_id: ::String?
105
+ }?
106
+ }
107
+
108
+ type google_analytics_connector_profile_credentials = {
109
+ client_id: ::String,
110
+ client_secret: ::String,
111
+ access_token: ::String?,
112
+ refresh_token: ::String?,
113
+ o_auth_request: {
114
+ auth_code: ::String?,
115
+ redirect_uri: ::String?
116
+ }?
117
+ }
118
+
119
+ type honeycode_connector_profile_credentials = {
120
+ access_token: ::String?,
121
+ refresh_token: ::String?,
122
+ o_auth_request: {
123
+ auth_code: ::String?,
124
+ redirect_uri: ::String?
125
+ }?
126
+ }
127
+
128
+ type marketo_connector_profile_credentials = {
129
+ client_id: ::String,
130
+ client_secret: ::String,
131
+ access_token: ::String?,
132
+ o_auth_request: {
133
+ auth_code: ::String?,
134
+ redirect_uri: ::String?
135
+ }?
136
+ }
137
+
138
+ type salesforce_connector_profile_credentials = {
139
+ access_token: ::String?,
140
+ refresh_token: ::String?,
141
+ o_auth_request: {
142
+ auth_code: ::String?,
143
+ redirect_uri: ::String?
144
+ }?,
145
+ client_credentials_arn: ::String?,
146
+ o_auth_2_grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER")?,
147
+ jwt_token: ::String?
148
+ }
149
+
150
+ type o_auth_2_credentials = {
151
+ client_id: ::String?,
152
+ client_secret: ::String?,
153
+ access_token: ::String?,
154
+ refresh_token: ::String?,
155
+ o_auth_request: {
156
+ auth_code: ::String?,
157
+ redirect_uri: ::String?
158
+ }?
159
+ }
160
+
161
+ type service_now_connector_profile_credentials = {
162
+ username: ::String?,
163
+ password: ::String?,
164
+ o_auth_2_credentials: Params::o_auth_2_credentials?
165
+ }
166
+
167
+ type slack_connector_profile_credentials = {
168
+ client_id: ::String,
169
+ client_secret: ::String,
170
+ access_token: ::String?,
171
+ o_auth_request: {
172
+ auth_code: ::String?,
173
+ redirect_uri: ::String?
174
+ }?
175
+ }
176
+
177
+ type zendesk_connector_profile_credentials = {
178
+ client_id: ::String,
179
+ client_secret: ::String,
180
+ access_token: ::String?,
181
+ o_auth_request: {
182
+ auth_code: ::String?,
183
+ redirect_uri: ::String?
184
+ }?
185
+ }
186
+
187
+ type o_auth_credentials = {
188
+ client_id: ::String,
189
+ client_secret: ::String,
190
+ access_token: ::String?,
191
+ refresh_token: ::String?,
192
+ o_auth_request: {
193
+ auth_code: ::String?,
194
+ redirect_uri: ::String?
195
+ }?
196
+ }
197
+
198
+ type sapo_data_connector_profile_credentials = {
199
+ basic_auth_credentials: {
200
+ username: ::String,
201
+ password: ::String
202
+ }?,
203
+ o_auth_credentials: Params::o_auth_credentials?
204
+ }
205
+
206
+ type custom_connector_profile_credentials = {
207
+ authentication_type: ("OAUTH2" | "APIKEY" | "BASIC" | "CUSTOM"),
208
+ basic: {
209
+ username: ::String,
210
+ password: ::String
211
+ }?,
212
+ oauth2: Params::o_auth_2_credentials?,
213
+ api_key: {
214
+ api_key: ::String,
215
+ api_secret_key: ::String?
216
+ }?,
217
+ custom: {
218
+ custom_authentication_type: ::String,
219
+ credentials_map: Hash[::String, ::String]?
220
+ }?
221
+ }
222
+
223
+ type pardot_connector_profile_credentials = {
224
+ access_token: ::String?,
225
+ refresh_token: ::String?,
226
+ o_auth_request: {
227
+ auth_code: ::String?,
228
+ redirect_uri: ::String?
229
+ }?,
230
+ client_credentials_arn: ::String?
231
+ }
232
+
233
+ type connector_profile_credentials = {
234
+ amplitude: {
235
+ api_key: ::String,
236
+ secret_key: ::String
237
+ }?,
238
+ datadog: {
239
+ api_key: ::String,
240
+ application_key: ::String
241
+ }?,
242
+ dynatrace: {
243
+ api_token: ::String
244
+ }?,
245
+ google_analytics: Params::google_analytics_connector_profile_credentials?,
246
+ honeycode: Params::honeycode_connector_profile_credentials?,
247
+ infor_nexus: {
248
+ access_key_id: ::String,
249
+ user_id: ::String,
250
+ secret_access_key: ::String,
251
+ datakey: ::String
252
+ }?,
253
+ marketo: Params::marketo_connector_profile_credentials?,
254
+ redshift: {
255
+ username: ::String?,
256
+ password: ::String?
257
+ }?,
258
+ salesforce: Params::salesforce_connector_profile_credentials?,
259
+ service_now: Params::service_now_connector_profile_credentials?,
260
+ singular: {
261
+ api_key: ::String
262
+ }?,
263
+ slack: Params::slack_connector_profile_credentials?,
264
+ snowflake: {
265
+ username: ::String,
266
+ password: ::String
267
+ }?,
268
+ trendmicro: {
269
+ api_secret_key: ::String
270
+ }?,
271
+ veeva: {
272
+ username: ::String,
273
+ password: ::String
274
+ }?,
275
+ zendesk: Params::zendesk_connector_profile_credentials?,
276
+ sapo_data: Params::sapo_data_connector_profile_credentials?,
277
+ custom_connector: Params::custom_connector_profile_credentials?,
278
+ pardot: Params::pardot_connector_profile_credentials?
279
+ }
280
+
281
+ type connector_profile_config = {
282
+ connector_profile_properties: Params::connector_profile_properties,
283
+ connector_profile_credentials: Params::connector_profile_credentials?
284
+ }
285
+
286
+ type scheduled_trigger_properties = {
287
+ schedule_expression: ::String,
288
+ data_pull_mode: ("Incremental" | "Complete")?,
289
+ schedule_start_time: ::Time?,
290
+ schedule_end_time: ::Time?,
291
+ timezone: ::String?,
292
+ schedule_offset: ::Integer?,
293
+ first_execution_from: ::Time?,
294
+ flow_error_deactivation_threshold: ::Integer?
295
+ }
296
+
297
+ type trigger_properties = {
298
+ scheduled: Params::scheduled_trigger_properties?
299
+ }
300
+
301
+ type trigger_config = {
302
+ trigger_type: ("Scheduled" | "Event" | "OnDemand"),
303
+ trigger_properties: Params::trigger_properties?
304
+ }
305
+
306
+ type sapo_data_source_properties = {
307
+ object_path: ::String?,
308
+ parallelism_config: {
309
+ max_parallelism: ::Integer
310
+ }?,
311
+ pagination_config: {
312
+ max_page_size: ::Integer
313
+ }?
314
+ }
315
+
316
+ type custom_connector_source_properties = {
317
+ entity_name: ::String,
318
+ custom_properties: Hash[::String, ::String]?,
319
+ data_transfer_api: {
320
+ name: ::String?,
321
+ type: ("SYNC" | "ASYNC" | "AUTOMATIC")?
322
+ }?
323
+ }
324
+
325
+ type source_connector_properties = {
326
+ amplitude: {
327
+ object: ::String
328
+ }?,
329
+ datadog: {
330
+ object: ::String
331
+ }?,
332
+ dynatrace: {
333
+ object: ::String
334
+ }?,
335
+ google_analytics: {
336
+ object: ::String
337
+ }?,
338
+ infor_nexus: {
339
+ object: ::String
340
+ }?,
341
+ marketo: {
342
+ object: ::String
343
+ }?,
344
+ s3: {
345
+ bucket_name: ::String,
346
+ bucket_prefix: ::String?,
347
+ s3_input_format_config: {
348
+ s3_input_file_type: ("CSV" | "JSON")?
349
+ }?
350
+ }?,
351
+ salesforce: {
352
+ object: ::String,
353
+ enable_dynamic_field_update: bool?,
354
+ include_deleted_records: bool?,
355
+ data_transfer_api: ("AUTOMATIC" | "BULKV2" | "REST_SYNC")?
356
+ }?,
357
+ service_now: {
358
+ object: ::String
359
+ }?,
360
+ singular: {
361
+ object: ::String
362
+ }?,
363
+ slack: {
364
+ object: ::String
365
+ }?,
366
+ trendmicro: {
367
+ object: ::String
368
+ }?,
369
+ veeva: {
370
+ object: ::String,
371
+ document_type: ::String?,
372
+ include_source_files: bool?,
373
+ include_renditions: bool?,
374
+ include_all_versions: bool?
375
+ }?,
376
+ zendesk: {
377
+ object: ::String
378
+ }?,
379
+ sapo_data: Params::sapo_data_source_properties?,
380
+ custom_connector: Params::custom_connector_source_properties?,
381
+ pardot: {
382
+ object: ::String
383
+ }?
384
+ }
385
+
386
+ type source_flow_config = {
387
+ connector_type: ("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot"),
388
+ api_version: ::String?,
389
+ connector_profile_name: ::String?,
390
+ source_connector_properties: Params::source_connector_properties,
391
+ incremental_pull_config: {
392
+ datetime_type_field_name: ::String?
393
+ }?
394
+ }
395
+
396
+ type redshift_destination_properties = {
397
+ object: ::String,
398
+ intermediate_bucket_name: ::String,
399
+ bucket_prefix: ::String?,
400
+ error_handling_config: {
401
+ fail_on_first_destination_error: bool?,
402
+ bucket_prefix: ::String?,
403
+ bucket_name: ::String?
404
+ }?
405
+ }
406
+
407
+ type s3_output_format_config = {
408
+ file_type: ("CSV" | "JSON" | "PARQUET")?,
409
+ prefix_config: {
410
+ prefix_type: ("FILENAME" | "PATH" | "PATH_AND_FILENAME")?,
411
+ prefix_format: ("YEAR" | "MONTH" | "DAY" | "HOUR" | "MINUTE")?,
412
+ path_prefix_hierarchy: Array[("EXECUTION_ID" | "SCHEMA_VERSION")]?
413
+ }?,
414
+ aggregation_config: {
415
+ aggregation_type: ("None" | "SingleFile")?,
416
+ target_file_size: ::Integer?
417
+ }?,
418
+ preserve_source_data_typing: bool?
419
+ }
420
+
421
+ type s3_destination_properties = {
422
+ bucket_name: ::String,
423
+ bucket_prefix: ::String?,
424
+ s3_output_format_config: Params::s3_output_format_config?
425
+ }
426
+
427
+ type salesforce_destination_properties = {
428
+ object: ::String,
429
+ id_field_names: Array[::String]?,
430
+ error_handling_config: {
431
+ fail_on_first_destination_error: bool?,
432
+ bucket_prefix: ::String?,
433
+ bucket_name: ::String?
434
+ }?,
435
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?,
436
+ data_transfer_api: ("AUTOMATIC" | "BULKV2" | "REST_SYNC")?
437
+ }
438
+
439
+ type snowflake_destination_properties = {
440
+ object: ::String,
441
+ intermediate_bucket_name: ::String,
442
+ bucket_prefix: ::String?,
443
+ error_handling_config: {
444
+ fail_on_first_destination_error: bool?,
445
+ bucket_prefix: ::String?,
446
+ bucket_name: ::String?
447
+ }?
448
+ }
449
+
450
+ type event_bridge_destination_properties = {
451
+ object: ::String,
452
+ error_handling_config: {
453
+ fail_on_first_destination_error: bool?,
454
+ bucket_prefix: ::String?,
455
+ bucket_name: ::String?
456
+ }?
457
+ }
458
+
459
+ type upsolver_s3_output_format_config = {
460
+ file_type: ("CSV" | "JSON" | "PARQUET")?,
461
+ prefix_config: {
462
+ prefix_type: ("FILENAME" | "PATH" | "PATH_AND_FILENAME")?,
463
+ prefix_format: ("YEAR" | "MONTH" | "DAY" | "HOUR" | "MINUTE")?,
464
+ path_prefix_hierarchy: Array[("EXECUTION_ID" | "SCHEMA_VERSION")]?
465
+ },
466
+ aggregation_config: {
467
+ aggregation_type: ("None" | "SingleFile")?,
468
+ target_file_size: ::Integer?
469
+ }?
470
+ }
471
+
472
+ type upsolver_destination_properties = {
473
+ bucket_name: ::String,
474
+ bucket_prefix: ::String?,
475
+ s3_output_format_config: Params::upsolver_s3_output_format_config
476
+ }
477
+
478
+ type honeycode_destination_properties = {
479
+ object: ::String,
480
+ error_handling_config: {
481
+ fail_on_first_destination_error: bool?,
482
+ bucket_prefix: ::String?,
483
+ bucket_name: ::String?
484
+ }?
485
+ }
486
+
487
+ type zendesk_destination_properties = {
488
+ object: ::String,
489
+ id_field_names: Array[::String]?,
490
+ error_handling_config: {
491
+ fail_on_first_destination_error: bool?,
492
+ bucket_prefix: ::String?,
493
+ bucket_name: ::String?
494
+ }?,
495
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?
496
+ }
497
+
498
+ type marketo_destination_properties = {
499
+ object: ::String,
500
+ error_handling_config: {
501
+ fail_on_first_destination_error: bool?,
502
+ bucket_prefix: ::String?,
503
+ bucket_name: ::String?
504
+ }?
505
+ }
506
+
507
+ type custom_connector_destination_properties = {
508
+ entity_name: ::String,
509
+ error_handling_config: {
510
+ fail_on_first_destination_error: bool?,
511
+ bucket_prefix: ::String?,
512
+ bucket_name: ::String?
513
+ }?,
514
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?,
515
+ id_field_names: Array[::String]?,
516
+ custom_properties: Hash[::String, ::String]?
517
+ }
518
+
519
+ type sapo_data_destination_properties = {
520
+ object_path: ::String,
521
+ success_response_handling_config: {
522
+ bucket_prefix: ::String?,
523
+ bucket_name: ::String?
524
+ }?,
525
+ id_field_names: Array[::String]?,
526
+ error_handling_config: {
527
+ fail_on_first_destination_error: bool?,
528
+ bucket_prefix: ::String?,
529
+ bucket_name: ::String?
530
+ }?,
531
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?
532
+ }
533
+
534
+ type destination_connector_properties = {
535
+ redshift: Params::redshift_destination_properties?,
536
+ s3: Params::s3_destination_properties?,
537
+ salesforce: Params::salesforce_destination_properties?,
538
+ snowflake: Params::snowflake_destination_properties?,
539
+ event_bridge: Params::event_bridge_destination_properties?,
540
+ lookout_metrics: {
541
+ }?,
542
+ upsolver: Params::upsolver_destination_properties?,
543
+ honeycode: Params::honeycode_destination_properties?,
544
+ customer_profiles: {
545
+ domain_name: ::String,
546
+ object_type_name: ::String?
547
+ }?,
548
+ zendesk: Params::zendesk_destination_properties?,
549
+ marketo: Params::marketo_destination_properties?,
550
+ custom_connector: Params::custom_connector_destination_properties?,
551
+ sapo_data: Params::sapo_data_destination_properties?
552
+ }
553
+
554
+ type destination_flow_config = {
555
+ connector_type: ("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot"),
556
+ api_version: ::String?,
557
+ connector_profile_name: ::String?,
558
+ destination_connector_properties: Params::destination_connector_properties
559
+ }
560
+
561
+ type connector_operator = {
562
+ amplitude: ("BETWEEN")?,
563
+ datadog: ("PROJECTION" | "BETWEEN" | "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")?,
564
+ dynatrace: ("PROJECTION" | "BETWEEN" | "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")?,
565
+ google_analytics: ("PROJECTION" | "BETWEEN")?,
566
+ infor_nexus: ("PROJECTION" | "BETWEEN" | "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")?,
567
+ marketo: ("PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "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")?,
568
+ s3: ("PROJECTION" | "LESS_THAN" | "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")?,
569
+ salesforce: ("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")?,
570
+ service_now: ("PROJECTION" | "CONTAINS" | "LESS_THAN" | "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")?,
571
+ singular: ("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")?,
572
+ slack: ("PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "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")?,
573
+ trendmicro: ("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")?,
574
+ veeva: ("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")?,
575
+ zendesk: ("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")?,
576
+ sapo_data: ("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")?,
577
+ custom_connector: ("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")?,
578
+ pardot: ("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")?
579
+ }
580
+
581
+ type task = {
582
+ source_fields: Array[::String],
583
+ connector_operator: Params::connector_operator?,
584
+ destination_field: ::String?,
585
+ task_type: ("Arithmetic" | "Filter" | "Map" | "Map_all" | "Mask" | "Merge" | "Passthrough" | "Truncate" | "Validate" | "Partition"),
586
+ task_properties: Hash[("VALUE" | "VALUES" | "DATA_TYPE" | "UPPER_BOUND" | "LOWER_BOUND" | "SOURCE_DATA_TYPE" | "DESTINATION_DATA_TYPE" | "VALIDATION_ACTION" | "MASK_VALUE" | "MASK_LENGTH" | "TRUNCATE_LENGTH" | "MATH_OPERATION_FIELDS_ORDER" | "CONCAT_FORMAT" | "SUBFIELD_CATEGORY_MAP" | "EXCLUDE_SOURCE_FIELDS_LIST" | "INCLUDE_NEW_FIELDS" | "ORDERED_PARTITION_KEYS_LIST"), ::String]?
587
+ }
588
+
589
+ end
590
+ end
591
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-appflow/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs