@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.
Files changed (134) hide show
  1. package/dist-cjs/index.js +49 -385
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddPolicyStatementCommand.js +2 -14
  4. package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -14
  5. package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -14
  6. package/dist-es/commands/CreateIdNamespaceCommand.js +2 -14
  7. package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -14
  8. package/dist-es/commands/CreateSchemaMappingCommand.js +2 -14
  9. package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -14
  10. package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -14
  11. package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -14
  12. package/dist-es/commands/DeletePolicyStatementCommand.js +2 -14
  13. package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -14
  14. package/dist-es/commands/GenerateMatchIdCommand.js +2 -14
  15. package/dist-es/commands/GetIdMappingJobCommand.js +2 -14
  16. package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -14
  17. package/dist-es/commands/GetIdNamespaceCommand.js +2 -14
  18. package/dist-es/commands/GetMatchIdCommand.js +2 -14
  19. package/dist-es/commands/GetMatchingJobCommand.js +2 -14
  20. package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -14
  21. package/dist-es/commands/GetPolicyCommand.js +2 -14
  22. package/dist-es/commands/GetProviderServiceCommand.js +2 -14
  23. package/dist-es/commands/GetSchemaMappingCommand.js +2 -14
  24. package/dist-es/commands/ListIdMappingJobsCommand.js +2 -14
  25. package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -14
  26. package/dist-es/commands/ListIdNamespacesCommand.js +2 -14
  27. package/dist-es/commands/ListMatchingJobsCommand.js +2 -14
  28. package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -14
  29. package/dist-es/commands/ListProviderServicesCommand.js +2 -14
  30. package/dist-es/commands/ListSchemaMappingsCommand.js +2 -14
  31. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  32. package/dist-es/commands/PutPolicyCommand.js +2 -14
  33. package/dist-es/commands/StartIdMappingJobCommand.js +2 -14
  34. package/dist-es/commands/StartMatchingJobCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/UntagResourceCommand.js +2 -14
  37. package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -14
  38. package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -14
  39. package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -14
  40. package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -14
  41. package/dist-es/index.js +1 -0
  42. package/dist-es/runtimeConfig.browser.js +0 -2
  43. package/dist-es/runtimeConfig.js +1 -2
  44. package/dist-es/runtimeConfig.native.js +0 -2
  45. package/dist-es/runtimeConfig.shared.js +2 -0
  46. package/dist-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -8
  48. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -8
  56. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -8
  58. package/dist-types/commands/GenerateMatchIdCommand.d.ts +3 -8
  59. package/dist-types/commands/GetIdMappingJobCommand.d.ts +3 -8
  60. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -8
  61. package/dist-types/commands/GetIdNamespaceCommand.d.ts +3 -8
  62. package/dist-types/commands/GetMatchIdCommand.d.ts +3 -8
  63. package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -8
  64. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +3 -8
  65. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  66. package/dist-types/commands/GetProviderServiceCommand.d.ts +3 -8
  67. package/dist-types/commands/GetSchemaMappingCommand.d.ts +3 -8
  68. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListIdNamespacesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListMatchingJobsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListProviderServicesCommand.d.ts +3 -8
  74. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/PutPolicyCommand.d.ts +3 -8
  77. package/dist-types/commands/StartIdMappingJobCommand.d.ts +3 -8
  78. package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -8
  79. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +3 -8
  83. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -8
  85. package/dist-types/index.d.ts +1 -0
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  87. package/dist-types/runtimeConfig.d.ts +1 -1
  88. package/dist-types/runtimeConfig.native.d.ts +1 -1
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/index.d.ts +1 -0
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  133. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  134. package/package.json +8 -10
@@ -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: {
@@ -1,13 +1,6 @@
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 { GetIdNamespaceInput, GetIdNamespaceOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetIdNamespaceCommandInput extends GetIdNamespaceInput {}
12
5
  export interface GetIdNamespaceCommandOutput
13
6
  extends GetIdNamespaceOutput,
@@ -18,22 +11,20 @@ declare const GetIdNamespaceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetIdNamespaceCommandInput,
20
13
  GetIdNamespaceCommandOutput,
21
- EntityResolutionClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EntityResolutionClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetIdNamespaceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetIdNamespaceCommandInput,
29
22
  GetIdNamespaceCommandOutput,
30
- EntityResolutionClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").EntityResolutionClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetIdNamespaceCommand extends GetIdNamespaceCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
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 { GetMatchIdInput, GetMatchIdOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetMatchIdCommandInput extends GetMatchIdInput {}
12
5
  export interface GetMatchIdCommandOutput
13
6
  extends GetMatchIdOutput,
@@ -18,22 +11,20 @@ declare const GetMatchIdCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetMatchIdCommandInput,
20
13
  GetMatchIdCommandOutput,
21
- EntityResolutionClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EntityResolutionClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetMatchIdCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetMatchIdCommandInput,
29
22
  GetMatchIdCommandOutput,
30
- EntityResolutionClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").EntityResolutionClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetMatchIdCommand extends GetMatchIdCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
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 { GetMatchingJobInput, GetMatchingJobOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetMatchingJobCommandInput extends GetMatchingJobInput {}
12
5
  export interface GetMatchingJobCommandOutput
13
6
  extends GetMatchingJobOutput,
@@ -18,22 +11,20 @@ declare const GetMatchingJobCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetMatchingJobCommandInput,
20
13
  GetMatchingJobCommandOutput,
21
- EntityResolutionClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EntityResolutionClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetMatchingJobCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetMatchingJobCommandInput,
29
22
  GetMatchingJobCommandOutput,
30
- EntityResolutionClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").EntityResolutionClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetMatchingJobCommand extends GetMatchingJobCommand_base {
39
30
  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
  GetMatchingWorkflowInput,
10
4
  GetMatchingWorkflowOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetMatchingWorkflowCommandInput
15
8
  extends GetMatchingWorkflowInput {}
16
9
  export interface GetMatchingWorkflowCommandOutput
@@ -22,22 +15,20 @@ declare const GetMatchingWorkflowCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetMatchingWorkflowCommandInput,
24
17
  GetMatchingWorkflowCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetMatchingWorkflowCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetMatchingWorkflowCommandInput,
33
26
  GetMatchingWorkflowCommandOutput,
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 GetMatchingWorkflowCommand extends GetMatchingWorkflowCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
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 { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetPolicyCommandInput extends GetPolicyInput {}
12
5
  export interface GetPolicyCommandOutput
13
6
  extends GetPolicyOutput,
@@ -16,20 +9,18 @@ declare const GetPolicyCommand_base: {
16
9
  new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetPolicyCommandInput,
18
11
  GetPolicyCommandOutput,
19
- EntityResolutionClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").EntityResolutionClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetPolicyCommandInput,
25
18
  GetPolicyCommandOutput,
26
- EntityResolutionClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").EntityResolutionClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
35
26
  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
  GetProviderServiceInput,
10
4
  GetProviderServiceOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetProviderServiceCommandInput
15
8
  extends GetProviderServiceInput {}
16
9
  export interface GetProviderServiceCommandOutput
@@ -22,22 +15,20 @@ declare const GetProviderServiceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetProviderServiceCommandInput,
24
17
  GetProviderServiceCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetProviderServiceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetProviderServiceCommandInput,
33
26
  GetProviderServiceCommandOutput,
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 GetProviderServiceCommand extends GetProviderServiceCommand_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
  GetSchemaMappingInput,
10
4
  GetSchemaMappingOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSchemaMappingCommandInput extends GetSchemaMappingInput {}
15
8
  export interface GetSchemaMappingCommandOutput
16
9
  extends GetSchemaMappingOutput,
@@ -21,22 +14,20 @@ declare const GetSchemaMappingCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetSchemaMappingCommandInput,
23
16
  GetSchemaMappingCommandOutput,
24
- EntityResolutionClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EntityResolutionClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetSchemaMappingCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetSchemaMappingCommandInput,
32
25
  GetSchemaMappingCommandOutput,
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 GetSchemaMappingCommand extends GetSchemaMappingCommand_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
  ListIdMappingJobsInput,
10
4
  ListIdMappingJobsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListIdMappingJobsCommandInput extends ListIdMappingJobsInput {}
15
8
  export interface ListIdMappingJobsCommandOutput
16
9
  extends ListIdMappingJobsOutput,
@@ -21,22 +14,20 @@ declare const ListIdMappingJobsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListIdMappingJobsCommandInput,
23
16
  ListIdMappingJobsCommandOutput,
24
- EntityResolutionClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EntityResolutionClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListIdMappingJobsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListIdMappingJobsCommandInput,
32
25
  ListIdMappingJobsCommandOutput,
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 ListIdMappingJobsCommand extends ListIdMappingJobsCommand_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
  ListIdMappingWorkflowsInput,
10
4
  ListIdMappingWorkflowsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListIdMappingWorkflowsCommandInput
15
8
  extends ListIdMappingWorkflowsInput {}
16
9
  export interface ListIdMappingWorkflowsCommandOutput
@@ -22,22 +15,20 @@ declare const ListIdMappingWorkflowsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListIdMappingWorkflowsCommandInput,
24
17
  ListIdMappingWorkflowsCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListIdMappingWorkflowsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListIdMappingWorkflowsCommandInput,
33
26
  ListIdMappingWorkflowsCommandOutput,
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 ListIdMappingWorkflowsCommand extends ListIdMappingWorkflowsCommand_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
  ListIdNamespacesInput,
10
4
  ListIdNamespacesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListIdNamespacesCommandInput extends ListIdNamespacesInput {}
15
8
  export interface ListIdNamespacesCommandOutput
16
9
  extends ListIdNamespacesOutput,
@@ -21,22 +14,20 @@ declare const ListIdNamespacesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListIdNamespacesCommandInput,
23
16
  ListIdNamespacesCommandOutput,
24
- EntityResolutionClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EntityResolutionClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListIdNamespacesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListIdNamespacesCommandInput,
32
25
  ListIdNamespacesCommandOutput,
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 ListIdNamespacesCommand extends ListIdNamespacesCommand_base {
42
33
  protected static __types: {