@aws-sdk/client-mediaconvert 3.98.0 → 3.105.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 +27 -0
- package/dist-cjs/MediaConvertClient.js +2 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/MediaConvertClient.js +2 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/models/models_0.d.ts +6 -18
- package/dist-types/models/models_1.d.ts +6 -18
- package/dist-types/models/models_2.d.ts +2 -6
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/models/models_1.d.ts +6 -18
- package/dist-types/ts3.4/models/models_2.d.ts +2 -6
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** support recursion detection in Lambda ([#3654](https://github.com/aws/aws-sdk-js-v3/issues/3654)) ([ecfe46e](https://github.com/aws/aws-sdk-js-v3/commit/ecfe46ea1fd8b6e3812b75b3dc6c03554fb4b3fa))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.100.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.99.0...v3.100.0) (2022-05-26)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-mediaconvert
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.99.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.98.0...v3.99.0) (2022-05-25)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-mediaconvert
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.98.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.97.0...v3.98.0) (2022-05-24)
|
|
7
34
|
|
|
8
35
|
|
|
@@ -5,6 +5,7 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
7
7
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
8
|
+
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
8
9
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
9
10
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
10
11
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
@@ -25,6 +26,7 @@ class MediaConvertClient extends smithy_client_1.Client {
|
|
|
25
26
|
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
26
27
|
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
27
28
|
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
29
|
+
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
28
30
|
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
29
31
|
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
30
32
|
}
|
|
@@ -17,8 +17,10 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
20
|
+
const smithy_client_2 = require("@aws-sdk/smithy-client");
|
|
20
21
|
const getRuntimeConfig = (config) => {
|
|
21
22
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
23
|
+
(0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
24
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
25
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
26
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -3,6 +3,7 @@ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-re
|
|
|
3
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
5
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
|
+
import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
|
|
6
7
|
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
9
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
@@ -25,6 +26,7 @@ var MediaConvertClient = (function (_super) {
|
|
|
25
26
|
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
26
27
|
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
27
28
|
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
|
|
28
30
|
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
29
31
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
30
32
|
return _this;
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -14,8 +14,10 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
16
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
17
18
|
export var getRuntimeConfig = function (config) {
|
|
18
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
19
21
|
var defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
22
|
var defaultConfigProvider = function () { return defaultsMode().then(loadConfigsForDefaultMode); };
|
|
21
23
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
@@ -2709,21 +2709,15 @@ export interface Input {
|
|
|
2709
2709
|
/**
|
|
2710
2710
|
* Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
|
|
2711
2711
|
*/
|
|
2712
|
-
AudioSelectorGroups?:
|
|
2713
|
-
[key: string]: AudioSelectorGroup;
|
|
2714
|
-
};
|
|
2712
|
+
AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
|
|
2715
2713
|
/**
|
|
2716
2714
|
* Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in your outputs. You can use multiple Audio selectors per input.
|
|
2717
2715
|
*/
|
|
2718
|
-
AudioSelectors?:
|
|
2719
|
-
[key: string]: AudioSelector;
|
|
2720
|
-
};
|
|
2716
|
+
AudioSelectors?: Record<string, AudioSelector>;
|
|
2721
2717
|
/**
|
|
2722
2718
|
* Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to 20 captions selectors per input.
|
|
2723
2719
|
*/
|
|
2724
|
-
CaptionSelectors?:
|
|
2725
|
-
[key: string]: CaptionSelector;
|
|
2726
|
-
};
|
|
2720
|
+
CaptionSelectors?: Record<string, CaptionSelector>;
|
|
2727
2721
|
/**
|
|
2728
2722
|
* Use Cropping selection (crop) to specify the video area that the service will include in the output video frame. If you specify a value here, it will override any value that you specify in the output setting Cropping selection (crop).
|
|
2729
2723
|
*/
|
|
@@ -2814,21 +2808,15 @@ export interface InputTemplate {
|
|
|
2814
2808
|
/**
|
|
2815
2809
|
* Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
|
|
2816
2810
|
*/
|
|
2817
|
-
AudioSelectorGroups?:
|
|
2818
|
-
[key: string]: AudioSelectorGroup;
|
|
2819
|
-
};
|
|
2811
|
+
AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
|
|
2820
2812
|
/**
|
|
2821
2813
|
* Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in your outputs. You can use multiple Audio selectors per input.
|
|
2822
2814
|
*/
|
|
2823
|
-
AudioSelectors?:
|
|
2824
|
-
[key: string]: AudioSelector;
|
|
2825
|
-
};
|
|
2815
|
+
AudioSelectors?: Record<string, AudioSelector>;
|
|
2826
2816
|
/**
|
|
2827
2817
|
* Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to 20 captions selectors per input.
|
|
2828
2818
|
*/
|
|
2829
|
-
CaptionSelectors?:
|
|
2830
|
-
[key: string]: CaptionSelector;
|
|
2831
|
-
};
|
|
2819
|
+
CaptionSelectors?: Record<string, CaptionSelector>;
|
|
2832
2820
|
/**
|
|
2833
2821
|
* Use Cropping selection (crop) to specify the video area that the service will include in the output video frame. If you specify a value here, it will override any value that you specify in the output setting Cropping selection (crop).
|
|
2834
2822
|
*/
|
|
@@ -3357,9 +3357,7 @@ export interface Job {
|
|
|
3357
3357
|
/**
|
|
3358
3358
|
* User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs.
|
|
3359
3359
|
*/
|
|
3360
|
-
UserMetadata?:
|
|
3361
|
-
[key: string]: string;
|
|
3362
|
-
};
|
|
3360
|
+
UserMetadata?: Record<string, string>;
|
|
3363
3361
|
}
|
|
3364
3362
|
export declare namespace Job {
|
|
3365
3363
|
/**
|
|
@@ -3832,15 +3830,11 @@ export interface CreateJobRequest {
|
|
|
3832
3830
|
/**
|
|
3833
3831
|
* Optional. The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key. Use standard AWS tags on your job for automatic integration with AWS services and for custom integrations and workflows.
|
|
3834
3832
|
*/
|
|
3835
|
-
Tags?:
|
|
3836
|
-
[key: string]: string;
|
|
3837
|
-
};
|
|
3833
|
+
Tags?: Record<string, string>;
|
|
3838
3834
|
/**
|
|
3839
3835
|
* Optional. User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs. Use only for existing integrations or workflows that rely on job metadata tags. Otherwise, we recommend that you use standard AWS tags.
|
|
3840
3836
|
*/
|
|
3841
|
-
UserMetadata?:
|
|
3842
|
-
[key: string]: string;
|
|
3843
|
-
};
|
|
3837
|
+
UserMetadata?: Record<string, string>;
|
|
3844
3838
|
}
|
|
3845
3839
|
export declare namespace CreateJobRequest {
|
|
3846
3840
|
/**
|
|
@@ -3900,9 +3894,7 @@ export interface CreateJobTemplateRequest {
|
|
|
3900
3894
|
/**
|
|
3901
3895
|
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
3902
3896
|
*/
|
|
3903
|
-
Tags?:
|
|
3904
|
-
[key: string]: string;
|
|
3905
|
-
};
|
|
3897
|
+
Tags?: Record<string, string>;
|
|
3906
3898
|
}
|
|
3907
3899
|
export declare namespace CreateJobTemplateRequest {
|
|
3908
3900
|
/**
|
|
@@ -3942,9 +3934,7 @@ export interface CreatePresetRequest {
|
|
|
3942
3934
|
/**
|
|
3943
3935
|
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
3944
3936
|
*/
|
|
3945
|
-
Tags?:
|
|
3946
|
-
[key: string]: string;
|
|
3947
|
-
};
|
|
3937
|
+
Tags?: Record<string, string>;
|
|
3948
3938
|
}
|
|
3949
3939
|
export declare namespace CreatePresetRequest {
|
|
3950
3940
|
/**
|
|
@@ -4011,9 +4001,7 @@ export interface CreateQueueRequest {
|
|
|
4011
4001
|
/**
|
|
4012
4002
|
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
4013
4003
|
*/
|
|
4014
|
-
Tags?:
|
|
4015
|
-
[key: string]: string;
|
|
4016
|
-
};
|
|
4004
|
+
Tags?: Record<string, string>;
|
|
4017
4005
|
}
|
|
4018
4006
|
export declare namespace CreateQueueRequest {
|
|
4019
4007
|
/**
|
|
@@ -160,9 +160,7 @@ export interface ResourceTags {
|
|
|
160
160
|
/**
|
|
161
161
|
* The tags for the resource.
|
|
162
162
|
*/
|
|
163
|
-
Tags?:
|
|
164
|
-
[key: string]: string;
|
|
165
|
-
};
|
|
163
|
+
Tags?: Record<string, string>;
|
|
166
164
|
}
|
|
167
165
|
export declare namespace ResourceTags {
|
|
168
166
|
/**
|
|
@@ -214,9 +212,7 @@ export interface TagResourceRequest {
|
|
|
214
212
|
/**
|
|
215
213
|
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
216
214
|
*/
|
|
217
|
-
Tags:
|
|
218
|
-
[key: string]: string;
|
|
219
|
-
} | undefined;
|
|
215
|
+
Tags: Record<string, string> | undefined;
|
|
220
216
|
}
|
|
221
217
|
export declare namespace TagResourceRequest {
|
|
222
218
|
/**
|
|
@@ -1831,17 +1831,11 @@ export declare namespace VideoSelector {
|
|
|
1831
1831
|
|
|
1832
1832
|
export interface Input {
|
|
1833
1833
|
|
|
1834
|
-
AudioSelectorGroups?:
|
|
1835
|
-
[key: string]: AudioSelectorGroup;
|
|
1836
|
-
};
|
|
1834
|
+
AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
|
|
1837
1835
|
|
|
1838
|
-
AudioSelectors?:
|
|
1839
|
-
[key: string]: AudioSelector;
|
|
1840
|
-
};
|
|
1836
|
+
AudioSelectors?: Record<string, AudioSelector>;
|
|
1841
1837
|
|
|
1842
|
-
CaptionSelectors?:
|
|
1843
|
-
[key: string]: CaptionSelector;
|
|
1844
|
-
};
|
|
1838
|
+
CaptionSelectors?: Record<string, CaptionSelector>;
|
|
1845
1839
|
|
|
1846
1840
|
Crop?: Rectangle;
|
|
1847
1841
|
|
|
@@ -1888,17 +1882,11 @@ export declare namespace Input {
|
|
|
1888
1882
|
|
|
1889
1883
|
export interface InputTemplate {
|
|
1890
1884
|
|
|
1891
|
-
AudioSelectorGroups?:
|
|
1892
|
-
[key: string]: AudioSelectorGroup;
|
|
1893
|
-
};
|
|
1885
|
+
AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
|
|
1894
1886
|
|
|
1895
|
-
AudioSelectors?:
|
|
1896
|
-
[key: string]: AudioSelector;
|
|
1897
|
-
};
|
|
1887
|
+
AudioSelectors?: Record<string, AudioSelector>;
|
|
1898
1888
|
|
|
1899
|
-
CaptionSelectors?:
|
|
1900
|
-
[key: string]: CaptionSelector;
|
|
1901
|
-
};
|
|
1889
|
+
CaptionSelectors?: Record<string, CaptionSelector>;
|
|
1902
1890
|
|
|
1903
1891
|
Crop?: Rectangle;
|
|
1904
1892
|
|
|
@@ -2221,9 +2221,7 @@ export interface Job {
|
|
|
2221
2221
|
|
|
2222
2222
|
Timing?: Timing;
|
|
2223
2223
|
|
|
2224
|
-
UserMetadata?:
|
|
2225
|
-
[key: string]: string;
|
|
2226
|
-
};
|
|
2224
|
+
UserMetadata?: Record<string, string>;
|
|
2227
2225
|
}
|
|
2228
2226
|
export declare namespace Job {
|
|
2229
2227
|
|
|
@@ -2502,13 +2500,9 @@ export interface CreateJobRequest {
|
|
|
2502
2500
|
|
|
2503
2501
|
StatusUpdateInterval?: StatusUpdateInterval | string;
|
|
2504
2502
|
|
|
2505
|
-
Tags?:
|
|
2506
|
-
[key: string]: string;
|
|
2507
|
-
};
|
|
2503
|
+
Tags?: Record<string, string>;
|
|
2508
2504
|
|
|
2509
|
-
UserMetadata?:
|
|
2510
|
-
[key: string]: string;
|
|
2511
|
-
};
|
|
2505
|
+
UserMetadata?: Record<string, string>;
|
|
2512
2506
|
}
|
|
2513
2507
|
export declare namespace CreateJobRequest {
|
|
2514
2508
|
|
|
@@ -2542,9 +2536,7 @@ export interface CreateJobTemplateRequest {
|
|
|
2542
2536
|
|
|
2543
2537
|
StatusUpdateInterval?: StatusUpdateInterval | string;
|
|
2544
2538
|
|
|
2545
|
-
Tags?:
|
|
2546
|
-
[key: string]: string;
|
|
2547
|
-
};
|
|
2539
|
+
Tags?: Record<string, string>;
|
|
2548
2540
|
}
|
|
2549
2541
|
export declare namespace CreateJobTemplateRequest {
|
|
2550
2542
|
|
|
@@ -2568,9 +2560,7 @@ export interface CreatePresetRequest {
|
|
|
2568
2560
|
|
|
2569
2561
|
Settings: PresetSettings | undefined;
|
|
2570
2562
|
|
|
2571
|
-
Tags?:
|
|
2572
|
-
[key: string]: string;
|
|
2573
|
-
};
|
|
2563
|
+
Tags?: Record<string, string>;
|
|
2574
2564
|
}
|
|
2575
2565
|
export declare namespace CreatePresetRequest {
|
|
2576
2566
|
|
|
@@ -2609,9 +2599,7 @@ export interface CreateQueueRequest {
|
|
|
2609
2599
|
|
|
2610
2600
|
Status?: QueueStatus | string;
|
|
2611
2601
|
|
|
2612
|
-
Tags?:
|
|
2613
|
-
[key: string]: string;
|
|
2614
|
-
};
|
|
2602
|
+
Tags?: Record<string, string>;
|
|
2615
2603
|
}
|
|
2616
2604
|
export declare namespace CreateQueueRequest {
|
|
2617
2605
|
|
|
@@ -98,9 +98,7 @@ export interface ResourceTags {
|
|
|
98
98
|
|
|
99
99
|
Arn?: string;
|
|
100
100
|
|
|
101
|
-
Tags?:
|
|
102
|
-
[key: string]: string;
|
|
103
|
-
};
|
|
101
|
+
Tags?: Record<string, string>;
|
|
104
102
|
}
|
|
105
103
|
export declare namespace ResourceTags {
|
|
106
104
|
|
|
@@ -134,9 +132,7 @@ export interface TagResourceRequest {
|
|
|
134
132
|
|
|
135
133
|
Arn: string | undefined;
|
|
136
134
|
|
|
137
|
-
Tags:
|
|
138
|
-
[key: string]: string;
|
|
139
|
-
} | undefined;
|
|
135
|
+
Tags: Record<string, string> | undefined;
|
|
140
136
|
}
|
|
141
137
|
export declare namespace TagResourceRequest {
|
|
142
138
|
|
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.105.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",
|
|
@@ -18,15 +18,16 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.105.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.105.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.78.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.78.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.78.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.105.0",
|
|
30
31
|
"@aws-sdk/middleware-retry": "3.80.0",
|
|
31
32
|
"@aws-sdk/middleware-serde": "3.78.0",
|
|
32
33
|
"@aws-sdk/middleware-signing": "3.78.0",
|
|
@@ -35,15 +36,15 @@
|
|
|
35
36
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
37
|
"@aws-sdk/node-http-handler": "3.94.0",
|
|
37
38
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.99.0",
|
|
39
40
|
"@aws-sdk/types": "3.78.0",
|
|
40
41
|
"@aws-sdk/url-parser": "3.78.0",
|
|
41
42
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.99.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.99.0",
|
|
47
48
|
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
49
|
"@aws-sdk/util-user-agent-node": "3.80.0",
|
|
49
50
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|