@aws-sdk/client-entityresolution 3.616.0 → 3.620.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.
Files changed (43) hide show
  1. package/dist-cjs/index.js +29 -5
  2. package/dist-es/models/models_0.js +13 -0
  3. package/dist-es/protocols/Aws_restJson1.js +5 -0
  4. package/dist-types/commands/AddPolicyStatementCommand.d.ts +6 -15
  5. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -7
  6. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +36 -19
  7. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +42 -17
  8. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +8 -15
  9. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +8 -15
  10. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +5 -13
  11. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +4 -11
  12. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +5 -13
  13. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +6 -15
  14. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +5 -13
  15. package/dist-types/commands/GetIdMappingJobCommand.d.ts +8 -13
  16. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +20 -15
  17. package/dist-types/commands/GetIdNamespaceCommand.d.ts +23 -14
  18. package/dist-types/commands/GetMatchIdCommand.d.ts +5 -13
  19. package/dist-types/commands/GetMatchingJobCommand.d.ts +5 -13
  20. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +6 -13
  21. package/dist-types/commands/GetPolicyCommand.d.ts +5 -13
  22. package/dist-types/commands/GetProviderServiceCommand.d.ts +5 -13
  23. package/dist-types/commands/GetSchemaMappingCommand.d.ts +6 -13
  24. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +5 -13
  25. package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +4 -11
  26. package/dist-types/commands/ListIdNamespacesCommand.d.ts +9 -11
  27. package/dist-types/commands/ListMatchingJobsCommand.d.ts +5 -13
  28. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +4 -11
  29. package/dist-types/commands/ListProviderServicesCommand.d.ts +4 -11
  30. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +4 -11
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -7
  32. package/dist-types/commands/PutPolicyCommand.d.ts +6 -15
  33. package/dist-types/commands/StartIdMappingJobCommand.d.ts +7 -17
  34. package/dist-types/commands/StartMatchingJobCommand.d.ts +7 -17
  35. package/dist-types/commands/TagResourceCommand.d.ts +3 -7
  36. package/dist-types/commands/UntagResourceCommand.d.ts +2 -4
  37. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +35 -17
  38. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +41 -15
  39. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +7 -13
  40. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +8 -15
  41. package/dist-types/models/models_0.d.ts +265 -77
  42. package/dist-types/ts3.4/models/models_0.d.ts +50 -9
  43. package/package.json +18 -18
package/dist-cjs/index.js CHANGED
@@ -52,6 +52,7 @@ __export(src_exports, {
52
52
  GetProviderServiceCommand: () => GetProviderServiceCommand,
53
53
  GetSchemaMappingCommand: () => GetSchemaMappingCommand,
54
54
  IdMappingType: () => IdMappingType,
55
+ IdMappingWorkflowRuleDefinitionType: () => IdMappingWorkflowRuleDefinitionType,
55
56
  IdNamespaceType: () => IdNamespaceType,
56
57
  IncrementalRunType: () => IncrementalRunType,
57
58
  InternalServerException: () => InternalServerException,
@@ -64,8 +65,10 @@ __export(src_exports, {
64
65
  ListProviderServicesCommand: () => ListProviderServicesCommand,
65
66
  ListSchemaMappingsCommand: () => ListSchemaMappingsCommand,
66
67
  ListTagsForResourceCommand: () => ListTagsForResourceCommand,
68
+ MatchPurpose: () => MatchPurpose,
67
69
  ProviderEndpointConfiguration: () => ProviderEndpointConfiguration,
68
70
  PutPolicyCommand: () => PutPolicyCommand,
71
+ RecordMatchingModel: () => RecordMatchingModel,
69
72
  ResolutionType: () => ResolutionType,
70
73
  ResourceNotFoundException: () => ResourceNotFoundException,
71
74
  SchemaAttributeType: () => SchemaAttributeType,
@@ -387,7 +390,16 @@ var DeleteUniqueIdStatus = {
387
390
  COMPLETED: "COMPLETED"
388
391
  };
389
392
  var IdMappingType = {
390
- PROVIDER: "PROVIDER"
393
+ PROVIDER: "PROVIDER",
394
+ RULE_BASED: "RULE_BASED"
395
+ };
396
+ var RecordMatchingModel = {
397
+ MANY_SOURCE_TO_ONE_TARGET: "MANY_SOURCE_TO_ONE_TARGET",
398
+ ONE_SOURCE_TO_ONE_TARGET: "ONE_SOURCE_TO_ONE_TARGET"
399
+ };
400
+ var IdMappingWorkflowRuleDefinitionType = {
401
+ SOURCE: "SOURCE",
402
+ TARGET: "TARGET"
391
403
  };
392
404
  var IdNamespaceType = {
393
405
  SOURCE: "SOURCE",
@@ -420,6 +432,10 @@ var ResolutionType = {
420
432
  PROVIDER: "PROVIDER",
421
433
  RULE_MATCHING: "RULE_MATCHING"
422
434
  };
435
+ var MatchPurpose = {
436
+ IDENTIFIER_GENERATION: "IDENTIFIER_GENERATION",
437
+ INDEXING: "INDEXING"
438
+ };
423
439
  var SchemaAttributeType = {
424
440
  ADDRESS: "ADDRESS",
425
441
  ADDRESS_CITY: "ADDRESS_CITY",
@@ -1738,13 +1754,15 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1738
1754
  var se_IdMappingTechniques = /* @__PURE__ */ __name((input, context) => {
1739
1755
  return (0, import_smithy_client.take)(input, {
1740
1756
  idMappingType: [],
1741
- providerProperties: (_) => se_ProviderProperties(_, context)
1757
+ providerProperties: (_) => se_ProviderProperties(_, context),
1758
+ ruleBasedProperties: import_smithy_client._json
1742
1759
  });
1743
1760
  }, "se_IdMappingTechniques");
1744
1761
  var se_IdNamespaceIdMappingWorkflowProperties = /* @__PURE__ */ __name((input, context) => {
1745
1762
  return (0, import_smithy_client.take)(input, {
1746
1763
  idMappingType: [],
1747
- providerProperties: (_) => se_NamespaceProviderProperties(_, context)
1764
+ providerProperties: (_) => se_NamespaceProviderProperties(_, context),
1765
+ ruleBasedProperties: import_smithy_client._json
1748
1766
  });
1749
1767
  }, "se_IdNamespaceIdMappingWorkflowProperties");
1750
1768
  var se_IdNamespaceIdMappingWorkflowPropertiesList = /* @__PURE__ */ __name((input, context) => {
@@ -1778,7 +1796,8 @@ var se_Document = /* @__PURE__ */ __name((input, context) => {
1778
1796
  var de_IdMappingTechniques = /* @__PURE__ */ __name((output, context) => {
1779
1797
  return (0, import_smithy_client.take)(output, {
1780
1798
  idMappingType: import_smithy_client.expectString,
1781
- providerProperties: (_) => de_ProviderProperties(_, context)
1799
+ providerProperties: (_) => de_ProviderProperties(_, context),
1800
+ ruleBasedProperties: import_smithy_client._json
1782
1801
  });
1783
1802
  }, "de_IdMappingTechniques");
1784
1803
  var de_IdMappingWorkflowList = /* @__PURE__ */ __name((output, context) => {
@@ -1798,7 +1817,8 @@ var de_IdMappingWorkflowSummary = /* @__PURE__ */ __name((output, context) => {
1798
1817
  var de_IdNamespaceIdMappingWorkflowProperties = /* @__PURE__ */ __name((output, context) => {
1799
1818
  return (0, import_smithy_client.take)(output, {
1800
1819
  idMappingType: import_smithy_client.expectString,
1801
- providerProperties: (_) => de_NamespaceProviderProperties(_, context)
1820
+ providerProperties: (_) => de_NamespaceProviderProperties(_, context),
1821
+ ruleBasedProperties: import_smithy_client._json
1802
1822
  });
1803
1823
  }, "de_IdNamespaceIdMappingWorkflowProperties");
1804
1824
  var de_IdNamespaceIdMappingWorkflowPropertiesList = /* @__PURE__ */ __name((output, context) => {
@@ -1817,6 +1837,7 @@ var de_IdNamespaceSummary = /* @__PURE__ */ __name((output, context) => {
1817
1837
  return (0, import_smithy_client.take)(output, {
1818
1838
  createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1819
1839
  description: import_smithy_client.expectString,
1840
+ idMappingWorkflowProperties: import_smithy_client._json,
1820
1841
  idNamespaceArn: import_smithy_client.expectString,
1821
1842
  idNamespaceName: import_smithy_client.expectString,
1822
1843
  type: import_smithy_client.expectString,
@@ -2638,10 +2659,13 @@ var paginateListSchemaMappings = (0, import_core.createPaginator)(EntityResoluti
2638
2659
  DeleteUniqueIdErrorType,
2639
2660
  DeleteUniqueIdStatus,
2640
2661
  IdMappingType,
2662
+ RecordMatchingModel,
2663
+ IdMappingWorkflowRuleDefinitionType,
2641
2664
  IdNamespaceType,
2642
2665
  ExceedsLimitException,
2643
2666
  IncrementalRunType,
2644
2667
  ResolutionType,
2668
+ MatchPurpose,
2645
2669
  SchemaAttributeType,
2646
2670
  JobStatus,
2647
2671
  ProviderEndpointConfiguration,
@@ -94,6 +94,15 @@ export const DeleteUniqueIdStatus = {
94
94
  };
95
95
  export const IdMappingType = {
96
96
  PROVIDER: "PROVIDER",
97
+ RULE_BASED: "RULE_BASED",
98
+ };
99
+ export const RecordMatchingModel = {
100
+ MANY_SOURCE_TO_ONE_TARGET: "MANY_SOURCE_TO_ONE_TARGET",
101
+ ONE_SOURCE_TO_ONE_TARGET: "ONE_SOURCE_TO_ONE_TARGET",
102
+ };
103
+ export const IdMappingWorkflowRuleDefinitionType = {
104
+ SOURCE: "SOURCE",
105
+ TARGET: "TARGET",
97
106
  };
98
107
  export const IdNamespaceType = {
99
108
  SOURCE: "SOURCE",
@@ -121,6 +130,10 @@ export const ResolutionType = {
121
130
  PROVIDER: "PROVIDER",
122
131
  RULE_MATCHING: "RULE_MATCHING",
123
132
  };
133
+ export const MatchPurpose = {
134
+ IDENTIFIER_GENERATION: "IDENTIFIER_GENERATION",
135
+ INDEXING: "INDEXING",
136
+ };
124
137
  export const SchemaAttributeType = {
125
138
  ADDRESS: "ADDRESS",
126
139
  ADDRESS_CITY: "ADDRESS_CITY",
@@ -1250,12 +1250,14 @@ const se_IdMappingTechniques = (input, context) => {
1250
1250
  return take(input, {
1251
1251
  idMappingType: [],
1252
1252
  providerProperties: (_) => se_ProviderProperties(_, context),
1253
+ ruleBasedProperties: _json,
1253
1254
  });
1254
1255
  };
1255
1256
  const se_IdNamespaceIdMappingWorkflowProperties = (input, context) => {
1256
1257
  return take(input, {
1257
1258
  idMappingType: [],
1258
1259
  providerProperties: (_) => se_NamespaceProviderProperties(_, context),
1260
+ ruleBasedProperties: _json,
1259
1261
  });
1260
1262
  };
1261
1263
  const se_IdNamespaceIdMappingWorkflowPropertiesList = (input, context) => {
@@ -1292,6 +1294,7 @@ const de_IdMappingTechniques = (output, context) => {
1292
1294
  return take(output, {
1293
1295
  idMappingType: __expectString,
1294
1296
  providerProperties: (_) => de_ProviderProperties(_, context),
1297
+ ruleBasedProperties: _json,
1295
1298
  });
1296
1299
  };
1297
1300
  const de_IdMappingWorkflowList = (output, context) => {
@@ -1314,6 +1317,7 @@ const de_IdNamespaceIdMappingWorkflowProperties = (output, context) => {
1314
1317
  return take(output, {
1315
1318
  idMappingType: __expectString,
1316
1319
  providerProperties: (_) => de_NamespaceProviderProperties(_, context),
1320
+ ruleBasedProperties: _json,
1317
1321
  });
1318
1322
  };
1319
1323
  const de_IdNamespaceIdMappingWorkflowPropertiesList = (output, context) => {
@@ -1336,6 +1340,7 @@ const de_IdNamespaceSummary = (output, context) => {
1336
1340
  return take(output, {
1337
1341
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1338
1342
  description: __expectString,
1343
+ idMappingWorkflowProperties: _json,
1339
1344
  idNamespaceArn: __expectString,
1340
1345
  idNamespaceName: __expectString,
1341
1346
  type: __expectString,
@@ -64,34 +64,25 @@ declare const AddPolicyStatementCommand_base: {
64
64
  * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
65
65
  *
66
66
  * @throws {@link AccessDeniedException} (client fault)
67
- * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
68
- * 403</code>
69
- * </p>
67
+ * <p>You do not have sufficient access to perform this action. </p>
70
68
  *
71
69
  * @throws {@link ConflictException} (client fault)
72
70
  * <p>The request could not be processed because of conflict in the current state of the
73
71
  * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
74
- * running, etc. <code>HTTP Status Code: 400</code>
75
- * </p>
72
+ * running, etc. </p>
76
73
  *
77
74
  * @throws {@link InternalServerException} (server fault)
78
75
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
79
- * service. <code>HTTP Status Code: 500</code>
80
- * </p>
76
+ * service. </p>
81
77
  *
82
78
  * @throws {@link ResourceNotFoundException} (client fault)
83
- * <p>The resource could not be found. <code>HTTP Status Code: 404</code>
84
- * </p>
79
+ * <p>The resource could not be found. </p>
85
80
  *
86
81
  * @throws {@link ThrottlingException} (client fault)
87
- * <p>The request was denied due to request throttling. <code>HTTP Status Code:
88
- * 429</code>
89
- * </p>
82
+ * <p>The request was denied due to request throttling. </p>
90
83
  *
91
84
  * @throws {@link ValidationException} (client fault)
92
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
93
- * Status Code: 400</code>
94
- * </p>
85
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
95
86
  *
96
87
  * @throws {@link EntityResolutionServiceException}
97
88
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -71,17 +71,13 @@ declare const BatchDeleteUniqueIdCommand_base: {
71
71
  *
72
72
  * @throws {@link InternalServerException} (server fault)
73
73
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
74
- * service. <code>HTTP Status Code: 500</code>
75
- * </p>
74
+ * service. </p>
76
75
  *
77
76
  * @throws {@link ResourceNotFoundException} (client fault)
78
- * <p>The resource could not be found. <code>HTTP Status Code: 404</code>
79
- * </p>
77
+ * <p>The resource could not be found. </p>
80
78
  *
81
79
  * @throws {@link ValidationException} (client fault)
82
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
83
- * Status Code: 400</code>
84
- * </p>
80
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
85
81
  *
86
82
  * @throws {@link EntityResolutionServiceException}
87
83
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -54,7 +54,20 @@ declare const CreateIdMappingWorkflowCommand_base: {
54
54
  * },
55
55
  * ],
56
56
  * idMappingTechniques: { // IdMappingTechniques
57
- * idMappingType: "PROVIDER", // required
57
+ * idMappingType: "PROVIDER" || "RULE_BASED", // required
58
+ * ruleBasedProperties: { // IdMappingRuleBasedProperties
59
+ * rules: [ // RuleList
60
+ * { // Rule
61
+ * ruleName: "STRING_VALUE", // required
62
+ * matchingKeys: [ // MatchingKeys // required
63
+ * "STRING_VALUE",
64
+ * ],
65
+ * },
66
+ * ],
67
+ * ruleDefinitionType: "SOURCE" || "TARGET", // required
68
+ * attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
69
+ * recordMatchingModel: "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET", // required
70
+ * },
58
71
  * providerProperties: { // ProviderProperties
59
72
  * providerServiceArn: "STRING_VALUE", // required
60
73
  * providerConfiguration: "DOCUMENT_VALUE",
@@ -63,7 +76,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
63
76
  * },
64
77
  * },
65
78
  * },
66
- * roleArn: "STRING_VALUE", // required
79
+ * roleArn: "STRING_VALUE",
67
80
  * tags: { // TagMap
68
81
  * "<keys>": "STRING_VALUE",
69
82
  * },
@@ -88,7 +101,20 @@ declare const CreateIdMappingWorkflowCommand_base: {
88
101
  * // },
89
102
  * // ],
90
103
  * // idMappingTechniques: { // IdMappingTechniques
91
- * // idMappingType: "PROVIDER", // required
104
+ * // idMappingType: "PROVIDER" || "RULE_BASED", // required
105
+ * // ruleBasedProperties: { // IdMappingRuleBasedProperties
106
+ * // rules: [ // RuleList
107
+ * // { // Rule
108
+ * // ruleName: "STRING_VALUE", // required
109
+ * // matchingKeys: [ // MatchingKeys // required
110
+ * // "STRING_VALUE",
111
+ * // ],
112
+ * // },
113
+ * // ],
114
+ * // ruleDefinitionType: "SOURCE" || "TARGET", // required
115
+ * // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
116
+ * // recordMatchingModel: "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET", // required
117
+ * // },
92
118
  * // providerProperties: { // ProviderProperties
93
119
  * // providerServiceArn: "STRING_VALUE", // required
94
120
  * // providerConfiguration: "DOCUMENT_VALUE",
@@ -97,7 +123,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
97
123
  * // },
98
124
  * // },
99
125
  * // },
100
- * // roleArn: "STRING_VALUE", // required
126
+ * // roleArn: "STRING_VALUE",
101
127
  * // };
102
128
  *
103
129
  * ```
@@ -109,36 +135,27 @@ declare const CreateIdMappingWorkflowCommand_base: {
109
135
  * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
110
136
  *
111
137
  * @throws {@link AccessDeniedException} (client fault)
112
- * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
113
- * 403</code>
114
- * </p>
138
+ * <p>You do not have sufficient access to perform this action. </p>
115
139
  *
116
140
  * @throws {@link ConflictException} (client fault)
117
141
  * <p>The request could not be processed because of conflict in the current state of the
118
142
  * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
119
- * running, etc. <code>HTTP Status Code: 400</code>
120
- * </p>
143
+ * running, etc. </p>
121
144
  *
122
145
  * @throws {@link ExceedsLimitException} (client fault)
123
146
  * <p>The request was rejected because it attempted to create resources beyond the current
124
147
  * Entity Resolution account limits. The error message describes the limit exceeded.
125
- * <code>HTTP Status Code: 402</code>
126
- * </p>
148
+ * </p>
127
149
  *
128
150
  * @throws {@link InternalServerException} (server fault)
129
151
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
130
- * service. <code>HTTP Status Code: 500</code>
131
- * </p>
152
+ * service. </p>
132
153
  *
133
154
  * @throws {@link ThrottlingException} (client fault)
134
- * <p>The request was denied due to request throttling. <code>HTTP Status Code:
135
- * 429</code>
136
- * </p>
155
+ * <p>The request was denied due to request throttling. </p>
137
156
  *
138
157
  * @throws {@link ValidationException} (client fault)
139
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
140
- * Status Code: 400</code>
141
- * </p>
158
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
142
159
  *
143
160
  * @throws {@link EntityResolutionServiceException}
144
161
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -47,7 +47,24 @@ declare const CreateIdNamespaceCommand_base: {
47
47
  * ],
48
48
  * idMappingWorkflowProperties: [ // IdNamespaceIdMappingWorkflowPropertiesList
49
49
  * { // IdNamespaceIdMappingWorkflowProperties
50
- * idMappingType: "PROVIDER", // required
50
+ * idMappingType: "PROVIDER" || "RULE_BASED", // required
51
+ * ruleBasedProperties: { // NamespaceRuleBasedProperties
52
+ * rules: [ // RuleList
53
+ * { // Rule
54
+ * ruleName: "STRING_VALUE", // required
55
+ * matchingKeys: [ // MatchingKeys // required
56
+ * "STRING_VALUE",
57
+ * ],
58
+ * },
59
+ * ],
60
+ * ruleDefinitionTypes: [ // IdMappingWorkflowRuleDefinitionTypeList
61
+ * "SOURCE" || "TARGET",
62
+ * ],
63
+ * attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY",
64
+ * recordMatchingModels: [ // RecordMatchingModelList
65
+ * "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET",
66
+ * ],
67
+ * },
51
68
  * providerProperties: { // NamespaceProviderProperties
52
69
  * providerServiceArn: "STRING_VALUE", // required
53
70
  * providerConfiguration: "DOCUMENT_VALUE",
@@ -74,7 +91,24 @@ declare const CreateIdNamespaceCommand_base: {
74
91
  * // ],
75
92
  * // idMappingWorkflowProperties: [ // IdNamespaceIdMappingWorkflowPropertiesList
76
93
  * // { // IdNamespaceIdMappingWorkflowProperties
77
- * // idMappingType: "PROVIDER", // required
94
+ * // idMappingType: "PROVIDER" || "RULE_BASED", // required
95
+ * // ruleBasedProperties: { // NamespaceRuleBasedProperties
96
+ * // rules: [ // RuleList
97
+ * // { // Rule
98
+ * // ruleName: "STRING_VALUE", // required
99
+ * // matchingKeys: [ // MatchingKeys // required
100
+ * // "STRING_VALUE",
101
+ * // ],
102
+ * // },
103
+ * // ],
104
+ * // ruleDefinitionTypes: [ // IdMappingWorkflowRuleDefinitionTypeList
105
+ * // "SOURCE" || "TARGET",
106
+ * // ],
107
+ * // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY",
108
+ * // recordMatchingModels: [ // RecordMatchingModelList
109
+ * // "ONE_SOURCE_TO_ONE_TARGET" || "MANY_SOURCE_TO_ONE_TARGET",
110
+ * // ],
111
+ * // },
78
112
  * // providerProperties: { // NamespaceProviderProperties
79
113
  * // providerServiceArn: "STRING_VALUE", // required
80
114
  * // providerConfiguration: "DOCUMENT_VALUE",
@@ -99,36 +133,27 @@ declare const CreateIdNamespaceCommand_base: {
99
133
  * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
100
134
  *
101
135
  * @throws {@link AccessDeniedException} (client fault)
102
- * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
103
- * 403</code>
104
- * </p>
136
+ * <p>You do not have sufficient access to perform this action. </p>
105
137
  *
106
138
  * @throws {@link ConflictException} (client fault)
107
139
  * <p>The request could not be processed because of conflict in the current state of the
108
140
  * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
109
- * running, etc. <code>HTTP Status Code: 400</code>
110
- * </p>
141
+ * running, etc. </p>
111
142
  *
112
143
  * @throws {@link ExceedsLimitException} (client fault)
113
144
  * <p>The request was rejected because it attempted to create resources beyond the current
114
145
  * Entity Resolution account limits. The error message describes the limit exceeded.
115
- * <code>HTTP Status Code: 402</code>
116
- * </p>
146
+ * </p>
117
147
  *
118
148
  * @throws {@link InternalServerException} (server fault)
119
149
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
120
- * service. <code>HTTP Status Code: 500</code>
121
- * </p>
150
+ * service. </p>
122
151
  *
123
152
  * @throws {@link ThrottlingException} (client fault)
124
- * <p>The request was denied due to request throttling. <code>HTTP Status Code:
125
- * 429</code>
126
- * </p>
153
+ * <p>The request was denied due to request throttling. </p>
127
154
  *
128
155
  * @throws {@link ValidationException} (client fault)
129
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
130
- * Status Code: 400</code>
131
- * </p>
156
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
132
157
  *
133
158
  * @throws {@link EntityResolutionServiceException}
134
159
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -72,6 +72,7 @@ declare const CreateMatchingWorkflowCommand_base: {
72
72
  * },
73
73
  * ],
74
74
  * attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
75
+ * matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
75
76
  * },
76
77
  * providerProperties: { // ProviderProperties
77
78
  * providerServiceArn: "STRING_VALUE", // required
@@ -127,6 +128,7 @@ declare const CreateMatchingWorkflowCommand_base: {
127
128
  * // },
128
129
  * // ],
129
130
  * // attributeMatchingModel: "ONE_TO_ONE" || "MANY_TO_MANY", // required
131
+ * // matchPurpose: "IDENTIFIER_GENERATION" || "INDEXING",
130
132
  * // },
131
133
  * // providerProperties: { // ProviderProperties
132
134
  * // providerServiceArn: "STRING_VALUE", // required
@@ -151,36 +153,27 @@ declare const CreateMatchingWorkflowCommand_base: {
151
153
  * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
152
154
  *
153
155
  * @throws {@link AccessDeniedException} (client fault)
154
- * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
155
- * 403</code>
156
- * </p>
156
+ * <p>You do not have sufficient access to perform this action. </p>
157
157
  *
158
158
  * @throws {@link ConflictException} (client fault)
159
159
  * <p>The request could not be processed because of conflict in the current state of the
160
160
  * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
161
- * running, etc. <code>HTTP Status Code: 400</code>
162
- * </p>
161
+ * running, etc. </p>
163
162
  *
164
163
  * @throws {@link ExceedsLimitException} (client fault)
165
164
  * <p>The request was rejected because it attempted to create resources beyond the current
166
165
  * Entity Resolution account limits. The error message describes the limit exceeded.
167
- * <code>HTTP Status Code: 402</code>
168
- * </p>
166
+ * </p>
169
167
  *
170
168
  * @throws {@link InternalServerException} (server fault)
171
169
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
172
- * service. <code>HTTP Status Code: 500</code>
173
- * </p>
170
+ * service. </p>
174
171
  *
175
172
  * @throws {@link ThrottlingException} (client fault)
176
- * <p>The request was denied due to request throttling. <code>HTTP Status Code:
177
- * 429</code>
178
- * </p>
173
+ * <p>The request was denied due to request throttling. </p>
179
174
  *
180
175
  * @throws {@link ValidationException} (client fault)
181
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
182
- * Status Code: 400</code>
183
- * </p>
176
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
184
177
  *
185
178
  * @throws {@link EntityResolutionServiceException}
186
179
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -46,6 +46,7 @@ declare const CreateSchemaMappingCommand_base: {
46
46
  * groupName: "STRING_VALUE",
47
47
  * matchKey: "STRING_VALUE",
48
48
  * subType: "STRING_VALUE",
49
+ * hashed: true || false,
49
50
  * },
50
51
  * ],
51
52
  * tags: { // TagMap
@@ -65,6 +66,7 @@ declare const CreateSchemaMappingCommand_base: {
65
66
  * // groupName: "STRING_VALUE",
66
67
  * // matchKey: "STRING_VALUE",
67
68
  * // subType: "STRING_VALUE",
69
+ * // hashed: true || false,
68
70
  * // },
69
71
  * // ],
70
72
  * // };
@@ -78,36 +80,27 @@ declare const CreateSchemaMappingCommand_base: {
78
80
  * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
79
81
  *
80
82
  * @throws {@link AccessDeniedException} (client fault)
81
- * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
82
- * 403</code>
83
- * </p>
83
+ * <p>You do not have sufficient access to perform this action. </p>
84
84
  *
85
85
  * @throws {@link ConflictException} (client fault)
86
86
  * <p>The request could not be processed because of conflict in the current state of the
87
87
  * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
88
- * running, etc. <code>HTTP Status Code: 400</code>
89
- * </p>
88
+ * running, etc. </p>
90
89
  *
91
90
  * @throws {@link ExceedsLimitException} (client fault)
92
91
  * <p>The request was rejected because it attempted to create resources beyond the current
93
92
  * Entity Resolution account limits. The error message describes the limit exceeded.
94
- * <code>HTTP Status Code: 402</code>
95
- * </p>
93
+ * </p>
96
94
  *
97
95
  * @throws {@link InternalServerException} (server fault)
98
96
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
99
- * service. <code>HTTP Status Code: 500</code>
100
- * </p>
97
+ * service. </p>
101
98
  *
102
99
  * @throws {@link ThrottlingException} (client fault)
103
- * <p>The request was denied due to request throttling. <code>HTTP Status Code:
104
- * 429</code>
105
- * </p>
100
+ * <p>The request was denied due to request throttling. </p>
106
101
  *
107
102
  * @throws {@link ValidationException} (client fault)
108
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
109
- * Status Code: 400</code>
110
- * </p>
103
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
111
104
  *
112
105
  * @throws {@link EntityResolutionServiceException}
113
106
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -53,30 +53,22 @@ declare const DeleteIdMappingWorkflowCommand_base: {
53
53
  * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
54
54
  *
55
55
  * @throws {@link AccessDeniedException} (client fault)
56
- * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
57
- * 403</code>
58
- * </p>
56
+ * <p>You do not have sufficient access to perform this action. </p>
59
57
  *
60
58
  * @throws {@link ConflictException} (client fault)
61
59
  * <p>The request could not be processed because of conflict in the current state of the
62
60
  * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
63
- * running, etc. <code>HTTP Status Code: 400</code>
64
- * </p>
61
+ * running, etc. </p>
65
62
  *
66
63
  * @throws {@link InternalServerException} (server fault)
67
64
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
68
- * service. <code>HTTP Status Code: 500</code>
69
- * </p>
65
+ * service. </p>
70
66
  *
71
67
  * @throws {@link ThrottlingException} (client fault)
72
- * <p>The request was denied due to request throttling. <code>HTTP Status Code:
73
- * 429</code>
74
- * </p>
68
+ * <p>The request was denied due to request throttling. </p>
75
69
  *
76
70
  * @throws {@link ValidationException} (client fault)
77
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
78
- * Status Code: 400</code>
79
- * </p>
71
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
80
72
  *
81
73
  * @throws {@link EntityResolutionServiceException}
82
74
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -52,24 +52,17 @@ declare const DeleteIdNamespaceCommand_base: {
52
52
  * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
53
53
  *
54
54
  * @throws {@link AccessDeniedException} (client fault)
55
- * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
56
- * 403</code>
57
- * </p>
55
+ * <p>You do not have sufficient access to perform this action. </p>
58
56
  *
59
57
  * @throws {@link InternalServerException} (server fault)
60
58
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
61
- * service. <code>HTTP Status Code: 500</code>
62
- * </p>
59
+ * service. </p>
63
60
  *
64
61
  * @throws {@link ThrottlingException} (client fault)
65
- * <p>The request was denied due to request throttling. <code>HTTP Status Code:
66
- * 429</code>
67
- * </p>
62
+ * <p>The request was denied due to request throttling. </p>
68
63
  *
69
64
  * @throws {@link ValidationException} (client fault)
70
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
71
- * Status Code: 400</code>
72
- * </p>
65
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
73
66
  *
74
67
  * @throws {@link EntityResolutionServiceException}
75
68
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -53,30 +53,22 @@ declare const DeleteMatchingWorkflowCommand_base: {
53
53
  * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
54
54
  *
55
55
  * @throws {@link AccessDeniedException} (client fault)
56
- * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
57
- * 403</code>
58
- * </p>
56
+ * <p>You do not have sufficient access to perform this action. </p>
59
57
  *
60
58
  * @throws {@link ConflictException} (client fault)
61
59
  * <p>The request could not be processed because of conflict in the current state of the
62
60
  * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
63
- * running, etc. <code>HTTP Status Code: 400</code>
64
- * </p>
61
+ * running, etc. </p>
65
62
  *
66
63
  * @throws {@link InternalServerException} (server fault)
67
64
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
68
- * service. <code>HTTP Status Code: 500</code>
69
- * </p>
65
+ * service. </p>
70
66
  *
71
67
  * @throws {@link ThrottlingException} (client fault)
72
- * <p>The request was denied due to request throttling. <code>HTTP Status Code:
73
- * 429</code>
74
- * </p>
68
+ * <p>The request was denied due to request throttling. </p>
75
69
  *
76
70
  * @throws {@link ValidationException} (client fault)
77
- * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
78
- * Status Code: 400</code>
79
- * </p>
71
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
80
72
  *
81
73
  * @throws {@link EntityResolutionServiceException}
82
74
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>