/var/runtime/node_modules/@aws-sdk/client-entityresolution/dist-cjs
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
"use strict";var __defProp = Object.defineProperty;var __getOwnPropDesc = Object.getOwnPropertyDescriptor;var __getOwnPropNames = Object.getOwnPropertyNames;var __hasOwnProp = Object.prototype.hasOwnProperty;var __name = (target, value) => __defProp(target, "name", { value, configurable: true });var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true });};var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to;};var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/index.tsvar index_exports = {};__export(index_exports, { AccessDeniedException: () => AccessDeniedException, AddPolicyStatementCommand: () => AddPolicyStatementCommand, AttributeMatchingModel: () => AttributeMatchingModel, BatchDeleteUniqueIdCommand: () => BatchDeleteUniqueIdCommand, ConflictException: () => ConflictException, CreateIdMappingWorkflowCommand: () => CreateIdMappingWorkflowCommand, CreateIdNamespaceCommand: () => CreateIdNamespaceCommand, CreateMatchingWorkflowCommand: () => CreateMatchingWorkflowCommand, CreateSchemaMappingCommand: () => CreateSchemaMappingCommand, DeleteIdMappingWorkflowCommand: () => DeleteIdMappingWorkflowCommand, DeleteIdNamespaceCommand: () => DeleteIdNamespaceCommand, DeleteMatchingWorkflowCommand: () => DeleteMatchingWorkflowCommand, DeletePolicyStatementCommand: () => DeletePolicyStatementCommand, DeleteSchemaMappingCommand: () => DeleteSchemaMappingCommand, DeleteUniqueIdErrorType: () => DeleteUniqueIdErrorType, DeleteUniqueIdStatus: () => DeleteUniqueIdStatus, EntityResolution: () => EntityResolution, EntityResolutionClient: () => EntityResolutionClient, EntityResolutionServiceException: () => EntityResolutionServiceException, ExceedsLimitException: () => ExceedsLimitException, GenerateMatchIdCommand: () => GenerateMatchIdCommand, GenerateMatchIdInputFilterSensitiveLog: () => GenerateMatchIdInputFilterSensitiveLog, GetIdMappingJobCommand: () => GetIdMappingJobCommand, GetIdMappingWorkflowCommand: () => GetIdMappingWorkflowCommand, GetIdNamespaceCommand: () => GetIdNamespaceCommand, GetMatchIdCommand: () => GetMatchIdCommand, GetMatchIdInputFilterSensitiveLog: () => GetMatchIdInputFilterSensitiveLog, GetMatchingJobCommand: () => GetMatchingJobCommand, GetMatchingWorkflowCommand: () => GetMatchingWorkflowCommand, GetPolicyCommand: () => GetPolicyCommand, GetProviderServiceCommand: () => GetProviderServiceCommand, GetSchemaMappingCommand: () => GetSchemaMappingCommand, IdMappingIncrementalRunType: () => IdMappingIncrementalRunType, IdMappingType: () => IdMappingType, IdMappingWorkflowRuleDefinitionType: () => IdMappingWorkflowRuleDefinitionType, IdNamespaceType: () => IdNamespaceType, IncrementalRunType: () => IncrementalRunType, InternalServerException: () => InternalServerException, JobStatus: () => JobStatus, JobType: () => JobType, ListIdMappingJobsCommand: () => ListIdMappingJobsCommand, ListIdMappingWorkflowsCommand: () => ListIdMappingWorkflowsCommand, ListIdNamespacesCommand: () => ListIdNamespacesCommand, ListMatchingJobsCommand: () => ListMatchingJobsCommand, ListMatchingWorkflowsCommand: () => ListMatchingWorkflowsCommand, ListProviderServicesCommand: () => ListProviderServicesCommand, ListSchemaMappingsCommand: () => ListSchemaMappingsCommand, ListTagsForResourceCommand: () => ListTagsForResourceCommand, MatchPurpose: () => MatchPurpose, ProcessingType: () => ProcessingType, ProviderEndpointConfiguration: () => ProviderEndpointConfiguration, PutPolicyCommand: () => PutPolicyCommand, RecordMatchingModel: () => RecordMatchingModel, ResolutionType: () => ResolutionType, ResourceNotFoundException: () => ResourceNotFoundException, SchemaAttributeType: () => SchemaAttributeType, ServiceType: () => ServiceType, StartIdMappingJobCommand: () => StartIdMappingJobCommand, StartMatchingJobCommand: () => StartMatchingJobCommand, StatementEffect: () => StatementEffect, TagResourceCommand: () => TagResourceCommand, ThrottlingException: () => ThrottlingException, UntagResourceCommand: () => UntagResourceCommand, UpdateIdMappingWorkflowCommand: () => UpdateIdMappingWorkflowCommand, UpdateIdNamespaceCommand: () => UpdateIdNamespaceCommand, UpdateMatchingWorkflowCommand: () => UpdateMatchingWorkflowCommand, UpdateSchemaMappingCommand: () => UpdateSchemaMappingCommand, ValidationException: () => ValidationException, _RecordFilterSensitiveLog: () => _RecordFilterSensitiveLog, __Client: () => import_smithy_client.Client, paginateListIdMappingJobs: () => paginateListIdMappingJobs, paginateListIdMappingWorkflows: () => paginateListIdMappingWorkflows, paginateListIdNamespaces: () => paginateListIdNamespaces, paginateListMatchingJobs: () => paginateListMatchingJobs, paginateListMatchingWorkflows: () => paginateListMatchingWorkflows, paginateListProviderServices: () => paginateListProviderServices, paginateListSchemaMappings: () => paginateListSchemaMappings});module.exports = __toCommonJS(index_exports); // src/EntityResolutionClient.tsvar import_middleware_host_header = require("@aws-sdk/middleware-host-header");var import_middleware_logger = require("@aws-sdk/middleware-logger");var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");var import_config_resolver = require("@smithy/config-resolver");var import_core = require("@smithy/core");var import_middleware_content_length = require("@smithy/middleware-content-length");var import_middleware_endpoint = require("@smithy/middleware-endpoint");var import_middleware_retry = require("@smithy/middleware-retry"); var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider"); // src/endpoint/EndpointParameters.tsvar resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => { return Object.assign(options, { useDualstackEndpoint: options.useDualstackEndpoint ?? false, useFipsEndpoint: options.useFipsEndpoint ?? false, defaultSigningName: "entityresolution" });}, "resolveClientEndpointParameters");var commonParams = { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, Endpoint: { type: "builtInParams", name: "endpoint" }, Region: { type: "builtInParams", name: "region" }, UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }}; // src/EntityResolutionClient.tsvar import_runtimeConfig = require("././runtimeConfig"); // src/runtimeExtensions.tsvar import_region_config_resolver = require("@aws-sdk/region-config-resolver");var import_protocol_http = require("@smithy/protocol-http");var import_smithy_client = require("@smithy/smithy-client"); // src/auth/httpAuthExtensionConfiguration.tsvar getHttpAuthExtensionConfiguration = /* @__PURE__ */ __name((runtimeConfig) => { const _httpAuthSchemes = runtimeConfig.httpAuthSchemes; let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider; let _credentials = runtimeConfig.credentials; return { setHttpAuthScheme(httpAuthScheme) { const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId); if (index === -1) { _httpAuthSchemes.push(httpAuthScheme); } else { _httpAuthSchemes.splice(index, 1, httpAuthScheme); } }, httpAuthSchemes() { return _httpAuthSchemes; }, setHttpAuthSchemeProvider(httpAuthSchemeProvider) { _httpAuthSchemeProvider = httpAuthSchemeProvider; }, httpAuthSchemeProvider() { return _httpAuthSchemeProvider; }, setCredentials(credentials) { _credentials = credentials; }, credentials() { return _credentials; } };}, "getHttpAuthExtensionConfiguration");var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => { return { httpAuthSchemes: config.httpAuthSchemes(), httpAuthSchemeProvider: config.httpAuthSchemeProvider(), credentials: config.credentials() };}, "resolveHttpAuthRuntimeConfig"); // src/runtimeExtensions.tsvar resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => { const extensionConfiguration = Object.assign( (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig), (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig), (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig) ); extensions.forEach((extension) => extension.configure(extensionConfiguration)); return Object.assign( runtimeConfig, (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration), (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration), (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration) );}, "resolveRuntimeExtensions"); // src/EntityResolutionClient.tsvar EntityResolutionClient = class extends import_smithy_client.Client { static { __name(this, "EntityResolutionClient"); } /** * The resolved configuration of EntityResolutionClient class. This is resolved and normalized from the {@link EntityResolutionClientConfig | constructor configuration interface}. */ config; constructor(...[configuration]) { const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {}); super(_config_0); this.initConfig = _config_0; const _config_1 = resolveClientEndpointParameters(_config_0); const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1); const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2); const _config_4 = (0, import_config_resolver.resolveRegionConfig)(_config_3); const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4); const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5); const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6); const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []); this.config = _config_8; this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config)); this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config)); this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config)); this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config)); this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config)); this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config)); this.middlewareStack.use( (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, { httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultEntityResolutionHttpAuthSchemeParametersProvider, identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({ "aws.auth#sigv4": config.credentials }), "identityProviderConfigProvider") }) ); this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config)); } /** * Destroy underlying resources, like sockets. It's usually not necessary to do this. * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. * Otherwise, sockets might stay open for quite a long time before the server terminates them. */ destroy() { super.destroy(); }}; // src/EntityResolution.ts // src/commands/AddPolicyStatementCommand.ts var import_middleware_serde = require("@smithy/middleware-serde"); // src/protocols/Aws_restJson1.tsvar import_core2 = require("@aws-sdk/core"); // src/models/EntityResolutionServiceException.ts var EntityResolutionServiceException = class _EntityResolutionServiceException extends import_smithy_client.ServiceException { static { __name(this, "EntityResolutionServiceException"); } /** * @internal */ constructor(options) { super(options); Object.setPrototypeOf(this, _EntityResolutionServiceException.prototype); }}; // src/models/models_0.ts var AccessDeniedException = class _AccessDeniedException extends EntityResolutionServiceException { static { __name(this, "AccessDeniedException"); } name = "AccessDeniedException"; $fault = "client"; /** * @internal */ constructor(opts) { super({ name: "AccessDeniedException", $fault: "client", ...opts }); Object.setPrototypeOf(this, _AccessDeniedException.prototype); }};var StatementEffect = { Allow: "Allow", Deny: "Deny"};var ConflictException = class _ConflictException extends EntityResolutionServiceException { static { __name(this, "ConflictException"); } name = "ConflictException"; $fault = "client"; /** * @internal */ constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts }); Object.setPrototypeOf(this, _ConflictException.prototype); }};var InternalServerException = class _InternalServerException extends EntityResolutionServiceException { static { __name(this, "InternalServerException"); } name = "InternalServerException"; $fault = "server"; $retryable = {}; /** * @internal */ constructor(opts) { super({ name: "InternalServerException", $fault: "server", ...opts }); Object.setPrototypeOf(this, _InternalServerException.prototype); }};var ResourceNotFoundException = class _ResourceNotFoundException extends EntityResolutionServiceException { static { __name(this, "ResourceNotFoundException"); } name = "ResourceNotFoundException"; $fault = "client"; /** * @internal */ constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts }); Object.setPrototypeOf(this, _ResourceNotFoundException.prototype); }};var ThrottlingException = class _ThrottlingException extends EntityResolutionServiceException { static { __name(this, "ThrottlingException"); } name = "ThrottlingException"; $fault = "client"; $retryable = { throttling: true }; /** * @internal */ constructor(opts) { super({ name: "ThrottlingException", $fault: "client", ...opts }); Object.setPrototypeOf(this, _ThrottlingException.prototype); }};var ValidationException = class _ValidationException extends EntityResolutionServiceException { static { __name(this, "ValidationException"); } name = "ValidationException"; $fault = "client"; /** * @internal */ constructor(opts) { super({ name: "ValidationException", $fault: "client", ...opts }); Object.setPrototypeOf(this, _ValidationException.prototype); }};var AttributeMatchingModel = { MANY_TO_MANY: "MANY_TO_MANY", ONE_TO_ONE: "ONE_TO_ONE"};var DeleteUniqueIdErrorType = { SERVICE_ERROR: "SERVICE_ERROR", VALIDATION_ERROR: "VALIDATION_ERROR"};var DeleteUniqueIdStatus = { ACCEPTED: "ACCEPTED", COMPLETED: "COMPLETED"};var IdMappingType = { PROVIDER: "PROVIDER", RULE_BASED: "RULE_BASED"};var RecordMatchingModel = { MANY_SOURCE_TO_ONE_TARGET: "MANY_SOURCE_TO_ONE_TARGET", ONE_SOURCE_TO_ONE_TARGET: "ONE_SOURCE_TO_ONE_TARGET"};var IdMappingWorkflowRuleDefinitionType = { SOURCE: "SOURCE", TARGET: "TARGET"};var IdMappingIncrementalRunType = { ON_DEMAND: "ON_DEMAND"};var IdNamespaceType = { SOURCE: "SOURCE", TARGET: "TARGET"};var ExceedsLimitException = class _ExceedsLimitException extends EntityResolutionServiceException { static { __name(this, "ExceedsLimitException"); } name = "ExceedsLimitException"; $fault = "client"; /** * <p>The name of the quota that has been breached.</p> * @public */ quotaName; /** * <p>The current quota value for the customers.</p> * @public */ quotaValue; /** * @internal */ constructor(opts) { super({ name: "ExceedsLimitException", $fault: "client", ...opts }); Object.setPrototypeOf(this, _ExceedsLimitException.prototype); this.quotaName = opts.quotaName; this.quotaValue = opts.quotaValue; }};var IncrementalRunType = { IMMEDIATE: "IMMEDIATE"};var ResolutionType = { ML_MATCHING: "ML_MATCHING", PROVIDER: "PROVIDER", RULE_MATCHING: "RULE_MATCHING"};var MatchPurpose = { IDENTIFIER_GENERATION: "IDENTIFIER_GENERATION", INDEXING: "INDEXING"};var SchemaAttributeType = { ADDRESS: "ADDRESS", ADDRESS_CITY: "ADDRESS_CITY", ADDRESS_COUNTRY: "ADDRESS_COUNTRY", ADDRESS_POSTALCODE: "ADDRESS_POSTALCODE", ADDRESS_STATE: "ADDRESS_STATE", ADDRESS_STREET1: "ADDRESS_STREET1", ADDRESS_STREET2: "ADDRESS_STREET2", ADDRESS_STREET3: "ADDRESS_STREET3", DATE: "DATE", EMAIL_ADDRESS: "EMAIL_ADDRESS", IPV4: "IPV4", IPV6: "IPV6", MAID: "MAID", NAME: "NAME", NAME_FIRST: "NAME_FIRST", NAME_LAST: "NAME_LAST", NAME_MIDDLE: "NAME_MIDDLE", PHONE: "PHONE", PHONE_COUNTRYCODE: "PHONE_COUNTRYCODE", PHONE_NUMBER: "PHONE_NUMBER", PROVIDER_ID: "PROVIDER_ID", STRING: "STRING", UNIQUE_ID: "UNIQUE_ID"};var ProcessingType = { CONSISTENT: "CONSISTENT", EVENTUAL: "EVENTUAL", EVENTUAL_NO_LOOKUP: "EVENTUAL_NO_LOOKUP"};var JobType = { BATCH: "BATCH", DELETE_ONLY: "DELETE_ONLY", INCREMENTAL: "INCREMENTAL"};var JobStatus = { FAILED: "FAILED", QUEUED: "QUEUED", RUNNING: "RUNNING", SUCCEEDED: "SUCCEEDED"};var ProviderEndpointConfiguration;((ProviderEndpointConfiguration2) => { ProviderEndpointConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => { if (value.marketplaceConfiguration !== void 0) return visitor.marketplaceConfiguration(value.marketplaceConfiguration); return visitor._(value.$unknown[0], value.$unknown[1]); }, "visit");})(ProviderEndpointConfiguration || (ProviderEndpointConfiguration = {}));var ServiceType = { ASSIGNMENT: "ASSIGNMENT", ID_MAPPING: "ID_MAPPING"};var _RecordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({ ...obj, ...obj.recordAttributeMap && { recordAttributeMap: import_smithy_client.SENSITIVE_STRING }}), "_RecordFilterSensitiveLog");var GenerateMatchIdInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({ ...obj, ...obj.records && { records: obj.records.map((item) => _RecordFilterSensitiveLog(item)) }}), "GenerateMatchIdInputFilterSensitiveLog");var GetMatchIdInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({ ...obj, ...obj.record && { record: import_smithy_client.SENSITIVE_STRING }}), "GetMatchIdInputFilterSensitiveLog"); // src/protocols/Aws_restJson1.tsvar se_AddPolicyStatementCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/policies/{arn}/{statementId}"); b.p("arn", () => input.arn, "{arn}", false); b.p("statementId", () => input.statementId, "{statementId}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { action: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "action"), condition: [], effect: [], principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principal") }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_AddPolicyStatementCommand");var se_BatchDeleteUniqueIdCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, { [_i]: input[_iS], [_u]: [() => (0, import_smithy_client.isSerializableHeaderValue)(input[_uI]), () => (input[_uI] || []).map(import_smithy_client.quoteHeader).join(", ")] }); b.bp("/matchingworkflows/{workflowName}/uniqueids"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; b.m("DELETE").h(headers).b(body); return b.build();}, "se_BatchDeleteUniqueIdCommand");var se_CreateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/idmappingworkflows"); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { description: [], idMappingTechniques: /* @__PURE__ */ __name((_) => se_IdMappingTechniques(_, context), "idMappingTechniques"), incrementalRunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "incrementalRunConfig"), inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"), outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"), roleArn: [], tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"), workflowName: [] }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_CreateIdMappingWorkflowCommand");var se_CreateIdNamespaceCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/idnamespaces"); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { description: [], idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => se_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"), idNamespaceName: [], inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"), roleArn: [], tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"), type: [] }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_CreateIdNamespaceCommand");var se_CreateMatchingWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/matchingworkflows"); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { description: [], incrementalRunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "incrementalRunConfig"), inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"), outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"), resolutionTechniques: /* @__PURE__ */ __name((_) => se_ResolutionTechniques(_, context), "resolutionTechniques"), roleArn: [], tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"), workflowName: [] }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_CreateMatchingWorkflowCommand");var se_CreateSchemaMappingCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/schemas"); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { description: [], mappedInputFields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mappedInputFields"), schemaName: [], tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags") }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_CreateSchemaMappingCommand");var se_DeleteIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/idmappingworkflows/{workflowName}"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; b.m("DELETE").h(headers).b(body); return b.build();}, "se_DeleteIdMappingWorkflowCommand");var se_DeleteIdNamespaceCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/idnamespaces/{idNamespaceName}"); b.p("idNamespaceName", () => input.idNamespaceName, "{idNamespaceName}", false); let body; b.m("DELETE").h(headers).b(body); return b.build();}, "se_DeleteIdNamespaceCommand");var se_DeleteMatchingWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/matchingworkflows/{workflowName}"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; b.m("DELETE").h(headers).b(body); return b.build();}, "se_DeleteMatchingWorkflowCommand");var se_DeletePolicyStatementCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/policies/{arn}/{statementId}"); b.p("arn", () => input.arn, "{arn}", false); b.p("statementId", () => input.statementId, "{statementId}", false); let body; b.m("DELETE").h(headers).b(body); return b.build();}, "se_DeletePolicyStatementCommand");var se_DeleteSchemaMappingCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/schemas/{schemaName}"); b.p("schemaName", () => input.schemaName, "{schemaName}", false); let body; b.m("DELETE").h(headers).b(body); return b.build();}, "se_DeleteSchemaMappingCommand");var se_GenerateMatchIdCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/matchingworkflows/{workflowName}/generateMatches"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { processingType: [], records: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "records") }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_GenerateMatchIdCommand");var se_GetIdMappingJobCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/idmappingworkflows/{workflowName}/jobs/{jobId}"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); b.p("jobId", () => input.jobId, "{jobId}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_GetIdMappingJobCommand");var se_GetIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/idmappingworkflows/{workflowName}"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_GetIdMappingWorkflowCommand");var se_GetIdNamespaceCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/idnamespaces/{idNamespaceName}"); b.p("idNamespaceName", () => input.idNamespaceName, "{idNamespaceName}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_GetIdNamespaceCommand");var se_GetMatchIdCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/matchingworkflows/{workflowName}/matches"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { applyNormalization: [], record: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "record") }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_GetMatchIdCommand");var se_GetMatchingJobCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/matchingworkflows/{workflowName}/jobs/{jobId}"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); b.p("jobId", () => input.jobId, "{jobId}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_GetMatchingJobCommand");var se_GetMatchingWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/matchingworkflows/{workflowName}"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_GetMatchingWorkflowCommand");var se_GetPolicyCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/policies/{arn}"); b.p("arn", () => input.arn, "{arn}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_GetPolicyCommand");var se_GetProviderServiceCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/providerservices/{providerName}/{providerServiceName}"); b.p("providerName", () => input.providerName, "{providerName}", false); b.p("providerServiceName", () => input.providerServiceName, "{providerServiceName}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_GetProviderServiceCommand");var se_GetSchemaMappingCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/schemas/{schemaName}"); b.p("schemaName", () => input.schemaName, "{schemaName}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_GetSchemaMappingCommand");var se_ListIdMappingJobsCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/idmappingworkflows/{workflowName}/jobs"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); const query = (0, import_smithy_client.map)({ [_nT]: [, input[_nT]], [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()] }); let body; b.m("GET").h(headers).q(query).b(body); return b.build();}, "se_ListIdMappingJobsCommand");var se_ListIdMappingWorkflowsCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/idmappingworkflows"); const query = (0, import_smithy_client.map)({ [_nT]: [, input[_nT]], [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()] }); let body; b.m("GET").h(headers).q(query).b(body); return b.build();}, "se_ListIdMappingWorkflowsCommand");var se_ListIdNamespacesCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/idnamespaces"); const query = (0, import_smithy_client.map)({ [_nT]: [, input[_nT]], [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()] }); let body; b.m("GET").h(headers).q(query).b(body); return b.build();}, "se_ListIdNamespacesCommand");var se_ListMatchingJobsCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/matchingworkflows/{workflowName}/jobs"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); const query = (0, import_smithy_client.map)({ [_nT]: [, input[_nT]], [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()] }); let body; b.m("GET").h(headers).q(query).b(body); return b.build();}, "se_ListMatchingJobsCommand");var se_ListMatchingWorkflowsCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/matchingworkflows"); const query = (0, import_smithy_client.map)({ [_nT]: [, input[_nT]], [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()] }); let body; b.m("GET").h(headers).q(query).b(body); return b.build();}, "se_ListMatchingWorkflowsCommand");var se_ListProviderServicesCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/providerservices"); const query = (0, import_smithy_client.map)({ [_nT]: [, input[_nT]], [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()], [_pN]: [, input[_pN]] }); let body; b.m("GET").h(headers).q(query).b(body); return b.build();}, "se_ListProviderServicesCommand");var se_ListSchemaMappingsCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/schemas"); const query = (0, import_smithy_client.map)({ [_nT]: [, input[_nT]], [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()] }); let body; b.m("GET").h(headers).q(query).b(body); return b.build();}, "se_ListSchemaMappingsCommand");var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/tags/{resourceArn}"); b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false); let body; b.m("GET").h(headers).b(body); return b.build();}, "se_ListTagsForResourceCommand");var se_PutPolicyCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/policies/{arn}"); b.p("arn", () => input.arn, "{arn}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { policy: [], token: [] }) ); b.m("PUT").h(headers).b(body); return b.build();}, "se_PutPolicyCommand");var se_StartIdMappingJobCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/idmappingworkflows/{workflowName}/jobs"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { jobType: [], outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig") }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_StartIdMappingJobCommand");var se_StartMatchingJobCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/matchingworkflows/{workflowName}/jobs"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; b.m("POST").h(headers).b(body); return b.build();}, "se_StartMatchingJobCommand");var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/tags/{resourceArn}"); b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags") }) ); b.m("POST").h(headers).b(body); return b.build();}, "se_TagResourceCommand");var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = {}; b.bp("/tags/{resourceArn}"); b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false); const query = (0, import_smithy_client.map)({ [_tK]: [(0, import_smithy_client.expectNonNull)(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []] }); let body; b.m("DELETE").h(headers).q(query).b(body); return b.build();}, "se_UntagResourceCommand");var se_UpdateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/idmappingworkflows/{workflowName}"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { description: [], idMappingTechniques: /* @__PURE__ */ __name((_) => se_IdMappingTechniques(_, context), "idMappingTechniques"), incrementalRunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "incrementalRunConfig"), inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"), outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"), roleArn: [] }) ); b.m("PUT").h(headers).b(body); return b.build();}, "se_UpdateIdMappingWorkflowCommand");var se_UpdateIdNamespaceCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/idnamespaces/{idNamespaceName}"); b.p("idNamespaceName", () => input.idNamespaceName, "{idNamespaceName}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { description: [], idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => se_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"), inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"), roleArn: [] }) ); b.m("PUT").h(headers).b(body); return b.build();}, "se_UpdateIdNamespaceCommand");var se_UpdateMatchingWorkflowCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/matchingworkflows/{workflowName}"); b.p("workflowName", () => input.workflowName, "{workflowName}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { description: [], incrementalRunConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "incrementalRunConfig"), inputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputSourceConfig"), outputSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputSourceConfig"), resolutionTechniques: /* @__PURE__ */ __name((_) => se_ResolutionTechniques(_, context), "resolutionTechniques"), roleArn: [] }) ); b.m("PUT").h(headers).b(body); return b.build();}, "se_UpdateMatchingWorkflowCommand");var se_UpdateSchemaMappingCommand = /* @__PURE__ */ __name(async (input, context) => { const b = (0, import_core.requestBuilder)(input, context); const headers = { "content-type": "application/json" }; b.bp("/schemas/{schemaName}"); b.p("schemaName", () => input.schemaName, "{schemaName}", false); let body; body = JSON.stringify( (0, import_smithy_client.take)(input, { description: [], mappedInputFields: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mappedInputFields") }) ); b.m("PUT").h(headers).b(body); return b.build();}, "se_UpdateSchemaMappingCommand");var de_AddPolicyStatementCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { arn: import_smithy_client.expectString, policy: import_smithy_client.expectString, token: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_AddPolicyStatementCommand");var de_BatchDeleteUniqueIdCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { deleted: import_smithy_client._json, disconnectedUniqueIds: import_smithy_client._json, errors: import_smithy_client._json, status: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_BatchDeleteUniqueIdCommand");var de_CreateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { description: import_smithy_client.expectString, idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"), incrementalRunConfig: import_smithy_client._json, inputSourceConfig: import_smithy_client._json, outputSourceConfig: import_smithy_client._json, roleArn: import_smithy_client.expectString, workflowArn: import_smithy_client.expectString, workflowName: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_CreateIdMappingWorkflowCommand");var de_CreateIdNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), description: import_smithy_client.expectString, idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"), idNamespaceArn: import_smithy_client.expectString, idNamespaceName: import_smithy_client.expectString, inputSourceConfig: import_smithy_client._json, roleArn: import_smithy_client.expectString, tags: import_smithy_client._json, type: import_smithy_client.expectString, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt") }); Object.assign(contents, doc); return contents;}, "de_CreateIdNamespaceCommand");var de_CreateMatchingWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { description: import_smithy_client.expectString, incrementalRunConfig: import_smithy_client._json, inputSourceConfig: import_smithy_client._json, outputSourceConfig: import_smithy_client._json, resolutionTechniques: /* @__PURE__ */ __name((_) => de_ResolutionTechniques(_, context), "resolutionTechniques"), roleArn: import_smithy_client.expectString, workflowArn: import_smithy_client.expectString, workflowName: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_CreateMatchingWorkflowCommand");var de_CreateSchemaMappingCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { description: import_smithy_client.expectString, mappedInputFields: import_smithy_client._json, schemaArn: import_smithy_client.expectString, schemaName: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_CreateSchemaMappingCommand");var de_DeleteIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_DeleteIdMappingWorkflowCommand");var de_DeleteIdNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_DeleteIdNamespaceCommand");var de_DeleteMatchingWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_DeleteMatchingWorkflowCommand");var de_DeletePolicyStatementCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { arn: import_smithy_client.expectString, policy: import_smithy_client.expectString, token: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_DeletePolicyStatementCommand");var de_DeleteSchemaMappingCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_DeleteSchemaMappingCommand");var de_GenerateMatchIdCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { failedRecords: import_smithy_client._json, matchGroups: import_smithy_client._json }); Object.assign(contents, doc); return contents;}, "de_GenerateMatchIdCommand");var de_GetIdMappingJobCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"), errorDetails: import_smithy_client._json, jobId: import_smithy_client.expectString, jobType: import_smithy_client.expectString, metrics: import_smithy_client._json, outputSourceConfig: import_smithy_client._json, startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"), status: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_GetIdMappingJobCommand");var de_GetIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), description: import_smithy_client.expectString, idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"), incrementalRunConfig: import_smithy_client._json, inputSourceConfig: import_smithy_client._json, outputSourceConfig: import_smithy_client._json, roleArn: import_smithy_client.expectString, tags: import_smithy_client._json, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"), workflowArn: import_smithy_client.expectString, workflowName: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_GetIdMappingWorkflowCommand");var de_GetIdNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), description: import_smithy_client.expectString, idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"), idNamespaceArn: import_smithy_client.expectString, idNamespaceName: import_smithy_client.expectString, inputSourceConfig: import_smithy_client._json, roleArn: import_smithy_client.expectString, tags: import_smithy_client._json, type: import_smithy_client.expectString, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt") }); Object.assign(contents, doc); return contents;}, "de_GetIdNamespaceCommand");var de_GetMatchIdCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { matchId: import_smithy_client.expectString, matchRule: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_GetMatchIdCommand");var de_GetMatchingJobCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"), errorDetails: import_smithy_client._json, jobId: import_smithy_client.expectString, metrics: import_smithy_client._json, outputSourceConfig: import_smithy_client._json, startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"), status: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_GetMatchingJobCommand");var de_GetMatchingWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), description: import_smithy_client.expectString, incrementalRunConfig: import_smithy_client._json, inputSourceConfig: import_smithy_client._json, outputSourceConfig: import_smithy_client._json, resolutionTechniques: /* @__PURE__ */ __name((_) => de_ResolutionTechniques(_, context), "resolutionTechniques"), roleArn: import_smithy_client.expectString, tags: import_smithy_client._json, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"), workflowArn: import_smithy_client.expectString, workflowName: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_GetMatchingWorkflowCommand");var de_GetPolicyCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { arn: import_smithy_client.expectString, policy: import_smithy_client.expectString, token: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_GetPolicyCommand");var de_GetProviderServiceCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { anonymizedOutput: import_smithy_client.expectBoolean, providerComponentSchema: import_smithy_client._json, providerConfigurationDefinition: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerConfigurationDefinition"), providerEndpointConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "providerEndpointConfiguration"), providerEntityOutputDefinition: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerEntityOutputDefinition"), providerIdNameSpaceConfiguration: /* @__PURE__ */ __name((_) => de_ProviderIdNameSpaceConfiguration(_, context), "providerIdNameSpaceConfiguration"), providerIntermediateDataAccessConfiguration: import_smithy_client._json, providerJobConfiguration: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerJobConfiguration"), providerName: import_smithy_client.expectString, providerServiceArn: import_smithy_client.expectString, providerServiceDisplayName: import_smithy_client.expectString, providerServiceName: import_smithy_client.expectString, providerServiceType: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_GetProviderServiceCommand");var de_GetSchemaMappingCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), description: import_smithy_client.expectString, hasWorkflows: import_smithy_client.expectBoolean, mappedInputFields: import_smithy_client._json, schemaArn: import_smithy_client.expectString, schemaName: import_smithy_client.expectString, tags: import_smithy_client._json, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt") }); Object.assign(contents, doc); return contents;}, "de_GetSchemaMappingCommand");var de_ListIdMappingJobsCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { jobs: /* @__PURE__ */ __name((_) => de_JobList(_, context), "jobs"), nextToken: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_ListIdMappingJobsCommand");var de_ListIdMappingWorkflowsCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { nextToken: import_smithy_client.expectString, workflowSummaries: /* @__PURE__ */ __name((_) => de_IdMappingWorkflowList(_, context), "workflowSummaries") }); Object.assign(contents, doc); return contents;}, "de_ListIdMappingWorkflowsCommand");var de_ListIdNamespacesCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { idNamespaceSummaries: /* @__PURE__ */ __name((_) => de_IdNamespaceList(_, context), "idNamespaceSummaries"), nextToken: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_ListIdNamespacesCommand");var de_ListMatchingJobsCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { jobs: /* @__PURE__ */ __name((_) => de_JobList(_, context), "jobs"), nextToken: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_ListMatchingJobsCommand");var de_ListMatchingWorkflowsCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { nextToken: import_smithy_client.expectString, workflowSummaries: /* @__PURE__ */ __name((_) => de_MatchingWorkflowList(_, context), "workflowSummaries") }); Object.assign(contents, doc); return contents;}, "de_ListMatchingWorkflowsCommand");var de_ListProviderServicesCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { nextToken: import_smithy_client.expectString, providerServiceSummaries: import_smithy_client._json }); Object.assign(contents, doc); return contents;}, "de_ListProviderServicesCommand");var de_ListSchemaMappingsCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { nextToken: import_smithy_client.expectString, schemaList: /* @__PURE__ */ __name((_) => de_SchemaMappingList(_, context), "schemaList") }); Object.assign(contents, doc); return contents;}, "de_ListSchemaMappingsCommand");var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { tags: import_smithy_client._json }); Object.assign(contents, doc); return contents;}, "de_ListTagsForResourceCommand");var de_PutPolicyCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { arn: import_smithy_client.expectString, policy: import_smithy_client.expectString, token: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_PutPolicyCommand");var de_StartIdMappingJobCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { jobId: import_smithy_client.expectString, jobType: import_smithy_client.expectString, outputSourceConfig: import_smithy_client._json }); Object.assign(contents, doc); return contents;}, "de_StartIdMappingJobCommand");var de_StartMatchingJobCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { jobId: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_StartMatchingJobCommand");var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); await (0, import_smithy_client.collectBody)(output.body, context); return contents;}, "de_TagResourceCommand");var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); await (0, import_smithy_client.collectBody)(output.body, context); return contents;}, "de_UntagResourceCommand");var de_UpdateIdMappingWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { description: import_smithy_client.expectString, idMappingTechniques: /* @__PURE__ */ __name((_) => de_IdMappingTechniques(_, context), "idMappingTechniques"), incrementalRunConfig: import_smithy_client._json, inputSourceConfig: import_smithy_client._json, outputSourceConfig: import_smithy_client._json, roleArn: import_smithy_client.expectString, workflowArn: import_smithy_client.expectString, workflowName: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_UpdateIdMappingWorkflowCommand");var de_UpdateIdNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), description: import_smithy_client.expectString, idMappingWorkflowProperties: /* @__PURE__ */ __name((_) => de_IdNamespaceIdMappingWorkflowPropertiesList(_, context), "idMappingWorkflowProperties"), idNamespaceArn: import_smithy_client.expectString, idNamespaceName: import_smithy_client.expectString, inputSourceConfig: import_smithy_client._json, roleArn: import_smithy_client.expectString, type: import_smithy_client.expectString, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt") }); Object.assign(contents, doc); return contents;}, "de_UpdateIdNamespaceCommand");var de_UpdateMatchingWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { description: import_smithy_client.expectString, incrementalRunConfig: import_smithy_client._json, inputSourceConfig: import_smithy_client._json, outputSourceConfig: import_smithy_client._json, resolutionTechniques: /* @__PURE__ */ __name((_) => de_ResolutionTechniques(_, context), "resolutionTechniques"), roleArn: import_smithy_client.expectString, workflowName: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_UpdateMatchingWorkflowCommand");var de_UpdateSchemaMappingCommand = /* @__PURE__ */ __name(async (output, context) => { if (output.statusCode !== 200 && output.statusCode >= 300) { return de_CommandError(output, context); } const contents = (0, import_smithy_client.map)({ $metadata: deserializeMetadata(output) }); const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body"); const doc = (0, import_smithy_client.take)(data, { description: import_smithy_client.expectString, mappedInputFields: import_smithy_client._json, schemaArn: import_smithy_client.expectString, schemaName: import_smithy_client.expectString }); Object.assign(contents, doc); return contents;}, "de_UpdateSchemaMappingCommand");var de_CommandError = /* @__PURE__ */ __name(async (output, context) => { const parsedOutput = { ...output, body: await (0, import_core2.parseJsonErrorBody)(output.body, context) }; const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body); switch (errorCode) { case "AccessDeniedException": case "com.amazonaws.entityresolution#AccessDeniedException": throw await de_AccessDeniedExceptionRes(parsedOutput, context); case "ConflictException": case "com.amazonaws.entityresolution#ConflictException": throw await de_ConflictExceptionRes(parsedOutput, context); case "InternalServerException": case "com.amazonaws.entityresolution#InternalServerException": throw await de_InternalServerExceptionRes(parsedOutput, context); case "ResourceNotFoundException": case "com.amazonaws.entityresolution#ResourceNotFoundException": throw await de_ResourceNotFoundExceptionRes(parsedOutput, context); case "ThrottlingException": case "com.amazonaws.entityresolution#ThrottlingException": throw await de_ThrottlingExceptionRes(parsedOutput, context); case "ValidationException": case "com.amazonaws.entityresolution#ValidationException": throw await de_ValidationExceptionRes(parsedOutput, context); case "ExceedsLimitException": case "com.amazonaws.entityresolution#ExceedsLimitException": throw await de_ExceedsLimitExceptionRes(parsedOutput, context); default: const parsedBody = parsedOutput.body; return throwDefaultError({ output, parsedBody, errorCode }); }}, "de_CommandError");var throwDefaultError = (0, import_smithy_client.withBaseException)(EntityResolutionServiceException);var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => { const contents = (0, import_smithy_client.map)({}); const data = parsedOutput.body; const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); const exception = new AccessDeniedException({ $metadata: deserializeMetadata(parsedOutput), ...contents }); return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);}, "de_AccessDeniedExceptionRes");var de_ConflictExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => { const contents = (0, import_smithy_client.map)({}); const data = parsedOutput.body; const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); const exception = new ConflictException({ $metadata: deserializeMetadata(parsedOutput), ...contents }); return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);}, "de_ConflictExceptionRes");var de_ExceedsLimitExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => { const contents = (0, import_smithy_client.map)({}); const data = parsedOutput.body; const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString, quotaName: import_smithy_client.expectString, quotaValue: import_smithy_client.expectInt32 }); Object.assign(contents, doc); const exception = new ExceedsLimitException({ $metadata: deserializeMetadata(parsedOutput), ...contents }); return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);}, "de_ExceedsLimitExceptionRes");var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => { const contents = (0, import_smithy_client.map)({}); const data = parsedOutput.body; const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); const exception = new InternalServerException({ $metadata: deserializeMetadata(parsedOutput), ...contents }); return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);}, "de_InternalServerExceptionRes");var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => { const contents = (0, import_smithy_client.map)({}); const data = parsedOutput.body; const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); const exception = new ResourceNotFoundException({ $metadata: deserializeMetadata(parsedOutput), ...contents }); return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);}, "de_ResourceNotFoundExceptionRes");var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => { const contents = (0, import_smithy_client.map)({}); const data = parsedOutput.body; const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); const exception = new ThrottlingException({ $metadata: deserializeMetadata(parsedOutput), ...contents }); return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);}, "de_ThrottlingExceptionRes");var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => { const contents = (0, import_smithy_client.map)({}); const data = parsedOutput.body; const doc = (0, import_smithy_client.take)(data, { message: import_smithy_client.expectString }); Object.assign(contents, doc); const exception = new ValidationException({ $metadata: deserializeMetadata(parsedOutput), ...contents }); return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);}, "de_ValidationExceptionRes");var se_IdMappingTechniques = /* @__PURE__ */ __name((input, context) => { return (0, import_smithy_client.take)(input, { idMappingType: [], providerProperties: /* @__PURE__ */ __name((_) => se_ProviderProperties(_, context), "providerProperties"), ruleBasedProperties: import_smithy_client._json });}, "se_IdMappingTechniques");var se_IdNamespaceIdMappingWorkflowProperties = /* @__PURE__ */ __name((input, context) => { return (0, import_smithy_client.take)(input, { idMappingType: [], providerProperties: /* @__PURE__ */ __name((_) => se_NamespaceProviderProperties(_, context), "providerProperties"), ruleBasedProperties: import_smithy_client._json });}, "se_IdNamespaceIdMappingWorkflowProperties");var se_IdNamespaceIdMappingWorkflowPropertiesList = /* @__PURE__ */ __name((input, context) => { return input.filter((e) => e != null).map((entry) => { return se_IdNamespaceIdMappingWorkflowProperties(entry, context); });}, "se_IdNamespaceIdMappingWorkflowPropertiesList");var se_NamespaceProviderProperties = /* @__PURE__ */ __name((input, context) => { return (0, import_smithy_client.take)(input, { providerConfiguration: /* @__PURE__ */ __name((_) => se_Document(_, context), "providerConfiguration"), providerServiceArn: [] });}, "se_NamespaceProviderProperties");var se_ProviderProperties = /* @__PURE__ */ __name((input, context) => { return (0, import_smithy_client.take)(input, { intermediateSourceConfiguration: import_smithy_client._json, providerConfiguration: /* @__PURE__ */ __name((_) => se_Document(_, context), "providerConfiguration"), providerServiceArn: [] });}, "se_ProviderProperties");var se_ResolutionTechniques = /* @__PURE__ */ __name((input, context) => { return (0, import_smithy_client.take)(input, { providerProperties: /* @__PURE__ */ __name((_) => se_ProviderProperties(_, context), "providerProperties"), resolutionType: [], ruleBasedProperties: import_smithy_client._json, ruleConditionProperties: import_smithy_client._json });}, "se_ResolutionTechniques");var se_Document = /* @__PURE__ */ __name((input, context) => { return input;}, "se_Document");var de_IdMappingTechniques = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { idMappingType: import_smithy_client.expectString, providerProperties: /* @__PURE__ */ __name((_) => de_ProviderProperties(_, context), "providerProperties"), ruleBasedProperties: import_smithy_client._json });}, "de_IdMappingTechniques");var de_IdMappingWorkflowList = /* @__PURE__ */ __name((output, context) => { const retVal = (output || []).filter((e) => e != null).map((entry) => { return de_IdMappingWorkflowSummary(entry, context); }); return retVal;}, "de_IdMappingWorkflowList");var de_IdMappingWorkflowSummary = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"), workflowArn: import_smithy_client.expectString, workflowName: import_smithy_client.expectString });}, "de_IdMappingWorkflowSummary");var de_IdNamespaceIdMappingWorkflowProperties = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { idMappingType: import_smithy_client.expectString, providerProperties: /* @__PURE__ */ __name((_) => de_NamespaceProviderProperties(_, context), "providerProperties"), ruleBasedProperties: import_smithy_client._json });}, "de_IdNamespaceIdMappingWorkflowProperties");var de_IdNamespaceIdMappingWorkflowPropertiesList = /* @__PURE__ */ __name((output, context) => { const retVal = (output || []).filter((e) => e != null).map((entry) => { return de_IdNamespaceIdMappingWorkflowProperties(entry, context); }); return retVal;}, "de_IdNamespaceIdMappingWorkflowPropertiesList");var de_IdNamespaceList = /* @__PURE__ */ __name((output, context) => { const retVal = (output || []).filter((e) => e != null).map((entry) => { return de_IdNamespaceSummary(entry, context); }); return retVal;}, "de_IdNamespaceList");var de_IdNamespaceSummary = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), description: import_smithy_client.expectString, idMappingWorkflowProperties: import_smithy_client._json, idNamespaceArn: import_smithy_client.expectString, idNamespaceName: import_smithy_client.expectString, type: import_smithy_client.expectString, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt") });}, "de_IdNamespaceSummary");var de_JobList = /* @__PURE__ */ __name((output, context) => { const retVal = (output || []).filter((e) => e != null).map((entry) => { return de_JobSummary(entry, context); }); return retVal;}, "de_JobList");var de_JobSummary = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"), jobId: import_smithy_client.expectString, startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"), status: import_smithy_client.expectString });}, "de_JobSummary");var de_MatchingWorkflowList = /* @__PURE__ */ __name((output, context) => { const retVal = (output || []).filter((e) => e != null).map((entry) => { return de_MatchingWorkflowSummary(entry, context); }); return retVal;}, "de_MatchingWorkflowList");var de_MatchingWorkflowSummary = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), resolutionType: import_smithy_client.expectString, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"), workflowArn: import_smithy_client.expectString, workflowName: import_smithy_client.expectString });}, "de_MatchingWorkflowSummary");var de_NamespaceProviderProperties = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { providerConfiguration: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerConfiguration"), providerServiceArn: import_smithy_client.expectString });}, "de_NamespaceProviderProperties");var de_ProviderIdNameSpaceConfiguration = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { description: import_smithy_client.expectString, providerSourceConfigurationDefinition: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerSourceConfigurationDefinition"), providerTargetConfigurationDefinition: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerTargetConfigurationDefinition") });}, "de_ProviderIdNameSpaceConfiguration");var de_ProviderProperties = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { intermediateSourceConfiguration: import_smithy_client._json, providerConfiguration: /* @__PURE__ */ __name((_) => de_Document(_, context), "providerConfiguration"), providerServiceArn: import_smithy_client.expectString });}, "de_ProviderProperties");var de_ResolutionTechniques = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { providerProperties: /* @__PURE__ */ __name((_) => de_ProviderProperties(_, context), "providerProperties"), resolutionType: import_smithy_client.expectString, ruleBasedProperties: import_smithy_client._json, ruleConditionProperties: import_smithy_client._json });}, "de_ResolutionTechniques");var de_SchemaMappingList = /* @__PURE__ */ __name((output, context) => { const retVal = (output || []).filter((e) => e != null).map((entry) => { return de_SchemaMappingSummary(entry, context); }); return retVal;}, "de_SchemaMappingList");var de_SchemaMappingSummary = /* @__PURE__ */ __name((output, context) => { return (0, import_smithy_client.take)(output, { createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"), hasWorkflows: import_smithy_client.expectBoolean, schemaArn: import_smithy_client.expectString, schemaName: import_smithy_client.expectString, updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt") });}, "de_SchemaMappingSummary");var de_Document = /* @__PURE__ */ __name((output, context) => { return output;}, "de_Document");var deserializeMetadata = /* @__PURE__ */ __name((output) => ({ httpStatusCode: output.statusCode, requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], extendedRequestId: output.headers["x-amz-id-2"], cfId: output.headers["x-amz-cf-id"]}), "deserializeMetadata");var _i = "inputsource";var _iS = "inputSource";var _mR = "maxResults";var _nT = "nextToken";var _pN = "providerName";var _tK = "tagKeys";var _u = "uniqueids";var _uI = "uniqueIds"; // src/commands/AddPolicyStatementCommand.tsvar AddPolicyStatementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "AddPolicyStatement", {}).n("EntityResolutionClient", "AddPolicyStatementCommand").f(void 0, void 0).ser(se_AddPolicyStatementCommand).de(de_AddPolicyStatementCommand).build() { static { __name(this, "AddPolicyStatementCommand"); }}; // src/commands/BatchDeleteUniqueIdCommand.ts var BatchDeleteUniqueIdCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "BatchDeleteUniqueId", {}).n("EntityResolutionClient", "BatchDeleteUniqueIdCommand").f(void 0, void 0).ser(se_BatchDeleteUniqueIdCommand).de(de_BatchDeleteUniqueIdCommand).build() { static { __name(this, "BatchDeleteUniqueIdCommand"); }}; // src/commands/CreateIdMappingWorkflowCommand.ts var CreateIdMappingWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "CreateIdMappingWorkflow", {}).n("EntityResolutionClient", "CreateIdMappingWorkflowCommand").f(void 0, void 0).ser(se_CreateIdMappingWorkflowCommand).de(de_CreateIdMappingWorkflowCommand).build() { static { __name(this, "CreateIdMappingWorkflowCommand"); }}; // src/commands/CreateIdNamespaceCommand.ts var CreateIdNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "CreateIdNamespace", {}).n("EntityResolutionClient", "CreateIdNamespaceCommand").f(void 0, void 0).ser(se_CreateIdNamespaceCommand).de(de_CreateIdNamespaceCommand).build() { static { __name(this, "CreateIdNamespaceCommand"); }}; // src/commands/CreateMatchingWorkflowCommand.ts var CreateMatchingWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "CreateMatchingWorkflow", {}).n("EntityResolutionClient", "CreateMatchingWorkflowCommand").f(void 0, void 0).ser(se_CreateMatchingWorkflowCommand).de(de_CreateMatchingWorkflowCommand).build() { static { __name(this, "CreateMatchingWorkflowCommand"); }}; // src/commands/CreateSchemaMappingCommand.ts var CreateSchemaMappingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "CreateSchemaMapping", {}).n("EntityResolutionClient", "CreateSchemaMappingCommand").f(void 0, void 0).ser(se_CreateSchemaMappingCommand).de(de_CreateSchemaMappingCommand).build() { static { __name(this, "CreateSchemaMappingCommand"); }}; // src/commands/DeleteIdMappingWorkflowCommand.ts var DeleteIdMappingWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "DeleteIdMappingWorkflow", {}).n("EntityResolutionClient", "DeleteIdMappingWorkflowCommand").f(void 0, void 0).ser(se_DeleteIdMappingWorkflowCommand).de(de_DeleteIdMappingWorkflowCommand).build() { static { __name(this, "DeleteIdMappingWorkflowCommand"); }}; // src/commands/DeleteIdNamespaceCommand.ts var DeleteIdNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "DeleteIdNamespace", {}).n("EntityResolutionClient", "DeleteIdNamespaceCommand").f(void 0, void 0).ser(se_DeleteIdNamespaceCommand).de(de_DeleteIdNamespaceCommand).build() { static { __name(this, "DeleteIdNamespaceCommand"); }}; // src/commands/DeleteMatchingWorkflowCommand.ts var DeleteMatchingWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "DeleteMatchingWorkflow", {}).n("EntityResolutionClient", "DeleteMatchingWorkflowCommand").f(void 0, void 0).ser(se_DeleteMatchingWorkflowCommand).de(de_DeleteMatchingWorkflowCommand).build() { static { __name(this, "DeleteMatchingWorkflowCommand"); }}; // src/commands/DeletePolicyStatementCommand.ts var DeletePolicyStatementCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "DeletePolicyStatement", {}).n("EntityResolutionClient", "DeletePolicyStatementCommand").f(void 0, void 0).ser(se_DeletePolicyStatementCommand).de(de_DeletePolicyStatementCommand).build() { static { __name(this, "DeletePolicyStatementCommand"); }}; // src/commands/DeleteSchemaMappingCommand.ts var DeleteSchemaMappingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "DeleteSchemaMapping", {}).n("EntityResolutionClient", "DeleteSchemaMappingCommand").f(void 0, void 0).ser(se_DeleteSchemaMappingCommand).de(de_DeleteSchemaMappingCommand).build() { static { __name(this, "DeleteSchemaMappingCommand"); }}; // src/commands/GenerateMatchIdCommand.ts var GenerateMatchIdCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GenerateMatchId", {}).n("EntityResolutionClient", "GenerateMatchIdCommand").f(GenerateMatchIdInputFilterSensitiveLog, void 0).ser(se_GenerateMatchIdCommand).de(de_GenerateMatchIdCommand).build() { static { __name(this, "GenerateMatchIdCommand"); }}; // src/commands/GetIdMappingJobCommand.ts var GetIdMappingJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetIdMappingJob", {}).n("EntityResolutionClient", "GetIdMappingJobCommand").f(void 0, void 0).ser(se_GetIdMappingJobCommand).de(de_GetIdMappingJobCommand).build() { static { __name(this, "GetIdMappingJobCommand"); }}; // src/commands/GetIdMappingWorkflowCommand.ts var GetIdMappingWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetIdMappingWorkflow", {}).n("EntityResolutionClient", "GetIdMappingWorkflowCommand").f(void 0, void 0).ser(se_GetIdMappingWorkflowCommand).de(de_GetIdMappingWorkflowCommand).build() { static { __name(this, "GetIdMappingWorkflowCommand"); }}; // src/commands/GetIdNamespaceCommand.ts var GetIdNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetIdNamespace", {}).n("EntityResolutionClient", "GetIdNamespaceCommand").f(void 0, void 0).ser(se_GetIdNamespaceCommand).de(de_GetIdNamespaceCommand).build() { static { __name(this, "GetIdNamespaceCommand"); }}; // src/commands/GetMatchIdCommand.ts var GetMatchIdCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetMatchId", {}).n("EntityResolutionClient", "GetMatchIdCommand").f(GetMatchIdInputFilterSensitiveLog, void 0).ser(se_GetMatchIdCommand).de(de_GetMatchIdCommand).build() { static { __name(this, "GetMatchIdCommand"); }}; // src/commands/GetMatchingJobCommand.ts var GetMatchingJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetMatchingJob", {}).n("EntityResolutionClient", "GetMatchingJobCommand").f(void 0, void 0).ser(se_GetMatchingJobCommand).de(de_GetMatchingJobCommand).build() { static { __name(this, "GetMatchingJobCommand"); }}; // src/commands/GetMatchingWorkflowCommand.ts var GetMatchingWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetMatchingWorkflow", {}).n("EntityResolutionClient", "GetMatchingWorkflowCommand").f(void 0, void 0).ser(se_GetMatchingWorkflowCommand).de(de_GetMatchingWorkflowCommand).build() { static { __name(this, "GetMatchingWorkflowCommand"); }}; // src/commands/GetPolicyCommand.ts var GetPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetPolicy", {}).n("EntityResolutionClient", "GetPolicyCommand").f(void 0, void 0).ser(se_GetPolicyCommand).de(de_GetPolicyCommand).build() { static { __name(this, "GetPolicyCommand"); }}; // src/commands/GetProviderServiceCommand.ts var GetProviderServiceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetProviderService", {}).n("EntityResolutionClient", "GetProviderServiceCommand").f(void 0, void 0).ser(se_GetProviderServiceCommand).de(de_GetProviderServiceCommand).build() { static { __name(this, "GetProviderServiceCommand"); }}; // src/commands/GetSchemaMappingCommand.ts var GetSchemaMappingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "GetSchemaMapping", {}).n("EntityResolutionClient", "GetSchemaMappingCommand").f(void 0, void 0).ser(se_GetSchemaMappingCommand).de(de_GetSchemaMappingCommand).build() { static { __name(this, "GetSchemaMappingCommand"); }}; // src/commands/ListIdMappingJobsCommand.ts var ListIdMappingJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "ListIdMappingJobs", {}).n("EntityResolutionClient", "ListIdMappingJobsCommand").f(void 0, void 0).ser(se_ListIdMappingJobsCommand).de(de_ListIdMappingJobsCommand).build() { static { __name(this, "ListIdMappingJobsCommand"); }}; // src/commands/ListIdMappingWorkflowsCommand.ts var ListIdMappingWorkflowsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "ListIdMappingWorkflows", {}).n("EntityResolutionClient", "ListIdMappingWorkflowsCommand").f(void 0, void 0).ser(se_ListIdMappingWorkflowsCommand).de(de_ListIdMappingWorkflowsCommand).build() { static { __name(this, "ListIdMappingWorkflowsCommand"); }}; // src/commands/ListIdNamespacesCommand.ts var ListIdNamespacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "ListIdNamespaces", {}).n("EntityResolutionClient", "ListIdNamespacesCommand").f(void 0, void 0).ser(se_ListIdNamespacesCommand).de(de_ListIdNamespacesCommand).build() { static { __name(this, "ListIdNamespacesCommand"); }}; // src/commands/ListMatchingJobsCommand.ts var ListMatchingJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "ListMatchingJobs", {}).n("EntityResolutionClient", "ListMatchingJobsCommand").f(void 0, void 0).ser(se_ListMatchingJobsCommand).de(de_ListMatchingJobsCommand).build() { static { __name(this, "ListMatchingJobsCommand"); }}; // src/commands/ListMatchingWorkflowsCommand.ts var ListMatchingWorkflowsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "ListMatchingWorkflows", {}).n("EntityResolutionClient", "ListMatchingWorkflowsCommand").f(void 0, void 0).ser(se_ListMatchingWorkflowsCommand).de(de_ListMatchingWorkflowsCommand).build() { static { __name(this, "ListMatchingWorkflowsCommand"); }}; // src/commands/ListProviderServicesCommand.ts var ListProviderServicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "ListProviderServices", {}).n("EntityResolutionClient", "ListProviderServicesCommand").f(void 0, void 0).ser(se_ListProviderServicesCommand).de(de_ListProviderServicesCommand).build() { static { __name(this, "ListProviderServicesCommand"); }}; // src/commands/ListSchemaMappingsCommand.ts var ListSchemaMappingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "ListSchemaMappings", {}).n("EntityResolutionClient", "ListSchemaMappingsCommand").f(void 0, void 0).ser(se_ListSchemaMappingsCommand).de(de_ListSchemaMappingsCommand).build() { static { __name(this, "ListSchemaMappingsCommand"); }}; // src/commands/ListTagsForResourceCommand.ts var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "ListTagsForResource", {}).n("EntityResolutionClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() { static { __name(this, "ListTagsForResourceCommand"); }}; // src/commands/PutPolicyCommand.ts var PutPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "PutPolicy", {}).n("EntityResolutionClient", "PutPolicyCommand").f(void 0, void 0).ser(se_PutPolicyCommand).de(de_PutPolicyCommand).build() { static { __name(this, "PutPolicyCommand"); }}; // src/commands/StartIdMappingJobCommand.ts var StartIdMappingJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "StartIdMappingJob", {}).n("EntityResolutionClient", "StartIdMappingJobCommand").f(void 0, void 0).ser(se_StartIdMappingJobCommand).de(de_StartIdMappingJobCommand).build() { static { __name(this, "StartIdMappingJobCommand"); }}; // src/commands/StartMatchingJobCommand.ts var StartMatchingJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "StartMatchingJob", {}).n("EntityResolutionClient", "StartMatchingJobCommand").f(void 0, void 0).ser(se_StartMatchingJobCommand).de(de_StartMatchingJobCommand).build() { static { __name(this, "StartMatchingJobCommand"); }}; // src/commands/TagResourceCommand.ts var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "TagResource", {}).n("EntityResolutionClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() { static { __name(this, "TagResourceCommand"); }}; // src/commands/UntagResourceCommand.ts var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "UntagResource", {}).n("EntityResolutionClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() { static { __name(this, "UntagResourceCommand"); }}; // src/commands/UpdateIdMappingWorkflowCommand.ts var UpdateIdMappingWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "UpdateIdMappingWorkflow", {}).n("EntityResolutionClient", "UpdateIdMappingWorkflowCommand").f(void 0, void 0).ser(se_UpdateIdMappingWorkflowCommand).de(de_UpdateIdMappingWorkflowCommand).build() { static { __name(this, "UpdateIdMappingWorkflowCommand"); }}; // src/commands/UpdateIdNamespaceCommand.ts var UpdateIdNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "UpdateIdNamespace", {}).n("EntityResolutionClient", "UpdateIdNamespaceCommand").f(void 0, void 0).ser(se_UpdateIdNamespaceCommand).de(de_UpdateIdNamespaceCommand).build() { static { __name(this, "UpdateIdNamespaceCommand"); }}; // src/commands/UpdateMatchingWorkflowCommand.ts var UpdateMatchingWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "UpdateMatchingWorkflow", {}).n("EntityResolutionClient", "UpdateMatchingWorkflowCommand").f(void 0, void 0).ser(se_UpdateMatchingWorkflowCommand).de(de_UpdateMatchingWorkflowCommand).build() { static { __name(this, "UpdateMatchingWorkflowCommand"); }}; // src/commands/UpdateSchemaMappingCommand.ts var UpdateSchemaMappingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) { return [ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize), (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()) ];}).s("AWSVeniceService", "UpdateSchemaMapping", {}).n("EntityResolutionClient", "UpdateSchemaMappingCommand").f(void 0, void 0).ser(se_UpdateSchemaMappingCommand).de(de_UpdateSchemaMappingCommand).build() { static { __name(this, "UpdateSchemaMappingCommand"); }}; // src/EntityResolution.tsvar commands = { AddPolicyStatementCommand, BatchDeleteUniqueIdCommand, CreateIdMappingWorkflowCommand, CreateIdNamespaceCommand, CreateMatchingWorkflowCommand, CreateSchemaMappingCommand, DeleteIdMappingWorkflowCommand, DeleteIdNamespaceCommand, DeleteMatchingWorkflowCommand, DeletePolicyStatementCommand, DeleteSchemaMappingCommand, GenerateMatchIdCommand, GetIdMappingJobCommand, GetIdMappingWorkflowCommand, GetIdNamespaceCommand, GetMatchIdCommand, GetMatchingJobCommand, GetMatchingWorkflowCommand, GetPolicyCommand, GetProviderServiceCommand, GetSchemaMappingCommand, ListIdMappingJobsCommand, ListIdMappingWorkflowsCommand, ListIdNamespacesCommand, ListMatchingJobsCommand, ListMatchingWorkflowsCommand, ListProviderServicesCommand, ListSchemaMappingsCommand, ListTagsForResourceCommand, PutPolicyCommand, StartIdMappingJobCommand, StartMatchingJobCommand, TagResourceCommand, UntagResourceCommand, UpdateIdMappingWorkflowCommand, UpdateIdNamespaceCommand, UpdateMatchingWorkflowCommand, UpdateSchemaMappingCommand};var EntityResolution = class extends EntityResolutionClient { static { __name(this, "EntityResolution"); }};(0, import_smithy_client.createAggregatedClient)(commands, EntityResolution); // src/pagination/ListIdMappingJobsPaginator.ts var paginateListIdMappingJobs = (0, import_core.createPaginator)(EntityResolutionClient, ListIdMappingJobsCommand, "nextToken", "nextToken", "maxResults"); // src/pagination/ListIdMappingWorkflowsPaginator.ts var paginateListIdMappingWorkflows = (0, import_core.createPaginator)(EntityResolutionClient, ListIdMappingWorkflowsCommand, "nextToken", "nextToken", "maxResults"); // src/pagination/ListIdNamespacesPaginator.ts var paginateListIdNamespaces = (0, import_core.createPaginator)(EntityResolutionClient, ListIdNamespacesCommand, "nextToken", "nextToken", "maxResults"); // src/pagination/ListMatchingJobsPaginator.ts var paginateListMatchingJobs = (0, import_core.createPaginator)(EntityResolutionClient, ListMatchingJobsCommand, "nextToken", "nextToken", "maxResults"); // src/pagination/ListMatchingWorkflowsPaginator.ts var paginateListMatchingWorkflows = (0, import_core.createPaginator)(EntityResolutionClient, ListMatchingWorkflowsCommand, "nextToken", "nextToken", "maxResults"); // src/pagination/ListProviderServicesPaginator.ts var paginateListProviderServices = (0, import_core.createPaginator)(EntityResolutionClient, ListProviderServicesCommand, "nextToken", "nextToken", "maxResults"); // src/pagination/ListSchemaMappingsPaginator.ts var paginateListSchemaMappings = (0, import_core.createPaginator)(EntityResolutionClient, ListSchemaMappingsCommand, "nextToken", "nextToken", "maxResults");// Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { EntityResolutionServiceException, __Client, EntityResolutionClient, EntityResolution, $Command, AddPolicyStatementCommand, BatchDeleteUniqueIdCommand, CreateIdMappingWorkflowCommand, CreateIdNamespaceCommand, CreateMatchingWorkflowCommand, CreateSchemaMappingCommand, DeleteIdMappingWorkflowCommand, DeleteIdNamespaceCommand, DeleteMatchingWorkflowCommand, DeletePolicyStatementCommand, DeleteSchemaMappingCommand, GenerateMatchIdCommand, GetIdMappingJobCommand, GetIdMappingWorkflowCommand, GetIdNamespaceCommand, GetMatchIdCommand, GetMatchingJobCommand, GetMatchingWorkflowCommand, GetPolicyCommand, GetProviderServiceCommand, GetSchemaMappingCommand, ListIdMappingJobsCommand, ListIdMappingWorkflowsCommand, ListIdNamespacesCommand, ListMatchingJobsCommand, ListMatchingWorkflowsCommand, ListProviderServicesCommand, ListSchemaMappingsCommand, ListTagsForResourceCommand, PutPolicyCommand, StartIdMappingJobCommand, StartMatchingJobCommand, TagResourceCommand, UntagResourceCommand, UpdateIdMappingWorkflowCommand, UpdateIdNamespaceCommand, UpdateMatchingWorkflowCommand, UpdateSchemaMappingCommand, paginateListIdMappingJobs, paginateListIdMappingWorkflows, paginateListIdNamespaces, paginateListMatchingJobs, paginateListMatchingWorkflows, paginateListProviderServices, paginateListSchemaMappings, AccessDeniedException, StatementEffect, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, AttributeMatchingModel, DeleteUniqueIdErrorType, DeleteUniqueIdStatus, IdMappingType, RecordMatchingModel, IdMappingWorkflowRuleDefinitionType, IdMappingIncrementalRunType, IdNamespaceType, ExceedsLimitException, IncrementalRunType, ResolutionType, MatchPurpose, SchemaAttributeType, ProcessingType, JobType, JobStatus, ProviderEndpointConfiguration, ServiceType, _RecordFilterSensitiveLog, GenerateMatchIdInputFilterSensitiveLog, GetMatchIdInputFilterSensitiveLog});