aws-sdk-entityresolution 1.26.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-entityresolution/client.rb +543 -538
- data/lib/aws-sdk-entityresolution/client_api.rb +160 -159
- data/lib/aws-sdk-entityresolution/types.rb +916 -857
- data/lib/aws-sdk-entityresolution.rb +1 -1
- data/sig/client.rbs +249 -249
- data/sig/types.rbs +156 -155
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -14,34 +14,34 @@ module Aws::EntityResolution
|
|
14
14
|
end
|
15
15
|
|
16
16
|
class AddPolicyStatementInput
|
17
|
-
attr_accessor action: ::Array[::String]
|
18
17
|
attr_accessor arn: ::String
|
19
|
-
attr_accessor
|
18
|
+
attr_accessor statement_id: ::String
|
20
19
|
attr_accessor effect: ("Allow" | "Deny")
|
20
|
+
attr_accessor action: ::Array[::String]
|
21
21
|
attr_accessor principal: ::Array[::String]
|
22
|
-
attr_accessor
|
22
|
+
attr_accessor condition: ::String
|
23
23
|
SENSITIVE: []
|
24
24
|
end
|
25
25
|
|
26
26
|
class AddPolicyStatementOutput
|
27
27
|
attr_accessor arn: ::String
|
28
|
-
attr_accessor policy: ::String
|
29
28
|
attr_accessor token: ::String
|
29
|
+
attr_accessor policy: ::String
|
30
30
|
SENSITIVE: []
|
31
31
|
end
|
32
32
|
|
33
33
|
class BatchDeleteUniqueIdInput
|
34
|
+
attr_accessor workflow_name: ::String
|
34
35
|
attr_accessor input_source: ::String
|
35
36
|
attr_accessor unique_ids: ::Array[::String]
|
36
|
-
attr_accessor workflow_name: ::String
|
37
37
|
SENSITIVE: []
|
38
38
|
end
|
39
39
|
|
40
40
|
class BatchDeleteUniqueIdOutput
|
41
|
+
attr_accessor status: ("COMPLETED" | "ACCEPTED")
|
42
|
+
attr_accessor errors: ::Array[Types::DeleteUniqueIdError]
|
41
43
|
attr_accessor deleted: ::Array[Types::DeletedUniqueId]
|
42
44
|
attr_accessor disconnected_unique_ids: ::Array[::String]
|
43
|
-
attr_accessor errors: ::Array[Types::DeleteUniqueIdError]
|
44
|
-
attr_accessor status: ("COMPLETED" | "ACCEPTED")
|
45
45
|
SENSITIVE: []
|
46
46
|
end
|
47
47
|
|
@@ -51,89 +51,89 @@ module Aws::EntityResolution
|
|
51
51
|
end
|
52
52
|
|
53
53
|
class CreateIdMappingWorkflowInput
|
54
|
+
attr_accessor workflow_name: ::String
|
54
55
|
attr_accessor description: ::String
|
55
|
-
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
56
56
|
attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
|
57
57
|
attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
|
58
|
+
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
58
59
|
attr_accessor role_arn: ::String
|
59
60
|
attr_accessor tags: ::Hash[::String, ::String]
|
60
|
-
attr_accessor workflow_name: ::String
|
61
61
|
SENSITIVE: []
|
62
62
|
end
|
63
63
|
|
64
64
|
class CreateIdMappingWorkflowOutput
|
65
|
+
attr_accessor workflow_name: ::String
|
66
|
+
attr_accessor workflow_arn: ::String
|
65
67
|
attr_accessor description: ::String
|
66
|
-
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
67
68
|
attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
|
68
69
|
attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
|
70
|
+
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
69
71
|
attr_accessor role_arn: ::String
|
70
|
-
attr_accessor workflow_arn: ::String
|
71
|
-
attr_accessor workflow_name: ::String
|
72
72
|
SENSITIVE: []
|
73
73
|
end
|
74
74
|
|
75
75
|
class CreateIdNamespaceInput
|
76
|
-
attr_accessor description: ::String
|
77
|
-
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
78
76
|
attr_accessor id_namespace_name: ::String
|
77
|
+
attr_accessor description: ::String
|
79
78
|
attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
|
79
|
+
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
80
|
+
attr_accessor type: ("SOURCE" | "TARGET")
|
80
81
|
attr_accessor role_arn: ::String
|
81
82
|
attr_accessor tags: ::Hash[::String, ::String]
|
82
|
-
attr_accessor type: ("SOURCE" | "TARGET")
|
83
83
|
SENSITIVE: []
|
84
84
|
end
|
85
85
|
|
86
86
|
class CreateIdNamespaceOutput
|
87
|
-
attr_accessor created_at: ::Time
|
88
|
-
attr_accessor description: ::String
|
89
|
-
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
90
|
-
attr_accessor id_namespace_arn: ::String
|
91
87
|
attr_accessor id_namespace_name: ::String
|
88
|
+
attr_accessor id_namespace_arn: ::String
|
89
|
+
attr_accessor description: ::String
|
92
90
|
attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
|
93
|
-
attr_accessor
|
94
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
91
|
+
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
95
92
|
attr_accessor type: ("SOURCE" | "TARGET")
|
93
|
+
attr_accessor role_arn: ::String
|
94
|
+
attr_accessor created_at: ::Time
|
96
95
|
attr_accessor updated_at: ::Time
|
96
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
97
97
|
SENSITIVE: []
|
98
98
|
end
|
99
99
|
|
100
100
|
class CreateMatchingWorkflowInput
|
101
|
+
attr_accessor workflow_name: ::String
|
101
102
|
attr_accessor description: ::String
|
102
|
-
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
103
103
|
attr_accessor input_source_config: ::Array[Types::InputSource]
|
104
104
|
attr_accessor output_source_config: ::Array[Types::OutputSource]
|
105
105
|
attr_accessor resolution_techniques: Types::ResolutionTechniques
|
106
|
+
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
106
107
|
attr_accessor role_arn: ::String
|
107
108
|
attr_accessor tags: ::Hash[::String, ::String]
|
108
|
-
attr_accessor workflow_name: ::String
|
109
109
|
SENSITIVE: []
|
110
110
|
end
|
111
111
|
|
112
112
|
class CreateMatchingWorkflowOutput
|
113
|
+
attr_accessor workflow_name: ::String
|
114
|
+
attr_accessor workflow_arn: ::String
|
113
115
|
attr_accessor description: ::String
|
114
|
-
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
115
116
|
attr_accessor input_source_config: ::Array[Types::InputSource]
|
116
117
|
attr_accessor output_source_config: ::Array[Types::OutputSource]
|
117
118
|
attr_accessor resolution_techniques: Types::ResolutionTechniques
|
119
|
+
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
118
120
|
attr_accessor role_arn: ::String
|
119
|
-
attr_accessor workflow_arn: ::String
|
120
|
-
attr_accessor workflow_name: ::String
|
121
121
|
SENSITIVE: []
|
122
122
|
end
|
123
123
|
|
124
124
|
class CreateSchemaMappingInput
|
125
|
+
attr_accessor schema_name: ::String
|
125
126
|
attr_accessor description: ::String
|
126
127
|
attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
|
127
|
-
attr_accessor schema_name: ::String
|
128
128
|
attr_accessor tags: ::Hash[::String, ::String]
|
129
129
|
SENSITIVE: []
|
130
130
|
end
|
131
131
|
|
132
132
|
class CreateSchemaMappingOutput
|
133
|
+
attr_accessor schema_name: ::String
|
134
|
+
attr_accessor schema_arn: ::String
|
133
135
|
attr_accessor description: ::String
|
134
136
|
attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
|
135
|
-
attr_accessor schema_arn: ::String
|
136
|
-
attr_accessor schema_name: ::String
|
137
137
|
SENSITIVE: []
|
138
138
|
end
|
139
139
|
|
@@ -175,8 +175,8 @@ module Aws::EntityResolution
|
|
175
175
|
|
176
176
|
class DeletePolicyStatementOutput
|
177
177
|
attr_accessor arn: ::String
|
178
|
-
attr_accessor policy: ::String
|
179
178
|
attr_accessor token: ::String
|
179
|
+
attr_accessor policy: ::String
|
180
180
|
SENSITIVE: []
|
181
181
|
end
|
182
182
|
|
@@ -191,8 +191,8 @@ module Aws::EntityResolution
|
|
191
191
|
end
|
192
192
|
|
193
193
|
class DeleteUniqueIdError
|
194
|
-
attr_accessor error_type: ("SERVICE_ERROR" | "VALIDATION_ERROR")
|
195
194
|
attr_accessor unique_id: ::String
|
195
|
+
attr_accessor error_type: ("SERVICE_ERROR" | "VALIDATION_ERROR")
|
196
196
|
SENSITIVE: []
|
197
197
|
end
|
198
198
|
|
@@ -214,19 +214,19 @@ module Aws::EntityResolution
|
|
214
214
|
end
|
215
215
|
|
216
216
|
class GetIdMappingJobInput
|
217
|
-
attr_accessor job_id: ::String
|
218
217
|
attr_accessor workflow_name: ::String
|
218
|
+
attr_accessor job_id: ::String
|
219
219
|
SENSITIVE: []
|
220
220
|
end
|
221
221
|
|
222
222
|
class GetIdMappingJobOutput
|
223
|
-
attr_accessor end_time: ::Time
|
224
|
-
attr_accessor error_details: Types::ErrorDetails
|
225
223
|
attr_accessor job_id: ::String
|
224
|
+
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
|
225
|
+
attr_accessor start_time: ::Time
|
226
|
+
attr_accessor end_time: ::Time
|
226
227
|
attr_accessor metrics: Types::IdMappingJobMetrics
|
228
|
+
attr_accessor error_details: Types::ErrorDetails
|
227
229
|
attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
|
228
|
-
attr_accessor start_time: ::Time
|
229
|
-
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
|
230
230
|
SENSITIVE: []
|
231
231
|
end
|
232
232
|
|
@@ -236,16 +236,16 @@ module Aws::EntityResolution
|
|
236
236
|
end
|
237
237
|
|
238
238
|
class GetIdMappingWorkflowOutput
|
239
|
-
attr_accessor
|
239
|
+
attr_accessor workflow_name: ::String
|
240
|
+
attr_accessor workflow_arn: ::String
|
240
241
|
attr_accessor description: ::String
|
241
|
-
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
242
242
|
attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
|
243
243
|
attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
|
244
|
+
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
245
|
+
attr_accessor created_at: ::Time
|
246
|
+
attr_accessor updated_at: ::Time
|
244
247
|
attr_accessor role_arn: ::String
|
245
248
|
attr_accessor tags: ::Hash[::String, ::String]
|
246
|
-
attr_accessor updated_at: ::Time
|
247
|
-
attr_accessor workflow_arn: ::String
|
248
|
-
attr_accessor workflow_name: ::String
|
249
249
|
SENSITIVE: []
|
250
250
|
end
|
251
251
|
|
@@ -255,23 +255,23 @@ module Aws::EntityResolution
|
|
255
255
|
end
|
256
256
|
|
257
257
|
class GetIdNamespaceOutput
|
258
|
-
attr_accessor created_at: ::Time
|
259
|
-
attr_accessor description: ::String
|
260
|
-
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
261
|
-
attr_accessor id_namespace_arn: ::String
|
262
258
|
attr_accessor id_namespace_name: ::String
|
259
|
+
attr_accessor id_namespace_arn: ::String
|
260
|
+
attr_accessor description: ::String
|
263
261
|
attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
|
264
|
-
attr_accessor
|
265
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
262
|
+
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
266
263
|
attr_accessor type: ("SOURCE" | "TARGET")
|
264
|
+
attr_accessor role_arn: ::String
|
265
|
+
attr_accessor created_at: ::Time
|
267
266
|
attr_accessor updated_at: ::Time
|
267
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
268
268
|
SENSITIVE: []
|
269
269
|
end
|
270
270
|
|
271
271
|
class GetMatchIdInput
|
272
|
-
attr_accessor apply_normalization: bool
|
273
|
-
attr_accessor record: ::Hash[::String, ::String]
|
274
272
|
attr_accessor workflow_name: ::String
|
273
|
+
attr_accessor record: ::Hash[::String, ::String]
|
274
|
+
attr_accessor apply_normalization: bool
|
275
275
|
SENSITIVE: [:record]
|
276
276
|
end
|
277
277
|
|
@@ -282,19 +282,19 @@ module Aws::EntityResolution
|
|
282
282
|
end
|
283
283
|
|
284
284
|
class GetMatchingJobInput
|
285
|
-
attr_accessor job_id: ::String
|
286
285
|
attr_accessor workflow_name: ::String
|
286
|
+
attr_accessor job_id: ::String
|
287
287
|
SENSITIVE: []
|
288
288
|
end
|
289
289
|
|
290
290
|
class GetMatchingJobOutput
|
291
|
-
attr_accessor end_time: ::Time
|
292
|
-
attr_accessor error_details: Types::ErrorDetails
|
293
291
|
attr_accessor job_id: ::String
|
292
|
+
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
|
293
|
+
attr_accessor start_time: ::Time
|
294
|
+
attr_accessor end_time: ::Time
|
294
295
|
attr_accessor metrics: Types::JobMetrics
|
296
|
+
attr_accessor error_details: Types::ErrorDetails
|
295
297
|
attr_accessor output_source_config: ::Array[Types::JobOutputSource]
|
296
|
-
attr_accessor start_time: ::Time
|
297
|
-
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
|
298
298
|
SENSITIVE: []
|
299
299
|
end
|
300
300
|
|
@@ -304,17 +304,17 @@ module Aws::EntityResolution
|
|
304
304
|
end
|
305
305
|
|
306
306
|
class GetMatchingWorkflowOutput
|
307
|
-
attr_accessor
|
307
|
+
attr_accessor workflow_name: ::String
|
308
|
+
attr_accessor workflow_arn: ::String
|
308
309
|
attr_accessor description: ::String
|
309
|
-
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
310
310
|
attr_accessor input_source_config: ::Array[Types::InputSource]
|
311
311
|
attr_accessor output_source_config: ::Array[Types::OutputSource]
|
312
312
|
attr_accessor resolution_techniques: Types::ResolutionTechniques
|
313
|
+
attr_accessor created_at: ::Time
|
314
|
+
attr_accessor updated_at: ::Time
|
315
|
+
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
313
316
|
attr_accessor role_arn: ::String
|
314
317
|
attr_accessor tags: ::Hash[::String, ::String]
|
315
|
-
attr_accessor updated_at: ::Time
|
316
|
-
attr_accessor workflow_arn: ::String
|
317
|
-
attr_accessor workflow_name: ::String
|
318
318
|
SENSITIVE: []
|
319
319
|
end
|
320
320
|
|
@@ -325,8 +325,8 @@ module Aws::EntityResolution
|
|
325
325
|
|
326
326
|
class GetPolicyOutput
|
327
327
|
attr_accessor arn: ::String
|
328
|
-
attr_accessor policy: ::String
|
329
328
|
attr_accessor token: ::String
|
329
|
+
attr_accessor policy: ::String
|
330
330
|
SENSITIVE: []
|
331
331
|
end
|
332
332
|
|
@@ -337,19 +337,19 @@ module Aws::EntityResolution
|
|
337
337
|
end
|
338
338
|
|
339
339
|
class GetProviderServiceOutput
|
340
|
-
attr_accessor
|
341
|
-
attr_accessor
|
340
|
+
attr_accessor provider_name: ::String
|
341
|
+
attr_accessor provider_service_name: ::String
|
342
|
+
attr_accessor provider_service_display_name: ::String
|
343
|
+
attr_accessor provider_service_type: ("ASSIGNMENT" | "ID_MAPPING")
|
344
|
+
attr_accessor provider_service_arn: ::String
|
342
345
|
attr_accessor provider_configuration_definition: untyped
|
346
|
+
attr_accessor provider_id_name_space_configuration: Types::ProviderIdNameSpaceConfiguration
|
347
|
+
attr_accessor provider_job_configuration: untyped
|
343
348
|
attr_accessor provider_endpoint_configuration: Types::ProviderEndpointConfiguration
|
349
|
+
attr_accessor anonymized_output: bool
|
344
350
|
attr_accessor provider_entity_output_definition: untyped
|
345
|
-
attr_accessor provider_id_name_space_configuration: Types::ProviderIdNameSpaceConfiguration
|
346
351
|
attr_accessor provider_intermediate_data_access_configuration: Types::ProviderIntermediateDataAccessConfiguration
|
347
|
-
attr_accessor
|
348
|
-
attr_accessor provider_name: ::String
|
349
|
-
attr_accessor provider_service_arn: ::String
|
350
|
-
attr_accessor provider_service_display_name: ::String
|
351
|
-
attr_accessor provider_service_name: ::String
|
352
|
-
attr_accessor provider_service_type: ("ASSIGNMENT" | "ID_MAPPING")
|
352
|
+
attr_accessor provider_component_schema: Types::ProviderComponentSchema
|
353
353
|
SENSITIVE: []
|
354
354
|
end
|
355
355
|
|
@@ -359,46 +359,47 @@ module Aws::EntityResolution
|
|
359
359
|
end
|
360
360
|
|
361
361
|
class GetSchemaMappingOutput
|
362
|
-
attr_accessor
|
362
|
+
attr_accessor schema_name: ::String
|
363
|
+
attr_accessor schema_arn: ::String
|
363
364
|
attr_accessor description: ::String
|
364
|
-
attr_accessor has_workflows: bool
|
365
365
|
attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
|
366
|
-
attr_accessor
|
367
|
-
attr_accessor schema_name: ::String
|
368
|
-
attr_accessor tags: ::Hash[::String, ::String]
|
366
|
+
attr_accessor created_at: ::Time
|
369
367
|
attr_accessor updated_at: ::Time
|
368
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
369
|
+
attr_accessor has_workflows: bool
|
370
370
|
SENSITIVE: []
|
371
371
|
end
|
372
372
|
|
373
373
|
class IdMappingJobMetrics
|
374
374
|
attr_accessor input_records: ::Integer
|
375
|
+
attr_accessor total_records_processed: ::Integer
|
375
376
|
attr_accessor records_not_processed: ::Integer
|
376
377
|
attr_accessor total_mapped_records: ::Integer
|
377
378
|
attr_accessor total_mapped_source_records: ::Integer
|
378
379
|
attr_accessor total_mapped_target_records: ::Integer
|
379
|
-
attr_accessor
|
380
|
+
attr_accessor unique_records_loaded: ::Integer
|
380
381
|
SENSITIVE: []
|
381
382
|
end
|
382
383
|
|
383
384
|
class IdMappingJobOutputSource
|
384
|
-
attr_accessor kms_arn: ::String
|
385
|
-
attr_accessor output_s3_path: ::String
|
386
385
|
attr_accessor role_arn: ::String
|
386
|
+
attr_accessor output_s3_path: ::String
|
387
|
+
attr_accessor kms_arn: ::String
|
387
388
|
SENSITIVE: []
|
388
389
|
end
|
389
390
|
|
390
391
|
class IdMappingRuleBasedProperties
|
392
|
+
attr_accessor rules: ::Array[Types::Rule]
|
393
|
+
attr_accessor rule_definition_type: ("SOURCE" | "TARGET")
|
391
394
|
attr_accessor attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY")
|
392
395
|
attr_accessor record_matching_model: ("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")
|
393
|
-
attr_accessor rule_definition_type: ("SOURCE" | "TARGET")
|
394
|
-
attr_accessor rules: ::Array[Types::Rule]
|
395
396
|
SENSITIVE: []
|
396
397
|
end
|
397
398
|
|
398
399
|
class IdMappingTechniques
|
399
400
|
attr_accessor id_mapping_type: ("PROVIDER" | "RULE_BASED")
|
400
|
-
attr_accessor provider_properties: Types::ProviderProperties
|
401
401
|
attr_accessor rule_based_properties: Types::IdMappingRuleBasedProperties
|
402
|
+
attr_accessor provider_properties: Types::ProviderProperties
|
402
403
|
SENSITIVE: []
|
403
404
|
end
|
404
405
|
|
@@ -410,16 +411,16 @@ module Aws::EntityResolution
|
|
410
411
|
end
|
411
412
|
|
412
413
|
class IdMappingWorkflowOutputSource
|
413
|
-
attr_accessor kms_arn: ::String
|
414
414
|
attr_accessor output_s3_path: ::String
|
415
|
+
attr_accessor kms_arn: ::String
|
415
416
|
SENSITIVE: []
|
416
417
|
end
|
417
418
|
|
418
419
|
class IdMappingWorkflowSummary
|
420
|
+
attr_accessor workflow_name: ::String
|
421
|
+
attr_accessor workflow_arn: ::String
|
419
422
|
attr_accessor created_at: ::Time
|
420
423
|
attr_accessor updated_at: ::Time
|
421
|
-
attr_accessor workflow_arn: ::String
|
422
|
-
attr_accessor workflow_name: ::String
|
423
424
|
SENSITIVE: []
|
424
425
|
end
|
425
426
|
|
@@ -430,8 +431,8 @@ module Aws::EntityResolution
|
|
430
431
|
|
431
432
|
class IdNamespaceIdMappingWorkflowProperties
|
432
433
|
attr_accessor id_mapping_type: ("PROVIDER" | "RULE_BASED")
|
433
|
-
attr_accessor provider_properties: Types::NamespaceProviderProperties
|
434
434
|
attr_accessor rule_based_properties: Types::NamespaceRuleBasedProperties
|
435
|
+
attr_accessor provider_properties: Types::NamespaceProviderProperties
|
435
436
|
SENSITIVE: []
|
436
437
|
end
|
437
438
|
|
@@ -442,12 +443,12 @@ module Aws::EntityResolution
|
|
442
443
|
end
|
443
444
|
|
444
445
|
class IdNamespaceSummary
|
445
|
-
attr_accessor
|
446
|
+
attr_accessor id_namespace_name: ::String
|
447
|
+
attr_accessor id_namespace_arn: ::String
|
446
448
|
attr_accessor description: ::String
|
447
449
|
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowMetadata]
|
448
|
-
attr_accessor id_namespace_arn: ::String
|
449
|
-
attr_accessor id_namespace_name: ::String
|
450
450
|
attr_accessor type: ("SOURCE" | "TARGET")
|
451
|
+
attr_accessor created_at: ::Time
|
451
452
|
attr_accessor updated_at: ::Time
|
452
453
|
SENSITIVE: []
|
453
454
|
end
|
@@ -458,9 +459,9 @@ module Aws::EntityResolution
|
|
458
459
|
end
|
459
460
|
|
460
461
|
class InputSource
|
461
|
-
attr_accessor apply_normalization: bool
|
462
462
|
attr_accessor input_source_arn: ::String
|
463
463
|
attr_accessor schema_name: ::String
|
464
|
+
attr_accessor apply_normalization: bool
|
464
465
|
SENSITIVE: []
|
465
466
|
end
|
466
467
|
|
@@ -476,31 +477,31 @@ module Aws::EntityResolution
|
|
476
477
|
|
477
478
|
class JobMetrics
|
478
479
|
attr_accessor input_records: ::Integer
|
479
|
-
attr_accessor match_i_ds: ::Integer
|
480
|
-
attr_accessor records_not_processed: ::Integer
|
481
480
|
attr_accessor total_records_processed: ::Integer
|
481
|
+
attr_accessor records_not_processed: ::Integer
|
482
|
+
attr_accessor match_i_ds: ::Integer
|
482
483
|
SENSITIVE: []
|
483
484
|
end
|
484
485
|
|
485
486
|
class JobOutputSource
|
486
|
-
attr_accessor kms_arn: ::String
|
487
|
-
attr_accessor output_s3_path: ::String
|
488
487
|
attr_accessor role_arn: ::String
|
488
|
+
attr_accessor output_s3_path: ::String
|
489
|
+
attr_accessor kms_arn: ::String
|
489
490
|
SENSITIVE: []
|
490
491
|
end
|
491
492
|
|
492
493
|
class JobSummary
|
493
|
-
attr_accessor end_time: ::Time
|
494
494
|
attr_accessor job_id: ::String
|
495
|
-
attr_accessor start_time: ::Time
|
496
495
|
attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
|
496
|
+
attr_accessor start_time: ::Time
|
497
|
+
attr_accessor end_time: ::Time
|
497
498
|
SENSITIVE: []
|
498
499
|
end
|
499
500
|
|
500
501
|
class ListIdMappingJobsInput
|
501
|
-
attr_accessor max_results: ::Integer
|
502
|
-
attr_accessor next_token: ::String
|
503
502
|
attr_accessor workflow_name: ::String
|
503
|
+
attr_accessor next_token: ::String
|
504
|
+
attr_accessor max_results: ::Integer
|
504
505
|
SENSITIVE: []
|
505
506
|
end
|
506
507
|
|
@@ -511,20 +512,20 @@ module Aws::EntityResolution
|
|
511
512
|
end
|
512
513
|
|
513
514
|
class ListIdMappingWorkflowsInput
|
514
|
-
attr_accessor max_results: ::Integer
|
515
515
|
attr_accessor next_token: ::String
|
516
|
+
attr_accessor max_results: ::Integer
|
516
517
|
SENSITIVE: []
|
517
518
|
end
|
518
519
|
|
519
520
|
class ListIdMappingWorkflowsOutput
|
520
|
-
attr_accessor next_token: ::String
|
521
521
|
attr_accessor workflow_summaries: ::Array[Types::IdMappingWorkflowSummary]
|
522
|
+
attr_accessor next_token: ::String
|
522
523
|
SENSITIVE: []
|
523
524
|
end
|
524
525
|
|
525
526
|
class ListIdNamespacesInput
|
526
|
-
attr_accessor max_results: ::Integer
|
527
527
|
attr_accessor next_token: ::String
|
528
|
+
attr_accessor max_results: ::Integer
|
528
529
|
SENSITIVE: []
|
529
530
|
end
|
530
531
|
|
@@ -535,9 +536,9 @@ module Aws::EntityResolution
|
|
535
536
|
end
|
536
537
|
|
537
538
|
class ListMatchingJobsInput
|
538
|
-
attr_accessor max_results: ::Integer
|
539
|
-
attr_accessor next_token: ::String
|
540
539
|
attr_accessor workflow_name: ::String
|
540
|
+
attr_accessor next_token: ::String
|
541
|
+
attr_accessor max_results: ::Integer
|
541
542
|
SENSITIVE: []
|
542
543
|
end
|
543
544
|
|
@@ -548,39 +549,39 @@ module Aws::EntityResolution
|
|
548
549
|
end
|
549
550
|
|
550
551
|
class ListMatchingWorkflowsInput
|
551
|
-
attr_accessor max_results: ::Integer
|
552
552
|
attr_accessor next_token: ::String
|
553
|
+
attr_accessor max_results: ::Integer
|
553
554
|
SENSITIVE: []
|
554
555
|
end
|
555
556
|
|
556
557
|
class ListMatchingWorkflowsOutput
|
557
|
-
attr_accessor next_token: ::String
|
558
558
|
attr_accessor workflow_summaries: ::Array[Types::MatchingWorkflowSummary]
|
559
|
+
attr_accessor next_token: ::String
|
559
560
|
SENSITIVE: []
|
560
561
|
end
|
561
562
|
|
562
563
|
class ListProviderServicesInput
|
563
|
-
attr_accessor max_results: ::Integer
|
564
564
|
attr_accessor next_token: ::String
|
565
|
+
attr_accessor max_results: ::Integer
|
565
566
|
attr_accessor provider_name: ::String
|
566
567
|
SENSITIVE: []
|
567
568
|
end
|
568
569
|
|
569
570
|
class ListProviderServicesOutput
|
570
|
-
attr_accessor next_token: ::String
|
571
571
|
attr_accessor provider_service_summaries: ::Array[Types::ProviderServiceSummary]
|
572
|
+
attr_accessor next_token: ::String
|
572
573
|
SENSITIVE: []
|
573
574
|
end
|
574
575
|
|
575
576
|
class ListSchemaMappingsInput
|
576
|
-
attr_accessor max_results: ::Integer
|
577
577
|
attr_accessor next_token: ::String
|
578
|
+
attr_accessor max_results: ::Integer
|
578
579
|
SENSITIVE: []
|
579
580
|
end
|
580
581
|
|
581
582
|
class ListSchemaMappingsOutput
|
582
|
-
attr_accessor next_token: ::String
|
583
583
|
attr_accessor schema_list: ::Array[Types::SchemaMappingSummary]
|
584
|
+
attr_accessor next_token: ::String
|
584
585
|
SENSITIVE: []
|
585
586
|
end
|
586
587
|
|
@@ -595,45 +596,45 @@ module Aws::EntityResolution
|
|
595
596
|
end
|
596
597
|
|
597
598
|
class MatchingWorkflowSummary
|
599
|
+
attr_accessor workflow_name: ::String
|
600
|
+
attr_accessor workflow_arn: ::String
|
598
601
|
attr_accessor created_at: ::Time
|
599
|
-
attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
|
600
602
|
attr_accessor updated_at: ::Time
|
601
|
-
attr_accessor
|
602
|
-
attr_accessor workflow_name: ::String
|
603
|
+
attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
|
603
604
|
SENSITIVE: []
|
604
605
|
end
|
605
606
|
|
606
607
|
class NamespaceProviderProperties
|
607
|
-
attr_accessor provider_configuration: untyped
|
608
608
|
attr_accessor provider_service_arn: ::String
|
609
|
+
attr_accessor provider_configuration: untyped
|
609
610
|
SENSITIVE: []
|
610
611
|
end
|
611
612
|
|
612
613
|
class NamespaceRuleBasedProperties
|
614
|
+
attr_accessor rules: ::Array[Types::Rule]
|
615
|
+
attr_accessor rule_definition_types: ::Array[("SOURCE" | "TARGET")]
|
613
616
|
attr_accessor attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY")
|
614
617
|
attr_accessor record_matching_models: ::Array[("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")]
|
615
|
-
attr_accessor rule_definition_types: ::Array[("SOURCE" | "TARGET")]
|
616
|
-
attr_accessor rules: ::Array[Types::Rule]
|
617
618
|
SENSITIVE: []
|
618
619
|
end
|
619
620
|
|
620
621
|
class OutputAttribute
|
621
|
-
attr_accessor hashed: bool
|
622
622
|
attr_accessor name: ::String
|
623
|
+
attr_accessor hashed: bool
|
623
624
|
SENSITIVE: []
|
624
625
|
end
|
625
626
|
|
626
627
|
class OutputSource
|
628
|
+
attr_accessor output_s3_path: ::String
|
627
629
|
attr_accessor kms_arn: ::String
|
628
|
-
attr_accessor apply_normalization: bool
|
629
630
|
attr_accessor output: ::Array[Types::OutputAttribute]
|
630
|
-
attr_accessor
|
631
|
+
attr_accessor apply_normalization: bool
|
631
632
|
SENSITIVE: []
|
632
633
|
end
|
633
634
|
|
634
635
|
class ProviderComponentSchema
|
635
|
-
attr_accessor provider_schema_attributes: ::Array[Types::ProviderSchemaAttribute]
|
636
636
|
attr_accessor schemas: ::Array[::Array[::String]]
|
637
|
+
attr_accessor provider_schema_attributes: ::Array[Types::ProviderSchemaAttribute]
|
637
638
|
SENSITIVE: []
|
638
639
|
end
|
639
640
|
|
@@ -650,8 +651,8 @@ module Aws::EntityResolution
|
|
650
651
|
|
651
652
|
class ProviderIdNameSpaceConfiguration
|
652
653
|
attr_accessor description: ::String
|
653
|
-
attr_accessor provider_source_configuration_definition: untyped
|
654
654
|
attr_accessor provider_target_configuration_definition: untyped
|
655
|
+
attr_accessor provider_source_configuration_definition: untyped
|
655
656
|
SENSITIVE: []
|
656
657
|
end
|
657
658
|
|
@@ -662,31 +663,31 @@ module Aws::EntityResolution
|
|
662
663
|
end
|
663
664
|
|
664
665
|
class ProviderMarketplaceConfiguration
|
665
|
-
attr_accessor asset_id: ::String
|
666
666
|
attr_accessor data_set_id: ::String
|
667
|
-
attr_accessor listing_id: ::String
|
668
667
|
attr_accessor revision_id: ::String
|
668
|
+
attr_accessor asset_id: ::String
|
669
|
+
attr_accessor listing_id: ::String
|
669
670
|
SENSITIVE: []
|
670
671
|
end
|
671
672
|
|
672
673
|
class ProviderProperties
|
673
|
-
attr_accessor intermediate_source_configuration: Types::IntermediateSourceConfiguration
|
674
|
-
attr_accessor provider_configuration: untyped
|
675
674
|
attr_accessor provider_service_arn: ::String
|
675
|
+
attr_accessor provider_configuration: untyped
|
676
|
+
attr_accessor intermediate_source_configuration: Types::IntermediateSourceConfiguration
|
676
677
|
SENSITIVE: []
|
677
678
|
end
|
678
679
|
|
679
680
|
class ProviderSchemaAttribute
|
680
681
|
attr_accessor field_name: ::String
|
681
|
-
attr_accessor
|
682
|
+
attr_accessor 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" | "IPV4" | "IPV6" | "MAID")
|
682
683
|
attr_accessor sub_type: ::String
|
683
|
-
attr_accessor
|
684
|
+
attr_accessor hashing: bool
|
684
685
|
SENSITIVE: []
|
685
686
|
end
|
686
687
|
|
687
688
|
class ProviderServiceSummary
|
688
|
-
attr_accessor provider_name: ::String
|
689
689
|
attr_accessor provider_service_arn: ::String
|
690
|
+
attr_accessor provider_name: ::String
|
690
691
|
attr_accessor provider_service_display_name: ::String
|
691
692
|
attr_accessor provider_service_name: ::String
|
692
693
|
attr_accessor provider_service_type: ("ASSIGNMENT" | "ID_MAPPING")
|
@@ -695,22 +696,22 @@ module Aws::EntityResolution
|
|
695
696
|
|
696
697
|
class PutPolicyInput
|
697
698
|
attr_accessor arn: ::String
|
698
|
-
attr_accessor policy: ::String
|
699
699
|
attr_accessor token: ::String
|
700
|
+
attr_accessor policy: ::String
|
700
701
|
SENSITIVE: []
|
701
702
|
end
|
702
703
|
|
703
704
|
class PutPolicyOutput
|
704
705
|
attr_accessor arn: ::String
|
705
|
-
attr_accessor policy: ::String
|
706
706
|
attr_accessor token: ::String
|
707
|
+
attr_accessor policy: ::String
|
707
708
|
SENSITIVE: []
|
708
709
|
end
|
709
710
|
|
710
711
|
class ResolutionTechniques
|
711
|
-
attr_accessor provider_properties: Types::ProviderProperties
|
712
712
|
attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
|
713
713
|
attr_accessor rule_based_properties: Types::RuleBasedProperties
|
714
|
+
attr_accessor provider_properties: Types::ProviderProperties
|
714
715
|
SENSITIVE: []
|
715
716
|
end
|
716
717
|
|
@@ -720,40 +721,40 @@ module Aws::EntityResolution
|
|
720
721
|
end
|
721
722
|
|
722
723
|
class Rule
|
723
|
-
attr_accessor matching_keys: ::Array[::String]
|
724
724
|
attr_accessor rule_name: ::String
|
725
|
+
attr_accessor matching_keys: ::Array[::String]
|
725
726
|
SENSITIVE: []
|
726
727
|
end
|
727
728
|
|
728
729
|
class RuleBasedProperties
|
730
|
+
attr_accessor rules: ::Array[Types::Rule]
|
729
731
|
attr_accessor attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY")
|
730
732
|
attr_accessor match_purpose: ("IDENTIFIER_GENERATION" | "INDEXING")
|
731
|
-
attr_accessor rules: ::Array[Types::Rule]
|
732
733
|
SENSITIVE: []
|
733
734
|
end
|
734
735
|
|
735
736
|
class SchemaInputAttribute
|
736
737
|
attr_accessor field_name: ::String
|
738
|
+
attr_accessor 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" | "IPV4" | "IPV6" | "MAID")
|
737
739
|
attr_accessor group_name: ::String
|
738
|
-
attr_accessor hashed: bool
|
739
740
|
attr_accessor match_key: ::String
|
740
741
|
attr_accessor sub_type: ::String
|
741
|
-
attr_accessor
|
742
|
+
attr_accessor hashed: bool
|
742
743
|
SENSITIVE: []
|
743
744
|
end
|
744
745
|
|
745
746
|
class SchemaMappingSummary
|
746
|
-
attr_accessor created_at: ::Time
|
747
|
-
attr_accessor has_workflows: bool
|
748
|
-
attr_accessor schema_arn: ::String
|
749
747
|
attr_accessor schema_name: ::String
|
748
|
+
attr_accessor schema_arn: ::String
|
749
|
+
attr_accessor created_at: ::Time
|
750
750
|
attr_accessor updated_at: ::Time
|
751
|
+
attr_accessor has_workflows: bool
|
751
752
|
SENSITIVE: []
|
752
753
|
end
|
753
754
|
|
754
755
|
class StartIdMappingJobInput
|
755
|
-
attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
|
756
756
|
attr_accessor workflow_name: ::String
|
757
|
+
attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
|
757
758
|
SENSITIVE: []
|
758
759
|
end
|
759
760
|
|
@@ -797,82 +798,82 @@ module Aws::EntityResolution
|
|
797
798
|
end
|
798
799
|
|
799
800
|
class UpdateIdMappingWorkflowInput
|
801
|
+
attr_accessor workflow_name: ::String
|
800
802
|
attr_accessor description: ::String
|
801
|
-
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
802
803
|
attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
|
803
804
|
attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
|
805
|
+
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
804
806
|
attr_accessor role_arn: ::String
|
805
|
-
attr_accessor workflow_name: ::String
|
806
807
|
SENSITIVE: []
|
807
808
|
end
|
808
809
|
|
809
810
|
class UpdateIdMappingWorkflowOutput
|
811
|
+
attr_accessor workflow_name: ::String
|
812
|
+
attr_accessor workflow_arn: ::String
|
810
813
|
attr_accessor description: ::String
|
811
|
-
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
812
814
|
attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
|
813
815
|
attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
|
816
|
+
attr_accessor id_mapping_techniques: Types::IdMappingTechniques
|
814
817
|
attr_accessor role_arn: ::String
|
815
|
-
attr_accessor workflow_arn: ::String
|
816
|
-
attr_accessor workflow_name: ::String
|
817
818
|
SENSITIVE: []
|
818
819
|
end
|
819
820
|
|
820
821
|
class UpdateIdNamespaceInput
|
821
|
-
attr_accessor description: ::String
|
822
|
-
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
823
822
|
attr_accessor id_namespace_name: ::String
|
823
|
+
attr_accessor description: ::String
|
824
824
|
attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
|
825
|
+
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
825
826
|
attr_accessor role_arn: ::String
|
826
827
|
SENSITIVE: []
|
827
828
|
end
|
828
829
|
|
829
830
|
class UpdateIdNamespaceOutput
|
830
|
-
attr_accessor created_at: ::Time
|
831
|
-
attr_accessor description: ::String
|
832
|
-
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
833
|
-
attr_accessor id_namespace_arn: ::String
|
834
831
|
attr_accessor id_namespace_name: ::String
|
832
|
+
attr_accessor id_namespace_arn: ::String
|
833
|
+
attr_accessor description: ::String
|
835
834
|
attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
|
836
|
-
attr_accessor
|
835
|
+
attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
|
837
836
|
attr_accessor type: ("SOURCE" | "TARGET")
|
837
|
+
attr_accessor role_arn: ::String
|
838
|
+
attr_accessor created_at: ::Time
|
838
839
|
attr_accessor updated_at: ::Time
|
839
840
|
SENSITIVE: []
|
840
841
|
end
|
841
842
|
|
842
843
|
class UpdateMatchingWorkflowInput
|
844
|
+
attr_accessor workflow_name: ::String
|
843
845
|
attr_accessor description: ::String
|
844
|
-
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
845
846
|
attr_accessor input_source_config: ::Array[Types::InputSource]
|
846
847
|
attr_accessor output_source_config: ::Array[Types::OutputSource]
|
847
848
|
attr_accessor resolution_techniques: Types::ResolutionTechniques
|
849
|
+
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
848
850
|
attr_accessor role_arn: ::String
|
849
|
-
attr_accessor workflow_name: ::String
|
850
851
|
SENSITIVE: []
|
851
852
|
end
|
852
853
|
|
853
854
|
class UpdateMatchingWorkflowOutput
|
855
|
+
attr_accessor workflow_name: ::String
|
854
856
|
attr_accessor description: ::String
|
855
|
-
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
856
857
|
attr_accessor input_source_config: ::Array[Types::InputSource]
|
857
858
|
attr_accessor output_source_config: ::Array[Types::OutputSource]
|
858
859
|
attr_accessor resolution_techniques: Types::ResolutionTechniques
|
860
|
+
attr_accessor incremental_run_config: Types::IncrementalRunConfig
|
859
861
|
attr_accessor role_arn: ::String
|
860
|
-
attr_accessor workflow_name: ::String
|
861
862
|
SENSITIVE: []
|
862
863
|
end
|
863
864
|
|
864
865
|
class UpdateSchemaMappingInput
|
866
|
+
attr_accessor schema_name: ::String
|
865
867
|
attr_accessor description: ::String
|
866
868
|
attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
|
867
|
-
attr_accessor schema_name: ::String
|
868
869
|
SENSITIVE: []
|
869
870
|
end
|
870
871
|
|
871
872
|
class UpdateSchemaMappingOutput
|
873
|
+
attr_accessor schema_name: ::String
|
874
|
+
attr_accessor schema_arn: ::String
|
872
875
|
attr_accessor description: ::String
|
873
876
|
attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
|
874
|
-
attr_accessor schema_arn: ::String
|
875
|
-
attr_accessor schema_name: ::String
|
876
877
|
SENSITIVE: []
|
877
878
|
end
|
878
879
|
|