@aws-sdk/client-entityresolution 3.1077.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 +46 -383
- 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-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/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/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
AddPolicyStatementInput,
|
|
10
4
|
AddPolicyStatementOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AddPolicyStatementCommandInput
|
|
15
8
|
extends AddPolicyStatementInput {}
|
|
16
9
|
export interface AddPolicyStatementCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AddPolicyStatementCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AddPolicyStatementCommandInput,
|
|
24
17
|
AddPolicyStatementCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AddPolicyStatementCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AddPolicyStatementCommandInput,
|
|
33
26
|
AddPolicyStatementCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AddPolicyStatementCommand extends AddPolicyStatementCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchDeleteUniqueIdInput,
|
|
10
4
|
BatchDeleteUniqueIdOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDeleteUniqueIdCommandInput
|
|
15
8
|
extends BatchDeleteUniqueIdInput {}
|
|
16
9
|
export interface BatchDeleteUniqueIdCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDeleteUniqueIdCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDeleteUniqueIdCommandInput,
|
|
24
17
|
BatchDeleteUniqueIdCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDeleteUniqueIdCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDeleteUniqueIdCommandInput,
|
|
33
26
|
BatchDeleteUniqueIdCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchDeleteUniqueIdCommand extends BatchDeleteUniqueIdCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateIdMappingWorkflowInput,
|
|
10
4
|
CreateIdMappingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIdMappingWorkflowCommandInput
|
|
15
8
|
extends CreateIdMappingWorkflowInput {}
|
|
16
9
|
export interface CreateIdMappingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateIdMappingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateIdMappingWorkflowCommandInput,
|
|
24
17
|
CreateIdMappingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateIdMappingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateIdMappingWorkflowCommandInput,
|
|
33
26
|
CreateIdMappingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateIdMappingWorkflowCommand extends CreateIdMappingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateIdNamespaceInput,
|
|
10
4
|
CreateIdNamespaceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIdNamespaceCommandInput extends CreateIdNamespaceInput {}
|
|
15
8
|
export interface CreateIdNamespaceCommandOutput
|
|
16
9
|
extends CreateIdNamespaceOutput,
|
|
@@ -21,22 +14,20 @@ declare const CreateIdNamespaceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateIdNamespaceCommandInput,
|
|
23
16
|
CreateIdNamespaceCommandOutput,
|
|
24
|
-
EntityResolutionClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateIdNamespaceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateIdNamespaceCommandInput,
|
|
32
25
|
CreateIdNamespaceCommandOutput,
|
|
33
|
-
EntityResolutionClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateIdNamespaceCommand extends CreateIdNamespaceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateMatchingWorkflowInput,
|
|
10
4
|
CreateMatchingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateMatchingWorkflowCommandInput
|
|
15
8
|
extends CreateMatchingWorkflowInput {}
|
|
16
9
|
export interface CreateMatchingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateMatchingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateMatchingWorkflowCommandInput,
|
|
24
17
|
CreateMatchingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateMatchingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateMatchingWorkflowCommandInput,
|
|
33
26
|
CreateMatchingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateMatchingWorkflowCommand extends CreateMatchingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateSchemaMappingInput,
|
|
10
4
|
CreateSchemaMappingOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateSchemaMappingCommandInput
|
|
15
8
|
extends CreateSchemaMappingInput {}
|
|
16
9
|
export interface CreateSchemaMappingCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSchemaMappingCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSchemaMappingCommandInput,
|
|
24
17
|
CreateSchemaMappingCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateSchemaMappingCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSchemaMappingCommandInput,
|
|
33
26
|
CreateSchemaMappingCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateSchemaMappingCommand extends CreateSchemaMappingCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIdMappingWorkflowInput,
|
|
10
4
|
DeleteIdMappingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIdMappingWorkflowCommandInput
|
|
15
8
|
extends DeleteIdMappingWorkflowInput {}
|
|
16
9
|
export interface DeleteIdMappingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteIdMappingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteIdMappingWorkflowCommandInput,
|
|
24
17
|
DeleteIdMappingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteIdMappingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteIdMappingWorkflowCommandInput,
|
|
33
26
|
DeleteIdMappingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteIdMappingWorkflowCommand extends DeleteIdMappingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIdNamespaceInput,
|
|
10
4
|
DeleteIdNamespaceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIdNamespaceCommandInput extends DeleteIdNamespaceInput {}
|
|
15
8
|
export interface DeleteIdNamespaceCommandOutput
|
|
16
9
|
extends DeleteIdNamespaceOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeleteIdNamespaceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteIdNamespaceCommandInput,
|
|
23
16
|
DeleteIdNamespaceCommandOutput,
|
|
24
|
-
EntityResolutionClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteIdNamespaceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteIdNamespaceCommandInput,
|
|
32
25
|
DeleteIdNamespaceCommandOutput,
|
|
33
|
-
EntityResolutionClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteIdNamespaceCommand extends DeleteIdNamespaceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteMatchingWorkflowInput,
|
|
10
4
|
DeleteMatchingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteMatchingWorkflowCommandInput
|
|
15
8
|
extends DeleteMatchingWorkflowInput {}
|
|
16
9
|
export interface DeleteMatchingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteMatchingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteMatchingWorkflowCommandInput,
|
|
24
17
|
DeleteMatchingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteMatchingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteMatchingWorkflowCommandInput,
|
|
33
26
|
DeleteMatchingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteMatchingWorkflowCommand extends DeleteMatchingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeletePolicyStatementInput,
|
|
10
4
|
DeletePolicyStatementOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePolicyStatementCommandInput
|
|
15
8
|
extends DeletePolicyStatementInput {}
|
|
16
9
|
export interface DeletePolicyStatementCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeletePolicyStatementCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeletePolicyStatementCommandInput,
|
|
24
17
|
DeletePolicyStatementCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeletePolicyStatementCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeletePolicyStatementCommandInput,
|
|
33
26
|
DeletePolicyStatementCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeletePolicyStatementCommand extends DeletePolicyStatementCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteSchemaMappingInput,
|
|
10
4
|
DeleteSchemaMappingOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteSchemaMappingCommandInput
|
|
15
8
|
extends DeleteSchemaMappingInput {}
|
|
16
9
|
export interface DeleteSchemaMappingCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteSchemaMappingCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteSchemaMappingCommandInput,
|
|
24
17
|
DeleteSchemaMappingCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteSchemaMappingCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteSchemaMappingCommandInput,
|
|
33
26
|
DeleteSchemaMappingCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteSchemaMappingCommand extends DeleteSchemaMappingCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
GenerateMatchIdInput,
|
|
10
4
|
GenerateMatchIdOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GenerateMatchIdCommandInput extends GenerateMatchIdInput {}
|
|
15
8
|
export interface GenerateMatchIdCommandOutput
|
|
16
9
|
extends GenerateMatchIdOutput,
|
|
@@ -21,22 +14,20 @@ declare const GenerateMatchIdCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GenerateMatchIdCommandInput,
|
|
23
16
|
GenerateMatchIdCommandOutput,
|
|
24
|
-
EntityResolutionClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GenerateMatchIdCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GenerateMatchIdCommandInput,
|
|
32
25
|
GenerateMatchIdCommandOutput,
|
|
33
|
-
EntityResolutionClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GenerateMatchIdCommand extends GenerateMatchIdCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
GetIdMappingJobInput,
|
|
10
4
|
GetIdMappingJobOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetIdMappingJobCommandInput extends GetIdMappingJobInput {}
|
|
15
8
|
export interface GetIdMappingJobCommandOutput
|
|
16
9
|
extends GetIdMappingJobOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetIdMappingJobCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetIdMappingJobCommandInput,
|
|
23
16
|
GetIdMappingJobCommandOutput,
|
|
24
|
-
EntityResolutionClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetIdMappingJobCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetIdMappingJobCommandInput,
|
|
32
25
|
GetIdMappingJobCommandOutput,
|
|
33
|
-
EntityResolutionClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetIdMappingJobCommand extends GetIdMappingJobCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
EntityResolutionClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../EntityResolutionClient";
|
|
8
2
|
import {
|
|
9
3
|
GetIdMappingWorkflowInput,
|
|
10
4
|
GetIdMappingWorkflowOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetIdMappingWorkflowCommandInput
|
|
15
8
|
extends GetIdMappingWorkflowInput {}
|
|
16
9
|
export interface GetIdMappingWorkflowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetIdMappingWorkflowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetIdMappingWorkflowCommandInput,
|
|
24
17
|
GetIdMappingWorkflowCommandOutput,
|
|
25
|
-
EntityResolutionClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetIdMappingWorkflowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetIdMappingWorkflowCommandInput,
|
|
33
26
|
GetIdMappingWorkflowCommandOutput,
|
|
34
|
-
EntityResolutionClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").EntityResolutionClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetIdMappingWorkflowCommand extends GetIdMappingWorkflowCommand_base {
|
|
43
34
|
protected static __types: {
|