@aws-sdk/client-mediapackage-vod 3.37.0 → 3.38.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/CHANGELOG.md +13 -0
- package/dist-cjs/commands/index.js +20 -0
- package/dist-cjs/index.js +4 -23
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/index.js +4 -23
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -2
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/index.d.ts +4 -23
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/index.d.ts +4 -23
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
* **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
20
|
|
|
8
21
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./ConfigureLogsCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateAssetCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreatePackagingConfigurationCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreatePackagingGroupCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DeleteAssetCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DeletePackagingConfigurationCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DeletePackagingGroupCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DescribeAssetCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./DescribePackagingConfigurationCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./DescribePackagingGroupCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListAssetsCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListPackagingConfigurationsCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListPackagingGroupsCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./UpdatePackagingGroupCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,27 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./MediaPackageVodClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./MediaPackageVod"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/DeleteAssetCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DeletePackagingConfigurationCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DeletePackagingGroupCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DescribeAssetCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DescribePackagingConfigurationCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DescribePackagingGroupCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/ListAssetsCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./pagination/ListAssetsPaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/ListPackagingConfigurationsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./pagination/ListPackagingConfigurationsPaginator"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/ListPackagingGroupsCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./pagination/ListPackagingGroupsPaginator"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/UpdatePackagingGroupCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./MediaPackageVodClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListAssetsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListPackagingConfigurationsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListPackagingGroupsPaginator"), exports);
|
|
@@ -2276,6 +2276,8 @@ const serializeAws_restJson1HlsPackage = (input, context) => {
|
|
|
2276
2276
|
input.HlsManifests !== null && {
|
|
2277
2277
|
hlsManifests: serializeAws_restJson1__listOfHlsManifest(input.HlsManifests, context),
|
|
2278
2278
|
}),
|
|
2279
|
+
...(input.IncludeDvbSubtitles !== undefined &&
|
|
2280
|
+
input.IncludeDvbSubtitles !== null && { includeDvbSubtitles: input.IncludeDvbSubtitles }),
|
|
2279
2281
|
...(input.SegmentDurationSeconds !== undefined &&
|
|
2280
2282
|
input.SegmentDurationSeconds !== null && { segmentDurationSeconds: input.SegmentDurationSeconds }),
|
|
2281
2283
|
...(input.UseAudioRenditionGroup !== undefined &&
|
|
@@ -2555,6 +2557,7 @@ const deserializeAws_restJson1HlsPackage = (output, context) => {
|
|
|
2555
2557
|
HlsManifests: output.hlsManifests !== undefined && output.hlsManifests !== null
|
|
2556
2558
|
? deserializeAws_restJson1__listOfHlsManifest(output.hlsManifests, context)
|
|
2557
2559
|
: undefined,
|
|
2560
|
+
IncludeDvbSubtitles: smithy_client_1.expectBoolean(output.includeDvbSubtitles),
|
|
2558
2561
|
SegmentDurationSeconds: smithy_client_1.expectInt32(output.segmentDurationSeconds),
|
|
2559
2562
|
UseAudioRenditionGroup: smithy_client_1.expectBoolean(output.useAudioRenditionGroup),
|
|
2560
2563
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from "./ConfigureLogsCommand";
|
|
2
|
+
export * from "./CreateAssetCommand";
|
|
3
|
+
export * from "./CreatePackagingConfigurationCommand";
|
|
4
|
+
export * from "./CreatePackagingGroupCommand";
|
|
5
|
+
export * from "./DeleteAssetCommand";
|
|
6
|
+
export * from "./DeletePackagingConfigurationCommand";
|
|
7
|
+
export * from "./DeletePackagingGroupCommand";
|
|
8
|
+
export * from "./DescribeAssetCommand";
|
|
9
|
+
export * from "./DescribePackagingConfigurationCommand";
|
|
10
|
+
export * from "./DescribePackagingGroupCommand";
|
|
11
|
+
export * from "./ListAssetsCommand";
|
|
12
|
+
export * from "./ListPackagingConfigurationsCommand";
|
|
13
|
+
export * from "./ListPackagingGroupsCommand";
|
|
14
|
+
export * from "./ListTagsForResourceCommand";
|
|
15
|
+
export * from "./TagResourceCommand";
|
|
16
|
+
export * from "./UntagResourceCommand";
|
|
17
|
+
export * from "./UpdatePackagingGroupCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
export * from "./MediaPackageVodClient";
|
|
2
1
|
export * from "./MediaPackageVod";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteAssetCommand";
|
|
8
|
-
export * from "./commands/DeletePackagingConfigurationCommand";
|
|
9
|
-
export * from "./commands/DeletePackagingGroupCommand";
|
|
10
|
-
export * from "./commands/DescribeAssetCommand";
|
|
11
|
-
export * from "./commands/DescribePackagingConfigurationCommand";
|
|
12
|
-
export * from "./commands/DescribePackagingGroupCommand";
|
|
13
|
-
export * from "./commands/ListAssetsCommand";
|
|
14
|
-
export * from "./pagination/ListAssetsPaginator";
|
|
15
|
-
export * from "./commands/ListPackagingConfigurationsCommand";
|
|
16
|
-
export * from "./pagination/ListPackagingConfigurationsPaginator";
|
|
17
|
-
export * from "./commands/ListPackagingGroupsCommand";
|
|
18
|
-
export * from "./pagination/ListPackagingGroupsPaginator";
|
|
19
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
20
|
-
export * from "./commands/TagResourceCommand";
|
|
21
|
-
export * from "./commands/UntagResourceCommand";
|
|
22
|
-
export * from "./commands/UpdatePackagingGroupCommand";
|
|
23
|
-
export * from "./pagination/Interfaces";
|
|
24
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./MediaPackageVodClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -2507,11 +2507,12 @@ var serializeAws_restJson1HlsManifest = function (input, context) {
|
|
|
2507
2507
|
}));
|
|
2508
2508
|
};
|
|
2509
2509
|
var serializeAws_restJson1HlsPackage = function (input, context) {
|
|
2510
|
-
return __assign(__assign(__assign(__assign({}, (input.Encryption !== undefined &&
|
|
2510
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.Encryption !== undefined &&
|
|
2511
2511
|
input.Encryption !== null && { encryption: serializeAws_restJson1HlsEncryption(input.Encryption, context) })), (input.HlsManifests !== undefined &&
|
|
2512
2512
|
input.HlsManifests !== null && {
|
|
2513
2513
|
hlsManifests: serializeAws_restJson1__listOfHlsManifest(input.HlsManifests, context),
|
|
2514
|
-
})), (input.
|
|
2514
|
+
})), (input.IncludeDvbSubtitles !== undefined &&
|
|
2515
|
+
input.IncludeDvbSubtitles !== null && { includeDvbSubtitles: input.IncludeDvbSubtitles })), (input.SegmentDurationSeconds !== undefined &&
|
|
2515
2516
|
input.SegmentDurationSeconds !== null && { segmentDurationSeconds: input.SegmentDurationSeconds })), (input.UseAudioRenditionGroup !== undefined &&
|
|
2516
2517
|
input.UseAudioRenditionGroup !== null && { useAudioRenditionGroup: input.UseAudioRenditionGroup }));
|
|
2517
2518
|
};
|
|
@@ -2769,6 +2770,7 @@ var deserializeAws_restJson1HlsPackage = function (output, context) {
|
|
|
2769
2770
|
HlsManifests: output.hlsManifests !== undefined && output.hlsManifests !== null
|
|
2770
2771
|
? deserializeAws_restJson1__listOfHlsManifest(output.hlsManifests, context)
|
|
2771
2772
|
: undefined,
|
|
2773
|
+
IncludeDvbSubtitles: __expectBoolean(output.includeDvbSubtitles),
|
|
2772
2774
|
SegmentDurationSeconds: __expectInt32(output.segmentDurationSeconds),
|
|
2773
2775
|
UseAudioRenditionGroup: __expectBoolean(output.useAudioRenditionGroup),
|
|
2774
2776
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from "./ConfigureLogsCommand";
|
|
2
|
+
export * from "./CreateAssetCommand";
|
|
3
|
+
export * from "./CreatePackagingConfigurationCommand";
|
|
4
|
+
export * from "./CreatePackagingGroupCommand";
|
|
5
|
+
export * from "./DeleteAssetCommand";
|
|
6
|
+
export * from "./DeletePackagingConfigurationCommand";
|
|
7
|
+
export * from "./DeletePackagingGroupCommand";
|
|
8
|
+
export * from "./DescribeAssetCommand";
|
|
9
|
+
export * from "./DescribePackagingConfigurationCommand";
|
|
10
|
+
export * from "./DescribePackagingGroupCommand";
|
|
11
|
+
export * from "./ListAssetsCommand";
|
|
12
|
+
export * from "./ListPackagingConfigurationsCommand";
|
|
13
|
+
export * from "./ListPackagingGroupsCommand";
|
|
14
|
+
export * from "./ListTagsForResourceCommand";
|
|
15
|
+
export * from "./TagResourceCommand";
|
|
16
|
+
export * from "./UntagResourceCommand";
|
|
17
|
+
export * from "./UpdatePackagingGroupCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
export * from "./MediaPackageVodClient";
|
|
2
1
|
export * from "./MediaPackageVod";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteAssetCommand";
|
|
8
|
-
export * from "./commands/DeletePackagingConfigurationCommand";
|
|
9
|
-
export * from "./commands/DeletePackagingGroupCommand";
|
|
10
|
-
export * from "./commands/DescribeAssetCommand";
|
|
11
|
-
export * from "./commands/DescribePackagingConfigurationCommand";
|
|
12
|
-
export * from "./commands/DescribePackagingGroupCommand";
|
|
13
|
-
export * from "./commands/ListAssetsCommand";
|
|
14
|
-
export * from "./pagination/ListAssetsPaginator";
|
|
15
|
-
export * from "./commands/ListPackagingConfigurationsCommand";
|
|
16
|
-
export * from "./pagination/ListPackagingConfigurationsPaginator";
|
|
17
|
-
export * from "./commands/ListPackagingGroupsCommand";
|
|
18
|
-
export * from "./pagination/ListPackagingGroupsPaginator";
|
|
19
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
20
|
-
export * from "./commands/TagResourceCommand";
|
|
21
|
-
export * from "./commands/UntagResourceCommand";
|
|
22
|
-
export * from "./commands/UpdatePackagingGroupCommand";
|
|
23
|
-
export * from "./pagination/Interfaces";
|
|
24
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./MediaPackageVodClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -379,6 +379,10 @@ export interface HlsPackage {
|
|
|
379
379
|
* A list of HLS manifest configurations.
|
|
380
380
|
*/
|
|
381
381
|
HlsManifests: HlsManifest[] | undefined;
|
|
382
|
+
/**
|
|
383
|
+
* When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
|
384
|
+
*/
|
|
385
|
+
IncludeDvbSubtitles?: boolean;
|
|
382
386
|
/**
|
|
383
387
|
* Duration (in seconds) of each fragment. Actual fragments will be
|
|
384
388
|
* rounded to the nearest multiple of the source fragment duration.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from "./ConfigureLogsCommand";
|
|
2
|
+
export * from "./CreateAssetCommand";
|
|
3
|
+
export * from "./CreatePackagingConfigurationCommand";
|
|
4
|
+
export * from "./CreatePackagingGroupCommand";
|
|
5
|
+
export * from "./DeleteAssetCommand";
|
|
6
|
+
export * from "./DeletePackagingConfigurationCommand";
|
|
7
|
+
export * from "./DeletePackagingGroupCommand";
|
|
8
|
+
export * from "./DescribeAssetCommand";
|
|
9
|
+
export * from "./DescribePackagingConfigurationCommand";
|
|
10
|
+
export * from "./DescribePackagingGroupCommand";
|
|
11
|
+
export * from "./ListAssetsCommand";
|
|
12
|
+
export * from "./ListPackagingConfigurationsCommand";
|
|
13
|
+
export * from "./ListPackagingGroupsCommand";
|
|
14
|
+
export * from "./ListTagsForResourceCommand";
|
|
15
|
+
export * from "./TagResourceCommand";
|
|
16
|
+
export * from "./UntagResourceCommand";
|
|
17
|
+
export * from "./UpdatePackagingGroupCommand";
|
|
@@ -1,24 +1,5 @@
|
|
|
1
|
-
export * from "./MediaPackageVodClient";
|
|
2
1
|
export * from "./MediaPackageVod";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteAssetCommand";
|
|
8
|
-
export * from "./commands/DeletePackagingConfigurationCommand";
|
|
9
|
-
export * from "./commands/DeletePackagingGroupCommand";
|
|
10
|
-
export * from "./commands/DescribeAssetCommand";
|
|
11
|
-
export * from "./commands/DescribePackagingConfigurationCommand";
|
|
12
|
-
export * from "./commands/DescribePackagingGroupCommand";
|
|
13
|
-
export * from "./commands/ListAssetsCommand";
|
|
14
|
-
export * from "./pagination/ListAssetsPaginator";
|
|
15
|
-
export * from "./commands/ListPackagingConfigurationsCommand";
|
|
16
|
-
export * from "./pagination/ListPackagingConfigurationsPaginator";
|
|
17
|
-
export * from "./commands/ListPackagingGroupsCommand";
|
|
18
|
-
export * from "./pagination/ListPackagingGroupsPaginator";
|
|
19
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
20
|
-
export * from "./commands/TagResourceCommand";
|
|
21
|
-
export * from "./commands/UntagResourceCommand";
|
|
22
|
-
export * from "./commands/UpdatePackagingGroupCommand";
|
|
23
|
-
export * from "./pagination/Interfaces";
|
|
24
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./MediaPackageVodClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackage-vod",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackage Vod Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.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-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|