@aws-sdk/client-entityresolution 3.490.0 → 3.495.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 +2828 -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,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EntityResolutionServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class EntityResolutionServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, EntityResolutionServiceException.prototype);
10
- }
11
- }
12
- exports.EntityResolutionServiceException = EntityResolutionServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,162 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMatchIdInputFilterSensitiveLog = exports.ServiceType = exports.ProviderEndpointConfiguration = exports.ResourceNotFoundException = exports.JobStatus = exports.SchemaAttributeType = exports.ResolutionType = exports.IncrementalRunType = exports.ValidationException = exports.ThrottlingException = exports.InternalServerException = exports.ExceedsLimitException = exports.IdMappingType = exports.ConflictException = exports.AttributeMatchingModel = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const EntityResolutionServiceException_1 = require("./EntityResolutionServiceException");
6
- class AccessDeniedException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
7
- constructor(opts) {
8
- super({
9
- name: "AccessDeniedException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- this.name = "AccessDeniedException";
14
- this.$fault = "client";
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- }
17
- }
18
- exports.AccessDeniedException = AccessDeniedException;
19
- exports.AttributeMatchingModel = {
20
- MANY_TO_MANY: "MANY_TO_MANY",
21
- ONE_TO_ONE: "ONE_TO_ONE",
22
- };
23
- class ConflictException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
24
- constructor(opts) {
25
- super({
26
- name: "ConflictException",
27
- $fault: "client",
28
- ...opts,
29
- });
30
- this.name = "ConflictException";
31
- this.$fault = "client";
32
- Object.setPrototypeOf(this, ConflictException.prototype);
33
- }
34
- }
35
- exports.ConflictException = ConflictException;
36
- exports.IdMappingType = {
37
- PROVIDER: "PROVIDER",
38
- };
39
- class ExceedsLimitException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
40
- constructor(opts) {
41
- super({
42
- name: "ExceedsLimitException",
43
- $fault: "client",
44
- ...opts,
45
- });
46
- this.name = "ExceedsLimitException";
47
- this.$fault = "client";
48
- Object.setPrototypeOf(this, ExceedsLimitException.prototype);
49
- this.quotaName = opts.quotaName;
50
- this.quotaValue = opts.quotaValue;
51
- }
52
- }
53
- exports.ExceedsLimitException = ExceedsLimitException;
54
- class InternalServerException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
55
- constructor(opts) {
56
- super({
57
- name: "InternalServerException",
58
- $fault: "server",
59
- ...opts,
60
- });
61
- this.name = "InternalServerException";
62
- this.$fault = "server";
63
- this.$retryable = {};
64
- Object.setPrototypeOf(this, InternalServerException.prototype);
65
- }
66
- }
67
- exports.InternalServerException = InternalServerException;
68
- class ThrottlingException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
69
- constructor(opts) {
70
- super({
71
- name: "ThrottlingException",
72
- $fault: "client",
73
- ...opts,
74
- });
75
- this.name = "ThrottlingException";
76
- this.$fault = "client";
77
- this.$retryable = {
78
- throttling: true,
79
- };
80
- Object.setPrototypeOf(this, ThrottlingException.prototype);
81
- }
82
- }
83
- exports.ThrottlingException = ThrottlingException;
84
- class ValidationException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
85
- constructor(opts) {
86
- super({
87
- name: "ValidationException",
88
- $fault: "client",
89
- ...opts,
90
- });
91
- this.name = "ValidationException";
92
- this.$fault = "client";
93
- Object.setPrototypeOf(this, ValidationException.prototype);
94
- }
95
- }
96
- exports.ValidationException = ValidationException;
97
- exports.IncrementalRunType = {
98
- IMMEDIATE: "IMMEDIATE",
99
- };
100
- exports.ResolutionType = {
101
- ML_MATCHING: "ML_MATCHING",
102
- PROVIDER: "PROVIDER",
103
- RULE_MATCHING: "RULE_MATCHING",
104
- };
105
- exports.SchemaAttributeType = {
106
- ADDRESS: "ADDRESS",
107
- ADDRESS_CITY: "ADDRESS_CITY",
108
- ADDRESS_COUNTRY: "ADDRESS_COUNTRY",
109
- ADDRESS_POSTALCODE: "ADDRESS_POSTALCODE",
110
- ADDRESS_STATE: "ADDRESS_STATE",
111
- ADDRESS_STREET1: "ADDRESS_STREET1",
112
- ADDRESS_STREET2: "ADDRESS_STREET2",
113
- ADDRESS_STREET3: "ADDRESS_STREET3",
114
- DATE: "DATE",
115
- EMAIL_ADDRESS: "EMAIL_ADDRESS",
116
- NAME: "NAME",
117
- NAME_FIRST: "NAME_FIRST",
118
- NAME_LAST: "NAME_LAST",
119
- NAME_MIDDLE: "NAME_MIDDLE",
120
- PHONE: "PHONE",
121
- PHONE_COUNTRYCODE: "PHONE_COUNTRYCODE",
122
- PHONE_NUMBER: "PHONE_NUMBER",
123
- PROVIDER_ID: "PROVIDER_ID",
124
- STRING: "STRING",
125
- UNIQUE_ID: "UNIQUE_ID",
126
- };
127
- exports.JobStatus = {
128
- FAILED: "FAILED",
129
- QUEUED: "QUEUED",
130
- RUNNING: "RUNNING",
131
- SUCCEEDED: "SUCCEEDED",
132
- };
133
- class ResourceNotFoundException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
134
- constructor(opts) {
135
- super({
136
- name: "ResourceNotFoundException",
137
- $fault: "client",
138
- ...opts,
139
- });
140
- this.name = "ResourceNotFoundException";
141
- this.$fault = "client";
142
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
143
- }
144
- }
145
- exports.ResourceNotFoundException = ResourceNotFoundException;
146
- var ProviderEndpointConfiguration;
147
- (function (ProviderEndpointConfiguration) {
148
- ProviderEndpointConfiguration.visit = (value, visitor) => {
149
- if (value.marketplaceConfiguration !== undefined)
150
- return visitor.marketplaceConfiguration(value.marketplaceConfiguration);
151
- return visitor._(value.$unknown[0], value.$unknown[1]);
152
- };
153
- })(ProviderEndpointConfiguration = exports.ProviderEndpointConfiguration || (exports.ProviderEndpointConfiguration = {}));
154
- exports.ServiceType = {
155
- ASSIGNMENT: "ASSIGNMENT",
156
- ID_MAPPING: "ID_MAPPING",
157
- };
158
- const GetMatchIdInputFilterSensitiveLog = (obj) => ({
159
- ...obj,
160
- ...(obj.record && { record: smithy_client_1.SENSITIVE_STRING }),
161
- });
162
- exports.GetMatchIdInputFilterSensitiveLog = GetMatchIdInputFilterSensitiveLog;
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");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListIdMappingJobs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListIdMappingJobsCommand_1 = require("../commands/ListIdMappingJobsCommand");
6
- const EntityResolutionClient_1 = require("../EntityResolutionClient");
7
- exports.paginateListIdMappingJobs = (0, core_1.createPaginator)(EntityResolutionClient_1.EntityResolutionClient, ListIdMappingJobsCommand_1.ListIdMappingJobsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListIdMappingWorkflows = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListIdMappingWorkflowsCommand_1 = require("../commands/ListIdMappingWorkflowsCommand");
6
- const EntityResolutionClient_1 = require("../EntityResolutionClient");
7
- exports.paginateListIdMappingWorkflows = (0, core_1.createPaginator)(EntityResolutionClient_1.EntityResolutionClient, ListIdMappingWorkflowsCommand_1.ListIdMappingWorkflowsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMatchingJobs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListMatchingJobsCommand_1 = require("../commands/ListMatchingJobsCommand");
6
- const EntityResolutionClient_1 = require("../EntityResolutionClient");
7
- exports.paginateListMatchingJobs = (0, core_1.createPaginator)(EntityResolutionClient_1.EntityResolutionClient, ListMatchingJobsCommand_1.ListMatchingJobsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMatchingWorkflows = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListMatchingWorkflowsCommand_1 = require("../commands/ListMatchingWorkflowsCommand");
6
- const EntityResolutionClient_1 = require("../EntityResolutionClient");
7
- exports.paginateListMatchingWorkflows = (0, core_1.createPaginator)(EntityResolutionClient_1.EntityResolutionClient, ListMatchingWorkflowsCommand_1.ListMatchingWorkflowsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListProviderServices = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListProviderServicesCommand_1 = require("../commands/ListProviderServicesCommand");
6
- const EntityResolutionClient_1 = require("../EntityResolutionClient");
7
- exports.paginateListProviderServices = (0, core_1.createPaginator)(EntityResolutionClient_1.EntityResolutionClient, ListProviderServicesCommand_1.ListProviderServicesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSchemaMappings = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSchemaMappingsCommand_1 = require("../commands/ListSchemaMappingsCommand");
6
- const EntityResolutionClient_1 = require("../EntityResolutionClient");
7
- exports.paginateListSchemaMappings = (0, core_1.createPaginator)(EntityResolutionClient_1.EntityResolutionClient, ListSchemaMappingsCommand_1.ListSchemaMappingsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,10 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListIdMappingJobsPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListIdMappingWorkflowsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListMatchingJobsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListMatchingWorkflowsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListProviderServicesPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListSchemaMappingsPaginator"), exports);
1
+ module.exports = require("../index.js");