@aws-sdk/client-entityresolution 3.1076.0 → 3.1078.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/dist-cjs/index.js +49 -385
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddPolicyStatementCommand.js +2 -14
- package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -14
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/CreateIdNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/CreateSchemaMappingCommand.js +2 -14
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/DeletePolicyStatementCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -14
- package/dist-es/commands/GenerateMatchIdCommand.js +2 -14
- package/dist-es/commands/GetIdMappingJobCommand.js +2 -14
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/GetIdNamespaceCommand.js +2 -14
- package/dist-es/commands/GetMatchIdCommand.js +2 -14
- package/dist-es/commands/GetMatchingJobCommand.js +2 -14
- package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetProviderServiceCommand.js +2 -14
- package/dist-es/commands/GetSchemaMappingCommand.js +2 -14
- package/dist-es/commands/ListIdMappingJobsCommand.js +2 -14
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -14
- package/dist-es/commands/ListIdNamespacesCommand.js +2 -14
- package/dist-es/commands/ListMatchingJobsCommand.js +2 -14
- package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -14
- package/dist-es/commands/ListProviderServicesCommand.js +2 -14
- package/dist-es/commands/ListSchemaMappingsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutPolicyCommand.js +2 -14
- package/dist-es/commands/StartIdMappingJobCommand.js +2 -14
- package/dist-es/commands/StartMatchingJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -14
- package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -14
- package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -14
- package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/GenerateMatchIdCommand.d.ts +3 -8
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +3 -8
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchIdCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -8
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetProviderServiceCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +3 -8
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +3 -8
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -8
- package/dist-types/commands/ListProviderServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutPolicyCommand.d.ts +3 -8
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +3 -8
- package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateSchemaMapping$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSchemaMappingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "CreateSchemaMapping", {})
|
|
13
|
-
.n("EntityResolutionClient", "CreateSchemaMappingCommand")
|
|
14
|
-
.sc(CreateSchemaMapping$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSchemaMappingCommand extends command(_ep0, _mw0, "CreateSchemaMapping", CreateSchemaMapping$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIdMappingWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdMappingWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "DeleteIdMappingWorkflow", {})
|
|
13
|
-
.n("EntityResolutionClient", "DeleteIdMappingWorkflowCommand")
|
|
14
|
-
.sc(DeleteIdMappingWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdMappingWorkflowCommand extends command(_ep0, _mw0, "DeleteIdMappingWorkflow", DeleteIdMappingWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIdNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "DeleteIdNamespace", {})
|
|
13
|
-
.n("EntityResolutionClient", "DeleteIdNamespaceCommand")
|
|
14
|
-
.sc(DeleteIdNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdNamespaceCommand extends command(_ep0, _mw0, "DeleteIdNamespace", DeleteIdNamespace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteMatchingWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMatchingWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "DeleteMatchingWorkflow", {})
|
|
13
|
-
.n("EntityResolutionClient", "DeleteMatchingWorkflowCommand")
|
|
14
|
-
.sc(DeleteMatchingWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMatchingWorkflowCommand extends command(_ep0, _mw0, "DeleteMatchingWorkflow", DeleteMatchingWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeletePolicyStatement$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePolicyStatementCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "DeletePolicyStatement", {})
|
|
13
|
-
.n("EntityResolutionClient", "DeletePolicyStatementCommand")
|
|
14
|
-
.sc(DeletePolicyStatement$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePolicyStatementCommand extends command(_ep0, _mw0, "DeletePolicyStatement", DeletePolicyStatement$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSchemaMapping$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSchemaMappingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "DeleteSchemaMapping", {})
|
|
13
|
-
.n("EntityResolutionClient", "DeleteSchemaMappingCommand")
|
|
14
|
-
.sc(DeleteSchemaMapping$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSchemaMappingCommand extends command(_ep0, _mw0, "DeleteSchemaMapping", DeleteSchemaMapping$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GenerateMatchId$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GenerateMatchIdCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GenerateMatchId", {})
|
|
13
|
-
.n("EntityResolutionClient", "GenerateMatchIdCommand")
|
|
14
|
-
.sc(GenerateMatchId$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GenerateMatchIdCommand extends command(_ep0, _mw0, "GenerateMatchId", GenerateMatchId$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdMappingJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdMappingJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetIdMappingJob", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetIdMappingJobCommand")
|
|
14
|
-
.sc(GetIdMappingJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdMappingJobCommand extends command(_ep0, _mw0, "GetIdMappingJob", GetIdMappingJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdMappingWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdMappingWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetIdMappingWorkflow", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetIdMappingWorkflowCommand")
|
|
14
|
-
.sc(GetIdMappingWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdMappingWorkflowCommand extends command(_ep0, _mw0, "GetIdMappingWorkflow", GetIdMappingWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetIdNamespace", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetIdNamespaceCommand")
|
|
14
|
-
.sc(GetIdNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdNamespaceCommand extends command(_ep0, _mw0, "GetIdNamespace", GetIdNamespace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMatchId$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMatchIdCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetMatchId", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetMatchIdCommand")
|
|
14
|
-
.sc(GetMatchId$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMatchIdCommand extends command(_ep0, _mw0, "GetMatchId", GetMatchId$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMatchingJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMatchingJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetMatchingJob", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetMatchingJobCommand")
|
|
14
|
-
.sc(GetMatchingJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMatchingJobCommand extends command(_ep0, _mw0, "GetMatchingJob", GetMatchingJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMatchingWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMatchingWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetMatchingWorkflow", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetMatchingWorkflowCommand")
|
|
14
|
-
.sc(GetMatchingWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMatchingWorkflowCommand extends command(_ep0, _mw0, "GetMatchingWorkflow", GetMatchingWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetPolicy", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetPolicyCommand")
|
|
14
|
-
.sc(GetPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetProviderService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetProviderServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetProviderService", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetProviderServiceCommand")
|
|
14
|
-
.sc(GetProviderService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetProviderServiceCommand extends command(_ep0, _mw0, "GetProviderService", GetProviderService$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSchemaMapping$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSchemaMappingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "GetSchemaMapping", {})
|
|
13
|
-
.n("EntityResolutionClient", "GetSchemaMappingCommand")
|
|
14
|
-
.sc(GetSchemaMapping$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSchemaMappingCommand extends command(_ep0, _mw0, "GetSchemaMapping", GetSchemaMapping$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListIdMappingJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIdMappingJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "ListIdMappingJobs", {})
|
|
13
|
-
.n("EntityResolutionClient", "ListIdMappingJobsCommand")
|
|
14
|
-
.sc(ListIdMappingJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIdMappingJobsCommand extends command(_ep0, _mw0, "ListIdMappingJobs", ListIdMappingJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListIdMappingWorkflows$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIdMappingWorkflowsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "ListIdMappingWorkflows", {})
|
|
13
|
-
.n("EntityResolutionClient", "ListIdMappingWorkflowsCommand")
|
|
14
|
-
.sc(ListIdMappingWorkflows$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIdMappingWorkflowsCommand extends command(_ep0, _mw0, "ListIdMappingWorkflows", ListIdMappingWorkflows$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListIdNamespaces$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIdNamespacesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "ListIdNamespaces", {})
|
|
13
|
-
.n("EntityResolutionClient", "ListIdNamespacesCommand")
|
|
14
|
-
.sc(ListIdNamespaces$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIdNamespacesCommand extends command(_ep0, _mw0, "ListIdNamespaces", ListIdNamespaces$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMatchingJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMatchingJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "ListMatchingJobs", {})
|
|
13
|
-
.n("EntityResolutionClient", "ListMatchingJobsCommand")
|
|
14
|
-
.sc(ListMatchingJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMatchingJobsCommand extends command(_ep0, _mw0, "ListMatchingJobs", ListMatchingJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMatchingWorkflows$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMatchingWorkflowsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "ListMatchingWorkflows", {})
|
|
13
|
-
.n("EntityResolutionClient", "ListMatchingWorkflowsCommand")
|
|
14
|
-
.sc(ListMatchingWorkflows$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMatchingWorkflowsCommand extends command(_ep0, _mw0, "ListMatchingWorkflows", ListMatchingWorkflows$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListProviderServices$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListProviderServicesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "ListProviderServices", {})
|
|
13
|
-
.n("EntityResolutionClient", "ListProviderServicesCommand")
|
|
14
|
-
.sc(ListProviderServices$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListProviderServicesCommand extends command(_ep0, _mw0, "ListProviderServices", ListProviderServices$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListSchemaMappings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSchemaMappingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "ListSchemaMappings", {})
|
|
13
|
-
.n("EntityResolutionClient", "ListSchemaMappingsCommand")
|
|
14
|
-
.sc(ListSchemaMappings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSchemaMappingsCommand extends command(_ep0, _mw0, "ListSchemaMappings", ListSchemaMappings$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "ListTagsForResource", {})
|
|
13
|
-
.n("EntityResolutionClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "PutPolicy", {})
|
|
13
|
-
.n("EntityResolutionClient", "PutPolicyCommand")
|
|
14
|
-
.sc(PutPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutPolicyCommand extends command(_ep0, _mw0, "PutPolicy", PutPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartIdMappingJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartIdMappingJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "StartIdMappingJob", {})
|
|
13
|
-
.n("EntityResolutionClient", "StartIdMappingJobCommand")
|
|
14
|
-
.sc(StartIdMappingJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartIdMappingJobCommand extends command(_ep0, _mw0, "StartIdMappingJob", StartIdMappingJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartMatchingJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartMatchingJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "StartMatchingJob", {})
|
|
13
|
-
.n("EntityResolutionClient", "StartMatchingJobCommand")
|
|
14
|
-
.sc(StartMatchingJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartMatchingJobCommand extends command(_ep0, _mw0, "StartMatchingJob", StartMatchingJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "TagResource", {})
|
|
13
|
-
.n("EntityResolutionClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "UntagResource", {})
|
|
13
|
-
.n("EntityResolutionClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateIdMappingWorkflow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateIdMappingWorkflowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "UpdateIdMappingWorkflow", {})
|
|
13
|
-
.n("EntityResolutionClient", "UpdateIdMappingWorkflowCommand")
|
|
14
|
-
.sc(UpdateIdMappingWorkflow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateIdMappingWorkflowCommand extends command(_ep0, _mw0, "UpdateIdMappingWorkflow", UpdateIdMappingWorkflow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateIdNamespace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateIdNamespaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSVeniceService", "UpdateIdNamespace", {})
|
|
13
|
-
.n("EntityResolutionClient", "UpdateIdNamespaceCommand")
|
|
14
|
-
.sc(UpdateIdNamespace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateIdNamespaceCommand extends command(_ep0, _mw0, "UpdateIdNamespace", UpdateIdNamespace$) {
|
|
16
4
|
}
|