aws-sdk-entityresolution 1.6.0 → 1.8.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,38 @@ 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
+
33
+ class BatchDeleteUniqueIdInput
34
+ attr_accessor input_source: ::String
35
+ attr_accessor unique_ids: ::Array[::String]
36
+ attr_accessor workflow_name: ::String
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class BatchDeleteUniqueIdOutput
41
+ attr_accessor deleted: ::Array[Types::DeletedUniqueId]
42
+ attr_accessor disconnected_unique_ids: ::Array[::String]
43
+ attr_accessor errors: ::Array[Types::DeleteUniqueIdError]
44
+ attr_accessor status: ("COMPLETED" | "ACCEPTED")
45
+ SENSITIVE: []
46
+ end
47
+
16
48
  class ConflictException
17
49
  attr_accessor message: ::String
18
50
  SENSITIVE: []
@@ -40,6 +72,31 @@ module Aws::EntityResolution
40
72
  SENSITIVE: []
41
73
  end
42
74
 
75
+ class CreateIdNamespaceInput
76
+ attr_accessor description: ::String
77
+ attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
78
+ attr_accessor id_namespace_name: ::String
79
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
80
+ attr_accessor role_arn: ::String
81
+ attr_accessor tags: ::Hash[::String, ::String]
82
+ attr_accessor type: ("SOURCE" | "TARGET")
83
+ SENSITIVE: []
84
+ end
85
+
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
+ attr_accessor id_namespace_name: ::String
92
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
93
+ attr_accessor role_arn: ::String
94
+ attr_accessor tags: ::Hash[::String, ::String]
95
+ attr_accessor type: ("SOURCE" | "TARGET")
96
+ attr_accessor updated_at: ::Time
97
+ SENSITIVE: []
98
+ end
99
+
43
100
  class CreateMatchingWorkflowInput
44
101
  attr_accessor description: ::String
45
102
  attr_accessor incremental_run_config: Types::IncrementalRunConfig
@@ -90,6 +147,16 @@ module Aws::EntityResolution
90
147
  SENSITIVE: []
91
148
  end
92
149
 
150
+ class DeleteIdNamespaceInput
151
+ attr_accessor id_namespace_name: ::String
152
+ SENSITIVE: []
153
+ end
154
+
155
+ class DeleteIdNamespaceOutput
156
+ attr_accessor message: ::String
157
+ SENSITIVE: []
158
+ end
159
+
93
160
  class DeleteMatchingWorkflowInput
94
161
  attr_accessor workflow_name: ::String
95
162
  SENSITIVE: []
@@ -100,6 +167,19 @@ module Aws::EntityResolution
100
167
  SENSITIVE: []
101
168
  end
102
169
 
170
+ class DeletePolicyStatementInput
171
+ attr_accessor arn: ::String
172
+ attr_accessor statement_id: ::String
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class DeletePolicyStatementOutput
177
+ attr_accessor arn: ::String
178
+ attr_accessor policy: ::String
179
+ attr_accessor token: ::String
180
+ SENSITIVE: []
181
+ end
182
+
103
183
  class DeleteSchemaMappingInput
104
184
  attr_accessor schema_name: ::String
105
185
  SENSITIVE: []
@@ -110,6 +190,17 @@ module Aws::EntityResolution
110
190
  SENSITIVE: []
111
191
  end
112
192
 
193
+ class DeleteUniqueIdError
194
+ attr_accessor error_type: ("SERVICE_ERROR" | "VALIDATION_ERROR")
195
+ attr_accessor unique_id: ::String
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class DeletedUniqueId
200
+ attr_accessor unique_id: ::String
201
+ SENSITIVE: []
202
+ end
203
+
113
204
  class ErrorDetails
114
205
  attr_accessor error_message: ::String
115
206
  SENSITIVE: []
@@ -133,6 +224,7 @@ module Aws::EntityResolution
133
224
  attr_accessor error_details: Types::ErrorDetails
134
225
  attr_accessor job_id: ::String
135
226
  attr_accessor metrics: Types::IdMappingJobMetrics
227
+ attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
136
228
  attr_accessor start_time: ::Time
137
229
  attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
138
230
  SENSITIVE: []
@@ -157,7 +249,27 @@ module Aws::EntityResolution
157
249
  SENSITIVE: []
158
250
  end
159
251
 
252
+ class GetIdNamespaceInput
253
+ attr_accessor id_namespace_name: ::String
254
+ SENSITIVE: []
255
+ end
256
+
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
+ attr_accessor id_namespace_name: ::String
263
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
264
+ attr_accessor role_arn: ::String
265
+ attr_accessor tags: ::Hash[::String, ::String]
266
+ attr_accessor type: ("SOURCE" | "TARGET")
267
+ attr_accessor updated_at: ::Time
268
+ SENSITIVE: []
269
+ end
270
+
160
271
  class GetMatchIdInput
272
+ attr_accessor apply_normalization: bool
161
273
  attr_accessor record: ::Hash[::String, ::String]
162
274
  attr_accessor workflow_name: ::String
163
275
  SENSITIVE: [:record]
@@ -165,6 +277,7 @@ module Aws::EntityResolution
165
277
 
166
278
  class GetMatchIdOutput
167
279
  attr_accessor match_id: ::String
280
+ attr_accessor match_rule: ::String
168
281
  SENSITIVE: []
169
282
  end
170
283
 
@@ -179,6 +292,7 @@ module Aws::EntityResolution
179
292
  attr_accessor error_details: Types::ErrorDetails
180
293
  attr_accessor job_id: ::String
181
294
  attr_accessor metrics: Types::JobMetrics
295
+ attr_accessor output_source_config: ::Array[Types::JobOutputSource]
182
296
  attr_accessor start_time: ::Time
183
297
  attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
184
298
  SENSITIVE: []
@@ -204,6 +318,18 @@ module Aws::EntityResolution
204
318
  SENSITIVE: []
205
319
  end
206
320
 
321
+ class GetPolicyInput
322
+ attr_accessor arn: ::String
323
+ SENSITIVE: []
324
+ end
325
+
326
+ class GetPolicyOutput
327
+ attr_accessor arn: ::String
328
+ attr_accessor policy: ::String
329
+ attr_accessor token: ::String
330
+ SENSITIVE: []
331
+ end
332
+
207
333
  class GetProviderServiceInput
208
334
  attr_accessor provider_name: ::String
209
335
  attr_accessor provider_service_name: ::String
@@ -212,10 +338,13 @@ module Aws::EntityResolution
212
338
 
213
339
  class GetProviderServiceOutput
214
340
  attr_accessor anonymized_output: bool
341
+ attr_accessor provider_component_schema: Types::ProviderComponentSchema
215
342
  attr_accessor provider_configuration_definition: untyped
216
343
  attr_accessor provider_endpoint_configuration: Types::ProviderEndpointConfiguration
217
344
  attr_accessor provider_entity_output_definition: untyped
345
+ attr_accessor provider_id_name_space_configuration: Types::ProviderIdNameSpaceConfiguration
218
346
  attr_accessor provider_intermediate_data_access_configuration: Types::ProviderIntermediateDataAccessConfiguration
347
+ attr_accessor provider_job_configuration: untyped
219
348
  attr_accessor provider_name: ::String
220
349
  attr_accessor provider_service_arn: ::String
221
350
  attr_accessor provider_service_display_name: ::String
@@ -248,6 +377,13 @@ module Aws::EntityResolution
248
377
  SENSITIVE: []
249
378
  end
250
379
 
380
+ class IdMappingJobOutputSource
381
+ attr_accessor kms_arn: ::String
382
+ attr_accessor output_s3_path: ::String
383
+ attr_accessor role_arn: ::String
384
+ SENSITIVE: []
385
+ end
386
+
251
387
  class IdMappingTechniques
252
388
  attr_accessor id_mapping_type: ("PROVIDER")
253
389
  attr_accessor provider_properties: Types::ProviderProperties
@@ -257,6 +393,7 @@ module Aws::EntityResolution
257
393
  class IdMappingWorkflowInputSource
258
394
  attr_accessor input_source_arn: ::String
259
395
  attr_accessor schema_name: ::String
396
+ attr_accessor type: ("SOURCE" | "TARGET")
260
397
  SENSITIVE: []
261
398
  end
262
399
 
@@ -274,6 +411,28 @@ module Aws::EntityResolution
274
411
  SENSITIVE: []
275
412
  end
276
413
 
414
+ class IdNamespaceIdMappingWorkflowProperties
415
+ attr_accessor id_mapping_type: ("PROVIDER")
416
+ attr_accessor provider_properties: Types::NamespaceProviderProperties
417
+ SENSITIVE: []
418
+ end
419
+
420
+ class IdNamespaceInputSource
421
+ attr_accessor input_source_arn: ::String
422
+ attr_accessor schema_name: ::String
423
+ SENSITIVE: []
424
+ end
425
+
426
+ class IdNamespaceSummary
427
+ attr_accessor created_at: ::Time
428
+ attr_accessor description: ::String
429
+ attr_accessor id_namespace_arn: ::String
430
+ attr_accessor id_namespace_name: ::String
431
+ attr_accessor type: ("SOURCE" | "TARGET")
432
+ attr_accessor updated_at: ::Time
433
+ SENSITIVE: []
434
+ end
435
+
277
436
  class IncrementalRunConfig
278
437
  attr_accessor incremental_run_type: ("IMMEDIATE")
279
438
  SENSITIVE: []
@@ -304,6 +463,13 @@ module Aws::EntityResolution
304
463
  SENSITIVE: []
305
464
  end
306
465
 
466
+ class JobOutputSource
467
+ attr_accessor kms_arn: ::String
468
+ attr_accessor output_s3_path: ::String
469
+ attr_accessor role_arn: ::String
470
+ SENSITIVE: []
471
+ end
472
+
307
473
  class JobSummary
308
474
  attr_accessor end_time: ::Time
309
475
  attr_accessor job_id: ::String
@@ -337,6 +503,18 @@ module Aws::EntityResolution
337
503
  SENSITIVE: []
338
504
  end
339
505
 
506
+ class ListIdNamespacesInput
507
+ attr_accessor max_results: ::Integer
508
+ attr_accessor next_token: ::String
509
+ SENSITIVE: []
510
+ end
511
+
512
+ class ListIdNamespacesOutput
513
+ attr_accessor id_namespace_summaries: ::Array[Types::IdNamespaceSummary]
514
+ attr_accessor next_token: ::String
515
+ SENSITIVE: []
516
+ end
517
+
340
518
  class ListMatchingJobsInput
341
519
  attr_accessor max_results: ::Integer
342
520
  attr_accessor next_token: ::String
@@ -406,6 +584,12 @@ module Aws::EntityResolution
406
584
  SENSITIVE: []
407
585
  end
408
586
 
587
+ class NamespaceProviderProperties
588
+ attr_accessor provider_configuration: untyped
589
+ attr_accessor provider_service_arn: ::String
590
+ SENSITIVE: []
591
+ end
592
+
409
593
  class OutputAttribute
410
594
  attr_accessor hashed: bool
411
595
  attr_accessor name: ::String
@@ -420,6 +604,12 @@ module Aws::EntityResolution
420
604
  SENSITIVE: []
421
605
  end
422
606
 
607
+ class ProviderComponentSchema
608
+ attr_accessor provider_schema_attributes: ::Array[Types::ProviderSchemaAttribute]
609
+ attr_accessor schemas: ::Array[::Array[::String]]
610
+ SENSITIVE: []
611
+ end
612
+
423
613
  class ProviderEndpointConfiguration
424
614
  attr_accessor marketplace_configuration: Types::ProviderMarketplaceConfiguration
425
615
  attr_accessor unknown: untyped
@@ -431,6 +621,13 @@ module Aws::EntityResolution
431
621
  end
432
622
  end
433
623
 
624
+ class ProviderIdNameSpaceConfiguration
625
+ attr_accessor description: ::String
626
+ attr_accessor provider_source_configuration_definition: untyped
627
+ attr_accessor provider_target_configuration_definition: untyped
628
+ SENSITIVE: []
629
+ end
630
+
434
631
  class ProviderIntermediateDataAccessConfiguration
435
632
  attr_accessor aws_account_ids: ::Array[::String]
436
633
  attr_accessor required_bucket_actions: ::Array[::String]
@@ -452,6 +649,14 @@ module Aws::EntityResolution
452
649
  SENSITIVE: []
453
650
  end
454
651
 
652
+ class ProviderSchemaAttribute
653
+ attr_accessor field_name: ::String
654
+ attr_accessor hashing: bool
655
+ attr_accessor sub_type: ::String
656
+ 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")
657
+ SENSITIVE: []
658
+ end
659
+
455
660
  class ProviderServiceSummary
456
661
  attr_accessor provider_name: ::String
457
662
  attr_accessor provider_service_arn: ::String
@@ -461,6 +666,20 @@ module Aws::EntityResolution
461
666
  SENSITIVE: []
462
667
  end
463
668
 
669
+ class PutPolicyInput
670
+ attr_accessor arn: ::String
671
+ attr_accessor policy: ::String
672
+ attr_accessor token: ::String
673
+ SENSITIVE: []
674
+ end
675
+
676
+ class PutPolicyOutput
677
+ attr_accessor arn: ::String
678
+ attr_accessor policy: ::String
679
+ attr_accessor token: ::String
680
+ SENSITIVE: []
681
+ end
682
+
464
683
  class ResolutionTechniques
465
684
  attr_accessor provider_properties: Types::ProviderProperties
466
685
  attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
@@ -504,12 +723,14 @@ module Aws::EntityResolution
504
723
  end
505
724
 
506
725
  class StartIdMappingJobInput
726
+ attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
507
727
  attr_accessor workflow_name: ::String
508
728
  SENSITIVE: []
509
729
  end
510
730
 
511
731
  class StartIdMappingJobOutput
512
732
  attr_accessor job_id: ::String
733
+ attr_accessor output_source_config: ::Array[Types::IdMappingJobOutputSource]
513
734
  SENSITIVE: []
514
735
  end
515
736
 
@@ -567,6 +788,28 @@ module Aws::EntityResolution
567
788
  SENSITIVE: []
568
789
  end
569
790
 
791
+ class UpdateIdNamespaceInput
792
+ attr_accessor description: ::String
793
+ attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
794
+ attr_accessor id_namespace_name: ::String
795
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
796
+ attr_accessor role_arn: ::String
797
+ SENSITIVE: []
798
+ end
799
+
800
+ class UpdateIdNamespaceOutput
801
+ attr_accessor created_at: ::Time
802
+ attr_accessor description: ::String
803
+ attr_accessor id_mapping_workflow_properties: ::Array[Types::IdNamespaceIdMappingWorkflowProperties]
804
+ attr_accessor id_namespace_arn: ::String
805
+ attr_accessor id_namespace_name: ::String
806
+ attr_accessor input_source_config: ::Array[Types::IdNamespaceInputSource]
807
+ attr_accessor role_arn: ::String
808
+ attr_accessor type: ("SOURCE" | "TARGET")
809
+ attr_accessor updated_at: ::Time
810
+ SENSITIVE: []
811
+ end
812
+
570
813
  class UpdateMatchingWorkflowInput
571
814
  attr_accessor description: ::String
572
815
  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.8.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core