Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-transcribe-streaming

Package Overview
Dependencies
Maintainers
7
Versions
422
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-transcribe-streaming - npm Package Compare versions

Comparing version 3.46.0 to 3.47.0

56

dist-cjs/models/models_0.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StartStreamTranscriptionResponse = exports.TranscriptResultStream = exports.TranscriptEvent = exports.Transcript = exports.StartStreamTranscriptionRequest = exports.VocabularyFilterMethod = exports.StartMedicalStreamTranscriptionResponse = exports.StartMedicalStreamTranscriptionRequest = exports.Type = exports.Specialty = exports.Result = exports.PartialResultsStability = exports.MedicalTranscriptResultStream = exports.ServiceUnavailableException = exports.MedicalTranscriptEvent = exports.MedicalTranscript = exports.MedicalResult = exports.MedicalContentIdentificationType = exports.MedicalAlternative = exports.MedicalItem = exports.MedicalEntity = exports.MediaEncoding = exports.LimitExceededException = exports.LanguageWithScore = exports.LanguageCode = exports.InternalFailureException = exports.ContentRedactionType = exports.ContentIdentificationType = exports.ConflictException = exports.BadRequestException = exports.AudioStream = exports.AudioEvent = exports.Alternative = exports.Item = exports.ItemType = exports.Entity = void 0;
exports.StartStreamTranscriptionResponse = exports.TranscriptResultStream = exports.TranscriptEvent = exports.Transcript = exports.StartStreamTranscriptionRequest = exports.VocabularyFilterMethod = exports.StartMedicalStreamTranscriptionResponse = exports.StartMedicalStreamTranscriptionRequest = exports.Type = exports.Specialty = exports.Result = exports.PartialResultsStability = exports.MedicalTranscriptResultStream = exports.MedicalTranscriptEvent = exports.MedicalTranscript = exports.MedicalResult = exports.MedicalContentIdentificationType = exports.MedicalAlternative = exports.MedicalItem = exports.MedicalEntity = exports.MediaEncoding = exports.LanguageWithScore = exports.LanguageCode = exports.ContentRedactionType = exports.ContentIdentificationType = exports.AudioStream = exports.AudioEvent = exports.Alternative = exports.Item = exports.ItemType = exports.Entity = void 0;
var Entity;

@@ -47,14 +47,2 @@ (function (Entity) {

})(AudioStream = exports.AudioStream || (exports.AudioStream = {}));
var BadRequestException;
(function (BadRequestException) {
BadRequestException.filterSensitiveLog = (obj) => ({
...obj,
});
})(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
var ConflictException;
(function (ConflictException) {
ConflictException.filterSensitiveLog = (obj) => ({
...obj,
});
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
var ContentIdentificationType;

@@ -68,8 +56,2 @@ (function (ContentIdentificationType) {

})(ContentRedactionType = exports.ContentRedactionType || (exports.ContentRedactionType = {}));
var InternalFailureException;
(function (InternalFailureException) {
InternalFailureException.filterSensitiveLog = (obj) => ({
...obj,
});
})(InternalFailureException = exports.InternalFailureException || (exports.InternalFailureException = {}));
var LanguageCode;

@@ -96,8 +78,2 @@ (function (LanguageCode) {

})(LanguageWithScore = exports.LanguageWithScore || (exports.LanguageWithScore = {}));
var LimitExceededException;
(function (LimitExceededException) {
LimitExceededException.filterSensitiveLog = (obj) => ({
...obj,
});
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
var MediaEncoding;

@@ -149,8 +125,2 @@ (function (MediaEncoding) {

})(MedicalTranscriptEvent = exports.MedicalTranscriptEvent || (exports.MedicalTranscriptEvent = {}));
var ServiceUnavailableException;
(function (ServiceUnavailableException) {
ServiceUnavailableException.filterSensitiveLog = (obj) => ({
...obj,
});
})(ServiceUnavailableException = exports.ServiceUnavailableException || (exports.ServiceUnavailableException = {}));
var MedicalTranscriptResultStream;

@@ -177,13 +147,11 @@ (function (MedicalTranscriptResultStream) {

if (obj.BadRequestException !== undefined)
return { BadRequestException: BadRequestException.filterSensitiveLog(obj.BadRequestException) };
return { BadRequestException: obj.BadRequestException };
if (obj.LimitExceededException !== undefined)
return { LimitExceededException: LimitExceededException.filterSensitiveLog(obj.LimitExceededException) };
return { LimitExceededException: obj.LimitExceededException };
if (obj.InternalFailureException !== undefined)
return { InternalFailureException: InternalFailureException.filterSensitiveLog(obj.InternalFailureException) };
return { InternalFailureException: obj.InternalFailureException };
if (obj.ConflictException !== undefined)
return { ConflictException: ConflictException.filterSensitiveLog(obj.ConflictException) };
return { ConflictException: obj.ConflictException };
if (obj.ServiceUnavailableException !== undefined)
return {
ServiceUnavailableException: ServiceUnavailableException.filterSensitiveLog(obj.ServiceUnavailableException),
};
return { ServiceUnavailableException: obj.ServiceUnavailableException };
if (obj.$unknown !== undefined)

@@ -279,13 +247,11 @@ return { [obj.$unknown[0]]: "UNKNOWN" };

if (obj.BadRequestException !== undefined)
return { BadRequestException: BadRequestException.filterSensitiveLog(obj.BadRequestException) };
return { BadRequestException: obj.BadRequestException };
if (obj.LimitExceededException !== undefined)
return { LimitExceededException: LimitExceededException.filterSensitiveLog(obj.LimitExceededException) };
return { LimitExceededException: obj.LimitExceededException };
if (obj.InternalFailureException !== undefined)
return { InternalFailureException: InternalFailureException.filterSensitiveLog(obj.InternalFailureException) };
return { InternalFailureException: obj.InternalFailureException };
if (obj.ConflictException !== undefined)
return { ConflictException: ConflictException.filterSensitiveLog(obj.ConflictException) };
return { ConflictException: obj.ConflictException };
if (obj.ServiceUnavailableException !== undefined)
return {
ServiceUnavailableException: ServiceUnavailableException.filterSensitiveLog(obj.ServiceUnavailableException),
};
return { ServiceUnavailableException: obj.ServiceUnavailableException };
if (obj.$unknown !== undefined)

@@ -292,0 +258,0 @@ return { [obj.$unknown[0]]: "UNKNOWN" };

7

dist-cjs/runtimeConfig.browser.js

@@ -18,4 +18,8 @@ "use strict";

const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
const smithy_client_1 = require("@aws-sdk/smithy-client");
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
const getRuntimeConfig = (config) => {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);

@@ -26,2 +30,3 @@ return {

runtime: "browser",
defaultsMode,
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,

@@ -37,3 +42,3 @@ base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,

requestHandler: (_k = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _k !== void 0 ? _k : new middleware_sdk_transcribe_streaming_1.WebSocketHandler(),
retryMode: (_l = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _l !== void 0 ? _l : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
retryMode: (_l = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _l !== void 0 ? _l : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
sha256: (_m = config === null || config === void 0 ? void 0 : config.sha256) !== null && _m !== void 0 ? _m : sha256_browser_1.Sha256,

@@ -40,0 +45,0 @@ streamCollector: (_o = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _o !== void 0 ? _o : fetch_http_handler_1.streamCollector,

@@ -20,4 +20,8 @@ "use strict";

const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
const smithy_client_1 = require("@aws-sdk/smithy-client");
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
const getRuntimeConfig = (config) => {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);

@@ -28,2 +32,3 @@ return {

runtime: "node",
defaultsMode,
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,

@@ -39,3 +44,6 @@ base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,

requestHandler: (_k = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _k !== void 0 ? _k : new node_http_handler_1.NodeHttp2Handler({ disableConcurrentStreams: true }),
retryMode: (_l = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _l !== void 0 ? _l : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
retryMode: (_l = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _l !== void 0 ? _l : node_config_provider_1.loadConfig({
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
}),
sha256: (_m = config === null || config === void 0 ? void 0 : config.sha256) !== null && _m !== void 0 ? _m : hash_node_1.Hash.bind(null, "sha256"),

@@ -42,0 +50,0 @@ streamCollector: (_o = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _o !== void 0 ? _o : node_http_handler_1.streamCollector,

@@ -38,10 +38,2 @@ import { __assign } from "tslib";

})(AudioStream || (AudioStream = {}));
export var BadRequestException;
(function (BadRequestException) {
BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
})(BadRequestException || (BadRequestException = {}));
export var ConflictException;
(function (ConflictException) {
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
})(ConflictException || (ConflictException = {}));
export var ContentIdentificationType;

@@ -55,6 +47,2 @@ (function (ContentIdentificationType) {

})(ContentRedactionType || (ContentRedactionType = {}));
export var InternalFailureException;
(function (InternalFailureException) {
InternalFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
})(InternalFailureException || (InternalFailureException = {}));
export var LanguageCode;

@@ -79,6 +67,2 @@ (function (LanguageCode) {

})(LanguageWithScore || (LanguageWithScore = {}));
export var LimitExceededException;
(function (LimitExceededException) {
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
})(LimitExceededException || (LimitExceededException = {}));
export var MediaEncoding;

@@ -118,6 +102,2 @@ (function (MediaEncoding) {

})(MedicalTranscriptEvent || (MedicalTranscriptEvent = {}));
export var ServiceUnavailableException;
(function (ServiceUnavailableException) {
ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
})(ServiceUnavailableException || (ServiceUnavailableException = {}));
export var MedicalTranscriptResultStream;

@@ -145,13 +125,11 @@ (function (MedicalTranscriptResultStream) {

if (obj.BadRequestException !== undefined)
return { BadRequestException: BadRequestException.filterSensitiveLog(obj.BadRequestException) };
return { BadRequestException: obj.BadRequestException };
if (obj.LimitExceededException !== undefined)
return { LimitExceededException: LimitExceededException.filterSensitiveLog(obj.LimitExceededException) };
return { LimitExceededException: obj.LimitExceededException };
if (obj.InternalFailureException !== undefined)
return { InternalFailureException: InternalFailureException.filterSensitiveLog(obj.InternalFailureException) };
return { InternalFailureException: obj.InternalFailureException };
if (obj.ConflictException !== undefined)
return { ConflictException: ConflictException.filterSensitiveLog(obj.ConflictException) };
return { ConflictException: obj.ConflictException };
if (obj.ServiceUnavailableException !== undefined)
return {
ServiceUnavailableException: ServiceUnavailableException.filterSensitiveLog(obj.ServiceUnavailableException),
};
return { ServiceUnavailableException: obj.ServiceUnavailableException };
if (obj.$unknown !== undefined)

@@ -233,13 +211,11 @@ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;

if (obj.BadRequestException !== undefined)
return { BadRequestException: BadRequestException.filterSensitiveLog(obj.BadRequestException) };
return { BadRequestException: obj.BadRequestException };
if (obj.LimitExceededException !== undefined)
return { LimitExceededException: LimitExceededException.filterSensitiveLog(obj.LimitExceededException) };
return { LimitExceededException: obj.LimitExceededException };
if (obj.InternalFailureException !== undefined)
return { InternalFailureException: InternalFailureException.filterSensitiveLog(obj.InternalFailureException) };
return { InternalFailureException: obj.InternalFailureException };
if (obj.ConflictException !== undefined)
return { ConflictException: ConflictException.filterSensitiveLog(obj.ConflictException) };
return { ConflictException: obj.ConflictException };
if (obj.ServiceUnavailableException !== undefined)
return {
ServiceUnavailableException: ServiceUnavailableException.filterSensitiveLog(obj.ServiceUnavailableException),
};
return { ServiceUnavailableException: obj.ServiceUnavailableException };
if (obj.$unknown !== undefined)

@@ -246,0 +222,0 @@ return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;

@@ -1,2 +0,2 @@

import { __assign } from "tslib";
import { __assign, __awaiter, __generator } from "tslib";
import packageInfo from "../package.json";

@@ -15,6 +15,15 @@ import { Sha256 } from "@aws-crypto/sha256-browser";

import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
export var getRuntimeConfig = function (config) {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
var defaultsMode = resolveDefaultsModeConfig(config);
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
var clientSharedValues = getSharedRuntimeConfig(config);
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), eventStreamPayloadHandlerProvider: (_f = config === null || config === void 0 ? void 0 : config.eventStreamPayloadHandlerProvider) !== null && _f !== void 0 ? _f : (function () { return eventStreamPayloadHandler; }), eventStreamSerdeProvider: (_g = config === null || config === void 0 ? void 0 : config.eventStreamSerdeProvider) !== null && _g !== void 0 ? _g : eventStreamSerdeProvider, maxAttempts: (_h = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _h !== void 0 ? _h : DEFAULT_MAX_ATTEMPTS, region: (_j = config === null || config === void 0 ? void 0 : config.region) !== null && _j !== void 0 ? _j : invalidProvider("Region is missing"), requestHandler: (_k = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _k !== void 0 ? _k : new WebSocketHandler(), retryMode: (_l = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _l !== void 0 ? _l : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_m = config === null || config === void 0 ? void 0 : config.sha256) !== null && _m !== void 0 ? _m : Sha256, streamCollector: (_o = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _o !== void 0 ? _o : streamCollector, useDualstackEndpoint: (_p = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _p !== void 0 ? _p : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_q = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _q !== void 0 ? _q : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_r = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _r !== void 0 ? _r : fromUtf8, utf8Encoder: (_s = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _s !== void 0 ? _s : toUtf8 });
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), eventStreamPayloadHandlerProvider: (_f = config === null || config === void 0 ? void 0 : config.eventStreamPayloadHandlerProvider) !== null && _f !== void 0 ? _f : (function () { return eventStreamPayloadHandler; }), eventStreamSerdeProvider: (_g = config === null || config === void 0 ? void 0 : config.eventStreamSerdeProvider) !== null && _g !== void 0 ? _g : eventStreamSerdeProvider, maxAttempts: (_h = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _h !== void 0 ? _h : DEFAULT_MAX_ATTEMPTS, region: (_j = config === null || config === void 0 ? void 0 : config.region) !== null && _j !== void 0 ? _j : invalidProvider("Region is missing"), requestHandler: (_k = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _k !== void 0 ? _k : new WebSocketHandler(), retryMode: (_l = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _l !== void 0 ? _l : (function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
switch (_a.label) {
case 0: return [4, defaultConfigProvider()];
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
}
}); }); }), sha256: (_m = config === null || config === void 0 ? void 0 : config.sha256) !== null && _m !== void 0 ? _m : Sha256, streamCollector: (_o = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _o !== void 0 ? _o : streamCollector, useDualstackEndpoint: (_p = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _p !== void 0 ? _p : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_q = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _q !== void 0 ? _q : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_r = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _r !== void 0 ? _r : fromUtf8, utf8Encoder: (_s = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _s !== void 0 ? _s : toUtf8 });
};

@@ -1,2 +0,2 @@

import { __assign } from "tslib";
import { __assign, __awaiter, __generator } from "tslib";
import packageInfo from "../package.json";

@@ -9,3 +9,3 @@ import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";

import { Hash } from "@aws-sdk/hash-node";
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@aws-sdk/middleware-retry";
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";

@@ -18,6 +18,15 @@ import { NodeHttp2Handler, streamCollector } from "@aws-sdk/node-http-handler";

import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
export var getRuntimeConfig = function (config) {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
var defaultsMode = resolveDefaultsModeConfig(config);
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
var clientSharedValues = getSharedRuntimeConfig(config);
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), eventStreamPayloadHandlerProvider: (_f = config === null || config === void 0 ? void 0 : config.eventStreamPayloadHandlerProvider) !== null && _f !== void 0 ? _f : eventStreamPayloadHandlerProvider, eventStreamSerdeProvider: (_g = config === null || config === void 0 ? void 0 : config.eventStreamSerdeProvider) !== null && _g !== void 0 ? _g : eventStreamSerdeProvider, maxAttempts: (_h = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _h !== void 0 ? _h : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_j = config === null || config === void 0 ? void 0 : config.region) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_k = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _k !== void 0 ? _k : new NodeHttp2Handler({ disableConcurrentStreams: true }), retryMode: (_l = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _l !== void 0 ? _l : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_m = config === null || config === void 0 ? void 0 : config.sha256) !== null && _m !== void 0 ? _m : Hash.bind(null, "sha256"), streamCollector: (_o = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _o !== void 0 ? _o : streamCollector, useDualstackEndpoint: (_p = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _p !== void 0 ? _p : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_q = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _q !== void 0 ? _q : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_r = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _r !== void 0 ? _r : fromUtf8, utf8Encoder: (_s = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _s !== void 0 ? _s : toUtf8 });
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", defaultsMode: defaultsMode, base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), eventStreamPayloadHandlerProvider: (_f = config === null || config === void 0 ? void 0 : config.eventStreamPayloadHandlerProvider) !== null && _f !== void 0 ? _f : eventStreamPayloadHandlerProvider, eventStreamSerdeProvider: (_g = config === null || config === void 0 ? void 0 : config.eventStreamSerdeProvider) !== null && _g !== void 0 ? _g : eventStreamSerdeProvider, maxAttempts: (_h = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _h !== void 0 ? _h : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_j = config === null || config === void 0 ? void 0 : config.region) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_k = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _k !== void 0 ? _k : new NodeHttp2Handler({ disableConcurrentStreams: true }), retryMode: (_l = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _l !== void 0 ? _l : loadNodeConfig(__assign(__assign({}, NODE_RETRY_MODE_CONFIG_OPTIONS), { default: function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
switch (_a.label) {
case 0: return [4, defaultConfigProvider()];
case 1: return [2, (_a.sent()).retryMode || DEFAULT_RETRY_MODE];
}
}); }); } })), sha256: (_m = config === null || config === void 0 ? void 0 : config.sha256) !== null && _m !== void 0 ? _m : Hash.bind(null, "sha256"), streamCollector: (_o = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _o !== void 0 ? _o : streamCollector, useDualstackEndpoint: (_p = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _p !== void 0 ? _p : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_q = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _q !== void 0 ? _q : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_r = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _r !== void 0 ? _r : fromUtf8, utf8Encoder: (_s = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _s !== void 0 ? _s : toUtf8 });
};

@@ -178,8 +178,2 @@ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";

}
export declare namespace BadRequestException {
/**
* @internal
*/
const filterSensitiveLog: (obj: BadRequestException) => any;
}
/**

@@ -194,8 +188,2 @@ * <p>A new stream started with the same session ID. The current stream has been

}
export declare namespace ConflictException {
/**
* @internal
*/
const filterSensitiveLog: (obj: ConflictException) => any;
}
export declare enum ContentIdentificationType {

@@ -216,8 +204,2 @@ PII = "PII"

}
export declare namespace InternalFailureException {
/**
* @internal
*/
const filterSensitiveLog: (obj: InternalFailureException) => any;
}
export declare enum LanguageCode {

@@ -271,8 +253,2 @@ DE_DE = "de-DE",

}
export declare namespace LimitExceededException {
/**
* @internal
*/
const filterSensitiveLog: (obj: LimitExceededException) => any;
}
export declare enum MediaEncoding {

@@ -478,8 +454,2 @@ FLAC = "flac",

}
export declare namespace ServiceUnavailableException {
/**
* @internal
*/
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
}
/**

@@ -486,0 +456,0 @@ * <p>Represents the transcription result stream from Amazon Transcribe Medical to your application.</p>

@@ -8,2 +8,3 @@ import { WebSocketHandler } from "@aws-sdk/middleware-sdk-transcribe-streaming";

runtime: string;
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
base64Decoder: import("@aws-sdk/types").Decoder;

@@ -18,3 +19,3 @@ base64Encoder: import("@aws-sdk/types").Encoder;

region: string | import("@aws-sdk/types").Provider<any>;
requestHandler: WebSocketHandler | (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler);
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | WebSocketHandler;
retryMode: string | import("@aws-sdk/types").Provider<string>;

@@ -21,0 +22,0 @@ sha256: import("@aws-sdk/types").HashConstructor;

@@ -8,6 +8,7 @@ import { NodeHttp2Handler } from "@aws-sdk/node-http-handler";

runtime: string;
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
base64Decoder: import("@aws-sdk/types").Decoder;
base64Encoder: import("@aws-sdk/types").Encoder;
bodyLengthChecker: (body: any) => number | undefined;
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;

@@ -14,0 +15,0 @@ eventStreamPayloadHandlerProvider: import("@aws-sdk/types").EventStreamPayloadHandlerProvider;

@@ -9,3 +9,3 @@ import { WebSocketHandler } from "@aws-sdk/middleware-sdk-transcribe-streaming";

eventStreamPayloadHandlerProvider: import("@aws-sdk/types").EventStreamPayloadHandlerProvider;
requestHandler: WebSocketHandler | (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler);
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | WebSocketHandler;
sha256: import("@aws-sdk/types").HashConstructor;

@@ -32,2 +32,3 @@ apiVersion: string;

eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;

@@ -34,0 +35,0 @@ tls?: boolean | undefined;

@@ -10,3 +10,3 @@ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";

import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";

@@ -126,2 +126,6 @@ import { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";

eventStreamSerdeProvider?: __EventStreamSerdeProvider;
/**
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
*/
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
}

@@ -128,0 +132,0 @@ declare type TranscribeStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & EventStreamInputConfig & WebSocketInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig;

@@ -99,6 +99,2 @@ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";

}
export declare namespace BadRequestException {
const filterSensitiveLog: (obj: BadRequestException) => any;
}

@@ -110,6 +106,2 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {

}
export declare namespace ConflictException {
const filterSensitiveLog: (obj: ConflictException) => any;
}
export declare enum ContentIdentificationType {

@@ -127,6 +119,2 @@ PII = "PII"

}
export declare namespace InternalFailureException {
const filterSensitiveLog: (obj: InternalFailureException) => any;
}
export declare enum LanguageCode {

@@ -163,6 +151,2 @@ DE_DE = "de-DE",

}
export declare namespace LimitExceededException {
const filterSensitiveLog: (obj: LimitExceededException) => any;
}
export declare enum MediaEncoding {

@@ -268,6 +252,2 @@ FLAC = "flac",

}
export declare namespace ServiceUnavailableException {
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
}

@@ -274,0 +254,0 @@ export declare type MedicalTranscriptResultStream = MedicalTranscriptResultStream.BadRequestExceptionMember | MedicalTranscriptResultStream.ConflictExceptionMember | MedicalTranscriptResultStream.InternalFailureExceptionMember | MedicalTranscriptResultStream.LimitExceededExceptionMember | MedicalTranscriptResultStream.ServiceUnavailableExceptionMember | MedicalTranscriptResultStream.TranscriptEventMember | MedicalTranscriptResultStream.$UnknownMember;

@@ -6,2 +6,3 @@ import { WebSocketHandler } from "@aws-sdk/middleware-sdk-transcribe-streaming";

runtime: string;
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
base64Decoder: import("@aws-sdk/types").Decoder;

@@ -16,3 +17,3 @@ base64Encoder: import("@aws-sdk/types").Encoder;

region: string | import("@aws-sdk/types").Provider<any>;
requestHandler: WebSocketHandler | (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler);
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | WebSocketHandler;
retryMode: string | import("@aws-sdk/types").Provider<string>;

@@ -19,0 +20,0 @@ sha256: import("@aws-sdk/types").HashConstructor;

@@ -6,6 +6,7 @@ import { NodeHttp2Handler } from "@aws-sdk/node-http-handler";

runtime: string;
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
base64Decoder: import("@aws-sdk/types").Decoder;
base64Encoder: import("@aws-sdk/types").Encoder;
bodyLengthChecker: (body: any) => number | undefined;
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;

@@ -12,0 +13,0 @@ eventStreamPayloadHandlerProvider: import("@aws-sdk/types").EventStreamPayloadHandlerProvider;

@@ -7,3 +7,3 @@ import { WebSocketHandler } from "@aws-sdk/middleware-sdk-transcribe-streaming";

eventStreamPayloadHandlerProvider: import("@aws-sdk/types").EventStreamPayloadHandlerProvider;
requestHandler: WebSocketHandler | (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler);
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | WebSocketHandler;
sha256: import("@aws-sdk/types").HashConstructor;

@@ -30,2 +30,3 @@ apiVersion: string;

eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;

@@ -32,0 +33,0 @@ tls?: boolean | undefined;

@@ -10,3 +10,3 @@ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";

import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, EventStreamPayloadHandlerProvider as __EventStreamPayloadHandlerProvider, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";

@@ -64,2 +64,4 @@ import { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";

eventStreamSerdeProvider?: __EventStreamSerdeProvider;
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
}

@@ -66,0 +68,0 @@ declare type TranscribeStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & EventStreamInputConfig & WebSocketInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig;

{
"name": "@aws-sdk/client-transcribe-streaming",
"description": "AWS SDK for JavaScript Transcribe Streaming Client for Node.js, Browser and React Native",
"version": "3.46.0",
"version": "3.47.0",
"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:docs": "typedoc",

@@ -12,5 +12,3 @@ "build:es": "tsc -p tsconfig.es.json",

"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "yarn clean:dist && yarn clean:docs",
"clean:dist": "rimraf ./dist-*",
"clean:docs": "rimraf ./docs",
"clean": "rimraf ./dist-*",
"test:integration": "jest --config jest.integ.config.js"

@@ -25,40 +23,42 @@ },

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/client-sts": "3.46.0",
"@aws-sdk/config-resolver": "3.46.0",
"@aws-sdk/credential-provider-node": "3.46.0",
"@aws-sdk/eventstream-handler-node": "3.46.0",
"@aws-sdk/eventstream-serde-browser": "3.46.0",
"@aws-sdk/eventstream-serde-config-resolver": "3.46.0",
"@aws-sdk/eventstream-serde-node": "3.46.0",
"@aws-sdk/fetch-http-handler": "3.46.0",
"@aws-sdk/hash-node": "3.46.0",
"@aws-sdk/invalid-dependency": "3.46.0",
"@aws-sdk/middleware-content-length": "3.46.0",
"@aws-sdk/middleware-eventstream": "3.46.0",
"@aws-sdk/middleware-host-header": "3.46.0",
"@aws-sdk/middleware-logger": "3.46.0",
"@aws-sdk/middleware-retry": "3.46.0",
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.46.0",
"@aws-sdk/middleware-serde": "3.46.0",
"@aws-sdk/middleware-signing": "3.46.0",
"@aws-sdk/middleware-stack": "3.46.0",
"@aws-sdk/middleware-user-agent": "3.46.0",
"@aws-sdk/node-config-provider": "3.46.0",
"@aws-sdk/node-http-handler": "3.46.0",
"@aws-sdk/protocol-http": "3.46.0",
"@aws-sdk/smithy-client": "3.46.0",
"@aws-sdk/types": "3.46.0",
"@aws-sdk/url-parser": "3.46.0",
"@aws-sdk/util-base64-browser": "3.46.0",
"@aws-sdk/util-base64-node": "3.46.0",
"@aws-sdk/util-body-length-browser": "3.46.0",
"@aws-sdk/util-body-length-node": "3.46.0",
"@aws-sdk/util-user-agent-browser": "3.46.0",
"@aws-sdk/util-user-agent-node": "3.46.0",
"@aws-sdk/util-utf8-browser": "3.46.0",
"@aws-sdk/util-utf8-node": "3.46.0",
"@aws-sdk/client-sts": "3.47.0",
"@aws-sdk/config-resolver": "3.47.0",
"@aws-sdk/credential-provider-node": "3.47.0",
"@aws-sdk/eventstream-handler-node": "3.47.0",
"@aws-sdk/eventstream-serde-browser": "3.47.0",
"@aws-sdk/eventstream-serde-config-resolver": "3.47.0",
"@aws-sdk/eventstream-serde-node": "3.47.0",
"@aws-sdk/fetch-http-handler": "3.47.0",
"@aws-sdk/hash-node": "3.47.0",
"@aws-sdk/invalid-dependency": "3.47.0",
"@aws-sdk/middleware-content-length": "3.47.0",
"@aws-sdk/middleware-eventstream": "3.47.0",
"@aws-sdk/middleware-host-header": "3.47.0",
"@aws-sdk/middleware-logger": "3.47.0",
"@aws-sdk/middleware-retry": "3.47.0",
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.47.0",
"@aws-sdk/middleware-serde": "3.47.0",
"@aws-sdk/middleware-signing": "3.47.0",
"@aws-sdk/middleware-stack": "3.47.0",
"@aws-sdk/middleware-user-agent": "3.47.0",
"@aws-sdk/node-config-provider": "3.47.0",
"@aws-sdk/node-http-handler": "3.47.0",
"@aws-sdk/protocol-http": "3.47.0",
"@aws-sdk/smithy-client": "3.47.0",
"@aws-sdk/types": "3.47.0",
"@aws-sdk/url-parser": "3.47.0",
"@aws-sdk/util-base64-browser": "3.47.0",
"@aws-sdk/util-base64-node": "3.47.0",
"@aws-sdk/util-body-length-browser": "3.47.0",
"@aws-sdk/util-body-length-node": "3.47.0",
"@aws-sdk/util-defaults-mode-browser": "3.47.0",
"@aws-sdk/util-defaults-mode-node": "3.47.0",
"@aws-sdk/util-user-agent-browser": "3.47.0",
"@aws-sdk/util-user-agent-node": "3.47.0",
"@aws-sdk/util-utf8-browser": "3.47.0",
"@aws-sdk/util-utf8-node": "3.47.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@aws-sdk/service-client-documentation-generator": "3.46.0",
"@aws-sdk/service-client-documentation-generator": "3.47.0",
"@types/node": "^12.7.5"

@@ -65,0 +65,0 @@ },

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc