aws-sdk-entityresolution 1.47.0 → 1.48.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dea5ac07bdd1da51030165ad30b752b35de1ba58720fb740fa9664785a74f050
4
- data.tar.gz: b6beefbeb52262a02c9cfb0b70bb49798877b2130ca0e567d9066bca00ee79a3
3
+ metadata.gz: 4b7e06b920176a7a12622f7dd46a0806d1f882e687c56185c2e76fd1b45e393f
4
+ data.tar.gz: 29b6564416ff7e3c79e971fac78b71f0fe1c45770270761b53743b36c47831af
5
5
  SHA512:
6
- metadata.gz: 297cbc397cbae9828782fe511b63801d420f27004077875e61b7d330dc174d8fbd008ebf487f81d4ca11c862f8ce1c7a185893238c7faefcdf5c7de957c42f4d
7
- data.tar.gz: 34a4e314d918abbe357a0f4db315967293543cfc4eaed7585ab4c584c1302e1a7f112a3861f249e26f80646d65fe9fdba11d2dc1485d6174d435a2d7b4949fe8
6
+ metadata.gz: 56f87e37db7d253d009cd1e7f4a3fa5ea640db799391d8d37c347abdd97e609f83ecc7a1613935650d4def4862c273f0efd618c99927ec519e84da88054b2fa6
7
+ data.tar.gz: b0b4fc6877571636fea3b1a8339208e2698fb4314bd4366036eeb82e4a30b1aaf2266185497e3cf8beb17f326f848658ebb16994d211e72f548f6d855faa11b9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.47.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -2826,7 +2826,7 @@ module Aws::EntityResolution
2826
2826
  tracer: tracer
2827
2827
  )
2828
2828
  context[:gem_name] = 'aws-sdk-entityresolution'
2829
- context[:gem_version] = '1.47.0'
2829
+ context[:gem_version] = '1.48.0'
2830
2830
  Seahorse::Client::Request.new(handlers, context)
2831
2831
  end
2832
2832
 
@@ -54,7 +54,7 @@ module Aws::EntityResolution
54
54
  autoload :EndpointProvider, 'aws-sdk-entityresolution/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-entityresolution/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -130,36 +130,15 @@ module Aws
130
130
  input_source_arn: ::String,
131
131
  schema_name: ::String?,
132
132
  type: ("SOURCE" | "TARGET")?
133
- },
133
+ }
134
134
  ],
135
135
  ?output_source_config: Array[
136
136
  {
137
137
  kms_arn: ::String?,
138
138
  output_s3_path: ::String
139
- },
139
+ }
140
140
  ],
141
- id_mapping_techniques: {
142
- id_mapping_type: ("PROVIDER" | "RULE_BASED"),
143
- rule_based_properties: {
144
- rules: Array[
145
- {
146
- rule_name: ::String,
147
- matching_keys: Array[::String]
148
- },
149
- ]?,
150
- rule_definition_type: ("SOURCE" | "TARGET"),
151
- attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
152
- record_matching_model: ("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")
153
- }?,
154
- provider_properties: {
155
- provider_service_arn: ::String,
156
- provider_configuration: {
157
- }?,
158
- intermediate_source_configuration: {
159
- intermediate_s3_path: ::String
160
- }?
161
- }?
162
- },
141
+ id_mapping_techniques: Params::id_mapping_techniques,
163
142
  ?incremental_run_config: {
164
143
  incremental_run_type: ("ON_DEMAND")?
165
144
  },
@@ -189,28 +168,10 @@ module Aws
189
168
  {
190
169
  input_source_arn: ::String,
191
170
  schema_name: ::String?
192
- },
171
+ }
193
172
  ],
194
173
  ?id_mapping_workflow_properties: Array[
195
- {
196
- id_mapping_type: ("PROVIDER" | "RULE_BASED"),
197
- rule_based_properties: {
198
- rules: Array[
199
- {
200
- rule_name: ::String,
201
- matching_keys: Array[::String]
202
- },
203
- ]?,
204
- rule_definition_types: Array[("SOURCE" | "TARGET")]?,
205
- attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY")?,
206
- record_matching_models: Array[("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")]?
207
- }?,
208
- provider_properties: {
209
- provider_service_arn: ::String,
210
- provider_configuration: {
211
- }?
212
- }?
213
- },
174
+ Params::id_namespace_id_mapping_workflow_properties
214
175
  ],
215
176
  type: ("SOURCE" | "TARGET"),
216
177
  ?role_arn: ::String,
@@ -238,57 +199,12 @@ module Aws
238
199
  input_source_arn: ::String,
239
200
  schema_name: ::String,
240
201
  apply_normalization: bool?
241
- },
202
+ }
242
203
  ],
243
204
  output_source_config: Array[
244
- {
245
- kms_arn: ::String?,
246
- output_s3_path: ::String?,
247
- output: Array[
248
- {
249
- name: ::String,
250
- hashed: bool?
251
- },
252
- ],
253
- apply_normalization: bool?,
254
- customer_profiles_integration_config: {
255
- domain_arn: ::String,
256
- object_type_arn: ::String
257
- }?
258
- },
205
+ Params::output_source
259
206
  ],
260
- resolution_techniques: {
261
- resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER"),
262
- rule_based_properties: {
263
- rules: Array[
264
- {
265
- rule_name: ::String,
266
- matching_keys: Array[::String]
267
- },
268
- ],
269
- attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
270
- match_purpose: ("IDENTIFIER_GENERATION" | "INDEXING")?
271
- }?,
272
- rule_condition_properties: {
273
- rules: Array[
274
- {
275
- rule_name: ::String,
276
- condition: ::String
277
- },
278
- ],
279
- matching_config: {
280
- enable_transitive_matching: bool?
281
- }?
282
- }?,
283
- provider_properties: {
284
- provider_service_arn: ::String,
285
- provider_configuration: {
286
- }?,
287
- intermediate_source_configuration: {
288
- intermediate_s3_path: ::String
289
- }?
290
- }?
291
- },
207
+ resolution_techniques: Params::resolution_techniques,
292
208
  ?incremental_run_config: {
293
209
  incremental_run_type: ("IMMEDIATE")?
294
210
  },
@@ -309,14 +225,7 @@ module Aws
309
225
  schema_name: ::String,
310
226
  ?description: ::String,
311
227
  mapped_input_fields: Array[
312
- {
313
- field_name: ::String,
314
- 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"),
315
- group_name: ::String?,
316
- match_key: ::String?,
317
- sub_type: ::String?,
318
- hashed: bool?
319
- },
228
+ Params::schema_input_attribute
320
229
  ],
321
230
  ?tags: Hash[::String, ::String]
322
231
  ) -> _CreateSchemaMappingResponseSuccess
@@ -388,7 +297,7 @@ module Aws
388
297
  input_source_arn: ::String,
389
298
  unique_id: ::String,
390
299
  record_attribute_map: Hash[::String, ::String]
391
- },
300
+ }
392
301
  ],
393
302
  ?processing_type: ("CONSISTENT" | "EVENTUAL" | "EVENTUAL_NO_LOOKUP")
394
303
  ) -> _GenerateMatchIdResponseSuccess
@@ -678,7 +587,7 @@ module Aws
678
587
  role_arn: ::String,
679
588
  output_s3_path: ::String,
680
589
  kms_arn: ::String?
681
- },
590
+ }
682
591
  ],
683
592
  ?job_type: ("BATCH" | "INCREMENTAL" | "DELETE_ONLY")
684
593
  ) -> _StartIdMappingJobResponseSuccess
@@ -734,36 +643,15 @@ module Aws
734
643
  input_source_arn: ::String,
735
644
  schema_name: ::String?,
736
645
  type: ("SOURCE" | "TARGET")?
737
- },
646
+ }
738
647
  ],
739
648
  ?output_source_config: Array[
740
649
  {
741
650
  kms_arn: ::String?,
742
651
  output_s3_path: ::String
743
- },
652
+ }
744
653
  ],
745
- id_mapping_techniques: {
746
- id_mapping_type: ("PROVIDER" | "RULE_BASED"),
747
- rule_based_properties: {
748
- rules: Array[
749
- {
750
- rule_name: ::String,
751
- matching_keys: Array[::String]
752
- },
753
- ]?,
754
- rule_definition_type: ("SOURCE" | "TARGET"),
755
- attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
756
- record_matching_model: ("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")
757
- }?,
758
- provider_properties: {
759
- provider_service_arn: ::String,
760
- provider_configuration: {
761
- }?,
762
- intermediate_source_configuration: {
763
- intermediate_s3_path: ::String
764
- }?
765
- }?
766
- },
654
+ id_mapping_techniques: Params::id_mapping_techniques,
767
655
  ?incremental_run_config: {
768
656
  incremental_run_type: ("ON_DEMAND")?
769
657
  },
@@ -791,28 +679,10 @@ module Aws
791
679
  {
792
680
  input_source_arn: ::String,
793
681
  schema_name: ::String?
794
- },
682
+ }
795
683
  ],
796
684
  ?id_mapping_workflow_properties: Array[
797
- {
798
- id_mapping_type: ("PROVIDER" | "RULE_BASED"),
799
- rule_based_properties: {
800
- rules: Array[
801
- {
802
- rule_name: ::String,
803
- matching_keys: Array[::String]
804
- },
805
- ]?,
806
- rule_definition_types: Array[("SOURCE" | "TARGET")]?,
807
- attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY")?,
808
- record_matching_models: Array[("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")]?
809
- }?,
810
- provider_properties: {
811
- provider_service_arn: ::String,
812
- provider_configuration: {
813
- }?
814
- }?
815
- },
685
+ Params::id_namespace_id_mapping_workflow_properties
816
686
  ],
817
687
  ?role_arn: ::String
818
688
  ) -> _UpdateIdNamespaceResponseSuccess
@@ -837,57 +707,12 @@ module Aws
837
707
  input_source_arn: ::String,
838
708
  schema_name: ::String,
839
709
  apply_normalization: bool?
840
- },
710
+ }
841
711
  ],
842
712
  output_source_config: Array[
843
- {
844
- kms_arn: ::String?,
845
- output_s3_path: ::String?,
846
- output: Array[
847
- {
848
- name: ::String,
849
- hashed: bool?
850
- },
851
- ],
852
- apply_normalization: bool?,
853
- customer_profiles_integration_config: {
854
- domain_arn: ::String,
855
- object_type_arn: ::String
856
- }?
857
- },
713
+ Params::output_source
858
714
  ],
859
- resolution_techniques: {
860
- resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER"),
861
- rule_based_properties: {
862
- rules: Array[
863
- {
864
- rule_name: ::String,
865
- matching_keys: Array[::String]
866
- },
867
- ],
868
- attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
869
- match_purpose: ("IDENTIFIER_GENERATION" | "INDEXING")?
870
- }?,
871
- rule_condition_properties: {
872
- rules: Array[
873
- {
874
- rule_name: ::String,
875
- condition: ::String
876
- },
877
- ],
878
- matching_config: {
879
- enable_transitive_matching: bool?
880
- }?
881
- }?,
882
- provider_properties: {
883
- provider_service_arn: ::String,
884
- provider_configuration: {
885
- }?,
886
- intermediate_source_configuration: {
887
- intermediate_s3_path: ::String
888
- }?
889
- }?
890
- },
715
+ resolution_techniques: Params::resolution_techniques,
891
716
  ?incremental_run_config: {
892
717
  incremental_run_type: ("IMMEDIATE")?
893
718
  },
@@ -907,14 +732,7 @@ module Aws
907
732
  schema_name: ::String,
908
733
  ?description: ::String,
909
734
  mapped_input_fields: Array[
910
- {
911
- field_name: ::String,
912
- 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"),
913
- group_name: ::String?,
914
- match_key: ::String?,
915
- sub_type: ::String?,
916
- hashed: bool?
917
- },
735
+ Params::schema_input_attribute
918
736
  ]
919
737
  ) -> _UpdateSchemaMappingResponseSuccess
920
738
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSchemaMappingResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,117 @@
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
+ module Params
11
+ type id_mapping_rule_based_properties = {
12
+ rules: Array[
13
+ {
14
+ rule_name: ::String,
15
+ matching_keys: Array[::String]
16
+ }
17
+ ]?,
18
+ rule_definition_type: ("SOURCE" | "TARGET"),
19
+ attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
20
+ record_matching_model: ("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")
21
+ }
22
+
23
+ type provider_properties = {
24
+ provider_service_arn: ::String,
25
+ provider_configuration: {
26
+ }?,
27
+ intermediate_source_configuration: {
28
+ intermediate_s3_path: ::String
29
+ }?
30
+ }
31
+
32
+ type id_mapping_techniques = {
33
+ id_mapping_type: ("PROVIDER" | "RULE_BASED"),
34
+ rule_based_properties: Params::id_mapping_rule_based_properties?,
35
+ provider_properties: Params::provider_properties?
36
+ }
37
+
38
+ type namespace_rule_based_properties = {
39
+ rules: Array[
40
+ {
41
+ rule_name: ::String,
42
+ matching_keys: Array[::String]
43
+ }
44
+ ]?,
45
+ rule_definition_types: Array[("SOURCE" | "TARGET")]?,
46
+ attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY")?,
47
+ record_matching_models: Array[("ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET")]?
48
+ }
49
+
50
+ type id_namespace_id_mapping_workflow_properties = {
51
+ id_mapping_type: ("PROVIDER" | "RULE_BASED"),
52
+ rule_based_properties: Params::namespace_rule_based_properties?,
53
+ provider_properties: {
54
+ provider_service_arn: ::String,
55
+ provider_configuration: {
56
+ }?
57
+ }?
58
+ }
59
+
60
+ type output_source = {
61
+ kms_arn: ::String?,
62
+ output_s3_path: ::String?,
63
+ output: Array[
64
+ {
65
+ name: ::String,
66
+ hashed: bool?
67
+ }
68
+ ],
69
+ apply_normalization: bool?,
70
+ customer_profiles_integration_config: {
71
+ domain_arn: ::String,
72
+ object_type_arn: ::String
73
+ }?
74
+ }
75
+
76
+ type rule_based_properties = {
77
+ rules: Array[
78
+ {
79
+ rule_name: ::String,
80
+ matching_keys: Array[::String]
81
+ }
82
+ ],
83
+ attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY"),
84
+ match_purpose: ("IDENTIFIER_GENERATION" | "INDEXING")?
85
+ }
86
+
87
+ type rule_condition_properties = {
88
+ rules: Array[
89
+ {
90
+ rule_name: ::String,
91
+ condition: ::String
92
+ }
93
+ ],
94
+ matching_config: {
95
+ enable_transitive_matching: bool?
96
+ }?
97
+ }
98
+
99
+ type resolution_techniques = {
100
+ resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER"),
101
+ rule_based_properties: Params::rule_based_properties?,
102
+ rule_condition_properties: Params::rule_condition_properties?,
103
+ provider_properties: Params::provider_properties?
104
+ }
105
+
106
+ type schema_input_attribute = {
107
+ field_name: ::String,
108
+ 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"),
109
+ group_name: ::String?,
110
+ match_key: ::String?,
111
+ sub_type: ::String?,
112
+ hashed: bool?
113
+ }
114
+
115
+ end
116
+ end
117
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-entityresolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-entityresolution/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs