@aws-sdk/client-entityresolution 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +22 -21
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2774,31 +2774,24 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2774
2774
  // Annotate the CommonJS export names for ESM import in node:
2775
2775
 
2776
2776
  0 && (module.exports = {
2777
- AccessDeniedException,
2778
- AttributeMatchingModel,
2779
- ConflictException,
2777
+ EntityResolutionServiceException,
2778
+ __Client,
2779
+ EntityResolutionClient,
2780
+ EntityResolution,
2781
+ $Command,
2780
2782
  CreateIdMappingWorkflowCommand,
2781
2783
  CreateMatchingWorkflowCommand,
2782
2784
  CreateSchemaMappingCommand,
2783
2785
  DeleteIdMappingWorkflowCommand,
2784
2786
  DeleteMatchingWorkflowCommand,
2785
2787
  DeleteSchemaMappingCommand,
2786
- EntityResolution,
2787
- EntityResolutionClient,
2788
- EntityResolutionServiceException,
2789
- ExceedsLimitException,
2790
2788
  GetIdMappingJobCommand,
2791
2789
  GetIdMappingWorkflowCommand,
2792
2790
  GetMatchIdCommand,
2793
- GetMatchIdInputFilterSensitiveLog,
2794
2791
  GetMatchingJobCommand,
2795
2792
  GetMatchingWorkflowCommand,
2796
2793
  GetProviderServiceCommand,
2797
2794
  GetSchemaMappingCommand,
2798
- IdMappingType,
2799
- IncrementalRunType,
2800
- InternalServerException,
2801
- JobStatus,
2802
2795
  ListIdMappingJobsCommand,
2803
2796
  ListIdMappingWorkflowsCommand,
2804
2797
  ListMatchingJobsCommand,
@@ -2806,26 +2799,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2806
2799
  ListProviderServicesCommand,
2807
2800
  ListSchemaMappingsCommand,
2808
2801
  ListTagsForResourceCommand,
2809
- ProviderEndpointConfiguration,
2810
- ResolutionType,
2811
- ResourceNotFoundException,
2812
- SchemaAttributeType,
2813
- ServiceType,
2814
2802
  StartIdMappingJobCommand,
2815
2803
  StartMatchingJobCommand,
2816
2804
  TagResourceCommand,
2817
- ThrottlingException,
2818
2805
  UntagResourceCommand,
2819
2806
  UpdateIdMappingWorkflowCommand,
2820
2807
  UpdateMatchingWorkflowCommand,
2821
2808
  UpdateSchemaMappingCommand,
2822
- ValidationException,
2823
- __Client,
2824
2809
  paginateListIdMappingJobs,
2825
2810
  paginateListIdMappingWorkflows,
2826
2811
  paginateListMatchingJobs,
2827
2812
  paginateListMatchingWorkflows,
2828
2813
  paginateListProviderServices,
2829
- paginateListSchemaMappings
2814
+ paginateListSchemaMappings,
2815
+ AccessDeniedException,
2816
+ AttributeMatchingModel,
2817
+ ConflictException,
2818
+ IdMappingType,
2819
+ ExceedsLimitException,
2820
+ InternalServerException,
2821
+ ThrottlingException,
2822
+ ValidationException,
2823
+ IncrementalRunType,
2824
+ ResolutionType,
2825
+ SchemaAttributeType,
2826
+ JobStatus,
2827
+ ResourceNotFoundException,
2828
+ ProviderEndpointConfiguration,
2829
+ ServiceType,
2830
+ GetMatchIdInputFilterSensitiveLog
2830
2831
  });
2831
2832
 
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.496.0",
4
+ "version": "3.499.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",