@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
  ListMatchingJobsInput,
10
4
  ListMatchingJobsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListMatchingJobsCommandInput extends ListMatchingJobsInput {}
15
8
  export interface ListMatchingJobsCommandOutput
16
9
  extends ListMatchingJobsOutput,
@@ -21,22 +14,20 @@ declare const ListMatchingJobsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListMatchingJobsCommandInput,
23
16
  ListMatchingJobsCommandOutput,
24
- EntityResolutionClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EntityResolutionClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListMatchingJobsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListMatchingJobsCommandInput,
32
25
  ListMatchingJobsCommandOutput,
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 ListMatchingJobsCommand extends ListMatchingJobsCommand_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
  ListMatchingWorkflowsInput,
10
4
  ListMatchingWorkflowsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListMatchingWorkflowsCommandInput
15
8
  extends ListMatchingWorkflowsInput {}
16
9
  export interface ListMatchingWorkflowsCommandOutput
@@ -22,22 +15,20 @@ declare const ListMatchingWorkflowsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListMatchingWorkflowsCommandInput,
24
17
  ListMatchingWorkflowsCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListMatchingWorkflowsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListMatchingWorkflowsCommandInput,
33
26
  ListMatchingWorkflowsCommandOutput,
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 ListMatchingWorkflowsCommand extends ListMatchingWorkflowsCommand_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
  ListProviderServicesInput,
10
4
  ListProviderServicesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListProviderServicesCommandInput
15
8
  extends ListProviderServicesInput {}
16
9
  export interface ListProviderServicesCommandOutput
@@ -22,22 +15,20 @@ declare const ListProviderServicesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListProviderServicesCommandInput,
24
17
  ListProviderServicesCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListProviderServicesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListProviderServicesCommandInput,
33
26
  ListProviderServicesCommandOutput,
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 ListProviderServicesCommand extends ListProviderServicesCommand_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
  ListSchemaMappingsInput,
10
4
  ListSchemaMappingsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSchemaMappingsCommandInput
15
8
  extends ListSchemaMappingsInput {}
16
9
  export interface ListSchemaMappingsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSchemaMappingsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSchemaMappingsCommandInput,
24
17
  ListSchemaMappingsCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSchemaMappingsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSchemaMappingsCommandInput,
33
26
  ListSchemaMappingsCommandOutput,
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 ListSchemaMappingsCommand extends ListSchemaMappingsCommand_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
  ListTagsForResourceInput,
10
4
  ListTagsForResourceOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { PutPolicyInput, PutPolicyOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutPolicyCommandInput extends PutPolicyInput {}
12
5
  export interface PutPolicyCommandOutput
13
6
  extends PutPolicyOutput,
@@ -16,20 +9,18 @@ declare const PutPolicyCommand_base: {
16
9
  new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  PutPolicyCommandInput,
18
11
  PutPolicyCommandOutput,
19
- EntityResolutionClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").EntityResolutionClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  PutPolicyCommandInput,
25
18
  PutPolicyCommandOutput,
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 PutPolicyCommand extends PutPolicyCommand_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
  StartIdMappingJobInput,
10
4
  StartIdMappingJobOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartIdMappingJobCommandInput extends StartIdMappingJobInput {}
15
8
  export interface StartIdMappingJobCommandOutput
16
9
  extends StartIdMappingJobOutput,
@@ -21,22 +14,20 @@ declare const StartIdMappingJobCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  StartIdMappingJobCommandInput,
23
16
  StartIdMappingJobCommandOutput,
24
- EntityResolutionClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EntityResolutionClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: StartIdMappingJobCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  StartIdMappingJobCommandInput,
32
25
  StartIdMappingJobCommandOutput,
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 StartIdMappingJobCommand extends StartIdMappingJobCommand_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
  StartMatchingJobInput,
10
4
  StartMatchingJobOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartMatchingJobCommandInput extends StartMatchingJobInput {}
15
8
  export interface StartMatchingJobCommandOutput
16
9
  extends StartMatchingJobOutput,
@@ -21,22 +14,20 @@ declare const StartMatchingJobCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  StartMatchingJobCommandInput,
23
16
  StartMatchingJobCommandOutput,
24
- EntityResolutionClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EntityResolutionClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: StartMatchingJobCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  StartMatchingJobCommandInput,
32
25
  StartMatchingJobCommandOutput,
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 StartMatchingJobCommand extends StartMatchingJobCommand_base {
42
33
  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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceInput {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceOutput,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- EntityResolutionClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EntityResolutionClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
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 TagResourceCommand extends TagResourceCommand_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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
12
5
  export interface UntagResourceCommandOutput
13
6
  extends UntagResourceOutput,
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UntagResourceCommandInput,
20
13
  UntagResourceCommandOutput,
21
- EntityResolutionClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").EntityResolutionClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UntagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UntagResourceCommandInput,
29
22
  UntagResourceCommandOutput,
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 UntagResourceCommand extends UntagResourceCommand_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
  UpdateIdMappingWorkflowInput,
10
4
  UpdateIdMappingWorkflowOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateIdMappingWorkflowCommandInput
15
8
  extends UpdateIdMappingWorkflowInput {}
16
9
  export interface UpdateIdMappingWorkflowCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateIdMappingWorkflowCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateIdMappingWorkflowCommandInput,
24
17
  UpdateIdMappingWorkflowCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateIdMappingWorkflowCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateIdMappingWorkflowCommandInput,
33
26
  UpdateIdMappingWorkflowCommandOutput,
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 UpdateIdMappingWorkflowCommand extends UpdateIdMappingWorkflowCommand_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
  UpdateIdNamespaceInput,
10
4
  UpdateIdNamespaceOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateIdNamespaceCommandInput extends UpdateIdNamespaceInput {}
15
8
  export interface UpdateIdNamespaceCommandOutput
16
9
  extends UpdateIdNamespaceOutput,
@@ -21,22 +14,20 @@ declare const UpdateIdNamespaceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateIdNamespaceCommandInput,
23
16
  UpdateIdNamespaceCommandOutput,
24
- EntityResolutionClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").EntityResolutionClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateIdNamespaceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateIdNamespaceCommandInput,
32
25
  UpdateIdNamespaceCommandOutput,
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 UpdateIdNamespaceCommand extends UpdateIdNamespaceCommand_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
  UpdateMatchingWorkflowInput,
10
4
  UpdateMatchingWorkflowOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateMatchingWorkflowCommandInput
15
8
  extends UpdateMatchingWorkflowInput {}
16
9
  export interface UpdateMatchingWorkflowCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateMatchingWorkflowCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateMatchingWorkflowCommandInput,
24
17
  UpdateMatchingWorkflowCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateMatchingWorkflowCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateMatchingWorkflowCommandInput,
33
26
  UpdateMatchingWorkflowCommandOutput,
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 UpdateMatchingWorkflowCommand extends UpdateMatchingWorkflowCommand_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
  UpdateSchemaMappingInput,
10
4
  UpdateSchemaMappingOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateSchemaMappingCommandInput
15
8
  extends UpdateSchemaMappingInput {}
16
9
  export interface UpdateSchemaMappingCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateSchemaMappingCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateSchemaMappingCommandInput,
24
17
  UpdateSchemaMappingCommandOutput,
25
- EntityResolutionClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").EntityResolutionClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateSchemaMappingCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateSchemaMappingCommandInput,
33
26
  UpdateSchemaMappingCommandOutput,
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 UpdateSchemaMappingCommand extends UpdateSchemaMappingCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { EntityResolutionExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";