File Explorer

/proc/self/root/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 /.

index.js29.6 KB · 814 lines
'use strict'; var client$1 = require('@aws-sdk/core/client');var core = require('@smithy/core');var client = require('@smithy/core/client');var config = require('@smithy/core/config');var endpoints = require('@smithy/core/endpoints');var protocols = require('@smithy/core/protocols');var retry = require('@smithy/core/retry');var schema = require('@smithy/core/schema');var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');var runtimeConfig = require('./runtimeConfig');var schemas_0 = require('./schemas/schemas_0');var errors = require('./models/errors');var EntityResolutionServiceException = require('./models/EntityResolutionServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "entityresolution",    });};const commonParams = {    UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },    Endpoint: { type: "builtInParams", name: "endpoint" },    Region: { type: "builtInParams", name: "region" },    UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },}; const getHttpAuthExtensionConfiguration = (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;        },    };};const resolveHttpAuthRuntimeConfig = (config) => {    return {        httpAuthSchemes: config.httpAuthSchemes(),        httpAuthSchemeProvider: config.httpAuthSchemeProvider(),        credentials: config.credentials(),    };}; const resolveRuntimeExtensions = (runtimeConfig, extensions) => {    const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));    extensions.forEach((extension) => extension.configure(extensionConfiguration));    return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));}; class EntityResolutionClient extends client.Client {    config;    constructor(...[configuration]) {        const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});        super(_config_0);        this.initConfig = _config_0;        const _config_1 = resolveClientEndpointParameters(_config_0);        const _config_2 = client$1.resolveUserAgentConfig(_config_1);        const _config_3 = retry.resolveRetryConfig(_config_2);        const _config_4 = config.resolveRegionConfig(_config_3);        const _config_5 = client$1.resolveHostHeaderConfig(_config_4);        const _config_6 = endpoints.resolveEndpointConfig(_config_5);        const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);        const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);        this.config = _config_8;        this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));        this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));        this.middlewareStack.use(retry.getRetryPlugin(this.config));        this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));        this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));        this.middlewareStack.use(client$1.getLoggerPlugin(this.config));        this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));        this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {            httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultEntityResolutionHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class AddPolicyStatementCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "AddPolicyStatement", {})    .n("EntityResolutionClient", "AddPolicyStatementCommand")    .sc(schemas_0.AddPolicyStatement$)    .build() {} class BatchDeleteUniqueIdCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "BatchDeleteUniqueId", {})    .n("EntityResolutionClient", "BatchDeleteUniqueIdCommand")    .sc(schemas_0.BatchDeleteUniqueId$)    .build() {} class CreateIdMappingWorkflowCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "CreateIdMappingWorkflow", {})    .n("EntityResolutionClient", "CreateIdMappingWorkflowCommand")    .sc(schemas_0.CreateIdMappingWorkflow$)    .build() {} class CreateIdNamespaceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "CreateIdNamespace", {})    .n("EntityResolutionClient", "CreateIdNamespaceCommand")    .sc(schemas_0.CreateIdNamespace$)    .build() {} class CreateMatchingWorkflowCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "CreateMatchingWorkflow", {})    .n("EntityResolutionClient", "CreateMatchingWorkflowCommand")    .sc(schemas_0.CreateMatchingWorkflow$)    .build() {} class CreateSchemaMappingCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "CreateSchemaMapping", {})    .n("EntityResolutionClient", "CreateSchemaMappingCommand")    .sc(schemas_0.CreateSchemaMapping$)    .build() {} class DeleteIdMappingWorkflowCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "DeleteIdMappingWorkflow", {})    .n("EntityResolutionClient", "DeleteIdMappingWorkflowCommand")    .sc(schemas_0.DeleteIdMappingWorkflow$)    .build() {} class DeleteIdNamespaceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "DeleteIdNamespace", {})    .n("EntityResolutionClient", "DeleteIdNamespaceCommand")    .sc(schemas_0.DeleteIdNamespace$)    .build() {} class DeleteMatchingWorkflowCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "DeleteMatchingWorkflow", {})    .n("EntityResolutionClient", "DeleteMatchingWorkflowCommand")    .sc(schemas_0.DeleteMatchingWorkflow$)    .build() {} class DeletePolicyStatementCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "DeletePolicyStatement", {})    .n("EntityResolutionClient", "DeletePolicyStatementCommand")    .sc(schemas_0.DeletePolicyStatement$)    .build() {} class DeleteSchemaMappingCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "DeleteSchemaMapping", {})    .n("EntityResolutionClient", "DeleteSchemaMappingCommand")    .sc(schemas_0.DeleteSchemaMapping$)    .build() {} class GenerateMatchIdCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GenerateMatchId", {})    .n("EntityResolutionClient", "GenerateMatchIdCommand")    .sc(schemas_0.GenerateMatchId$)    .build() {} class GetIdMappingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetIdMappingJob", {})    .n("EntityResolutionClient", "GetIdMappingJobCommand")    .sc(schemas_0.GetIdMappingJob$)    .build() {} class GetIdMappingWorkflowCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetIdMappingWorkflow", {})    .n("EntityResolutionClient", "GetIdMappingWorkflowCommand")    .sc(schemas_0.GetIdMappingWorkflow$)    .build() {} class GetIdNamespaceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetIdNamespace", {})    .n("EntityResolutionClient", "GetIdNamespaceCommand")    .sc(schemas_0.GetIdNamespace$)    .build() {} class GetMatchIdCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetMatchId", {})    .n("EntityResolutionClient", "GetMatchIdCommand")    .sc(schemas_0.GetMatchId$)    .build() {} class GetMatchingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetMatchingJob", {})    .n("EntityResolutionClient", "GetMatchingJobCommand")    .sc(schemas_0.GetMatchingJob$)    .build() {} class GetMatchingWorkflowCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetMatchingWorkflow", {})    .n("EntityResolutionClient", "GetMatchingWorkflowCommand")    .sc(schemas_0.GetMatchingWorkflow$)    .build() {} class GetPolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetPolicy", {})    .n("EntityResolutionClient", "GetPolicyCommand")    .sc(schemas_0.GetPolicy$)    .build() {} class GetProviderServiceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetProviderService", {})    .n("EntityResolutionClient", "GetProviderServiceCommand")    .sc(schemas_0.GetProviderService$)    .build() {} class GetSchemaMappingCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "GetSchemaMapping", {})    .n("EntityResolutionClient", "GetSchemaMappingCommand")    .sc(schemas_0.GetSchemaMapping$)    .build() {} class ListIdMappingJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "ListIdMappingJobs", {})    .n("EntityResolutionClient", "ListIdMappingJobsCommand")    .sc(schemas_0.ListIdMappingJobs$)    .build() {} class ListIdMappingWorkflowsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "ListIdMappingWorkflows", {})    .n("EntityResolutionClient", "ListIdMappingWorkflowsCommand")    .sc(schemas_0.ListIdMappingWorkflows$)    .build() {} class ListIdNamespacesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "ListIdNamespaces", {})    .n("EntityResolutionClient", "ListIdNamespacesCommand")    .sc(schemas_0.ListIdNamespaces$)    .build() {} class ListMatchingJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "ListMatchingJobs", {})    .n("EntityResolutionClient", "ListMatchingJobsCommand")    .sc(schemas_0.ListMatchingJobs$)    .build() {} class ListMatchingWorkflowsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "ListMatchingWorkflows", {})    .n("EntityResolutionClient", "ListMatchingWorkflowsCommand")    .sc(schemas_0.ListMatchingWorkflows$)    .build() {} class ListProviderServicesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "ListProviderServices", {})    .n("EntityResolutionClient", "ListProviderServicesCommand")    .sc(schemas_0.ListProviderServices$)    .build() {} class ListSchemaMappingsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "ListSchemaMappings", {})    .n("EntityResolutionClient", "ListSchemaMappingsCommand")    .sc(schemas_0.ListSchemaMappings$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "ListTagsForResource", {})    .n("EntityResolutionClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class PutPolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "PutPolicy", {})    .n("EntityResolutionClient", "PutPolicyCommand")    .sc(schemas_0.PutPolicy$)    .build() {} class StartIdMappingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "StartIdMappingJob", {})    .n("EntityResolutionClient", "StartIdMappingJobCommand")    .sc(schemas_0.StartIdMappingJob$)    .build() {} class StartMatchingJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "StartMatchingJob", {})    .n("EntityResolutionClient", "StartMatchingJobCommand")    .sc(schemas_0.StartMatchingJob$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "TagResource", {})    .n("EntityResolutionClient", "TagResourceCommand")    .sc(schemas_0.TagResource$)    .build() {} class UntagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "UntagResource", {})    .n("EntityResolutionClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateIdMappingWorkflowCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "UpdateIdMappingWorkflow", {})    .n("EntityResolutionClient", "UpdateIdMappingWorkflowCommand")    .sc(schemas_0.UpdateIdMappingWorkflow$)    .build() {} class UpdateIdNamespaceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "UpdateIdNamespace", {})    .n("EntityResolutionClient", "UpdateIdNamespaceCommand")    .sc(schemas_0.UpdateIdNamespace$)    .build() {} class UpdateMatchingWorkflowCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "UpdateMatchingWorkflow", {})    .n("EntityResolutionClient", "UpdateMatchingWorkflowCommand")    .sc(schemas_0.UpdateMatchingWorkflow$)    .build() {} class UpdateSchemaMappingCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("AWSVeniceService", "UpdateSchemaMapping", {})    .n("EntityResolutionClient", "UpdateSchemaMappingCommand")    .sc(schemas_0.UpdateSchemaMapping$)    .build() {} const paginateListIdMappingJobs = core.createPaginator(EntityResolutionClient, ListIdMappingJobsCommand, "nextToken", "nextToken", "maxResults"); const paginateListIdMappingWorkflows = core.createPaginator(EntityResolutionClient, ListIdMappingWorkflowsCommand, "nextToken", "nextToken", "maxResults"); const paginateListIdNamespaces = core.createPaginator(EntityResolutionClient, ListIdNamespacesCommand, "nextToken", "nextToken", "maxResults"); const paginateListMatchingJobs = core.createPaginator(EntityResolutionClient, ListMatchingJobsCommand, "nextToken", "nextToken", "maxResults"); const paginateListMatchingWorkflows = core.createPaginator(EntityResolutionClient, ListMatchingWorkflowsCommand, "nextToken", "nextToken", "maxResults"); const paginateListProviderServices = core.createPaginator(EntityResolutionClient, ListProviderServicesCommand, "nextToken", "nextToken", "maxResults"); const paginateListSchemaMappings = core.createPaginator(EntityResolutionClient, ListSchemaMappingsCommand, "nextToken", "nextToken", "maxResults"); const 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,};const paginators = {    paginateListIdMappingJobs,    paginateListIdMappingWorkflows,    paginateListIdNamespaces,    paginateListMatchingJobs,    paginateListMatchingWorkflows,    paginateListProviderServices,    paginateListSchemaMappings,};class EntityResolution extends EntityResolutionClient {}client.createAggregatedClient(commands, EntityResolution, { paginators }); const StatementEffect = {    Allow: "Allow",    Deny: "Deny",};const AttributeMatchingModel = {    MANY_TO_MANY: "MANY_TO_MANY",    ONE_TO_ONE: "ONE_TO_ONE",};const DeleteUniqueIdErrorType = {    SERVICE_ERROR: "SERVICE_ERROR",    VALIDATION_ERROR: "VALIDATION_ERROR",};const DeleteUniqueIdStatus = {    ACCEPTED: "ACCEPTED",    COMPLETED: "COMPLETED",};const IdMappingType = {    PROVIDER: "PROVIDER",    RULE_BASED: "RULE_BASED",};const RecordMatchingModel = {    MANY_SOURCE_TO_ONE_TARGET: "MANY_SOURCE_TO_ONE_TARGET",    ONE_SOURCE_TO_ONE_TARGET: "ONE_SOURCE_TO_ONE_TARGET",};const IdMappingWorkflowRuleDefinitionType = {    SOURCE: "SOURCE",    TARGET: "TARGET",};const IdMappingIncrementalRunType = {    ON_DEMAND: "ON_DEMAND",};const IdNamespaceType = {    SOURCE: "SOURCE",    TARGET: "TARGET",};const IncrementalRunType = {    IMMEDIATE: "IMMEDIATE",};const ResolutionType = {    ML_MATCHING: "ML_MATCHING",    PROVIDER: "PROVIDER",    RULE_MATCHING: "RULE_MATCHING",};const MatchPurpose = {    IDENTIFIER_GENERATION: "IDENTIFIER_GENERATION",    INDEXING: "INDEXING",};const 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",};const ProcessingType = {    CONSISTENT: "CONSISTENT",    EVENTUAL: "EVENTUAL",    EVENTUAL_NO_LOOKUP: "EVENTUAL_NO_LOOKUP",};const JobType = {    BATCH: "BATCH",    DELETE_ONLY: "DELETE_ONLY",    INCREMENTAL: "INCREMENTAL",};const JobStatus = {    FAILED: "FAILED",    QUEUED: "QUEUED",    RUNNING: "RUNNING",    SUCCEEDED: "SUCCEEDED",};const ServiceType = {    ASSIGNMENT: "ASSIGNMENT",    ID_MAPPING: "ID_MAPPING",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.EntityResolutionServiceException = EntityResolutionServiceException.EntityResolutionServiceException;exports.AddPolicyStatementCommand = AddPolicyStatementCommand;exports.AttributeMatchingModel = AttributeMatchingModel;exports.BatchDeleteUniqueIdCommand = BatchDeleteUniqueIdCommand;exports.CreateIdMappingWorkflowCommand = CreateIdMappingWorkflowCommand;exports.CreateIdNamespaceCommand = CreateIdNamespaceCommand;exports.CreateMatchingWorkflowCommand = CreateMatchingWorkflowCommand;exports.CreateSchemaMappingCommand = CreateSchemaMappingCommand;exports.DeleteIdMappingWorkflowCommand = DeleteIdMappingWorkflowCommand;exports.DeleteIdNamespaceCommand = DeleteIdNamespaceCommand;exports.DeleteMatchingWorkflowCommand = DeleteMatchingWorkflowCommand;exports.DeletePolicyStatementCommand = DeletePolicyStatementCommand;exports.DeleteSchemaMappingCommand = DeleteSchemaMappingCommand;exports.DeleteUniqueIdErrorType = DeleteUniqueIdErrorType;exports.DeleteUniqueIdStatus = DeleteUniqueIdStatus;exports.EntityResolution = EntityResolution;exports.EntityResolutionClient = EntityResolutionClient;exports.GenerateMatchIdCommand = GenerateMatchIdCommand;exports.GetIdMappingJobCommand = GetIdMappingJobCommand;exports.GetIdMappingWorkflowCommand = GetIdMappingWorkflowCommand;exports.GetIdNamespaceCommand = GetIdNamespaceCommand;exports.GetMatchIdCommand = GetMatchIdCommand;exports.GetMatchingJobCommand = GetMatchingJobCommand;exports.GetMatchingWorkflowCommand = GetMatchingWorkflowCommand;exports.GetPolicyCommand = GetPolicyCommand;exports.GetProviderServiceCommand = GetProviderServiceCommand;exports.GetSchemaMappingCommand = GetSchemaMappingCommand;exports.IdMappingIncrementalRunType = IdMappingIncrementalRunType;exports.IdMappingType = IdMappingType;exports.IdMappingWorkflowRuleDefinitionType = IdMappingWorkflowRuleDefinitionType;exports.IdNamespaceType = IdNamespaceType;exports.IncrementalRunType = IncrementalRunType;exports.JobStatus = JobStatus;exports.JobType = JobType;exports.ListIdMappingJobsCommand = ListIdMappingJobsCommand;exports.ListIdMappingWorkflowsCommand = ListIdMappingWorkflowsCommand;exports.ListIdNamespacesCommand = ListIdNamespacesCommand;exports.ListMatchingJobsCommand = ListMatchingJobsCommand;exports.ListMatchingWorkflowsCommand = ListMatchingWorkflowsCommand;exports.ListProviderServicesCommand = ListProviderServicesCommand;exports.ListSchemaMappingsCommand = ListSchemaMappingsCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.MatchPurpose = MatchPurpose;exports.ProcessingType = ProcessingType;exports.PutPolicyCommand = PutPolicyCommand;exports.RecordMatchingModel = RecordMatchingModel;exports.ResolutionType = ResolutionType;exports.SchemaAttributeType = SchemaAttributeType;exports.ServiceType = ServiceType;exports.StartIdMappingJobCommand = StartIdMappingJobCommand;exports.StartMatchingJobCommand = StartMatchingJobCommand;exports.StatementEffect = StatementEffect;exports.TagResourceCommand = TagResourceCommand;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateIdMappingWorkflowCommand = UpdateIdMappingWorkflowCommand;exports.UpdateIdNamespaceCommand = UpdateIdNamespaceCommand;exports.UpdateMatchingWorkflowCommand = UpdateMatchingWorkflowCommand;exports.UpdateSchemaMappingCommand = UpdateSchemaMappingCommand;exports.paginateListIdMappingJobs = paginateListIdMappingJobs;exports.paginateListIdMappingWorkflows = paginateListIdMappingWorkflows;exports.paginateListIdNamespaces = paginateListIdNamespaces;exports.paginateListMatchingJobs = paginateListMatchingJobs;exports.paginateListMatchingWorkflows = paginateListMatchingWorkflows;exports.paginateListProviderServices = paginateListProviderServices;exports.paginateListSchemaMappings = paginateListSchemaMappings;Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: schemas_0['__proto__']    }); Object.keys(schemas_0).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];});Object.prototype.hasOwnProperty.call(errors, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: errors['__proto__']    }); Object.keys(errors).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];});