@aws-sdk/client-entityresolution 3.490.0 → 3.496.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 (47) hide show
  1. package/dist-cjs/EntityResolution.js +1 -65
  2. package/dist-cjs/EntityResolutionClient.js +1 -43
  3. package/dist-cjs/commands/CreateIdMappingWorkflowCommand.js +1 -28
  4. package/dist-cjs/commands/CreateMatchingWorkflowCommand.js +1 -28
  5. package/dist-cjs/commands/CreateSchemaMappingCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteIdMappingWorkflowCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteMatchingWorkflowCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteSchemaMappingCommand.js +1 -28
  9. package/dist-cjs/commands/GetIdMappingJobCommand.js +1 -28
  10. package/dist-cjs/commands/GetIdMappingWorkflowCommand.js +1 -28
  11. package/dist-cjs/commands/GetMatchIdCommand.js +1 -29
  12. package/dist-cjs/commands/GetMatchingJobCommand.js +1 -28
  13. package/dist-cjs/commands/GetMatchingWorkflowCommand.js +1 -28
  14. package/dist-cjs/commands/GetProviderServiceCommand.js +1 -28
  15. package/dist-cjs/commands/GetSchemaMappingCommand.js +1 -28
  16. package/dist-cjs/commands/ListIdMappingJobsCommand.js +1 -28
  17. package/dist-cjs/commands/ListIdMappingWorkflowsCommand.js +1 -28
  18. package/dist-cjs/commands/ListMatchingJobsCommand.js +1 -28
  19. package/dist-cjs/commands/ListMatchingWorkflowsCommand.js +1 -28
  20. package/dist-cjs/commands/ListProviderServicesCommand.js +1 -28
  21. package/dist-cjs/commands/ListSchemaMappingsCommand.js +1 -28
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  23. package/dist-cjs/commands/StartIdMappingJobCommand.js +1 -28
  24. package/dist-cjs/commands/StartMatchingJobCommand.js +1 -28
  25. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  26. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateIdMappingWorkflowCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateMatchingWorkflowCommand.js +1 -28
  29. package/dist-cjs/commands/UpdateSchemaMappingCommand.js +1 -28
  30. package/dist-cjs/commands/index.js +1 -30
  31. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  32. package/dist-cjs/extensionConfiguration.js +1 -2
  33. package/dist-cjs/index.js +2830 -11
  34. package/dist-cjs/models/EntityResolutionServiceException.js +1 -12
  35. package/dist-cjs/models/index.js +1 -4
  36. package/dist-cjs/models/models_0.js +1 -162
  37. package/dist-cjs/pagination/Interfaces.js +1 -2
  38. package/dist-cjs/pagination/ListIdMappingJobsPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListIdMappingWorkflowsPaginator.js +1 -7
  40. package/dist-cjs/pagination/ListMatchingJobsPaginator.js +1 -7
  41. package/dist-cjs/pagination/ListMatchingWorkflowsPaginator.js +1 -7
  42. package/dist-cjs/pagination/ListProviderServicesPaginator.js +1 -7
  43. package/dist-cjs/pagination/ListSchemaMappingsPaginator.js +1 -7
  44. package/dist-cjs/pagination/index.js +1 -10
  45. package/dist-cjs/protocols/Aws_restJson1.js +1 -1935
  46. package/dist-cjs/runtimeExtensions.js +1 -22
  47. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProviderServicesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListProviderServicesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "ListProviderServices", {})
22
- .n("EntityResolutionClient", "ListProviderServicesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListProviderServicesCommand)
25
- .de(Aws_restJson1_1.de_ListProviderServicesCommand)
26
- .build() {
27
- }
28
- exports.ListProviderServicesCommand = ListProviderServicesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSchemaMappingsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListSchemaMappingsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "ListSchemaMappings", {})
22
- .n("EntityResolutionClient", "ListSchemaMappingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSchemaMappingsCommand)
25
- .de(Aws_restJson1_1.de_ListSchemaMappingsCommand)
26
- .build() {
27
- }
28
- exports.ListSchemaMappingsCommand = ListSchemaMappingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "ListTagsForResource", {})
22
- .n("EntityResolutionClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartIdMappingJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartIdMappingJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "StartIdMappingJob", {})
22
- .n("EntityResolutionClient", "StartIdMappingJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartIdMappingJobCommand)
25
- .de(Aws_restJson1_1.de_StartIdMappingJobCommand)
26
- .build() {
27
- }
28
- exports.StartIdMappingJobCommand = StartIdMappingJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartMatchingJobCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartMatchingJobCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "StartMatchingJob", {})
22
- .n("EntityResolutionClient", "StartMatchingJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartMatchingJobCommand)
25
- .de(Aws_restJson1_1.de_StartMatchingJobCommand)
26
- .build() {
27
- }
28
- exports.StartMatchingJobCommand = StartMatchingJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "TagResource", {})
22
- .n("EntityResolutionClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "UntagResource", {})
22
- .n("EntityResolutionClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateIdMappingWorkflowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateIdMappingWorkflowCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "UpdateIdMappingWorkflow", {})
22
- .n("EntityResolutionClient", "UpdateIdMappingWorkflowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateIdMappingWorkflowCommand)
25
- .de(Aws_restJson1_1.de_UpdateIdMappingWorkflowCommand)
26
- .build() {
27
- }
28
- exports.UpdateIdMappingWorkflowCommand = UpdateIdMappingWorkflowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMatchingWorkflowCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateMatchingWorkflowCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "UpdateMatchingWorkflow", {})
22
- .n("EntityResolutionClient", "UpdateMatchingWorkflowCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateMatchingWorkflowCommand)
25
- .de(Aws_restJson1_1.de_UpdateMatchingWorkflowCommand)
26
- .build() {
27
- }
28
- exports.UpdateMatchingWorkflowCommand = UpdateMatchingWorkflowCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSchemaMappingCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateSchemaMappingCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSVeniceService", "UpdateSchemaMapping", {})
22
- .n("EntityResolutionClient", "UpdateSchemaMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateSchemaMappingCommand)
25
- .de(Aws_restJson1_1.de_UpdateSchemaMappingCommand)
26
- .build() {
27
- }
28
- exports.UpdateSchemaMappingCommand = UpdateSchemaMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,30 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateIdMappingWorkflowCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateMatchingWorkflowCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateSchemaMappingCommand"), exports);
7
- tslib_1.__exportStar(require("./DeleteIdMappingWorkflowCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteMatchingWorkflowCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteSchemaMappingCommand"), exports);
10
- tslib_1.__exportStar(require("./GetIdMappingJobCommand"), exports);
11
- tslib_1.__exportStar(require("./GetIdMappingWorkflowCommand"), exports);
12
- tslib_1.__exportStar(require("./GetMatchIdCommand"), exports);
13
- tslib_1.__exportStar(require("./GetMatchingJobCommand"), exports);
14
- tslib_1.__exportStar(require("./GetMatchingWorkflowCommand"), exports);
15
- tslib_1.__exportStar(require("./GetProviderServiceCommand"), exports);
16
- tslib_1.__exportStar(require("./GetSchemaMappingCommand"), exports);
17
- tslib_1.__exportStar(require("./ListIdMappingJobsCommand"), exports);
18
- tslib_1.__exportStar(require("./ListIdMappingWorkflowsCommand"), exports);
19
- tslib_1.__exportStar(require("./ListMatchingJobsCommand"), exports);
20
- tslib_1.__exportStar(require("./ListMatchingWorkflowsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListProviderServicesCommand"), exports);
22
- tslib_1.__exportStar(require("./ListSchemaMappingsCommand"), exports);
23
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
24
- tslib_1.__exportStar(require("./StartIdMappingJobCommand"), exports);
25
- tslib_1.__exportStar(require("./StartMatchingJobCommand"), exports);
26
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
27
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
28
- tslib_1.__exportStar(require("./UpdateIdMappingWorkflowCommand"), exports);
29
- tslib_1.__exportStar(require("./UpdateMatchingWorkflowCommand"), exports);
30
- tslib_1.__exportStar(require("./UpdateSchemaMappingCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "entityresolution",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");