@aws-sdk/client-entityresolution 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/EntityResolution.d.ts +126 -140
- package/dist-types/ts3.4/EntityResolutionClient.d.ts +9 -31
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GenerateMatchIdCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +8 -16
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38