aws-sdk-entityresolution 1.47.0 → 1.49.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 +6 -8
- data/lib/aws-sdk-entityresolution.rb +1 -1
- data/sig/client.rbs +20 -202
- data/sig/params.rbs +117 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a74b80bff9b05e4232d9524f4fb6378a85be599d365c21b78aafe5c6f8d2d304
|
|
4
|
+
data.tar.gz: 12eb3a00a4ec26e2d1e53a23b71d8dd4cb8119581879e749533ff28dd214f9e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8925dd071d850c9ff907de561c30087109e82f5cf9bb3aa960f8f980da1174d70466121bdae5a4fd815b4334e1cb182b418800bfcf46d06103772c74b878891a
|
|
7
|
+
data.tar.gz: 8979cab496bdc805bc0f73fb8f639db67d21bc8eccb383b778eb6f59d8216d222ba8514602b495f35cb6f835e837493e041db85458b1acc6a57f3e4ae376d2ab
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.49.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.48.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.47.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.49.0
|
|
@@ -199,7 +199,7 @@ module Aws::EntityResolution
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::EntityResolution
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2826,7 +2824,7 @@ module Aws::EntityResolution
|
|
|
2826
2824
|
tracer: tracer
|
|
2827
2825
|
)
|
|
2828
2826
|
context[:gem_name] = 'aws-sdk-entityresolution'
|
|
2829
|
-
context[:gem_version] = '1.
|
|
2827
|
+
context[:gem_version] = '1.49.0'
|
|
2830
2828
|
Seahorse::Client::Request.new(handlers, context)
|
|
2831
2829
|
end
|
|
2832
2830
|
|
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.
|
|
4
|
+
version: 1.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|