@aws-sdk/client-chime-sdk-media-pipelines 3.600.0 → 3.609.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-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +16 -1
- package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +1 -1
- package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +35 -9
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +35 -35
|
@@ -100,6 +100,7 @@ declare const CreateMediaInsightsPipelineConfigurationCommand_base: {
|
|
|
100
100
|
* LanguageModelName: "STRING_VALUE",
|
|
101
101
|
* FilterPartialResults: true || false,
|
|
102
102
|
* IdentifyLanguage: true || false,
|
|
103
|
+
* IdentifyMultipleLanguages: true || false,
|
|
103
104
|
* LanguageOptions: "STRING_VALUE",
|
|
104
105
|
* PreferredLanguage: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR",
|
|
105
106
|
* VocabularyNames: "STRING_VALUE",
|
|
@@ -207,6 +208,7 @@ declare const CreateMediaInsightsPipelineConfigurationCommand_base: {
|
|
|
207
208
|
* // LanguageModelName: "STRING_VALUE",
|
|
208
209
|
* // FilterPartialResults: true || false,
|
|
209
210
|
* // IdentifyLanguage: true || false,
|
|
211
|
+
* // IdentifyMultipleLanguages: true || false,
|
|
210
212
|
* // LanguageOptions: "STRING_VALUE",
|
|
211
213
|
* // PreferredLanguage: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR",
|
|
212
214
|
* // VocabularyNames: "STRING_VALUE",
|
|
@@ -27,7 +27,22 @@ declare const CreateMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an Kinesis
|
|
30
|
+
* <p>Creates an Amazon Kinesis Video Stream pool for use with media stream
|
|
31
|
+
* pipelines.</p>
|
|
32
|
+
* <note>
|
|
33
|
+
* <p>If a meeting uses an opt-in Region as its
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion">MediaRegion</a>,
|
|
35
|
+
* the KVS stream must be in that same Region. For example, if a meeting uses the <code>af-south-1</code> Region, the KVS stream must also be in <code>af-south-1</code>. However, if the meeting uses a
|
|
36
|
+
* Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses <code>ca-central-1</code>, the KVS stream can be in
|
|
37
|
+
* <code>eu-west-2</code>, <code>us-east-1</code>, <code>af-south-1</code>, or any other Region that the Amazon Chime SDK supports.</p>
|
|
38
|
+
* <p>To learn which AWS Region a meeting uses, call the <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html">GetMeeting</a> API and
|
|
39
|
+
* use the <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion">MediaRegion</a>
|
|
40
|
+
* parameter from the response.</p>
|
|
41
|
+
* <p>For more information about opt-in Regions, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html">Available Regions</a> in the
|
|
42
|
+
* <i>Amazon Chime SDK Developer Guide</i>, and
|
|
43
|
+
* <a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html">Specify which AWS Regions your account can use</a>,
|
|
44
|
+
* in the <i>AWS Account Management Reference Guide</i>.</p>
|
|
45
|
+
* </note>
|
|
31
46
|
* @example
|
|
32
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
48
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an Kinesis
|
|
30
|
+
* <p>Deletes an Amazon Kinesis Video Stream pool.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -106,6 +106,7 @@ declare const GetMediaInsightsPipelineConfigurationCommand_base: {
|
|
|
106
106
|
* // LanguageModelName: "STRING_VALUE",
|
|
107
107
|
* // FilterPartialResults: true || false,
|
|
108
108
|
* // IdentifyLanguage: true || false,
|
|
109
|
+
* // IdentifyMultipleLanguages: true || false,
|
|
109
110
|
* // LanguageOptions: "STRING_VALUE",
|
|
110
111
|
* // PreferredLanguage: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR",
|
|
111
112
|
* // VocabularyNames: "STRING_VALUE",
|
|
@@ -99,6 +99,7 @@ declare const UpdateMediaInsightsPipelineConfigurationCommand_base: {
|
|
|
99
99
|
* LanguageModelName: "STRING_VALUE",
|
|
100
100
|
* FilterPartialResults: true || false,
|
|
101
101
|
* IdentifyLanguage: true || false,
|
|
102
|
+
* IdentifyMultipleLanguages: true || false,
|
|
102
103
|
* LanguageOptions: "STRING_VALUE",
|
|
103
104
|
* PreferredLanguage: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR",
|
|
104
105
|
* VocabularyNames: "STRING_VALUE",
|
|
@@ -199,6 +200,7 @@ declare const UpdateMediaInsightsPipelineConfigurationCommand_base: {
|
|
|
199
200
|
* // LanguageModelName: "STRING_VALUE",
|
|
200
201
|
* // FilterPartialResults: true || false,
|
|
201
202
|
* // IdentifyLanguage: true || false,
|
|
203
|
+
* // IdentifyMultipleLanguages: true || false,
|
|
202
204
|
* // LanguageOptions: "STRING_VALUE",
|
|
203
205
|
* // PreferredLanguage: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR",
|
|
204
206
|
* // VocabularyNames: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const UpdateMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates an Kinesis
|
|
30
|
+
* <p>Updates an Amazon Kinesis Video Stream pool in a media pipeline.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -235,6 +235,10 @@ export interface AmazonTranscribeCallAnalyticsProcessorConfiguration {
|
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
237
|
* <p>A structure that contains the configuration settings for an Amazon Transcribe processor.</p>
|
|
238
|
+
* <note>
|
|
239
|
+
* <p>Calls to this API must include a <code>LanguageCode</code>, <code>IdentifyLanguage</code>, or <code>IdentifyMultipleLanguages</code> parameter.
|
|
240
|
+
* If you include more than one of those parameters, your transcription job fails.</p>
|
|
241
|
+
* </note>
|
|
238
242
|
* @public
|
|
239
243
|
*/
|
|
240
244
|
export interface AmazonTranscribeProcessorConfiguration {
|
|
@@ -340,6 +344,11 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
340
344
|
* @public
|
|
341
345
|
*/
|
|
342
346
|
IdentifyLanguage?: boolean;
|
|
347
|
+
/**
|
|
348
|
+
* <p>Turns language identification on or off for multiple languages.</p>
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
IdentifyMultipleLanguages?: boolean;
|
|
343
352
|
/**
|
|
344
353
|
* <p>The language options for the transcription, such as automatic language detection.</p>
|
|
345
354
|
* @public
|
|
@@ -2426,6 +2435,20 @@ export declare class ConflictException extends __BaseException {
|
|
|
2426
2435
|
}
|
|
2427
2436
|
/**
|
|
2428
2437
|
* <p>The configuration of an Kinesis video stream.</p>
|
|
2438
|
+
* <note>
|
|
2439
|
+
* <p>If a meeting uses an opt-in Region as its
|
|
2440
|
+
* <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion">MediaRegion</a>,
|
|
2441
|
+
* the KVS stream must be in that same Region. For example, if a meeting uses the <code>af-south-1</code> Region, the KVS stream must also be in <code>af-south-1</code>. However, if the meeting uses a
|
|
2442
|
+
* Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses <code>ca-central-1</code>, the KVS stream can be in
|
|
2443
|
+
* <code>eu-west-2</code>, <code>us-east-1</code>, <code>af-south-1</code>, or any other Region that the Amazon Chime SDK supports.</p>
|
|
2444
|
+
* <p>To learn which AWS Region a meeting uses, call the <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html">GetMeeting</a> API and
|
|
2445
|
+
* use the <a href="https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion">MediaRegion</a>
|
|
2446
|
+
* parameter from the response.</p>
|
|
2447
|
+
* <p>For more information about opt-in Regions, refer to <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html">Available Regions</a> in the
|
|
2448
|
+
* <i>Amazon Chime SDK Developer Guide</i>, and
|
|
2449
|
+
* <a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html">Specify which AWS Regions your account can use</a>,
|
|
2450
|
+
* in the <i>AWS Account Management Reference Guide</i>.</p>
|
|
2451
|
+
* </note>
|
|
2429
2452
|
* @public
|
|
2430
2453
|
*/
|
|
2431
2454
|
export interface KinesisVideoStreamConfiguration {
|
|
@@ -2445,12 +2468,12 @@ export interface KinesisVideoStreamConfiguration {
|
|
|
2445
2468
|
*/
|
|
2446
2469
|
export interface CreateMediaPipelineKinesisVideoStreamPoolRequest {
|
|
2447
2470
|
/**
|
|
2448
|
-
* <p>The configuration settings for the
|
|
2471
|
+
* <p>The configuration settings for the stream.</p>
|
|
2449
2472
|
* @public
|
|
2450
2473
|
*/
|
|
2451
2474
|
StreamConfiguration: KinesisVideoStreamConfiguration | undefined;
|
|
2452
2475
|
/**
|
|
2453
|
-
* <p>The name of the
|
|
2476
|
+
* <p>The name of the pool.</p>
|
|
2454
2477
|
* @public
|
|
2455
2478
|
*/
|
|
2456
2479
|
PoolName: string | undefined;
|
|
@@ -2460,7 +2483,7 @@ export interface CreateMediaPipelineKinesisVideoStreamPoolRequest {
|
|
|
2460
2483
|
*/
|
|
2461
2484
|
ClientRequestToken?: string;
|
|
2462
2485
|
/**
|
|
2463
|
-
* <p>The tags assigned to the
|
|
2486
|
+
* <p>The tags assigned to the stream pool.</p>
|
|
2464
2487
|
* @public
|
|
2465
2488
|
*/
|
|
2466
2489
|
Tags?: Tag[];
|
|
@@ -2531,7 +2554,10 @@ export interface KinesisVideoStreamPoolConfiguration {
|
|
|
2531
2554
|
*/
|
|
2532
2555
|
export interface CreateMediaPipelineKinesisVideoStreamPoolResponse {
|
|
2533
2556
|
/**
|
|
2534
|
-
* <p>The configuration for the
|
|
2557
|
+
* <p>The configuration for applying the streams to the pool.</p>
|
|
2558
|
+
* <note>
|
|
2559
|
+
* <p></p>
|
|
2560
|
+
* </note>
|
|
2535
2561
|
* @public
|
|
2536
2562
|
*/
|
|
2537
2563
|
KinesisVideoStreamPoolConfiguration?: KinesisVideoStreamPoolConfiguration;
|
|
@@ -2565,7 +2591,7 @@ export type MediaStreamPipelineSinkType = (typeof MediaStreamPipelineSinkType)[k
|
|
|
2565
2591
|
*/
|
|
2566
2592
|
export interface MediaStreamSink {
|
|
2567
2593
|
/**
|
|
2568
|
-
* <p>The ARN of the
|
|
2594
|
+
* <p>The ARN of the Kinesis Video Stream pool returned by the <a>CreateMediaPipelineKinesisVideoStreamPool</a> API.</p>
|
|
2569
2595
|
* @public
|
|
2570
2596
|
*/
|
|
2571
2597
|
SinkArn: string | undefined;
|
|
@@ -2596,7 +2622,7 @@ export interface MediaStreamSource {
|
|
|
2596
2622
|
*/
|
|
2597
2623
|
SourceType: MediaPipelineSourceType | undefined;
|
|
2598
2624
|
/**
|
|
2599
|
-
* <p>The ARN of the
|
|
2625
|
+
* <p>The ARN of the meeting.</p>
|
|
2600
2626
|
* @public
|
|
2601
2627
|
*/
|
|
2602
2628
|
SourceArn: string | undefined;
|
|
@@ -2712,7 +2738,7 @@ export interface DeleteMediaPipelineRequest {
|
|
|
2712
2738
|
*/
|
|
2713
2739
|
export interface DeleteMediaPipelineKinesisVideoStreamPoolRequest {
|
|
2714
2740
|
/**
|
|
2715
|
-
* <p>The
|
|
2741
|
+
* <p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>
|
|
2716
2742
|
* @public
|
|
2717
2743
|
*/
|
|
2718
2744
|
Identifier: string | undefined;
|
|
@@ -2813,7 +2839,7 @@ export interface GetMediaPipelineResponse {
|
|
|
2813
2839
|
*/
|
|
2814
2840
|
export interface GetMediaPipelineKinesisVideoStreamPoolRequest {
|
|
2815
2841
|
/**
|
|
2816
|
-
* <p>The
|
|
2842
|
+
* <p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>
|
|
2817
2843
|
* @public
|
|
2818
2844
|
*/
|
|
2819
2845
|
Identifier: string | undefined;
|
|
@@ -3413,7 +3439,7 @@ export interface KinesisVideoStreamConfigurationUpdate {
|
|
|
3413
3439
|
*/
|
|
3414
3440
|
export interface UpdateMediaPipelineKinesisVideoStreamPoolRequest {
|
|
3415
3441
|
/**
|
|
3416
|
-
* <p>The
|
|
3442
|
+
* <p>The unique identifier of the requested resource. Valid values include the name and ARN of the media pipeline Kinesis Video Stream pool.</p>
|
|
3417
3443
|
* @public
|
|
3418
3444
|
*/
|
|
3419
3445
|
Identifier: string | undefined;
|
|
@@ -83,6 +83,7 @@ export interface AmazonTranscribeProcessorConfiguration {
|
|
|
83
83
|
LanguageModelName?: string;
|
|
84
84
|
FilterPartialResults?: boolean;
|
|
85
85
|
IdentifyLanguage?: boolean;
|
|
86
|
+
IdentifyMultipleLanguages?: boolean;
|
|
86
87
|
LanguageOptions?: string;
|
|
87
88
|
PreferredLanguage?: CallAnalyticsLanguageCode;
|
|
88
89
|
VocabularyNames?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-media-pipelines",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.609.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-media-pipelines",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.2.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.0
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.
|
|
48
|
-
"@smithy/protocol-http": "^4.0.
|
|
49
|
-
"@smithy/smithy-client": "^3.1.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.609.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.609.0",
|
|
25
|
+
"@aws-sdk/core": "3.609.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.609.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.609.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.609.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.609.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.609.0",
|
|
32
|
+
"@aws-sdk/types": "3.609.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.609.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.609.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.4",
|
|
37
|
+
"@smithy/core": "^2.2.4",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.0",
|
|
39
|
+
"@smithy/hash-node": "^3.0.3",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.3",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.3",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.0.4",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.7",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.3",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.3",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.3",
|
|
47
|
+
"@smithy/node-http-handler": "^3.1.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.0.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.1.5",
|
|
50
|
+
"@smithy/types": "^3.3.0",
|
|
51
|
+
"@smithy/url-parser": "^3.0.3",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.0.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.7",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.7",
|
|
57
|
+
"@smithy/util-endpoints": "^2.0.4",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.3",
|
|
59
|
+
"@smithy/util-retry": "^3.0.3",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|