aws-sdk-entityresolution 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -13,6 +13,23 @@ module Aws::EntityResolution
13
13
  SENSITIVE: []
14
14
  end
15
15
 
16
+ class AddPolicyStatementInput
17
+ attr_accessor action: ::Array[::String]
18
+ attr_accessor arn: ::String
19
+ attr_accessor condition: ::String
20
+ attr_accessor effect: ("Allow" | "Deny")
21
+ attr_accessor principal: ::Array[::String]
22
+ attr_accessor statement_id: ::String
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class AddPolicyStatementOutput
27
+ attr_accessor arn: ::String
28
+ attr_accessor policy: ::String
29
+ attr_accessor token: ::String
30
+ SENSITIVE: []
31
+ end
32
+
16
33
  class ConflictException
17
34
  attr_accessor message: ::String
18
35
  SENSITIVE: []
@@ -40,6 +57,31 @@ module Aws::EntityResolution
40
57
  SENSITIVE: []
41
58
  end
42
59
 
60
+ class CreateIdNamespaceInput
61
+ attr_accessor description: ::String
62
+ attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
63
+ attr_accessor id_namespace_name: ::String
64
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
65
+ attr_accessor role_arn: ::String
66
+ attr_accessor tags: ::Hash[::String, ::String]
67
+ attr_accessor type: ("SOURCE" | "TARGET")
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class CreateIdNamespaceOutput
72
+ attr_accessor created_at: ::Time
73
+ attr_accessor description: ::String
74
+ attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
75
+ attr_accessor id_namespace_arn: ::String
76
+ attr_accessor id_namespace_name: ::String
77
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
78
+ attr_accessor role_arn: ::String
79
+ attr_accessor tags: ::Hash[::String, ::String]
80
+ attr_accessor type: ("SOURCE" | "TARGET")
81
+ attr_accessor updated_at: ::Time
82
+ SENSITIVE: []
83
+ end
84
+
43
85
  class CreateMatchingWorkflowInput
44
86
  attr_accessor description: ::String
45
87
  attr_accessor incremental_run_config: Types::IncrementalRunConfig
@@ -90,6 +132,16 @@ module Aws::EntityResolution
90
132
  SENSITIVE: []
91
133
  end
92
134
 
135
+ class DeleteIdNamespaceInput
136
+ attr_accessor id_namespace_name: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class DeleteIdNamespaceOutput
141
+ attr_accessor message: ::String
142
+ SENSITIVE: []
143
+ end
144
+
93
145
  class DeleteMatchingWorkflowInput
94
146
  attr_accessor workflow_name: ::String
95
147
  SENSITIVE: []
@@ -100,6 +152,19 @@ module Aws::EntityResolution
100
152
  SENSITIVE: []
101
153
  end
102
154
 
155
+ class DeletePolicyStatementInput
156
+ attr_accessor arn: ::String
157
+ attr_accessor statement_id: ::String
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class DeletePolicyStatementOutput
162
+ attr_accessor arn: ::String
163
+ attr_accessor policy: ::String
164
+ attr_accessor token: ::String
165
+ SENSITIVE: []
166
+ end
167
+
103
168
  class DeleteSchemaMappingInput
104
169
  attr_accessor schema_name: ::String
105
170
  SENSITIVE: []
@@ -133,6 +198,7 @@ module Aws::EntityResolution
133
198
  attr_accessor error_details: Types::ErrorDetails
134
199
  attr_accessor job_id: ::String
135
200
  attr_accessor metrics: Types::IdMappingJobMetrics
201
+ attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
136
202
  attr_accessor start_time: ::Time
137
203
  attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
138
204
  SENSITIVE: []
@@ -157,7 +223,27 @@ module Aws::EntityResolution
157
223
  SENSITIVE: []
158
224
  end
159
225
 
226
+ class GetIdNamespaceInput
227
+ attr_accessor id_namespace_name: ::String
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class GetIdNamespaceOutput
232
+ attr_accessor created_at: ::Time
233
+ attr_accessor description: ::String
234
+ attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
235
+ attr_accessor id_namespace_arn: ::String
236
+ attr_accessor id_namespace_name: ::String
237
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
238
+ attr_accessor role_arn: ::String
239
+ attr_accessor tags: ::Hash[::String, ::String]
240
+ attr_accessor type: ("SOURCE" | "TARGET")
241
+ attr_accessor updated_at: ::Time
242
+ SENSITIVE: []
243
+ end
244
+
160
245
  class GetMatchIdInput
246
+ attr_accessor apply_normalization: bool
161
247
  attr_accessor record: ::Hash[::String, ::String]
162
248
  attr_accessor workflow_name: ::String
163
249
  SENSITIVE: [:record]
@@ -165,6 +251,7 @@ module Aws::EntityResolution
165
251
 
166
252
  class GetMatchIdOutput
167
253
  attr_accessor match_id: ::String
254
+ attr_accessor match_rule: ::String
168
255
  SENSITIVE: []
169
256
  end
170
257
 
@@ -179,6 +266,7 @@ module Aws::EntityResolution
179
266
  attr_accessor error_details: Types::ErrorDetails
180
267
  attr_accessor job_id: ::String
181
268
  attr_accessor metrics: Types::JobMetrics
269
+ attr_accessor output_source_config: ::Array[Types::JobOutputSource]
182
270
  attr_accessor start_time: ::Time
183
271
  attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
184
272
  SENSITIVE: []
@@ -204,6 +292,18 @@ module Aws::EntityResolution
204
292
  SENSITIVE: []
205
293
  end
206
294
 
295
+ class GetPolicyInput
296
+ attr_accessor arn: ::String
297
+ SENSITIVE: []
298
+ end
299
+
300
+ class GetPolicyOutput
301
+ attr_accessor arn: ::String
302
+ attr_accessor policy: ::String
303
+ attr_accessor token: ::String
304
+ SENSITIVE: []
305
+ end
306
+
207
307
  class GetProviderServiceInput
208
308
  attr_accessor provider_name: ::String
209
309
  attr_accessor provider_service_name: ::String
@@ -212,10 +312,13 @@ module Aws::EntityResolution
212
312
 
213
313
  class GetProviderServiceOutput
214
314
  attr_accessor anonymized_output: bool
315
+ attr_accessor provider_component_schema: Types::ProviderComponentSchema
215
316
  attr_accessor provider_configuration_definition: untyped
216
317
  attr_accessor provider_endpoint_configuration: Types::ProviderEndpointConfiguration
217
318
  attr_accessor provider_entity_output_definition: untyped
319
+ attr_accessor provider_id_name_space_configuration: Types::ProviderIdNameSpaceConfiguration
218
320
  attr_accessor provider_intermediate_data_access_configuration: Types::ProviderIntermediateDataAccessConfiguration
321
+ attr_accessor provider_job_configuration: untyped
219
322
  attr_accessor provider_name: ::String
220
323
  attr_accessor provider_service_arn: ::String
221
324
  attr_accessor provider_service_display_name: ::String
@@ -248,6 +351,13 @@ module Aws::EntityResolution
248
351
  SENSITIVE: []
249
352
  end
250
353
 
354
+ class IdMappingJobOutputSource
355
+ attr_accessor kms_arn: ::String
356
+ attr_accessor output_s3_path: ::String
357
+ attr_accessor role_arn: ::String
358
+ SENSITIVE: []
359
+ end
360
+
251
361
  class IdMappingTechniques
252
362
  attr_accessor id_mapping_type: ("PROVIDER")
253
363
  attr_accessor provider_properties: Types::ProviderProperties
@@ -257,6 +367,7 @@ module Aws::EntityResolution
257
367
  class IdMappingWorkflowInputSource
258
368
  attr_accessor input_source_arn: ::String
259
369
  attr_accessor schema_name: ::String
370
+ attr_accessor type: ("SOURCE" | "TARGET")
260
371
  SENSITIVE: []
261
372
  end
262
373
 
@@ -274,6 +385,28 @@ module Aws::EntityResolution
274
385
  SENSITIVE: []
275
386
  end
276
387
 
388
+ class IdNamespaceIdMappingWorkflowProperties
389
+ attr_accessor id_mapping_type: ("PROVIDER")
390
+ attr_accessor provider_properties: Types::NamespaceProviderProperties
391
+ SENSITIVE: []
392
+ end
393
+
394
+ class IdNamespaceInputSource
395
+ attr_accessor input_source_arn: ::String
396
+ attr_accessor schema_name: ::String
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class IdNamespaceSummary
401
+ attr_accessor created_at: ::Time
402
+ attr_accessor description: ::String
403
+ attr_accessor id_namespace_arn: ::String
404
+ attr_accessor id_namespace_name: ::String
405
+ attr_accessor type: ("SOURCE" | "TARGET")
406
+ attr_accessor updated_at: ::Time
407
+ SENSITIVE: []
408
+ end
409
+
277
410
  class IncrementalRunConfig
278
411
  attr_accessor incremental_run_type: ("IMMEDIATE")
279
412
  SENSITIVE: []
@@ -304,6 +437,13 @@ module Aws::EntityResolution
304
437
  SENSITIVE: []
305
438
  end
306
439
 
440
+ class JobOutputSource
441
+ attr_accessor kms_arn: ::String
442
+ attr_accessor output_s3_path: ::String
443
+ attr_accessor role_arn: ::String
444
+ SENSITIVE: []
445
+ end
446
+
307
447
  class JobSummary
308
448
  attr_accessor end_time: ::Time
309
449
  attr_accessor job_id: ::String
@@ -337,6 +477,18 @@ module Aws::EntityResolution
337
477
  SENSITIVE: []
338
478
  end
339
479
 
480
+ class ListIdNamespacesInput
481
+ attr_accessor max_results: ::Integer
482
+ attr_accessor next_token: ::String
483
+ SENSITIVE: []
484
+ end
485
+
486
+ class ListIdNamespacesOutput
487
+ attr_accessor id_namespace_summaries: ::Array[Types::IdNamespaceSummary]
488
+ attr_accessor next_token: ::String
489
+ SENSITIVE: []
490
+ end
491
+
340
492
  class ListMatchingJobsInput
341
493
  attr_accessor max_results: ::Integer
342
494
  attr_accessor next_token: ::String
@@ -406,6 +558,12 @@ module Aws::EntityResolution
406
558
  SENSITIVE: []
407
559
  end
408
560
 
561
+ class NamespaceProviderProperties
562
+ attr_accessor provider_configuration: untyped
563
+ attr_accessor provider_service_arn: ::String
564
+ SENSITIVE: []
565
+ end
566
+
409
567
  class OutputAttribute
410
568
  attr_accessor hashed: bool
411
569
  attr_accessor name: ::String
@@ -420,6 +578,12 @@ module Aws::EntityResolution
420
578
  SENSITIVE: []
421
579
  end
422
580
 
581
+ class ProviderComponentSchema
582
+ attr_accessor provider_schema_attributes: ::Array[Types::ProviderSchemaAttribute]
583
+ attr_accessor schemas: ::Array[::Array[::String]]
584
+ SENSITIVE: []
585
+ end
586
+
423
587
  class ProviderEndpointConfiguration
424
588
  attr_accessor marketplace_configuration: Types::ProviderMarketplaceConfiguration
425
589
  attr_accessor unknown: untyped
@@ -431,6 +595,13 @@ module Aws::EntityResolution
431
595
  end
432
596
  end
433
597
 
598
+ class ProviderIdNameSpaceConfiguration
599
+ attr_accessor description: ::String
600
+ attr_accessor provider_source_configuration_definition: untyped
601
+ attr_accessor provider_target_configuration_definition: untyped
602
+ SENSITIVE: []
603
+ end
604
+
434
605
  class ProviderIntermediateDataAccessConfiguration
435
606
  attr_accessor aws_account_ids: ::Array[::String]
436
607
  attr_accessor required_bucket_actions: ::Array[::String]
@@ -452,6 +623,14 @@ module Aws::EntityResolution
452
623
  SENSITIVE: []
453
624
  end
454
625
 
626
+ class ProviderSchemaAttribute
627
+ attr_accessor field_name: ::String
628
+ attr_accessor hashing: bool
629
+ attr_accessor sub_type: ::String
630
+ 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")
631
+ SENSITIVE: []
632
+ end
633
+
455
634
  class ProviderServiceSummary
456
635
  attr_accessor provider_name: ::String
457
636
  attr_accessor provider_service_arn: ::String
@@ -461,6 +640,20 @@ module Aws::EntityResolution
461
640
  SENSITIVE: []
462
641
  end
463
642
 
643
+ class PutPolicyInput
644
+ attr_accessor arn: ::String
645
+ attr_accessor policy: ::String
646
+ attr_accessor token: ::String
647
+ SENSITIVE: []
648
+ end
649
+
650
+ class PutPolicyOutput
651
+ attr_accessor arn: ::String
652
+ attr_accessor policy: ::String
653
+ attr_accessor token: ::String
654
+ SENSITIVE: []
655
+ end
656
+
464
657
  class ResolutionTechniques
465
658
  attr_accessor provider_properties: Types::ProviderProperties
466
659
  attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
@@ -504,12 +697,14 @@ module Aws::EntityResolution
504
697
  end
505
698
 
506
699
  class StartIdMappingJobInput
700
+ attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
507
701
  attr_accessor workflow_name: ::String
508
702
  SENSITIVE: []
509
703
  end
510
704
 
511
705
  class StartIdMappingJobOutput
512
706
  attr_accessor job_id: ::String
707
+ attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
513
708
  SENSITIVE: []
514
709
  end
515
710
 
@@ -567,6 +762,28 @@ module Aws::EntityResolution
567
762
  SENSITIVE: []
568
763
  end
569
764
 
765
+ class UpdateIdNamespaceInput
766
+ attr_accessor description: ::String
767
+ attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
768
+ attr_accessor id_namespace_name: ::String
769
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
770
+ attr_accessor role_arn: ::String
771
+ SENSITIVE: []
772
+ end
773
+
774
+ class UpdateIdNamespaceOutput
775
+ attr_accessor created_at: ::Time
776
+ attr_accessor description: ::String
777
+ attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
778
+ attr_accessor id_namespace_arn: ::String
779
+ attr_accessor id_namespace_name: ::String
780
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
781
+ attr_accessor role_arn: ::String
782
+ attr_accessor type: ("SOURCE" | "TARGET")
783
+ attr_accessor updated_at: ::Time
784
+ SENSITIVE: []
785
+ end
786
+
570
787
  class UpdateMatchingWorkflowInput
571
788
  attr_accessor description: ::String
572
789
  attr_accessor incremental_run_config: Types::IncrementalRunConfig
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-entityresolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core