@aws-sdk/client-mediaconvert 3.28.0 → 3.32.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 +32 -0
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_restJson1.js +339 -339
- package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
- package/dist/es/endpoints.js +1 -2
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/protocols/Aws_restJson1.js +425 -391
- package/dist/es/protocols/Aws_restJson1.js.map +1 -1
- package/package.json +31 -31
- package/protocols/Aws_restJson1.ts +345 -341
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator, __read } from "tslib";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
3
|
-
import {
|
|
3
|
+
import { expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
5
5
|
export var serializeAws_restJson1AssociateCertificateCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
6
6
|
var _a, hostname, _b, protocol, port, basePath, headers, resolvedPath, body;
|
|
@@ -945,9 +945,9 @@ var deserializeAws_restJson1CancelJobCommandError = function (output, context) {
|
|
|
945
945
|
});
|
|
946
946
|
}); };
|
|
947
947
|
export var deserializeAws_restJson1CreateJobCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
948
|
-
var contents, data;
|
|
949
|
-
return __generator(this, function (
|
|
950
|
-
switch (
|
|
948
|
+
var contents, data, _a, _b;
|
|
949
|
+
return __generator(this, function (_c) {
|
|
950
|
+
switch (_c.label) {
|
|
951
951
|
case 0:
|
|
952
952
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
953
953
|
return [2 /*return*/, deserializeAws_restJson1CreateJobCommandError(output, context)];
|
|
@@ -956,9 +956,11 @@ export var deserializeAws_restJson1CreateJobCommand = function (output, context)
|
|
|
956
956
|
$metadata: deserializeMetadata(output),
|
|
957
957
|
Job: undefined,
|
|
958
958
|
};
|
|
959
|
+
_a = __expectNonNull;
|
|
960
|
+
_b = __expectObject;
|
|
959
961
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
960
962
|
case 1:
|
|
961
|
-
data = _a.sent();
|
|
963
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
962
964
|
if (data.job !== undefined && data.job !== null) {
|
|
963
965
|
contents.Job = deserializeAws_restJson1Job(data.job, context);
|
|
964
966
|
}
|
|
@@ -1045,9 +1047,9 @@ var deserializeAws_restJson1CreateJobCommandError = function (output, context) {
|
|
|
1045
1047
|
});
|
|
1046
1048
|
}); };
|
|
1047
1049
|
export var deserializeAws_restJson1CreateJobTemplateCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1048
|
-
var contents, data;
|
|
1049
|
-
return __generator(this, function (
|
|
1050
|
-
switch (
|
|
1050
|
+
var contents, data, _a, _b;
|
|
1051
|
+
return __generator(this, function (_c) {
|
|
1052
|
+
switch (_c.label) {
|
|
1051
1053
|
case 0:
|
|
1052
1054
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1053
1055
|
return [2 /*return*/, deserializeAws_restJson1CreateJobTemplateCommandError(output, context)];
|
|
@@ -1056,9 +1058,11 @@ export var deserializeAws_restJson1CreateJobTemplateCommand = function (output,
|
|
|
1056
1058
|
$metadata: deserializeMetadata(output),
|
|
1057
1059
|
JobTemplate: undefined,
|
|
1058
1060
|
};
|
|
1061
|
+
_a = __expectNonNull;
|
|
1062
|
+
_b = __expectObject;
|
|
1059
1063
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
1060
1064
|
case 1:
|
|
1061
|
-
data = _a.sent();
|
|
1065
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
1062
1066
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
1063
1067
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
1064
1068
|
}
|
|
@@ -1145,9 +1149,9 @@ var deserializeAws_restJson1CreateJobTemplateCommandError = function (output, co
|
|
|
1145
1149
|
});
|
|
1146
1150
|
}); };
|
|
1147
1151
|
export var deserializeAws_restJson1CreatePresetCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1148
|
-
var contents, data;
|
|
1149
|
-
return __generator(this, function (
|
|
1150
|
-
switch (
|
|
1152
|
+
var contents, data, _a, _b;
|
|
1153
|
+
return __generator(this, function (_c) {
|
|
1154
|
+
switch (_c.label) {
|
|
1151
1155
|
case 0:
|
|
1152
1156
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1153
1157
|
return [2 /*return*/, deserializeAws_restJson1CreatePresetCommandError(output, context)];
|
|
@@ -1156,9 +1160,11 @@ export var deserializeAws_restJson1CreatePresetCommand = function (output, conte
|
|
|
1156
1160
|
$metadata: deserializeMetadata(output),
|
|
1157
1161
|
Preset: undefined,
|
|
1158
1162
|
};
|
|
1163
|
+
_a = __expectNonNull;
|
|
1164
|
+
_b = __expectObject;
|
|
1159
1165
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
1160
1166
|
case 1:
|
|
1161
|
-
data = _a.sent();
|
|
1167
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
1162
1168
|
if (data.preset !== undefined && data.preset !== null) {
|
|
1163
1169
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
1164
1170
|
}
|
|
@@ -1245,9 +1251,9 @@ var deserializeAws_restJson1CreatePresetCommandError = function (output, context
|
|
|
1245
1251
|
});
|
|
1246
1252
|
}); };
|
|
1247
1253
|
export var deserializeAws_restJson1CreateQueueCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1248
|
-
var contents, data;
|
|
1249
|
-
return __generator(this, function (
|
|
1250
|
-
switch (
|
|
1254
|
+
var contents, data, _a, _b;
|
|
1255
|
+
return __generator(this, function (_c) {
|
|
1256
|
+
switch (_c.label) {
|
|
1251
1257
|
case 0:
|
|
1252
1258
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
1253
1259
|
return [2 /*return*/, deserializeAws_restJson1CreateQueueCommandError(output, context)];
|
|
@@ -1256,9 +1262,11 @@ export var deserializeAws_restJson1CreateQueueCommand = function (output, contex
|
|
|
1256
1262
|
$metadata: deserializeMetadata(output),
|
|
1257
1263
|
Queue: undefined,
|
|
1258
1264
|
};
|
|
1265
|
+
_a = __expectNonNull;
|
|
1266
|
+
_b = __expectObject;
|
|
1259
1267
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
1260
1268
|
case 1:
|
|
1261
|
-
data = _a.sent();
|
|
1269
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
1262
1270
|
if (data.queue !== undefined && data.queue !== null) {
|
|
1263
1271
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
1264
1272
|
}
|
|
@@ -1633,9 +1641,9 @@ var deserializeAws_restJson1DeleteQueueCommandError = function (output, context)
|
|
|
1633
1641
|
});
|
|
1634
1642
|
}); };
|
|
1635
1643
|
export var deserializeAws_restJson1DescribeEndpointsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1636
|
-
var contents, data;
|
|
1637
|
-
return __generator(this, function (
|
|
1638
|
-
switch (
|
|
1644
|
+
var contents, data, _a, _b;
|
|
1645
|
+
return __generator(this, function (_c) {
|
|
1646
|
+
switch (_c.label) {
|
|
1639
1647
|
case 0:
|
|
1640
1648
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1641
1649
|
return [2 /*return*/, deserializeAws_restJson1DescribeEndpointsCommandError(output, context)];
|
|
@@ -1645,9 +1653,11 @@ export var deserializeAws_restJson1DescribeEndpointsCommand = function (output,
|
|
|
1645
1653
|
Endpoints: undefined,
|
|
1646
1654
|
NextToken: undefined,
|
|
1647
1655
|
};
|
|
1656
|
+
_a = __expectNonNull;
|
|
1657
|
+
_b = __expectObject;
|
|
1648
1658
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
1649
1659
|
case 1:
|
|
1650
|
-
data = _a.sent();
|
|
1660
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
1651
1661
|
if (data.endpoints !== undefined && data.endpoints !== null) {
|
|
1652
1662
|
contents.Endpoints = deserializeAws_restJson1__listOfEndpoint(data.endpoints, context);
|
|
1653
1663
|
}
|
|
@@ -1833,9 +1843,9 @@ var deserializeAws_restJson1DisassociateCertificateCommandError = function (outp
|
|
|
1833
1843
|
});
|
|
1834
1844
|
}); };
|
|
1835
1845
|
export var deserializeAws_restJson1GetJobCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1836
|
-
var contents, data;
|
|
1837
|
-
return __generator(this, function (
|
|
1838
|
-
switch (
|
|
1846
|
+
var contents, data, _a, _b;
|
|
1847
|
+
return __generator(this, function (_c) {
|
|
1848
|
+
switch (_c.label) {
|
|
1839
1849
|
case 0:
|
|
1840
1850
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1841
1851
|
return [2 /*return*/, deserializeAws_restJson1GetJobCommandError(output, context)];
|
|
@@ -1844,9 +1854,11 @@ export var deserializeAws_restJson1GetJobCommand = function (output, context) {
|
|
|
1844
1854
|
$metadata: deserializeMetadata(output),
|
|
1845
1855
|
Job: undefined,
|
|
1846
1856
|
};
|
|
1857
|
+
_a = __expectNonNull;
|
|
1858
|
+
_b = __expectObject;
|
|
1847
1859
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
1848
1860
|
case 1:
|
|
1849
|
-
data = _a.sent();
|
|
1861
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
1850
1862
|
if (data.job !== undefined && data.job !== null) {
|
|
1851
1863
|
contents.Job = deserializeAws_restJson1Job(data.job, context);
|
|
1852
1864
|
}
|
|
@@ -1933,9 +1945,9 @@ var deserializeAws_restJson1GetJobCommandError = function (output, context) { re
|
|
|
1933
1945
|
});
|
|
1934
1946
|
}); };
|
|
1935
1947
|
export var deserializeAws_restJson1GetJobTemplateCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1936
|
-
var contents, data;
|
|
1937
|
-
return __generator(this, function (
|
|
1938
|
-
switch (
|
|
1948
|
+
var contents, data, _a, _b;
|
|
1949
|
+
return __generator(this, function (_c) {
|
|
1950
|
+
switch (_c.label) {
|
|
1939
1951
|
case 0:
|
|
1940
1952
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1941
1953
|
return [2 /*return*/, deserializeAws_restJson1GetJobTemplateCommandError(output, context)];
|
|
@@ -1944,9 +1956,11 @@ export var deserializeAws_restJson1GetJobTemplateCommand = function (output, con
|
|
|
1944
1956
|
$metadata: deserializeMetadata(output),
|
|
1945
1957
|
JobTemplate: undefined,
|
|
1946
1958
|
};
|
|
1959
|
+
_a = __expectNonNull;
|
|
1960
|
+
_b = __expectObject;
|
|
1947
1961
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
1948
1962
|
case 1:
|
|
1949
|
-
data = _a.sent();
|
|
1963
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
1950
1964
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
1951
1965
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
1952
1966
|
}
|
|
@@ -2033,9 +2047,9 @@ var deserializeAws_restJson1GetJobTemplateCommandError = function (output, conte
|
|
|
2033
2047
|
});
|
|
2034
2048
|
}); };
|
|
2035
2049
|
export var deserializeAws_restJson1GetPresetCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2036
|
-
var contents, data;
|
|
2037
|
-
return __generator(this, function (
|
|
2038
|
-
switch (
|
|
2050
|
+
var contents, data, _a, _b;
|
|
2051
|
+
return __generator(this, function (_c) {
|
|
2052
|
+
switch (_c.label) {
|
|
2039
2053
|
case 0:
|
|
2040
2054
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2041
2055
|
return [2 /*return*/, deserializeAws_restJson1GetPresetCommandError(output, context)];
|
|
@@ -2044,9 +2058,11 @@ export var deserializeAws_restJson1GetPresetCommand = function (output, context)
|
|
|
2044
2058
|
$metadata: deserializeMetadata(output),
|
|
2045
2059
|
Preset: undefined,
|
|
2046
2060
|
};
|
|
2061
|
+
_a = __expectNonNull;
|
|
2062
|
+
_b = __expectObject;
|
|
2047
2063
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
2048
2064
|
case 1:
|
|
2049
|
-
data = _a.sent();
|
|
2065
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
2050
2066
|
if (data.preset !== undefined && data.preset !== null) {
|
|
2051
2067
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
2052
2068
|
}
|
|
@@ -2133,9 +2149,9 @@ var deserializeAws_restJson1GetPresetCommandError = function (output, context) {
|
|
|
2133
2149
|
});
|
|
2134
2150
|
}); };
|
|
2135
2151
|
export var deserializeAws_restJson1GetQueueCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2136
|
-
var contents, data;
|
|
2137
|
-
return __generator(this, function (
|
|
2138
|
-
switch (
|
|
2152
|
+
var contents, data, _a, _b;
|
|
2153
|
+
return __generator(this, function (_c) {
|
|
2154
|
+
switch (_c.label) {
|
|
2139
2155
|
case 0:
|
|
2140
2156
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2141
2157
|
return [2 /*return*/, deserializeAws_restJson1GetQueueCommandError(output, context)];
|
|
@@ -2144,9 +2160,11 @@ export var deserializeAws_restJson1GetQueueCommand = function (output, context)
|
|
|
2144
2160
|
$metadata: deserializeMetadata(output),
|
|
2145
2161
|
Queue: undefined,
|
|
2146
2162
|
};
|
|
2163
|
+
_a = __expectNonNull;
|
|
2164
|
+
_b = __expectObject;
|
|
2147
2165
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
2148
2166
|
case 1:
|
|
2149
|
-
data = _a.sent();
|
|
2167
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
2150
2168
|
if (data.queue !== undefined && data.queue !== null) {
|
|
2151
2169
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
2152
2170
|
}
|
|
@@ -2233,9 +2251,9 @@ var deserializeAws_restJson1GetQueueCommandError = function (output, context) {
|
|
|
2233
2251
|
});
|
|
2234
2252
|
}); };
|
|
2235
2253
|
export var deserializeAws_restJson1ListJobsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2236
|
-
var contents, data;
|
|
2237
|
-
return __generator(this, function (
|
|
2238
|
-
switch (
|
|
2254
|
+
var contents, data, _a, _b;
|
|
2255
|
+
return __generator(this, function (_c) {
|
|
2256
|
+
switch (_c.label) {
|
|
2239
2257
|
case 0:
|
|
2240
2258
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2241
2259
|
return [2 /*return*/, deserializeAws_restJson1ListJobsCommandError(output, context)];
|
|
@@ -2245,9 +2263,11 @@ export var deserializeAws_restJson1ListJobsCommand = function (output, context)
|
|
|
2245
2263
|
Jobs: undefined,
|
|
2246
2264
|
NextToken: undefined,
|
|
2247
2265
|
};
|
|
2266
|
+
_a = __expectNonNull;
|
|
2267
|
+
_b = __expectObject;
|
|
2248
2268
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
2249
2269
|
case 1:
|
|
2250
|
-
data = _a.sent();
|
|
2270
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
2251
2271
|
if (data.jobs !== undefined && data.jobs !== null) {
|
|
2252
2272
|
contents.Jobs = deserializeAws_restJson1__listOfJob(data.jobs, context);
|
|
2253
2273
|
}
|
|
@@ -2337,9 +2357,9 @@ var deserializeAws_restJson1ListJobsCommandError = function (output, context) {
|
|
|
2337
2357
|
});
|
|
2338
2358
|
}); };
|
|
2339
2359
|
export var deserializeAws_restJson1ListJobTemplatesCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2340
|
-
var contents, data;
|
|
2341
|
-
return __generator(this, function (
|
|
2342
|
-
switch (
|
|
2360
|
+
var contents, data, _a, _b;
|
|
2361
|
+
return __generator(this, function (_c) {
|
|
2362
|
+
switch (_c.label) {
|
|
2343
2363
|
case 0:
|
|
2344
2364
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2345
2365
|
return [2 /*return*/, deserializeAws_restJson1ListJobTemplatesCommandError(output, context)];
|
|
@@ -2349,9 +2369,11 @@ export var deserializeAws_restJson1ListJobTemplatesCommand = function (output, c
|
|
|
2349
2369
|
JobTemplates: undefined,
|
|
2350
2370
|
NextToken: undefined,
|
|
2351
2371
|
};
|
|
2372
|
+
_a = __expectNonNull;
|
|
2373
|
+
_b = __expectObject;
|
|
2352
2374
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
2353
2375
|
case 1:
|
|
2354
|
-
data = _a.sent();
|
|
2376
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
2355
2377
|
if (data.jobTemplates !== undefined && data.jobTemplates !== null) {
|
|
2356
2378
|
contents.JobTemplates = deserializeAws_restJson1__listOfJobTemplate(data.jobTemplates, context);
|
|
2357
2379
|
}
|
|
@@ -2441,9 +2463,9 @@ var deserializeAws_restJson1ListJobTemplatesCommandError = function (output, con
|
|
|
2441
2463
|
});
|
|
2442
2464
|
}); };
|
|
2443
2465
|
export var deserializeAws_restJson1ListPresetsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2444
|
-
var contents, data;
|
|
2445
|
-
return __generator(this, function (
|
|
2446
|
-
switch (
|
|
2466
|
+
var contents, data, _a, _b;
|
|
2467
|
+
return __generator(this, function (_c) {
|
|
2468
|
+
switch (_c.label) {
|
|
2447
2469
|
case 0:
|
|
2448
2470
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2449
2471
|
return [2 /*return*/, deserializeAws_restJson1ListPresetsCommandError(output, context)];
|
|
@@ -2453,9 +2475,11 @@ export var deserializeAws_restJson1ListPresetsCommand = function (output, contex
|
|
|
2453
2475
|
NextToken: undefined,
|
|
2454
2476
|
Presets: undefined,
|
|
2455
2477
|
};
|
|
2478
|
+
_a = __expectNonNull;
|
|
2479
|
+
_b = __expectObject;
|
|
2456
2480
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
2457
2481
|
case 1:
|
|
2458
|
-
data = _a.sent();
|
|
2482
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
2459
2483
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
2460
2484
|
contents.NextToken = __expectString(data.nextToken);
|
|
2461
2485
|
}
|
|
@@ -2545,9 +2569,9 @@ var deserializeAws_restJson1ListPresetsCommandError = function (output, context)
|
|
|
2545
2569
|
});
|
|
2546
2570
|
}); };
|
|
2547
2571
|
export var deserializeAws_restJson1ListQueuesCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2548
|
-
var contents, data;
|
|
2549
|
-
return __generator(this, function (
|
|
2550
|
-
switch (
|
|
2572
|
+
var contents, data, _a, _b;
|
|
2573
|
+
return __generator(this, function (_c) {
|
|
2574
|
+
switch (_c.label) {
|
|
2551
2575
|
case 0:
|
|
2552
2576
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2553
2577
|
return [2 /*return*/, deserializeAws_restJson1ListQueuesCommandError(output, context)];
|
|
@@ -2557,9 +2581,11 @@ export var deserializeAws_restJson1ListQueuesCommand = function (output, context
|
|
|
2557
2581
|
NextToken: undefined,
|
|
2558
2582
|
Queues: undefined,
|
|
2559
2583
|
};
|
|
2584
|
+
_a = __expectNonNull;
|
|
2585
|
+
_b = __expectObject;
|
|
2560
2586
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
2561
2587
|
case 1:
|
|
2562
|
-
data = _a.sent();
|
|
2588
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
2563
2589
|
if (data.nextToken !== undefined && data.nextToken !== null) {
|
|
2564
2590
|
contents.NextToken = __expectString(data.nextToken);
|
|
2565
2591
|
}
|
|
@@ -2649,9 +2675,9 @@ var deserializeAws_restJson1ListQueuesCommandError = function (output, context)
|
|
|
2649
2675
|
});
|
|
2650
2676
|
}); };
|
|
2651
2677
|
export var deserializeAws_restJson1ListTagsForResourceCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2652
|
-
var contents, data;
|
|
2653
|
-
return __generator(this, function (
|
|
2654
|
-
switch (
|
|
2678
|
+
var contents, data, _a, _b;
|
|
2679
|
+
return __generator(this, function (_c) {
|
|
2680
|
+
switch (_c.label) {
|
|
2655
2681
|
case 0:
|
|
2656
2682
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2657
2683
|
return [2 /*return*/, deserializeAws_restJson1ListTagsForResourceCommandError(output, context)];
|
|
@@ -2660,9 +2686,11 @@ export var deserializeAws_restJson1ListTagsForResourceCommand = function (output
|
|
|
2660
2686
|
$metadata: deserializeMetadata(output),
|
|
2661
2687
|
ResourceTags: undefined,
|
|
2662
2688
|
};
|
|
2689
|
+
_a = __expectNonNull;
|
|
2690
|
+
_b = __expectObject;
|
|
2663
2691
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
2664
2692
|
case 1:
|
|
2665
|
-
data = _a.sent();
|
|
2693
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
2666
2694
|
if (data.resourceTags !== undefined && data.resourceTags !== null) {
|
|
2667
2695
|
contents.ResourceTags = deserializeAws_restJson1ResourceTags(data.resourceTags, context);
|
|
2668
2696
|
}
|
|
@@ -2941,9 +2969,9 @@ var deserializeAws_restJson1UntagResourceCommandError = function (output, contex
|
|
|
2941
2969
|
});
|
|
2942
2970
|
}); };
|
|
2943
2971
|
export var deserializeAws_restJson1UpdateJobTemplateCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2944
|
-
var contents, data;
|
|
2945
|
-
return __generator(this, function (
|
|
2946
|
-
switch (
|
|
2972
|
+
var contents, data, _a, _b;
|
|
2973
|
+
return __generator(this, function (_c) {
|
|
2974
|
+
switch (_c.label) {
|
|
2947
2975
|
case 0:
|
|
2948
2976
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2949
2977
|
return [2 /*return*/, deserializeAws_restJson1UpdateJobTemplateCommandError(output, context)];
|
|
@@ -2952,9 +2980,11 @@ export var deserializeAws_restJson1UpdateJobTemplateCommand = function (output,
|
|
|
2952
2980
|
$metadata: deserializeMetadata(output),
|
|
2953
2981
|
JobTemplate: undefined,
|
|
2954
2982
|
};
|
|
2983
|
+
_a = __expectNonNull;
|
|
2984
|
+
_b = __expectObject;
|
|
2955
2985
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
2956
2986
|
case 1:
|
|
2957
|
-
data = _a.sent();
|
|
2987
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
2958
2988
|
if (data.jobTemplate !== undefined && data.jobTemplate !== null) {
|
|
2959
2989
|
contents.JobTemplate = deserializeAws_restJson1JobTemplate(data.jobTemplate, context);
|
|
2960
2990
|
}
|
|
@@ -3041,9 +3071,9 @@ var deserializeAws_restJson1UpdateJobTemplateCommandError = function (output, co
|
|
|
3041
3071
|
});
|
|
3042
3072
|
}); };
|
|
3043
3073
|
export var deserializeAws_restJson1UpdatePresetCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
3044
|
-
var contents, data;
|
|
3045
|
-
return __generator(this, function (
|
|
3046
|
-
switch (
|
|
3074
|
+
var contents, data, _a, _b;
|
|
3075
|
+
return __generator(this, function (_c) {
|
|
3076
|
+
switch (_c.label) {
|
|
3047
3077
|
case 0:
|
|
3048
3078
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3049
3079
|
return [2 /*return*/, deserializeAws_restJson1UpdatePresetCommandError(output, context)];
|
|
@@ -3052,9 +3082,11 @@ export var deserializeAws_restJson1UpdatePresetCommand = function (output, conte
|
|
|
3052
3082
|
$metadata: deserializeMetadata(output),
|
|
3053
3083
|
Preset: undefined,
|
|
3054
3084
|
};
|
|
3085
|
+
_a = __expectNonNull;
|
|
3086
|
+
_b = __expectObject;
|
|
3055
3087
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
3056
3088
|
case 1:
|
|
3057
|
-
data = _a.sent();
|
|
3089
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
3058
3090
|
if (data.preset !== undefined && data.preset !== null) {
|
|
3059
3091
|
contents.Preset = deserializeAws_restJson1Preset(data.preset, context);
|
|
3060
3092
|
}
|
|
@@ -3141,9 +3173,9 @@ var deserializeAws_restJson1UpdatePresetCommandError = function (output, context
|
|
|
3141
3173
|
});
|
|
3142
3174
|
}); };
|
|
3143
3175
|
export var deserializeAws_restJson1UpdateQueueCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
3144
|
-
var contents, data;
|
|
3145
|
-
return __generator(this, function (
|
|
3146
|
-
switch (
|
|
3176
|
+
var contents, data, _a, _b;
|
|
3177
|
+
return __generator(this, function (_c) {
|
|
3178
|
+
switch (_c.label) {
|
|
3147
3179
|
case 0:
|
|
3148
3180
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3149
3181
|
return [2 /*return*/, deserializeAws_restJson1UpdateQueueCommandError(output, context)];
|
|
@@ -3152,9 +3184,11 @@ export var deserializeAws_restJson1UpdateQueueCommand = function (output, contex
|
|
|
3152
3184
|
$metadata: deserializeMetadata(output),
|
|
3153
3185
|
Queue: undefined,
|
|
3154
3186
|
};
|
|
3187
|
+
_a = __expectNonNull;
|
|
3188
|
+
_b = __expectObject;
|
|
3155
3189
|
return [4 /*yield*/, parseBody(output.body, context)];
|
|
3156
3190
|
case 1:
|
|
3157
|
-
data = _a.sent();
|
|
3191
|
+
data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
|
|
3158
3192
|
if (data.queue !== undefined && data.queue !== null) {
|
|
3159
3193
|
contents.Queue = deserializeAws_restJson1Queue(data.queue, context);
|
|
3160
3194
|
}
|
|
@@ -5024,7 +5058,7 @@ var deserializeAws_restJson1__listOf__doubleMinNegative60Max6 = function (output
|
|
|
5024
5058
|
if (entry === null) {
|
|
5025
5059
|
return null;
|
|
5026
5060
|
}
|
|
5027
|
-
return
|
|
5061
|
+
return __limitedParseDouble(entry);
|
|
5028
5062
|
});
|
|
5029
5063
|
};
|
|
5030
5064
|
var deserializeAws_restJson1__listOf__integerMin1Max2147483647 = function (output, context) {
|
|
@@ -5034,7 +5068,7 @@ var deserializeAws_restJson1__listOf__integerMin1Max2147483647 = function (outpu
|
|
|
5034
5068
|
if (entry === null) {
|
|
5035
5069
|
return null;
|
|
5036
5070
|
}
|
|
5037
|
-
return
|
|
5071
|
+
return __expectInt32(entry);
|
|
5038
5072
|
});
|
|
5039
5073
|
};
|
|
5040
5074
|
var deserializeAws_restJson1__listOf__integerMin32Max8182 = function (output, context) {
|
|
@@ -5044,7 +5078,7 @@ var deserializeAws_restJson1__listOf__integerMin32Max8182 = function (output, co
|
|
|
5044
5078
|
if (entry === null) {
|
|
5045
5079
|
return null;
|
|
5046
5080
|
}
|
|
5047
|
-
return
|
|
5081
|
+
return __expectInt32(entry);
|
|
5048
5082
|
});
|
|
5049
5083
|
};
|
|
5050
5084
|
var deserializeAws_restJson1__listOf__integerMinNegative60Max6 = function (output, context) {
|
|
@@ -5054,7 +5088,7 @@ var deserializeAws_restJson1__listOf__integerMinNegative60Max6 = function (outpu
|
|
|
5054
5088
|
if (entry === null) {
|
|
5055
5089
|
return null;
|
|
5056
5090
|
}
|
|
5057
|
-
return
|
|
5091
|
+
return __expectInt32(entry);
|
|
5058
5092
|
});
|
|
5059
5093
|
};
|
|
5060
5094
|
var deserializeAws_restJson1__listOf__string = function (output, context) {
|
|
@@ -5420,28 +5454,28 @@ var deserializeAws_restJson1__mapOfCaptionSelector = function (output, context)
|
|
|
5420
5454
|
var deserializeAws_restJson1AacSettings = function (output, context) {
|
|
5421
5455
|
return {
|
|
5422
5456
|
AudioDescriptionBroadcasterMix: __expectString(output.audioDescriptionBroadcasterMix),
|
|
5423
|
-
Bitrate:
|
|
5457
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
5424
5458
|
CodecProfile: __expectString(output.codecProfile),
|
|
5425
5459
|
CodingMode: __expectString(output.codingMode),
|
|
5426
5460
|
RateControlMode: __expectString(output.rateControlMode),
|
|
5427
5461
|
RawFormat: __expectString(output.rawFormat),
|
|
5428
|
-
SampleRate:
|
|
5462
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
5429
5463
|
Specification: __expectString(output.specification),
|
|
5430
5464
|
VbrQuality: __expectString(output.vbrQuality),
|
|
5431
5465
|
};
|
|
5432
5466
|
};
|
|
5433
5467
|
var deserializeAws_restJson1Ac3Settings = function (output, context) {
|
|
5434
5468
|
return {
|
|
5435
|
-
Bitrate:
|
|
5469
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
5436
5470
|
BitstreamMode: __expectString(output.bitstreamMode),
|
|
5437
5471
|
CodingMode: __expectString(output.codingMode),
|
|
5438
|
-
Dialnorm:
|
|
5472
|
+
Dialnorm: __expectInt32(output.dialnorm),
|
|
5439
5473
|
DynamicRangeCompressionLine: __expectString(output.dynamicRangeCompressionLine),
|
|
5440
5474
|
DynamicRangeCompressionProfile: __expectString(output.dynamicRangeCompressionProfile),
|
|
5441
5475
|
DynamicRangeCompressionRf: __expectString(output.dynamicRangeCompressionRf),
|
|
5442
5476
|
LfeFilter: __expectString(output.lfeFilter),
|
|
5443
5477
|
MetadataControl: __expectString(output.metadataControl),
|
|
5444
|
-
SampleRate:
|
|
5478
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
5445
5479
|
};
|
|
5446
5480
|
};
|
|
5447
5481
|
var deserializeAws_restJson1AccelerationSettings = function (output, context) {
|
|
@@ -5451,15 +5485,15 @@ var deserializeAws_restJson1AccelerationSettings = function (output, context) {
|
|
|
5451
5485
|
};
|
|
5452
5486
|
var deserializeAws_restJson1AiffSettings = function (output, context) {
|
|
5453
5487
|
return {
|
|
5454
|
-
BitDepth:
|
|
5455
|
-
Channels:
|
|
5456
|
-
SampleRate:
|
|
5488
|
+
BitDepth: __expectInt32(output.bitDepth),
|
|
5489
|
+
Channels: __expectInt32(output.channels),
|
|
5490
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
5457
5491
|
};
|
|
5458
5492
|
};
|
|
5459
5493
|
var deserializeAws_restJson1AncillarySourceSettings = function (output, context) {
|
|
5460
5494
|
return {
|
|
5461
5495
|
Convert608To708: __expectString(output.convert608To708),
|
|
5462
|
-
SourceAncillaryChannelNumber:
|
|
5496
|
+
SourceAncillaryChannelNumber: __expectInt32(output.sourceAncillaryChannelNumber),
|
|
5463
5497
|
TerminateCaptions: __expectString(output.terminateCaptions),
|
|
5464
5498
|
};
|
|
5465
5499
|
};
|
|
@@ -5512,7 +5546,7 @@ var deserializeAws_restJson1AudioDescription = function (output, context) {
|
|
|
5512
5546
|
? deserializeAws_restJson1AudioNormalizationSettings(output.audioNormalizationSettings, context)
|
|
5513
5547
|
: undefined,
|
|
5514
5548
|
AudioSourceName: __expectString(output.audioSourceName),
|
|
5515
|
-
AudioType:
|
|
5549
|
+
AudioType: __expectInt32(output.audioType),
|
|
5516
5550
|
AudioTypeControl: __expectString(output.audioTypeControl),
|
|
5517
5551
|
CodecSettings: output.codecSettings !== undefined && output.codecSettings !== null
|
|
5518
5552
|
? deserializeAws_restJson1AudioCodecSettings(output.codecSettings, context)
|
|
@@ -5530,10 +5564,10 @@ var deserializeAws_restJson1AudioNormalizationSettings = function (output, conte
|
|
|
5530
5564
|
return {
|
|
5531
5565
|
Algorithm: __expectString(output.algorithm),
|
|
5532
5566
|
AlgorithmControl: __expectString(output.algorithmControl),
|
|
5533
|
-
CorrectionGateLevel:
|
|
5567
|
+
CorrectionGateLevel: __expectInt32(output.correctionGateLevel),
|
|
5534
5568
|
LoudnessLogging: __expectString(output.loudnessLogging),
|
|
5535
5569
|
PeakCalculation: __expectString(output.peakCalculation),
|
|
5536
|
-
TargetLkfs:
|
|
5570
|
+
TargetLkfs: __limitedParseDouble(output.targetLkfs),
|
|
5537
5571
|
};
|
|
5538
5572
|
};
|
|
5539
5573
|
var deserializeAws_restJson1AudioSelector = function (output, context) {
|
|
@@ -5545,11 +5579,11 @@ var deserializeAws_restJson1AudioSelector = function (output, context) {
|
|
|
5545
5579
|
? deserializeAws_restJson1HlsRenditionGroupSettings(output.hlsRenditionGroupSettings, context)
|
|
5546
5580
|
: undefined,
|
|
5547
5581
|
LanguageCode: __expectString(output.languageCode),
|
|
5548
|
-
Offset:
|
|
5582
|
+
Offset: __expectInt32(output.offset),
|
|
5549
5583
|
Pids: output.pids !== undefined && output.pids !== null
|
|
5550
5584
|
? deserializeAws_restJson1__listOf__integerMin1Max2147483647(output.pids, context)
|
|
5551
5585
|
: undefined,
|
|
5552
|
-
ProgramSelection:
|
|
5586
|
+
ProgramSelection: __expectInt32(output.programSelection),
|
|
5553
5587
|
RemixSettings: output.remixSettings !== undefined && output.remixSettings !== null
|
|
5554
5588
|
? deserializeAws_restJson1RemixSettings(output.remixSettings, context)
|
|
5555
5589
|
: undefined,
|
|
@@ -5568,9 +5602,9 @@ var deserializeAws_restJson1AudioSelectorGroup = function (output, context) {
|
|
|
5568
5602
|
};
|
|
5569
5603
|
var deserializeAws_restJson1AutomatedAbrSettings = function (output, context) {
|
|
5570
5604
|
return {
|
|
5571
|
-
MaxAbrBitrate:
|
|
5572
|
-
MaxRenditions:
|
|
5573
|
-
MinAbrBitrate:
|
|
5605
|
+
MaxAbrBitrate: __expectInt32(output.maxAbrBitrate),
|
|
5606
|
+
MaxRenditions: __expectInt32(output.maxRenditions),
|
|
5607
|
+
MinAbrBitrate: __expectInt32(output.minAbrBitrate),
|
|
5574
5608
|
};
|
|
5575
5609
|
};
|
|
5576
5610
|
var deserializeAws_restJson1AutomatedEncodingSettings = function (output, context) {
|
|
@@ -5582,8 +5616,8 @@ var deserializeAws_restJson1AutomatedEncodingSettings = function (output, contex
|
|
|
5582
5616
|
};
|
|
5583
5617
|
var deserializeAws_restJson1Av1QvbrSettings = function (output, context) {
|
|
5584
5618
|
return {
|
|
5585
|
-
QvbrQualityLevel:
|
|
5586
|
-
QvbrQualityLevelFineTune:
|
|
5619
|
+
QvbrQualityLevel: __expectInt32(output.qvbrQualityLevel),
|
|
5620
|
+
QvbrQualityLevelFineTune: __limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
5587
5621
|
};
|
|
5588
5622
|
};
|
|
5589
5623
|
var deserializeAws_restJson1Av1Settings = function (output, context) {
|
|
@@ -5591,16 +5625,16 @@ var deserializeAws_restJson1Av1Settings = function (output, context) {
|
|
|
5591
5625
|
AdaptiveQuantization: __expectString(output.adaptiveQuantization),
|
|
5592
5626
|
FramerateControl: __expectString(output.framerateControl),
|
|
5593
5627
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
5594
|
-
FramerateDenominator:
|
|
5595
|
-
FramerateNumerator:
|
|
5596
|
-
GopSize:
|
|
5597
|
-
MaxBitrate:
|
|
5598
|
-
NumberBFramesBetweenReferenceFrames:
|
|
5628
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
5629
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
5630
|
+
GopSize: __limitedParseDouble(output.gopSize),
|
|
5631
|
+
MaxBitrate: __expectInt32(output.maxBitrate),
|
|
5632
|
+
NumberBFramesBetweenReferenceFrames: __expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
5599
5633
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
5600
5634
|
? deserializeAws_restJson1Av1QvbrSettings(output.qvbrSettings, context)
|
|
5601
5635
|
: undefined,
|
|
5602
5636
|
RateControlMode: __expectString(output.rateControlMode),
|
|
5603
|
-
Slices:
|
|
5637
|
+
Slices: __expectInt32(output.slices),
|
|
5604
5638
|
SpatialAdaptiveQuantization: __expectString(output.spatialAdaptiveQuantization),
|
|
5605
5639
|
};
|
|
5606
5640
|
};
|
|
@@ -5617,8 +5651,8 @@ var deserializeAws_restJson1AvcIntraSettings = function (output, context) {
|
|
|
5617
5651
|
: undefined,
|
|
5618
5652
|
FramerateControl: __expectString(output.framerateControl),
|
|
5619
5653
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
5620
|
-
FramerateDenominator:
|
|
5621
|
-
FramerateNumerator:
|
|
5654
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
5655
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
5622
5656
|
InterlaceMode: __expectString(output.interlaceMode),
|
|
5623
5657
|
ScanTypeConversionMode: __expectString(output.scanTypeConversionMode),
|
|
5624
5658
|
SlowPal: __expectString(output.slowPal),
|
|
@@ -5634,21 +5668,21 @@ var deserializeAws_restJson1BurninDestinationSettings = function (output, contex
|
|
|
5634
5668
|
return {
|
|
5635
5669
|
Alignment: __expectString(output.alignment),
|
|
5636
5670
|
BackgroundColor: __expectString(output.backgroundColor),
|
|
5637
|
-
BackgroundOpacity:
|
|
5671
|
+
BackgroundOpacity: __expectInt32(output.backgroundOpacity),
|
|
5638
5672
|
FontColor: __expectString(output.fontColor),
|
|
5639
|
-
FontOpacity:
|
|
5640
|
-
FontResolution:
|
|
5673
|
+
FontOpacity: __expectInt32(output.fontOpacity),
|
|
5674
|
+
FontResolution: __expectInt32(output.fontResolution),
|
|
5641
5675
|
FontScript: __expectString(output.fontScript),
|
|
5642
|
-
FontSize:
|
|
5676
|
+
FontSize: __expectInt32(output.fontSize),
|
|
5643
5677
|
OutlineColor: __expectString(output.outlineColor),
|
|
5644
|
-
OutlineSize:
|
|
5678
|
+
OutlineSize: __expectInt32(output.outlineSize),
|
|
5645
5679
|
ShadowColor: __expectString(output.shadowColor),
|
|
5646
|
-
ShadowOpacity:
|
|
5647
|
-
ShadowXOffset:
|
|
5648
|
-
ShadowYOffset:
|
|
5680
|
+
ShadowOpacity: __expectInt32(output.shadowOpacity),
|
|
5681
|
+
ShadowXOffset: __expectInt32(output.shadowXOffset),
|
|
5682
|
+
ShadowYOffset: __expectInt32(output.shadowYOffset),
|
|
5649
5683
|
TeletextSpacing: __expectString(output.teletextSpacing),
|
|
5650
|
-
XPosition:
|
|
5651
|
-
YPosition:
|
|
5684
|
+
XPosition: __expectInt32(output.xPosition),
|
|
5685
|
+
YPosition: __expectInt32(output.yPosition),
|
|
5652
5686
|
};
|
|
5653
5687
|
};
|
|
5654
5688
|
var deserializeAws_restJson1CaptionDescription = function (output, context) {
|
|
@@ -5715,8 +5749,8 @@ var deserializeAws_restJson1CaptionSelector = function (output, context) {
|
|
|
5715
5749
|
};
|
|
5716
5750
|
var deserializeAws_restJson1CaptionSourceFramerate = function (output, context) {
|
|
5717
5751
|
return {
|
|
5718
|
-
FramerateDenominator:
|
|
5719
|
-
FramerateNumerator:
|
|
5752
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
5753
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
5720
5754
|
};
|
|
5721
5755
|
};
|
|
5722
5756
|
var deserializeAws_restJson1CaptionSourceSettings = function (output, context) {
|
|
@@ -5789,16 +5823,16 @@ var deserializeAws_restJson1CmafGroupSettings = function (output, context) {
|
|
|
5789
5823
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
5790
5824
|
? deserializeAws_restJson1CmafEncryptionSettings(output.encryption, context)
|
|
5791
5825
|
: undefined,
|
|
5792
|
-
FragmentLength:
|
|
5826
|
+
FragmentLength: __expectInt32(output.fragmentLength),
|
|
5793
5827
|
ImageBasedTrickPlay: __expectString(output.imageBasedTrickPlay),
|
|
5794
5828
|
ManifestCompression: __expectString(output.manifestCompression),
|
|
5795
5829
|
ManifestDurationFormat: __expectString(output.manifestDurationFormat),
|
|
5796
|
-
MinBufferTime:
|
|
5797
|
-
MinFinalSegmentLength:
|
|
5830
|
+
MinBufferTime: __expectInt32(output.minBufferTime),
|
|
5831
|
+
MinFinalSegmentLength: __limitedParseDouble(output.minFinalSegmentLength),
|
|
5798
5832
|
MpdProfile: __expectString(output.mpdProfile),
|
|
5799
5833
|
PtsOffsetHandlingForBFrames: __expectString(output.ptsOffsetHandlingForBFrames),
|
|
5800
5834
|
SegmentControl: __expectString(output.segmentControl),
|
|
5801
|
-
SegmentLength:
|
|
5835
|
+
SegmentLength: __expectInt32(output.segmentLength),
|
|
5802
5836
|
SegmentLengthControl: __expectString(output.segmentLengthControl),
|
|
5803
5837
|
StreamInfResolution: __expectString(output.streamInfResolution),
|
|
5804
5838
|
TargetDurationCompatibilityMode: __expectString(output.targetDurationCompatibilityMode),
|
|
@@ -5821,15 +5855,15 @@ var deserializeAws_restJson1CmfcSettings = function (output, context) {
|
|
|
5821
5855
|
};
|
|
5822
5856
|
var deserializeAws_restJson1ColorCorrector = function (output, context) {
|
|
5823
5857
|
return {
|
|
5824
|
-
Brightness:
|
|
5858
|
+
Brightness: __expectInt32(output.brightness),
|
|
5825
5859
|
ColorSpaceConversion: __expectString(output.colorSpaceConversion),
|
|
5826
|
-
Contrast:
|
|
5860
|
+
Contrast: __expectInt32(output.contrast),
|
|
5827
5861
|
Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
|
|
5828
5862
|
? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
|
|
5829
5863
|
: undefined,
|
|
5830
|
-
Hue:
|
|
5864
|
+
Hue: __expectInt32(output.hue),
|
|
5831
5865
|
SampleRangeConversion: __expectString(output.sampleRangeConversion),
|
|
5832
|
-
Saturation:
|
|
5866
|
+
Saturation: __expectInt32(output.saturation),
|
|
5833
5867
|
};
|
|
5834
5868
|
};
|
|
5835
5869
|
var deserializeAws_restJson1ContainerSettings = function (output, context) {
|
|
@@ -5891,15 +5925,15 @@ var deserializeAws_restJson1DashIsoGroupSettings = function (output, context) {
|
|
|
5891
5925
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
5892
5926
|
? deserializeAws_restJson1DashIsoEncryptionSettings(output.encryption, context)
|
|
5893
5927
|
: undefined,
|
|
5894
|
-
FragmentLength:
|
|
5928
|
+
FragmentLength: __expectInt32(output.fragmentLength),
|
|
5895
5929
|
HbbtvCompliance: __expectString(output.hbbtvCompliance),
|
|
5896
5930
|
ImageBasedTrickPlay: __expectString(output.imageBasedTrickPlay),
|
|
5897
|
-
MinBufferTime:
|
|
5898
|
-
MinFinalSegmentLength:
|
|
5931
|
+
MinBufferTime: __expectInt32(output.minBufferTime),
|
|
5932
|
+
MinFinalSegmentLength: __limitedParseDouble(output.minFinalSegmentLength),
|
|
5899
5933
|
MpdProfile: __expectString(output.mpdProfile),
|
|
5900
5934
|
PtsOffsetHandlingForBFrames: __expectString(output.ptsOffsetHandlingForBFrames),
|
|
5901
5935
|
SegmentControl: __expectString(output.segmentControl),
|
|
5902
|
-
SegmentLength:
|
|
5936
|
+
SegmentLength: __expectInt32(output.segmentLength),
|
|
5903
5937
|
SegmentLengthControl: __expectString(output.segmentLengthControl),
|
|
5904
5938
|
WriteSegmentTimelineInRepresentation: __expectString(output.writeSegmentTimelineInRepresentation),
|
|
5905
5939
|
};
|
|
@@ -5929,21 +5963,21 @@ var deserializeAws_restJson1DolbyVision = function (output, context) {
|
|
|
5929
5963
|
};
|
|
5930
5964
|
var deserializeAws_restJson1DolbyVisionLevel6Metadata = function (output, context) {
|
|
5931
5965
|
return {
|
|
5932
|
-
MaxCll:
|
|
5933
|
-
MaxFall:
|
|
5966
|
+
MaxCll: __expectInt32(output.maxCll),
|
|
5967
|
+
MaxFall: __expectInt32(output.maxFall),
|
|
5934
5968
|
};
|
|
5935
5969
|
};
|
|
5936
5970
|
var deserializeAws_restJson1DvbNitSettings = function (output, context) {
|
|
5937
5971
|
return {
|
|
5938
|
-
NetworkId:
|
|
5972
|
+
NetworkId: __expectInt32(output.networkId),
|
|
5939
5973
|
NetworkName: __expectString(output.networkName),
|
|
5940
|
-
NitInterval:
|
|
5974
|
+
NitInterval: __expectInt32(output.nitInterval),
|
|
5941
5975
|
};
|
|
5942
5976
|
};
|
|
5943
5977
|
var deserializeAws_restJson1DvbSdtSettings = function (output, context) {
|
|
5944
5978
|
return {
|
|
5945
5979
|
OutputSdt: __expectString(output.outputSdt),
|
|
5946
|
-
SdtInterval:
|
|
5980
|
+
SdtInterval: __expectInt32(output.sdtInterval),
|
|
5947
5981
|
ServiceName: __expectString(output.serviceName),
|
|
5948
5982
|
ServiceProviderName: __expectString(output.serviceProviderName),
|
|
5949
5983
|
};
|
|
@@ -5952,42 +5986,42 @@ var deserializeAws_restJson1DvbSubDestinationSettings = function (output, contex
|
|
|
5952
5986
|
return {
|
|
5953
5987
|
Alignment: __expectString(output.alignment),
|
|
5954
5988
|
BackgroundColor: __expectString(output.backgroundColor),
|
|
5955
|
-
BackgroundOpacity:
|
|
5989
|
+
BackgroundOpacity: __expectInt32(output.backgroundOpacity),
|
|
5956
5990
|
DdsHandling: __expectString(output.ddsHandling),
|
|
5957
|
-
DdsXCoordinate:
|
|
5958
|
-
DdsYCoordinate:
|
|
5991
|
+
DdsXCoordinate: __expectInt32(output.ddsXCoordinate),
|
|
5992
|
+
DdsYCoordinate: __expectInt32(output.ddsYCoordinate),
|
|
5959
5993
|
FontColor: __expectString(output.fontColor),
|
|
5960
|
-
FontOpacity:
|
|
5961
|
-
FontResolution:
|
|
5994
|
+
FontOpacity: __expectInt32(output.fontOpacity),
|
|
5995
|
+
FontResolution: __expectInt32(output.fontResolution),
|
|
5962
5996
|
FontScript: __expectString(output.fontScript),
|
|
5963
|
-
FontSize:
|
|
5964
|
-
Height:
|
|
5997
|
+
FontSize: __expectInt32(output.fontSize),
|
|
5998
|
+
Height: __expectInt32(output.height),
|
|
5965
5999
|
OutlineColor: __expectString(output.outlineColor),
|
|
5966
|
-
OutlineSize:
|
|
6000
|
+
OutlineSize: __expectInt32(output.outlineSize),
|
|
5967
6001
|
ShadowColor: __expectString(output.shadowColor),
|
|
5968
|
-
ShadowOpacity:
|
|
5969
|
-
ShadowXOffset:
|
|
5970
|
-
ShadowYOffset:
|
|
6002
|
+
ShadowOpacity: __expectInt32(output.shadowOpacity),
|
|
6003
|
+
ShadowXOffset: __expectInt32(output.shadowXOffset),
|
|
6004
|
+
ShadowYOffset: __expectInt32(output.shadowYOffset),
|
|
5971
6005
|
SubtitlingType: __expectString(output.subtitlingType),
|
|
5972
6006
|
TeletextSpacing: __expectString(output.teletextSpacing),
|
|
5973
|
-
Width:
|
|
5974
|
-
XPosition:
|
|
5975
|
-
YPosition:
|
|
6007
|
+
Width: __expectInt32(output.width),
|
|
6008
|
+
XPosition: __expectInt32(output.xPosition),
|
|
6009
|
+
YPosition: __expectInt32(output.yPosition),
|
|
5976
6010
|
};
|
|
5977
6011
|
};
|
|
5978
6012
|
var deserializeAws_restJson1DvbSubSourceSettings = function (output, context) {
|
|
5979
6013
|
return {
|
|
5980
|
-
Pid:
|
|
6014
|
+
Pid: __expectInt32(output.pid),
|
|
5981
6015
|
};
|
|
5982
6016
|
};
|
|
5983
6017
|
var deserializeAws_restJson1DvbTdtSettings = function (output, context) {
|
|
5984
6018
|
return {
|
|
5985
|
-
TdtInterval:
|
|
6019
|
+
TdtInterval: __expectInt32(output.tdtInterval),
|
|
5986
6020
|
};
|
|
5987
6021
|
};
|
|
5988
6022
|
var deserializeAws_restJson1Eac3AtmosSettings = function (output, context) {
|
|
5989
6023
|
return {
|
|
5990
|
-
Bitrate:
|
|
6024
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
5991
6025
|
BitstreamMode: __expectString(output.bitstreamMode),
|
|
5992
6026
|
CodingMode: __expectString(output.codingMode),
|
|
5993
6027
|
DialogueIntelligence: __expectString(output.dialogueIntelligence),
|
|
@@ -5995,13 +6029,13 @@ var deserializeAws_restJson1Eac3AtmosSettings = function (output, context) {
|
|
|
5995
6029
|
DynamicRangeCompressionLine: __expectString(output.dynamicRangeCompressionLine),
|
|
5996
6030
|
DynamicRangeCompressionRf: __expectString(output.dynamicRangeCompressionRf),
|
|
5997
6031
|
DynamicRangeControl: __expectString(output.dynamicRangeControl),
|
|
5998
|
-
LoRoCenterMixLevel:
|
|
5999
|
-
LoRoSurroundMixLevel:
|
|
6000
|
-
LtRtCenterMixLevel:
|
|
6001
|
-
LtRtSurroundMixLevel:
|
|
6032
|
+
LoRoCenterMixLevel: __limitedParseDouble(output.loRoCenterMixLevel),
|
|
6033
|
+
LoRoSurroundMixLevel: __limitedParseDouble(output.loRoSurroundMixLevel),
|
|
6034
|
+
LtRtCenterMixLevel: __limitedParseDouble(output.ltRtCenterMixLevel),
|
|
6035
|
+
LtRtSurroundMixLevel: __limitedParseDouble(output.ltRtSurroundMixLevel),
|
|
6002
6036
|
MeteringMode: __expectString(output.meteringMode),
|
|
6003
|
-
SampleRate:
|
|
6004
|
-
SpeechThreshold:
|
|
6037
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
6038
|
+
SpeechThreshold: __expectInt32(output.speechThreshold),
|
|
6005
6039
|
StereoDownmix: __expectString(output.stereoDownmix),
|
|
6006
6040
|
SurroundExMode: __expectString(output.surroundExMode),
|
|
6007
6041
|
};
|
|
@@ -6009,23 +6043,23 @@ var deserializeAws_restJson1Eac3AtmosSettings = function (output, context) {
|
|
|
6009
6043
|
var deserializeAws_restJson1Eac3Settings = function (output, context) {
|
|
6010
6044
|
return {
|
|
6011
6045
|
AttenuationControl: __expectString(output.attenuationControl),
|
|
6012
|
-
Bitrate:
|
|
6046
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
6013
6047
|
BitstreamMode: __expectString(output.bitstreamMode),
|
|
6014
6048
|
CodingMode: __expectString(output.codingMode),
|
|
6015
6049
|
DcFilter: __expectString(output.dcFilter),
|
|
6016
|
-
Dialnorm:
|
|
6050
|
+
Dialnorm: __expectInt32(output.dialnorm),
|
|
6017
6051
|
DynamicRangeCompressionLine: __expectString(output.dynamicRangeCompressionLine),
|
|
6018
6052
|
DynamicRangeCompressionRf: __expectString(output.dynamicRangeCompressionRf),
|
|
6019
6053
|
LfeControl: __expectString(output.lfeControl),
|
|
6020
6054
|
LfeFilter: __expectString(output.lfeFilter),
|
|
6021
|
-
LoRoCenterMixLevel:
|
|
6022
|
-
LoRoSurroundMixLevel:
|
|
6023
|
-
LtRtCenterMixLevel:
|
|
6024
|
-
LtRtSurroundMixLevel:
|
|
6055
|
+
LoRoCenterMixLevel: __limitedParseDouble(output.loRoCenterMixLevel),
|
|
6056
|
+
LoRoSurroundMixLevel: __limitedParseDouble(output.loRoSurroundMixLevel),
|
|
6057
|
+
LtRtCenterMixLevel: __limitedParseDouble(output.ltRtCenterMixLevel),
|
|
6058
|
+
LtRtSurroundMixLevel: __limitedParseDouble(output.ltRtSurroundMixLevel),
|
|
6025
6059
|
MetadataControl: __expectString(output.metadataControl),
|
|
6026
6060
|
PassthroughControl: __expectString(output.passthroughControl),
|
|
6027
6061
|
PhaseControl: __expectString(output.phaseControl),
|
|
6028
|
-
SampleRate:
|
|
6062
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
6029
6063
|
StereoDownmix: __expectString(output.stereoDownmix),
|
|
6030
6064
|
SurroundExMode: __expectString(output.surroundExMode),
|
|
6031
6065
|
SurroundMode: __expectString(output.surroundMode),
|
|
@@ -6033,15 +6067,15 @@ var deserializeAws_restJson1Eac3Settings = function (output, context) {
|
|
|
6033
6067
|
};
|
|
6034
6068
|
var deserializeAws_restJson1EmbeddedDestinationSettings = function (output, context) {
|
|
6035
6069
|
return {
|
|
6036
|
-
Destination608ChannelNumber:
|
|
6037
|
-
Destination708ServiceNumber:
|
|
6070
|
+
Destination608ChannelNumber: __expectInt32(output.destination608ChannelNumber),
|
|
6071
|
+
Destination708ServiceNumber: __expectInt32(output.destination708ServiceNumber),
|
|
6038
6072
|
};
|
|
6039
6073
|
};
|
|
6040
6074
|
var deserializeAws_restJson1EmbeddedSourceSettings = function (output, context) {
|
|
6041
6075
|
return {
|
|
6042
6076
|
Convert608To708: __expectString(output.convert608To708),
|
|
6043
|
-
Source608ChannelNumber:
|
|
6044
|
-
Source608TrackNumber:
|
|
6077
|
+
Source608ChannelNumber: __expectInt32(output.source608ChannelNumber),
|
|
6078
|
+
Source608TrackNumber: __expectInt32(output.source608TrackNumber),
|
|
6045
6079
|
TerminateCaptions: __expectString(output.terminateCaptions),
|
|
6046
6080
|
};
|
|
6047
6081
|
};
|
|
@@ -6060,7 +6094,7 @@ var deserializeAws_restJson1EsamSettings = function (output, context) {
|
|
|
6060
6094
|
ManifestConfirmConditionNotification: output.manifestConfirmConditionNotification !== undefined && output.manifestConfirmConditionNotification !== null
|
|
6061
6095
|
? deserializeAws_restJson1EsamManifestConfirmConditionNotification(output.manifestConfirmConditionNotification, context)
|
|
6062
6096
|
: undefined,
|
|
6063
|
-
ResponseSignalPreroll:
|
|
6097
|
+
ResponseSignalPreroll: __expectInt32(output.responseSignalPreroll),
|
|
6064
6098
|
SignalProcessingNotification: output.signalProcessingNotification !== undefined && output.signalProcessingNotification !== null
|
|
6065
6099
|
? deserializeAws_restJson1EsamSignalProcessingNotification(output.signalProcessingNotification, context)
|
|
6066
6100
|
: undefined,
|
|
@@ -6097,28 +6131,28 @@ var deserializeAws_restJson1FileSourceSettings = function (output, context) {
|
|
|
6097
6131
|
? deserializeAws_restJson1CaptionSourceFramerate(output.framerate, context)
|
|
6098
6132
|
: undefined,
|
|
6099
6133
|
SourceFile: __expectString(output.sourceFile),
|
|
6100
|
-
TimeDelta:
|
|
6134
|
+
TimeDelta: __expectInt32(output.timeDelta),
|
|
6101
6135
|
};
|
|
6102
6136
|
};
|
|
6103
6137
|
var deserializeAws_restJson1FrameCaptureSettings = function (output, context) {
|
|
6104
6138
|
return {
|
|
6105
|
-
FramerateDenominator:
|
|
6106
|
-
FramerateNumerator:
|
|
6107
|
-
MaxCaptures:
|
|
6108
|
-
Quality:
|
|
6139
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
6140
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
6141
|
+
MaxCaptures: __expectInt32(output.maxCaptures),
|
|
6142
|
+
Quality: __expectInt32(output.quality),
|
|
6109
6143
|
};
|
|
6110
6144
|
};
|
|
6111
6145
|
var deserializeAws_restJson1H264QvbrSettings = function (output, context) {
|
|
6112
6146
|
return {
|
|
6113
|
-
MaxAverageBitrate:
|
|
6114
|
-
QvbrQualityLevel:
|
|
6115
|
-
QvbrQualityLevelFineTune:
|
|
6147
|
+
MaxAverageBitrate: __expectInt32(output.maxAverageBitrate),
|
|
6148
|
+
QvbrQualityLevel: __expectInt32(output.qvbrQualityLevel),
|
|
6149
|
+
QvbrQualityLevelFineTune: __limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
6116
6150
|
};
|
|
6117
6151
|
};
|
|
6118
6152
|
var deserializeAws_restJson1H264Settings = function (output, context) {
|
|
6119
6153
|
return {
|
|
6120
6154
|
AdaptiveQuantization: __expectString(output.adaptiveQuantization),
|
|
6121
|
-
Bitrate:
|
|
6155
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
6122
6156
|
CodecLevel: __expectString(output.codecLevel),
|
|
6123
6157
|
CodecProfile: __expectString(output.codecProfile),
|
|
6124
6158
|
DynamicSubGop: __expectString(output.dynamicSubGop),
|
|
@@ -6127,22 +6161,22 @@ var deserializeAws_restJson1H264Settings = function (output, context) {
|
|
|
6127
6161
|
FlickerAdaptiveQuantization: __expectString(output.flickerAdaptiveQuantization),
|
|
6128
6162
|
FramerateControl: __expectString(output.framerateControl),
|
|
6129
6163
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
6130
|
-
FramerateDenominator:
|
|
6131
|
-
FramerateNumerator:
|
|
6164
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
6165
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
6132
6166
|
GopBReference: __expectString(output.gopBReference),
|
|
6133
|
-
GopClosedCadence:
|
|
6134
|
-
GopSize:
|
|
6167
|
+
GopClosedCadence: __expectInt32(output.gopClosedCadence),
|
|
6168
|
+
GopSize: __limitedParseDouble(output.gopSize),
|
|
6135
6169
|
GopSizeUnits: __expectString(output.gopSizeUnits),
|
|
6136
|
-
HrdBufferInitialFillPercentage:
|
|
6137
|
-
HrdBufferSize:
|
|
6170
|
+
HrdBufferInitialFillPercentage: __expectInt32(output.hrdBufferInitialFillPercentage),
|
|
6171
|
+
HrdBufferSize: __expectInt32(output.hrdBufferSize),
|
|
6138
6172
|
InterlaceMode: __expectString(output.interlaceMode),
|
|
6139
|
-
MaxBitrate:
|
|
6140
|
-
MinIInterval:
|
|
6141
|
-
NumberBFramesBetweenReferenceFrames:
|
|
6142
|
-
NumberReferenceFrames:
|
|
6173
|
+
MaxBitrate: __expectInt32(output.maxBitrate),
|
|
6174
|
+
MinIInterval: __expectInt32(output.minIInterval),
|
|
6175
|
+
NumberBFramesBetweenReferenceFrames: __expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
6176
|
+
NumberReferenceFrames: __expectInt32(output.numberReferenceFrames),
|
|
6143
6177
|
ParControl: __expectString(output.parControl),
|
|
6144
|
-
ParDenominator:
|
|
6145
|
-
ParNumerator:
|
|
6178
|
+
ParDenominator: __expectInt32(output.parDenominator),
|
|
6179
|
+
ParNumerator: __expectInt32(output.parNumerator),
|
|
6146
6180
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
6147
6181
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
6148
6182
|
? deserializeAws_restJson1H264QvbrSettings(output.qvbrSettings, context)
|
|
@@ -6151,9 +6185,9 @@ var deserializeAws_restJson1H264Settings = function (output, context) {
|
|
|
6151
6185
|
RepeatPps: __expectString(output.repeatPps),
|
|
6152
6186
|
ScanTypeConversionMode: __expectString(output.scanTypeConversionMode),
|
|
6153
6187
|
SceneChangeDetect: __expectString(output.sceneChangeDetect),
|
|
6154
|
-
Slices:
|
|
6188
|
+
Slices: __expectInt32(output.slices),
|
|
6155
6189
|
SlowPal: __expectString(output.slowPal),
|
|
6156
|
-
Softness:
|
|
6190
|
+
Softness: __expectInt32(output.softness),
|
|
6157
6191
|
SpatialAdaptiveQuantization: __expectString(output.spatialAdaptiveQuantization),
|
|
6158
6192
|
Syntax: __expectString(output.syntax),
|
|
6159
6193
|
Telecine: __expectString(output.telecine),
|
|
@@ -6163,38 +6197,38 @@ var deserializeAws_restJson1H264Settings = function (output, context) {
|
|
|
6163
6197
|
};
|
|
6164
6198
|
var deserializeAws_restJson1H265QvbrSettings = function (output, context) {
|
|
6165
6199
|
return {
|
|
6166
|
-
MaxAverageBitrate:
|
|
6167
|
-
QvbrQualityLevel:
|
|
6168
|
-
QvbrQualityLevelFineTune:
|
|
6200
|
+
MaxAverageBitrate: __expectInt32(output.maxAverageBitrate),
|
|
6201
|
+
QvbrQualityLevel: __expectInt32(output.qvbrQualityLevel),
|
|
6202
|
+
QvbrQualityLevelFineTune: __limitedParseDouble(output.qvbrQualityLevelFineTune),
|
|
6169
6203
|
};
|
|
6170
6204
|
};
|
|
6171
6205
|
var deserializeAws_restJson1H265Settings = function (output, context) {
|
|
6172
6206
|
return {
|
|
6173
6207
|
AdaptiveQuantization: __expectString(output.adaptiveQuantization),
|
|
6174
6208
|
AlternateTransferFunctionSei: __expectString(output.alternateTransferFunctionSei),
|
|
6175
|
-
Bitrate:
|
|
6209
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
6176
6210
|
CodecLevel: __expectString(output.codecLevel),
|
|
6177
6211
|
CodecProfile: __expectString(output.codecProfile),
|
|
6178
6212
|
DynamicSubGop: __expectString(output.dynamicSubGop),
|
|
6179
6213
|
FlickerAdaptiveQuantization: __expectString(output.flickerAdaptiveQuantization),
|
|
6180
6214
|
FramerateControl: __expectString(output.framerateControl),
|
|
6181
6215
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
6182
|
-
FramerateDenominator:
|
|
6183
|
-
FramerateNumerator:
|
|
6216
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
6217
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
6184
6218
|
GopBReference: __expectString(output.gopBReference),
|
|
6185
|
-
GopClosedCadence:
|
|
6186
|
-
GopSize:
|
|
6219
|
+
GopClosedCadence: __expectInt32(output.gopClosedCadence),
|
|
6220
|
+
GopSize: __limitedParseDouble(output.gopSize),
|
|
6187
6221
|
GopSizeUnits: __expectString(output.gopSizeUnits),
|
|
6188
|
-
HrdBufferInitialFillPercentage:
|
|
6189
|
-
HrdBufferSize:
|
|
6222
|
+
HrdBufferInitialFillPercentage: __expectInt32(output.hrdBufferInitialFillPercentage),
|
|
6223
|
+
HrdBufferSize: __expectInt32(output.hrdBufferSize),
|
|
6190
6224
|
InterlaceMode: __expectString(output.interlaceMode),
|
|
6191
|
-
MaxBitrate:
|
|
6192
|
-
MinIInterval:
|
|
6193
|
-
NumberBFramesBetweenReferenceFrames:
|
|
6194
|
-
NumberReferenceFrames:
|
|
6225
|
+
MaxBitrate: __expectInt32(output.maxBitrate),
|
|
6226
|
+
MinIInterval: __expectInt32(output.minIInterval),
|
|
6227
|
+
NumberBFramesBetweenReferenceFrames: __expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
6228
|
+
NumberReferenceFrames: __expectInt32(output.numberReferenceFrames),
|
|
6195
6229
|
ParControl: __expectString(output.parControl),
|
|
6196
|
-
ParDenominator:
|
|
6197
|
-
ParNumerator:
|
|
6230
|
+
ParDenominator: __expectInt32(output.parDenominator),
|
|
6231
|
+
ParNumerator: __expectInt32(output.parNumerator),
|
|
6198
6232
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
6199
6233
|
QvbrSettings: output.qvbrSettings !== undefined && output.qvbrSettings !== null
|
|
6200
6234
|
? deserializeAws_restJson1H265QvbrSettings(output.qvbrSettings, context)
|
|
@@ -6203,7 +6237,7 @@ var deserializeAws_restJson1H265Settings = function (output, context) {
|
|
|
6203
6237
|
SampleAdaptiveOffsetFilterMode: __expectString(output.sampleAdaptiveOffsetFilterMode),
|
|
6204
6238
|
ScanTypeConversionMode: __expectString(output.scanTypeConversionMode),
|
|
6205
6239
|
SceneChangeDetect: __expectString(output.sceneChangeDetect),
|
|
6206
|
-
Slices:
|
|
6240
|
+
Slices: __expectInt32(output.slices),
|
|
6207
6241
|
SlowPal: __expectString(output.slowPal),
|
|
6208
6242
|
SpatialAdaptiveQuantization: __expectString(output.spatialAdaptiveQuantization),
|
|
6209
6243
|
Telecine: __expectString(output.telecine),
|
|
@@ -6216,24 +6250,24 @@ var deserializeAws_restJson1H265Settings = function (output, context) {
|
|
|
6216
6250
|
};
|
|
6217
6251
|
var deserializeAws_restJson1Hdr10Metadata = function (output, context) {
|
|
6218
6252
|
return {
|
|
6219
|
-
BluePrimaryX:
|
|
6220
|
-
BluePrimaryY:
|
|
6221
|
-
GreenPrimaryX:
|
|
6222
|
-
GreenPrimaryY:
|
|
6223
|
-
MaxContentLightLevel:
|
|
6224
|
-
MaxFrameAverageLightLevel:
|
|
6225
|
-
MaxLuminance:
|
|
6226
|
-
MinLuminance:
|
|
6227
|
-
RedPrimaryX:
|
|
6228
|
-
RedPrimaryY:
|
|
6229
|
-
WhitePointX:
|
|
6230
|
-
WhitePointY:
|
|
6253
|
+
BluePrimaryX: __expectInt32(output.bluePrimaryX),
|
|
6254
|
+
BluePrimaryY: __expectInt32(output.bluePrimaryY),
|
|
6255
|
+
GreenPrimaryX: __expectInt32(output.greenPrimaryX),
|
|
6256
|
+
GreenPrimaryY: __expectInt32(output.greenPrimaryY),
|
|
6257
|
+
MaxContentLightLevel: __expectInt32(output.maxContentLightLevel),
|
|
6258
|
+
MaxFrameAverageLightLevel: __expectInt32(output.maxFrameAverageLightLevel),
|
|
6259
|
+
MaxLuminance: __expectInt32(output.maxLuminance),
|
|
6260
|
+
MinLuminance: __expectInt32(output.minLuminance),
|
|
6261
|
+
RedPrimaryX: __expectInt32(output.redPrimaryX),
|
|
6262
|
+
RedPrimaryY: __expectInt32(output.redPrimaryY),
|
|
6263
|
+
WhitePointX: __expectInt32(output.whitePointX),
|
|
6264
|
+
WhitePointY: __expectInt32(output.whitePointY),
|
|
6231
6265
|
};
|
|
6232
6266
|
};
|
|
6233
6267
|
var deserializeAws_restJson1Hdr10Plus = function (output, context) {
|
|
6234
6268
|
return {
|
|
6235
|
-
MasteringMonitorNits:
|
|
6236
|
-
TargetMonitorNits:
|
|
6269
|
+
MasteringMonitorNits: __expectInt32(output.masteringMonitorNits),
|
|
6270
|
+
TargetMonitorNits: __expectInt32(output.targetMonitorNits),
|
|
6237
6271
|
};
|
|
6238
6272
|
};
|
|
6239
6273
|
var deserializeAws_restJson1HlsAdditionalManifest = function (output, context) {
|
|
@@ -6246,7 +6280,7 @@ var deserializeAws_restJson1HlsAdditionalManifest = function (output, context) {
|
|
|
6246
6280
|
};
|
|
6247
6281
|
var deserializeAws_restJson1HlsCaptionLanguageMapping = function (output, context) {
|
|
6248
6282
|
return {
|
|
6249
|
-
CaptionChannel:
|
|
6283
|
+
CaptionChannel: __expectInt32(output.captionChannel),
|
|
6250
6284
|
CustomLanguageCode: __expectString(output.customLanguageCode),
|
|
6251
6285
|
LanguageCode: __expectString(output.languageCode),
|
|
6252
6286
|
LanguageDescription: __expectString(output.languageDescription),
|
|
@@ -6294,20 +6328,20 @@ var deserializeAws_restJson1HlsGroupSettings = function (output, context) {
|
|
|
6294
6328
|
ImageBasedTrickPlay: __expectString(output.imageBasedTrickPlay),
|
|
6295
6329
|
ManifestCompression: __expectString(output.manifestCompression),
|
|
6296
6330
|
ManifestDurationFormat: __expectString(output.manifestDurationFormat),
|
|
6297
|
-
MinFinalSegmentLength:
|
|
6298
|
-
MinSegmentLength:
|
|
6331
|
+
MinFinalSegmentLength: __limitedParseDouble(output.minFinalSegmentLength),
|
|
6332
|
+
MinSegmentLength: __expectInt32(output.minSegmentLength),
|
|
6299
6333
|
OutputSelection: __expectString(output.outputSelection),
|
|
6300
6334
|
ProgramDateTime: __expectString(output.programDateTime),
|
|
6301
|
-
ProgramDateTimePeriod:
|
|
6335
|
+
ProgramDateTimePeriod: __expectInt32(output.programDateTimePeriod),
|
|
6302
6336
|
SegmentControl: __expectString(output.segmentControl),
|
|
6303
|
-
SegmentLength:
|
|
6337
|
+
SegmentLength: __expectInt32(output.segmentLength),
|
|
6304
6338
|
SegmentLengthControl: __expectString(output.segmentLengthControl),
|
|
6305
|
-
SegmentsPerSubdirectory:
|
|
6339
|
+
SegmentsPerSubdirectory: __expectInt32(output.segmentsPerSubdirectory),
|
|
6306
6340
|
StreamInfResolution: __expectString(output.streamInfResolution),
|
|
6307
6341
|
TargetDurationCompatibilityMode: __expectString(output.targetDurationCompatibilityMode),
|
|
6308
6342
|
TimedMetadataId3Frame: __expectString(output.timedMetadataId3Frame),
|
|
6309
|
-
TimedMetadataId3Period:
|
|
6310
|
-
TimestampDeltaMilliseconds:
|
|
6343
|
+
TimedMetadataId3Period: __expectInt32(output.timedMetadataId3Period),
|
|
6344
|
+
TimestampDeltaMilliseconds: __expectInt32(output.timestampDeltaMilliseconds),
|
|
6311
6345
|
};
|
|
6312
6346
|
};
|
|
6313
6347
|
var deserializeAws_restJson1HlsRenditionGroupSettings = function (output, context) {
|
|
@@ -6330,9 +6364,9 @@ var deserializeAws_restJson1HlsSettings = function (output, context) {
|
|
|
6330
6364
|
};
|
|
6331
6365
|
var deserializeAws_restJson1HopDestination = function (output, context) {
|
|
6332
6366
|
return {
|
|
6333
|
-
Priority:
|
|
6367
|
+
Priority: __expectInt32(output.priority),
|
|
6334
6368
|
Queue: __expectString(output.queue),
|
|
6335
|
-
WaitMinutes:
|
|
6369
|
+
WaitMinutes: __expectInt32(output.waitMinutes),
|
|
6336
6370
|
};
|
|
6337
6371
|
};
|
|
6338
6372
|
var deserializeAws_restJson1Id3Insertion = function (output, context) {
|
|
@@ -6374,7 +6408,7 @@ var deserializeAws_restJson1Input = function (output, context) {
|
|
|
6374
6408
|
DenoiseFilter: __expectString(output.denoiseFilter),
|
|
6375
6409
|
FileInput: __expectString(output.fileInput),
|
|
6376
6410
|
FilterEnable: __expectString(output.filterEnable),
|
|
6377
|
-
FilterStrength:
|
|
6411
|
+
FilterStrength: __expectInt32(output.filterStrength),
|
|
6378
6412
|
ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
|
|
6379
6413
|
? deserializeAws_restJson1ImageInserter(output.imageInserter, context)
|
|
6380
6414
|
: undefined,
|
|
@@ -6385,7 +6419,7 @@ var deserializeAws_restJson1Input = function (output, context) {
|
|
|
6385
6419
|
Position: output.position !== undefined && output.position !== null
|
|
6386
6420
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
6387
6421
|
: undefined,
|
|
6388
|
-
ProgramNumber:
|
|
6422
|
+
ProgramNumber: __expectInt32(output.programNumber),
|
|
6389
6423
|
PsiControl: __expectString(output.psiControl),
|
|
6390
6424
|
SupplementalImps: output.supplementalImps !== undefined && output.supplementalImps !== null
|
|
6391
6425
|
? deserializeAws_restJson1__listOf__stringPatternS3ASSETMAPXml(output.supplementalImps, context)
|
|
@@ -6428,7 +6462,7 @@ var deserializeAws_restJson1InputTemplate = function (output, context) {
|
|
|
6428
6462
|
DeblockFilter: __expectString(output.deblockFilter),
|
|
6429
6463
|
DenoiseFilter: __expectString(output.denoiseFilter),
|
|
6430
6464
|
FilterEnable: __expectString(output.filterEnable),
|
|
6431
|
-
FilterStrength:
|
|
6465
|
+
FilterStrength: __expectInt32(output.filterStrength),
|
|
6432
6466
|
ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
|
|
6433
6467
|
? deserializeAws_restJson1ImageInserter(output.imageInserter, context)
|
|
6434
6468
|
: undefined,
|
|
@@ -6439,7 +6473,7 @@ var deserializeAws_restJson1InputTemplate = function (output, context) {
|
|
|
6439
6473
|
Position: output.position !== undefined && output.position !== null
|
|
6440
6474
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
6441
6475
|
: undefined,
|
|
6442
|
-
ProgramNumber:
|
|
6476
|
+
ProgramNumber: __expectInt32(output.programNumber),
|
|
6443
6477
|
PsiControl: __expectString(output.psiControl),
|
|
6444
6478
|
TimecodeSource: __expectString(output.timecodeSource),
|
|
6445
6479
|
TimecodeStart: __expectString(output.timecodeStart),
|
|
@@ -6450,17 +6484,17 @@ var deserializeAws_restJson1InputTemplate = function (output, context) {
|
|
|
6450
6484
|
};
|
|
6451
6485
|
var deserializeAws_restJson1InsertableImage = function (output, context) {
|
|
6452
6486
|
return {
|
|
6453
|
-
Duration:
|
|
6454
|
-
FadeIn:
|
|
6455
|
-
FadeOut:
|
|
6456
|
-
Height:
|
|
6487
|
+
Duration: __expectInt32(output.duration),
|
|
6488
|
+
FadeIn: __expectInt32(output.fadeIn),
|
|
6489
|
+
FadeOut: __expectInt32(output.fadeOut),
|
|
6490
|
+
Height: __expectInt32(output.height),
|
|
6457
6491
|
ImageInserterInput: __expectString(output.imageInserterInput),
|
|
6458
|
-
ImageX:
|
|
6459
|
-
ImageY:
|
|
6460
|
-
Layer:
|
|
6461
|
-
Opacity:
|
|
6492
|
+
ImageX: __expectInt32(output.imageX),
|
|
6493
|
+
ImageY: __expectInt32(output.imageY),
|
|
6494
|
+
Layer: __expectInt32(output.layer),
|
|
6495
|
+
Opacity: __expectInt32(output.opacity),
|
|
6462
6496
|
StartTime: __expectString(output.startTime),
|
|
6463
|
-
Width:
|
|
6497
|
+
Width: __expectInt32(output.width),
|
|
6464
6498
|
};
|
|
6465
6499
|
};
|
|
6466
6500
|
var deserializeAws_restJson1Job = function (output, context) {
|
|
@@ -6472,16 +6506,16 @@ var deserializeAws_restJson1Job = function (output, context) {
|
|
|
6472
6506
|
Arn: __expectString(output.arn),
|
|
6473
6507
|
BillingTagsSource: __expectString(output.billingTagsSource),
|
|
6474
6508
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
6475
|
-
?
|
|
6509
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.createdAt)))
|
|
6476
6510
|
: undefined,
|
|
6477
6511
|
CurrentPhase: __expectString(output.currentPhase),
|
|
6478
|
-
ErrorCode:
|
|
6512
|
+
ErrorCode: __expectInt32(output.errorCode),
|
|
6479
6513
|
ErrorMessage: __expectString(output.errorMessage),
|
|
6480
6514
|
HopDestinations: output.hopDestinations !== undefined && output.hopDestinations !== null
|
|
6481
6515
|
? deserializeAws_restJson1__listOfHopDestination(output.hopDestinations, context)
|
|
6482
6516
|
: undefined,
|
|
6483
6517
|
Id: __expectString(output.id),
|
|
6484
|
-
JobPercentComplete:
|
|
6518
|
+
JobPercentComplete: __expectInt32(output.jobPercentComplete),
|
|
6485
6519
|
JobTemplate: __expectString(output.jobTemplate),
|
|
6486
6520
|
Messages: output.messages !== undefined && output.messages !== null
|
|
6487
6521
|
? deserializeAws_restJson1JobMessages(output.messages, context)
|
|
@@ -6489,12 +6523,12 @@ var deserializeAws_restJson1Job = function (output, context) {
|
|
|
6489
6523
|
OutputGroupDetails: output.outputGroupDetails !== undefined && output.outputGroupDetails !== null
|
|
6490
6524
|
? deserializeAws_restJson1__listOfOutputGroupDetail(output.outputGroupDetails, context)
|
|
6491
6525
|
: undefined,
|
|
6492
|
-
Priority:
|
|
6526
|
+
Priority: __expectInt32(output.priority),
|
|
6493
6527
|
Queue: __expectString(output.queue),
|
|
6494
6528
|
QueueTransitions: output.queueTransitions !== undefined && output.queueTransitions !== null
|
|
6495
6529
|
? deserializeAws_restJson1__listOfQueueTransition(output.queueTransitions, context)
|
|
6496
6530
|
: undefined,
|
|
6497
|
-
RetryCount:
|
|
6531
|
+
RetryCount: __expectInt32(output.retryCount),
|
|
6498
6532
|
Role: __expectString(output.role),
|
|
6499
6533
|
Settings: output.settings !== undefined && output.settings !== null
|
|
6500
6534
|
? deserializeAws_restJson1JobSettings(output.settings, context)
|
|
@@ -6522,7 +6556,7 @@ var deserializeAws_restJson1JobMessages = function (output, context) {
|
|
|
6522
6556
|
};
|
|
6523
6557
|
var deserializeAws_restJson1JobSettings = function (output, context) {
|
|
6524
6558
|
return {
|
|
6525
|
-
AdAvailOffset:
|
|
6559
|
+
AdAvailOffset: __expectInt32(output.adAvailOffset),
|
|
6526
6560
|
AvailBlanking: output.availBlanking !== undefined && output.availBlanking !== null
|
|
6527
6561
|
? deserializeAws_restJson1AvailBlanking(output.availBlanking, context)
|
|
6528
6562
|
: undefined,
|
|
@@ -6566,17 +6600,17 @@ var deserializeAws_restJson1JobTemplate = function (output, context) {
|
|
|
6566
6600
|
Arn: __expectString(output.arn),
|
|
6567
6601
|
Category: __expectString(output.category),
|
|
6568
6602
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
6569
|
-
?
|
|
6603
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.createdAt)))
|
|
6570
6604
|
: undefined,
|
|
6571
6605
|
Description: __expectString(output.description),
|
|
6572
6606
|
HopDestinations: output.hopDestinations !== undefined && output.hopDestinations !== null
|
|
6573
6607
|
? deserializeAws_restJson1__listOfHopDestination(output.hopDestinations, context)
|
|
6574
6608
|
: undefined,
|
|
6575
6609
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
6576
|
-
?
|
|
6610
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.lastUpdated)))
|
|
6577
6611
|
: undefined,
|
|
6578
6612
|
Name: __expectString(output.name),
|
|
6579
|
-
Priority:
|
|
6613
|
+
Priority: __expectInt32(output.priority),
|
|
6580
6614
|
Queue: __expectString(output.queue),
|
|
6581
6615
|
Settings: output.settings !== undefined && output.settings !== null
|
|
6582
6616
|
? deserializeAws_restJson1JobTemplateSettings(output.settings, context)
|
|
@@ -6587,7 +6621,7 @@ var deserializeAws_restJson1JobTemplate = function (output, context) {
|
|
|
6587
6621
|
};
|
|
6588
6622
|
var deserializeAws_restJson1JobTemplateSettings = function (output, context) {
|
|
6589
6623
|
return {
|
|
6590
|
-
AdAvailOffset:
|
|
6624
|
+
AdAvailOffset: __expectInt32(output.adAvailOffset),
|
|
6591
6625
|
AvailBlanking: output.availBlanking !== undefined && output.availBlanking !== null
|
|
6592
6626
|
? deserializeAws_restJson1AvailBlanking(output.availBlanking, context)
|
|
6593
6627
|
: undefined,
|
|
@@ -6628,8 +6662,8 @@ var deserializeAws_restJson1KantarWatermarkSettings = function (output, context)
|
|
|
6628
6662
|
ChannelName: __expectString(output.channelName),
|
|
6629
6663
|
ContentReference: __expectString(output.contentReference),
|
|
6630
6664
|
CredentialsSecretName: __expectString(output.credentialsSecretName),
|
|
6631
|
-
FileOffset:
|
|
6632
|
-
KantarLicenseId:
|
|
6665
|
+
FileOffset: __limitedParseDouble(output.fileOffset),
|
|
6666
|
+
KantarLicenseId: __expectInt32(output.kantarLicenseId),
|
|
6633
6667
|
KantarServerUrl: __expectString(output.kantarServerUrl),
|
|
6634
6668
|
LogDestination: __expectString(output.logDestination),
|
|
6635
6669
|
Metadata3: __expectString(output.metadata3),
|
|
@@ -6642,18 +6676,18 @@ var deserializeAws_restJson1KantarWatermarkSettings = function (output, context)
|
|
|
6642
6676
|
};
|
|
6643
6677
|
var deserializeAws_restJson1M2tsScte35Esam = function (output, context) {
|
|
6644
6678
|
return {
|
|
6645
|
-
Scte35EsamPid:
|
|
6679
|
+
Scte35EsamPid: __expectInt32(output.scte35EsamPid),
|
|
6646
6680
|
};
|
|
6647
6681
|
};
|
|
6648
6682
|
var deserializeAws_restJson1M2tsSettings = function (output, context) {
|
|
6649
6683
|
return {
|
|
6650
6684
|
AudioBufferModel: __expectString(output.audioBufferModel),
|
|
6651
6685
|
AudioDuration: __expectString(output.audioDuration),
|
|
6652
|
-
AudioFramesPerPes:
|
|
6686
|
+
AudioFramesPerPes: __expectInt32(output.audioFramesPerPes),
|
|
6653
6687
|
AudioPids: output.audioPids !== undefined && output.audioPids !== null
|
|
6654
6688
|
? deserializeAws_restJson1__listOf__integerMin32Max8182(output.audioPids, context)
|
|
6655
6689
|
: undefined,
|
|
6656
|
-
Bitrate:
|
|
6690
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
6657
6691
|
BufferModel: __expectString(output.bufferModel),
|
|
6658
6692
|
DataPTSControl: __expectString(output.dataPTSControl),
|
|
6659
6693
|
DvbNitSettings: output.dvbNitSettings !== undefined && output.dvbNitSettings !== null
|
|
@@ -6668,60 +6702,60 @@ var deserializeAws_restJson1M2tsSettings = function (output, context) {
|
|
|
6668
6702
|
DvbTdtSettings: output.dvbTdtSettings !== undefined && output.dvbTdtSettings !== null
|
|
6669
6703
|
? deserializeAws_restJson1DvbTdtSettings(output.dvbTdtSettings, context)
|
|
6670
6704
|
: undefined,
|
|
6671
|
-
DvbTeletextPid:
|
|
6705
|
+
DvbTeletextPid: __expectInt32(output.dvbTeletextPid),
|
|
6672
6706
|
EbpAudioInterval: __expectString(output.ebpAudioInterval),
|
|
6673
6707
|
EbpPlacement: __expectString(output.ebpPlacement),
|
|
6674
6708
|
EsRateInPes: __expectString(output.esRateInPes),
|
|
6675
6709
|
ForceTsVideoEbpOrder: __expectString(output.forceTsVideoEbpOrder),
|
|
6676
|
-
FragmentTime:
|
|
6677
|
-
MaxPcrInterval:
|
|
6678
|
-
MinEbpInterval:
|
|
6710
|
+
FragmentTime: __limitedParseDouble(output.fragmentTime),
|
|
6711
|
+
MaxPcrInterval: __expectInt32(output.maxPcrInterval),
|
|
6712
|
+
MinEbpInterval: __expectInt32(output.minEbpInterval),
|
|
6679
6713
|
NielsenId3: __expectString(output.nielsenId3),
|
|
6680
|
-
NullPacketBitrate:
|
|
6681
|
-
PatInterval:
|
|
6714
|
+
NullPacketBitrate: __limitedParseDouble(output.nullPacketBitrate),
|
|
6715
|
+
PatInterval: __expectInt32(output.patInterval),
|
|
6682
6716
|
PcrControl: __expectString(output.pcrControl),
|
|
6683
|
-
PcrPid:
|
|
6684
|
-
PmtInterval:
|
|
6685
|
-
PmtPid:
|
|
6686
|
-
PrivateMetadataPid:
|
|
6687
|
-
ProgramNumber:
|
|
6717
|
+
PcrPid: __expectInt32(output.pcrPid),
|
|
6718
|
+
PmtInterval: __expectInt32(output.pmtInterval),
|
|
6719
|
+
PmtPid: __expectInt32(output.pmtPid),
|
|
6720
|
+
PrivateMetadataPid: __expectInt32(output.privateMetadataPid),
|
|
6721
|
+
ProgramNumber: __expectInt32(output.programNumber),
|
|
6688
6722
|
RateMode: __expectString(output.rateMode),
|
|
6689
6723
|
Scte35Esam: output.scte35Esam !== undefined && output.scte35Esam !== null
|
|
6690
6724
|
? deserializeAws_restJson1M2tsScte35Esam(output.scte35Esam, context)
|
|
6691
6725
|
: undefined,
|
|
6692
|
-
Scte35Pid:
|
|
6726
|
+
Scte35Pid: __expectInt32(output.scte35Pid),
|
|
6693
6727
|
Scte35Source: __expectString(output.scte35Source),
|
|
6694
6728
|
SegmentationMarkers: __expectString(output.segmentationMarkers),
|
|
6695
6729
|
SegmentationStyle: __expectString(output.segmentationStyle),
|
|
6696
|
-
SegmentationTime:
|
|
6697
|
-
TimedMetadataPid:
|
|
6698
|
-
TransportStreamId:
|
|
6699
|
-
VideoPid:
|
|
6730
|
+
SegmentationTime: __limitedParseDouble(output.segmentationTime),
|
|
6731
|
+
TimedMetadataPid: __expectInt32(output.timedMetadataPid),
|
|
6732
|
+
TransportStreamId: __expectInt32(output.transportStreamId),
|
|
6733
|
+
VideoPid: __expectInt32(output.videoPid),
|
|
6700
6734
|
};
|
|
6701
6735
|
};
|
|
6702
6736
|
var deserializeAws_restJson1M3u8Settings = function (output, context) {
|
|
6703
6737
|
return {
|
|
6704
6738
|
AudioDuration: __expectString(output.audioDuration),
|
|
6705
|
-
AudioFramesPerPes:
|
|
6739
|
+
AudioFramesPerPes: __expectInt32(output.audioFramesPerPes),
|
|
6706
6740
|
AudioPids: output.audioPids !== undefined && output.audioPids !== null
|
|
6707
6741
|
? deserializeAws_restJson1__listOf__integerMin32Max8182(output.audioPids, context)
|
|
6708
6742
|
: undefined,
|
|
6709
6743
|
DataPTSControl: __expectString(output.dataPTSControl),
|
|
6710
|
-
MaxPcrInterval:
|
|
6744
|
+
MaxPcrInterval: __expectInt32(output.maxPcrInterval),
|
|
6711
6745
|
NielsenId3: __expectString(output.nielsenId3),
|
|
6712
|
-
PatInterval:
|
|
6746
|
+
PatInterval: __expectInt32(output.patInterval),
|
|
6713
6747
|
PcrControl: __expectString(output.pcrControl),
|
|
6714
|
-
PcrPid:
|
|
6715
|
-
PmtInterval:
|
|
6716
|
-
PmtPid:
|
|
6717
|
-
PrivateMetadataPid:
|
|
6718
|
-
ProgramNumber:
|
|
6719
|
-
Scte35Pid:
|
|
6748
|
+
PcrPid: __expectInt32(output.pcrPid),
|
|
6749
|
+
PmtInterval: __expectInt32(output.pmtInterval),
|
|
6750
|
+
PmtPid: __expectInt32(output.pmtPid),
|
|
6751
|
+
PrivateMetadataPid: __expectInt32(output.privateMetadataPid),
|
|
6752
|
+
ProgramNumber: __expectInt32(output.programNumber),
|
|
6753
|
+
Scte35Pid: __expectInt32(output.scte35Pid),
|
|
6720
6754
|
Scte35Source: __expectString(output.scte35Source),
|
|
6721
6755
|
TimedMetadata: __expectString(output.timedMetadata),
|
|
6722
|
-
TimedMetadataPid:
|
|
6723
|
-
TransportStreamId:
|
|
6724
|
-
VideoPid:
|
|
6756
|
+
TimedMetadataPid: __expectInt32(output.timedMetadataPid),
|
|
6757
|
+
TransportStreamId: __expectInt32(output.transportStreamId),
|
|
6758
|
+
VideoPid: __expectInt32(output.videoPid),
|
|
6725
6759
|
};
|
|
6726
6760
|
};
|
|
6727
6761
|
var deserializeAws_restJson1MotionImageInserter = function (output, context) {
|
|
@@ -6740,14 +6774,14 @@ var deserializeAws_restJson1MotionImageInserter = function (output, context) {
|
|
|
6740
6774
|
};
|
|
6741
6775
|
var deserializeAws_restJson1MotionImageInsertionFramerate = function (output, context) {
|
|
6742
6776
|
return {
|
|
6743
|
-
FramerateDenominator:
|
|
6744
|
-
FramerateNumerator:
|
|
6777
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
6778
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
6745
6779
|
};
|
|
6746
6780
|
};
|
|
6747
6781
|
var deserializeAws_restJson1MotionImageInsertionOffset = function (output, context) {
|
|
6748
6782
|
return {
|
|
6749
|
-
ImageX:
|
|
6750
|
-
ImageY:
|
|
6783
|
+
ImageX: __expectInt32(output.imageX),
|
|
6784
|
+
ImageY: __expectInt32(output.imageY),
|
|
6751
6785
|
};
|
|
6752
6786
|
};
|
|
6753
6787
|
var deserializeAws_restJson1MovSettings = function (output, context) {
|
|
@@ -6761,25 +6795,25 @@ var deserializeAws_restJson1MovSettings = function (output, context) {
|
|
|
6761
6795
|
};
|
|
6762
6796
|
var deserializeAws_restJson1Mp2Settings = function (output, context) {
|
|
6763
6797
|
return {
|
|
6764
|
-
Bitrate:
|
|
6765
|
-
Channels:
|
|
6766
|
-
SampleRate:
|
|
6798
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
6799
|
+
Channels: __expectInt32(output.channels),
|
|
6800
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
6767
6801
|
};
|
|
6768
6802
|
};
|
|
6769
6803
|
var deserializeAws_restJson1Mp3Settings = function (output, context) {
|
|
6770
6804
|
return {
|
|
6771
|
-
Bitrate:
|
|
6772
|
-
Channels:
|
|
6805
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
6806
|
+
Channels: __expectInt32(output.channels),
|
|
6773
6807
|
RateControlMode: __expectString(output.rateControlMode),
|
|
6774
|
-
SampleRate:
|
|
6775
|
-
VbrQuality:
|
|
6808
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
6809
|
+
VbrQuality: __expectInt32(output.vbrQuality),
|
|
6776
6810
|
};
|
|
6777
6811
|
};
|
|
6778
6812
|
var deserializeAws_restJson1Mp4Settings = function (output, context) {
|
|
6779
6813
|
return {
|
|
6780
6814
|
AudioDuration: __expectString(output.audioDuration),
|
|
6781
6815
|
CslgAtom: __expectString(output.cslgAtom),
|
|
6782
|
-
CttsVersion:
|
|
6816
|
+
CttsVersion: __expectInt32(output.cttsVersion),
|
|
6783
6817
|
FreeSpaceBox: __expectString(output.freeSpaceBox),
|
|
6784
6818
|
MoovPlacement: __expectString(output.moovPlacement),
|
|
6785
6819
|
Mp4MajorBrand: __expectString(output.mp4MajorBrand),
|
|
@@ -6797,33 +6831,33 @@ var deserializeAws_restJson1MpdSettings = function (output, context) {
|
|
|
6797
6831
|
var deserializeAws_restJson1Mpeg2Settings = function (output, context) {
|
|
6798
6832
|
return {
|
|
6799
6833
|
AdaptiveQuantization: __expectString(output.adaptiveQuantization),
|
|
6800
|
-
Bitrate:
|
|
6834
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
6801
6835
|
CodecLevel: __expectString(output.codecLevel),
|
|
6802
6836
|
CodecProfile: __expectString(output.codecProfile),
|
|
6803
6837
|
DynamicSubGop: __expectString(output.dynamicSubGop),
|
|
6804
6838
|
FramerateControl: __expectString(output.framerateControl),
|
|
6805
6839
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
6806
|
-
FramerateDenominator:
|
|
6807
|
-
FramerateNumerator:
|
|
6808
|
-
GopClosedCadence:
|
|
6809
|
-
GopSize:
|
|
6840
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
6841
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
6842
|
+
GopClosedCadence: __expectInt32(output.gopClosedCadence),
|
|
6843
|
+
GopSize: __limitedParseDouble(output.gopSize),
|
|
6810
6844
|
GopSizeUnits: __expectString(output.gopSizeUnits),
|
|
6811
|
-
HrdBufferInitialFillPercentage:
|
|
6812
|
-
HrdBufferSize:
|
|
6845
|
+
HrdBufferInitialFillPercentage: __expectInt32(output.hrdBufferInitialFillPercentage),
|
|
6846
|
+
HrdBufferSize: __expectInt32(output.hrdBufferSize),
|
|
6813
6847
|
InterlaceMode: __expectString(output.interlaceMode),
|
|
6814
6848
|
IntraDcPrecision: __expectString(output.intraDcPrecision),
|
|
6815
|
-
MaxBitrate:
|
|
6816
|
-
MinIInterval:
|
|
6817
|
-
NumberBFramesBetweenReferenceFrames:
|
|
6849
|
+
MaxBitrate: __expectInt32(output.maxBitrate),
|
|
6850
|
+
MinIInterval: __expectInt32(output.minIInterval),
|
|
6851
|
+
NumberBFramesBetweenReferenceFrames: __expectInt32(output.numberBFramesBetweenReferenceFrames),
|
|
6818
6852
|
ParControl: __expectString(output.parControl),
|
|
6819
|
-
ParDenominator:
|
|
6820
|
-
ParNumerator:
|
|
6853
|
+
ParDenominator: __expectInt32(output.parDenominator),
|
|
6854
|
+
ParNumerator: __expectInt32(output.parNumerator),
|
|
6821
6855
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
6822
6856
|
RateControlMode: __expectString(output.rateControlMode),
|
|
6823
6857
|
ScanTypeConversionMode: __expectString(output.scanTypeConversionMode),
|
|
6824
6858
|
SceneChangeDetect: __expectString(output.sceneChangeDetect),
|
|
6825
6859
|
SlowPal: __expectString(output.slowPal),
|
|
6826
|
-
Softness:
|
|
6860
|
+
Softness: __expectInt32(output.softness),
|
|
6827
6861
|
SpatialAdaptiveQuantization: __expectString(output.spatialAdaptiveQuantization),
|
|
6828
6862
|
Syntax: __expectString(output.syntax),
|
|
6829
6863
|
Telecine: __expectString(output.telecine),
|
|
@@ -6858,7 +6892,7 @@ var deserializeAws_restJson1MsSmoothGroupSettings = function (output, context) {
|
|
|
6858
6892
|
Encryption: output.encryption !== undefined && output.encryption !== null
|
|
6859
6893
|
? deserializeAws_restJson1MsSmoothEncryptionSettings(output.encryption, context)
|
|
6860
6894
|
: undefined,
|
|
6861
|
-
FragmentLength:
|
|
6895
|
+
FragmentLength: __expectInt32(output.fragmentLength),
|
|
6862
6896
|
FragmentLengthControl: __expectString(output.fragmentLengthControl),
|
|
6863
6897
|
ManifestEncoding: __expectString(output.manifestEncoding),
|
|
6864
6898
|
};
|
|
@@ -6875,20 +6909,20 @@ var deserializeAws_restJson1MxfSettings = function (output, context) {
|
|
|
6875
6909
|
var deserializeAws_restJson1MxfXavcProfileSettings = function (output, context) {
|
|
6876
6910
|
return {
|
|
6877
6911
|
DurationMode: __expectString(output.durationMode),
|
|
6878
|
-
MaxAncDataSize:
|
|
6912
|
+
MaxAncDataSize: __expectInt32(output.maxAncDataSize),
|
|
6879
6913
|
};
|
|
6880
6914
|
};
|
|
6881
6915
|
var deserializeAws_restJson1NexGuardFileMarkerSettings = function (output, context) {
|
|
6882
6916
|
return {
|
|
6883
6917
|
License: __expectString(output.license),
|
|
6884
|
-
Payload:
|
|
6918
|
+
Payload: __expectInt32(output.payload),
|
|
6885
6919
|
Preset: __expectString(output.preset),
|
|
6886
6920
|
Strength: __expectString(output.strength),
|
|
6887
6921
|
};
|
|
6888
6922
|
};
|
|
6889
6923
|
var deserializeAws_restJson1NielsenConfiguration = function (output, context) {
|
|
6890
6924
|
return {
|
|
6891
|
-
BreakoutCode:
|
|
6925
|
+
BreakoutCode: __expectInt32(output.breakoutCode),
|
|
6892
6926
|
DistributorId: __expectString(output.distributorId),
|
|
6893
6927
|
};
|
|
6894
6928
|
};
|
|
@@ -6901,7 +6935,7 @@ var deserializeAws_restJson1NielsenNonLinearWatermarkSettings = function (output
|
|
|
6901
6935
|
CbetSourceId: __expectString(output.cbetSourceId),
|
|
6902
6936
|
EpisodeId: __expectString(output.episodeId),
|
|
6903
6937
|
MetadataDestination: __expectString(output.metadataDestination),
|
|
6904
|
-
SourceId:
|
|
6938
|
+
SourceId: __expectInt32(output.sourceId),
|
|
6905
6939
|
SourceWatermarkStatus: __expectString(output.sourceWatermarkStatus),
|
|
6906
6940
|
TicServerUrl: __expectString(output.ticServerUrl),
|
|
6907
6941
|
UniqueTicPerAudioTrack: __expectString(output.uniqueTicPerAudioTrack),
|
|
@@ -6923,29 +6957,29 @@ var deserializeAws_restJson1NoiseReducer = function (output, context) {
|
|
|
6923
6957
|
};
|
|
6924
6958
|
var deserializeAws_restJson1NoiseReducerFilterSettings = function (output, context) {
|
|
6925
6959
|
return {
|
|
6926
|
-
Strength:
|
|
6960
|
+
Strength: __expectInt32(output.strength),
|
|
6927
6961
|
};
|
|
6928
6962
|
};
|
|
6929
6963
|
var deserializeAws_restJson1NoiseReducerSpatialFilterSettings = function (output, context) {
|
|
6930
6964
|
return {
|
|
6931
|
-
PostFilterSharpenStrength:
|
|
6932
|
-
Speed:
|
|
6933
|
-
Strength:
|
|
6965
|
+
PostFilterSharpenStrength: __expectInt32(output.postFilterSharpenStrength),
|
|
6966
|
+
Speed: __expectInt32(output.speed),
|
|
6967
|
+
Strength: __expectInt32(output.strength),
|
|
6934
6968
|
};
|
|
6935
6969
|
};
|
|
6936
6970
|
var deserializeAws_restJson1NoiseReducerTemporalFilterSettings = function (output, context) {
|
|
6937
6971
|
return {
|
|
6938
|
-
AggressiveMode:
|
|
6972
|
+
AggressiveMode: __expectInt32(output.aggressiveMode),
|
|
6939
6973
|
PostTemporalSharpening: __expectString(output.postTemporalSharpening),
|
|
6940
|
-
Speed:
|
|
6941
|
-
Strength:
|
|
6974
|
+
Speed: __expectInt32(output.speed),
|
|
6975
|
+
Strength: __expectInt32(output.strength),
|
|
6942
6976
|
};
|
|
6943
6977
|
};
|
|
6944
6978
|
var deserializeAws_restJson1OpusSettings = function (output, context) {
|
|
6945
6979
|
return {
|
|
6946
|
-
Bitrate:
|
|
6947
|
-
Channels:
|
|
6948
|
-
SampleRate:
|
|
6980
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
6981
|
+
Channels: __expectInt32(output.channels),
|
|
6982
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
6949
6983
|
};
|
|
6950
6984
|
};
|
|
6951
6985
|
var deserializeAws_restJson1Output = function (output, context) {
|
|
@@ -6982,7 +7016,7 @@ var deserializeAws_restJson1OutputChannelMapping = function (output, context) {
|
|
|
6982
7016
|
};
|
|
6983
7017
|
var deserializeAws_restJson1OutputDetail = function (output, context) {
|
|
6984
7018
|
return {
|
|
6985
|
-
DurationInMs:
|
|
7019
|
+
DurationInMs: __expectInt32(output.durationInMs),
|
|
6986
7020
|
VideoDetails: output.videoDetails !== undefined && output.videoDetails !== null
|
|
6987
7021
|
? deserializeAws_restJson1VideoDetail(output.videoDetails, context)
|
|
6988
7022
|
: undefined,
|
|
@@ -7049,11 +7083,11 @@ var deserializeAws_restJson1Preset = function (output, context) {
|
|
|
7049
7083
|
Arn: __expectString(output.arn),
|
|
7050
7084
|
Category: __expectString(output.category),
|
|
7051
7085
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
7052
|
-
?
|
|
7086
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.createdAt)))
|
|
7053
7087
|
: undefined,
|
|
7054
7088
|
Description: __expectString(output.description),
|
|
7055
7089
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
7056
|
-
?
|
|
7090
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.lastUpdated)))
|
|
7057
7091
|
: undefined,
|
|
7058
7092
|
Name: __expectString(output.name),
|
|
7059
7093
|
Settings: output.settings !== undefined && output.settings !== null
|
|
@@ -7084,12 +7118,12 @@ var deserializeAws_restJson1ProresSettings = function (output, context) {
|
|
|
7084
7118
|
CodecProfile: __expectString(output.codecProfile),
|
|
7085
7119
|
FramerateControl: __expectString(output.framerateControl),
|
|
7086
7120
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
7087
|
-
FramerateDenominator:
|
|
7088
|
-
FramerateNumerator:
|
|
7121
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
7122
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
7089
7123
|
InterlaceMode: __expectString(output.interlaceMode),
|
|
7090
7124
|
ParControl: __expectString(output.parControl),
|
|
7091
|
-
ParDenominator:
|
|
7092
|
-
ParNumerator:
|
|
7125
|
+
ParDenominator: __expectInt32(output.parDenominator),
|
|
7126
|
+
ParNumerator: __expectInt32(output.parNumerator),
|
|
7093
7127
|
ScanTypeConversionMode: __expectString(output.scanTypeConversionMode),
|
|
7094
7128
|
SlowPal: __expectString(output.slowPal),
|
|
7095
7129
|
Telecine: __expectString(output.telecine),
|
|
@@ -7099,20 +7133,20 @@ var deserializeAws_restJson1Queue = function (output, context) {
|
|
|
7099
7133
|
return {
|
|
7100
7134
|
Arn: __expectString(output.arn),
|
|
7101
7135
|
CreatedAt: output.createdAt !== undefined && output.createdAt !== null
|
|
7102
|
-
?
|
|
7136
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.createdAt)))
|
|
7103
7137
|
: undefined,
|
|
7104
7138
|
Description: __expectString(output.description),
|
|
7105
7139
|
LastUpdated: output.lastUpdated !== undefined && output.lastUpdated !== null
|
|
7106
|
-
?
|
|
7140
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.lastUpdated)))
|
|
7107
7141
|
: undefined,
|
|
7108
7142
|
Name: __expectString(output.name),
|
|
7109
7143
|
PricingPlan: __expectString(output.pricingPlan),
|
|
7110
|
-
ProgressingJobsCount:
|
|
7144
|
+
ProgressingJobsCount: __expectInt32(output.progressingJobsCount),
|
|
7111
7145
|
ReservationPlan: output.reservationPlan !== undefined && output.reservationPlan !== null
|
|
7112
7146
|
? deserializeAws_restJson1ReservationPlan(output.reservationPlan, context)
|
|
7113
7147
|
: undefined,
|
|
7114
7148
|
Status: __expectString(output.status),
|
|
7115
|
-
SubmittedJobsCount:
|
|
7149
|
+
SubmittedJobsCount: __expectInt32(output.submittedJobsCount),
|
|
7116
7150
|
Type: __expectString(output.type),
|
|
7117
7151
|
};
|
|
7118
7152
|
};
|
|
@@ -7121,16 +7155,16 @@ var deserializeAws_restJson1QueueTransition = function (output, context) {
|
|
|
7121
7155
|
DestinationQueue: __expectString(output.destinationQueue),
|
|
7122
7156
|
SourceQueue: __expectString(output.sourceQueue),
|
|
7123
7157
|
Timestamp: output.timestamp !== undefined && output.timestamp !== null
|
|
7124
|
-
?
|
|
7158
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.timestamp)))
|
|
7125
7159
|
: undefined,
|
|
7126
7160
|
};
|
|
7127
7161
|
};
|
|
7128
7162
|
var deserializeAws_restJson1Rectangle = function (output, context) {
|
|
7129
7163
|
return {
|
|
7130
|
-
Height:
|
|
7131
|
-
Width:
|
|
7132
|
-
X:
|
|
7133
|
-
Y:
|
|
7164
|
+
Height: __expectInt32(output.height),
|
|
7165
|
+
Width: __expectInt32(output.width),
|
|
7166
|
+
X: __expectInt32(output.x),
|
|
7167
|
+
Y: __expectInt32(output.y),
|
|
7134
7168
|
};
|
|
7135
7169
|
};
|
|
7136
7170
|
var deserializeAws_restJson1RemixSettings = function (output, context) {
|
|
@@ -7138,21 +7172,21 @@ var deserializeAws_restJson1RemixSettings = function (output, context) {
|
|
|
7138
7172
|
ChannelMapping: output.channelMapping !== undefined && output.channelMapping !== null
|
|
7139
7173
|
? deserializeAws_restJson1ChannelMapping(output.channelMapping, context)
|
|
7140
7174
|
: undefined,
|
|
7141
|
-
ChannelsIn:
|
|
7142
|
-
ChannelsOut:
|
|
7175
|
+
ChannelsIn: __expectInt32(output.channelsIn),
|
|
7176
|
+
ChannelsOut: __expectInt32(output.channelsOut),
|
|
7143
7177
|
};
|
|
7144
7178
|
};
|
|
7145
7179
|
var deserializeAws_restJson1ReservationPlan = function (output, context) {
|
|
7146
7180
|
return {
|
|
7147
7181
|
Commitment: __expectString(output.commitment),
|
|
7148
7182
|
ExpiresAt: output.expiresAt !== undefined && output.expiresAt !== null
|
|
7149
|
-
?
|
|
7183
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.expiresAt)))
|
|
7150
7184
|
: undefined,
|
|
7151
7185
|
PurchasedAt: output.purchasedAt !== undefined && output.purchasedAt !== null
|
|
7152
|
-
?
|
|
7186
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.purchasedAt)))
|
|
7153
7187
|
: undefined,
|
|
7154
7188
|
RenewalType: __expectString(output.renewalType),
|
|
7155
|
-
ReservedSlots:
|
|
7189
|
+
ReservedSlots: __expectInt32(output.reservedSlots),
|
|
7156
7190
|
Status: __expectString(output.status),
|
|
7157
7191
|
};
|
|
7158
7192
|
};
|
|
@@ -7242,7 +7276,7 @@ var deserializeAws_restJson1TeletextSourceSettings = function (output, context)
|
|
|
7242
7276
|
};
|
|
7243
7277
|
var deserializeAws_restJson1TimecodeBurnin = function (output, context) {
|
|
7244
7278
|
return {
|
|
7245
|
-
FontSize:
|
|
7279
|
+
FontSize: __expectInt32(output.fontSize),
|
|
7246
7280
|
Position: __expectString(output.position),
|
|
7247
7281
|
Prefix: __expectString(output.prefix),
|
|
7248
7282
|
};
|
|
@@ -7265,19 +7299,19 @@ var deserializeAws_restJson1TimedMetadataInsertion = function (output, context)
|
|
|
7265
7299
|
var deserializeAws_restJson1Timing = function (output, context) {
|
|
7266
7300
|
return {
|
|
7267
7301
|
FinishTime: output.finishTime !== undefined && output.finishTime !== null
|
|
7268
|
-
?
|
|
7302
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.finishTime)))
|
|
7269
7303
|
: undefined,
|
|
7270
7304
|
StartTime: output.startTime !== undefined && output.startTime !== null
|
|
7271
|
-
?
|
|
7305
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.startTime)))
|
|
7272
7306
|
: undefined,
|
|
7273
7307
|
SubmitTime: output.submitTime !== undefined && output.submitTime !== null
|
|
7274
|
-
?
|
|
7308
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.submitTime)))
|
|
7275
7309
|
: undefined,
|
|
7276
7310
|
};
|
|
7277
7311
|
};
|
|
7278
7312
|
var deserializeAws_restJson1TrackSourceSettings = function (output, context) {
|
|
7279
7313
|
return {
|
|
7280
|
-
TrackNumber:
|
|
7314
|
+
TrackNumber: __expectInt32(output.trackNumber),
|
|
7281
7315
|
};
|
|
7282
7316
|
};
|
|
7283
7317
|
var deserializeAws_restJson1TtmlDestinationSettings = function (output, context) {
|
|
@@ -7289,8 +7323,8 @@ var deserializeAws_restJson1Vc3Settings = function (output, context) {
|
|
|
7289
7323
|
return {
|
|
7290
7324
|
FramerateControl: __expectString(output.framerateControl),
|
|
7291
7325
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
7292
|
-
FramerateDenominator:
|
|
7293
|
-
FramerateNumerator:
|
|
7326
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
7327
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
7294
7328
|
InterlaceMode: __expectString(output.interlaceMode),
|
|
7295
7329
|
ScanTypeConversionMode: __expectString(output.scanTypeConversionMode),
|
|
7296
7330
|
SlowPal: __expectString(output.slowPal),
|
|
@@ -7348,25 +7382,25 @@ var deserializeAws_restJson1VideoDescription = function (output, context) {
|
|
|
7348
7382
|
? deserializeAws_restJson1Rectangle(output.crop, context)
|
|
7349
7383
|
: undefined,
|
|
7350
7384
|
DropFrameTimecode: __expectString(output.dropFrameTimecode),
|
|
7351
|
-
FixedAfd:
|
|
7352
|
-
Height:
|
|
7385
|
+
FixedAfd: __expectInt32(output.fixedAfd),
|
|
7386
|
+
Height: __expectInt32(output.height),
|
|
7353
7387
|
Position: output.position !== undefined && output.position !== null
|
|
7354
7388
|
? deserializeAws_restJson1Rectangle(output.position, context)
|
|
7355
7389
|
: undefined,
|
|
7356
7390
|
RespondToAfd: __expectString(output.respondToAfd),
|
|
7357
7391
|
ScalingBehavior: __expectString(output.scalingBehavior),
|
|
7358
|
-
Sharpness:
|
|
7392
|
+
Sharpness: __expectInt32(output.sharpness),
|
|
7359
7393
|
TimecodeInsertion: __expectString(output.timecodeInsertion),
|
|
7360
7394
|
VideoPreprocessors: output.videoPreprocessors !== undefined && output.videoPreprocessors !== null
|
|
7361
7395
|
? deserializeAws_restJson1VideoPreprocessor(output.videoPreprocessors, context)
|
|
7362
7396
|
: undefined,
|
|
7363
|
-
Width:
|
|
7397
|
+
Width: __expectInt32(output.width),
|
|
7364
7398
|
};
|
|
7365
7399
|
};
|
|
7366
7400
|
var deserializeAws_restJson1VideoDetail = function (output, context) {
|
|
7367
7401
|
return {
|
|
7368
|
-
HeightInPx:
|
|
7369
|
-
WidthInPx:
|
|
7402
|
+
HeightInPx: __expectInt32(output.heightInPx),
|
|
7403
|
+
WidthInPx: __expectInt32(output.widthInPx),
|
|
7370
7404
|
};
|
|
7371
7405
|
};
|
|
7372
7406
|
var deserializeAws_restJson1VideoPreprocessor = function (output, context) {
|
|
@@ -7405,59 +7439,59 @@ var deserializeAws_restJson1VideoSelector = function (output, context) {
|
|
|
7405
7439
|
Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
|
|
7406
7440
|
? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
|
|
7407
7441
|
: undefined,
|
|
7408
|
-
Pid:
|
|
7409
|
-
ProgramNumber:
|
|
7442
|
+
Pid: __expectInt32(output.pid),
|
|
7443
|
+
ProgramNumber: __expectInt32(output.programNumber),
|
|
7410
7444
|
Rotate: __expectString(output.rotate),
|
|
7411
7445
|
SampleRange: __expectString(output.sampleRange),
|
|
7412
7446
|
};
|
|
7413
7447
|
};
|
|
7414
7448
|
var deserializeAws_restJson1VorbisSettings = function (output, context) {
|
|
7415
7449
|
return {
|
|
7416
|
-
Channels:
|
|
7417
|
-
SampleRate:
|
|
7418
|
-
VbrQuality:
|
|
7450
|
+
Channels: __expectInt32(output.channels),
|
|
7451
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
7452
|
+
VbrQuality: __expectInt32(output.vbrQuality),
|
|
7419
7453
|
};
|
|
7420
7454
|
};
|
|
7421
7455
|
var deserializeAws_restJson1Vp8Settings = function (output, context) {
|
|
7422
7456
|
return {
|
|
7423
|
-
Bitrate:
|
|
7457
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
7424
7458
|
FramerateControl: __expectString(output.framerateControl),
|
|
7425
7459
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
7426
|
-
FramerateDenominator:
|
|
7427
|
-
FramerateNumerator:
|
|
7428
|
-
GopSize:
|
|
7429
|
-
HrdBufferSize:
|
|
7430
|
-
MaxBitrate:
|
|
7460
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
7461
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
7462
|
+
GopSize: __limitedParseDouble(output.gopSize),
|
|
7463
|
+
HrdBufferSize: __expectInt32(output.hrdBufferSize),
|
|
7464
|
+
MaxBitrate: __expectInt32(output.maxBitrate),
|
|
7431
7465
|
ParControl: __expectString(output.parControl),
|
|
7432
|
-
ParDenominator:
|
|
7433
|
-
ParNumerator:
|
|
7466
|
+
ParDenominator: __expectInt32(output.parDenominator),
|
|
7467
|
+
ParNumerator: __expectInt32(output.parNumerator),
|
|
7434
7468
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
7435
7469
|
RateControlMode: __expectString(output.rateControlMode),
|
|
7436
7470
|
};
|
|
7437
7471
|
};
|
|
7438
7472
|
var deserializeAws_restJson1Vp9Settings = function (output, context) {
|
|
7439
7473
|
return {
|
|
7440
|
-
Bitrate:
|
|
7474
|
+
Bitrate: __expectInt32(output.bitrate),
|
|
7441
7475
|
FramerateControl: __expectString(output.framerateControl),
|
|
7442
7476
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
7443
|
-
FramerateDenominator:
|
|
7444
|
-
FramerateNumerator:
|
|
7445
|
-
GopSize:
|
|
7446
|
-
HrdBufferSize:
|
|
7447
|
-
MaxBitrate:
|
|
7477
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
7478
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
7479
|
+
GopSize: __limitedParseDouble(output.gopSize),
|
|
7480
|
+
HrdBufferSize: __expectInt32(output.hrdBufferSize),
|
|
7481
|
+
MaxBitrate: __expectInt32(output.maxBitrate),
|
|
7448
7482
|
ParControl: __expectString(output.parControl),
|
|
7449
|
-
ParDenominator:
|
|
7450
|
-
ParNumerator:
|
|
7483
|
+
ParDenominator: __expectInt32(output.parDenominator),
|
|
7484
|
+
ParNumerator: __expectInt32(output.parNumerator),
|
|
7451
7485
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
7452
7486
|
RateControlMode: __expectString(output.rateControlMode),
|
|
7453
7487
|
};
|
|
7454
7488
|
};
|
|
7455
7489
|
var deserializeAws_restJson1WavSettings = function (output, context) {
|
|
7456
7490
|
return {
|
|
7457
|
-
BitDepth:
|
|
7458
|
-
Channels:
|
|
7491
|
+
BitDepth: __expectInt32(output.bitDepth),
|
|
7492
|
+
Channels: __expectInt32(output.channels),
|
|
7459
7493
|
Format: __expectString(output.format),
|
|
7460
|
-
SampleRate:
|
|
7494
|
+
SampleRate: __expectInt32(output.sampleRate),
|
|
7461
7495
|
};
|
|
7462
7496
|
};
|
|
7463
7497
|
var deserializeAws_restJson1WebvttDestinationSettings = function (output, context) {
|
|
@@ -7488,10 +7522,10 @@ var deserializeAws_restJson1Xavc4kProfileSettings = function (output, context) {
|
|
|
7488
7522
|
CodecProfile: __expectString(output.codecProfile),
|
|
7489
7523
|
FlickerAdaptiveQuantization: __expectString(output.flickerAdaptiveQuantization),
|
|
7490
7524
|
GopBReference: __expectString(output.gopBReference),
|
|
7491
|
-
GopClosedCadence:
|
|
7492
|
-
HrdBufferSize:
|
|
7525
|
+
GopClosedCadence: __expectInt32(output.gopClosedCadence),
|
|
7526
|
+
HrdBufferSize: __expectInt32(output.hrdBufferSize),
|
|
7493
7527
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
7494
|
-
Slices:
|
|
7528
|
+
Slices: __expectInt32(output.slices),
|
|
7495
7529
|
};
|
|
7496
7530
|
};
|
|
7497
7531
|
var deserializeAws_restJson1XavcHdIntraCbgProfileSettings = function (output, context) {
|
|
@@ -7504,11 +7538,11 @@ var deserializeAws_restJson1XavcHdProfileSettings = function (output, context) {
|
|
|
7504
7538
|
BitrateClass: __expectString(output.bitrateClass),
|
|
7505
7539
|
FlickerAdaptiveQuantization: __expectString(output.flickerAdaptiveQuantization),
|
|
7506
7540
|
GopBReference: __expectString(output.gopBReference),
|
|
7507
|
-
GopClosedCadence:
|
|
7508
|
-
HrdBufferSize:
|
|
7541
|
+
GopClosedCadence: __expectInt32(output.gopClosedCadence),
|
|
7542
|
+
HrdBufferSize: __expectInt32(output.hrdBufferSize),
|
|
7509
7543
|
InterlaceMode: __expectString(output.interlaceMode),
|
|
7510
7544
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
7511
|
-
Slices:
|
|
7545
|
+
Slices: __expectInt32(output.slices),
|
|
7512
7546
|
Telecine: __expectString(output.telecine),
|
|
7513
7547
|
};
|
|
7514
7548
|
};
|
|
@@ -7518,11 +7552,11 @@ var deserializeAws_restJson1XavcSettings = function (output, context) {
|
|
|
7518
7552
|
EntropyEncoding: __expectString(output.entropyEncoding),
|
|
7519
7553
|
FramerateControl: __expectString(output.framerateControl),
|
|
7520
7554
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
7521
|
-
FramerateDenominator:
|
|
7522
|
-
FramerateNumerator:
|
|
7555
|
+
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
7556
|
+
FramerateNumerator: __expectInt32(output.framerateNumerator),
|
|
7523
7557
|
Profile: __expectString(output.profile),
|
|
7524
7558
|
SlowPal: __expectString(output.slowPal),
|
|
7525
|
-
Softness:
|
|
7559
|
+
Softness: __expectInt32(output.softness),
|
|
7526
7560
|
SpatialAdaptiveQuantization: __expectString(output.spatialAdaptiveQuantization),
|
|
7527
7561
|
TemporalAdaptiveQuantization: __expectString(output.temporalAdaptiveQuantization),
|
|
7528
7562
|
Xavc4kIntraCbgProfileSettings: output.xavc4kIntraCbgProfileSettings !== undefined && output.xavc4kIntraCbgProfileSettings !== null
|