@aws-sdk/client-transcribe-streaming 3.294.0 → 3.296.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/StartCallAnalyticsStreamTranscriptionCommand.js +4 -4
- package/dist-cjs/commands/StartMedicalStreamTranscriptionCommand.js +4 -4
- package/dist-cjs/commands/StartStreamTranscriptionCommand.js +4 -4
- package/dist-es/commands/StartCallAnalyticsStreamTranscriptionCommand.js +4 -4
- package/dist-es/commands/StartMedicalStreamTranscriptionCommand.js +4 -4
- package/dist-es/commands/StartStreamTranscriptionCommand.js +4 -4
- package/dist-types/TranscribeStreamingClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +4 -4
- package/dist-types/ts3.4/TranscribeStreamingClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +4 -4
- package/package.json +42 -42
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class StartCallAnalyticsStreamTranscriptionCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class StartCallAnalyticsStreamTranscriptionCommand extends smithy_client_1.Comma
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartCallAnalyticsStreamTranscriptionCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class StartMedicalStreamTranscriptionCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class StartMedicalStreamTranscriptionCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartMedicalStreamTranscriptionCommand.getEndpointParameterInstructions()));
|
|
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
8
8
|
const models_0_1 = require("../models/models_0");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class StartStreamTranscriptionCommand extends smithy_client_1.Command {
|
|
11
|
-
constructor(input) {
|
|
12
|
-
super();
|
|
13
|
-
this.input = input;
|
|
14
|
-
}
|
|
15
11
|
static getEndpointParameterInstructions() {
|
|
16
12
|
return {
|
|
17
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -20,6 +16,10 @@ class StartStreamTranscriptionCommand extends smithy_client_1.Command {
|
|
|
20
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
21
17
|
};
|
|
22
18
|
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
23
|
resolveMiddleware(clientStack, configuration, options) {
|
|
24
24
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
25
|
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartStreamTranscriptionCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { StartCallAnalyticsStreamTranscriptionRequestFilterSensitiveLog, StartCallAnalyticsStreamTranscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restJson1StartCallAnalyticsStreamTranscriptionCommand, serializeAws_restJson1StartCallAnalyticsStreamTranscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export class StartCallAnalyticsStreamTranscriptionCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class StartCallAnalyticsStreamTranscriptionCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartCallAnalyticsStreamTranscriptionCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { StartMedicalStreamTranscriptionRequestFilterSensitiveLog, StartMedicalStreamTranscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restJson1StartMedicalStreamTranscriptionCommand, serializeAws_restJson1StartMedicalStreamTranscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export class StartMedicalStreamTranscriptionCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class StartMedicalStreamTranscriptionCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartMedicalStreamTranscriptionCommand.getEndpointParameterInstructions()));
|
|
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
5
5
|
import { StartStreamTranscriptionRequestFilterSensitiveLog, StartStreamTranscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { deserializeAws_restJson1StartStreamTranscriptionCommand, serializeAws_restJson1StartStreamTranscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export class StartStreamTranscriptionCommand extends $Command {
|
|
8
|
-
constructor(input) {
|
|
9
|
-
super();
|
|
10
|
-
this.input = input;
|
|
11
|
-
}
|
|
12
8
|
static getEndpointParameterInstructions() {
|
|
13
9
|
return {
|
|
14
10
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -17,6 +13,10 @@ export class StartStreamTranscriptionCommand extends $Command {
|
|
|
17
13
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
14
|
};
|
|
19
15
|
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
20
|
resolveMiddleware(clientStack, configuration, options) {
|
|
21
21
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
22
|
this.middlewareStack.use(getEndpointPlugin(configuration, StartStreamTranscriptionCommand.getEndpointParameterInstructions()));
|
|
@@ -14,8 +14,8 @@ import { StartCallAnalyticsStreamTranscriptionCommandInput, StartCallAnalyticsSt
|
|
|
14
14
|
import { StartMedicalStreamTranscriptionCommandInput, StartMedicalStreamTranscriptionCommandOutput } from "./commands/StartMedicalStreamTranscriptionCommand";
|
|
15
15
|
import { StartStreamTranscriptionCommandInput, StartStreamTranscriptionCommandOutput } from "./commands/StartStreamTranscriptionCommand";
|
|
16
16
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
-
export
|
|
18
|
-
export
|
|
17
|
+
export type ServiceInputTypes = StartCallAnalyticsStreamTranscriptionCommandInput | StartMedicalStreamTranscriptionCommandInput | StartStreamTranscriptionCommandInput;
|
|
18
|
+
export type ServiceOutputTypes = StartCallAnalyticsStreamTranscriptionCommandOutput | StartMedicalStreamTranscriptionCommandOutput | StartStreamTranscriptionCommandOutput;
|
|
19
19
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
20
20
|
/**
|
|
21
21
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -125,13 +125,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
125
125
|
*/
|
|
126
126
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
127
127
|
}
|
|
128
|
-
|
|
128
|
+
type TranscribeStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & EventStreamInputConfig & WebSocketInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
|
|
129
129
|
/**
|
|
130
130
|
* The configuration interface of TranscribeStreamingClient class constructor that set the region, credentials and other options.
|
|
131
131
|
*/
|
|
132
132
|
export interface TranscribeStreamingClientConfig extends TranscribeStreamingClientConfigType {
|
|
133
133
|
}
|
|
134
|
-
|
|
134
|
+
type TranscribeStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & EventStreamResolvedConfig & WebSocketResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
|
|
135
135
|
/**
|
|
136
136
|
* The resolved configuration interface of TranscribeStreamingClient class. This is resolved and normalized from the {@link TranscribeStreamingClientConfig | constructor configuration interface}.
|
|
137
137
|
*/
|
|
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -248,7 +248,7 @@ export interface ConfigurationEvent {
|
|
|
248
248
|
* data frames.</p>
|
|
249
249
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html">Transcribing streaming audio</a>.</p>
|
|
250
250
|
*/
|
|
251
|
-
export
|
|
251
|
+
export type AudioStream = AudioStream.AudioEventMember | AudioStream.ConfigurationEventMember | AudioStream.$UnknownMember;
|
|
252
252
|
export declare namespace AudioStream {
|
|
253
253
|
/**
|
|
254
254
|
* <p>A blob of audio from your application. Your audio stream consists of one or more audio
|
|
@@ -557,7 +557,7 @@ export interface UtteranceEvent {
|
|
|
557
557
|
* <p>Contains detailed information about your Call Analytics streaming session. These details are
|
|
558
558
|
* provided in the <code>UtteranceEvent</code> and <code>CategoryEvent</code> objects.</p>
|
|
559
559
|
*/
|
|
560
|
-
export
|
|
560
|
+
export type CallAnalyticsTranscriptResultStream = CallAnalyticsTranscriptResultStream.BadRequestExceptionMember | CallAnalyticsTranscriptResultStream.CategoryEventMember | CallAnalyticsTranscriptResultStream.ConflictExceptionMember | CallAnalyticsTranscriptResultStream.InternalFailureExceptionMember | CallAnalyticsTranscriptResultStream.LimitExceededExceptionMember | CallAnalyticsTranscriptResultStream.ServiceUnavailableExceptionMember | CallAnalyticsTranscriptResultStream.UtteranceEventMember | CallAnalyticsTranscriptResultStream.$UnknownMember;
|
|
561
561
|
export declare namespace CallAnalyticsTranscriptResultStream {
|
|
562
562
|
/**
|
|
563
563
|
* <p>Contains set of transcription results from one or more audio segments, along with additional
|
|
@@ -884,7 +884,7 @@ export interface MedicalTranscriptEvent {
|
|
|
884
884
|
/**
|
|
885
885
|
* <p>Contains detailed information about your streaming session.</p>
|
|
886
886
|
*/
|
|
887
|
-
export
|
|
887
|
+
export type MedicalTranscriptResultStream = MedicalTranscriptResultStream.BadRequestExceptionMember | MedicalTranscriptResultStream.ConflictExceptionMember | MedicalTranscriptResultStream.InternalFailureExceptionMember | MedicalTranscriptResultStream.LimitExceededExceptionMember | MedicalTranscriptResultStream.ServiceUnavailableExceptionMember | MedicalTranscriptResultStream.TranscriptEventMember | MedicalTranscriptResultStream.$UnknownMember;
|
|
888
888
|
export declare namespace MedicalTranscriptResultStream {
|
|
889
889
|
/**
|
|
890
890
|
* <p>The <code>MedicalTranscriptEvent</code> associated with a
|
|
@@ -1661,7 +1661,7 @@ export interface TranscriptEvent {
|
|
|
1661
1661
|
/**
|
|
1662
1662
|
* <p>Contains detailed information about your streaming session.</p>
|
|
1663
1663
|
*/
|
|
1664
|
-
export
|
|
1664
|
+
export type TranscriptResultStream = TranscriptResultStream.BadRequestExceptionMember | TranscriptResultStream.ConflictExceptionMember | TranscriptResultStream.InternalFailureExceptionMember | TranscriptResultStream.LimitExceededExceptionMember | TranscriptResultStream.ServiceUnavailableExceptionMember | TranscriptResultStream.TranscriptEventMember | TranscriptResultStream.$UnknownMember;
|
|
1665
1665
|
export declare namespace TranscriptResultStream {
|
|
1666
1666
|
/**
|
|
1667
1667
|
* <p>Contains <code>Transcript</code>, which contains <code>Results</code>. The
|
|
@@ -75,11 +75,11 @@ import {
|
|
|
75
75
|
ClientResolvedEndpointParameters,
|
|
76
76
|
EndpointParameters,
|
|
77
77
|
} from "./endpoint/EndpointParameters";
|
|
78
|
-
export
|
|
78
|
+
export type ServiceInputTypes =
|
|
79
79
|
| StartCallAnalyticsStreamTranscriptionCommandInput
|
|
80
80
|
| StartMedicalStreamTranscriptionCommandInput
|
|
81
81
|
| StartStreamTranscriptionCommandInput;
|
|
82
|
-
export
|
|
82
|
+
export type ServiceOutputTypes =
|
|
83
83
|
| StartCallAnalyticsStreamTranscriptionCommandOutput
|
|
84
84
|
| StartMedicalStreamTranscriptionCommandOutput
|
|
85
85
|
| StartStreamTranscriptionCommandOutput;
|
|
@@ -109,7 +109,7 @@ export interface ClientDefaults
|
|
|
109
109
|
eventStreamSerdeProvider?: __EventStreamSerdeProvider;
|
|
110
110
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
111
111
|
}
|
|
112
|
-
|
|
112
|
+
type TranscribeStreamingClientConfigType = Partial<
|
|
113
113
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
114
114
|
> &
|
|
115
115
|
ClientDefaults &
|
|
@@ -125,7 +125,7 @@ declare type TranscribeStreamingClientConfigType = Partial<
|
|
|
125
125
|
ClientInputEndpointParameters;
|
|
126
126
|
export interface TranscribeStreamingClientConfig
|
|
127
127
|
extends TranscribeStreamingClientConfigType {}
|
|
128
|
-
|
|
128
|
+
type TranscribeStreamingClientResolvedConfigType =
|
|
129
129
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
130
130
|
Required<ClientDefaults> &
|
|
131
131
|
RegionResolvedConfig &
|
|
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
19
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
23
22
|
export declare const resolveClientEndpointParameters: <T>(
|
|
24
23
|
options: T & ClientInputEndpointParameters
|
|
25
24
|
) => T &
|
|
@@ -52,7 +52,7 @@ export interface ConfigurationEvent {
|
|
|
52
52
|
ChannelDefinitions?: ChannelDefinition[];
|
|
53
53
|
PostCallAnalyticsSettings?: PostCallAnalyticsSettings;
|
|
54
54
|
}
|
|
55
|
-
export
|
|
55
|
+
export type AudioStream =
|
|
56
56
|
| AudioStream.AudioEventMember
|
|
57
57
|
| AudioStream.ConfigurationEventMember
|
|
58
58
|
| AudioStream.$UnknownMember;
|
|
@@ -181,7 +181,7 @@ export interface UtteranceEvent {
|
|
|
181
181
|
Sentiment?: Sentiment | string;
|
|
182
182
|
IssuesDetected?: IssueDetected[];
|
|
183
183
|
}
|
|
184
|
-
export
|
|
184
|
+
export type CallAnalyticsTranscriptResultStream =
|
|
185
185
|
| CallAnalyticsTranscriptResultStream.BadRequestExceptionMember
|
|
186
186
|
| CallAnalyticsTranscriptResultStream.CategoryEventMember
|
|
187
187
|
| CallAnalyticsTranscriptResultStream.ConflictExceptionMember
|
|
@@ -354,7 +354,7 @@ export interface MedicalTranscript {
|
|
|
354
354
|
export interface MedicalTranscriptEvent {
|
|
355
355
|
Transcript?: MedicalTranscript;
|
|
356
356
|
}
|
|
357
|
-
export
|
|
357
|
+
export type MedicalTranscriptResultStream =
|
|
358
358
|
| MedicalTranscriptResultStream.BadRequestExceptionMember
|
|
359
359
|
| MedicalTranscriptResultStream.ConflictExceptionMember
|
|
360
360
|
| MedicalTranscriptResultStream.InternalFailureExceptionMember
|
|
@@ -564,7 +564,7 @@ export interface Transcript {
|
|
|
564
564
|
export interface TranscriptEvent {
|
|
565
565
|
Transcript?: Transcript;
|
|
566
566
|
}
|
|
567
|
-
export
|
|
567
|
+
export type TranscriptResultStream =
|
|
568
568
|
| TranscriptResultStream.BadRequestExceptionMember
|
|
569
569
|
| TranscriptResultStream.ConflictExceptionMember
|
|
570
570
|
| TranscriptResultStream.InternalFailureExceptionMember
|
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.
|
|
4
|
+
"version": "3.296.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,55 +21,55 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/eventstream-handler-node": "3.
|
|
28
|
-
"@aws-sdk/eventstream-serde-browser": "3.
|
|
29
|
-
"@aws-sdk/eventstream-serde-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/eventstream-serde-node": "3.
|
|
31
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
32
|
-
"@aws-sdk/hash-node": "3.
|
|
33
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
34
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
35
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
36
|
-
"@aws-sdk/middleware-eventstream": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
40
|
-
"@aws-sdk/middleware-retry": "3.
|
|
41
|
-
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.
|
|
42
|
-
"@aws-sdk/middleware-serde": "3.
|
|
43
|
-
"@aws-sdk/middleware-signing": "3.
|
|
44
|
-
"@aws-sdk/middleware-stack": "3.
|
|
45
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
46
|
-
"@aws-sdk/node-config-provider": "3.
|
|
47
|
-
"@aws-sdk/node-http-handler": "3.
|
|
48
|
-
"@aws-sdk/protocol-http": "3.
|
|
49
|
-
"@aws-sdk/smithy-client": "3.
|
|
50
|
-
"@aws-sdk/types": "3.
|
|
51
|
-
"@aws-sdk/url-parser": "3.
|
|
52
|
-
"@aws-sdk/util-base64": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
54
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
55
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
56
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
57
|
-
"@aws-sdk/util-endpoints": "3.
|
|
58
|
-
"@aws-sdk/util-retry": "3.
|
|
59
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
60
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
61
|
-
"@aws-sdk/util-utf8": "3.
|
|
62
|
-
"tslib": "^2.
|
|
24
|
+
"@aws-sdk/client-sts": "3.296.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.296.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.296.0",
|
|
27
|
+
"@aws-sdk/eventstream-handler-node": "3.296.0",
|
|
28
|
+
"@aws-sdk/eventstream-serde-browser": "3.296.0",
|
|
29
|
+
"@aws-sdk/eventstream-serde-config-resolver": "3.296.0",
|
|
30
|
+
"@aws-sdk/eventstream-serde-node": "3.296.0",
|
|
31
|
+
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
32
|
+
"@aws-sdk/hash-node": "3.296.0",
|
|
33
|
+
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
34
|
+
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
35
|
+
"@aws-sdk/middleware-endpoint": "3.296.0",
|
|
36
|
+
"@aws-sdk/middleware-eventstream": "3.296.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.296.0",
|
|
39
|
+
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
40
|
+
"@aws-sdk/middleware-retry": "3.296.0",
|
|
41
|
+
"@aws-sdk/middleware-sdk-transcribe-streaming": "3.296.0",
|
|
42
|
+
"@aws-sdk/middleware-serde": "3.296.0",
|
|
43
|
+
"@aws-sdk/middleware-signing": "3.296.0",
|
|
44
|
+
"@aws-sdk/middleware-stack": "3.296.0",
|
|
45
|
+
"@aws-sdk/middleware-user-agent": "3.296.0",
|
|
46
|
+
"@aws-sdk/node-config-provider": "3.296.0",
|
|
47
|
+
"@aws-sdk/node-http-handler": "3.296.0",
|
|
48
|
+
"@aws-sdk/protocol-http": "3.296.0",
|
|
49
|
+
"@aws-sdk/smithy-client": "3.296.0",
|
|
50
|
+
"@aws-sdk/types": "3.296.0",
|
|
51
|
+
"@aws-sdk/url-parser": "3.296.0",
|
|
52
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
55
|
+
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
56
|
+
"@aws-sdk/util-defaults-mode-node": "3.296.0",
|
|
57
|
+
"@aws-sdk/util-endpoints": "3.296.0",
|
|
58
|
+
"@aws-sdk/util-retry": "3.296.0",
|
|
59
|
+
"@aws-sdk/util-user-agent-browser": "3.296.0",
|
|
60
|
+
"@aws-sdk/util-user-agent-node": "3.296.0",
|
|
61
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
62
|
+
"tslib": "^2.5.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
65
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
71
|
"typedoc": "0.23.23",
|
|
72
|
-
"typescript": "~4.
|
|
72
|
+
"typescript": "~4.9.5"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
75
|
"node": ">=14.0.0"
|