aws-sdk-appflow 1.52.0 → 1.54.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/client.rbs ADDED
@@ -0,0 +1,1442 @@
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
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CancelFlowExecutionsResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelFlowExecutionsResponse]
77
+ def invalid_executions: () -> ::Array[::String]
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#cancel_flow_executions-instance_method
80
+ def cancel_flow_executions: (
81
+ flow_name: ::String,
82
+ ?execution_ids: Array[::String]
83
+ ) -> _CancelFlowExecutionsResponseSuccess
84
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelFlowExecutionsResponseSuccess
85
+
86
+ interface _CreateConnectorProfileResponseSuccess
87
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateConnectorProfileResponse]
88
+ def connector_profile_arn: () -> ::String
89
+ end
90
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#create_connector_profile-instance_method
91
+ def create_connector_profile: (
92
+ connector_profile_name: ::String,
93
+ ?kms_arn: ::String,
94
+ 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"),
95
+ ?connector_label: ::String,
96
+ connection_mode: ("Public" | "Private"),
97
+ connector_profile_config: {
98
+ connector_profile_properties: {
99
+ amplitude: {
100
+ }?,
101
+ datadog: {
102
+ instance_url: ::String
103
+ }?,
104
+ dynatrace: {
105
+ instance_url: ::String
106
+ }?,
107
+ google_analytics: {
108
+ }?,
109
+ honeycode: {
110
+ }?,
111
+ infor_nexus: {
112
+ instance_url: ::String
113
+ }?,
114
+ marketo: {
115
+ instance_url: ::String
116
+ }?,
117
+ redshift: {
118
+ database_url: ::String?,
119
+ bucket_name: ::String,
120
+ bucket_prefix: ::String?,
121
+ role_arn: ::String,
122
+ data_api_role_arn: ::String?,
123
+ is_redshift_serverless: bool?,
124
+ cluster_identifier: ::String?,
125
+ workgroup_name: ::String?,
126
+ database_name: ::String?
127
+ }?,
128
+ salesforce: {
129
+ instance_url: ::String?,
130
+ is_sandbox_environment: bool?,
131
+ use_private_link_for_metadata_and_authorization: bool?
132
+ }?,
133
+ service_now: {
134
+ instance_url: ::String
135
+ }?,
136
+ singular: {
137
+ }?,
138
+ slack: {
139
+ instance_url: ::String
140
+ }?,
141
+ snowflake: {
142
+ warehouse: ::String,
143
+ stage: ::String,
144
+ bucket_name: ::String,
145
+ bucket_prefix: ::String?,
146
+ private_link_service_name: ::String?,
147
+ account_name: ::String?,
148
+ region: ::String?
149
+ }?,
150
+ trendmicro: {
151
+ }?,
152
+ veeva: {
153
+ instance_url: ::String
154
+ }?,
155
+ zendesk: {
156
+ instance_url: ::String
157
+ }?,
158
+ sapo_data: {
159
+ application_host_url: ::String,
160
+ application_service_path: ::String,
161
+ port_number: ::Integer,
162
+ client_number: ::String,
163
+ logon_language: ::String?,
164
+ private_link_service_name: ::String?,
165
+ o_auth_properties: {
166
+ token_url: ::String,
167
+ auth_code_url: ::String,
168
+ o_auth_scopes: Array[::String]
169
+ }?,
170
+ disable_sso: bool?
171
+ }?,
172
+ custom_connector: {
173
+ profile_properties: Hash[::String, ::String]?,
174
+ o_auth_2_properties: {
175
+ token_url: ::String,
176
+ o_auth_2_grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER"),
177
+ token_url_custom_properties: Hash[::String, ::String]?
178
+ }?
179
+ }?,
180
+ pardot: {
181
+ instance_url: ::String?,
182
+ is_sandbox_environment: bool?,
183
+ business_unit_id: ::String?
184
+ }?
185
+ },
186
+ connector_profile_credentials: {
187
+ amplitude: {
188
+ api_key: ::String,
189
+ secret_key: ::String
190
+ }?,
191
+ datadog: {
192
+ api_key: ::String,
193
+ application_key: ::String
194
+ }?,
195
+ dynatrace: {
196
+ api_token: ::String
197
+ }?,
198
+ google_analytics: {
199
+ client_id: ::String,
200
+ client_secret: ::String,
201
+ access_token: ::String?,
202
+ refresh_token: ::String?,
203
+ o_auth_request: {
204
+ auth_code: ::String?,
205
+ redirect_uri: ::String?
206
+ }?
207
+ }?,
208
+ honeycode: {
209
+ access_token: ::String?,
210
+ refresh_token: ::String?,
211
+ o_auth_request: {
212
+ auth_code: ::String?,
213
+ redirect_uri: ::String?
214
+ }?
215
+ }?,
216
+ infor_nexus: {
217
+ access_key_id: ::String,
218
+ user_id: ::String,
219
+ secret_access_key: ::String,
220
+ datakey: ::String
221
+ }?,
222
+ marketo: {
223
+ client_id: ::String,
224
+ client_secret: ::String,
225
+ access_token: ::String?,
226
+ o_auth_request: {
227
+ auth_code: ::String?,
228
+ redirect_uri: ::String?
229
+ }?
230
+ }?,
231
+ redshift: {
232
+ username: ::String?,
233
+ password: ::String?
234
+ }?,
235
+ salesforce: {
236
+ access_token: ::String?,
237
+ refresh_token: ::String?,
238
+ o_auth_request: {
239
+ auth_code: ::String?,
240
+ redirect_uri: ::String?
241
+ }?,
242
+ client_credentials_arn: ::String?,
243
+ o_auth_2_grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER")?,
244
+ jwt_token: ::String?
245
+ }?,
246
+ service_now: {
247
+ username: ::String?,
248
+ password: ::String?,
249
+ o_auth_2_credentials: {
250
+ client_id: ::String?,
251
+ client_secret: ::String?,
252
+ access_token: ::String?,
253
+ refresh_token: ::String?,
254
+ o_auth_request: {
255
+ auth_code: ::String?,
256
+ redirect_uri: ::String?
257
+ }?
258
+ }?
259
+ }?,
260
+ singular: {
261
+ api_key: ::String
262
+ }?,
263
+ slack: {
264
+ client_id: ::String,
265
+ client_secret: ::String,
266
+ access_token: ::String?,
267
+ o_auth_request: {
268
+ auth_code: ::String?,
269
+ redirect_uri: ::String?
270
+ }?
271
+ }?,
272
+ snowflake: {
273
+ username: ::String,
274
+ password: ::String
275
+ }?,
276
+ trendmicro: {
277
+ api_secret_key: ::String
278
+ }?,
279
+ veeva: {
280
+ username: ::String,
281
+ password: ::String
282
+ }?,
283
+ zendesk: {
284
+ client_id: ::String,
285
+ client_secret: ::String,
286
+ access_token: ::String?,
287
+ o_auth_request: {
288
+ auth_code: ::String?,
289
+ redirect_uri: ::String?
290
+ }?
291
+ }?,
292
+ sapo_data: {
293
+ basic_auth_credentials: {
294
+ username: ::String,
295
+ password: ::String
296
+ }?,
297
+ o_auth_credentials: {
298
+ client_id: ::String,
299
+ client_secret: ::String,
300
+ access_token: ::String?,
301
+ refresh_token: ::String?,
302
+ o_auth_request: {
303
+ auth_code: ::String?,
304
+ redirect_uri: ::String?
305
+ }?
306
+ }?
307
+ }?,
308
+ custom_connector: {
309
+ authentication_type: ("OAUTH2" | "APIKEY" | "BASIC" | "CUSTOM"),
310
+ basic: {
311
+ username: ::String,
312
+ password: ::String
313
+ }?,
314
+ oauth2: {
315
+ client_id: ::String?,
316
+ client_secret: ::String?,
317
+ access_token: ::String?,
318
+ refresh_token: ::String?,
319
+ o_auth_request: {
320
+ auth_code: ::String?,
321
+ redirect_uri: ::String?
322
+ }?
323
+ }?,
324
+ api_key: {
325
+ api_key: ::String,
326
+ api_secret_key: ::String?
327
+ }?,
328
+ custom: {
329
+ custom_authentication_type: ::String,
330
+ credentials_map: Hash[::String, ::String]?
331
+ }?
332
+ }?,
333
+ pardot: {
334
+ access_token: ::String?,
335
+ refresh_token: ::String?,
336
+ o_auth_request: {
337
+ auth_code: ::String?,
338
+ redirect_uri: ::String?
339
+ }?,
340
+ client_credentials_arn: ::String?
341
+ }?
342
+ }?
343
+ },
344
+ ?client_token: ::String
345
+ ) -> _CreateConnectorProfileResponseSuccess
346
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectorProfileResponseSuccess
347
+
348
+ interface _CreateFlowResponseSuccess
349
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateFlowResponse]
350
+ def flow_arn: () -> ::String
351
+ def flow_status: () -> ("Active" | "Deprecated" | "Deleted" | "Draft" | "Errored" | "Suspended")
352
+ end
353
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#create_flow-instance_method
354
+ def create_flow: (
355
+ flow_name: ::String,
356
+ ?description: ::String,
357
+ ?kms_arn: ::String,
358
+ trigger_config: {
359
+ trigger_type: ("Scheduled" | "Event" | "OnDemand"),
360
+ trigger_properties: {
361
+ scheduled: {
362
+ schedule_expression: ::String,
363
+ data_pull_mode: ("Incremental" | "Complete")?,
364
+ schedule_start_time: ::Time?,
365
+ schedule_end_time: ::Time?,
366
+ timezone: ::String?,
367
+ schedule_offset: ::Integer?,
368
+ first_execution_from: ::Time?,
369
+ flow_error_deactivation_threshold: ::Integer?
370
+ }?
371
+ }?
372
+ },
373
+ source_flow_config: {
374
+ 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"),
375
+ api_version: ::String?,
376
+ connector_profile_name: ::String?,
377
+ source_connector_properties: {
378
+ amplitude: {
379
+ object: ::String
380
+ }?,
381
+ datadog: {
382
+ object: ::String
383
+ }?,
384
+ dynatrace: {
385
+ object: ::String
386
+ }?,
387
+ google_analytics: {
388
+ object: ::String
389
+ }?,
390
+ infor_nexus: {
391
+ object: ::String
392
+ }?,
393
+ marketo: {
394
+ object: ::String
395
+ }?,
396
+ s3: {
397
+ bucket_name: ::String,
398
+ bucket_prefix: ::String?,
399
+ s3_input_format_config: {
400
+ s3_input_file_type: ("CSV" | "JSON")?
401
+ }?
402
+ }?,
403
+ salesforce: {
404
+ object: ::String,
405
+ enable_dynamic_field_update: bool?,
406
+ include_deleted_records: bool?,
407
+ data_transfer_api: ("AUTOMATIC" | "BULKV2" | "REST_SYNC")?
408
+ }?,
409
+ service_now: {
410
+ object: ::String
411
+ }?,
412
+ singular: {
413
+ object: ::String
414
+ }?,
415
+ slack: {
416
+ object: ::String
417
+ }?,
418
+ trendmicro: {
419
+ object: ::String
420
+ }?,
421
+ veeva: {
422
+ object: ::String,
423
+ document_type: ::String?,
424
+ include_source_files: bool?,
425
+ include_renditions: bool?,
426
+ include_all_versions: bool?
427
+ }?,
428
+ zendesk: {
429
+ object: ::String
430
+ }?,
431
+ sapo_data: {
432
+ object_path: ::String?,
433
+ parallelism_config: {
434
+ max_parallelism: ::Integer
435
+ }?,
436
+ pagination_config: {
437
+ max_page_size: ::Integer
438
+ }?
439
+ }?,
440
+ custom_connector: {
441
+ entity_name: ::String,
442
+ custom_properties: Hash[::String, ::String]?,
443
+ data_transfer_api: {
444
+ name: ::String?,
445
+ type: ("SYNC" | "ASYNC" | "AUTOMATIC")?
446
+ }?
447
+ }?,
448
+ pardot: {
449
+ object: ::String
450
+ }?
451
+ },
452
+ incremental_pull_config: {
453
+ datetime_type_field_name: ::String?
454
+ }?
455
+ },
456
+ destination_flow_config_list: Array[
457
+ {
458
+ 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"),
459
+ api_version: ::String?,
460
+ connector_profile_name: ::String?,
461
+ destination_connector_properties: {
462
+ redshift: {
463
+ object: ::String,
464
+ intermediate_bucket_name: ::String,
465
+ bucket_prefix: ::String?,
466
+ error_handling_config: {
467
+ fail_on_first_destination_error: bool?,
468
+ bucket_prefix: ::String?,
469
+ bucket_name: ::String?
470
+ }?
471
+ }?,
472
+ s3: {
473
+ bucket_name: ::String,
474
+ bucket_prefix: ::String?,
475
+ s3_output_format_config: {
476
+ file_type: ("CSV" | "JSON" | "PARQUET")?,
477
+ prefix_config: {
478
+ prefix_type: ("FILENAME" | "PATH" | "PATH_AND_FILENAME")?,
479
+ prefix_format: ("YEAR" | "MONTH" | "DAY" | "HOUR" | "MINUTE")?,
480
+ path_prefix_hierarchy: Array[("EXECUTION_ID" | "SCHEMA_VERSION")]?
481
+ }?,
482
+ aggregation_config: {
483
+ aggregation_type: ("None" | "SingleFile")?,
484
+ target_file_size: ::Integer?
485
+ }?,
486
+ preserve_source_data_typing: bool?
487
+ }?
488
+ }?,
489
+ salesforce: {
490
+ object: ::String,
491
+ id_field_names: Array[::String]?,
492
+ error_handling_config: {
493
+ fail_on_first_destination_error: bool?,
494
+ bucket_prefix: ::String?,
495
+ bucket_name: ::String?
496
+ }?,
497
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?,
498
+ data_transfer_api: ("AUTOMATIC" | "BULKV2" | "REST_SYNC")?
499
+ }?,
500
+ snowflake: {
501
+ object: ::String,
502
+ intermediate_bucket_name: ::String,
503
+ bucket_prefix: ::String?,
504
+ error_handling_config: {
505
+ fail_on_first_destination_error: bool?,
506
+ bucket_prefix: ::String?,
507
+ bucket_name: ::String?
508
+ }?
509
+ }?,
510
+ event_bridge: {
511
+ object: ::String,
512
+ error_handling_config: {
513
+ fail_on_first_destination_error: bool?,
514
+ bucket_prefix: ::String?,
515
+ bucket_name: ::String?
516
+ }?
517
+ }?,
518
+ lookout_metrics: {
519
+ }?,
520
+ upsolver: {
521
+ bucket_name: ::String,
522
+ bucket_prefix: ::String?,
523
+ s3_output_format_config: {
524
+ file_type: ("CSV" | "JSON" | "PARQUET")?,
525
+ prefix_config: {
526
+ prefix_type: ("FILENAME" | "PATH" | "PATH_AND_FILENAME")?,
527
+ prefix_format: ("YEAR" | "MONTH" | "DAY" | "HOUR" | "MINUTE")?,
528
+ path_prefix_hierarchy: Array[("EXECUTION_ID" | "SCHEMA_VERSION")]?
529
+ },
530
+ aggregation_config: {
531
+ aggregation_type: ("None" | "SingleFile")?,
532
+ target_file_size: ::Integer?
533
+ }?
534
+ }
535
+ }?,
536
+ honeycode: {
537
+ object: ::String,
538
+ error_handling_config: {
539
+ fail_on_first_destination_error: bool?,
540
+ bucket_prefix: ::String?,
541
+ bucket_name: ::String?
542
+ }?
543
+ }?,
544
+ customer_profiles: {
545
+ domain_name: ::String,
546
+ object_type_name: ::String?
547
+ }?,
548
+ zendesk: {
549
+ object: ::String,
550
+ id_field_names: Array[::String]?,
551
+ error_handling_config: {
552
+ fail_on_first_destination_error: bool?,
553
+ bucket_prefix: ::String?,
554
+ bucket_name: ::String?
555
+ }?,
556
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?
557
+ }?,
558
+ marketo: {
559
+ object: ::String,
560
+ error_handling_config: {
561
+ fail_on_first_destination_error: bool?,
562
+ bucket_prefix: ::String?,
563
+ bucket_name: ::String?
564
+ }?
565
+ }?,
566
+ custom_connector: {
567
+ entity_name: ::String,
568
+ error_handling_config: {
569
+ fail_on_first_destination_error: bool?,
570
+ bucket_prefix: ::String?,
571
+ bucket_name: ::String?
572
+ }?,
573
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?,
574
+ id_field_names: Array[::String]?,
575
+ custom_properties: Hash[::String, ::String]?
576
+ }?,
577
+ sapo_data: {
578
+ object_path: ::String,
579
+ success_response_handling_config: {
580
+ bucket_prefix: ::String?,
581
+ bucket_name: ::String?
582
+ }?,
583
+ id_field_names: Array[::String]?,
584
+ error_handling_config: {
585
+ fail_on_first_destination_error: bool?,
586
+ bucket_prefix: ::String?,
587
+ bucket_name: ::String?
588
+ }?,
589
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?
590
+ }?
591
+ }
592
+ },
593
+ ],
594
+ tasks: Array[
595
+ {
596
+ source_fields: Array[::String],
597
+ connector_operator: {
598
+ amplitude: ("BETWEEN")?,
599
+ 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")?,
600
+ 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")?,
601
+ google_analytics: ("PROJECTION" | "BETWEEN")?,
602
+ 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")?,
603
+ 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")?,
604
+ 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")?,
605
+ 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")?,
606
+ 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")?,
607
+ 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")?,
608
+ 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")?,
609
+ 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")?,
610
+ 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")?,
611
+ 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")?,
612
+ 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")?,
613
+ 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")?,
614
+ 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")?
615
+ }?,
616
+ destination_field: ::String?,
617
+ task_type: ("Arithmetic" | "Filter" | "Map" | "Map_all" | "Mask" | "Merge" | "Passthrough" | "Truncate" | "Validate" | "Partition"),
618
+ 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]?
619
+ },
620
+ ],
621
+ ?tags: Hash[::String, ::String],
622
+ ?metadata_catalog_config: {
623
+ glue_data_catalog: {
624
+ role_arn: ::String,
625
+ database_name: ::String,
626
+ table_prefix: ::String
627
+ }?
628
+ },
629
+ ?client_token: ::String
630
+ ) -> _CreateFlowResponseSuccess
631
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFlowResponseSuccess
632
+
633
+ interface _DeleteConnectorProfileResponseSuccess
634
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteConnectorProfileResponse]
635
+ end
636
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#delete_connector_profile-instance_method
637
+ def delete_connector_profile: (
638
+ connector_profile_name: ::String,
639
+ ?force_delete: bool
640
+ ) -> _DeleteConnectorProfileResponseSuccess
641
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConnectorProfileResponseSuccess
642
+
643
+ interface _DeleteFlowResponseSuccess
644
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFlowResponse]
645
+ end
646
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#delete_flow-instance_method
647
+ def delete_flow: (
648
+ flow_name: ::String,
649
+ ?force_delete: bool
650
+ ) -> _DeleteFlowResponseSuccess
651
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFlowResponseSuccess
652
+
653
+ interface _DescribeConnectorResponseSuccess
654
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectorResponse]
655
+ def connector_configuration: () -> Types::ConnectorConfiguration
656
+ end
657
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#describe_connector-instance_method
658
+ def describe_connector: (
659
+ 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"),
660
+ ?connector_label: ::String
661
+ ) -> _DescribeConnectorResponseSuccess
662
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectorResponseSuccess
663
+
664
+ interface _DescribeConnectorEntityResponseSuccess
665
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectorEntityResponse]
666
+ def connector_entity_fields: () -> ::Array[Types::ConnectorEntityField]
667
+ end
668
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#describe_connector_entity-instance_method
669
+ def describe_connector_entity: (
670
+ connector_entity_name: ::String,
671
+ ?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"),
672
+ ?connector_profile_name: ::String,
673
+ ?api_version: ::String
674
+ ) -> _DescribeConnectorEntityResponseSuccess
675
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectorEntityResponseSuccess
676
+
677
+ interface _DescribeConnectorProfilesResponseSuccess
678
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectorProfilesResponse]
679
+ def connector_profile_details: () -> ::Array[Types::ConnectorProfile]
680
+ def next_token: () -> ::String
681
+ end
682
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#describe_connector_profiles-instance_method
683
+ def describe_connector_profiles: (
684
+ ?connector_profile_names: Array[::String],
685
+ ?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"),
686
+ ?connector_label: ::String,
687
+ ?max_results: ::Integer,
688
+ ?next_token: ::String
689
+ ) -> _DescribeConnectorProfilesResponseSuccess
690
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectorProfilesResponseSuccess
691
+
692
+ interface _DescribeConnectorsResponseSuccess
693
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectorsResponse]
694
+ def connector_configurations: () -> ::Hash[("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot"), Types::ConnectorConfiguration]
695
+ def connectors: () -> ::Array[Types::ConnectorDetail]
696
+ def next_token: () -> ::String
697
+ end
698
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#describe_connectors-instance_method
699
+ def describe_connectors: (
700
+ ?connector_types: Array[("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot")],
701
+ ?max_results: ::Integer,
702
+ ?next_token: ::String
703
+ ) -> _DescribeConnectorsResponseSuccess
704
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectorsResponseSuccess
705
+
706
+ interface _DescribeFlowResponseSuccess
707
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFlowResponse]
708
+ def flow_arn: () -> ::String
709
+ def description: () -> ::String
710
+ def flow_name: () -> ::String
711
+ def kms_arn: () -> ::String
712
+ def flow_status: () -> ("Active" | "Deprecated" | "Deleted" | "Draft" | "Errored" | "Suspended")
713
+ def flow_status_message: () -> ::String
714
+ def source_flow_config: () -> Types::SourceFlowConfig
715
+ def destination_flow_config_list: () -> ::Array[Types::DestinationFlowConfig]
716
+ def last_run_execution_details: () -> Types::ExecutionDetails
717
+ def trigger_config: () -> Types::TriggerConfig
718
+ def tasks: () -> ::Array[Types::Task]
719
+ def created_at: () -> ::Time
720
+ def last_updated_at: () -> ::Time
721
+ def created_by: () -> ::String
722
+ def last_updated_by: () -> ::String
723
+ def tags: () -> ::Hash[::String, ::String]
724
+ def metadata_catalog_config: () -> Types::MetadataCatalogConfig
725
+ def last_run_metadata_catalog_details: () -> ::Array[Types::MetadataCatalogDetail]
726
+ def schema_version: () -> ::Integer
727
+ end
728
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#describe_flow-instance_method
729
+ def describe_flow: (
730
+ flow_name: ::String
731
+ ) -> _DescribeFlowResponseSuccess
732
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFlowResponseSuccess
733
+
734
+ interface _DescribeFlowExecutionRecordsResponseSuccess
735
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFlowExecutionRecordsResponse]
736
+ def flow_executions: () -> ::Array[Types::ExecutionRecord]
737
+ def next_token: () -> ::String
738
+ end
739
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#describe_flow_execution_records-instance_method
740
+ def describe_flow_execution_records: (
741
+ flow_name: ::String,
742
+ ?max_results: ::Integer,
743
+ ?next_token: ::String
744
+ ) -> _DescribeFlowExecutionRecordsResponseSuccess
745
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFlowExecutionRecordsResponseSuccess
746
+
747
+ interface _ListConnectorEntitiesResponseSuccess
748
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListConnectorEntitiesResponse]
749
+ def connector_entity_map: () -> ::Hash[::String, ::Array[Types::ConnectorEntity]]
750
+ def next_token: () -> ::String
751
+ end
752
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#list_connector_entities-instance_method
753
+ def list_connector_entities: (
754
+ ?connector_profile_name: ::String,
755
+ ?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"),
756
+ ?entities_path: ::String,
757
+ ?api_version: ::String,
758
+ ?max_results: ::Integer,
759
+ ?next_token: ::String
760
+ ) -> _ListConnectorEntitiesResponseSuccess
761
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectorEntitiesResponseSuccess
762
+
763
+ interface _ListConnectorsResponseSuccess
764
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListConnectorsResponse]
765
+ def connectors: () -> ::Array[Types::ConnectorDetail]
766
+ def next_token: () -> ::String
767
+ end
768
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#list_connectors-instance_method
769
+ def list_connectors: (
770
+ ?max_results: ::Integer,
771
+ ?next_token: ::String
772
+ ) -> _ListConnectorsResponseSuccess
773
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectorsResponseSuccess
774
+
775
+ interface _ListFlowsResponseSuccess
776
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFlowsResponse]
777
+ def flows: () -> ::Array[Types::FlowDefinition]
778
+ def next_token: () -> ::String
779
+ end
780
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#list_flows-instance_method
781
+ def list_flows: (
782
+ ?max_results: ::Integer,
783
+ ?next_token: ::String
784
+ ) -> _ListFlowsResponseSuccess
785
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFlowsResponseSuccess
786
+
787
+ interface _ListTagsForResourceResponseSuccess
788
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
789
+ def tags: () -> ::Hash[::String, ::String]
790
+ end
791
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#list_tags_for_resource-instance_method
792
+ def list_tags_for_resource: (
793
+ resource_arn: ::String
794
+ ) -> _ListTagsForResourceResponseSuccess
795
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
796
+
797
+ interface _RegisterConnectorResponseSuccess
798
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterConnectorResponse]
799
+ def connector_arn: () -> ::String
800
+ end
801
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#register_connector-instance_method
802
+ def register_connector: (
803
+ ?connector_label: ::String,
804
+ ?description: ::String,
805
+ ?connector_provisioning_type: ("LAMBDA"),
806
+ ?connector_provisioning_config: {
807
+ lambda: {
808
+ lambda_arn: ::String
809
+ }?
810
+ },
811
+ ?client_token: ::String
812
+ ) -> _RegisterConnectorResponseSuccess
813
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterConnectorResponseSuccess
814
+
815
+ interface _ResetConnectorMetadataCacheResponseSuccess
816
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResetConnectorMetadataCacheResponse]
817
+ end
818
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#reset_connector_metadata_cache-instance_method
819
+ def reset_connector_metadata_cache: (
820
+ ?connector_profile_name: ::String,
821
+ ?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"),
822
+ ?connector_entity_name: ::String,
823
+ ?entities_path: ::String,
824
+ ?api_version: ::String
825
+ ) -> _ResetConnectorMetadataCacheResponseSuccess
826
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetConnectorMetadataCacheResponseSuccess
827
+
828
+ interface _StartFlowResponseSuccess
829
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartFlowResponse]
830
+ def flow_arn: () -> ::String
831
+ def flow_status: () -> ("Active" | "Deprecated" | "Deleted" | "Draft" | "Errored" | "Suspended")
832
+ def execution_id: () -> ::String
833
+ end
834
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#start_flow-instance_method
835
+ def start_flow: (
836
+ flow_name: ::String,
837
+ ?client_token: ::String
838
+ ) -> _StartFlowResponseSuccess
839
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFlowResponseSuccess
840
+
841
+ interface _StopFlowResponseSuccess
842
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopFlowResponse]
843
+ def flow_arn: () -> ::String
844
+ def flow_status: () -> ("Active" | "Deprecated" | "Deleted" | "Draft" | "Errored" | "Suspended")
845
+ end
846
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#stop_flow-instance_method
847
+ def stop_flow: (
848
+ flow_name: ::String
849
+ ) -> _StopFlowResponseSuccess
850
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopFlowResponseSuccess
851
+
852
+ interface _TagResourceResponseSuccess
853
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
854
+ end
855
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#tag_resource-instance_method
856
+ def tag_resource: (
857
+ resource_arn: ::String,
858
+ tags: Hash[::String, ::String]
859
+ ) -> _TagResourceResponseSuccess
860
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
861
+
862
+ interface _UnregisterConnectorResponseSuccess
863
+ include ::Seahorse::Client::_ResponseSuccess[Types::UnregisterConnectorResponse]
864
+ end
865
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#unregister_connector-instance_method
866
+ def unregister_connector: (
867
+ connector_label: ::String,
868
+ ?force_delete: bool
869
+ ) -> _UnregisterConnectorResponseSuccess
870
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UnregisterConnectorResponseSuccess
871
+
872
+ interface _UntagResourceResponseSuccess
873
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
874
+ end
875
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#untag_resource-instance_method
876
+ def untag_resource: (
877
+ resource_arn: ::String,
878
+ tag_keys: Array[::String]
879
+ ) -> _UntagResourceResponseSuccess
880
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
881
+
882
+ interface _UpdateConnectorProfileResponseSuccess
883
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateConnectorProfileResponse]
884
+ def connector_profile_arn: () -> ::String
885
+ end
886
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#update_connector_profile-instance_method
887
+ def update_connector_profile: (
888
+ connector_profile_name: ::String,
889
+ connection_mode: ("Public" | "Private"),
890
+ connector_profile_config: {
891
+ connector_profile_properties: {
892
+ amplitude: {
893
+ }?,
894
+ datadog: {
895
+ instance_url: ::String
896
+ }?,
897
+ dynatrace: {
898
+ instance_url: ::String
899
+ }?,
900
+ google_analytics: {
901
+ }?,
902
+ honeycode: {
903
+ }?,
904
+ infor_nexus: {
905
+ instance_url: ::String
906
+ }?,
907
+ marketo: {
908
+ instance_url: ::String
909
+ }?,
910
+ redshift: {
911
+ database_url: ::String?,
912
+ bucket_name: ::String,
913
+ bucket_prefix: ::String?,
914
+ role_arn: ::String,
915
+ data_api_role_arn: ::String?,
916
+ is_redshift_serverless: bool?,
917
+ cluster_identifier: ::String?,
918
+ workgroup_name: ::String?,
919
+ database_name: ::String?
920
+ }?,
921
+ salesforce: {
922
+ instance_url: ::String?,
923
+ is_sandbox_environment: bool?,
924
+ use_private_link_for_metadata_and_authorization: bool?
925
+ }?,
926
+ service_now: {
927
+ instance_url: ::String
928
+ }?,
929
+ singular: {
930
+ }?,
931
+ slack: {
932
+ instance_url: ::String
933
+ }?,
934
+ snowflake: {
935
+ warehouse: ::String,
936
+ stage: ::String,
937
+ bucket_name: ::String,
938
+ bucket_prefix: ::String?,
939
+ private_link_service_name: ::String?,
940
+ account_name: ::String?,
941
+ region: ::String?
942
+ }?,
943
+ trendmicro: {
944
+ }?,
945
+ veeva: {
946
+ instance_url: ::String
947
+ }?,
948
+ zendesk: {
949
+ instance_url: ::String
950
+ }?,
951
+ sapo_data: {
952
+ application_host_url: ::String,
953
+ application_service_path: ::String,
954
+ port_number: ::Integer,
955
+ client_number: ::String,
956
+ logon_language: ::String?,
957
+ private_link_service_name: ::String?,
958
+ o_auth_properties: {
959
+ token_url: ::String,
960
+ auth_code_url: ::String,
961
+ o_auth_scopes: Array[::String]
962
+ }?,
963
+ disable_sso: bool?
964
+ }?,
965
+ custom_connector: {
966
+ profile_properties: Hash[::String, ::String]?,
967
+ o_auth_2_properties: {
968
+ token_url: ::String,
969
+ o_auth_2_grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER"),
970
+ token_url_custom_properties: Hash[::String, ::String]?
971
+ }?
972
+ }?,
973
+ pardot: {
974
+ instance_url: ::String?,
975
+ is_sandbox_environment: bool?,
976
+ business_unit_id: ::String?
977
+ }?
978
+ },
979
+ connector_profile_credentials: {
980
+ amplitude: {
981
+ api_key: ::String,
982
+ secret_key: ::String
983
+ }?,
984
+ datadog: {
985
+ api_key: ::String,
986
+ application_key: ::String
987
+ }?,
988
+ dynatrace: {
989
+ api_token: ::String
990
+ }?,
991
+ google_analytics: {
992
+ client_id: ::String,
993
+ client_secret: ::String,
994
+ access_token: ::String?,
995
+ refresh_token: ::String?,
996
+ o_auth_request: {
997
+ auth_code: ::String?,
998
+ redirect_uri: ::String?
999
+ }?
1000
+ }?,
1001
+ honeycode: {
1002
+ access_token: ::String?,
1003
+ refresh_token: ::String?,
1004
+ o_auth_request: {
1005
+ auth_code: ::String?,
1006
+ redirect_uri: ::String?
1007
+ }?
1008
+ }?,
1009
+ infor_nexus: {
1010
+ access_key_id: ::String,
1011
+ user_id: ::String,
1012
+ secret_access_key: ::String,
1013
+ datakey: ::String
1014
+ }?,
1015
+ marketo: {
1016
+ client_id: ::String,
1017
+ client_secret: ::String,
1018
+ access_token: ::String?,
1019
+ o_auth_request: {
1020
+ auth_code: ::String?,
1021
+ redirect_uri: ::String?
1022
+ }?
1023
+ }?,
1024
+ redshift: {
1025
+ username: ::String?,
1026
+ password: ::String?
1027
+ }?,
1028
+ salesforce: {
1029
+ access_token: ::String?,
1030
+ refresh_token: ::String?,
1031
+ o_auth_request: {
1032
+ auth_code: ::String?,
1033
+ redirect_uri: ::String?
1034
+ }?,
1035
+ client_credentials_arn: ::String?,
1036
+ o_auth_2_grant_type: ("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER")?,
1037
+ jwt_token: ::String?
1038
+ }?,
1039
+ service_now: {
1040
+ username: ::String?,
1041
+ password: ::String?,
1042
+ o_auth_2_credentials: {
1043
+ client_id: ::String?,
1044
+ client_secret: ::String?,
1045
+ access_token: ::String?,
1046
+ refresh_token: ::String?,
1047
+ o_auth_request: {
1048
+ auth_code: ::String?,
1049
+ redirect_uri: ::String?
1050
+ }?
1051
+ }?
1052
+ }?,
1053
+ singular: {
1054
+ api_key: ::String
1055
+ }?,
1056
+ slack: {
1057
+ client_id: ::String,
1058
+ client_secret: ::String,
1059
+ access_token: ::String?,
1060
+ o_auth_request: {
1061
+ auth_code: ::String?,
1062
+ redirect_uri: ::String?
1063
+ }?
1064
+ }?,
1065
+ snowflake: {
1066
+ username: ::String,
1067
+ password: ::String
1068
+ }?,
1069
+ trendmicro: {
1070
+ api_secret_key: ::String
1071
+ }?,
1072
+ veeva: {
1073
+ username: ::String,
1074
+ password: ::String
1075
+ }?,
1076
+ zendesk: {
1077
+ client_id: ::String,
1078
+ client_secret: ::String,
1079
+ access_token: ::String?,
1080
+ o_auth_request: {
1081
+ auth_code: ::String?,
1082
+ redirect_uri: ::String?
1083
+ }?
1084
+ }?,
1085
+ sapo_data: {
1086
+ basic_auth_credentials: {
1087
+ username: ::String,
1088
+ password: ::String
1089
+ }?,
1090
+ o_auth_credentials: {
1091
+ client_id: ::String,
1092
+ client_secret: ::String,
1093
+ access_token: ::String?,
1094
+ refresh_token: ::String?,
1095
+ o_auth_request: {
1096
+ auth_code: ::String?,
1097
+ redirect_uri: ::String?
1098
+ }?
1099
+ }?
1100
+ }?,
1101
+ custom_connector: {
1102
+ authentication_type: ("OAUTH2" | "APIKEY" | "BASIC" | "CUSTOM"),
1103
+ basic: {
1104
+ username: ::String,
1105
+ password: ::String
1106
+ }?,
1107
+ oauth2: {
1108
+ client_id: ::String?,
1109
+ client_secret: ::String?,
1110
+ access_token: ::String?,
1111
+ refresh_token: ::String?,
1112
+ o_auth_request: {
1113
+ auth_code: ::String?,
1114
+ redirect_uri: ::String?
1115
+ }?
1116
+ }?,
1117
+ api_key: {
1118
+ api_key: ::String,
1119
+ api_secret_key: ::String?
1120
+ }?,
1121
+ custom: {
1122
+ custom_authentication_type: ::String,
1123
+ credentials_map: Hash[::String, ::String]?
1124
+ }?
1125
+ }?,
1126
+ pardot: {
1127
+ access_token: ::String?,
1128
+ refresh_token: ::String?,
1129
+ o_auth_request: {
1130
+ auth_code: ::String?,
1131
+ redirect_uri: ::String?
1132
+ }?,
1133
+ client_credentials_arn: ::String?
1134
+ }?
1135
+ }?
1136
+ },
1137
+ ?client_token: ::String
1138
+ ) -> _UpdateConnectorProfileResponseSuccess
1139
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConnectorProfileResponseSuccess
1140
+
1141
+ interface _UpdateConnectorRegistrationResponseSuccess
1142
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateConnectorRegistrationResponse]
1143
+ def connector_arn: () -> ::String
1144
+ end
1145
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#update_connector_registration-instance_method
1146
+ def update_connector_registration: (
1147
+ connector_label: ::String,
1148
+ ?description: ::String,
1149
+ ?connector_provisioning_config: {
1150
+ lambda: {
1151
+ lambda_arn: ::String
1152
+ }?
1153
+ },
1154
+ ?client_token: ::String
1155
+ ) -> _UpdateConnectorRegistrationResponseSuccess
1156
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConnectorRegistrationResponseSuccess
1157
+
1158
+ interface _UpdateFlowResponseSuccess
1159
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFlowResponse]
1160
+ def flow_status: () -> ("Active" | "Deprecated" | "Deleted" | "Draft" | "Errored" | "Suspended")
1161
+ end
1162
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Appflow/Client.html#update_flow-instance_method
1163
+ def update_flow: (
1164
+ flow_name: ::String,
1165
+ ?description: ::String,
1166
+ trigger_config: {
1167
+ trigger_type: ("Scheduled" | "Event" | "OnDemand"),
1168
+ trigger_properties: {
1169
+ scheduled: {
1170
+ schedule_expression: ::String,
1171
+ data_pull_mode: ("Incremental" | "Complete")?,
1172
+ schedule_start_time: ::Time?,
1173
+ schedule_end_time: ::Time?,
1174
+ timezone: ::String?,
1175
+ schedule_offset: ::Integer?,
1176
+ first_execution_from: ::Time?,
1177
+ flow_error_deactivation_threshold: ::Integer?
1178
+ }?
1179
+ }?
1180
+ },
1181
+ source_flow_config: {
1182
+ 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"),
1183
+ api_version: ::String?,
1184
+ connector_profile_name: ::String?,
1185
+ source_connector_properties: {
1186
+ amplitude: {
1187
+ object: ::String
1188
+ }?,
1189
+ datadog: {
1190
+ object: ::String
1191
+ }?,
1192
+ dynatrace: {
1193
+ object: ::String
1194
+ }?,
1195
+ google_analytics: {
1196
+ object: ::String
1197
+ }?,
1198
+ infor_nexus: {
1199
+ object: ::String
1200
+ }?,
1201
+ marketo: {
1202
+ object: ::String
1203
+ }?,
1204
+ s3: {
1205
+ bucket_name: ::String,
1206
+ bucket_prefix: ::String?,
1207
+ s3_input_format_config: {
1208
+ s3_input_file_type: ("CSV" | "JSON")?
1209
+ }?
1210
+ }?,
1211
+ salesforce: {
1212
+ object: ::String,
1213
+ enable_dynamic_field_update: bool?,
1214
+ include_deleted_records: bool?,
1215
+ data_transfer_api: ("AUTOMATIC" | "BULKV2" | "REST_SYNC")?
1216
+ }?,
1217
+ service_now: {
1218
+ object: ::String
1219
+ }?,
1220
+ singular: {
1221
+ object: ::String
1222
+ }?,
1223
+ slack: {
1224
+ object: ::String
1225
+ }?,
1226
+ trendmicro: {
1227
+ object: ::String
1228
+ }?,
1229
+ veeva: {
1230
+ object: ::String,
1231
+ document_type: ::String?,
1232
+ include_source_files: bool?,
1233
+ include_renditions: bool?,
1234
+ include_all_versions: bool?
1235
+ }?,
1236
+ zendesk: {
1237
+ object: ::String
1238
+ }?,
1239
+ sapo_data: {
1240
+ object_path: ::String?,
1241
+ parallelism_config: {
1242
+ max_parallelism: ::Integer
1243
+ }?,
1244
+ pagination_config: {
1245
+ max_page_size: ::Integer
1246
+ }?
1247
+ }?,
1248
+ custom_connector: {
1249
+ entity_name: ::String,
1250
+ custom_properties: Hash[::String, ::String]?,
1251
+ data_transfer_api: {
1252
+ name: ::String?,
1253
+ type: ("SYNC" | "ASYNC" | "AUTOMATIC")?
1254
+ }?
1255
+ }?,
1256
+ pardot: {
1257
+ object: ::String
1258
+ }?
1259
+ },
1260
+ incremental_pull_config: {
1261
+ datetime_type_field_name: ::String?
1262
+ }?
1263
+ },
1264
+ destination_flow_config_list: Array[
1265
+ {
1266
+ 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"),
1267
+ api_version: ::String?,
1268
+ connector_profile_name: ::String?,
1269
+ destination_connector_properties: {
1270
+ redshift: {
1271
+ object: ::String,
1272
+ intermediate_bucket_name: ::String,
1273
+ bucket_prefix: ::String?,
1274
+ error_handling_config: {
1275
+ fail_on_first_destination_error: bool?,
1276
+ bucket_prefix: ::String?,
1277
+ bucket_name: ::String?
1278
+ }?
1279
+ }?,
1280
+ s3: {
1281
+ bucket_name: ::String,
1282
+ bucket_prefix: ::String?,
1283
+ s3_output_format_config: {
1284
+ file_type: ("CSV" | "JSON" | "PARQUET")?,
1285
+ prefix_config: {
1286
+ prefix_type: ("FILENAME" | "PATH" | "PATH_AND_FILENAME")?,
1287
+ prefix_format: ("YEAR" | "MONTH" | "DAY" | "HOUR" | "MINUTE")?,
1288
+ path_prefix_hierarchy: Array[("EXECUTION_ID" | "SCHEMA_VERSION")]?
1289
+ }?,
1290
+ aggregation_config: {
1291
+ aggregation_type: ("None" | "SingleFile")?,
1292
+ target_file_size: ::Integer?
1293
+ }?,
1294
+ preserve_source_data_typing: bool?
1295
+ }?
1296
+ }?,
1297
+ salesforce: {
1298
+ object: ::String,
1299
+ id_field_names: Array[::String]?,
1300
+ error_handling_config: {
1301
+ fail_on_first_destination_error: bool?,
1302
+ bucket_prefix: ::String?,
1303
+ bucket_name: ::String?
1304
+ }?,
1305
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?,
1306
+ data_transfer_api: ("AUTOMATIC" | "BULKV2" | "REST_SYNC")?
1307
+ }?,
1308
+ snowflake: {
1309
+ object: ::String,
1310
+ intermediate_bucket_name: ::String,
1311
+ bucket_prefix: ::String?,
1312
+ error_handling_config: {
1313
+ fail_on_first_destination_error: bool?,
1314
+ bucket_prefix: ::String?,
1315
+ bucket_name: ::String?
1316
+ }?
1317
+ }?,
1318
+ event_bridge: {
1319
+ object: ::String,
1320
+ error_handling_config: {
1321
+ fail_on_first_destination_error: bool?,
1322
+ bucket_prefix: ::String?,
1323
+ bucket_name: ::String?
1324
+ }?
1325
+ }?,
1326
+ lookout_metrics: {
1327
+ }?,
1328
+ upsolver: {
1329
+ bucket_name: ::String,
1330
+ bucket_prefix: ::String?,
1331
+ s3_output_format_config: {
1332
+ file_type: ("CSV" | "JSON" | "PARQUET")?,
1333
+ prefix_config: {
1334
+ prefix_type: ("FILENAME" | "PATH" | "PATH_AND_FILENAME")?,
1335
+ prefix_format: ("YEAR" | "MONTH" | "DAY" | "HOUR" | "MINUTE")?,
1336
+ path_prefix_hierarchy: Array[("EXECUTION_ID" | "SCHEMA_VERSION")]?
1337
+ },
1338
+ aggregation_config: {
1339
+ aggregation_type: ("None" | "SingleFile")?,
1340
+ target_file_size: ::Integer?
1341
+ }?
1342
+ }
1343
+ }?,
1344
+ honeycode: {
1345
+ object: ::String,
1346
+ error_handling_config: {
1347
+ fail_on_first_destination_error: bool?,
1348
+ bucket_prefix: ::String?,
1349
+ bucket_name: ::String?
1350
+ }?
1351
+ }?,
1352
+ customer_profiles: {
1353
+ domain_name: ::String,
1354
+ object_type_name: ::String?
1355
+ }?,
1356
+ zendesk: {
1357
+ object: ::String,
1358
+ id_field_names: Array[::String]?,
1359
+ error_handling_config: {
1360
+ fail_on_first_destination_error: bool?,
1361
+ bucket_prefix: ::String?,
1362
+ bucket_name: ::String?
1363
+ }?,
1364
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?
1365
+ }?,
1366
+ marketo: {
1367
+ object: ::String,
1368
+ error_handling_config: {
1369
+ fail_on_first_destination_error: bool?,
1370
+ bucket_prefix: ::String?,
1371
+ bucket_name: ::String?
1372
+ }?
1373
+ }?,
1374
+ custom_connector: {
1375
+ entity_name: ::String,
1376
+ error_handling_config: {
1377
+ fail_on_first_destination_error: bool?,
1378
+ bucket_prefix: ::String?,
1379
+ bucket_name: ::String?
1380
+ }?,
1381
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?,
1382
+ id_field_names: Array[::String]?,
1383
+ custom_properties: Hash[::String, ::String]?
1384
+ }?,
1385
+ sapo_data: {
1386
+ object_path: ::String,
1387
+ success_response_handling_config: {
1388
+ bucket_prefix: ::String?,
1389
+ bucket_name: ::String?
1390
+ }?,
1391
+ id_field_names: Array[::String]?,
1392
+ error_handling_config: {
1393
+ fail_on_first_destination_error: bool?,
1394
+ bucket_prefix: ::String?,
1395
+ bucket_name: ::String?
1396
+ }?,
1397
+ write_operation_type: ("INSERT" | "UPSERT" | "UPDATE" | "DELETE")?
1398
+ }?
1399
+ }
1400
+ },
1401
+ ],
1402
+ tasks: Array[
1403
+ {
1404
+ source_fields: Array[::String],
1405
+ connector_operator: {
1406
+ amplitude: ("BETWEEN")?,
1407
+ 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")?,
1408
+ 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")?,
1409
+ google_analytics: ("PROJECTION" | "BETWEEN")?,
1410
+ 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")?,
1411
+ 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")?,
1412
+ 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")?,
1413
+ 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")?,
1414
+ 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")?,
1415
+ 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")?,
1416
+ 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")?,
1417
+ 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")?,
1418
+ 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")?,
1419
+ 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")?,
1420
+ 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")?,
1421
+ 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")?,
1422
+ 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")?
1423
+ }?,
1424
+ destination_field: ::String?,
1425
+ task_type: ("Arithmetic" | "Filter" | "Map" | "Map_all" | "Mask" | "Merge" | "Passthrough" | "Truncate" | "Validate" | "Partition"),
1426
+ 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]?
1427
+ },
1428
+ ],
1429
+ ?metadata_catalog_config: {
1430
+ glue_data_catalog: {
1431
+ role_arn: ::String,
1432
+ database_name: ::String,
1433
+ table_prefix: ::String
1434
+ }?
1435
+ },
1436
+ ?client_token: ::String
1437
+ ) -> _UpdateFlowResponseSuccess
1438
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowResponseSuccess
1439
+ end
1440
+ end
1441
+ end
1442
+