@aws-sdk/client-entityresolution 3.428.0 → 3.430.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.
- package/README.md +104 -17
- package/dist-cjs/EntityResolution.js +22 -0
- package/dist-cjs/commands/CreateIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/DeleteIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetIdMappingJobCommand.js +51 -0
- package/dist-cjs/commands/GetIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/GetProviderServiceCommand.js +51 -0
- package/dist-cjs/commands/ListIdMappingJobsCommand.js +51 -0
- package/dist-cjs/commands/ListIdMappingWorkflowsCommand.js +51 -0
- package/dist-cjs/commands/ListProviderServicesCommand.js +51 -0
- package/dist-cjs/commands/StartIdMappingJobCommand.js +51 -0
- package/dist-cjs/commands/UpdateIdMappingWorkflowCommand.js +51 -0
- package/dist-cjs/commands/UpdateSchemaMappingCommand.js +51 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +29 -12
- package/dist-cjs/pagination/ListIdMappingJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIdMappingWorkflowsPaginator.js +29 -0
- package/dist-cjs/pagination/ListProviderServicesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +917 -71
- package/dist-es/EntityResolution.js +22 -0
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/GetIdMappingJobCommand.js +47 -0
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/GetProviderServiceCommand.js +47 -0
- package/dist-es/commands/ListIdMappingJobsCommand.js +47 -0
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +47 -0
- package/dist-es/commands/ListProviderServicesCommand.js +47 -0
- package/dist-es/commands/StartIdMappingJobCommand.js +47 -0
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +47 -0
- package/dist-es/commands/UpdateSchemaMappingCommand.js +47 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +28 -11
- package/dist-es/pagination/ListIdMappingJobsPaginator.js +25 -0
- package/dist-es/pagination/ListIdMappingWorkflowsPaginator.js +25 -0
- package/dist-es/pagination/ListProviderServicesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +908 -85
- package/dist-types/EntityResolution.d.ts +86 -10
- package/dist-types/EntityResolutionClient.d.ts +22 -12
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +160 -0
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +34 -13
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +18 -10
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +94 -0
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +10 -6
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +15 -9
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +110 -0
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +127 -0
- package/dist-types/commands/GetMatchIdCommand.d.ts +10 -5
- package/dist-types/commands/GetMatchingJobCommand.d.ts +10 -5
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +16 -5
- package/dist-types/commands/GetProviderServiceCommand.d.ts +121 -0
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +11 -5
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +103 -0
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +8 -4
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +11 -5
- package/dist-types/commands/ListProviderServicesCommand.d.ts +105 -0
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +11 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -5
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +110 -0
- package/dist-types/commands/StartMatchingJobCommand.d.ts +16 -10
- package/dist-types/commands/TagResourceCommand.d.ts +11 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +149 -0
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +27 -9
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +128 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/index.d.ts +9 -10
- package/dist-types/models/models_0.d.ts +1128 -234
- package/dist-types/pagination/ListIdMappingJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingWorkflowsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProviderServicesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/EntityResolution.d.ts +187 -0
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +68 -2
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +268 -55
- package/dist-types/ts3.4/pagination/ListIdMappingJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProviderServicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +11 -11
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListIdMappingWorkflowsCommand = 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 types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListIdMappingWorkflowsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListIdMappingWorkflowsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EntityResolutionClient";
|
|
29
|
+
const commandName = "ListIdMappingWorkflowsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSVeniceService",
|
|
38
|
+
operation: "ListIdMappingWorkflows",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListIdMappingWorkflowsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListIdMappingWorkflowsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListIdMappingWorkflowsCommand = ListIdMappingWorkflowsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListProviderServicesCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListProviderServicesCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EntityResolutionClient";
|
|
29
|
+
const commandName = "ListProviderServicesCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSVeniceService",
|
|
38
|
+
operation: "ListProviderServices",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_ListProviderServicesCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_ListProviderServicesCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListProviderServicesCommand = ListProviderServicesCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class StartIdMappingJobCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartIdMappingJobCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EntityResolutionClient";
|
|
29
|
+
const commandName = "StartIdMappingJobCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSVeniceService",
|
|
38
|
+
operation: "StartIdMappingJob",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_StartIdMappingJobCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_StartIdMappingJobCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.StartIdMappingJobCommand = StartIdMappingJobCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class UpdateIdMappingWorkflowCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateIdMappingWorkflowCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EntityResolutionClient";
|
|
29
|
+
const commandName = "UpdateIdMappingWorkflowCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSVeniceService",
|
|
38
|
+
operation: "UpdateIdMappingWorkflow",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_UpdateIdMappingWorkflowCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_UpdateIdMappingWorkflowCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.UpdateIdMappingWorkflowCommand = UpdateIdMappingWorkflowCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
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 types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class UpdateSchemaMappingCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateSchemaMappingCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EntityResolutionClient";
|
|
29
|
+
const commandName = "UpdateSchemaMappingCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSVeniceService",
|
|
38
|
+
operation: "UpdateSchemaMapping",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_UpdateSchemaMappingCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_UpdateSchemaMappingCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.UpdateSchemaMappingCommand = UpdateSchemaMappingCommand;
|
|
@@ -1,19 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CreateIdMappingWorkflowCommand"), exports);
|
|
4
5
|
tslib_1.__exportStar(require("./CreateMatchingWorkflowCommand"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./CreateSchemaMappingCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DeleteIdMappingWorkflowCommand"), exports);
|
|
6
8
|
tslib_1.__exportStar(require("./DeleteMatchingWorkflowCommand"), exports);
|
|
7
9
|
tslib_1.__exportStar(require("./DeleteSchemaMappingCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./GetIdMappingJobCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./GetIdMappingWorkflowCommand"), exports);
|
|
8
12
|
tslib_1.__exportStar(require("./GetMatchIdCommand"), exports);
|
|
9
13
|
tslib_1.__exportStar(require("./GetMatchingJobCommand"), exports);
|
|
10
14
|
tslib_1.__exportStar(require("./GetMatchingWorkflowCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./GetProviderServiceCommand"), exports);
|
|
11
16
|
tslib_1.__exportStar(require("./GetSchemaMappingCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ListIdMappingJobsCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./ListIdMappingWorkflowsCommand"), exports);
|
|
12
19
|
tslib_1.__exportStar(require("./ListMatchingJobsCommand"), exports);
|
|
13
20
|
tslib_1.__exportStar(require("./ListMatchingWorkflowsCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./ListProviderServicesCommand"), exports);
|
|
14
22
|
tslib_1.__exportStar(require("./ListSchemaMappingsCommand"), exports);
|
|
15
23
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./StartIdMappingJobCommand"), exports);
|
|
16
25
|
tslib_1.__exportStar(require("./StartMatchingJobCommand"), exports);
|
|
17
26
|
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
18
27
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./UpdateIdMappingWorkflowCommand"), exports);
|
|
19
29
|
tslib_1.__exportStar(require("./UpdateMatchingWorkflowCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./UpdateSchemaMappingCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "isSet",
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
+
const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://entityresolution-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://entityresolution-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://entityresolution.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://entityresolution.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetMatchIdInputFilterSensitiveLog = exports.
|
|
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
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const EntityResolutionServiceException_1 = require("./EntityResolutionServiceException");
|
|
6
6
|
class AccessDeniedException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
|
|
@@ -33,12 +33,8 @@ class ConflictException extends EntityResolutionServiceException_1.EntityResolut
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
exports.ConflictException = ConflictException;
|
|
36
|
-
exports.
|
|
37
|
-
|
|
38
|
-
};
|
|
39
|
-
exports.ResolutionType = {
|
|
40
|
-
ML_MATCHING: "ML_MATCHING",
|
|
41
|
-
RULE_MATCHING: "RULE_MATCHING",
|
|
36
|
+
exports.IdMappingType = {
|
|
37
|
+
PROVIDER: "PROVIDER",
|
|
42
38
|
};
|
|
43
39
|
class ExceedsLimitException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
|
|
44
40
|
constructor(opts) {
|
|
@@ -98,6 +94,14 @@ class ValidationException extends EntityResolutionServiceException_1.EntityResol
|
|
|
98
94
|
}
|
|
99
95
|
}
|
|
100
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
|
+
};
|
|
101
105
|
exports.SchemaAttributeType = {
|
|
102
106
|
ADDRESS: "ADDRESS",
|
|
103
107
|
ADDRESS_CITY: "ADDRESS_CITY",
|
|
@@ -116,9 +120,16 @@ exports.SchemaAttributeType = {
|
|
|
116
120
|
PHONE: "PHONE",
|
|
117
121
|
PHONE_COUNTRYCODE: "PHONE_COUNTRYCODE",
|
|
118
122
|
PHONE_NUMBER: "PHONE_NUMBER",
|
|
123
|
+
PROVIDER_ID: "PROVIDER_ID",
|
|
119
124
|
STRING: "STRING",
|
|
120
125
|
UNIQUE_ID: "UNIQUE_ID",
|
|
121
126
|
};
|
|
127
|
+
exports.JobStatus = {
|
|
128
|
+
FAILED: "FAILED",
|
|
129
|
+
QUEUED: "QUEUED",
|
|
130
|
+
RUNNING: "RUNNING",
|
|
131
|
+
SUCCEEDED: "SUCCEEDED",
|
|
132
|
+
};
|
|
122
133
|
class ResourceNotFoundException extends EntityResolutionServiceException_1.EntityResolutionServiceException {
|
|
123
134
|
constructor(opts) {
|
|
124
135
|
super({
|
|
@@ -132,11 +143,17 @@ class ResourceNotFoundException extends EntityResolutionServiceException_1.Entit
|
|
|
132
143
|
}
|
|
133
144
|
}
|
|
134
145
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
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",
|
|
140
157
|
};
|
|
141
158
|
const GetMatchIdInputFilterSensitiveLog = (obj) => ({
|
|
142
159
|
...obj,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListIdMappingJobs = void 0;
|
|
4
|
+
const ListIdMappingJobsCommand_1 = require("../commands/ListIdMappingJobsCommand");
|
|
5
|
+
const EntityResolutionClient_1 = require("../EntityResolutionClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListIdMappingJobsCommand_1.ListIdMappingJobsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListIdMappingJobs(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof EntityResolutionClient_1.EntityResolutionClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected EntityResolution | EntityResolutionClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListIdMappingJobs = paginateListIdMappingJobs;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListIdMappingWorkflows = void 0;
|
|
4
|
+
const ListIdMappingWorkflowsCommand_1 = require("../commands/ListIdMappingWorkflowsCommand");
|
|
5
|
+
const EntityResolutionClient_1 = require("../EntityResolutionClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListIdMappingWorkflowsCommand_1.ListIdMappingWorkflowsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListIdMappingWorkflows(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof EntityResolutionClient_1.EntityResolutionClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected EntityResolution | EntityResolutionClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListIdMappingWorkflows = paginateListIdMappingWorkflows;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListProviderServices = void 0;
|
|
4
|
+
const ListProviderServicesCommand_1 = require("../commands/ListProviderServicesCommand");
|
|
5
|
+
const EntityResolutionClient_1 = require("../EntityResolutionClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListProviderServicesCommand_1.ListProviderServicesCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListProviderServices(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.nextToken = token;
|
|
15
|
+
input["maxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof EntityResolutionClient_1.EntityResolutionClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected EntityResolution | EntityResolutionClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.nextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListProviderServices = paginateListProviderServices;
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListIdMappingJobsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListIdMappingWorkflowsPaginator"), exports);
|
|
5
7
|
tslib_1.__exportStar(require("./ListMatchingJobsPaginator"), exports);
|
|
6
8
|
tslib_1.__exportStar(require("./ListMatchingWorkflowsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListProviderServicesPaginator"), exports);
|
|
7
10
|
tslib_1.__exportStar(require("./ListSchemaMappingsPaginator"), exports);
|