File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-transcribe/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.js47.6 KB · 1358 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 TranscribeServiceException = require('./models/TranscribeServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "transcribe",    });};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 TranscribeClient 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.defaultTranscribeHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class CreateCallAnalyticsCategoryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "CreateCallAnalyticsCategory", {})    .n("TranscribeClient", "CreateCallAnalyticsCategoryCommand")    .sc(schemas_0.CreateCallAnalyticsCategory$)    .build() {} class CreateLanguageModelCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "CreateLanguageModel", {})    .n("TranscribeClient", "CreateLanguageModelCommand")    .sc(schemas_0.CreateLanguageModel$)    .build() {} class CreateMedicalVocabularyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "CreateMedicalVocabulary", {})    .n("TranscribeClient", "CreateMedicalVocabularyCommand")    .sc(schemas_0.CreateMedicalVocabulary$)    .build() {} class CreateVocabularyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "CreateVocabulary", {})    .n("TranscribeClient", "CreateVocabularyCommand")    .sc(schemas_0.CreateVocabulary$)    .build() {} class CreateVocabularyFilterCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "CreateVocabularyFilter", {})    .n("TranscribeClient", "CreateVocabularyFilterCommand")    .sc(schemas_0.CreateVocabularyFilter$)    .build() {} class DeleteCallAnalyticsCategoryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteCallAnalyticsCategory", {})    .n("TranscribeClient", "DeleteCallAnalyticsCategoryCommand")    .sc(schemas_0.DeleteCallAnalyticsCategory$)    .build() {} class DeleteCallAnalyticsJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteCallAnalyticsJob", {})    .n("TranscribeClient", "DeleteCallAnalyticsJobCommand")    .sc(schemas_0.DeleteCallAnalyticsJob$)    .build() {} class DeleteLanguageModelCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteLanguageModel", {})    .n("TranscribeClient", "DeleteLanguageModelCommand")    .sc(schemas_0.DeleteLanguageModel$)    .build() {} class DeleteMedicalScribeJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteMedicalScribeJob", {})    .n("TranscribeClient", "DeleteMedicalScribeJobCommand")    .sc(schemas_0.DeleteMedicalScribeJob$)    .build() {} class DeleteMedicalTranscriptionJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteMedicalTranscriptionJob", {})    .n("TranscribeClient", "DeleteMedicalTranscriptionJobCommand")    .sc(schemas_0.DeleteMedicalTranscriptionJob$)    .build() {} class DeleteMedicalVocabularyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteMedicalVocabulary", {})    .n("TranscribeClient", "DeleteMedicalVocabularyCommand")    .sc(schemas_0.DeleteMedicalVocabulary$)    .build() {} class DeleteTranscriptionJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteTranscriptionJob", {})    .n("TranscribeClient", "DeleteTranscriptionJobCommand")    .sc(schemas_0.DeleteTranscriptionJob$)    .build() {} class DeleteVocabularyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteVocabulary", {})    .n("TranscribeClient", "DeleteVocabularyCommand")    .sc(schemas_0.DeleteVocabulary$)    .build() {} class DeleteVocabularyFilterCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DeleteVocabularyFilter", {})    .n("TranscribeClient", "DeleteVocabularyFilterCommand")    .sc(schemas_0.DeleteVocabularyFilter$)    .build() {} class DescribeLanguageModelCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "DescribeLanguageModel", {})    .n("TranscribeClient", "DescribeLanguageModelCommand")    .sc(schemas_0.DescribeLanguageModel$)    .build() {} class GetCallAnalyticsCategoryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "GetCallAnalyticsCategory", {})    .n("TranscribeClient", "GetCallAnalyticsCategoryCommand")    .sc(schemas_0.GetCallAnalyticsCategory$)    .build() {} class GetCallAnalyticsJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "GetCallAnalyticsJob", {})    .n("TranscribeClient", "GetCallAnalyticsJobCommand")    .sc(schemas_0.GetCallAnalyticsJob$)    .build() {} class GetMedicalScribeJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "GetMedicalScribeJob", {})    .n("TranscribeClient", "GetMedicalScribeJobCommand")    .sc(schemas_0.GetMedicalScribeJob$)    .build() {} class GetMedicalTranscriptionJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "GetMedicalTranscriptionJob", {})    .n("TranscribeClient", "GetMedicalTranscriptionJobCommand")    .sc(schemas_0.GetMedicalTranscriptionJob$)    .build() {} class GetMedicalVocabularyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "GetMedicalVocabulary", {})    .n("TranscribeClient", "GetMedicalVocabularyCommand")    .sc(schemas_0.GetMedicalVocabulary$)    .build() {} class GetTranscriptionJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "GetTranscriptionJob", {})    .n("TranscribeClient", "GetTranscriptionJobCommand")    .sc(schemas_0.GetTranscriptionJob$)    .build() {} class GetVocabularyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "GetVocabulary", {})    .n("TranscribeClient", "GetVocabularyCommand")    .sc(schemas_0.GetVocabulary$)    .build() {} class GetVocabularyFilterCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "GetVocabularyFilter", {})    .n("TranscribeClient", "GetVocabularyFilterCommand")    .sc(schemas_0.GetVocabularyFilter$)    .build() {} class ListCallAnalyticsCategoriesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListCallAnalyticsCategories", {})    .n("TranscribeClient", "ListCallAnalyticsCategoriesCommand")    .sc(schemas_0.ListCallAnalyticsCategories$)    .build() {} class ListCallAnalyticsJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListCallAnalyticsJobs", {})    .n("TranscribeClient", "ListCallAnalyticsJobsCommand")    .sc(schemas_0.ListCallAnalyticsJobs$)    .build() {} class ListLanguageModelsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListLanguageModels", {})    .n("TranscribeClient", "ListLanguageModelsCommand")    .sc(schemas_0.ListLanguageModels$)    .build() {} class ListMedicalScribeJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListMedicalScribeJobs", {})    .n("TranscribeClient", "ListMedicalScribeJobsCommand")    .sc(schemas_0.ListMedicalScribeJobs$)    .build() {} class ListMedicalTranscriptionJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListMedicalTranscriptionJobs", {})    .n("TranscribeClient", "ListMedicalTranscriptionJobsCommand")    .sc(schemas_0.ListMedicalTranscriptionJobs$)    .build() {} class ListMedicalVocabulariesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListMedicalVocabularies", {})    .n("TranscribeClient", "ListMedicalVocabulariesCommand")    .sc(schemas_0.ListMedicalVocabularies$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListTagsForResource", {})    .n("TranscribeClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class ListTranscriptionJobsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListTranscriptionJobs", {})    .n("TranscribeClient", "ListTranscriptionJobsCommand")    .sc(schemas_0.ListTranscriptionJobs$)    .build() {} class ListVocabulariesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListVocabularies", {})    .n("TranscribeClient", "ListVocabulariesCommand")    .sc(schemas_0.ListVocabularies$)    .build() {} class ListVocabularyFiltersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "ListVocabularyFilters", {})    .n("TranscribeClient", "ListVocabularyFiltersCommand")    .sc(schemas_0.ListVocabularyFilters$)    .build() {} class StartCallAnalyticsJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "StartCallAnalyticsJob", {})    .n("TranscribeClient", "StartCallAnalyticsJobCommand")    .sc(schemas_0.StartCallAnalyticsJob$)    .build() {} class StartMedicalScribeJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "StartMedicalScribeJob", {})    .n("TranscribeClient", "StartMedicalScribeJobCommand")    .sc(schemas_0.StartMedicalScribeJob$)    .build() {} class StartMedicalTranscriptionJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "StartMedicalTranscriptionJob", {})    .n("TranscribeClient", "StartMedicalTranscriptionJobCommand")    .sc(schemas_0.StartMedicalTranscriptionJob$)    .build() {} class StartTranscriptionJobCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "StartTranscriptionJob", {})    .n("TranscribeClient", "StartTranscriptionJobCommand")    .sc(schemas_0.StartTranscriptionJob$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "TagResource", {})    .n("TranscribeClient", "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("Transcribe", "UntagResource", {})    .n("TranscribeClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateCallAnalyticsCategoryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "UpdateCallAnalyticsCategory", {})    .n("TranscribeClient", "UpdateCallAnalyticsCategoryCommand")    .sc(schemas_0.UpdateCallAnalyticsCategory$)    .build() {} class UpdateMedicalVocabularyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "UpdateMedicalVocabulary", {})    .n("TranscribeClient", "UpdateMedicalVocabularyCommand")    .sc(schemas_0.UpdateMedicalVocabulary$)    .build() {} class UpdateVocabularyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "UpdateVocabulary", {})    .n("TranscribeClient", "UpdateVocabularyCommand")    .sc(schemas_0.UpdateVocabulary$)    .build() {} class UpdateVocabularyFilterCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("Transcribe", "UpdateVocabularyFilter", {})    .n("TranscribeClient", "UpdateVocabularyFilterCommand")    .sc(schemas_0.UpdateVocabularyFilter$)    .build() {} const paginateListCallAnalyticsCategories = core.createPaginator(TranscribeClient, ListCallAnalyticsCategoriesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListCallAnalyticsJobs = core.createPaginator(TranscribeClient, ListCallAnalyticsJobsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListLanguageModels = core.createPaginator(TranscribeClient, ListLanguageModelsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListMedicalScribeJobs = core.createPaginator(TranscribeClient, ListMedicalScribeJobsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListMedicalTranscriptionJobs = core.createPaginator(TranscribeClient, ListMedicalTranscriptionJobsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListMedicalVocabularies = core.createPaginator(TranscribeClient, ListMedicalVocabulariesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListTranscriptionJobs = core.createPaginator(TranscribeClient, ListTranscriptionJobsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListVocabularies = core.createPaginator(TranscribeClient, ListVocabulariesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListVocabularyFilters = core.createPaginator(TranscribeClient, ListVocabularyFiltersCommand, "NextToken", "NextToken", "MaxResults"); const checkState$6 = async (client$1, input) => {    let reason;    try {        let result = await client$1.send(new GetCallAnalyticsJobCommand(input));        reason = result;        try {            const returnComparator = () => {                return result.CallAnalyticsJob.CallAnalyticsJobStatus;            };            if (returnComparator() === "COMPLETED") {                return { state: client.WaiterState.SUCCESS, reason };            }        }        catch (e) { }        try {            const returnComparator = () => {                return result.CallAnalyticsJob.CallAnalyticsJobStatus;            };            if (returnComparator() === "FAILED") {                return { state: client.WaiterState.FAILURE, reason };            }        }        catch (e) { }    }    catch (exception) {        reason = exception;    }    return { state: client.WaiterState.RETRY, reason };};const waitForCallAnalyticsJobCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);};const waitUntilCallAnalyticsJobCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);    return client.checkExceptions(result);}; const checkState$5 = async (client$1, input) => {    let reason;    try {        let result = await client$1.send(new DescribeLanguageModelCommand(input));        reason = result;        try {            const returnComparator = () => {                return result.LanguageModel.ModelStatus;            };            if (returnComparator() === "COMPLETED") {                return { state: client.WaiterState.SUCCESS, reason };            }        }        catch (e) { }        try {            const returnComparator = () => {                return result.LanguageModel.ModelStatus;            };            if (returnComparator() === "FAILED") {                return { state: client.WaiterState.FAILURE, reason };            }        }        catch (e) { }    }    catch (exception) {        reason = exception;    }    return { state: client.WaiterState.RETRY, reason };};const waitForLanguageModelCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 120, maxDelay: 120 };    return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);};const waitUntilLanguageModelCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 120, maxDelay: 120 };    const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);    return client.checkExceptions(result);}; const checkState$4 = async (client$1, input) => {    let reason;    try {        let result = await client$1.send(new GetMedicalScribeJobCommand(input));        reason = result;        try {            const returnComparator = () => {                return result.MedicalScribeJob.MedicalScribeJobStatus;            };            if (returnComparator() === "COMPLETED") {                return { state: client.WaiterState.SUCCESS, reason };            }        }        catch (e) { }        try {            const returnComparator = () => {                return result.MedicalScribeJob.MedicalScribeJobStatus;            };            if (returnComparator() === "FAILED") {                return { state: client.WaiterState.FAILURE, reason };            }        }        catch (e) { }    }    catch (exception) {        reason = exception;    }    return { state: client.WaiterState.RETRY, reason };};const waitForMedicalScribeJobCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);};const waitUntilMedicalScribeJobCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);    return client.checkExceptions(result);}; const checkState$3 = async (client$1, input) => {    let reason;    try {        let result = await client$1.send(new GetMedicalTranscriptionJobCommand(input));        reason = result;        try {            const returnComparator = () => {                return result.MedicalTranscriptionJob.TranscriptionJobStatus;            };            if (returnComparator() === "COMPLETED") {                return { state: client.WaiterState.SUCCESS, reason };            }        }        catch (e) { }        try {            const returnComparator = () => {                return result.MedicalTranscriptionJob.TranscriptionJobStatus;            };            if (returnComparator() === "FAILED") {                return { state: client.WaiterState.FAILURE, reason };            }        }        catch (e) { }    }    catch (exception) {        reason = exception;    }    return { state: client.WaiterState.RETRY, reason };};const waitForMedicalTranscriptionJobCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);};const waitUntilMedicalTranscriptionJobCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);    return client.checkExceptions(result);}; const checkState$2 = async (client$1, input) => {    let reason;    try {        let result = await client$1.send(new GetMedicalVocabularyCommand(input));        reason = result;        try {            const returnComparator = () => {                return result.VocabularyState;            };            if (returnComparator() === "READY") {                return { state: client.WaiterState.SUCCESS, reason };            }        }        catch (e) { }        try {            const returnComparator = () => {                return result.VocabularyState;            };            if (returnComparator() === "FAILED") {                return { state: client.WaiterState.FAILURE, reason };            }        }        catch (e) { }    }    catch (exception) {        reason = exception;    }    return { state: client.WaiterState.RETRY, reason };};const waitForMedicalVocabularyReady = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);};const waitUntilMedicalVocabularyReady = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);    return client.checkExceptions(result);}; const checkState$1 = async (client$1, input) => {    let reason;    try {        let result = await client$1.send(new GetTranscriptionJobCommand(input));        reason = result;        try {            const returnComparator = () => {                return result.TranscriptionJob.TranscriptionJobStatus;            };            if (returnComparator() === "COMPLETED") {                return { state: client.WaiterState.SUCCESS, reason };            }        }        catch (e) { }        try {            const returnComparator = () => {                return result.TranscriptionJob.TranscriptionJobStatus;            };            if (returnComparator() === "FAILED") {                return { state: client.WaiterState.FAILURE, reason };            }        }        catch (e) { }    }    catch (exception) {        reason = exception;    }    return { state: client.WaiterState.RETRY, reason };};const waitForTranscriptionJobCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);};const waitUntilTranscriptionJobCompleted = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);    return client.checkExceptions(result);}; const checkState = async (client$1, input) => {    let reason;    try {        let result = await client$1.send(new GetVocabularyCommand(input));        reason = result;        try {            const returnComparator = () => {                return result.VocabularyState;            };            if (returnComparator() === "READY") {                return { state: client.WaiterState.SUCCESS, reason };            }        }        catch (e) { }        try {            const returnComparator = () => {                return result.VocabularyState;            };            if (returnComparator() === "FAILED") {                return { state: client.WaiterState.FAILURE, reason };            }        }        catch (e) { }    }    catch (exception) {        reason = exception;    }    return { state: client.WaiterState.RETRY, reason };};const waitForVocabularyReady = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);};const waitUntilVocabularyReady = async (params, input) => {    const serviceDefaults = { minDelay: 10, maxDelay: 120 };    const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);    return client.checkExceptions(result);}; const commands = {    CreateCallAnalyticsCategoryCommand,    CreateLanguageModelCommand,    CreateMedicalVocabularyCommand,    CreateVocabularyCommand,    CreateVocabularyFilterCommand,    DeleteCallAnalyticsCategoryCommand,    DeleteCallAnalyticsJobCommand,    DeleteLanguageModelCommand,    DeleteMedicalScribeJobCommand,    DeleteMedicalTranscriptionJobCommand,    DeleteMedicalVocabularyCommand,    DeleteTranscriptionJobCommand,    DeleteVocabularyCommand,    DeleteVocabularyFilterCommand,    DescribeLanguageModelCommand,    GetCallAnalyticsCategoryCommand,    GetCallAnalyticsJobCommand,    GetMedicalScribeJobCommand,    GetMedicalTranscriptionJobCommand,    GetMedicalVocabularyCommand,    GetTranscriptionJobCommand,    GetVocabularyCommand,    GetVocabularyFilterCommand,    ListCallAnalyticsCategoriesCommand,    ListCallAnalyticsJobsCommand,    ListLanguageModelsCommand,    ListMedicalScribeJobsCommand,    ListMedicalTranscriptionJobsCommand,    ListMedicalVocabulariesCommand,    ListTagsForResourceCommand,    ListTranscriptionJobsCommand,    ListVocabulariesCommand,    ListVocabularyFiltersCommand,    StartCallAnalyticsJobCommand,    StartMedicalScribeJobCommand,    StartMedicalTranscriptionJobCommand,    StartTranscriptionJobCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateCallAnalyticsCategoryCommand,    UpdateMedicalVocabularyCommand,    UpdateVocabularyCommand,    UpdateVocabularyFilterCommand,};const paginators = {    paginateListCallAnalyticsCategories,    paginateListCallAnalyticsJobs,    paginateListLanguageModels,    paginateListMedicalScribeJobs,    paginateListMedicalTranscriptionJobs,    paginateListMedicalVocabularies,    paginateListTranscriptionJobs,    paginateListVocabularies,    paginateListVocabularyFilters,};const waiters = {    waitUntilLanguageModelCompleted,    waitUntilCallAnalyticsJobCompleted,    waitUntilMedicalScribeJobCompleted,    waitUntilMedicalTranscriptionJobCompleted,    waitUntilMedicalVocabularyReady,    waitUntilTranscriptionJobCompleted,    waitUntilVocabularyReady,};class Transcribe extends TranscribeClient {}client.createAggregatedClient(commands, Transcribe, { paginators, waiters }); const BaseModelName = {    NARROW_BAND: "NarrowBand",    WIDE_BAND: "WideBand",};const CallAnalyticsFeature = {    GENERATIVE_SUMMARIZATION: "GENERATIVE_SUMMARIZATION",};const CallAnalyticsSkippedReasonCode = {    FAILED_SAFETY_GUIDELINES: "FAILED_SAFETY_GUIDELINES",    INSUFFICIENT_CONVERSATION_CONTENT: "INSUFFICIENT_CONVERSATION_CONTENT",};const CallAnalyticsJobStatus = {    COMPLETED: "COMPLETED",    FAILED: "FAILED",    IN_PROGRESS: "IN_PROGRESS",    QUEUED: "QUEUED",};const ParticipantRole = {    AGENT: "AGENT",    CUSTOMER: "CUSTOMER",};const LanguageCode = {    AB_GE: "ab-GE",    AF_ZA: "af-ZA",    AR_AE: "ar-AE",    AR_SA: "ar-SA",    AST_ES: "ast-ES",    AZ_AZ: "az-AZ",    BA_RU: "ba-RU",    BE_BY: "be-BY",    BG_BG: "bg-BG",    BN_IN: "bn-IN",    BS_BA: "bs-BA",    CA_ES: "ca-ES",    CKB_IQ: "ckb-IQ",    CKB_IR: "ckb-IR",    CS_CZ: "cs-CZ",    CY_WL: "cy-WL",    DA_DK: "da-DK",    DE_CH: "de-CH",    DE_DE: "de-DE",    EL_GR: "el-GR",    EN_AB: "en-AB",    EN_AU: "en-AU",    EN_GB: "en-GB",    EN_IE: "en-IE",    EN_IN: "en-IN",    EN_NZ: "en-NZ",    EN_US: "en-US",    EN_WL: "en-WL",    EN_ZA: "en-ZA",    ES_ES: "es-ES",    ES_US: "es-US",    ET_EE: "et-EE",    ET_ET: "et-ET",    EU_ES: "eu-ES",    FA_IR: "fa-IR",    FI_FI: "fi-FI",    FR_CA: "fr-CA",    FR_FR: "fr-FR",    GL_ES: "gl-ES",    GU_IN: "gu-IN",    HA_NG: "ha-NG",    HE_IL: "he-IL",    HI_IN: "hi-IN",    HR_HR: "hr-HR",    HU_HU: "hu-HU",    HY_AM: "hy-AM",    ID_ID: "id-ID",    IS_IS: "is-IS",    IT_IT: "it-IT",    JA_JP: "ja-JP",    KAB_DZ: "kab-DZ",    KA_GE: "ka-GE",    KK_KZ: "kk-KZ",    KN_IN: "kn-IN",    KO_KR: "ko-KR",    KY_KG: "ky-KG",    LG_IN: "lg-IN",    LT_LT: "lt-LT",    LV_LV: "lv-LV",    MHR_RU: "mhr-RU",    MI_NZ: "mi-NZ",    MK_MK: "mk-MK",    ML_IN: "ml-IN",    MN_MN: "mn-MN",    MR_IN: "mr-IN",    MS_MY: "ms-MY",    MT_MT: "mt-MT",    NL_NL: "nl-NL",    NO_NO: "no-NO",    OR_IN: "or-IN",    PA_IN: "pa-IN",    PL_PL: "pl-PL",    PS_AF: "ps-AF",    PT_BR: "pt-BR",    PT_PT: "pt-PT",    RO_RO: "ro-RO",    RU_RU: "ru-RU",    RW_RW: "rw-RW",    SI_LK: "si-LK",    SK_SK: "sk-SK",    SL_SI: "sl-SI",    SO_SO: "so-SO",    SR_RS: "sr-RS",    SU_ID: "su-ID",    SV_SE: "sv-SE",    SW_BI: "sw-BI",    SW_KE: "sw-KE",    SW_RW: "sw-RW",    SW_TZ: "sw-TZ",    SW_UG: "sw-UG",    TA_IN: "ta-IN",    TE_IN: "te-IN",    TH_TH: "th-TH",    TL_PH: "tl-PH",    TR_TR: "tr-TR",    TT_RU: "tt-RU",    UG_CN: "ug-CN",    UK_UA: "uk-UA",    UZ_UZ: "uz-UZ",    VI_VN: "vi-VN",    WO_SN: "wo-SN",    ZH_CN: "zh-CN",    ZH_HK: "zh-HK",    ZH_TW: "zh-TW",    ZU_ZA: "zu-ZA",};const MediaFormat = {    AMR: "amr",    FLAC: "flac",    M4A: "m4a",    MP3: "mp3",    MP4: "mp4",    OGG: "ogg",    WAV: "wav",    WEBM: "webm",};const PiiEntityType = {    ADDRESS: "ADDRESS",    ALL: "ALL",    BANK_ACCOUNT_NUMBER: "BANK_ACCOUNT_NUMBER",    BANK_ROUTING: "BANK_ROUTING",    CREDIT_DEBIT_CVV: "CREDIT_DEBIT_CVV",    CREDIT_DEBIT_EXPIRY: "CREDIT_DEBIT_EXPIRY",    CREDIT_DEBIT_NUMBER: "CREDIT_DEBIT_NUMBER",    EMAIL: "EMAIL",    NAME: "NAME",    PHONE: "PHONE",    PIN: "PIN",    SSN: "SSN",};const RedactionOutput = {    REDACTED: "redacted",    REDACTED_AND_UNREDACTED: "redacted_and_unredacted",};const RedactionType = {    PII: "PII",};const VocabularyFilterMethod = {    MASK: "mask",    REMOVE: "remove",    TAG: "tag",};const InputType = {    POST_CALL: "POST_CALL",    REAL_TIME: "REAL_TIME",};const SentimentValue = {    MIXED: "MIXED",    NEGATIVE: "NEGATIVE",    NEUTRAL: "NEUTRAL",    POSITIVE: "POSITIVE",};const TranscriptFilterType = {    EXACT: "EXACT",};const MedicalScribeNoteTemplate = {    BEHAVIORAL_SOAP: "BEHAVIORAL_SOAP",    BIRP: "BIRP",    DAP: "DAP",    GIRPP: "GIRPP",    HISTORY_AND_PHYSICAL: "HISTORY_AND_PHYSICAL",    PHYSICAL_SOAP: "PHYSICAL_SOAP",    SIRP: "SIRP",};const CLMLanguageCode = {    DE_DE: "de-DE",    EN_AU: "en-AU",    EN_GB: "en-GB",    EN_US: "en-US",    ES_US: "es-US",    HI_IN: "hi-IN",    JA_JP: "ja-JP",};const ModelStatus = {    COMPLETED: "COMPLETED",    FAILED: "FAILED",    IN_PROGRESS: "IN_PROGRESS",};const VocabularyState = {    FAILED: "FAILED",    PENDING: "PENDING",    READY: "READY",};const MedicalScribeParticipantRole = {    CLINICIAN: "CLINICIAN",    PATIENT: "PATIENT",};const MedicalScribeLanguageCode = {    EN_US: "en-US",};const MedicalScribeJobStatus = {    COMPLETED: "COMPLETED",    FAILED: "FAILED",    IN_PROGRESS: "IN_PROGRESS",    QUEUED: "QUEUED",};const MedicalContentIdentificationType = {    PHI: "PHI",};const Specialty = {    PRIMARYCARE: "PRIMARYCARE",};const TranscriptionJobStatus = {    COMPLETED: "COMPLETED",    FAILED: "FAILED",    IN_PROGRESS: "IN_PROGRESS",    QUEUED: "QUEUED",};const Type = {    CONVERSATION: "CONVERSATION",    DICTATION: "DICTATION",};const SubtitleFormat = {    SRT: "srt",    VTT: "vtt",};const ToxicityCategory = {    ALL: "ALL",};const OutputLocationType = {    CUSTOMER_BUCKET: "CUSTOMER_BUCKET",    SERVICE_BUCKET: "SERVICE_BUCKET",};const Pronouns = {    HE_HIM: "HE_HIM",    SHE_HER: "SHE_HER",    THEY_THEM: "THEY_THEM",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.TranscribeServiceException = TranscribeServiceException.TranscribeServiceException;exports.BaseModelName = BaseModelName;exports.CLMLanguageCode = CLMLanguageCode;exports.CallAnalyticsFeature = CallAnalyticsFeature;exports.CallAnalyticsJobStatus = CallAnalyticsJobStatus;exports.CallAnalyticsSkippedReasonCode = CallAnalyticsSkippedReasonCode;exports.CreateCallAnalyticsCategoryCommand = CreateCallAnalyticsCategoryCommand;exports.CreateLanguageModelCommand = CreateLanguageModelCommand;exports.CreateMedicalVocabularyCommand = CreateMedicalVocabularyCommand;exports.CreateVocabularyCommand = CreateVocabularyCommand;exports.CreateVocabularyFilterCommand = CreateVocabularyFilterCommand;exports.DeleteCallAnalyticsCategoryCommand = DeleteCallAnalyticsCategoryCommand;exports.DeleteCallAnalyticsJobCommand = DeleteCallAnalyticsJobCommand;exports.DeleteLanguageModelCommand = DeleteLanguageModelCommand;exports.DeleteMedicalScribeJobCommand = DeleteMedicalScribeJobCommand;exports.DeleteMedicalTranscriptionJobCommand = DeleteMedicalTranscriptionJobCommand;exports.DeleteMedicalVocabularyCommand = DeleteMedicalVocabularyCommand;exports.DeleteTranscriptionJobCommand = DeleteTranscriptionJobCommand;exports.DeleteVocabularyCommand = DeleteVocabularyCommand;exports.DeleteVocabularyFilterCommand = DeleteVocabularyFilterCommand;exports.DescribeLanguageModelCommand = DescribeLanguageModelCommand;exports.GetCallAnalyticsCategoryCommand = GetCallAnalyticsCategoryCommand;exports.GetCallAnalyticsJobCommand = GetCallAnalyticsJobCommand;exports.GetMedicalScribeJobCommand = GetMedicalScribeJobCommand;exports.GetMedicalTranscriptionJobCommand = GetMedicalTranscriptionJobCommand;exports.GetMedicalVocabularyCommand = GetMedicalVocabularyCommand;exports.GetTranscriptionJobCommand = GetTranscriptionJobCommand;exports.GetVocabularyCommand = GetVocabularyCommand;exports.GetVocabularyFilterCommand = GetVocabularyFilterCommand;exports.InputType = InputType;exports.LanguageCode = LanguageCode;exports.ListCallAnalyticsCategoriesCommand = ListCallAnalyticsCategoriesCommand;exports.ListCallAnalyticsJobsCommand = ListCallAnalyticsJobsCommand;exports.ListLanguageModelsCommand = ListLanguageModelsCommand;exports.ListMedicalScribeJobsCommand = ListMedicalScribeJobsCommand;exports.ListMedicalTranscriptionJobsCommand = ListMedicalTranscriptionJobsCommand;exports.ListMedicalVocabulariesCommand = ListMedicalVocabulariesCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.ListTranscriptionJobsCommand = ListTranscriptionJobsCommand;exports.ListVocabulariesCommand = ListVocabulariesCommand;exports.ListVocabularyFiltersCommand = ListVocabularyFiltersCommand;exports.MediaFormat = MediaFormat;exports.MedicalContentIdentificationType = MedicalContentIdentificationType;exports.MedicalScribeJobStatus = MedicalScribeJobStatus;exports.MedicalScribeLanguageCode = MedicalScribeLanguageCode;exports.MedicalScribeNoteTemplate = MedicalScribeNoteTemplate;exports.MedicalScribeParticipantRole = MedicalScribeParticipantRole;exports.ModelStatus = ModelStatus;exports.OutputLocationType = OutputLocationType;exports.ParticipantRole = ParticipantRole;exports.PiiEntityType = PiiEntityType;exports.Pronouns = Pronouns;exports.RedactionOutput = RedactionOutput;exports.RedactionType = RedactionType;exports.SentimentValue = SentimentValue;exports.Specialty = Specialty;exports.StartCallAnalyticsJobCommand = StartCallAnalyticsJobCommand;exports.StartMedicalScribeJobCommand = StartMedicalScribeJobCommand;exports.StartMedicalTranscriptionJobCommand = StartMedicalTranscriptionJobCommand;exports.StartTranscriptionJobCommand = StartTranscriptionJobCommand;exports.SubtitleFormat = SubtitleFormat;exports.TagResourceCommand = TagResourceCommand;exports.ToxicityCategory = ToxicityCategory;exports.Transcribe = Transcribe;exports.TranscribeClient = TranscribeClient;exports.TranscriptFilterType = TranscriptFilterType;exports.TranscriptionJobStatus = TranscriptionJobStatus;exports.Type = Type;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateCallAnalyticsCategoryCommand = UpdateCallAnalyticsCategoryCommand;exports.UpdateMedicalVocabularyCommand = UpdateMedicalVocabularyCommand;exports.UpdateVocabularyCommand = UpdateVocabularyCommand;exports.UpdateVocabularyFilterCommand = UpdateVocabularyFilterCommand;exports.VocabularyFilterMethod = VocabularyFilterMethod;exports.VocabularyState = VocabularyState;exports.paginateListCallAnalyticsCategories = paginateListCallAnalyticsCategories;exports.paginateListCallAnalyticsJobs = paginateListCallAnalyticsJobs;exports.paginateListLanguageModels = paginateListLanguageModels;exports.paginateListMedicalScribeJobs = paginateListMedicalScribeJobs;exports.paginateListMedicalTranscriptionJobs = paginateListMedicalTranscriptionJobs;exports.paginateListMedicalVocabularies = paginateListMedicalVocabularies;exports.paginateListTranscriptionJobs = paginateListTranscriptionJobs;exports.paginateListVocabularies = paginateListVocabularies;exports.paginateListVocabularyFilters = paginateListVocabularyFilters;exports.waitForCallAnalyticsJobCompleted = waitForCallAnalyticsJobCompleted;exports.waitForLanguageModelCompleted = waitForLanguageModelCompleted;exports.waitForMedicalScribeJobCompleted = waitForMedicalScribeJobCompleted;exports.waitForMedicalTranscriptionJobCompleted = waitForMedicalTranscriptionJobCompleted;exports.waitForMedicalVocabularyReady = waitForMedicalVocabularyReady;exports.waitForTranscriptionJobCompleted = waitForTranscriptionJobCompleted;exports.waitForVocabularyReady = waitForVocabularyReady;exports.waitUntilCallAnalyticsJobCompleted = waitUntilCallAnalyticsJobCompleted;exports.waitUntilLanguageModelCompleted = waitUntilLanguageModelCompleted;exports.waitUntilMedicalScribeJobCompleted = waitUntilMedicalScribeJobCompleted;exports.waitUntilMedicalTranscriptionJobCompleted = waitUntilMedicalTranscriptionJobCompleted;exports.waitUntilMedicalVocabularyReady = waitUntilMedicalVocabularyReady;exports.waitUntilTranscriptionJobCompleted = waitUntilTranscriptionJobCompleted;exports.waitUntilVocabularyReady = waitUntilVocabularyReady;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];});