@aws-sdk/client-entityresolution 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +92 -93
- package/dist-cjs/models/EntityResolutionServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/EntityResolution.js +1 -1
- package/dist-es/EntityResolutionClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddPolicyStatementCommand.js +2 -2
- package/dist-es/commands/BatchDeleteUniqueIdCommand.js +2 -2
- package/dist-es/commands/CreateIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/CreateIdNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/CreateSchemaMappingCommand.js +2 -2
- package/dist-es/commands/DeleteIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/DeleteIdNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/DeletePolicyStatementCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaMappingCommand.js +2 -2
- package/dist-es/commands/GenerateMatchIdCommand.js +2 -2
- package/dist-es/commands/GetIdMappingJobCommand.js +2 -2
- package/dist-es/commands/GetIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/GetIdNamespaceCommand.js +2 -2
- package/dist-es/commands/GetMatchIdCommand.js +2 -2
- package/dist-es/commands/GetMatchingJobCommand.js +2 -2
- package/dist-es/commands/GetMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetProviderServiceCommand.js +2 -2
- package/dist-es/commands/GetSchemaMappingCommand.js +2 -2
- package/dist-es/commands/ListIdMappingJobsCommand.js +2 -2
- package/dist-es/commands/ListIdMappingWorkflowsCommand.js +2 -2
- package/dist-es/commands/ListIdNamespacesCommand.js +2 -2
- package/dist-es/commands/ListMatchingJobsCommand.js +2 -2
- package/dist-es/commands/ListMatchingWorkflowsCommand.js +2 -2
- package/dist-es/commands/ListProviderServicesCommand.js +2 -2
- package/dist-es/commands/ListSchemaMappingsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/StartIdMappingJobCommand.js +2 -2
- package/dist-es/commands/StartMatchingJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateIdMappingWorkflowCommand.js +2 -2
- package/dist-es/commands/UpdateIdNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateMatchingWorkflowCommand.js +2 -2
- package/dist-es/commands/UpdateSchemaMappingCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/EntityResolutionServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/EntityResolutionClient.d.ts +5 -5
- package/dist-types/commands/AddPolicyStatementCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +6 -4
- package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/CreateIdNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/CreateSchemaMappingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/DeletePolicyStatementCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +6 -4
- package/dist-types/commands/GenerateMatchIdCommand.d.ts +6 -4
- package/dist-types/commands/GetIdMappingJobCommand.d.ts +6 -4
- package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/GetIdNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/GetMatchIdCommand.d.ts +6 -4
- package/dist-types/commands/GetMatchingJobCommand.d.ts +6 -4
- package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetProviderServiceCommand.d.ts +6 -4
- package/dist-types/commands/GetSchemaMappingCommand.d.ts +6 -4
- package/dist-types/commands/ListIdMappingJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +6 -4
- package/dist-types/commands/ListIdNamespacesCommand.d.ts +6 -4
- package/dist-types/commands/ListMatchingJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +6 -4
- package/dist-types/commands/ListProviderServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListSchemaMappingsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutPolicyCommand.d.ts +6 -4
- package/dist-types/commands/StartIdMappingJobCommand.d.ts +6 -4
- package/dist-types/commands/StartMatchingJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/EntityResolutionServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/EntityResolutionServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
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";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultEntityResolutionHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput } from "./commands/AddPolicyStatementCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { AddPolicyStatementInput, AddPolicyStatementOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddPolicyStatementCommandInput extends AddPolicyStatementInput
|
|
|
22
22
|
export interface AddPolicyStatementCommandOutput extends AddPolicyStatementOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddPolicyStatementCommand_base: {
|
|
25
|
-
new (input: AddPolicyStatementCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddPolicyStatementCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds a policy statement object. To retrieve a list of existing policy statements, use the <code>GetPolicy</code> API.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { BatchDeleteUniqueIdInput, BatchDeleteUniqueIdOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchDeleteUniqueIdCommandInput extends BatchDeleteUniqueIdInpu
|
|
|
22
22
|
export interface BatchDeleteUniqueIdCommandOutput extends BatchDeleteUniqueIdOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchDeleteUniqueIdCommand_base: {
|
|
25
|
-
new (input: BatchDeleteUniqueIdCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchDeleteUniqueIdCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes multiple unique IDs in a matching workflow.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { CreateIdMappingWorkflowInput, CreateIdMappingWorkflowOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateIdMappingWorkflowCommandInput extends CreateIdMappingWork
|
|
|
22
22
|
export interface CreateIdMappingWorkflowCommandOutput extends CreateIdMappingWorkflowOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateIdMappingWorkflowCommand_base: {
|
|
25
|
-
new (input: CreateIdMappingWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateIdMappingWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { CreateIdNamespaceInput, CreateIdNamespaceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateIdNamespaceCommandInput extends CreateIdNamespaceInput {
|
|
|
22
22
|
export interface CreateIdNamespaceCommandOutput extends CreateIdNamespaceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateIdNamespaceCommand_base: {
|
|
25
|
-
new (input: CreateIdNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateIdNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { CreateMatchingWorkflowInput, CreateMatchingWorkflowOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateMatchingWorkflowCommandInput extends CreateMatchingWorkfl
|
|
|
22
22
|
export interface CreateMatchingWorkflowCommandOutput extends CreateMatchingWorkflowOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMatchingWorkflowCommand_base: {
|
|
25
|
-
new (input: CreateMatchingWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateMatchingWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { CreateSchemaMappingInput, CreateSchemaMappingOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateSchemaMappingCommandInput extends CreateSchemaMappingInpu
|
|
|
22
22
|
export interface CreateSchemaMappingCommandOutput extends CreateSchemaMappingOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSchemaMappingCommand_base: {
|
|
25
|
-
new (input: CreateSchemaMappingCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSchemaMappingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { DeleteIdMappingWorkflowInput, DeleteIdMappingWorkflowOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIdMappingWorkflowCommandInput extends DeleteIdMappingWork
|
|
|
22
22
|
export interface DeleteIdMappingWorkflowCommandOutput extends DeleteIdMappingWorkflowOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIdMappingWorkflowCommand_base: {
|
|
25
|
-
new (input: DeleteIdMappingWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIdMappingWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { DeleteIdNamespaceInput, DeleteIdNamespaceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIdNamespaceCommandInput extends DeleteIdNamespaceInput {
|
|
|
22
22
|
export interface DeleteIdNamespaceCommandOutput extends DeleteIdNamespaceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIdNamespaceCommand_base: {
|
|
25
|
-
new (input: DeleteIdNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIdNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the <code>IdNamespace</code> with a given name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { DeleteMatchingWorkflowInput, DeleteMatchingWorkflowOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteMatchingWorkflowCommandInput extends DeleteMatchingWorkfl
|
|
|
22
22
|
export interface DeleteMatchingWorkflowCommandOutput extends DeleteMatchingWorkflowOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMatchingWorkflowCommand_base: {
|
|
25
|
-
new (input: DeleteMatchingWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteMatchingWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { DeletePolicyStatementInput, DeletePolicyStatementOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeletePolicyStatementCommandInput extends DeletePolicyStatement
|
|
|
22
22
|
export interface DeletePolicyStatementCommandOutput extends DeletePolicyStatementOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePolicyStatementCommand_base: {
|
|
25
|
-
new (input: DeletePolicyStatementCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePolicyStatementCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the policy statement.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { DeleteSchemaMappingInput, DeleteSchemaMappingOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSchemaMappingCommandInput extends DeleteSchemaMappingInpu
|
|
|
22
22
|
export interface DeleteSchemaMappingCommandOutput extends DeleteSchemaMappingOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSchemaMappingCommand_base: {
|
|
25
|
-
new (input: DeleteSchemaMappingCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSchemaMappingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GenerateMatchIdInput, GenerateMatchIdOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GenerateMatchIdCommandInput extends GenerateMatchIdInput {
|
|
|
22
22
|
export interface GenerateMatchIdCommandOutput extends GenerateMatchIdOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GenerateMatchIdCommand_base: {
|
|
25
|
-
new (input: GenerateMatchIdCommandInput): import("@smithy/
|
|
26
|
-
new (input: GenerateMatchIdCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetIdMappingJobInput, GetIdMappingJobOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIdMappingJobCommandInput extends GetIdMappingJobInput {
|
|
|
22
22
|
export interface GetIdMappingJobCommandOutput extends GetIdMappingJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdMappingJobCommand_base: {
|
|
25
|
-
new (input: GetIdMappingJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdMappingJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the status, metrics, and errors (if there are any) that are associated with a job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetIdMappingWorkflowInput, GetIdMappingWorkflowOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIdMappingWorkflowCommandInput extends GetIdMappingWorkflowIn
|
|
|
22
22
|
export interface GetIdMappingWorkflowCommandOutput extends GetIdMappingWorkflowOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdMappingWorkflowCommand_base: {
|
|
25
|
-
new (input: GetIdMappingWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdMappingWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the <code>IdMappingWorkflow</code> with a given name, if it exists.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetIdNamespaceInput, GetIdNamespaceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIdNamespaceCommandInput extends GetIdNamespaceInput {
|
|
|
22
22
|
export interface GetIdNamespaceCommandOutput extends GetIdNamespaceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdNamespaceCommand_base: {
|
|
25
|
-
new (input: GetIdNamespaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdNamespaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the <code>IdNamespace</code> with a given name, if it exists.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetMatchIdInput, GetMatchIdOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMatchIdCommandInput extends GetMatchIdInput {
|
|
|
22
22
|
export interface GetMatchIdCommandOutput extends GetMatchIdOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMatchIdCommand_base: {
|
|
25
|
-
new (input: GetMatchIdCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMatchIdCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetMatchingJobInput, GetMatchingJobOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMatchingJobCommandInput extends GetMatchingJobInput {
|
|
|
22
22
|
export interface GetMatchingJobCommandOutput extends GetMatchingJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMatchingJobCommand_base: {
|
|
25
|
-
new (input: GetMatchingJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMatchingJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMatchingJobCommandInput): import("@smithy/core/client").CommandImpl<GetMatchingJobCommandInput, GetMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMatchingJobCommandInput): import("@smithy/core/client").CommandImpl<GetMatchingJobCommandInput, GetMatchingJobCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the status, metrics, and errors (if there are any) that are associated with a job.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetMatchingWorkflowInput, GetMatchingWorkflowOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMatchingWorkflowCommandInput extends GetMatchingWorkflowInpu
|
|
|
22
22
|
export interface GetMatchingWorkflowCommandOutput extends GetMatchingWorkflowOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMatchingWorkflowCommand_base: {
|
|
25
|
-
new (input: GetMatchingWorkflowCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMatchingWorkflowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMatchingWorkflowCommandInput): import("@smithy/core/client").CommandImpl<GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the <code>MatchingWorkflow</code> with a given name, if it exists.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetPolicyCommandInput extends GetPolicyInput {
|
|
|
22
22
|
export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPolicyCommand_base: {
|
|
25
|
-
new (input: GetPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the resource-based policy.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetProviderServiceInput, GetProviderServiceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetProviderServiceCommandInput extends GetProviderServiceInput
|
|
|
22
22
|
export interface GetProviderServiceCommandOutput extends GetProviderServiceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetProviderServiceCommand_base: {
|
|
25
|
-
new (input: GetProviderServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetProviderServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetProviderServiceCommandInput): import("@smithy/core/client").CommandImpl<GetProviderServiceCommandInput, GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetProviderServiceCommandInput): import("@smithy/core/client").CommandImpl<GetProviderServiceCommandInput, GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the <code>ProviderService</code> of a given name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { GetSchemaMappingInput, GetSchemaMappingOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSchemaMappingCommandInput extends GetSchemaMappingInput {
|
|
|
22
22
|
export interface GetSchemaMappingCommandOutput extends GetSchemaMappingOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSchemaMappingCommand_base: {
|
|
25
|
-
new (input: GetSchemaMappingCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSchemaMappingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the SchemaMapping of a given name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
|
|
4
4
|
import type { ListIdMappingJobsInput, ListIdMappingJobsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListIdMappingJobsCommandInput extends ListIdMappingJobsInput {
|
|
|
22
22
|
export interface ListIdMappingJobsCommandOutput extends ListIdMappingJobsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListIdMappingJobsCommand_base: {
|
|
25
|
-
new (input: ListIdMappingJobsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListIdMappingJobsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all ID mapping jobs for a given workflow.</p>
|