@aws-sdk/client-transcribe-streaming 3.1018.0 → 3.1020.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveHttpAuthSchemeConfig = exports.defaultTranscribeStreamingHttpAuthSchemeProvider = exports.defaultTranscribeStreamingHttpAuthSchemeParametersProvider = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultTranscribeStreamingHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
@@ -38,7 +38,7 @@ const defaultTranscribeStreamingHttpAuthSchemeProvider = (authParameters) => {
38
38
  };
39
39
  exports.defaultTranscribeStreamingHttpAuthSchemeProvider = defaultTranscribeStreamingHttpAuthSchemeProvider;
40
40
  const resolveHttpAuthSchemeConfig = (config) => {
41
- const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
41
+ const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
42
42
  return Object.assign(config_0, {
43
43
  authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
44
44
  });
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
- const core_1 = require("@aws-sdk/core");
6
+ const client_1 = require("@aws-sdk/core/client");
7
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
7
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
8
9
  const eventstream_handler_node_1 = require("@aws-sdk/eventstream-handler-node");
9
10
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
@@ -23,7 +24,7 @@ const getRuntimeConfig = (config) => {
23
24
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
24
25
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
25
26
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
26
- (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
27
+ (0, client_1.emitWarningIfUnsupportedVersion)(process.version);
27
28
  const loaderConfig = {
28
29
  profile: config?.profile,
29
30
  logger: clientSharedValues.logger,
@@ -33,7 +34,7 @@ const getRuntimeConfig = (config) => {
33
34
  ...config,
34
35
  runtime: "node",
35
36
  defaultsMode,
36
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
37
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
37
38
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
38
39
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
39
40
  defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const protocols_1 = require("@aws-sdk/core/protocols");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  const url_parser_1 = require("@smithy/url-parser");
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
23
23
  {
24
24
  schemeId: "aws.auth#sigv4",
25
25
  identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
26
- signer: new core_1.AwsSdkSigV4Signer(),
26
+ signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
27
27
  },
28
28
  ],
29
29
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
@@ -1,4 +1,4 @@
1
- import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
1
+ import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultTranscribeStreamingHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
@@ -1,5 +1,6 @@
1
1
  import packageInfo from "../package.json";
2
- import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
3
+ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
3
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
4
5
  import { eventStreamPayloadHandlerProvider } from "@aws-sdk/eventstream-handler-node";
5
6
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoOpLogger } from "@smithy/smithy-client";
4
4
  import { parseUrl } from "@smithy/url-parser";
@@ -1,9 +1,9 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
- import { GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput } from "./commands/GetMedicalScribeStreamCommand";
3
- import { StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput } from "./commands/StartCallAnalyticsStreamTranscriptionCommand";
4
- import { StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput } from "./commands/StartMedicalScribeStreamCommand";
5
- import { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";
6
- import { StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput } from "./commands/StartStreamTranscriptionCommand";
2
+ import { type GetMedicalScribeStreamCommandInput, type GetMedicalScribeStreamCommandOutput } from "./commands/GetMedicalScribeStreamCommand";
3
+ import { type StartCallAnalyticsStreamTranscriptionCommandInput, type StartCallAnalyticsStreamTranscriptionCommandOutput } from "./commands/StartCallAnalyticsStreamTranscriptionCommand";
4
+ import { type StartMedicalScribeStreamCommandInput, type StartMedicalScribeStreamCommandOutput } from "./commands/StartMedicalScribeStreamCommand";
5
+ import { type StartMedicalStreamTranscriptionCommandInput, type StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";
6
+ import { type StartStreamTranscriptionCommandInput, type StartStreamTranscriptionCommandOutput } from "./commands/StartStreamTranscriptionCommand";
7
7
  import { TranscribeStreamingClient } from "./TranscribeStreamingClient";
8
8
  export interface TranscribeStreaming {
9
9
  /**
@@ -9,14 +9,14 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
9
9
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
10
10
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
11
11
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
12
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
12
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
13
13
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
14
- import { GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput } from "./commands/GetMedicalScribeStreamCommand";
15
- import { StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput } from "./commands/StartCallAnalyticsStreamTranscriptionCommand";
16
- import { StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput } from "./commands/StartMedicalScribeStreamCommand";
17
- import { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";
18
- import { StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput } from "./commands/StartStreamTranscriptionCommand";
19
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
14
+ import type { GetMedicalScribeStreamCommandInput, GetMedicalScribeStreamCommandOutput } from "./commands/GetMedicalScribeStreamCommand";
15
+ import type { StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsStreamTranscriptionCommandOutput } from "./commands/StartCallAnalyticsStreamTranscriptionCommand";
16
+ import type { StartMedicalScribeStreamCommandInput, StartMedicalScribeStreamCommandOutput } from "./commands/StartMedicalScribeStreamCommand";
17
+ import type { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";
18
+ import type { StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput } from "./commands/StartStreamTranscriptionCommand";
19
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
20
20
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
21
21
  export { __Client };
22
22
  /**
@@ -125,7 +125,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
125
125
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
126
126
  * @internal
127
127
  */
128
- defaultUserAgentProvider?: Provider<__UserAgent>;
128
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
129
129
  /**
130
130
  * Default credentials provider; Not available in browser runtime.
131
131
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { TranscribeStreamingHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type TranscribeStreamingClientResolvedConfig } from "../TranscribeStreamingClient";
4
4
  /**
@@ -34,7 +34,7 @@
34
34
  */
35
35
  export * from "./TranscribeStreamingClient";
36
36
  export * from "./TranscribeStreaming";
37
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
37
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
38
38
  export type { RuntimeExtension } from "./runtimeExtensions";
39
39
  export type { TranscribeStreamingExtensionConfiguration } from "./extensionConfiguration";
40
40
  export * from "./commands";
@@ -1,5 +1,5 @@
1
- import { CallAnalyticsLanguageCode, ClinicalNoteGenerationStatus, ContentIdentificationType, ContentRedactionOutput, ContentRedactionType, ItemType, LanguageCode, MediaEncoding, MedicalContentIdentificationType, MedicalScribeLanguageCode, MedicalScribeMediaEncoding, MedicalScribeNoteTemplate, MedicalScribeParticipantRole, MedicalScribeSessionControlEventType, MedicalScribeStreamStatus, MedicalScribeTranscriptItemType, MedicalScribeVocabularyFilterMethod, PartialResultsStability, ParticipantRole, Pronouns, Sentiment, Specialty, Type, VocabularyFilterMethod } from "./enums";
2
- import { BadRequestException, ConflictException, InternalFailureException, LimitExceededException, ServiceUnavailableException } from "./errors";
1
+ import type { CallAnalyticsLanguageCode, ClinicalNoteGenerationStatus, ContentIdentificationType, ContentRedactionOutput, ContentRedactionType, ItemType, LanguageCode, MediaEncoding, MedicalContentIdentificationType, MedicalScribeLanguageCode, MedicalScribeMediaEncoding, MedicalScribeNoteTemplate, MedicalScribeParticipantRole, MedicalScribeSessionControlEventType, MedicalScribeStreamStatus, MedicalScribeTranscriptItemType, MedicalScribeVocabularyFilterMethod, PartialResultsStability, ParticipantRole, Pronouns, Sentiment, Specialty, Type, VocabularyFilterMethod } from "./enums";
2
+ import type { BadRequestException, ConflictException, InternalFailureException, LimitExceededException, ServiceUnavailableException } from "./errors";
3
3
  /**
4
4
  * <p>Contains entities identified as personally identifiable information (PII) in your
5
5
  * transcription output, along with various associated attributes. Examples include category,
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
20
20
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
21
21
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
22
22
  cacheMiddleware?: boolean | undefined;
23
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
24
24
  protocolSettings: {
25
25
  defaultNamespace?: string;
26
26
  [setting: string]: unknown;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
23
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
24
24
  cacheMiddleware?: boolean | undefined;
25
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
25
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
26
26
  protocolSettings: {
27
27
  defaultNamespace?: string;
28
28
  [setting: string]: unknown;
@@ -11,7 +11,7 @@ export declare const getRuntimeConfig: (config: TranscribeStreamingClientConfig)
11
11
  httpHandlerConfigs(): {};
12
12
  }) | import("@aws-sdk/middleware-websocket").WebSocketFetchHandler;
13
13
  cacheMiddleware?: boolean;
14
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
14
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
15
15
  protocolSettings: {
16
16
  defaultNamespace?: string;
17
17
  [setting: string]: unknown;
@@ -39,6 +39,7 @@ import {
39
39
  Client as __Client,
40
40
  } from "@smithy/smithy-client";
41
41
  import {
42
+ AwsCredentialIdentityProvider,
42
43
  BodyLengthCalculator as __BodyLengthCalculator,
43
44
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
44
45
  ChecksumConstructor as __ChecksumConstructor,
@@ -51,8 +52,6 @@ import {
51
52
  Provider as __Provider,
52
53
  StreamCollector as __StreamCollector,
53
54
  UrlParser as __UrlParser,
54
- AwsCredentialIdentityProvider,
55
- Provider,
56
55
  UserAgent as __UserAgent,
57
56
  } from "@smithy/types";
58
57
  import {
@@ -116,7 +115,7 @@ export interface ClientDefaults
116
115
  useFipsEndpoint?: boolean | __Provider<boolean>;
117
116
  region?: string | __Provider<string>;
118
117
  profile?: string;
119
- defaultUserAgentProvider?: Provider<__UserAgent>;
118
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
120
119
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
121
120
  maxAttempts?: number | __Provider<number>;
122
121
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { TranscribeStreamingHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -2,7 +2,7 @@ import {
2
2
  AwsSdkSigV4AuthInputConfig,
3
3
  AwsSdkSigV4AuthResolvedConfig,
4
4
  AwsSdkSigV4PreviouslyResolved,
5
- } from "@aws-sdk/core";
5
+ } from "@aws-sdk/core/httpAuthSchemes";
6
6
  import {
7
7
  HandlerExecutionContext,
8
8
  HttpAuthScheme,
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (
32
32
  protocol:
33
33
  | import("@smithy/types").ClientProtocol<any, any>
34
34
  | import("@smithy/types").ClientProtocolCtor<any, any>
35
- | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
35
+ | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
36
36
  protocolSettings: {
37
37
  defaultNamespace?: string;
38
38
  [setting: string]: unknown;
@@ -34,7 +34,7 @@ export declare const getRuntimeConfig: (
34
34
  protocol:
35
35
  | import("@smithy/types").ClientProtocol<any, any>
36
36
  | import("@smithy/types").ClientProtocolCtor<any, any>
37
- | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
37
+ | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
38
38
  protocolSettings: {
39
39
  defaultNamespace?: string;
40
40
  [setting: string]: unknown;
@@ -27,7 +27,7 @@ export declare const getRuntimeConfig: (
27
27
  protocol:
28
28
  | import("@smithy/types").ClientProtocol<any, any>
29
29
  | import("@smithy/types").ClientProtocolCtor<any, any>
30
- | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
30
+ | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
31
31
  protocolSettings: {
32
32
  defaultNamespace?: string;
33
33
  [setting: string]: unknown;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transcribe-streaming",
3
3
  "description": "AWS SDK for JavaScript Transcribe Streaming Client for Node.js, Browser and React Native",
4
- "version": "3.1018.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-transcribe-streaming",
@@ -29,23 +29,23 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.25",
33
- "@aws-sdk/credential-provider-node": "^3.972.26",
32
+ "@aws-sdk/core": "^3.973.26",
33
+ "@aws-sdk/credential-provider-node": "^3.972.28",
34
34
  "@aws-sdk/eventstream-handler-node": "^3.972.12",
35
35
  "@aws-sdk/middleware-eventstream": "^3.972.8",
36
36
  "@aws-sdk/middleware-host-header": "^3.972.8",
37
37
  "@aws-sdk/middleware-logger": "^3.972.8",
38
38
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
39
39
  "@aws-sdk/middleware-sdk-transcribe-streaming": "^3.972.8",
40
- "@aws-sdk/middleware-user-agent": "^3.972.26",
40
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
41
41
  "@aws-sdk/middleware-websocket": "^3.972.14",
42
42
  "@aws-sdk/region-config-resolver": "^3.972.10",
43
43
  "@aws-sdk/types": "^3.973.6",
44
44
  "@aws-sdk/util-endpoints": "^3.996.5",
45
45
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
46
- "@aws-sdk/util-user-agent-node": "^3.973.12",
46
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
47
47
  "@smithy/config-resolver": "^4.4.13",
48
- "@smithy/core": "^3.23.12",
48
+ "@smithy/core": "^3.23.13",
49
49
  "@smithy/eventstream-serde-browser": "^4.2.12",
50
50
  "@smithy/eventstream-serde-config-resolver": "^4.3.12",
51
51
  "@smithy/eventstream-serde-node": "^4.2.12",
@@ -53,21 +53,21 @@
53
53
  "@smithy/hash-node": "^4.2.12",
54
54
  "@smithy/invalid-dependency": "^4.2.12",
55
55
  "@smithy/middleware-content-length": "^4.2.12",
56
- "@smithy/middleware-endpoint": "^4.4.27",
57
- "@smithy/middleware-retry": "^4.4.44",
58
- "@smithy/middleware-serde": "^4.2.15",
56
+ "@smithy/middleware-endpoint": "^4.4.28",
57
+ "@smithy/middleware-retry": "^4.4.45",
58
+ "@smithy/middleware-serde": "^4.2.16",
59
59
  "@smithy/middleware-stack": "^4.2.12",
60
60
  "@smithy/node-config-provider": "^4.3.12",
61
- "@smithy/node-http-handler": "^4.5.0",
61
+ "@smithy/node-http-handler": "^4.5.1",
62
62
  "@smithy/protocol-http": "^5.3.12",
63
- "@smithy/smithy-client": "^4.12.7",
63
+ "@smithy/smithy-client": "^4.12.8",
64
64
  "@smithy/types": "^4.13.1",
65
65
  "@smithy/url-parser": "^4.2.12",
66
66
  "@smithy/util-base64": "^4.3.2",
67
67
  "@smithy/util-body-length-browser": "^4.2.2",
68
68
  "@smithy/util-body-length-node": "^4.2.3",
69
- "@smithy/util-defaults-mode-browser": "^4.3.43",
70
- "@smithy/util-defaults-mode-node": "^4.2.47",
69
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
70
+ "@smithy/util-defaults-mode-node": "^4.2.48",
71
71
  "@smithy/util-endpoints": "^3.3.3",
72
72
  "@smithy/util-middleware": "^4.2.12",
73
73
  "@smithy/util-retry": "^4.2.12",
@@ -75,7 +75,7 @@
75
75
  "tslib": "^2.6.2"
76
76
  },
77
77
  "devDependencies": {
78
- "@smithy/snapshot-testing": "^2.0.3",
78
+ "@smithy/snapshot-testing": "^2.0.4",
79
79
  "@tsconfig/node20": "20.1.8",
80
80
  "@types/node": "^20.14.8",
81
81
  "concurrently": "7.0.0",