import { HostHeaderInputConfig, HostHeaderResolvedConfig, UserAgentInputConfig, UserAgentResolvedConfig, } from "@aws-sdk/core/client"; import { DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client, } from "@smithy/core/client"; import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config"; import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints"; import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols"; import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry"; import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent, } from "@smithy/types"; import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig, } from "./auth/httpAuthSchemeProvider"; import { AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, } from "./commands/AddPolicyStatementCommand"; import { BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput, } from "./commands/BatchDeleteUniqueIdCommand"; import { CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput, } from "./commands/CreateIdMappingWorkflowCommand"; import { CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput, } from "./commands/CreateIdNamespaceCommand"; import { CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput, } from "./commands/CreateMatchingWorkflowCommand"; import { CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput, } from "./commands/CreateSchemaMappingCommand"; import { DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput, } from "./commands/DeleteIdMappingWorkflowCommand"; import { DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput, } from "./commands/DeleteIdNamespaceCommand"; import { DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput, } from "./commands/DeleteMatchingWorkflowCommand"; import { DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput, } from "./commands/DeletePolicyStatementCommand"; import { DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput, } from "./commands/DeleteSchemaMappingCommand"; import { GenerateMatchIdCommandInput, GenerateMatchIdCommandOutput, } from "./commands/GenerateMatchIdCommand"; import { GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput, } from "./commands/GetIdMappingJobCommand"; import { GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput, } from "./commands/GetIdMappingWorkflowCommand"; import { GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput, } from "./commands/GetIdNamespaceCommand"; import { GetMatchIdCommandInput, GetMatchIdCommandOutput } from "./commands/GetMatchIdCommand"; import { GetMatchingJobCommandInput, GetMatchingJobCommandOutput, } from "./commands/GetMatchingJobCommand"; import { GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput, } from "./commands/GetMatchingWorkflowCommand"; import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand"; import { GetProviderServiceCommandInput, GetProviderServiceCommandOutput, } from "./commands/GetProviderServiceCommand"; import { GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput, } from "./commands/GetSchemaMappingCommand"; import { ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput, } from "./commands/ListIdMappingJobsCommand"; import { ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput, } from "./commands/ListIdMappingWorkflowsCommand"; import { ListIdNamespacesCommandInput, ListIdNamespacesCommandOutput, } from "./commands/ListIdNamespacesCommand"; import { ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput, } from "./commands/ListMatchingJobsCommand"; import { ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput, } from "./commands/ListMatchingWorkflowsCommand"; import { ListProviderServicesCommandInput, ListProviderServicesCommandOutput, } from "./commands/ListProviderServicesCommand"; import { ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput, } from "./commands/ListSchemaMappingsCommand"; import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, } from "./commands/ListTagsForResourceCommand"; import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand"; import { StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput, } from "./commands/StartIdMappingJobCommand"; import { StartMatchingJobCommandInput, StartMatchingJobCommandOutput, } from "./commands/StartMatchingJobCommand"; import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; import { UntagResourceCommandInput, UntagResourceCommandOutput, } from "./commands/UntagResourceCommand"; import { UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput, } from "./commands/UpdateIdMappingWorkflowCommand"; import { UpdateIdNamespaceCommandInput, UpdateIdNamespaceCommandOutput, } from "./commands/UpdateIdNamespaceCommand"; import { UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput, } from "./commands/UpdateMatchingWorkflowCommand"; import { UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput, } from "./commands/UpdateSchemaMappingCommand"; import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters, } from "./endpoint/EndpointParameters"; import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions"; export { __Client }; export type ServiceInputTypes = | AddPolicyStatementCommandInput | BatchDeleteUniqueIdCommandInput | CreateIdMappingWorkflowCommandInput | CreateIdNamespaceCommandInput | CreateMatchingWorkflowCommandInput | CreateSchemaMappingCommandInput | DeleteIdMappingWorkflowCommandInput | DeleteIdNamespaceCommandInput | DeleteMatchingWorkflowCommandInput | DeletePolicyStatementCommandInput | DeleteSchemaMappingCommandInput | GenerateMatchIdCommandInput | GetIdMappingJobCommandInput | GetIdMappingWorkflowCommandInput | GetIdNamespaceCommandInput | GetMatchIdCommandInput | GetMatchingJobCommandInput | GetMatchingWorkflowCommandInput | GetPolicyCommandInput | GetProviderServiceCommandInput | GetSchemaMappingCommandInput | ListIdMappingJobsCommandInput | ListIdMappingWorkflowsCommandInput | ListIdNamespacesCommandInput | ListMatchingJobsCommandInput | ListMatchingWorkflowsCommandInput | ListProviderServicesCommandInput | ListSchemaMappingsCommandInput | ListTagsForResourceCommandInput | PutPolicyCommandInput | StartIdMappingJobCommandInput | StartMatchingJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIdMappingWorkflowCommandInput | UpdateIdNamespaceCommandInput | UpdateMatchingWorkflowCommandInput | UpdateSchemaMappingCommandInput; export type ServiceOutputTypes = | AddPolicyStatementCommandOutput | BatchDeleteUniqueIdCommandOutput | CreateIdMappingWorkflowCommandOutput | CreateIdNamespaceCommandOutput | CreateMatchingWorkflowCommandOutput | CreateSchemaMappingCommandOutput | DeleteIdMappingWorkflowCommandOutput | DeleteIdNamespaceCommandOutput | DeleteMatchingWorkflowCommandOutput | DeletePolicyStatementCommandOutput | DeleteSchemaMappingCommandOutput | GenerateMatchIdCommandOutput | GetIdMappingJobCommandOutput | GetIdMappingWorkflowCommandOutput | GetIdNamespaceCommandOutput | GetMatchIdCommandOutput | GetMatchingJobCommandOutput | GetMatchingWorkflowCommandOutput | GetPolicyCommandOutput | GetProviderServiceCommandOutput | GetSchemaMappingCommandOutput | ListIdMappingJobsCommandOutput | ListIdMappingWorkflowsCommandOutput | ListIdNamespacesCommandOutput | ListMatchingJobsCommandOutput | ListMatchingWorkflowsCommandOutput | ListProviderServicesCommandOutput | ListSchemaMappingsCommandOutput | ListTagsForResourceCommandOutput | PutPolicyCommandOutput | StartIdMappingJobCommandOutput | StartMatchingJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIdMappingWorkflowCommandOutput | UpdateIdNamespaceCommandOutput | UpdateMatchingWorkflowCommandOutput | UpdateSchemaMappingCommandOutput; export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> { requestHandler?: __HttpHandlerUserInput; sha256?: __ChecksumConstructor | __HashConstructor; urlParser?: __UrlParser; bodyLengthChecker?: __BodyLengthCalculator; streamCollector?: __StreamCollector; base64Decoder?: __Decoder; base64Encoder?: __Encoder; utf8Decoder?: __Decoder; utf8Encoder?: __Encoder; runtime?: string; disableHostPrefix?: boolean; serviceId?: string; useDualstackEndpoint?: boolean | __Provider; useFipsEndpoint?: boolean | __Provider; region?: string | __Provider; profile?: string; defaultUserAgentProvider?: __Provider<__UserAgent>; credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider; maxAttempts?: number | __Provider; retryMode?: string | __Provider; logger?: __Logger; extensions?: RuntimeExtension[]; defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; } export type EntityResolutionClientConfigType = Partial< __SmithyConfiguration<__HttpHandlerOptions> > & ClientDefaults & UserAgentInputConfig & RetryInputConfig & RegionInputConfig & HostHeaderInputConfig & EndpointInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; export interface EntityResolutionClientConfig extends EntityResolutionClientConfigType {} export type EntityResolutionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & UserAgentResolvedConfig & RetryResolvedConfig & RegionResolvedConfig & HostHeaderResolvedConfig & EndpointResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; export interface EntityResolutionClientResolvedConfig extends EntityResolutionClientResolvedConfigType {} export declare class EntityResolutionClient extends __Client< __HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EntityResolutionClientResolvedConfig > { readonly config: EntityResolutionClientResolvedConfig; constructor(...[configuration]: __CheckOptionalClientConfig); destroy(): void; }