@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.
Files changed (122) hide show
  1. package/dist-cjs/index.js +46 -383
  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-types/commandBuilder.d.ts +18 -0
  43. package/dist-types/commands/AddPolicyStatementCommand.d.ts +3 -8
  44. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +3 -8
  52. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +3 -8
  54. package/dist-types/commands/GenerateMatchIdCommand.d.ts +3 -8
  55. package/dist-types/commands/GetIdMappingJobCommand.d.ts +3 -8
  56. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -8
  57. package/dist-types/commands/GetIdNamespaceCommand.d.ts +3 -8
  58. package/dist-types/commands/GetMatchIdCommand.d.ts +3 -8
  59. package/dist-types/commands/GetMatchingJobCommand.d.ts +3 -8
  60. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +3 -8
  61. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  62. package/dist-types/commands/GetProviderServiceCommand.d.ts +3 -8
  63. package/dist-types/commands/GetSchemaMappingCommand.d.ts +3 -8
  64. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListIdNamespacesCommand.d.ts +3 -8
  67. package/dist-types/commands/ListMatchingJobsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListProviderServicesCommand.d.ts +3 -8
  70. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  72. package/dist-types/commands/PutPolicyCommand.d.ts +3 -8
  73. package/dist-types/commands/StartIdMappingJobCommand.d.ts +3 -8
  74. package/dist-types/commands/StartMatchingJobCommand.d.ts +3 -8
  75. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +3 -8
  81. package/dist-types/index.d.ts +1 -0
  82. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  83. package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/index.d.ts +1 -0
  122. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { GetSchemaMappingInput, GetSchemaMappingOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSchemaMappingCommandInput extends GetSchemaMappingInput {
22
19
  export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetSchemaMappingCommand_base: {
25
- new (input: GetSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the SchemaMapping of a given name.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { ListIdMappingJobsInput, ListIdMappingJobsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListIdMappingJobsCommandInput extends ListIdMappingJobsInput {
22
19
  export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListIdMappingJobsCommand_base: {
25
- new (input: ListIdMappingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIdMappingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIdMappingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListIdMappingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all ID mapping jobs for a given workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { ListIdMappingWorkflowsInput, ListIdMappingWorkflowsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListIdMappingWorkflowsCommandInput extends ListIdMappingWorkflo
22
19
  export interface ListIdMappingWorkflowsCommandOutput extends ListIdMappingWorkflowsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListIdMappingWorkflowsCommand_base: {
25
- new (input: ListIdMappingWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListIdMappingWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIdMappingWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListIdMappingWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all the <code>IdMappingWorkflows</code> that have been created for an Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { ListIdNamespacesInput, ListIdNamespacesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListIdNamespacesCommandInput extends ListIdNamespacesInput {
22
19
  export interface ListIdNamespacesCommandOutput extends ListIdNamespacesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListIdNamespacesCommand_base: {
25
- new (input: ListIdNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListIdNamespacesCommandInput, ListIdNamespacesCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListIdNamespacesCommandInput]): import("@smithy/core/client").CommandImpl<ListIdNamespacesCommandInput, ListIdNamespacesCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIdNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListIdNamespacesCommandInput, ListIdNamespacesCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListIdNamespacesCommandInput]): import("@smithy/core/client").CommandImpl<ListIdNamespacesCommandInput, ListIdNamespacesCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all ID namespaces.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { ListMatchingJobsInput, ListMatchingJobsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMatchingJobsCommandInput extends ListMatchingJobsInput {
22
19
  export interface ListMatchingJobsCommandOutput extends ListMatchingJobsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListMatchingJobsCommand_base: {
25
- new (input: ListMatchingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMatchingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMatchingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListMatchingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all jobs for a given workflow.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { ListMatchingWorkflowsInput, ListMatchingWorkflowsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMatchingWorkflowsCommandInput extends ListMatchingWorkflows
22
19
  export interface ListMatchingWorkflowsCommandOutput extends ListMatchingWorkflowsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListMatchingWorkflowsCommand_base: {
25
- new (input: ListMatchingWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMatchingWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMatchingWorkflowsCommandInput): import("@smithy/core/client").CommandImpl<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListMatchingWorkflowsCommandInput]): import("@smithy/core/client").CommandImpl<ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all the <code>MatchingWorkflows</code> that have been created for an Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { ListProviderServicesInput, ListProviderServicesOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListProviderServicesCommandInput extends ListProviderServicesIn
22
19
  export interface ListProviderServicesCommandOutput extends ListProviderServicesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListProviderServicesCommand_base: {
25
- new (input: ListProviderServicesCommandInput): import("@smithy/core/client").CommandImpl<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListProviderServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListProviderServicesCommandInput): import("@smithy/core/client").CommandImpl<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListProviderServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListProviderServicesCommandInput, ListProviderServicesCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all the <code>ProviderServices</code> that are available in this Amazon Web Services Region.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { ListSchemaMappingsInput, ListSchemaMappingsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSchemaMappingsCommandInput extends ListSchemaMappingsInput
22
19
  export interface ListSchemaMappingsCommandOutput extends ListSchemaMappingsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListSchemaMappingsCommand_base: {
25
- new (input: ListSchemaMappingsCommandInput): import("@smithy/core/client").CommandImpl<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSchemaMappingsCommandInput]): import("@smithy/core/client").CommandImpl<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSchemaMappingsCommandInput): import("@smithy/core/client").CommandImpl<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSchemaMappingsCommandInput]): import("@smithy/core/client").CommandImpl<ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all the <code>SchemaMappings</code> that have been created for an Amazon Web Services account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Displays the tags associated with an Entity Resolution resource. In Entity Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be tagged.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { PutPolicyInput, PutPolicyOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutPolicyCommandInput extends PutPolicyInput {
22
19
  export interface PutPolicyCommandOutput extends PutPolicyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PutPolicyCommand_base: {
25
- new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the resource-based policy.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { StartIdMappingJobInput, StartIdMappingJobOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartIdMappingJobCommandInput extends StartIdMappingJobInput {
22
19
  export interface StartIdMappingJobCommandOutput extends StartIdMappingJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartIdMappingJobCommand_base: {
25
- new (input: StartIdMappingJobCommandInput): import("@smithy/core/client").CommandImpl<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartIdMappingJobCommandInput): import("@smithy/core/client").CommandImpl<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartIdMappingJobCommandInput): import("@smithy/core/client").CommandImpl<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartIdMappingJobCommandInput): import("@smithy/core/client").CommandImpl<StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the <code>IdMappingJob</code> of a workflow. The workflow must have previously been created using the <code>CreateIdMappingWorkflow</code> endpoint.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { StartMatchingJobInput, StartMatchingJobOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartMatchingJobCommandInput extends StartMatchingJobInput {
22
19
  export interface StartMatchingJobCommandOutput extends StartMatchingJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartMatchingJobCommand_base: {
25
- new (input: StartMatchingJobCommandInput): import("@smithy/core/client").CommandImpl<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMatchingJobCommandInput): import("@smithy/core/client").CommandImpl<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartMatchingJobCommandInput): import("@smithy/core/client").CommandImpl<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartMatchingJobCommandInput): import("@smithy/core/client").CommandImpl<StartMatchingJobCommandInput, StartMatchingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the <code>MatchingJob</code> of a workflow. The workflow must have previously been created using the <code>CreateMatchingWorkflow</code> endpoint.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Entity Resolution, <code>SchemaMapping</code> and <code>MatchingWorkflow</code> can be tagged. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the <code>TagResource</code> action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from the specified Entity Resolution resource. In Entity Resolution, <code>SchemaMapping</code>, and <code>MatchingWorkflow</code> can be tagged.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { UpdateIdMappingWorkflowInput, UpdateIdMappingWorkflowOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateIdMappingWorkflowCommandInput extends UpdateIdMappingWork
22
19
  export interface UpdateIdMappingWorkflowCommandOutput extends UpdateIdMappingWorkflowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateIdMappingWorkflowCommand_base: {
25
- new (input: UpdateIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing <code>IdMappingWorkflow</code>. This method is identical to CreateIdMappingWorkflow, except it uses an HTTP <code>PUT</code> request instead of a <code>POST</code> request, and the <code>IdMappingWorkflow</code> must already exist for the method to succeed.</p> <important> <p>Incremental processing is not supported for ID mapping workflows. </p> </important>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { UpdateIdNamespaceInput, UpdateIdNamespaceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateIdNamespaceCommandInput extends UpdateIdNamespaceInput {
22
19
  export interface UpdateIdNamespaceCommandOutput extends UpdateIdNamespaceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateIdNamespaceCommand_base: {
25
- new (input: UpdateIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdNamespaceCommandInput, UpdateIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdNamespaceCommandInput, UpdateIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdNamespaceCommandInput, UpdateIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateIdNamespaceCommandInput, UpdateIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing ID namespace.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { UpdateMatchingWorkflowInput, UpdateMatchingWorkflowOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateMatchingWorkflowCommandInput extends UpdateMatchingWorkfl
22
19
  export interface UpdateMatchingWorkflowCommandOutput extends UpdateMatchingWorkflowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateMatchingWorkflowCommand_base: {
25
- new (input: UpdateMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing matching workflow. The workflow must already exist for this operation to succeed.</p> <important> <p>For workflows where <code>resolutionType</code> is <code>ML_MATCHING</code> or <code>PROVIDER</code>, incremental processing is not supported. </p> </important>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
2
  import type { UpdateSchemaMappingInput, UpdateSchemaMappingOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSchemaMappingCommandInput extends UpdateSchemaMappingInpu
22
19
  export interface UpdateSchemaMappingCommandOutput extends UpdateSchemaMappingOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSchemaMappingCommand_base: {
25
- new (input: UpdateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a schema mapping.</p> <note> <p>A schema is immutable if it is being used by a workflow. Therefore, you can't update a schema mapping if it's associated with a workflow. </p> </note>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { EntityResolutionExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ EntityResolutionClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./EntityResolutionClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ EntityResolutionClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ EntityResolutionClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];