@aws-sdk/client-mediaconvert 3.335.0 → 3.338.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/MediaConvertClient.js +2 -1
- package/dist-cjs/commands/AssociateCertificateCommand.js +2 -1
- package/dist-cjs/commands/CancelJobCommand.js +2 -1
- package/dist-cjs/commands/CreateJobCommand.js +2 -1
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/CreatePresetCommand.js +2 -1
- package/dist-cjs/commands/CreateQueueCommand.js +2 -1
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -1
- package/dist-cjs/commands/DeletePresetCommand.js +2 -1
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -1
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -1
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -1
- package/dist-cjs/commands/GetJobCommand.js +2 -1
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/GetPolicyCommand.js +2 -1
- package/dist-cjs/commands/GetPresetCommand.js +2 -1
- package/dist-cjs/commands/GetQueueCommand.js +2 -1
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -1
- package/dist-cjs/commands/ListJobsCommand.js +2 -1
- package/dist-cjs/commands/ListPresetsCommand.js +2 -1
- package/dist-cjs/commands/ListQueuesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutPolicyCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -1
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -1
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/MediaConvertServiceException.js +2 -1
- package/dist-es/MediaConvertClient.js +1 -0
- package/dist-es/commands/AssociateCertificateCommand.js +1 -0
- package/dist-es/commands/CancelJobCommand.js +1 -0
- package/dist-es/commands/CreateJobCommand.js +1 -0
- package/dist-es/commands/CreateJobTemplateCommand.js +1 -0
- package/dist-es/commands/CreatePresetCommand.js +1 -0
- package/dist-es/commands/CreateQueueCommand.js +1 -0
- package/dist-es/commands/DeleteJobTemplateCommand.js +1 -0
- package/dist-es/commands/DeletePolicyCommand.js +1 -0
- package/dist-es/commands/DeletePresetCommand.js +1 -0
- package/dist-es/commands/DeleteQueueCommand.js +1 -0
- package/dist-es/commands/DescribeEndpointsCommand.js +1 -0
- package/dist-es/commands/DisassociateCertificateCommand.js +1 -0
- package/dist-es/commands/GetJobCommand.js +1 -0
- package/dist-es/commands/GetJobTemplateCommand.js +1 -0
- package/dist-es/commands/GetPolicyCommand.js +1 -0
- package/dist-es/commands/GetPresetCommand.js +1 -0
- package/dist-es/commands/GetQueueCommand.js +1 -0
- package/dist-es/commands/ListJobTemplatesCommand.js +1 -0
- package/dist-es/commands/ListJobsCommand.js +1 -0
- package/dist-es/commands/ListPresetsCommand.js +1 -0
- package/dist-es/commands/ListQueuesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutPolicyCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateJobTemplateCommand.js +1 -0
- package/dist-es/commands/UpdatePresetCommand.js +1 -0
- package/dist-es/commands/UpdateQueueCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/MediaConvertServiceException.js +1 -0
- package/dist-types/MediaConvertClient.d.ts +3 -3
- package/dist-types/commands/AssociateCertificateCommand.d.ts +4 -0
- package/dist-types/commands/CancelJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +4 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +4 -0
- package/dist-types/commands/GetJobCommand.d.ts +4 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetPresetCommand.d.ts +4 -0
- package/dist-types/commands/GetQueueCommand.d.ts +4 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +4 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -2
- package/dist-types/models/MediaConvertServiceException.d.ts +1 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/MediaConvertServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { GetJobRequest, GetJobResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
16
17
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
17
18
|
export declare class GetJobCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetJobTemplateRequest,
|
|
16
16
|
GetJobTemplateResponse,
|
|
17
17
|
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetJobTemplateCommandInput extends GetJobTemplateRequest {}
|
|
19
20
|
export interface GetJobTemplateCommandOutput
|
|
20
21
|
extends GetJobTemplateResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
16
17
|
export interface GetPolicyCommandOutput
|
|
17
18
|
extends GetPolicyResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { GetPresetRequest, GetPresetResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetPresetCommandInput extends GetPresetRequest {}
|
|
16
17
|
export interface GetPresetCommandOutput
|
|
17
18
|
extends GetPresetResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { GetQueueRequest, GetQueueResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetQueueCommandInput extends GetQueueRequest {}
|
|
16
17
|
export interface GetQueueCommandOutput
|
|
17
18
|
extends GetQueueResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListJobTemplatesRequest,
|
|
16
16
|
ListJobTemplatesResponse,
|
|
17
17
|
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {}
|
|
19
20
|
export interface ListJobTemplatesCommandOutput
|
|
20
21
|
extends ListJobTemplatesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListJobsCommandInput extends ListJobsRequest {}
|
|
16
17
|
export interface ListJobsCommandOutput
|
|
17
18
|
extends ListJobsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { ListPresetsRequest, ListPresetsResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListPresetsCommandInput extends ListPresetsRequest {}
|
|
16
17
|
export interface ListPresetsCommandOutput
|
|
17
18
|
extends ListPresetsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListQueuesCommandInput extends ListQueuesRequest {}
|
|
16
17
|
export interface ListQueuesCommandOutput
|
|
17
18
|
extends ListQueuesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { PutPolicyRequest, PutPolicyResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PutPolicyCommandInput extends PutPolicyRequest {}
|
|
16
17
|
export interface PutPolicyCommandOutput
|
|
17
18
|
extends PutPolicyResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateJobTemplateRequest,
|
|
16
16
|
UpdateJobTemplateResponse,
|
|
17
17
|
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateJobTemplateCommandInput
|
|
19
20
|
extends UpdateJobTemplateRequest {}
|
|
20
21
|
export interface UpdateJobTemplateCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { UpdatePresetRequest, UpdatePresetResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdatePresetCommandInput extends UpdatePresetRequest {}
|
|
16
17
|
export interface UpdatePresetCommandOutput
|
|
17
18
|
extends UpdatePresetResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
14
|
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateQueueCommandInput extends UpdateQueueRequest {}
|
|
16
17
|
export interface UpdateQueueCommandOutput
|
|
17
18
|
extends UpdateQueueResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./MediaConvert";
|
|
2
1
|
export * from "./MediaConvertClient";
|
|
2
|
+
export * from "./MediaConvert";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { MediaConvertServiceException } from "./models/MediaConvertServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class MediaConvertServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconvert",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.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,36 +21,36 @@
|
|
|
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/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|