aws-sdk-entityresolution 1.5.0 → 1.7.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,794 @@
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 EntityResolution
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/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 _AddPolicyStatementResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddPolicyStatementOutput]
77
+ def arn: () -> ::String
78
+ def policy: () -> ::String
79
+ def token: () -> ::String
80
+ end
81
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#add_policy_statement-instance_method
82
+ def add_policy_statement: (
83
+ action: Array[::String],
84
+ arn: ::String,
85
+ ?condition: ::String,
86
+ effect: ("Allow" | "Deny"),
87
+ principal: Array[::String],
88
+ statement_id: ::String
89
+ ) -> _AddPolicyStatementResponseSuccess
90
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddPolicyStatementResponseSuccess
91
+
92
+ interface _CreateIdMappingWorkflowResponseSuccess
93
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdMappingWorkflowOutput]
94
+ def description: () -> ::String
95
+ def id_mapping_techniques: () -> Types::IdMappingTechniques
96
+ def input_source_config: () -> ::Array[Types::IdMappingWorkflowInputSource]
97
+ def output_source_config: () -> ::Array[Types::IdMappingWorkflowOutputSource]
98
+ def role_arn: () -> ::String
99
+ def workflow_arn: () -> ::String
100
+ def workflow_name: () -> ::String
101
+ end
102
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#create_id_mapping_workflow-instance_method
103
+ def create_id_mapping_workflow: (
104
+ ?description: ::String,
105
+ id_mapping_techniques: {
106
+ id_mapping_type: ("PROVIDER"),
107
+ provider_properties: {
108
+ intermediate_source_configuration: {
109
+ intermediate_s3_path: ::String
110
+ }?,
111
+ provider_configuration: {
112
+ }?,
113
+ provider_service_arn: ::String
114
+ }?
115
+ },
116
+ input_source_config: Array[
117
+ {
118
+ input_source_arn: ::String,
119
+ schema_name: ::String?,
120
+ type: ("SOURCE" | "TARGET")?
121
+ },
122
+ ],
123
+ ?output_source_config: Array[
124
+ {
125
+ kms_arn: ::String?,
126
+ output_s3_path: ::String
127
+ },
128
+ ],
129
+ role_arn: ::String,
130
+ ?tags: Hash[::String, ::String],
131
+ workflow_name: ::String
132
+ ) -> _CreateIdMappingWorkflowResponseSuccess
133
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdMappingWorkflowResponseSuccess
134
+
135
+ interface _CreateIdNamespaceResponseSuccess
136
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIdNamespaceOutput]
137
+ def created_at: () -> ::Time
138
+ def description: () -> ::String
139
+ def id_mapping_workflow_properties: () -> ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
140
+ def id_namespace_arn: () -> ::String
141
+ def id_namespace_name: () -> ::String
142
+ def input_source_config: () -> ::Array[Types::IdNamespaceInputSource]
143
+ def role_arn: () -> ::String
144
+ def tags: () -> ::Hash[::String, ::String]
145
+ def type: () -> ("SOURCE" | "TARGET")
146
+ def updated_at: () -> ::Time
147
+ end
148
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#create_id_namespace-instance_method
149
+ def create_id_namespace: (
150
+ ?description: ::String,
151
+ ?id_mapping_workflow_properties: Array[
152
+ {
153
+ id_mapping_type: ("PROVIDER"),
154
+ provider_properties: {
155
+ provider_configuration: {
156
+ }?,
157
+ provider_service_arn: ::String
158
+ }?
159
+ },
160
+ ],
161
+ id_namespace_name: ::String,
162
+ ?input_source_config: Array[
163
+ {
164
+ input_source_arn: ::String,
165
+ schema_name: ::String?
166
+ },
167
+ ],
168
+ ?role_arn: ::String,
169
+ ?tags: Hash[::String, ::String],
170
+ type: ("SOURCE" | "TARGET")
171
+ ) -> _CreateIdNamespaceResponseSuccess
172
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIdNamespaceResponseSuccess
173
+
174
+ interface _CreateMatchingWorkflowResponseSuccess
175
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMatchingWorkflowOutput]
176
+ def description: () -> ::String
177
+ def incremental_run_config: () -> Types::IncrementalRunConfig
178
+ def input_source_config: () -> ::Array[Types::InputSource]
179
+ def output_source_config: () -> ::Array[Types::OutputSource]
180
+ def resolution_techniques: () -> Types::ResolutionTechniques
181
+ def role_arn: () -> ::String
182
+ def workflow_arn: () -> ::String
183
+ def workflow_name: () -> ::String
184
+ end
185
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#create_matching_workflow-instance_method
186
+ def create_matching_workflow: (
187
+ ?description: ::String,
188
+ ?incremental_run_config: {
189
+ incremental_run_type: ("IMMEDIATE")?
190
+ },
191
+ input_source_config: Array[
192
+ {
193
+ apply_normalization: bool?,
194
+ input_source_arn: ::String,
195
+ schema_name: ::String
196
+ },
197
+ ],
198
+ output_source_config: Array[
199
+ {
200
+ kms_arn: ::String?,
201
+ apply_normalization: bool?,
202
+ output: Array[
203
+ {
204
+ hashed: bool?,
205
+ name: ::String
206
+ },
207
+ ],
208
+ output_s3_path: ::String
209
+ },
210
+ ],
211
+ resolution_techniques: {
212
+ provider_properties: {
213
+ intermediate_source_configuration: {
214
+ intermediate_s3_path: ::String
215
+ }?,
216
+ provider_configuration: {
217
+ }?,
218
+ provider_service_arn: ::String
219
+ }?,
220
+ resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER"),
221
+ rule_based_properties: {
222
+ attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
223
+ rules: Array[
224
+ {
225
+ matching_keys: Array[::String],
226
+ rule_name: ::String
227
+ },
228
+ ]
229
+ }?
230
+ },
231
+ role_arn: ::String,
232
+ ?tags: Hash[::String, ::String],
233
+ workflow_name: ::String
234
+ ) -> _CreateMatchingWorkflowResponseSuccess
235
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMatchingWorkflowResponseSuccess
236
+
237
+ interface _CreateSchemaMappingResponseSuccess
238
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSchemaMappingOutput]
239
+ def description: () -> ::String
240
+ def mapped_input_fields: () -> ::Array[Types::SchemaInputAttribute]
241
+ def schema_arn: () -> ::String
242
+ def schema_name: () -> ::String
243
+ end
244
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#create_schema_mapping-instance_method
245
+ def create_schema_mapping: (
246
+ ?description: ::String,
247
+ mapped_input_fields: Array[
248
+ {
249
+ field_name: ::String,
250
+ group_name: ::String?,
251
+ match_key: ::String?,
252
+ sub_type: ::String?,
253
+ type: ("NAME" | "NAME_FIRST" | "NAME_MIDDLE" | "NAME_LAST" | "ADDRESS" | "ADDRESS_STREET1" | "ADDRESS_STREET2" | "ADDRESS_STREET3" | "ADDRESS_CITY" | "ADDRESS_STATE" | "ADDRESS_COUNTRY" | "ADDRESS_POSTALCODE" | "PHONE" | "PHONE_NUMBER" | "PHONE_COUNTRYCODE" | "EMAIL_ADDRESS" | "UNIQUE_ID" | "DATE" | "STRING" | "PROVIDER_ID")
254
+ },
255
+ ],
256
+ schema_name: ::String,
257
+ ?tags: Hash[::String, ::String]
258
+ ) -> _CreateSchemaMappingResponseSuccess
259
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSchemaMappingResponseSuccess
260
+
261
+ interface _DeleteIdMappingWorkflowResponseSuccess
262
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdMappingWorkflowOutput]
263
+ def message: () -> ::String
264
+ end
265
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#delete_id_mapping_workflow-instance_method
266
+ def delete_id_mapping_workflow: (
267
+ workflow_name: ::String
268
+ ) -> _DeleteIdMappingWorkflowResponseSuccess
269
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdMappingWorkflowResponseSuccess
270
+
271
+ interface _DeleteIdNamespaceResponseSuccess
272
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIdNamespaceOutput]
273
+ def message: () -> ::String
274
+ end
275
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#delete_id_namespace-instance_method
276
+ def delete_id_namespace: (
277
+ id_namespace_name: ::String
278
+ ) -> _DeleteIdNamespaceResponseSuccess
279
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIdNamespaceResponseSuccess
280
+
281
+ interface _DeleteMatchingWorkflowResponseSuccess
282
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMatchingWorkflowOutput]
283
+ def message: () -> ::String
284
+ end
285
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#delete_matching_workflow-instance_method
286
+ def delete_matching_workflow: (
287
+ workflow_name: ::String
288
+ ) -> _DeleteMatchingWorkflowResponseSuccess
289
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMatchingWorkflowResponseSuccess
290
+
291
+ interface _DeletePolicyStatementResponseSuccess
292
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePolicyStatementOutput]
293
+ def arn: () -> ::String
294
+ def policy: () -> ::String
295
+ def token: () -> ::String
296
+ end
297
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#delete_policy_statement-instance_method
298
+ def delete_policy_statement: (
299
+ arn: ::String,
300
+ statement_id: ::String
301
+ ) -> _DeletePolicyStatementResponseSuccess
302
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePolicyStatementResponseSuccess
303
+
304
+ interface _DeleteSchemaMappingResponseSuccess
305
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSchemaMappingOutput]
306
+ def message: () -> ::String
307
+ end
308
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#delete_schema_mapping-instance_method
309
+ def delete_schema_mapping: (
310
+ schema_name: ::String
311
+ ) -> _DeleteSchemaMappingResponseSuccess
312
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSchemaMappingResponseSuccess
313
+
314
+ interface _GetIdMappingJobResponseSuccess
315
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIdMappingJobOutput]
316
+ def end_time: () -> ::Time
317
+ def error_details: () -> Types::ErrorDetails
318
+ def job_id: () -> ::String
319
+ def metrics: () -> Types::IdMappingJobMetrics
320
+ def output_source_config: () -> ::Array[Types::IdMappingJobOutputSource]
321
+ def start_time: () -> ::Time
322
+ def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
323
+ end
324
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_id_mapping_job-instance_method
325
+ def get_id_mapping_job: (
326
+ job_id: ::String,
327
+ workflow_name: ::String
328
+ ) -> _GetIdMappingJobResponseSuccess
329
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIdMappingJobResponseSuccess
330
+
331
+ interface _GetIdMappingWorkflowResponseSuccess
332
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIdMappingWorkflowOutput]
333
+ def created_at: () -> ::Time
334
+ def description: () -> ::String
335
+ def id_mapping_techniques: () -> Types::IdMappingTechniques
336
+ def input_source_config: () -> ::Array[Types::IdMappingWorkflowInputSource]
337
+ def output_source_config: () -> ::Array[Types::IdMappingWorkflowOutputSource]
338
+ def role_arn: () -> ::String
339
+ def tags: () -> ::Hash[::String, ::String]
340
+ def updated_at: () -> ::Time
341
+ def workflow_arn: () -> ::String
342
+ def workflow_name: () -> ::String
343
+ end
344
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_id_mapping_workflow-instance_method
345
+ def get_id_mapping_workflow: (
346
+ workflow_name: ::String
347
+ ) -> _GetIdMappingWorkflowResponseSuccess
348
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIdMappingWorkflowResponseSuccess
349
+
350
+ interface _GetIdNamespaceResponseSuccess
351
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetIdNamespaceOutput]
352
+ def created_at: () -> ::Time
353
+ def description: () -> ::String
354
+ def id_mapping_workflow_properties: () -> ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
355
+ def id_namespace_arn: () -> ::String
356
+ def id_namespace_name: () -> ::String
357
+ def input_source_config: () -> ::Array[Types::IdNamespaceInputSource]
358
+ def role_arn: () -> ::String
359
+ def tags: () -> ::Hash[::String, ::String]
360
+ def type: () -> ("SOURCE" | "TARGET")
361
+ def updated_at: () -> ::Time
362
+ end
363
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_id_namespace-instance_method
364
+ def get_id_namespace: (
365
+ id_namespace_name: ::String
366
+ ) -> _GetIdNamespaceResponseSuccess
367
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetIdNamespaceResponseSuccess
368
+
369
+ interface _GetMatchIdResponseSuccess
370
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMatchIdOutput]
371
+ def match_id: () -> ::String
372
+ def match_rule: () -> ::String
373
+ end
374
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_match_id-instance_method
375
+ def get_match_id: (
376
+ ?apply_normalization: bool,
377
+ record: Hash[::String, ::String],
378
+ workflow_name: ::String
379
+ ) -> _GetMatchIdResponseSuccess
380
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMatchIdResponseSuccess
381
+
382
+ interface _GetMatchingJobResponseSuccess
383
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMatchingJobOutput]
384
+ def end_time: () -> ::Time
385
+ def error_details: () -> Types::ErrorDetails
386
+ def job_id: () -> ::String
387
+ def metrics: () -> Types::JobMetrics
388
+ def output_source_config: () -> ::Array[Types::JobOutputSource]
389
+ def start_time: () -> ::Time
390
+ def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
391
+ end
392
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_matching_job-instance_method
393
+ def get_matching_job: (
394
+ job_id: ::String,
395
+ workflow_name: ::String
396
+ ) -> _GetMatchingJobResponseSuccess
397
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMatchingJobResponseSuccess
398
+
399
+ interface _GetMatchingWorkflowResponseSuccess
400
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMatchingWorkflowOutput]
401
+ def created_at: () -> ::Time
402
+ def description: () -> ::String
403
+ def incremental_run_config: () -> Types::IncrementalRunConfig
404
+ def input_source_config: () -> ::Array[Types::InputSource]
405
+ def output_source_config: () -> ::Array[Types::OutputSource]
406
+ def resolution_techniques: () -> Types::ResolutionTechniques
407
+ def role_arn: () -> ::String
408
+ def tags: () -> ::Hash[::String, ::String]
409
+ def updated_at: () -> ::Time
410
+ def workflow_arn: () -> ::String
411
+ def workflow_name: () -> ::String
412
+ end
413
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_matching_workflow-instance_method
414
+ def get_matching_workflow: (
415
+ workflow_name: ::String
416
+ ) -> _GetMatchingWorkflowResponseSuccess
417
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMatchingWorkflowResponseSuccess
418
+
419
+ interface _GetPolicyResponseSuccess
420
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPolicyOutput]
421
+ def arn: () -> ::String
422
+ def policy: () -> ::String
423
+ def token: () -> ::String
424
+ end
425
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_policy-instance_method
426
+ def get_policy: (
427
+ arn: ::String
428
+ ) -> _GetPolicyResponseSuccess
429
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPolicyResponseSuccess
430
+
431
+ interface _GetProviderServiceResponseSuccess
432
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetProviderServiceOutput]
433
+ def anonymized_output: () -> bool
434
+ def provider_component_schema: () -> Types::ProviderComponentSchema
435
+ def provider_configuration_definition: () -> untyped
436
+ def provider_endpoint_configuration: () -> Types::ProviderEndpointConfiguration
437
+ def provider_entity_output_definition: () -> untyped
438
+ def provider_id_name_space_configuration: () -> Types::ProviderIdNameSpaceConfiguration
439
+ def provider_intermediate_data_access_configuration: () -> Types::ProviderIntermediateDataAccessConfiguration
440
+ def provider_job_configuration: () -> untyped
441
+ def provider_name: () -> ::String
442
+ def provider_service_arn: () -> ::String
443
+ def provider_service_display_name: () -> ::String
444
+ def provider_service_name: () -> ::String
445
+ def provider_service_type: () -> ("ASSIGNMENT" | "ID_MAPPING")
446
+ end
447
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_provider_service-instance_method
448
+ def get_provider_service: (
449
+ provider_name: ::String,
450
+ provider_service_name: ::String
451
+ ) -> _GetProviderServiceResponseSuccess
452
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetProviderServiceResponseSuccess
453
+
454
+ interface _GetSchemaMappingResponseSuccess
455
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSchemaMappingOutput]
456
+ def created_at: () -> ::Time
457
+ def description: () -> ::String
458
+ def has_workflows: () -> bool
459
+ def mapped_input_fields: () -> ::Array[Types::SchemaInputAttribute]
460
+ def schema_arn: () -> ::String
461
+ def schema_name: () -> ::String
462
+ def tags: () -> ::Hash[::String, ::String]
463
+ def updated_at: () -> ::Time
464
+ end
465
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#get_schema_mapping-instance_method
466
+ def get_schema_mapping: (
467
+ schema_name: ::String
468
+ ) -> _GetSchemaMappingResponseSuccess
469
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSchemaMappingResponseSuccess
470
+
471
+ interface _ListIdMappingJobsResponseSuccess
472
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIdMappingJobsOutput]
473
+ def jobs: () -> ::Array[Types::JobSummary]
474
+ def next_token: () -> ::String
475
+ end
476
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#list_id_mapping_jobs-instance_method
477
+ def list_id_mapping_jobs: (
478
+ ?max_results: ::Integer,
479
+ ?next_token: ::String,
480
+ workflow_name: ::String
481
+ ) -> _ListIdMappingJobsResponseSuccess
482
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdMappingJobsResponseSuccess
483
+
484
+ interface _ListIdMappingWorkflowsResponseSuccess
485
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIdMappingWorkflowsOutput]
486
+ def next_token: () -> ::String
487
+ def workflow_summaries: () -> ::Array[Types::IdMappingWorkflowSummary]
488
+ end
489
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#list_id_mapping_workflows-instance_method
490
+ def list_id_mapping_workflows: (
491
+ ?max_results: ::Integer,
492
+ ?next_token: ::String
493
+ ) -> _ListIdMappingWorkflowsResponseSuccess
494
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdMappingWorkflowsResponseSuccess
495
+
496
+ interface _ListIdNamespacesResponseSuccess
497
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIdNamespacesOutput]
498
+ def id_namespace_summaries: () -> ::Array[Types::IdNamespaceSummary]
499
+ def next_token: () -> ::String
500
+ end
501
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#list_id_namespaces-instance_method
502
+ def list_id_namespaces: (
503
+ ?max_results: ::Integer,
504
+ ?next_token: ::String
505
+ ) -> _ListIdNamespacesResponseSuccess
506
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIdNamespacesResponseSuccess
507
+
508
+ interface _ListMatchingJobsResponseSuccess
509
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMatchingJobsOutput]
510
+ def jobs: () -> ::Array[Types::JobSummary]
511
+ def next_token: () -> ::String
512
+ end
513
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#list_matching_jobs-instance_method
514
+ def list_matching_jobs: (
515
+ ?max_results: ::Integer,
516
+ ?next_token: ::String,
517
+ workflow_name: ::String
518
+ ) -> _ListMatchingJobsResponseSuccess
519
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMatchingJobsResponseSuccess
520
+
521
+ interface _ListMatchingWorkflowsResponseSuccess
522
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMatchingWorkflowsOutput]
523
+ def next_token: () -> ::String
524
+ def workflow_summaries: () -> ::Array[Types::MatchingWorkflowSummary]
525
+ end
526
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#list_matching_workflows-instance_method
527
+ def list_matching_workflows: (
528
+ ?max_results: ::Integer,
529
+ ?next_token: ::String
530
+ ) -> _ListMatchingWorkflowsResponseSuccess
531
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMatchingWorkflowsResponseSuccess
532
+
533
+ interface _ListProviderServicesResponseSuccess
534
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListProviderServicesOutput]
535
+ def next_token: () -> ::String
536
+ def provider_service_summaries: () -> ::Array[Types::ProviderServiceSummary]
537
+ end
538
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#list_provider_services-instance_method
539
+ def list_provider_services: (
540
+ ?max_results: ::Integer,
541
+ ?next_token: ::String,
542
+ ?provider_name: ::String
543
+ ) -> _ListProviderServicesResponseSuccess
544
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProviderServicesResponseSuccess
545
+
546
+ interface _ListSchemaMappingsResponseSuccess
547
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSchemaMappingsOutput]
548
+ def next_token: () -> ::String
549
+ def schema_list: () -> ::Array[Types::SchemaMappingSummary]
550
+ end
551
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#list_schema_mappings-instance_method
552
+ def list_schema_mappings: (
553
+ ?max_results: ::Integer,
554
+ ?next_token: ::String
555
+ ) -> _ListSchemaMappingsResponseSuccess
556
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSchemaMappingsResponseSuccess
557
+
558
+ interface _ListTagsForResourceResponseSuccess
559
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceOutput]
560
+ def tags: () -> ::Hash[::String, ::String]
561
+ end
562
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#list_tags_for_resource-instance_method
563
+ def list_tags_for_resource: (
564
+ resource_arn: ::String
565
+ ) -> _ListTagsForResourceResponseSuccess
566
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
567
+
568
+ interface _PutPolicyResponseSuccess
569
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutPolicyOutput]
570
+ def arn: () -> ::String
571
+ def policy: () -> ::String
572
+ def token: () -> ::String
573
+ end
574
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#put_policy-instance_method
575
+ def put_policy: (
576
+ arn: ::String,
577
+ policy: ::String,
578
+ ?token: ::String
579
+ ) -> _PutPolicyResponseSuccess
580
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPolicyResponseSuccess
581
+
582
+ interface _StartIdMappingJobResponseSuccess
583
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartIdMappingJobOutput]
584
+ def job_id: () -> ::String
585
+ def output_source_config: () -> ::Array[Types::IdMappingJobOutputSource]
586
+ end
587
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#start_id_mapping_job-instance_method
588
+ def start_id_mapping_job: (
589
+ ?output_source_config: Array[
590
+ {
591
+ kms_arn: ::String?,
592
+ output_s3_path: ::String,
593
+ role_arn: ::String
594
+ },
595
+ ],
596
+ workflow_name: ::String
597
+ ) -> _StartIdMappingJobResponseSuccess
598
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartIdMappingJobResponseSuccess
599
+
600
+ interface _StartMatchingJobResponseSuccess
601
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartMatchingJobOutput]
602
+ def job_id: () -> ::String
603
+ end
604
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#start_matching_job-instance_method
605
+ def start_matching_job: (
606
+ workflow_name: ::String
607
+ ) -> _StartMatchingJobResponseSuccess
608
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMatchingJobResponseSuccess
609
+
610
+ interface _TagResourceResponseSuccess
611
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceOutput]
612
+ end
613
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#tag_resource-instance_method
614
+ def tag_resource: (
615
+ resource_arn: ::String,
616
+ tags: Hash[::String, ::String]
617
+ ) -> _TagResourceResponseSuccess
618
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
619
+
620
+ interface _UntagResourceResponseSuccess
621
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceOutput]
622
+ end
623
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#untag_resource-instance_method
624
+ def untag_resource: (
625
+ resource_arn: ::String,
626
+ tag_keys: Array[::String]
627
+ ) -> _UntagResourceResponseSuccess
628
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
629
+
630
+ interface _UpdateIdMappingWorkflowResponseSuccess
631
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIdMappingWorkflowOutput]
632
+ def description: () -> ::String
633
+ def id_mapping_techniques: () -> Types::IdMappingTechniques
634
+ def input_source_config: () -> ::Array[Types::IdMappingWorkflowInputSource]
635
+ def output_source_config: () -> ::Array[Types::IdMappingWorkflowOutputSource]
636
+ def role_arn: () -> ::String
637
+ def workflow_arn: () -> ::String
638
+ def workflow_name: () -> ::String
639
+ end
640
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#update_id_mapping_workflow-instance_method
641
+ def update_id_mapping_workflow: (
642
+ ?description: ::String,
643
+ id_mapping_techniques: {
644
+ id_mapping_type: ("PROVIDER"),
645
+ provider_properties: {
646
+ intermediate_source_configuration: {
647
+ intermediate_s3_path: ::String
648
+ }?,
649
+ provider_configuration: {
650
+ }?,
651
+ provider_service_arn: ::String
652
+ }?
653
+ },
654
+ input_source_config: Array[
655
+ {
656
+ input_source_arn: ::String,
657
+ schema_name: ::String?,
658
+ type: ("SOURCE" | "TARGET")?
659
+ },
660
+ ],
661
+ ?output_source_config: Array[
662
+ {
663
+ kms_arn: ::String?,
664
+ output_s3_path: ::String
665
+ },
666
+ ],
667
+ role_arn: ::String,
668
+ workflow_name: ::String
669
+ ) -> _UpdateIdMappingWorkflowResponseSuccess
670
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdMappingWorkflowResponseSuccess
671
+
672
+ interface _UpdateIdNamespaceResponseSuccess
673
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIdNamespaceOutput]
674
+ def created_at: () -> ::Time
675
+ def description: () -> ::String
676
+ def id_mapping_workflow_properties: () -> ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
677
+ def id_namespace_arn: () -> ::String
678
+ def id_namespace_name: () -> ::String
679
+ def input_source_config: () -> ::Array[Types::IdNamespaceInputSource]
680
+ def role_arn: () -> ::String
681
+ def type: () -> ("SOURCE" | "TARGET")
682
+ def updated_at: () -> ::Time
683
+ end
684
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#update_id_namespace-instance_method
685
+ def update_id_namespace: (
686
+ ?description: ::String,
687
+ ?id_mapping_workflow_properties: Array[
688
+ {
689
+ id_mapping_type: ("PROVIDER"),
690
+ provider_properties: {
691
+ provider_configuration: {
692
+ }?,
693
+ provider_service_arn: ::String
694
+ }?
695
+ },
696
+ ],
697
+ id_namespace_name: ::String,
698
+ ?input_source_config: Array[
699
+ {
700
+ input_source_arn: ::String,
701
+ schema_name: ::String?
702
+ },
703
+ ],
704
+ ?role_arn: ::String
705
+ ) -> _UpdateIdNamespaceResponseSuccess
706
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIdNamespaceResponseSuccess
707
+
708
+ interface _UpdateMatchingWorkflowResponseSuccess
709
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateMatchingWorkflowOutput]
710
+ def description: () -> ::String
711
+ def incremental_run_config: () -> Types::IncrementalRunConfig
712
+ def input_source_config: () -> ::Array[Types::InputSource]
713
+ def output_source_config: () -> ::Array[Types::OutputSource]
714
+ def resolution_techniques: () -> Types::ResolutionTechniques
715
+ def role_arn: () -> ::String
716
+ def workflow_name: () -> ::String
717
+ end
718
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#update_matching_workflow-instance_method
719
+ def update_matching_workflow: (
720
+ ?description: ::String,
721
+ ?incremental_run_config: {
722
+ incremental_run_type: ("IMMEDIATE")?
723
+ },
724
+ input_source_config: Array[
725
+ {
726
+ apply_normalization: bool?,
727
+ input_source_arn: ::String,
728
+ schema_name: ::String
729
+ },
730
+ ],
731
+ output_source_config: Array[
732
+ {
733
+ kms_arn: ::String?,
734
+ apply_normalization: bool?,
735
+ output: Array[
736
+ {
737
+ hashed: bool?,
738
+ name: ::String
739
+ },
740
+ ],
741
+ output_s3_path: ::String
742
+ },
743
+ ],
744
+ resolution_techniques: {
745
+ provider_properties: {
746
+ intermediate_source_configuration: {
747
+ intermediate_s3_path: ::String
748
+ }?,
749
+ provider_configuration: {
750
+ }?,
751
+ provider_service_arn: ::String
752
+ }?,
753
+ resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER"),
754
+ rule_based_properties: {
755
+ attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
756
+ rules: Array[
757
+ {
758
+ matching_keys: Array[::String],
759
+ rule_name: ::String
760
+ },
761
+ ]
762
+ }?
763
+ },
764
+ role_arn: ::String,
765
+ workflow_name: ::String
766
+ ) -> _UpdateMatchingWorkflowResponseSuccess
767
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMatchingWorkflowResponseSuccess
768
+
769
+ interface _UpdateSchemaMappingResponseSuccess
770
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSchemaMappingOutput]
771
+ def description: () -> ::String
772
+ def mapped_input_fields: () -> ::Array[Types::SchemaInputAttribute]
773
+ def schema_arn: () -> ::String
774
+ def schema_name: () -> ::String
775
+ end
776
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EntityResolution/Client.html#update_schema_mapping-instance_method
777
+ def update_schema_mapping: (
778
+ ?description: ::String,
779
+ mapped_input_fields: Array[
780
+ {
781
+ field_name: ::String,
782
+ group_name: ::String?,
783
+ match_key: ::String?,
784
+ sub_type: ::String?,
785
+ type: ("NAME" | "NAME_FIRST" | "NAME_MIDDLE" | "NAME_LAST" | "ADDRESS" | "ADDRESS_STREET1" | "ADDRESS_STREET2" | "ADDRESS_STREET3" | "ADDRESS_CITY" | "ADDRESS_STATE" | "ADDRESS_COUNTRY" | "ADDRESS_POSTALCODE" | "PHONE" | "PHONE_NUMBER" | "PHONE_COUNTRYCODE" | "EMAIL_ADDRESS" | "UNIQUE_ID" | "DATE" | "STRING" | "PROVIDER_ID")
786
+ },
787
+ ],
788
+ schema_name: ::String
789
+ ) -> _UpdateSchemaMappingResponseSuccess
790
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSchemaMappingResponseSuccess
791
+ end
792
+ end
793
+ end
794
+