@aws-sdk/client-entityresolution 3.409.0 → 3.413.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 (39) hide show
  1. package/README.md +8 -10
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-cjs/protocols/Aws_restJson1.js +2 -0
  4. package/dist-cjs/runtimeExtensions.js +3 -0
  5. package/dist-es/models/models_0.js +2 -0
  6. package/dist-es/protocols/Aws_restJson1.js +3 -1
  7. package/dist-es/runtimeExtensions.js +3 -0
  8. package/dist-types/EntityResolution.d.ts +8 -10
  9. package/dist-types/EntityResolutionClient.d.ts +8 -10
  10. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +7 -7
  11. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +4 -4
  12. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +2 -2
  13. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +2 -2
  14. package/dist-types/commands/GetMatchIdCommand.d.ts +2 -2
  15. package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -3
  16. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +4 -4
  17. package/dist-types/commands/GetSchemaMappingCommand.d.ts +2 -2
  18. package/dist-types/commands/ListMatchingJobsCommand.d.ts +2 -2
  19. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -3
  20. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -3
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  22. package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -3
  23. package/dist-types/commands/TagResourceCommand.d.ts +5 -5
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  25. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +6 -6
  26. package/dist-types/extensionConfiguration.d.ts +2 -1
  27. package/dist-types/index.d.ts +8 -10
  28. package/dist-types/models/models_0.d.ts +63 -55
  29. package/dist-types/runtimeConfig.browser.d.ts +4 -1
  30. package/dist-types/runtimeConfig.d.ts +4 -1
  31. package/dist-types/runtimeConfig.native.d.ts +4 -1
  32. package/dist-types/runtimeExtensions.d.ts +1 -1
  33. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +6 -4
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -1
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -1
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  38. package/dist-types/ts3.4/runtimeExtensions.d.ts +3 -1
  39. package/package.json +28 -28
@@ -46,18 +46,18 @@ export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkf
46
46
  * outputSourceConfig: [ // OutputSourceConfig // required
47
47
  * { // OutputSource
48
48
  * outputS3Path: "STRING_VALUE", // required
49
+ * KMSArn: "STRING_VALUE",
49
50
  * output: [ // OutputAttributes // required
50
51
  * { // OutputAttribute
51
52
  * name: "STRING_VALUE", // required
52
53
  * hashed: true || false,
53
54
  * },
54
55
  * ],
55
- * KMSArn: "STRING_VALUE",
56
56
  * applyNormalization: true || false,
57
57
  * },
58
58
  * ],
59
59
  * resolutionTechniques: { // ResolutionTechniques
60
- * resolutionType: "RULE_MATCHING" || "ML_MATCHING",
60
+ * resolutionType: "RULE_MATCHING" || "ML_MATCHING", // required
61
61
  * ruleBasedProperties: { // RuleBasedProperties
62
62
  * rules: [ // RuleList // required
63
63
  * { // Rule
@@ -90,18 +90,18 @@ export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkf
90
90
  * // outputSourceConfig: [ // OutputSourceConfig // required
91
91
  * // { // OutputSource
92
92
  * // outputS3Path: "STRING_VALUE", // required
93
+ * // KMSArn: "STRING_VALUE",
93
94
  * // output: [ // OutputAttributes // required
94
95
  * // { // OutputAttribute
95
96
  * // name: "STRING_VALUE", // required
96
97
  * // hashed: true || false,
97
98
  * // },
98
99
  * // ],
99
- * // KMSArn: "STRING_VALUE",
100
100
  * // applyNormalization: true || false,
101
101
  * // },
102
102
  * // ],
103
103
  * // resolutionTechniques: { // ResolutionTechniques
104
- * // resolutionType: "RULE_MATCHING" || "ML_MATCHING",
104
+ * // resolutionType: "RULE_MATCHING" || "ML_MATCHING", // required
105
105
  * // ruleBasedProperties: { // RuleBasedProperties
106
106
  * // rules: [ // RuleList // required
107
107
  * // { // Rule
@@ -133,7 +133,7 @@ export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkf
133
133
  * </p>
134
134
  *
135
135
  * @throws {@link InternalServerException} (server fault)
136
- * <p>This exception occurs when there is an internal failure in the AWS Entity Resolution service. <code>HTTP Status Code: 500</code>
136
+ * <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
137
137
  * </p>
138
138
  *
139
139
  * @throws {@link ResourceNotFoundException} (client fault)
@@ -145,7 +145,7 @@ export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkf
145
145
  * </p>
146
146
  *
147
147
  * @throws {@link ValidationException} (client fault)
148
- * <p>The input fails to satisfy the constraints specified by AWS Entity Resolution. <code>HTTP Status Code: 400</code>
148
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
149
149
  * </p>
150
150
  *
151
151
  * @throws {@link EntityResolutionServiceException}
@@ -1,6 +1,7 @@
1
+ import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
1
2
  import { DefaultExtensionConfiguration } from "@smithy/types";
2
3
  /**
3
4
  * @internal
4
5
  */
5
- export interface EntityResolutionExtensionConfiguration extends DefaultExtensionConfiguration {
6
+ export interface EntityResolutionExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
6
7
  }
@@ -1,17 +1,15 @@
1
1
  /**
2
- * <p>Welcome to the <i>AWS Entity Resolution API Reference</i>.</p>
3
- * <p>AWS Entity Resolution is an AWS service that provides pre-configured entity resolution capabilities
2
+ * <p>Welcome to the <i>Entity Resolution API Reference</i>.</p>
3
+ * <p>Entity Resolution is an Amazon Web Services service that provides pre-configured entity resolution capabilities
4
4
  * that enable developers and analysts at advertising and marketing companies to build an accurate and
5
5
  * complete view of their consumers.</p>
6
6
  * <p>
7
- * With AWS Entity Resolution, you have the ability to match source records containing consumer identifiers,
8
- * such as name, email address, and phone number. This holds true even when these records have incomplete or
9
- * conflicting identifiers. For example, AWS Entity Resolution can effectively match a source record from a
10
- * customer relationship management (CRM) system, which includes account information like first name, last name,
11
- * postal address, phone number, and email address, with a source record from a marketing system containing
12
- * campaign information, such as username and email address.</p>
13
- * <p>To learn more about AWS Entity Resolution concepts, procedures, and best practices, see the
14
- * <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">AWS Entity Resolution
7
+ * With Entity Resolution, you can match source records containing consumer identifiers, such as name, email address,
8
+ * and phone number. This is true even when these records have incomplete or conflicting identifiers. For example,
9
+ * Entity Resolution can effectively match a source record from a customer relationship management (CRM) system
10
+ * with a source record from a marketing system containing campaign information.</p>
11
+ * <p>To learn more about Entity Resolution concepts, procedures, and best practices, see the
12
+ * <a href="https://docs.aws.amazon.com/entityresolution/latest/userguide/what-is-service.html">Entity Resolution
15
13
  * User Guide</a>.</p>
16
14
  *
17
15
  * @packageDocumentation
@@ -88,9 +88,9 @@ export interface InputSource {
88
88
  }
89
89
  /**
90
90
  * @public
91
- * <p>A list of <code>OutputAttribute</code> objects, each of which have the fields Name and Hashed. Each of
92
- * these objects selects a column to be included in the output table, and whether the
93
- * values of the column should be hashed.</p>
91
+ * <p>A list of <code>OutputAttribute</code> objects, each of which have the fields
92
+ * <code>Name</code> and <code>Hashed</code>. Each of these objects selects a column to be
93
+ * included in the output table, and whether the values of the column should be hashed.</p>
94
94
  */
95
95
  export interface OutputAttribute {
96
96
  /**
@@ -107,9 +107,9 @@ export interface OutputAttribute {
107
107
  }
108
108
  /**
109
109
  * @public
110
- * <p>A list of <code>OutputAttribute</code> objects, each of which have the fields Name and Hashed. Each of
111
- * these objects selects a column to be included in the output table, and whether the
112
- * values of the column should be hashed.</p>
110
+ * <p>A list of <code>OutputAttribute</code> objects, each of which have the fields
111
+ * <code>Name</code> and <code>Hashed</code>. Each of these objects selects a column to be
112
+ * included in the output table, and whether the values of the column should be hashed.</p>
113
113
  */
114
114
  export interface OutputSource {
115
115
  /**
@@ -117,19 +117,19 @@ export interface OutputSource {
117
117
  * <p>The S3 path to which Entity Resolution will write the output table.</p>
118
118
  */
119
119
  outputS3Path: string | undefined;
120
- /**
121
- * @public
122
- * <p>A list of <code>OutputAttribute</code> objects, each of which have the fields Name and Hashed. Each of
123
- * these objects selects a column to be included in the output table, and whether the
124
- * values of the column should be hashed.</p>
125
- */
126
- output: OutputAttribute[] | undefined;
127
120
  /**
128
121
  * @public
129
122
  * <p>Customer KMS ARN for encryption at rest. If not provided, system will use an
130
123
  * Entity Resolution managed KMS key.</p>
131
124
  */
132
125
  KMSArn?: string;
126
+ /**
127
+ * @public
128
+ * <p>A list of <code>OutputAttribute</code> objects, each of which have the fields
129
+ * <code>Name</code> and <code>Hashed</code>. Each of these objects selects a column to be
130
+ * included in the output table, and whether the values of the column should be hashed.</p>
131
+ */
132
+ output: OutputAttribute[] | undefined;
133
133
  /**
134
134
  * @public
135
135
  * <p>Normalizes the attributes defined in the schema in the input data. For example, if an
@@ -177,32 +177,33 @@ export interface Rule {
177
177
  export interface RuleBasedProperties {
178
178
  /**
179
179
  * @public
180
- * <p>A list of Rule objects, each of which have fields <code>RuleName</code> and <code>MatchingKeys</code>.</p>
180
+ * <p>A list of <code>Rule</code> objects, each of which have fields <code>RuleName</code> and
181
+ * <code>MatchingKeys</code>.</p>
181
182
  */
182
183
  rules: Rule[] | undefined;
183
184
  /**
184
185
  * @public
185
- * <p>You can either choose <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code> as the AttributeMatchingModel. When
186
- * choosing <code>MANY_TO_MANY</code>, the system can match attribute across the sub-types of an attribute type. For
187
- * example, if the value of the Email field of Profile A and the value of BusinessEmail field of Profile B matches,
188
- * the two profiles are matched on the Email type. When choosing <code>ONE_TO_ONE</code> the system can only match if
189
- * the sub-types are exact matches. For example, only when the value of the Email field of Profile A and the value of
190
- * the Email field of Profile B matches, the two profiles are matched on the Email type.</p>
186
+ * <p>The comparison type. You can either choose <code>ONE_TO_ONE</code> or <code>MANY_TO_MANY</code> as the AttributeMatchingModel. When
187
+ * choosing <code>MANY_TO_MANY</code>, the system can match attributes across the sub-types of an attribute type. For
188
+ * example, if the value of the <code>Email</code> field of Profile A and the value of <code>BusinessEmail</code> field of Profile B matches,
189
+ * the two profiles are matched on the <code>Email</code> type. When choosing <code>ONE_TO_ONE</code> ,the system can only match if
190
+ * the sub-types are exact matches. For example, only when the value of the <code>Email</code> field of Profile A and the value of
191
+ * the <code>Email</code> field of Profile B matches, the two profiles are matched on the <code>Email</code> type.</p>
191
192
  */
192
193
  attributeMatchingModel: AttributeMatchingModel | string | undefined;
193
194
  }
194
195
  /**
195
196
  * @public
196
- * <p>An object which defines the <code>resolutionType</code> and the <code>ruleBasedProperties</code>
197
- * </p>
197
+ * <p>An object which defines the <code>resolutionType</code> and the
198
+ * <code>ruleBasedProperties</code>.</p>
198
199
  */
199
200
  export interface ResolutionTechniques {
200
201
  /**
201
202
  * @public
202
- * <p>There are two types of matching, <code>RULE_MATCHING</code> and <code>ML_MATCHING</code>
203
- * </p>
203
+ * <p>The type of matching. There are two types of matching: <code>RULE_MATCHING</code> and
204
+ * <code>ML_MATCHING</code>.</p>
204
205
  */
205
- resolutionType?: ResolutionType | string;
206
+ resolutionType: ResolutionType | string | undefined;
206
207
  /**
207
208
  * @public
208
209
  * <p>An object which defines the list of matching rules to run and has a field <code>Rules</code>, which
@@ -238,8 +239,8 @@ export interface CreateMatchingWorkflowInput {
238
239
  outputSourceConfig: OutputSource[] | undefined;
239
240
  /**
240
241
  * @public
241
- * <p>An object which defines the <code>resolutionType</code> and the <code>ruleBasedProperties</code>
242
- * </p>
242
+ * <p>An object which defines the <code>resolutionType</code> and the
243
+ * <code>ruleBasedProperties</code>.</p>
243
244
  */
244
245
  resolutionTechniques: ResolutionTechniques | undefined;
245
246
  /**
@@ -249,7 +250,7 @@ export interface CreateMatchingWorkflowInput {
249
250
  incrementalRunConfig?: IncrementalRunConfig;
250
251
  /**
251
252
  * @public
252
- * <p>The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role
253
+ * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
253
254
  * to create resources on your behalf as part of workflow execution.</p>
254
255
  */
255
256
  roleArn: string | undefined;
@@ -292,8 +293,8 @@ export interface CreateMatchingWorkflowOutput {
292
293
  outputSourceConfig: OutputSource[] | undefined;
293
294
  /**
294
295
  * @public
295
- * <p>An object which defines the <code>resolutionType</code> and the <code>ruleBasedProperties</code>
296
- * </p>
296
+ * <p>An object which defines the <code>resolutionType</code> and the
297
+ * <code>ruleBasedProperties</code>.</p>
297
298
  */
298
299
  resolutionTechniques: ResolutionTechniques | undefined;
299
300
  /**
@@ -303,20 +304,30 @@ export interface CreateMatchingWorkflowOutput {
303
304
  incrementalRunConfig?: IncrementalRunConfig;
304
305
  /**
305
306
  * @public
306
- * <p>The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role
307
+ * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
307
308
  * to create resources on your behalf as part of workflow execution.</p>
308
309
  */
309
310
  roleArn: string | undefined;
310
311
  }
311
312
  /**
312
313
  * @public
313
- * <p>The request was rejected because it attempted to create resources beyond the current AWS Entity Resolution account limits.
314
+ * <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits.
314
315
  * The error message describes the limit exceeded. <code>HTTP Status Code: 402</code>
315
316
  * </p>
316
317
  */
317
318
  export declare class ExceedsLimitException extends __BaseException {
318
319
  readonly name: "ExceedsLimitException";
319
320
  readonly $fault: "client";
321
+ /**
322
+ * @public
323
+ * <p>The name of the quota that has been breached.</p>
324
+ */
325
+ quotaName?: string;
326
+ /**
327
+ * @public
328
+ * <p>The current quota value for the customers.</p>
329
+ */
330
+ quotaValue?: number;
320
331
  /**
321
332
  * @internal
322
333
  */
@@ -324,7 +335,7 @@ export declare class ExceedsLimitException extends __BaseException {
324
335
  }
325
336
  /**
326
337
  * @public
327
- * <p>This exception occurs when there is an internal failure in the AWS Entity Resolution service. <code>HTTP Status Code: 500</code>
338
+ * <p>This exception occurs when there is an internal failure in the Entity Resolution service. <code>HTTP Status Code: 500</code>
328
339
  * </p>
329
340
  */
330
341
  export declare class InternalServerException extends __BaseException {
@@ -354,7 +365,7 @@ export declare class ThrottlingException extends __BaseException {
354
365
  }
355
366
  /**
356
367
  * @public
357
- * <p>The input fails to satisfy the constraints specified by AWS Entity Resolution. <code>HTTP Status Code: 400</code>
368
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP Status Code: 400</code>
358
369
  * </p>
359
370
  */
360
371
  export declare class ValidationException extends __BaseException {
@@ -423,10 +434,10 @@ export interface SchemaInputAttribute {
423
434
  * <p>A key that allows grouping of multiple input attributes into a unified matching group.
424
435
  * For example, let's consider a scenario where the source table contains various addresses,
425
436
  * such as business_address and shipping_address. By assigning the <code>MatchKey</code>
426
- * <i>Address</i>' to both attributes, Entity Resolution will match records
427
- * across these fields to create a consolidated matching group. If no <code>MatchKey</code> is
428
- * specified for a column, it won't be utilized for matching purposes but will still be
429
- * included in the output table.</p>
437
+ * <i>Address</i> to both attributes, Entity Resolution will match records across these
438
+ * fields to create a consolidated matching group. If no <code>MatchKey</code> is specified
439
+ * for a column, it won't be utilized for matching purposes but will still be included in the
440
+ * output table.</p>
430
441
  */
431
442
  matchKey?: string;
432
443
  }
@@ -451,7 +462,7 @@ export interface CreateSchemaMappingInput {
451
462
  * to a column the source data table, and contains column name plus additional information
452
463
  * that Entity Resolution uses for matching.</p>
453
464
  */
454
- mappedInputFields?: SchemaInputAttribute[];
465
+ mappedInputFields: SchemaInputAttribute[] | undefined;
455
466
  /**
456
467
  * @public
457
468
  * <p>The tags used to organize, track, or control access for this resource.</p>
@@ -608,14 +619,14 @@ export interface JobMetrics {
608
619
  totalRecordsProcessed?: number;
609
620
  /**
610
621
  * @public
611
- * <p>The total number of <code>matchID</code>s generated.</p>
622
+ * <p>The total number of records that did not get processed.</p>
612
623
  */
613
- matchIDs?: number;
624
+ recordsNotProcessed?: number;
614
625
  /**
615
626
  * @public
616
- * <p>The total number of records that did not get processed,</p>
627
+ * <p>The total number of <code>matchID</code>s generated.</p>
617
628
  */
618
- recordsNotProcessed?: number;
629
+ matchIDs?: number;
619
630
  }
620
631
  /**
621
632
  * @public
@@ -642,8 +653,7 @@ export interface GetMatchingJobOutput {
642
653
  jobId: string | undefined;
643
654
  /**
644
655
  * @public
645
- * <p>The current status of the job. Either <code>running</code>, <code>succeeded</code>,
646
- * <code>queued</code>, or <code>failed</code>.</p>
656
+ * <p>The current status of the job.</p>
647
657
  */
648
658
  status: JobStatus | string | undefined;
649
659
  /**
@@ -711,8 +721,8 @@ export interface GetMatchingWorkflowOutput {
711
721
  outputSourceConfig: OutputSource[] | undefined;
712
722
  /**
713
723
  * @public
714
- * <p>An object which defines the <code>resolutionType</code> and the <code>ruleBasedProperties</code>
715
- * </p>
724
+ * <p>An object which defines the <code>resolutionType</code> and the
725
+ * <code>ruleBasedProperties</code>.</p>
716
726
  */
717
727
  resolutionTechniques: ResolutionTechniques | undefined;
718
728
  /**
@@ -732,7 +742,7 @@ export interface GetMatchingWorkflowOutput {
732
742
  incrementalRunConfig?: IncrementalRunConfig;
733
743
  /**
734
744
  * @public
735
- * <p>The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access
745
+ * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access
736
746
  * resources on your behalf.</p>
737
747
  */
738
748
  roleArn: string | undefined;
@@ -827,8 +837,7 @@ export interface JobSummary {
827
837
  jobId: string | undefined;
828
838
  /**
829
839
  * @public
830
- * <p>The current status of the job. Either <code>running</code>, <code>succeeded</code>,
831
- * <code>queued</code>, or <code>failed</code>.</p>
840
+ * <p>The current status of the job.</p>
832
841
  */
833
842
  status: JobStatus | string | undefined;
834
843
  /**
@@ -848,7 +857,7 @@ export interface JobSummary {
848
857
  export interface ListMatchingJobsOutput {
849
858
  /**
850
859
  * @public
851
- * <p>A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.</p>
860
+ * <p>A list of <code>JobSummary</code> objects, each of which contain the ID, status, start time, and end time of a job.</p>
852
861
  */
853
862
  jobs?: JobSummary[];
854
863
  /**
@@ -1082,8 +1091,7 @@ export interface UpdateMatchingWorkflowInput {
1082
1091
  outputSourceConfig: OutputSource[] | undefined;
1083
1092
  /**
1084
1093
  * @public
1085
- * <p>An object which defines the <code>resolutionType</code> and the <code>ruleBasedProperties</code>
1086
- * </p>
1094
+ * <p>An object which defines the <code>resolutionType</code> and the <code>ruleBasedProperties</code>.</p>
1087
1095
  */
1088
1096
  resolutionTechniques: ResolutionTechniques | undefined;
1089
1097
  /**
@@ -1093,7 +1101,7 @@ export interface UpdateMatchingWorkflowInput {
1093
1101
  incrementalRunConfig?: IncrementalRunConfig;
1094
1102
  /**
1095
1103
  * @public
1096
- * <p>The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role
1104
+ * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
1097
1105
  * to create resources on your behalf as part of workflow execution.</p>
1098
1106
  */
1099
1107
  roleArn: string | undefined;
@@ -1137,7 +1145,7 @@ export interface UpdateMatchingWorkflowOutput {
1137
1145
  incrementalRunConfig?: IncrementalRunConfig;
1138
1146
  /**
1139
1147
  * @public
1140
- * <p>The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role
1148
+ * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role
1141
1149
  * to create resources on your behalf as part of workflow execution.</p>
1142
1150
  */
1143
1151
  roleArn: string | undefined;
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
11
11
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
15
+ updateHttpClientConfig(key: never, value: never): void;
16
+ httpHandlerConfigs(): {};
17
+ }) | RequestHandler;
15
18
  retryMode: string | import("@smithy/types").Provider<string>;
16
19
  sha256: import("@smithy/types").HashConstructor;
17
20
  streamCollector: import("@smithy/types").StreamCollector;
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) =>
11
11
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
14
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
15
+ updateHttpClientConfig(key: never, value: never): void;
16
+ httpHandlerConfigs(): {};
17
+ }) | RequestHandler;
15
18
  retryMode: string | import("@smithy/types").Provider<string>;
16
19
  sha256: import("@smithy/types").HashConstructor;
17
20
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,10 @@ import { EntityResolutionClientConfig } from "./EntityResolutionClient";
5
5
  export declare const getRuntimeConfig: (config: EntityResolutionClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
9
+ updateHttpClientConfig(key: never, value: never): void;
10
+ httpHandlerConfigs(): {};
11
+ }) | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
12
  apiVersion: string;
10
13
  urlParser: import("@smithy/types").UrlParser;
11
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -3,7 +3,7 @@ import { EntityResolutionExtensionConfiguration } from "./extensionConfiguration
3
3
  * @public
4
4
  */
5
5
  export interface RuntimeExtension {
6
- configure(clientConfiguration: EntityResolutionExtensionConfiguration): void;
6
+ configure(extensionConfiguration: EntityResolutionExtensionConfiguration): void;
7
7
  }
8
8
  /**
9
9
  * @public
@@ -1,3 +1,5 @@
1
+ import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
1
2
  import { DefaultExtensionConfiguration } from "@smithy/types";
2
3
  export interface EntityResolutionExtensionConfiguration
3
- extends DefaultExtensionConfiguration {}
4
+ extends HttpHandlerExtensionConfiguration,
5
+ DefaultExtensionConfiguration {}
@@ -37,8 +37,8 @@ export interface OutputAttribute {
37
37
  }
38
38
  export interface OutputSource {
39
39
  outputS3Path: string | undefined;
40
- output: OutputAttribute[] | undefined;
41
40
  KMSArn?: string;
41
+ output: OutputAttribute[] | undefined;
42
42
  applyNormalization?: boolean;
43
43
  }
44
44
  export declare const ResolutionType: {
@@ -56,7 +56,7 @@ export interface RuleBasedProperties {
56
56
  attributeMatchingModel: AttributeMatchingModel | string | undefined;
57
57
  }
58
58
  export interface ResolutionTechniques {
59
- resolutionType?: ResolutionType | string;
59
+ resolutionType: ResolutionType | string | undefined;
60
60
  ruleBasedProperties?: RuleBasedProperties;
61
61
  }
62
62
  export interface CreateMatchingWorkflowInput {
@@ -82,6 +82,8 @@ export interface CreateMatchingWorkflowOutput {
82
82
  export declare class ExceedsLimitException extends __BaseException {
83
83
  readonly name: "ExceedsLimitException";
84
84
  readonly $fault: "client";
85
+ quotaName?: string;
86
+ quotaValue?: number;
85
87
  constructor(
86
88
  opts: __ExceptionOptionType<ExceedsLimitException, __BaseException>
87
89
  );
@@ -143,7 +145,7 @@ export interface SchemaInputAttribute {
143
145
  export interface CreateSchemaMappingInput {
144
146
  schemaName: string | undefined;
145
147
  description?: string;
146
- mappedInputFields?: SchemaInputAttribute[];
148
+ mappedInputFields: SchemaInputAttribute[] | undefined;
147
149
  tags?: Record<string, string>;
148
150
  }
149
151
  export interface CreateSchemaMappingOutput {
@@ -188,8 +190,8 @@ export interface ErrorDetails {
188
190
  export interface JobMetrics {
189
191
  inputRecords?: number;
190
192
  totalRecordsProcessed?: number;
191
- matchIDs?: number;
192
193
  recordsNotProcessed?: number;
194
+ matchIDs?: number;
193
195
  }
194
196
  export declare const JobStatus: {
195
197
  readonly FAILED: "FAILED";
@@ -22,7 +22,14 @@ export declare const getRuntimeConfig: (
22
22
  any,
23
23
  import("@smithy/types").HttpHandlerOptions
24
24
  > &
25
- import("@smithy/protocol-http").HttpHandler)
25
+ import("@smithy/types").RequestHandler<
26
+ import("@smithy/protocol-http").HttpRequest,
27
+ import("@smithy/protocol-http").HttpResponse,
28
+ import("@smithy/types").HttpHandlerOptions
29
+ > & {
30
+ updateHttpClientConfig(key: never, value: never): void;
31
+ httpHandlerConfigs(): {};
32
+ })
26
33
  | RequestHandler;
27
34
  retryMode: string | import("@smithy/types").Provider<string>;
28
35
  sha256: import("@smithy/types").HashConstructor;
@@ -22,7 +22,14 @@ export declare const getRuntimeConfig: (
22
22
  any,
23
23
  import("@smithy/types").HttpHandlerOptions
24
24
  > &
25
- import("@smithy/protocol-http").HttpHandler)
25
+ import("@smithy/types").RequestHandler<
26
+ import("@smithy/protocol-http").HttpRequest,
27
+ import("@smithy/protocol-http").HttpResponse,
28
+ import("@smithy/types").HttpHandlerOptions
29
+ > & {
30
+ updateHttpClientConfig(key: never, value: never): void;
31
+ httpHandlerConfigs(): {};
32
+ })
26
33
  | RequestHandler;
27
34
  retryMode: string | import("@smithy/types").Provider<string>;
28
35
  sha256: import("@smithy/types").HashConstructor;
@@ -10,7 +10,14 @@ export declare const getRuntimeConfig: (
10
10
  any,
11
11
  import("@smithy/types").HttpHandlerOptions
12
12
  > &
13
- import("@smithy/protocol-http").HttpHandler)
13
+ import("@smithy/types").RequestHandler<
14
+ import("@smithy/protocol-http").HttpRequest,
15
+ import("@smithy/protocol-http").HttpResponse,
16
+ import("@smithy/types").HttpHandlerOptions
17
+ > & {
18
+ updateHttpClientConfig(key: never, value: never): void;
19
+ httpHandlerConfigs(): {};
20
+ })
14
21
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
15
22
  apiVersion: string;
16
23
  urlParser: import("@smithy/types").UrlParser;
@@ -1,6 +1,8 @@
1
1
  import { EntityResolutionExtensionConfiguration } from "./extensionConfiguration";
2
2
  export interface RuntimeExtension {
3
- configure(clientConfiguration: EntityResolutionExtensionConfiguration): void;
3
+ configure(
4
+ extensionConfiguration: EntityResolutionExtensionConfiguration
5
+ ): void;
4
6
  }
5
7
  export interface RuntimeExtensionsConfig {
6
8
  extensions: RuntimeExtension[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-entityresolution",
3
3
  "description": "AWS SDK for JavaScript Entityresolution Client for Node.js, Browser and React Native",
4
- "version": "3.409.0",
4
+ "version": "3.413.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.409.0",
25
- "@aws-sdk/credential-provider-node": "3.409.0",
26
- "@aws-sdk/middleware-host-header": "3.408.0",
27
- "@aws-sdk/middleware-logger": "3.408.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.408.0",
29
- "@aws-sdk/middleware-signing": "3.408.0",
30
- "@aws-sdk/middleware-user-agent": "3.408.0",
31
- "@aws-sdk/types": "3.408.0",
32
- "@aws-sdk/util-endpoints": "3.408.0",
33
- "@aws-sdk/util-user-agent-browser": "3.408.0",
34
- "@aws-sdk/util-user-agent-node": "3.408.0",
35
- "@smithy/config-resolver": "^2.0.5",
36
- "@smithy/fetch-http-handler": "^2.0.5",
37
- "@smithy/hash-node": "^2.0.5",
38
- "@smithy/invalid-dependency": "^2.0.5",
39
- "@smithy/middleware-content-length": "^2.0.5",
40
- "@smithy/middleware-endpoint": "^2.0.5",
41
- "@smithy/middleware-retry": "^2.0.5",
42
- "@smithy/middleware-serde": "^2.0.5",
24
+ "@aws-sdk/client-sts": "3.413.0",
25
+ "@aws-sdk/credential-provider-node": "3.413.0",
26
+ "@aws-sdk/middleware-host-header": "3.413.0",
27
+ "@aws-sdk/middleware-logger": "3.413.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.413.0",
29
+ "@aws-sdk/middleware-signing": "3.413.0",
30
+ "@aws-sdk/middleware-user-agent": "3.413.0",
31
+ "@aws-sdk/types": "3.413.0",
32
+ "@aws-sdk/util-endpoints": "3.413.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.413.0",
34
+ "@aws-sdk/util-user-agent-node": "3.413.0",
35
+ "@smithy/config-resolver": "^2.0.8",
36
+ "@smithy/fetch-http-handler": "^2.1.3",
37
+ "@smithy/hash-node": "^2.0.7",
38
+ "@smithy/invalid-dependency": "^2.0.7",
39
+ "@smithy/middleware-content-length": "^2.0.9",
40
+ "@smithy/middleware-endpoint": "^2.0.7",
41
+ "@smithy/middleware-retry": "^2.0.10",
42
+ "@smithy/middleware-serde": "^2.0.7",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.6",
45
- "@smithy/node-http-handler": "^2.0.5",
46
- "@smithy/protocol-http": "^2.0.5",
47
- "@smithy/smithy-client": "^2.0.5",
48
- "@smithy/types": "^2.2.2",
49
- "@smithy/url-parser": "^2.0.5",
44
+ "@smithy/node-config-provider": "^2.0.10",
45
+ "@smithy/node-http-handler": "^2.1.3",
46
+ "@smithy/protocol-http": "^3.0.3",
47
+ "@smithy/smithy-client": "^2.1.4",
48
+ "@smithy/types": "^2.3.1",
49
+ "@smithy/url-parser": "^2.0.7",
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
52
  "@smithy/util-body-length-node": "^2.1.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.6",
54
- "@smithy/util-defaults-mode-node": "^2.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.8",
54
+ "@smithy/util-defaults-mode-node": "^2.0.10",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0"