@aws-sdk/client-entityresolution 3.894.0 → 3.895.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 (38) hide show
  1. package/dist-cjs/index.js +20 -0
  2. package/dist-es/models/models_0.js +8 -0
  3. package/dist-es/protocols/Aws_restJson1.js +8 -0
  4. package/dist-types/commands/AddPolicyStatementCommand.d.ts +2 -2
  5. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +8 -2
  7. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +2 -2
  9. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +1 -1
  12. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +2 -2
  13. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +1 -1
  14. package/dist-types/commands/GenerateMatchIdCommand.d.ts +1 -1
  15. package/dist-types/commands/GetIdMappingJobCommand.d.ts +10 -1
  16. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +4 -1
  17. package/dist-types/commands/GetIdNamespaceCommand.d.ts +1 -1
  18. package/dist-types/commands/GetMatchIdCommand.d.ts +2 -2
  19. package/dist-types/commands/GetMatchingJobCommand.d.ts +2 -1
  20. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +1 -1
  21. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/GetProviderServiceCommand.d.ts +1 -1
  23. package/dist-types/commands/GetSchemaMappingCommand.d.ts +1 -1
  24. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListMatchingJobsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  27. package/dist-types/commands/PutPolicyCommand.d.ts +2 -2
  28. package/dist-types/commands/StartIdMappingJobCommand.d.ts +4 -2
  29. package/dist-types/commands/StartMatchingJobCommand.d.ts +2 -2
  30. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  31. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +8 -2
  33. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +2 -2
  35. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +2 -2
  36. package/dist-types/models/models_0.d.ts +131 -11
  37. package/dist-types/ts3.4/models/models_0.d.ts +31 -0
  38. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -53,12 +53,14 @@ __export(index_exports, {
53
53
  GetPolicyCommand: () => GetPolicyCommand,
54
54
  GetProviderServiceCommand: () => GetProviderServiceCommand,
55
55
  GetSchemaMappingCommand: () => GetSchemaMappingCommand,
56
+ IdMappingIncrementalRunType: () => IdMappingIncrementalRunType,
56
57
  IdMappingType: () => IdMappingType,
57
58
  IdMappingWorkflowRuleDefinitionType: () => IdMappingWorkflowRuleDefinitionType,
58
59
  IdNamespaceType: () => IdNamespaceType,
59
60
  IncrementalRunType: () => IncrementalRunType,
60
61
  InternalServerException: () => InternalServerException,
61
62
  JobStatus: () => JobStatus,
63
+ JobType: () => JobType,
62
64
  ListIdMappingJobsCommand: () => ListIdMappingJobsCommand,
63
65
  ListIdMappingWorkflowsCommand: () => ListIdMappingWorkflowsCommand,
64
66
  ListIdNamespacesCommand: () => ListIdNamespacesCommand,
@@ -410,6 +412,9 @@ var IdMappingWorkflowRuleDefinitionType = {
410
412
  SOURCE: "SOURCE",
411
413
  TARGET: "TARGET"
412
414
  };
415
+ var IdMappingIncrementalRunType = {
416
+ ON_DEMAND: "ON_DEMAND"
417
+ };
413
418
  var IdNamespaceType = {
414
419
  SOURCE: "SOURCE",
415
420
  TARGET: "TARGET"
@@ -486,6 +491,11 @@ var ProcessingType = {
486
491
  EVENTUAL: "EVENTUAL",
487
492
  EVENTUAL_NO_LOOKUP: "EVENTUAL_NO_LOOKUP"
488
493
  };
494
+ var JobType = {
495
+ BATCH: "BATCH",
496
+ DELETE_ONLY: "DELETE_ONLY",
497
+ INCREMENTAL: "INCREMENTAL"
498
+ };
489
499
  var JobStatus = {
490
500
  FAILED: "FAILED",
491
501
  QUEUED: "QUEUED",
@@ -561,6 +571,7 @@ var se_CreateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (input, con
561
571
  (0, import_smithy_client.take)(input, {
562
572
  description: [],
563
573
  idMappingTechniques: /* @__PURE__ */ __name((_) => se_IdMappingTechniques(_, context), "idMappingTechniques"),
574
+ incrementalRunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "incrementalRunConfig"),
564
575
  inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"),
565
576
  outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"),
566
577
  roleArn: [],
@@ -910,6 +921,7 @@ var se_StartIdMappingJobCommand = /* @__PURE__ */ __name(async (input, context)
910
921
  let body;
911
922
  body = JSON.stringify(
912
923
  (0, import_smithy_client.take)(input, {
924
+ jobType: [],
913
925
  outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig")
914
926
  })
915
927
  );
@@ -965,6 +977,7 @@ var se_UpdateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (input, con
965
977
  (0, import_smithy_client.take)(input, {
966
978
  description: [],
967
979
  idMappingTechniques: /* @__PURE__ */ __name((_) => se_IdMappingTechniques(_, context), "idMappingTechniques"),
980
+ incrementalRunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "incrementalRunConfig"),
968
981
  inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"),
969
982
  outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"),
970
983
  roleArn: []
@@ -1074,6 +1087,7 @@ var de_CreateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, co
1074
1087
  const doc = (0, import_smithy_client.take)(data, {
1075
1088
  description: import_smithy_client.expectString,
1076
1089
  idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"),
1090
+ incrementalRunConfig: import_smithy_client._json,
1077
1091
  inputSourceConfig: import_smithy_client._json,
1078
1092
  outputSourceConfig: import_smithy_client._json,
1079
1093
  roleArn: import_smithy_client.expectString,
@@ -1243,6 +1257,7 @@ var de_GetIdMappingJobCommand = /* @__PURE__ */ __name(async (output, context) =
1243
1257
  endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
1244
1258
  errorDetails: import_smithy_client._json,
1245
1259
  jobId: import_smithy_client.expectString,
1260
+ jobType: import_smithy_client.expectString,
1246
1261
  metrics: import_smithy_client._json,
1247
1262
  outputSourceConfig: import_smithy_client._json,
1248
1263
  startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
@@ -1263,6 +1278,7 @@ var de_GetIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, conte
1263
1278
  createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
1264
1279
  description: import_smithy_client.expectString,
1265
1280
  idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"),
1281
+ incrementalRunConfig: import_smithy_client._json,
1266
1282
  inputSourceConfig: import_smithy_client._json,
1267
1283
  outputSourceConfig: import_smithy_client._json,
1268
1284
  roleArn: import_smithy_client.expectString,
@@ -1564,6 +1580,7 @@ var de_StartIdMappingJobCommand = /* @__PURE__ */ __name(async (output, context)
1564
1580
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1565
1581
  const doc = (0, import_smithy_client.take)(data, {
1566
1582
  jobId: import_smithy_client.expectString,
1583
+ jobType: import_smithy_client.expectString,
1567
1584
  outputSourceConfig: import_smithy_client._json
1568
1585
  });
1569
1586
  Object.assign(contents, doc);
@@ -1614,6 +1631,7 @@ var de_UpdateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, co
1614
1631
  const doc = (0, import_smithy_client.take)(data, {
1615
1632
  description: import_smithy_client.expectString,
1616
1633
  idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"),
1634
+ incrementalRunConfig: import_smithy_client._json,
1617
1635
  inputSourceConfig: import_smithy_client._json,
1618
1636
  outputSourceConfig: import_smithy_client._json,
1619
1637
  roleArn: import_smithy_client.expectString,
@@ -2705,6 +2723,7 @@ var paginateListSchemaMappings = (0, import_core.createPaginator)(EntityResoluti
2705
2723
  IdMappingType,
2706
2724
  RecordMatchingModel,
2707
2725
  IdMappingWorkflowRuleDefinitionType,
2726
+ IdMappingIncrementalRunType,
2708
2727
  IdNamespaceType,
2709
2728
  ExceedsLimitException,
2710
2729
  IncrementalRunType,
@@ -2712,6 +2731,7 @@ var paginateListSchemaMappings = (0, import_core.createPaginator)(EntityResoluti
2712
2731
  MatchPurpose,
2713
2732
  SchemaAttributeType,
2714
2733
  ProcessingType,
2734
+ JobType,
2715
2735
  JobStatus,
2716
2736
  ProviderEndpointConfiguration,
2717
2737
  ServiceType,
@@ -104,6 +104,9 @@ export const IdMappingWorkflowRuleDefinitionType = {
104
104
  SOURCE: "SOURCE",
105
105
  TARGET: "TARGET",
106
106
  };
107
+ export const IdMappingIncrementalRunType = {
108
+ ON_DEMAND: "ON_DEMAND",
109
+ };
107
110
  export const IdNamespaceType = {
108
111
  SOURCE: "SOURCE",
109
112
  TARGET: "TARGET",
@@ -166,6 +169,11 @@ export const ProcessingType = {
166
169
  EVENTUAL: "EVENTUAL",
167
170
  EVENTUAL_NO_LOOKUP: "EVENTUAL_NO_LOOKUP",
168
171
  };
172
+ export const JobType = {
173
+ BATCH: "BATCH",
174
+ DELETE_ONLY: "DELETE_ONLY",
175
+ INCREMENTAL: "INCREMENTAL",
176
+ };
169
177
  export const JobStatus = {
170
178
  FAILED: "FAILED",
171
179
  QUEUED: "QUEUED",
@@ -43,6 +43,7 @@ export const se_CreateIdMappingWorkflowCommand = async (input, context) => {
43
43
  body = JSON.stringify(take(input, {
44
44
  description: [],
45
45
  idMappingTechniques: (_) => se_IdMappingTechniques(_, context),
46
+ incrementalRunConfig: (_) => _json(_),
46
47
  inputSourceConfig: (_) => _json(_),
47
48
  outputSourceConfig: (_) => _json(_),
48
49
  roleArn: [],
@@ -378,6 +379,7 @@ export const se_StartIdMappingJobCommand = async (input, context) => {
378
379
  b.p("workflowName", () => input.workflowName, "{workflowName}", false);
379
380
  let body;
380
381
  body = JSON.stringify(take(input, {
382
+ jobType: [],
381
383
  outputSourceConfig: (_) => _json(_),
382
384
  }));
383
385
  b.m("POST").h(headers).b(body);
@@ -429,6 +431,7 @@ export const se_UpdateIdMappingWorkflowCommand = async (input, context) => {
429
431
  body = JSON.stringify(take(input, {
430
432
  description: [],
431
433
  idMappingTechniques: (_) => se_IdMappingTechniques(_, context),
434
+ incrementalRunConfig: (_) => _json(_),
432
435
  inputSourceConfig: (_) => _json(_),
433
436
  outputSourceConfig: (_) => _json(_),
434
437
  roleArn: [],
@@ -531,6 +534,7 @@ export const de_CreateIdMappingWorkflowCommand = async (output, context) => {
531
534
  const doc = take(data, {
532
535
  description: __expectString,
533
536
  idMappingTechniques: (_) => de_IdMappingTechniques(_, context),
537
+ incrementalRunConfig: _json,
534
538
  inputSourceConfig: _json,
535
539
  outputSourceConfig: _json,
536
540
  roleArn: __expectString,
@@ -700,6 +704,7 @@ export const de_GetIdMappingJobCommand = async (output, context) => {
700
704
  endTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
701
705
  errorDetails: _json,
702
706
  jobId: __expectString,
707
+ jobType: __expectString,
703
708
  metrics: _json,
704
709
  outputSourceConfig: _json,
705
710
  startTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -720,6 +725,7 @@ export const de_GetIdMappingWorkflowCommand = async (output, context) => {
720
725
  createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
721
726
  description: __expectString,
722
727
  idMappingTechniques: (_) => de_IdMappingTechniques(_, context),
728
+ incrementalRunConfig: _json,
723
729
  inputSourceConfig: _json,
724
730
  outputSourceConfig: _json,
725
731
  roleArn: __expectString,
@@ -1021,6 +1027,7 @@ export const de_StartIdMappingJobCommand = async (output, context) => {
1021
1027
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1022
1028
  const doc = take(data, {
1023
1029
  jobId: __expectString,
1030
+ jobType: __expectString,
1024
1031
  outputSourceConfig: _json,
1025
1032
  });
1026
1033
  Object.assign(contents, doc);
@@ -1071,6 +1078,7 @@ export const de_UpdateIdMappingWorkflowCommand = async (output, context) => {
1071
1078
  const doc = take(data, {
1072
1079
  description: __expectString,
1073
1080
  idMappingTechniques: (_) => de_IdMappingTechniques(_, context),
1081
+ incrementalRunConfig: _json,
1074
1082
  inputSourceConfig: _json,
1075
1083
  outputSourceConfig: _json,
1076
1084
  roleArn: __expectString,
@@ -68,13 +68,13 @@ declare const AddPolicyStatementCommand_base: {
68
68
  * <p>You do not have sufficient access to perform this action. </p>
69
69
  *
70
70
  * @throws {@link ConflictException} (client fault)
71
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
71
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
72
72
  *
73
73
  * @throws {@link InternalServerException} (server fault)
74
74
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
75
75
  *
76
76
  * @throws {@link ResourceNotFoundException} (client fault)
77
- * <p>The resource could not be found. </p>
77
+ * <p>The resource couldn't be found. </p>
78
78
  *
79
79
  * @throws {@link ThrottlingException} (client fault)
80
80
  * <p>The request was denied due to request throttling. </p>
@@ -75,7 +75,7 @@ declare const BatchDeleteUniqueIdCommand_base: {
75
75
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
76
76
  *
77
77
  * @throws {@link ResourceNotFoundException} (client fault)
78
- * <p>The resource could not be found. </p>
78
+ * <p>The resource couldn't be found. </p>
79
79
  *
80
80
  * @throws {@link ValidationException} (client fault)
81
81
  * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
@@ -27,7 +27,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an <code>IdMappingWorkflow</code> object which stores the configuration of the data processing job to be run. Each <code>IdMappingWorkflow</code> must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.</p>
30
+ * <p>Creates an <code>IdMappingWorkflow</code> object which stores the configuration of the data processing job to be run. Each <code>IdMappingWorkflow</code> must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.</p> <important> <p>Incremental processing is not supported for ID mapping workflows. </p> </important>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -75,6 +75,9 @@ declare const CreateIdMappingWorkflowCommand_base: {
75
75
  * },
76
76
  * },
77
77
  * },
78
+ * incrementalRunConfig: { // IdMappingIncrementalRunConfig
79
+ * incrementalRunType: "ON_DEMAND",
80
+ * },
78
81
  * roleArn: "STRING_VALUE",
79
82
  * tags: { // TagMap
80
83
  * "<keys>": "STRING_VALUE",
@@ -122,6 +125,9 @@ declare const CreateIdMappingWorkflowCommand_base: {
122
125
  * // },
123
126
  * // },
124
127
  * // },
128
+ * // incrementalRunConfig: { // IdMappingIncrementalRunConfig
129
+ * // incrementalRunType: "ON_DEMAND",
130
+ * // },
125
131
  * // roleArn: "STRING_VALUE",
126
132
  * // };
127
133
  *
@@ -137,7 +143,7 @@ declare const CreateIdMappingWorkflowCommand_base: {
137
143
  * <p>You do not have sufficient access to perform this action. </p>
138
144
  *
139
145
  * @throws {@link ConflictException} (client fault)
140
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
146
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
141
147
  *
142
148
  * @throws {@link ExceedsLimitException} (client fault)
143
149
  * <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
@@ -136,7 +136,7 @@ declare const CreateIdNamespaceCommand_base: {
136
136
  * <p>You do not have sufficient access to perform this action. </p>
137
137
  *
138
138
  * @throws {@link ConflictException} (client fault)
139
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
139
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
140
140
  *
141
141
  * @throws {@link ExceedsLimitException} (client fault)
142
142
  * <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
@@ -27,7 +27,7 @@ declare const CreateMatchingWorkflowCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use <code>UpdateMatchingWorkflow</code>. </p> <important> <p>For workflows where <code>resolutionType</code> is ML_MATCHING, incremental processing is not supported. </p> </important>
30
+ * <p>Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use <code>UpdateMatchingWorkflow</code>. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code> or <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -171,7 +171,7 @@ declare const CreateMatchingWorkflowCommand_base: {
171
171
  * <p>You do not have sufficient access to perform this action. </p>
172
172
  *
173
173
  * @throws {@link ConflictException} (client fault)
174
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
174
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
175
175
  *
176
176
  * @throws {@link ExceedsLimitException} (client fault)
177
177
  * <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
@@ -83,7 +83,7 @@ declare const CreateSchemaMappingCommand_base: {
83
83
  * <p>You do not have sufficient access to perform this action. </p>
84
84
  *
85
85
  * @throws {@link ConflictException} (client fault)
86
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
86
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
87
87
  *
88
88
  * @throws {@link ExceedsLimitException} (client fault)
89
89
  * <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
@@ -57,7 +57,7 @@ declare const DeleteIdMappingWorkflowCommand_base: {
57
57
  * <p>You do not have sufficient access to perform this action. </p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
60
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
61
61
  *
62
62
  * @throws {@link InternalServerException} (server fault)
63
63
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
@@ -57,7 +57,7 @@ declare const DeleteMatchingWorkflowCommand_base: {
57
57
  * <p>You do not have sufficient access to perform this action. </p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
60
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
61
61
  *
62
62
  * @throws {@link InternalServerException} (server fault)
63
63
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
@@ -60,13 +60,13 @@ declare const DeletePolicyStatementCommand_base: {
60
60
  * <p>You do not have sufficient access to perform this action. </p>
61
61
  *
62
62
  * @throws {@link ConflictException} (client fault)
63
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
63
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
64
64
  *
65
65
  * @throws {@link InternalServerException} (server fault)
66
66
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
67
67
  *
68
68
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * <p>The resource could not be found. </p>
69
+ * <p>The resource couldn't be found. </p>
70
70
  *
71
71
  * @throws {@link ThrottlingException} (client fault)
72
72
  * <p>The request was denied due to request throttling. </p>
@@ -57,7 +57,7 @@ declare const DeleteSchemaMappingCommand_base: {
57
57
  * <p>You do not have sufficient access to perform this action. </p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
60
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
61
61
  *
62
62
  * @throws {@link InternalServerException} (server fault)
63
63
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
@@ -88,7 +88,7 @@ declare const GenerateMatchIdCommand_base: {
88
88
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
89
89
  *
90
90
  * @throws {@link ResourceNotFoundException} (client fault)
91
- * <p>The resource could not be found. </p>
91
+ * <p>The resource couldn't be found. </p>
92
92
  *
93
93
  * @throws {@link ThrottlingException} (client fault)
94
94
  * <p>The request was denied due to request throttling. </p>
@@ -51,10 +51,18 @@ declare const GetIdMappingJobCommand_base: {
51
51
  * // inputRecords: Number("int"),
52
52
  * // totalRecordsProcessed: Number("int"),
53
53
  * // recordsNotProcessed: Number("int"),
54
+ * // deleteRecordsProcessed: Number("int"),
54
55
  * // totalMappedRecords: Number("int"),
55
56
  * // totalMappedSourceRecords: Number("int"),
56
57
  * // totalMappedTargetRecords: Number("int"),
57
58
  * // uniqueRecordsLoaded: Number("int"),
59
+ * // newMappedRecords: Number("int"),
60
+ * // newMappedSourceRecords: Number("int"),
61
+ * // newMappedTargetRecords: Number("int"),
62
+ * // newUniqueRecordsLoaded: Number("int"),
63
+ * // mappedRecordsRemoved: Number("int"),
64
+ * // mappedSourceRecordsRemoved: Number("int"),
65
+ * // mappedTargetRecordsRemoved: Number("int"),
58
66
  * // },
59
67
  * // errorDetails: { // ErrorDetails
60
68
  * // errorMessage: "STRING_VALUE",
@@ -66,6 +74,7 @@ declare const GetIdMappingJobCommand_base: {
66
74
  * // KMSArn: "STRING_VALUE",
67
75
  * // },
68
76
  * // ],
77
+ * // jobType: "BATCH" || "INCREMENTAL" || "DELETE_ONLY",
69
78
  * // };
70
79
  *
71
80
  * ```
@@ -83,7 +92,7 @@ declare const GetIdMappingJobCommand_base: {
83
92
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
84
93
  *
85
94
  * @throws {@link ResourceNotFoundException} (client fault)
86
- * <p>The resource could not be found. </p>
95
+ * <p>The resource couldn't be found. </p>
87
96
  *
88
97
  * @throws {@link ThrottlingException} (client fault)
89
98
  * <p>The request was denied due to request throttling. </p>
@@ -83,6 +83,9 @@ declare const GetIdMappingWorkflowCommand_base: {
83
83
  * // },
84
84
  * // createdAt: new Date("TIMESTAMP"), // required
85
85
  * // updatedAt: new Date("TIMESTAMP"), // required
86
+ * // incrementalRunConfig: { // IdMappingIncrementalRunConfig
87
+ * // incrementalRunType: "ON_DEMAND",
88
+ * // },
86
89
  * // roleArn: "STRING_VALUE",
87
90
  * // tags: { // TagMap
88
91
  * // "<keys>": "STRING_VALUE",
@@ -104,7 +107,7 @@ declare const GetIdMappingWorkflowCommand_base: {
104
107
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
105
108
  *
106
109
  * @throws {@link ResourceNotFoundException} (client fault)
107
- * <p>The resource could not be found. </p>
110
+ * <p>The resource couldn't be found. </p>
108
111
  *
109
112
  * @throws {@link ThrottlingException} (client fault)
110
113
  * <p>The request was denied due to request throttling. </p>
@@ -101,7 +101,7 @@ declare const GetIdNamespaceCommand_base: {
101
101
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
102
102
  *
103
103
  * @throws {@link ResourceNotFoundException} (client fault)
104
- * <p>The resource could not be found. </p>
104
+ * <p>The resource couldn't be found. </p>
105
105
  *
106
106
  * @throws {@link ThrottlingException} (client fault)
107
107
  * <p>The request was denied due to request throttling. </p>
@@ -27,7 +27,7 @@ declare const GetMatchIdCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the corresponding Match ID of a customer record if the record has been processed in a rule-based matching workflow or ML matching workflow.</p> <p>You can call this API as a dry run of an incremental load on the rule-based matching workflow.</p>
30
+ * <p>Returns the corresponding Match ID of a customer record if the record has been processed in a rule-based matching workflow.</p> <p>You can call this API as a dry run of an incremental load on the rule-based matching workflow.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -65,7 +65,7 @@ declare const GetMatchIdCommand_base: {
65
65
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
66
66
  *
67
67
  * @throws {@link ResourceNotFoundException} (client fault)
68
- * <p>The resource could not be found. </p>
68
+ * <p>The resource couldn't be found. </p>
69
69
  *
70
70
  * @throws {@link ThrottlingException} (client fault)
71
71
  * <p>The request was denied due to request throttling. </p>
@@ -51,6 +51,7 @@ declare const GetMatchingJobCommand_base: {
51
51
  * // inputRecords: Number("int"),
52
52
  * // totalRecordsProcessed: Number("int"),
53
53
  * // recordsNotProcessed: Number("int"),
54
+ * // deleteRecordsProcessed: Number("int"),
54
55
  * // matchIDs: Number("int"),
55
56
  * // },
56
57
  * // errorDetails: { // ErrorDetails
@@ -80,7 +81,7 @@ declare const GetMatchingJobCommand_base: {
80
81
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
81
82
  *
82
83
  * @throws {@link ResourceNotFoundException} (client fault)
83
- * <p>The resource could not be found. </p>
84
+ * <p>The resource couldn't be found. </p>
84
85
  *
85
86
  * @throws {@link ThrottlingException} (client fault)
86
87
  * <p>The request was denied due to request throttling. </p>
@@ -121,7 +121,7 @@ declare const GetMatchingWorkflowCommand_base: {
121
121
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
122
122
  *
123
123
  * @throws {@link ResourceNotFoundException} (client fault)
124
- * <p>The resource could not be found. </p>
124
+ * <p>The resource couldn't be found. </p>
125
125
  *
126
126
  * @throws {@link ThrottlingException} (client fault)
127
127
  * <p>The request was denied due to request throttling. </p>
@@ -62,7 +62,7 @@ declare const GetPolicyCommand_base: {
62
62
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
63
63
  *
64
64
  * @throws {@link ResourceNotFoundException} (client fault)
65
- * <p>The resource could not be found. </p>
65
+ * <p>The resource couldn't be found. </p>
66
66
  *
67
67
  * @throws {@link ThrottlingException} (client fault)
68
68
  * <p>The request was denied due to request throttling. </p>
@@ -105,7 +105,7 @@ declare const GetProviderServiceCommand_base: {
105
105
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
106
106
  *
107
107
  * @throws {@link ResourceNotFoundException} (client fault)
108
- * <p>The resource could not be found. </p>
108
+ * <p>The resource couldn't be found. </p>
109
109
  *
110
110
  * @throws {@link ThrottlingException} (client fault)
111
111
  * <p>The request was denied due to request throttling. </p>
@@ -78,7 +78,7 @@ declare const GetSchemaMappingCommand_base: {
78
78
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
79
79
  *
80
80
  * @throws {@link ResourceNotFoundException} (client fault)
81
- * <p>The resource could not be found. </p>
81
+ * <p>The resource couldn't be found. </p>
82
82
  *
83
83
  * @throws {@link ThrottlingException} (client fault)
84
84
  * <p>The request was denied due to request throttling. </p>
@@ -70,7 +70,7 @@ declare const ListIdMappingJobsCommand_base: {
70
70
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
71
71
  *
72
72
  * @throws {@link ResourceNotFoundException} (client fault)
73
- * <p>The resource could not be found. </p>
73
+ * <p>The resource couldn't be found. </p>
74
74
  *
75
75
  * @throws {@link ThrottlingException} (client fault)
76
76
  * <p>The request was denied due to request throttling. </p>
@@ -70,7 +70,7 @@ declare const ListMatchingJobsCommand_base: {
70
70
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
71
71
  *
72
72
  * @throws {@link ResourceNotFoundException} (client fault)
73
- * <p>The resource could not be found. </p>
73
+ * <p>The resource couldn't be found. </p>
74
74
  *
75
75
  * @throws {@link ThrottlingException} (client fault)
76
76
  * <p>The request was denied due to request throttling. </p>
@@ -59,7 +59,7 @@ declare const ListTagsForResourceCommand_base: {
59
59
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
60
60
  *
61
61
  * @throws {@link ResourceNotFoundException} (client fault)
62
- * <p>The resource could not be found. </p>
62
+ * <p>The resource couldn't be found. </p>
63
63
  *
64
64
  * @throws {@link ValidationException} (client fault)
65
65
  * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
@@ -61,13 +61,13 @@ declare const PutPolicyCommand_base: {
61
61
  * <p>You do not have sufficient access to perform this action. </p>
62
62
  *
63
63
  * @throws {@link ConflictException} (client fault)
64
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
64
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
65
65
  *
66
66
  * @throws {@link InternalServerException} (server fault)
67
67
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
68
68
  *
69
69
  * @throws {@link ResourceNotFoundException} (client fault)
70
- * <p>The resource could not be found. </p>
70
+ * <p>The resource couldn't be found. </p>
71
71
  *
72
72
  * @throws {@link ThrottlingException} (client fault)
73
73
  * <p>The request was denied due to request throttling. </p>
@@ -45,6 +45,7 @@ declare const StartIdMappingJobCommand_base: {
45
45
  * KMSArn: "STRING_VALUE",
46
46
  * },
47
47
  * ],
48
+ * jobType: "BATCH" || "INCREMENTAL" || "DELETE_ONLY",
48
49
  * };
49
50
  * const command = new StartIdMappingJobCommand(input);
50
51
  * const response = await client.send(command);
@@ -57,6 +58,7 @@ declare const StartIdMappingJobCommand_base: {
57
58
  * // KMSArn: "STRING_VALUE",
58
59
  * // },
59
60
  * // ],
61
+ * // jobType: "BATCH" || "INCREMENTAL" || "DELETE_ONLY",
60
62
  * // };
61
63
  *
62
64
  * ```
@@ -71,7 +73,7 @@ declare const StartIdMappingJobCommand_base: {
71
73
  * <p>You do not have sufficient access to perform this action. </p>
72
74
  *
73
75
  * @throws {@link ConflictException} (client fault)
74
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
76
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
75
77
  *
76
78
  * @throws {@link ExceedsLimitException} (client fault)
77
79
  * <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
@@ -80,7 +82,7 @@ declare const StartIdMappingJobCommand_base: {
80
82
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
81
83
  *
82
84
  * @throws {@link ResourceNotFoundException} (client fault)
83
- * <p>The resource could not be found. </p>
85
+ * <p>The resource couldn't be found. </p>
84
86
  *
85
87
  * @throws {@link ThrottlingException} (client fault)
86
88
  * <p>The request was denied due to request throttling. </p>
@@ -57,7 +57,7 @@ declare const StartMatchingJobCommand_base: {
57
57
  * <p>You do not have sufficient access to perform this action. </p>
58
58
  *
59
59
  * @throws {@link ConflictException} (client fault)
60
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
60
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
61
61
  *
62
62
  * @throws {@link ExceedsLimitException} (client fault)
63
63
  * <p>The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded. </p>
@@ -66,7 +66,7 @@ declare const StartMatchingJobCommand_base: {
66
66
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
67
67
  *
68
68
  * @throws {@link ResourceNotFoundException} (client fault)
69
- * <p>The resource could not be found. </p>
69
+ * <p>The resource couldn't be found. </p>
70
70
  *
71
71
  * @throws {@link ThrottlingException} (client fault)
72
72
  * <p>The request was denied due to request throttling. </p>
@@ -58,7 +58,7 @@ declare const TagResourceCommand_base: {
58
58
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
59
59
  *
60
60
  * @throws {@link ResourceNotFoundException} (client fault)
61
- * <p>The resource could not be found. </p>
61
+ * <p>The resource couldn't be found. </p>
62
62
  *
63
63
  * @throws {@link ValidationException} (client fault)
64
64
  * <p>The input fails to satisfy the constraints specified by Entity Resolution. </p>
@@ -58,7 +58,7 @@ declare const UntagResourceCommand_base: {
58
58
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
59
59
  *
60
60
  * @throws {@link ResourceNotFoundException} (client fault)
61
- * <p>The resource could not be found. </p>
61
+ * <p>The resource couldn't be found. </p>
62
62
  *
63
63
  * @throws {@link EntityResolutionServiceException}
64
64
  * <p>Base exception class for all service exceptions from EntityResolution service.</p>
@@ -27,7 +27,7 @@ declare const UpdateIdMappingWorkflowCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP <code>PUT</code> request instead of a <code>POST</code> request, and the <code>IdMappingWorkflow</code> must already exist for the method to succeed.</p>
30
+ * <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP <code>PUT</code> request instead of a <code>POST</code> request, and the <code>IdMappingWorkflow</code> must already exist for the method to succeed.</p> <important> <p>Incremental processing is not supported for ID mapping workflows. </p> </important>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -75,6 +75,9 @@ declare const UpdateIdMappingWorkflowCommand_base: {
75
75
  * },
76
76
  * },
77
77
  * },
78
+ * incrementalRunConfig: { // IdMappingIncrementalRunConfig
79
+ * incrementalRunType: "ON_DEMAND",
80
+ * },
78
81
  * roleArn: "STRING_VALUE",
79
82
  * };
80
83
  * const command = new UpdateIdMappingWorkflowCommand(input);
@@ -119,6 +122,9 @@ declare const UpdateIdMappingWorkflowCommand_base: {
119
122
  * // },
120
123
  * // },
121
124
  * // },
125
+ * // incrementalRunConfig: { // IdMappingIncrementalRunConfig
126
+ * // incrementalRunType: "ON_DEMAND",
127
+ * // },
122
128
  * // roleArn: "STRING_VALUE",
123
129
  * // };
124
130
  *
@@ -137,7 +143,7 @@ declare const UpdateIdMappingWorkflowCommand_base: {
137
143
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
138
144
  *
139
145
  * @throws {@link ResourceNotFoundException} (client fault)
140
- * <p>The resource could not be found. </p>
146
+ * <p>The resource couldn't be found. </p>
141
147
  *
142
148
  * @throws {@link ThrottlingException} (client fault)
143
149
  * <p>The request was denied due to request throttling. </p>
@@ -132,7 +132,7 @@ declare const UpdateIdNamespaceCommand_base: {
132
132
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
133
133
  *
134
134
  * @throws {@link ResourceNotFoundException} (client fault)
135
- * <p>The resource could not be found. </p>
135
+ * <p>The resource couldn't be found. </p>
136
136
  *
137
137
  * @throws {@link ThrottlingException} (client fault)
138
138
  * <p>The request was denied due to request throttling. </p>
@@ -27,7 +27,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates an existing matching workflow. The workflow must already exist for this operation to succeed.</p> <important> <p>For workflows where <code>resolutionType</code> is ML_MATCHING, incremental processing is not supported. </p> </important>
30
+ * <p>Updates an existing matching workflow. The workflow must already exist for this operation to succeed.</p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code> or <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -170,7 +170,7 @@ declare const UpdateMatchingWorkflowCommand_base: {
170
170
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
171
171
  *
172
172
  * @throws {@link ResourceNotFoundException} (client fault)
173
- * <p>The resource could not be found. </p>
173
+ * <p>The resource couldn't be found. </p>
174
174
  *
175
175
  * @throws {@link ThrottlingException} (client fault)
176
176
  * <p>The request was denied due to request throttling. </p>
@@ -80,13 +80,13 @@ declare const UpdateSchemaMappingCommand_base: {
80
80
  * <p>You do not have sufficient access to perform this action. </p>
81
81
  *
82
82
  * @throws {@link ConflictException} (client fault)
83
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
83
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
84
84
  *
85
85
  * @throws {@link InternalServerException} (server fault)
86
86
  * <p>This exception occurs when there is an internal failure in the Entity Resolution service. </p>
87
87
  *
88
88
  * @throws {@link ResourceNotFoundException} (client fault)
89
- * <p>The resource could not be found. </p>
89
+ * <p>The resource couldn't be found. </p>
90
90
  *
91
91
  * @throws {@link ThrottlingException} (client fault)
92
92
  * <p>The request was denied due to request throttling. </p>
@@ -81,7 +81,7 @@ export interface AddPolicyStatementOutput {
81
81
  policy?: string | undefined;
82
82
  }
83
83
  /**
84
- * <p>The request could not be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
84
+ * <p>The request couldn't be processed because of conflict in the current state of the resource. Example: Workflow already exists, Schema already exists, Workflow is currently running, etc. </p>
85
85
  * @public
86
86
  */
87
87
  export declare class ConflictException extends __BaseException {
@@ -106,7 +106,7 @@ export declare class InternalServerException extends __BaseException {
106
106
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
107
107
  }
108
108
  /**
109
- * <p>The resource could not be found. </p>
109
+ * <p>The resource couldn't be found. </p>
110
110
  * @public
111
111
  */
112
112
  export declare class ResourceNotFoundException extends __BaseException {
@@ -200,17 +200,17 @@ export declare const DeleteUniqueIdErrorType: {
200
200
  */
201
201
  export type DeleteUniqueIdErrorType = (typeof DeleteUniqueIdErrorType)[keyof typeof DeleteUniqueIdErrorType];
202
202
  /**
203
- * <p>The Delete Unique Id error.</p>
203
+ * <p>The error information provided when the delete unique ID operation doesn't complete.</p>
204
204
  * @public
205
205
  */
206
206
  export interface DeleteUniqueIdError {
207
207
  /**
208
- * <p>The unique ID that could not be deleted.</p>
208
+ * <p>The unique ID that couldn't be deleted.</p>
209
209
  * @public
210
210
  */
211
211
  uniqueId: string | undefined;
212
212
  /**
213
- * <p> The error type for the batch delete unique ID operation.</p>
213
+ * <p> The error type for the delete unique ID operation.</p> <p>The <code>SERVICE_ERROR</code> value indicates that an internal service-side problem occurred during the deletion operation.</p> <p>The <code>VALIDATION_ERROR</code> value indicates that the deletion operation couldn't complete because of invalid input parameters or data.</p>
214
214
  * @public
215
215
  */
216
216
  errorType: DeleteUniqueIdErrorType | undefined;
@@ -383,6 +383,28 @@ export interface IdMappingTechniques {
383
383
  */
384
384
  providerProperties?: ProviderProperties | undefined;
385
385
  }
386
+ /**
387
+ * @public
388
+ * @enum
389
+ */
390
+ export declare const IdMappingIncrementalRunType: {
391
+ readonly ON_DEMAND: "ON_DEMAND";
392
+ };
393
+ /**
394
+ * @public
395
+ */
396
+ export type IdMappingIncrementalRunType = (typeof IdMappingIncrementalRunType)[keyof typeof IdMappingIncrementalRunType];
397
+ /**
398
+ * <p> Incremental run configuration for an ID mapping workflow.</p>
399
+ * @public
400
+ */
401
+ export interface IdMappingIncrementalRunConfig {
402
+ /**
403
+ * <p> The incremental run type for an ID mapping workflow.</p> <p>It takes only one value: <code>ON_DEMAND</code>. This setting runs the ID mapping workflow when it's manually triggered through the <code>StartIdMappingJob</code> API.</p>
404
+ * @public
405
+ */
406
+ incrementalRunType?: IdMappingIncrementalRunType | undefined;
407
+ }
386
408
  /**
387
409
  * @public
388
410
  * @enum
@@ -461,6 +483,11 @@ export interface CreateIdMappingWorkflowInput {
461
483
  * @public
462
484
  */
463
485
  idMappingTechniques: IdMappingTechniques | undefined;
486
+ /**
487
+ * <p> The incremental run configuration for the ID mapping workflow.</p>
488
+ * @public
489
+ */
490
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
464
491
  /**
465
492
  * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.</p>
466
493
  * @public
@@ -506,6 +533,11 @@ export interface CreateIdMappingWorkflowOutput {
506
533
  * @public
507
534
  */
508
535
  idMappingTechniques: IdMappingTechniques | undefined;
536
+ /**
537
+ * <p> The incremental run configuration for the ID mapping workflow.</p>
538
+ * @public
539
+ */
540
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
509
541
  /**
510
542
  * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.</p>
511
543
  * @public
@@ -720,12 +752,12 @@ export declare const IncrementalRunType: {
720
752
  */
721
753
  export type IncrementalRunType = (typeof IncrementalRunType)[keyof typeof IncrementalRunType];
722
754
  /**
723
- * <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code>, incremental processing is not supported. </p> </important>
755
+ * <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code> or <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
724
756
  * @public
725
757
  */
726
758
  export interface IncrementalRunConfig {
727
759
  /**
728
- * <p>The type of incremental run. The only valid value is <code>IMMEDIATE</code>. This appears as "Automatic" in the console.</p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code>, incremental processing is not supported. </p> </important>
760
+ * <p>The type of incremental run. The only valid value is <code>IMMEDIATE</code>. This appears as "Automatic" in the console.</p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code> or <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
729
761
  * @public
730
762
  */
731
763
  incrementalRunType?: IncrementalRunType | undefined;
@@ -872,7 +904,7 @@ export interface RuleConditionProperties {
872
904
  */
873
905
  export interface ResolutionTechniques {
874
906
  /**
875
- * <p>The type of matching. There are three types of matching: <code>RULE_MATCHING</code>, <code>ML_MATCHING</code>, and <code>PROVIDER</code>.</p>
907
+ * <p>The type of matching workflow to create. Specify one of the following types: </p> <ul> <li> <p> <code>RULE_MATCHING</code>: Match records using configurable rule-based criteria </p> </li> <li> <p> <code>ML_MATCHING</code>: Match records using machine learning models </p> </li> <li> <p> <code>PROVIDER</code>: Match records using a third-party matching provider</p> </li> </ul>
876
908
  * @public
877
909
  */
878
910
  resolutionType: ResolutionType | undefined;
@@ -922,7 +954,7 @@ export interface CreateMatchingWorkflowInput {
922
954
  */
923
955
  resolutionTechniques: ResolutionTechniques | undefined;
924
956
  /**
925
- * <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code>, incremental processing is not supported. </p> </important>
957
+ * <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code> or <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
926
958
  * @public
927
959
  */
928
960
  incrementalRunConfig?: IncrementalRunConfig | undefined;
@@ -1369,6 +1401,19 @@ export interface ErrorDetails {
1369
1401
  */
1370
1402
  errorMessage?: string | undefined;
1371
1403
  }
1404
+ /**
1405
+ * @public
1406
+ * @enum
1407
+ */
1408
+ export declare const JobType: {
1409
+ readonly BATCH: "BATCH";
1410
+ readonly DELETE_ONLY: "DELETE_ONLY";
1411
+ readonly INCREMENTAL: "INCREMENTAL";
1412
+ };
1413
+ /**
1414
+ * @public
1415
+ */
1416
+ export type JobType = (typeof JobType)[keyof typeof JobType];
1372
1417
  /**
1373
1418
  * <p>An object that contains metrics about an ID mapping job, including counts of input records, processed records, and mapped records between source and target identifiers. </p>
1374
1419
  * @public
@@ -1389,6 +1434,11 @@ export interface IdMappingJobMetrics {
1389
1434
  * @public
1390
1435
  */
1391
1436
  recordsNotProcessed?: number | undefined;
1437
+ /**
1438
+ * <p>The number of records processed that were marked for deletion in the input file using the DELETE schema mapping field. These are the records to be removed from the ID mapping table.</p>
1439
+ * @public
1440
+ */
1441
+ deleteRecordsProcessed?: number | undefined;
1392
1442
  /**
1393
1443
  * <p> The total number of records that were mapped.</p>
1394
1444
  * @public
@@ -1405,10 +1455,45 @@ export interface IdMappingJobMetrics {
1405
1455
  */
1406
1456
  totalMappedTargetRecords?: number | undefined;
1407
1457
  /**
1408
- * <p>The number of records remaining after loading and aggregating duplicate records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping - records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric. </p>
1458
+ * <p>The number of de-duplicated processed records across all runs, excluding deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric. </p>
1409
1459
  * @public
1410
1460
  */
1411
1461
  uniqueRecordsLoaded?: number | undefined;
1462
+ /**
1463
+ * <p> The number of new mapped records.</p>
1464
+ * @public
1465
+ */
1466
+ newMappedRecords?: number | undefined;
1467
+ /**
1468
+ * <p> The number of new source records mapped.</p>
1469
+ * @public
1470
+ */
1471
+ newMappedSourceRecords?: number | undefined;
1472
+ /**
1473
+ * <p> The number of new mapped target records.</p>
1474
+ * @public
1475
+ */
1476
+ newMappedTargetRecords?: number | undefined;
1477
+ /**
1478
+ * <p>The number of new unique records processed in the current job run, after removing duplicates. This metric excludes deletion-related records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping. Records sharing the same value in this field are considered duplicates. For example, if your current run processes five new records with the same UNIQUE_ID value, they would count as one new unique record in this metric.</p>
1479
+ * @public
1480
+ */
1481
+ newUniqueRecordsLoaded?: number | undefined;
1482
+ /**
1483
+ * <p> The number of mapped records removed.</p>
1484
+ * @public
1485
+ */
1486
+ mappedRecordsRemoved?: number | undefined;
1487
+ /**
1488
+ * <p> The number of source records removed due to ID mapping.</p>
1489
+ * @public
1490
+ */
1491
+ mappedSourceRecordsRemoved?: number | undefined;
1492
+ /**
1493
+ * <p> The number of mapped target records removed.</p>
1494
+ * @public
1495
+ */
1496
+ mappedTargetRecordsRemoved?: number | undefined;
1412
1497
  }
1413
1498
  /**
1414
1499
  * <p>An object containing <code>KMSArn</code>, <code>outputS3Path</code>, and <code>roleARN</code>.</p>
@@ -1484,6 +1569,11 @@ export interface GetIdMappingJobOutput {
1484
1569
  * @public
1485
1570
  */
1486
1571
  outputSourceConfig?: IdMappingJobOutputSource[] | undefined;
1572
+ /**
1573
+ * <p> The job type of the ID mapping job.</p> <p>A value of <code>INCREMENTAL</code> indicates that only new or changed data was processed since the last job run. This is the default job type if the workflow was created with an <code>incrementalRunConfig</code>.</p> <p>A value of <code>BATCH</code> indicates that all data was processed from the input source, regardless of previous job runs. This is the default job type if the workflow wasn't created with an <code>incrementalRunConfig</code>.</p> <p>A value of <code>DELETE_ONLY</code> indicates that only deletion requests from <code>BatchDeleteUniqueIds</code> were processed.</p>
1574
+ * @public
1575
+ */
1576
+ jobType?: JobType | undefined;
1487
1577
  }
1488
1578
  /**
1489
1579
  * @public
@@ -1539,6 +1629,11 @@ export interface GetIdMappingWorkflowOutput {
1539
1629
  * @public
1540
1630
  */
1541
1631
  updatedAt: Date | undefined;
1632
+ /**
1633
+ * <p> The incremental run configuration for the ID mapping workflow.</p>
1634
+ * @public
1635
+ */
1636
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
1542
1637
  /**
1543
1638
  * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.</p>
1544
1639
  * @public
@@ -1685,6 +1780,11 @@ export interface JobMetrics {
1685
1780
  * @public
1686
1781
  */
1687
1782
  recordsNotProcessed?: number | undefined;
1783
+ /**
1784
+ * <p>The number of records processed that were marked for deletion (<code>DELETE</code> = True) in the input file. This metric tracks records flagged for removal during the job execution.</p>
1785
+ * @public
1786
+ */
1787
+ deleteRecordsProcessed?: number | undefined;
1688
1788
  /**
1689
1789
  * <p>The total number of <code>matchID</code>s generated.</p>
1690
1790
  * @public
@@ -2635,6 +2735,11 @@ export interface StartIdMappingJobInput {
2635
2735
  * @public
2636
2736
  */
2637
2737
  outputSourceConfig?: IdMappingJobOutputSource[] | undefined;
2738
+ /**
2739
+ * <p> The job type for the ID mapping job.</p> <p>If the <code>jobType</code> value is set to <code>INCREMENTAL</code>, only new or changed data is processed since the last job run. This is the default value if the <code>CreateIdMappingWorkflow</code> API is configured with an <code>incrementalRunConfig</code>.</p> <p>If the <code>jobType</code> value is set to <code>BATCH</code>, all data is processed from the input source, regardless of previous job runs. This is the default value if the <code>CreateIdMappingWorkflow</code> API isn't configured with an <code>incrementalRunConfig</code>.</p> <p>If the <code>jobType</code> value is set to <code>DELETE_ONLY</code>, only deletion requests from <code>BatchDeleteUniqueIds</code> are processed.</p>
2740
+ * @public
2741
+ */
2742
+ jobType?: JobType | undefined;
2638
2743
  }
2639
2744
  /**
2640
2745
  * @public
@@ -2650,6 +2755,11 @@ export interface StartIdMappingJobOutput {
2650
2755
  * @public
2651
2756
  */
2652
2757
  outputSourceConfig?: IdMappingJobOutputSource[] | undefined;
2758
+ /**
2759
+ * <p> The job type for the started ID mapping job.</p> <p>A value of <code>INCREMENTAL</code> indicates that only new or changed data was processed since the last job run. This is the default job type if the workflow was created with an <code>incrementalRunConfig</code>.</p> <p>A value of <code>BATCH</code> indicates that all data was processed from the input source, regardless of previous job runs. This is the default job type if the workflow wasn't created with an <code>incrementalRunConfig</code>.</p> <p>A value of <code>DELETE_ONLY</code> indicates that only deletion requests from <code>BatchDeleteUniqueIds</code> were processed.</p>
2760
+ * @public
2761
+ */
2762
+ jobType?: JobType | undefined;
2653
2763
  }
2654
2764
  /**
2655
2765
  * @public
@@ -2740,6 +2850,11 @@ export interface UpdateIdMappingWorkflowInput {
2740
2850
  * @public
2741
2851
  */
2742
2852
  idMappingTechniques: IdMappingTechniques | undefined;
2853
+ /**
2854
+ * <p> The incremental run configuration for the update ID mapping workflow.</p>
2855
+ * @public
2856
+ */
2857
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
2743
2858
  /**
2744
2859
  * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.</p>
2745
2860
  * @public
@@ -2780,6 +2895,11 @@ export interface UpdateIdMappingWorkflowOutput {
2780
2895
  * @public
2781
2896
  */
2782
2897
  idMappingTechniques: IdMappingTechniques | undefined;
2898
+ /**
2899
+ * <p> The incremental run configuration for the update ID mapping workflow output.</p>
2900
+ * @public
2901
+ */
2902
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
2783
2903
  /**
2784
2904
  * <p>The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.</p>
2785
2905
  * @public
@@ -2896,7 +3016,7 @@ export interface UpdateMatchingWorkflowInput {
2896
3016
  */
2897
3017
  resolutionTechniques: ResolutionTechniques | undefined;
2898
3018
  /**
2899
- * <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code>, incremental processing is not supported. </p> </important>
3019
+ * <p>Optional. An object that defines the incremental run type. This object contains only the <code>incrementalRunType</code> field, which appears as "Automatic" in the console. </p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code> or <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
2900
3020
  * @public
2901
3021
  */
2902
3022
  incrementalRunConfig?: IncrementalRunConfig | undefined;
@@ -140,6 +140,14 @@ export interface IdMappingTechniques {
140
140
  ruleBasedProperties?: IdMappingRuleBasedProperties | undefined;
141
141
  providerProperties?: ProviderProperties | undefined;
142
142
  }
143
+ export declare const IdMappingIncrementalRunType: {
144
+ readonly ON_DEMAND: "ON_DEMAND";
145
+ };
146
+ export type IdMappingIncrementalRunType =
147
+ (typeof IdMappingIncrementalRunType)[keyof typeof IdMappingIncrementalRunType];
148
+ export interface IdMappingIncrementalRunConfig {
149
+ incrementalRunType?: IdMappingIncrementalRunType | undefined;
150
+ }
143
151
  export declare const IdNamespaceType: {
144
152
  readonly SOURCE: "SOURCE";
145
153
  readonly TARGET: "TARGET";
@@ -161,6 +169,7 @@ export interface CreateIdMappingWorkflowInput {
161
169
  inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
162
170
  outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
163
171
  idMappingTechniques: IdMappingTechniques | undefined;
172
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
164
173
  roleArn?: string | undefined;
165
174
  tags?: Record<string, string> | undefined;
166
175
  }
@@ -171,6 +180,7 @@ export interface CreateIdMappingWorkflowOutput {
171
180
  inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
172
181
  outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
173
182
  idMappingTechniques: IdMappingTechniques | undefined;
183
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
174
184
  roleArn?: string | undefined;
175
185
  }
176
186
  export declare class ExceedsLimitException extends __BaseException {
@@ -421,14 +431,28 @@ export interface GetIdMappingJobInput {
421
431
  export interface ErrorDetails {
422
432
  errorMessage?: string | undefined;
423
433
  }
434
+ export declare const JobType: {
435
+ readonly BATCH: "BATCH";
436
+ readonly DELETE_ONLY: "DELETE_ONLY";
437
+ readonly INCREMENTAL: "INCREMENTAL";
438
+ };
439
+ export type JobType = (typeof JobType)[keyof typeof JobType];
424
440
  export interface IdMappingJobMetrics {
425
441
  inputRecords?: number | undefined;
426
442
  totalRecordsProcessed?: number | undefined;
427
443
  recordsNotProcessed?: number | undefined;
444
+ deleteRecordsProcessed?: number | undefined;
428
445
  totalMappedRecords?: number | undefined;
429
446
  totalMappedSourceRecords?: number | undefined;
430
447
  totalMappedTargetRecords?: number | undefined;
431
448
  uniqueRecordsLoaded?: number | undefined;
449
+ newMappedRecords?: number | undefined;
450
+ newMappedSourceRecords?: number | undefined;
451
+ newMappedTargetRecords?: number | undefined;
452
+ newUniqueRecordsLoaded?: number | undefined;
453
+ mappedRecordsRemoved?: number | undefined;
454
+ mappedSourceRecordsRemoved?: number | undefined;
455
+ mappedTargetRecordsRemoved?: number | undefined;
432
456
  }
433
457
  export interface IdMappingJobOutputSource {
434
458
  roleArn: string | undefined;
@@ -450,6 +474,7 @@ export interface GetIdMappingJobOutput {
450
474
  metrics?: IdMappingJobMetrics | undefined;
451
475
  errorDetails?: ErrorDetails | undefined;
452
476
  outputSourceConfig?: IdMappingJobOutputSource[] | undefined;
477
+ jobType?: JobType | undefined;
453
478
  }
454
479
  export interface GetIdMappingWorkflowInput {
455
480
  workflowName: string | undefined;
@@ -463,6 +488,7 @@ export interface GetIdMappingWorkflowOutput {
463
488
  idMappingTechniques: IdMappingTechniques | undefined;
464
489
  createdAt: Date | undefined;
465
490
  updatedAt: Date | undefined;
491
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
466
492
  roleArn?: string | undefined;
467
493
  tags?: Record<string, string> | undefined;
468
494
  }
@@ -500,6 +526,7 @@ export interface JobMetrics {
500
526
  inputRecords?: number | undefined;
501
527
  totalRecordsProcessed?: number | undefined;
502
528
  recordsNotProcessed?: number | undefined;
529
+ deleteRecordsProcessed?: number | undefined;
503
530
  matchIDs?: number | undefined;
504
531
  }
505
532
  export interface JobOutputSource {
@@ -752,10 +779,12 @@ export interface PutPolicyOutput {
752
779
  export interface StartIdMappingJobInput {
753
780
  workflowName: string | undefined;
754
781
  outputSourceConfig?: IdMappingJobOutputSource[] | undefined;
782
+ jobType?: JobType | undefined;
755
783
  }
756
784
  export interface StartIdMappingJobOutput {
757
785
  jobId: string | undefined;
758
786
  outputSourceConfig?: IdMappingJobOutputSource[] | undefined;
787
+ jobType?: JobType | undefined;
759
788
  }
760
789
  export interface StartMatchingJobInput {
761
790
  workflowName: string | undefined;
@@ -779,6 +808,7 @@ export interface UpdateIdMappingWorkflowInput {
779
808
  inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
780
809
  outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
781
810
  idMappingTechniques: IdMappingTechniques | undefined;
811
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
782
812
  roleArn?: string | undefined;
783
813
  }
784
814
  export interface UpdateIdMappingWorkflowOutput {
@@ -788,6 +818,7 @@ export interface UpdateIdMappingWorkflowOutput {
788
818
  inputSourceConfig: IdMappingWorkflowInputSource[] | undefined;
789
819
  outputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
790
820
  idMappingTechniques: IdMappingTechniques | undefined;
821
+ incrementalRunConfig?: IdMappingIncrementalRunConfig | undefined;
791
822
  roleArn?: string | undefined;
792
823
  }
793
824
  export interface UpdateIdNamespaceInput {
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.894.0",
4
+ "version": "3.895.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-entityresolution",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.894.0",
24
- "@aws-sdk/credential-provider-node": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.895.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.894.0",
28
+ "@aws-sdk/middleware-user-agent": "3.895.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.895.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.894.0",
33
+ "@aws-sdk/util-user-agent-node": "3.895.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",