@aws-sdk/client-mediaconvert 3.211.0 → 3.212.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.
|
@@ -2283,10 +2283,8 @@ const serializeAws_restJson1__mapOf__string = (input, context) => {
|
|
|
2283
2283
|
if (value === null) {
|
|
2284
2284
|
return acc;
|
|
2285
2285
|
}
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
[key]: value,
|
|
2289
|
-
};
|
|
2286
|
+
acc[key] = value;
|
|
2287
|
+
return acc;
|
|
2290
2288
|
}, {});
|
|
2291
2289
|
};
|
|
2292
2290
|
const serializeAws_restJson1__mapOfAudioSelector = (input, context) => {
|
|
@@ -2294,10 +2292,8 @@ const serializeAws_restJson1__mapOfAudioSelector = (input, context) => {
|
|
|
2294
2292
|
if (value === null) {
|
|
2295
2293
|
return acc;
|
|
2296
2294
|
}
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
[key]: serializeAws_restJson1AudioSelector(value, context),
|
|
2300
|
-
};
|
|
2295
|
+
acc[key] = serializeAws_restJson1AudioSelector(value, context);
|
|
2296
|
+
return acc;
|
|
2301
2297
|
}, {});
|
|
2302
2298
|
};
|
|
2303
2299
|
const serializeAws_restJson1__mapOfAudioSelectorGroup = (input, context) => {
|
|
@@ -2305,10 +2301,8 @@ const serializeAws_restJson1__mapOfAudioSelectorGroup = (input, context) => {
|
|
|
2305
2301
|
if (value === null) {
|
|
2306
2302
|
return acc;
|
|
2307
2303
|
}
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
[key]: serializeAws_restJson1AudioSelectorGroup(value, context),
|
|
2311
|
-
};
|
|
2304
|
+
acc[key] = serializeAws_restJson1AudioSelectorGroup(value, context);
|
|
2305
|
+
return acc;
|
|
2312
2306
|
}, {});
|
|
2313
2307
|
};
|
|
2314
2308
|
const serializeAws_restJson1__mapOfCaptionSelector = (input, context) => {
|
|
@@ -2316,10 +2310,8 @@ const serializeAws_restJson1__mapOfCaptionSelector = (input, context) => {
|
|
|
2316
2310
|
if (value === null) {
|
|
2317
2311
|
return acc;
|
|
2318
2312
|
}
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
[key]: serializeAws_restJson1CaptionSelector(value, context),
|
|
2322
|
-
};
|
|
2313
|
+
acc[key] = serializeAws_restJson1CaptionSelector(value, context);
|
|
2314
|
+
return acc;
|
|
2323
2315
|
}, {});
|
|
2324
2316
|
};
|
|
2325
2317
|
const serializeAws_restJson1AacSettings = (input, context) => {
|
|
@@ -4888,10 +4880,8 @@ const deserializeAws_restJson1__mapOf__string = (output, context) => {
|
|
|
4888
4880
|
if (value === null) {
|
|
4889
4881
|
return acc;
|
|
4890
4882
|
}
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
4894
|
-
};
|
|
4883
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
4884
|
+
return acc;
|
|
4895
4885
|
}, {});
|
|
4896
4886
|
};
|
|
4897
4887
|
const deserializeAws_restJson1__mapOfAudioSelector = (output, context) => {
|
|
@@ -4899,10 +4889,8 @@ const deserializeAws_restJson1__mapOfAudioSelector = (output, context) => {
|
|
|
4899
4889
|
if (value === null) {
|
|
4900
4890
|
return acc;
|
|
4901
4891
|
}
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
[key]: deserializeAws_restJson1AudioSelector(value, context),
|
|
4905
|
-
};
|
|
4892
|
+
acc[key] = deserializeAws_restJson1AudioSelector(value, context);
|
|
4893
|
+
return acc;
|
|
4906
4894
|
}, {});
|
|
4907
4895
|
};
|
|
4908
4896
|
const deserializeAws_restJson1__mapOfAudioSelectorGroup = (output, context) => {
|
|
@@ -4910,10 +4898,8 @@ const deserializeAws_restJson1__mapOfAudioSelectorGroup = (output, context) => {
|
|
|
4910
4898
|
if (value === null) {
|
|
4911
4899
|
return acc;
|
|
4912
4900
|
}
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
[key]: deserializeAws_restJson1AudioSelectorGroup(value, context),
|
|
4916
|
-
};
|
|
4901
|
+
acc[key] = deserializeAws_restJson1AudioSelectorGroup(value, context);
|
|
4902
|
+
return acc;
|
|
4917
4903
|
}, {});
|
|
4918
4904
|
};
|
|
4919
4905
|
const deserializeAws_restJson1__mapOfCaptionSelector = (output, context) => {
|
|
@@ -4921,10 +4907,8 @@ const deserializeAws_restJson1__mapOfCaptionSelector = (output, context) => {
|
|
|
4921
4907
|
if (value === null) {
|
|
4922
4908
|
return acc;
|
|
4923
4909
|
}
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
[key]: deserializeAws_restJson1CaptionSelector(value, context),
|
|
4927
|
-
};
|
|
4910
|
+
acc[key] = deserializeAws_restJson1CaptionSelector(value, context);
|
|
4911
|
+
return acc;
|
|
4928
4912
|
}, {});
|
|
4929
4913
|
};
|
|
4930
4914
|
const deserializeAws_restJson1AacSettings = (output, context) => {
|
|
@@ -2223,10 +2223,8 @@ const serializeAws_restJson1__mapOf__string = (input, context) => {
|
|
|
2223
2223
|
if (value === null) {
|
|
2224
2224
|
return acc;
|
|
2225
2225
|
}
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
[key]: value,
|
|
2229
|
-
};
|
|
2226
|
+
acc[key] = value;
|
|
2227
|
+
return acc;
|
|
2230
2228
|
}, {});
|
|
2231
2229
|
};
|
|
2232
2230
|
const serializeAws_restJson1__mapOfAudioSelector = (input, context) => {
|
|
@@ -2234,10 +2232,8 @@ const serializeAws_restJson1__mapOfAudioSelector = (input, context) => {
|
|
|
2234
2232
|
if (value === null) {
|
|
2235
2233
|
return acc;
|
|
2236
2234
|
}
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
[key]: serializeAws_restJson1AudioSelector(value, context),
|
|
2240
|
-
};
|
|
2235
|
+
acc[key] = serializeAws_restJson1AudioSelector(value, context);
|
|
2236
|
+
return acc;
|
|
2241
2237
|
}, {});
|
|
2242
2238
|
};
|
|
2243
2239
|
const serializeAws_restJson1__mapOfAudioSelectorGroup = (input, context) => {
|
|
@@ -2245,10 +2241,8 @@ const serializeAws_restJson1__mapOfAudioSelectorGroup = (input, context) => {
|
|
|
2245
2241
|
if (value === null) {
|
|
2246
2242
|
return acc;
|
|
2247
2243
|
}
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
[key]: serializeAws_restJson1AudioSelectorGroup(value, context),
|
|
2251
|
-
};
|
|
2244
|
+
acc[key] = serializeAws_restJson1AudioSelectorGroup(value, context);
|
|
2245
|
+
return acc;
|
|
2252
2246
|
}, {});
|
|
2253
2247
|
};
|
|
2254
2248
|
const serializeAws_restJson1__mapOfCaptionSelector = (input, context) => {
|
|
@@ -2256,10 +2250,8 @@ const serializeAws_restJson1__mapOfCaptionSelector = (input, context) => {
|
|
|
2256
2250
|
if (value === null) {
|
|
2257
2251
|
return acc;
|
|
2258
2252
|
}
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
[key]: serializeAws_restJson1CaptionSelector(value, context),
|
|
2262
|
-
};
|
|
2253
|
+
acc[key] = serializeAws_restJson1CaptionSelector(value, context);
|
|
2254
|
+
return acc;
|
|
2263
2255
|
}, {});
|
|
2264
2256
|
};
|
|
2265
2257
|
const serializeAws_restJson1AacSettings = (input, context) => {
|
|
@@ -4828,10 +4820,8 @@ const deserializeAws_restJson1__mapOf__string = (output, context) => {
|
|
|
4828
4820
|
if (value === null) {
|
|
4829
4821
|
return acc;
|
|
4830
4822
|
}
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
[key]: __expectString(value),
|
|
4834
|
-
};
|
|
4823
|
+
acc[key] = __expectString(value);
|
|
4824
|
+
return acc;
|
|
4835
4825
|
}, {});
|
|
4836
4826
|
};
|
|
4837
4827
|
const deserializeAws_restJson1__mapOfAudioSelector = (output, context) => {
|
|
@@ -4839,10 +4829,8 @@ const deserializeAws_restJson1__mapOfAudioSelector = (output, context) => {
|
|
|
4839
4829
|
if (value === null) {
|
|
4840
4830
|
return acc;
|
|
4841
4831
|
}
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
[key]: deserializeAws_restJson1AudioSelector(value, context),
|
|
4845
|
-
};
|
|
4832
|
+
acc[key] = deserializeAws_restJson1AudioSelector(value, context);
|
|
4833
|
+
return acc;
|
|
4846
4834
|
}, {});
|
|
4847
4835
|
};
|
|
4848
4836
|
const deserializeAws_restJson1__mapOfAudioSelectorGroup = (output, context) => {
|
|
@@ -4850,10 +4838,8 @@ const deserializeAws_restJson1__mapOfAudioSelectorGroup = (output, context) => {
|
|
|
4850
4838
|
if (value === null) {
|
|
4851
4839
|
return acc;
|
|
4852
4840
|
}
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
[key]: deserializeAws_restJson1AudioSelectorGroup(value, context),
|
|
4856
|
-
};
|
|
4841
|
+
acc[key] = deserializeAws_restJson1AudioSelectorGroup(value, context);
|
|
4842
|
+
return acc;
|
|
4857
4843
|
}, {});
|
|
4858
4844
|
};
|
|
4859
4845
|
const deserializeAws_restJson1__mapOfCaptionSelector = (output, context) => {
|
|
@@ -4861,10 +4847,8 @@ const deserializeAws_restJson1__mapOfCaptionSelector = (output, context) => {
|
|
|
4861
4847
|
if (value === null) {
|
|
4862
4848
|
return acc;
|
|
4863
4849
|
}
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
[key]: deserializeAws_restJson1CaptionSelector(value, context),
|
|
4867
|
-
};
|
|
4850
|
+
acc[key] = deserializeAws_restJson1CaptionSelector(value, context);
|
|
4851
|
+
return acc;
|
|
4868
4852
|
}, {});
|
|
4869
4853
|
};
|
|
4870
4854
|
const deserializeAws_restJson1AacSettings = (output, context) => {
|
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.212.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",
|
|
@@ -19,36 +19,36 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "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.
|
|
22
|
+
"@aws-sdk/client-sts": "3.212.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.212.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.212.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.212.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.212.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.212.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.212.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.212.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.212.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.212.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.212.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.212.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.212.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.212.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.212.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.212.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.212.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.212.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.212.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.212.0",
|
|
42
|
+
"@aws-sdk/types": "3.212.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.212.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.212.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.212.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.212.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.212.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.212.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
54
54
|
"tslib": "^2.3.1",
|