@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,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateMatchingWorkflow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateMatchingWorkflowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSVeniceService", "UpdateMatchingWorkflow", {})
13
- .n("EntityResolutionClient", "UpdateMatchingWorkflowCommand")
14
- .sc(UpdateMatchingWorkflow$)
15
- .build() {
3
+ export class UpdateMatchingWorkflowCommand extends command(_ep0, _mw0, "UpdateMatchingWorkflow", UpdateMatchingWorkflow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateSchemaMapping$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateSchemaMappingCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSVeniceService", "UpdateSchemaMapping", {})
13
- .n("EntityResolutionClient", "UpdateSchemaMappingCommand")
14
- .sc(UpdateSchemaMapping$)
15
- .build() {
3
+ export class UpdateSchemaMappingCommand extends command(_ep0, _mw0, "UpdateSchemaMapping", UpdateSchemaMapping$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./EntityResolutionClient";
2
2
  export * from "./EntityResolution";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AWSVeniceService",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "EntityResolution",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./EntityResolutionClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { AddPolicyStatementInput, AddPolicyStatementOutput } 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 AddPolicyStatementCommandInput extends AddPolicyStatementInput
22
19
  export interface AddPolicyStatementCommandOutput extends AddPolicyStatementOutput, __MetadataBearer {
23
20
  }
24
21
  declare const AddPolicyStatementCommand_base: {
25
- new (input: AddPolicyStatementCommandInput): import("@smithy/core/client").CommandImpl<AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddPolicyStatementCommandInput): import("@smithy/core/client").CommandImpl<AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddPolicyStatementCommandInput): import("@smithy/core/client").CommandImpl<AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddPolicyStatementCommandInput): import("@smithy/core/client").CommandImpl<AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a policy statement object. To retrieve a list of existing policy statements, use the <code>GetPolicy</code> API.</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 { BatchDeleteUniqueIdInput, BatchDeleteUniqueIdOutput } 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 BatchDeleteUniqueIdCommandInput extends BatchDeleteUniqueIdInpu
22
19
  export interface BatchDeleteUniqueIdCommandOutput extends BatchDeleteUniqueIdOutput, __MetadataBearer {
23
20
  }
24
21
  declare const BatchDeleteUniqueIdCommand_base: {
25
- new (input: BatchDeleteUniqueIdCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchDeleteUniqueIdCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchDeleteUniqueIdCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchDeleteUniqueIdCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes multiple unique IDs in a matching 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 { CreateIdMappingWorkflowInput, CreateIdMappingWorkflowOutput } 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 CreateIdMappingWorkflowCommandInput extends CreateIdMappingWork
22
19
  export interface CreateIdMappingWorkflowCommandOutput extends CreateIdMappingWorkflowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateIdMappingWorkflowCommand_base: {
25
- new (input: CreateIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an <code>IdMappingWorkflow</code> object which stores the configuration of the data processing job to be run. Each <code>IdMappingWorkflow</code> must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.</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 { CreateIdNamespaceInput, CreateIdNamespaceOutput } 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 CreateIdNamespaceCommandInput extends CreateIdNamespaceInput {
22
19
  export interface CreateIdNamespaceCommandOutput extends CreateIdNamespaceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateIdNamespaceCommand_base: {
25
- new (input: CreateIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.</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 { CreateMatchingWorkflowInput, CreateMatchingWorkflowOutput } 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 CreateMatchingWorkflowCommandInput extends CreateMatchingWorkfl
22
19
  export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkflowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMatchingWorkflowCommand_base: {
25
- new (input: CreateMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use <code>UpdateMatchingWorkflow</code>. </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 { CreateSchemaMappingInput, CreateSchemaMappingOutput } 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 CreateSchemaMappingCommandInput extends CreateSchemaMappingInpu
22
19
  export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSchemaMappingCommand_base: {
25
- new (input: CreateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a schema mapping, which defines the schema of the input customer records table. The <code>SchemaMapping</code> also provides Entity Resolution with some metadata about the table, such as the attribute types of the columns and which columns to match on.</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 { DeleteIdMappingWorkflowInput, DeleteIdMappingWorkflowOutput } 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 DeleteIdMappingWorkflowCommandInput extends DeleteIdMappingWork
22
19
  export interface DeleteIdMappingWorkflowCommandOutput extends DeleteIdMappingWorkflowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteIdMappingWorkflowCommand_base: {
25
- new (input: DeleteIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the <code>IdMappingWorkflow</code> with a given name. This operation will succeed even if a workflow with the given name does not exist.</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 { DeleteIdNamespaceInput, DeleteIdNamespaceOutput } 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 DeleteIdNamespaceCommandInput extends DeleteIdNamespaceInput {
22
19
  export interface DeleteIdNamespaceCommandOutput extends DeleteIdNamespaceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteIdNamespaceCommand_base: {
25
- new (input: DeleteIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the <code>IdNamespace</code> with 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 { DeleteMatchingWorkflowInput, DeleteMatchingWorkflowOutput } 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 DeleteMatchingWorkflowCommandInput extends DeleteMatchingWorkfl
22
19
  export interface DeleteMatchingWorkflowCommandOutput extends DeleteMatchingWorkflowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteMatchingWorkflowCommand_base: {
25
- new (input: DeleteMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the <code>MatchingWorkflow</code> with a given name. This operation will succeed even if a workflow with the given name does not exist.</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 { DeletePolicyStatementInput, DeletePolicyStatementOutput } 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 DeletePolicyStatementCommandInput extends DeletePolicyStatement
22
19
  export interface DeletePolicyStatementCommandOutput extends DeletePolicyStatementOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeletePolicyStatementCommand_base: {
25
- new (input: DeletePolicyStatementCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePolicyStatementCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePolicyStatementCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeletePolicyStatementCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the policy statement.</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 { DeleteSchemaMappingInput, DeleteSchemaMappingOutput } 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 DeleteSchemaMappingCommandInput extends DeleteSchemaMappingInpu
22
19
  export interface DeleteSchemaMappingCommandOutput extends DeleteSchemaMappingOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSchemaMappingCommand_base: {
25
- new (input: DeleteSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSchemaMappingCommandInput): import("@smithy/core/client").CommandImpl<DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the <code>SchemaMapping</code> with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in the workflow's <code>InputSourceConfig</code>.</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 { GenerateMatchIdInput, GenerateMatchIdOutput } 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 GenerateMatchIdCommandInput extends GenerateMatchIdInput {
22
19
  export interface GenerateMatchIdCommandOutput extends GenerateMatchIdOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GenerateMatchIdCommand_base: {
25
- new (input: GenerateMatchIdCommandInput): import("@smithy/core/client").CommandImpl<GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GenerateMatchIdCommandInput): import("@smithy/core/client").CommandImpl<GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GenerateMatchIdCommandInput): import("@smithy/core/client").CommandImpl<GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GenerateMatchIdCommandInput): import("@smithy/core/client").CommandImpl<GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Generates or retrieves Match IDs for records using a rule-based matching workflow. When you call this operation, it processes your records against the workflow's matching rules to identify potential matches. For existing records, it retrieves their Match IDs and associated rules. For records without matches, it generates new Match IDs. The operation saves results to Amazon S3. </p> <p>The processing type (<code>processingType</code>) you choose affects both the accuracy and response time of the operation. Additional charges apply for each API call, whether made through the Entity Resolution console or directly via the API. The rule-based matching workflow must exist and be active before calling this operation.</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 { GetIdMappingJobInput, GetIdMappingJobOutput } 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 GetIdMappingJobCommandInput extends GetIdMappingJobInput {
22
19
  export interface GetIdMappingJobCommandOutput extends GetIdMappingJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetIdMappingJobCommand_base: {
25
- new (input: GetIdMappingJobCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetIdMappingJobCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIdMappingJobCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetIdMappingJobCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the status, metrics, and errors (if there are any) that are associated with a job.</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 { GetIdMappingWorkflowInput, GetIdMappingWorkflowOutput } 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 GetIdMappingWorkflowCommandInput extends GetIdMappingWorkflowIn
22
19
  export interface GetIdMappingWorkflowCommandOutput extends GetIdMappingWorkflowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetIdMappingWorkflowCommand_base: {
25
- new (input: GetIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetIdMappingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the <code>IdMappingWorkflow</code> with a given name, if it exists.</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 { GetIdNamespaceInput, GetIdNamespaceOutput } 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 GetIdNamespaceCommandInput extends GetIdNamespaceInput {
22
19
  export interface GetIdNamespaceCommandOutput extends GetIdNamespaceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetIdNamespaceCommand_base: {
25
- new (input: GetIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetIdNamespaceCommandInput): import("@smithy/core/client").CommandImpl<GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the <code>IdNamespace</code> with a given name, if it exists.</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 { GetMatchIdInput, GetMatchIdOutput } 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 GetMatchIdCommandInput extends GetMatchIdInput {
22
19
  export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetMatchIdCommand_base: {
25
- new (input: GetMatchIdCommandInput): import("@smithy/core/client").CommandImpl<GetMatchIdCommandInput, GetMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMatchIdCommandInput): import("@smithy/core/client").CommandImpl<GetMatchIdCommandInput, GetMatchIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetMatchIdCommandInput): import("@smithy/core/client").CommandImpl<GetMatchIdCommandInput, GetMatchIdCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetMatchIdCommandInput): import("@smithy/core/client").CommandImpl<GetMatchIdCommandInput, GetMatchIdCommandOutput, import("..").EntityResolutionClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the corresponding Match ID of a customer record if the record has been processed in a rule-based matching workflow.</p> <p>You can call this API as a dry run of an incremental load on the rule-based matching workflow.</p>