@aws-sdk/client-mediapackage-vod 3.316.0 → 3.321.1
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.
|
@@ -1464,20 +1464,20 @@ const de_Authorization = (output, context) => {
|
|
|
1464
1464
|
const de_CmafEncryption = (output, context) => {
|
|
1465
1465
|
return (0, smithy_client_1.take)(output, {
|
|
1466
1466
|
ConstantInitializationVector: [, smithy_client_1.expectString, `constantInitializationVector`],
|
|
1467
|
-
SpekeKeyProvider: (_) =>
|
|
1467
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
1468
1468
|
});
|
|
1469
1469
|
};
|
|
1470
1470
|
const de_CmafPackage = (output, context) => {
|
|
1471
1471
|
return (0, smithy_client_1.take)(output, {
|
|
1472
|
-
Encryption: (_) =>
|
|
1473
|
-
HlsManifests: (_) =>
|
|
1472
|
+
Encryption: [, (_) => de_CmafEncryption(_, context), `encryption`],
|
|
1473
|
+
HlsManifests: [, (_) => de___listOfHlsManifest(_, context), `hlsManifests`],
|
|
1474
1474
|
IncludeEncoderConfigurationInSegments: [, smithy_client_1.expectBoolean, `includeEncoderConfigurationInSegments`],
|
|
1475
1475
|
SegmentDurationSeconds: [, smithy_client_1.expectInt32, `segmentDurationSeconds`],
|
|
1476
1476
|
});
|
|
1477
1477
|
};
|
|
1478
1478
|
const de_DashEncryption = (output, context) => {
|
|
1479
1479
|
return (0, smithy_client_1.take)(output, {
|
|
1480
|
-
SpekeKeyProvider: (_) =>
|
|
1480
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
1481
1481
|
});
|
|
1482
1482
|
};
|
|
1483
1483
|
const de_DashManifest = (output, context) => {
|
|
@@ -1487,13 +1487,13 @@ const de_DashManifest = (output, context) => {
|
|
|
1487
1487
|
MinBufferTimeSeconds: [, smithy_client_1.expectInt32, `minBufferTimeSeconds`],
|
|
1488
1488
|
Profile: [, smithy_client_1.expectString, `profile`],
|
|
1489
1489
|
ScteMarkersSource: [, smithy_client_1.expectString, `scteMarkersSource`],
|
|
1490
|
-
StreamSelection: (_) =>
|
|
1490
|
+
StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
|
|
1491
1491
|
});
|
|
1492
1492
|
};
|
|
1493
1493
|
const de_DashPackage = (output, context) => {
|
|
1494
1494
|
return (0, smithy_client_1.take)(output, {
|
|
1495
|
-
DashManifests: (_) =>
|
|
1496
|
-
Encryption: (_) =>
|
|
1495
|
+
DashManifests: [, (_) => de___listOfDashManifest(_, context), `dashManifests`],
|
|
1496
|
+
Encryption: [, (_) => de_DashEncryption(_, context), `encryption`],
|
|
1497
1497
|
IncludeEncoderConfigurationInSegments: [, smithy_client_1.expectBoolean, `includeEncoderConfigurationInSegments`],
|
|
1498
1498
|
IncludeIframeOnlyStream: [, smithy_client_1.expectBoolean, `includeIframeOnlyStream`],
|
|
1499
1499
|
PeriodTriggers: [, smithy_client_1._json, `periodTriggers`],
|
|
@@ -1523,7 +1523,7 @@ const de_HlsEncryption = (output, context) => {
|
|
|
1523
1523
|
return (0, smithy_client_1.take)(output, {
|
|
1524
1524
|
ConstantInitializationVector: [, smithy_client_1.expectString, `constantInitializationVector`],
|
|
1525
1525
|
EncryptionMethod: [, smithy_client_1.expectString, `encryptionMethod`],
|
|
1526
|
-
SpekeKeyProvider: (_) =>
|
|
1526
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
1527
1527
|
});
|
|
1528
1528
|
};
|
|
1529
1529
|
const de_HlsManifest = (output, context) => {
|
|
@@ -1533,13 +1533,13 @@ const de_HlsManifest = (output, context) => {
|
|
|
1533
1533
|
ManifestName: [, smithy_client_1.expectString, `manifestName`],
|
|
1534
1534
|
ProgramDateTimeIntervalSeconds: [, smithy_client_1.expectInt32, `programDateTimeIntervalSeconds`],
|
|
1535
1535
|
RepeatExtXKey: [, smithy_client_1.expectBoolean, `repeatExtXKey`],
|
|
1536
|
-
StreamSelection: (_) =>
|
|
1536
|
+
StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
|
|
1537
1537
|
});
|
|
1538
1538
|
};
|
|
1539
1539
|
const de_HlsPackage = (output, context) => {
|
|
1540
1540
|
return (0, smithy_client_1.take)(output, {
|
|
1541
|
-
Encryption: (_) =>
|
|
1542
|
-
HlsManifests: (_) =>
|
|
1541
|
+
Encryption: [, (_) => de_HlsEncryption(_, context), `encryption`],
|
|
1542
|
+
HlsManifests: [, (_) => de___listOfHlsManifest(_, context), `hlsManifests`],
|
|
1543
1543
|
IncludeDvbSubtitles: [, smithy_client_1.expectBoolean, `includeDvbSubtitles`],
|
|
1544
1544
|
SegmentDurationSeconds: [, smithy_client_1.expectInt32, `segmentDurationSeconds`],
|
|
1545
1545
|
UseAudioRenditionGroup: [, smithy_client_1.expectBoolean, `useAudioRenditionGroup`],
|
|
@@ -1547,31 +1547,31 @@ const de_HlsPackage = (output, context) => {
|
|
|
1547
1547
|
};
|
|
1548
1548
|
const de_MssEncryption = (output, context) => {
|
|
1549
1549
|
return (0, smithy_client_1.take)(output, {
|
|
1550
|
-
SpekeKeyProvider: (_) =>
|
|
1550
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
1551
1551
|
});
|
|
1552
1552
|
};
|
|
1553
1553
|
const de_MssManifest = (output, context) => {
|
|
1554
1554
|
return (0, smithy_client_1.take)(output, {
|
|
1555
1555
|
ManifestName: [, smithy_client_1.expectString, `manifestName`],
|
|
1556
|
-
StreamSelection: (_) =>
|
|
1556
|
+
StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
|
|
1557
1557
|
});
|
|
1558
1558
|
};
|
|
1559
1559
|
const de_MssPackage = (output, context) => {
|
|
1560
1560
|
return (0, smithy_client_1.take)(output, {
|
|
1561
|
-
Encryption: (_) =>
|
|
1562
|
-
MssManifests: (_) =>
|
|
1561
|
+
Encryption: [, (_) => de_MssEncryption(_, context), `encryption`],
|
|
1562
|
+
MssManifests: [, (_) => de___listOfMssManifest(_, context), `mssManifests`],
|
|
1563
1563
|
SegmentDurationSeconds: [, smithy_client_1.expectInt32, `segmentDurationSeconds`],
|
|
1564
1564
|
});
|
|
1565
1565
|
};
|
|
1566
1566
|
const de_PackagingConfiguration = (output, context) => {
|
|
1567
1567
|
return (0, smithy_client_1.take)(output, {
|
|
1568
1568
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
1569
|
-
CmafPackage: (_) =>
|
|
1569
|
+
CmafPackage: [, (_) => de_CmafPackage(_, context), `cmafPackage`],
|
|
1570
1570
|
CreatedAt: [, smithy_client_1.expectString, `createdAt`],
|
|
1571
|
-
DashPackage: (_) =>
|
|
1572
|
-
HlsPackage: (_) =>
|
|
1571
|
+
DashPackage: [, (_) => de_DashPackage(_, context), `dashPackage`],
|
|
1572
|
+
HlsPackage: [, (_) => de_HlsPackage(_, context), `hlsPackage`],
|
|
1573
1573
|
Id: [, smithy_client_1.expectString, `id`],
|
|
1574
|
-
MssPackage: (_) =>
|
|
1574
|
+
MssPackage: [, (_) => de_MssPackage(_, context), `mssPackage`],
|
|
1575
1575
|
PackagingGroupId: [, smithy_client_1.expectString, `packagingGroupId`],
|
|
1576
1576
|
Tags: [, smithy_client_1._json, `tags`],
|
|
1577
1577
|
});
|
|
@@ -1580,19 +1580,19 @@ const de_PackagingGroup = (output, context) => {
|
|
|
1580
1580
|
return (0, smithy_client_1.take)(output, {
|
|
1581
1581
|
ApproximateAssetCount: [, smithy_client_1.expectInt32, `approximateAssetCount`],
|
|
1582
1582
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
1583
|
-
Authorization: (_) =>
|
|
1583
|
+
Authorization: [, (_) => de_Authorization(_, context), `authorization`],
|
|
1584
1584
|
CreatedAt: [, smithy_client_1.expectString, `createdAt`],
|
|
1585
1585
|
DomainName: [, smithy_client_1.expectString, `domainName`],
|
|
1586
|
-
EgressAccessLogs: (_) =>
|
|
1586
|
+
EgressAccessLogs: [, (_) => de_EgressAccessLogs(_, context), `egressAccessLogs`],
|
|
1587
1587
|
Id: [, smithy_client_1.expectString, `id`],
|
|
1588
1588
|
Tags: [, smithy_client_1._json, `tags`],
|
|
1589
1589
|
});
|
|
1590
1590
|
};
|
|
1591
1591
|
const de_SpekeKeyProvider = (output, context) => {
|
|
1592
1592
|
return (0, smithy_client_1.take)(output, {
|
|
1593
|
-
EncryptionContractConfiguration:
|
|
1593
|
+
EncryptionContractConfiguration: [
|
|
1594
1594
|
,
|
|
1595
|
-
de_EncryptionContractConfiguration(_, context),
|
|
1595
|
+
(_) => de_EncryptionContractConfiguration(_, context),
|
|
1596
1596
|
`encryptionContractConfiguration`,
|
|
1597
1597
|
],
|
|
1598
1598
|
RoleArn: [, smithy_client_1.expectString, `roleArn`],
|
|
@@ -1427,20 +1427,20 @@ const de_Authorization = (output, context) => {
|
|
|
1427
1427
|
const de_CmafEncryption = (output, context) => {
|
|
1428
1428
|
return take(output, {
|
|
1429
1429
|
ConstantInitializationVector: [, __expectString, `constantInitializationVector`],
|
|
1430
|
-
SpekeKeyProvider: (_) =>
|
|
1430
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
1431
1431
|
});
|
|
1432
1432
|
};
|
|
1433
1433
|
const de_CmafPackage = (output, context) => {
|
|
1434
1434
|
return take(output, {
|
|
1435
|
-
Encryption: (_) =>
|
|
1436
|
-
HlsManifests: (_) =>
|
|
1435
|
+
Encryption: [, (_) => de_CmafEncryption(_, context), `encryption`],
|
|
1436
|
+
HlsManifests: [, (_) => de___listOfHlsManifest(_, context), `hlsManifests`],
|
|
1437
1437
|
IncludeEncoderConfigurationInSegments: [, __expectBoolean, `includeEncoderConfigurationInSegments`],
|
|
1438
1438
|
SegmentDurationSeconds: [, __expectInt32, `segmentDurationSeconds`],
|
|
1439
1439
|
});
|
|
1440
1440
|
};
|
|
1441
1441
|
const de_DashEncryption = (output, context) => {
|
|
1442
1442
|
return take(output, {
|
|
1443
|
-
SpekeKeyProvider: (_) =>
|
|
1443
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
1444
1444
|
});
|
|
1445
1445
|
};
|
|
1446
1446
|
const de_DashManifest = (output, context) => {
|
|
@@ -1450,13 +1450,13 @@ const de_DashManifest = (output, context) => {
|
|
|
1450
1450
|
MinBufferTimeSeconds: [, __expectInt32, `minBufferTimeSeconds`],
|
|
1451
1451
|
Profile: [, __expectString, `profile`],
|
|
1452
1452
|
ScteMarkersSource: [, __expectString, `scteMarkersSource`],
|
|
1453
|
-
StreamSelection: (_) =>
|
|
1453
|
+
StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
|
|
1454
1454
|
});
|
|
1455
1455
|
};
|
|
1456
1456
|
const de_DashPackage = (output, context) => {
|
|
1457
1457
|
return take(output, {
|
|
1458
|
-
DashManifests: (_) =>
|
|
1459
|
-
Encryption: (_) =>
|
|
1458
|
+
DashManifests: [, (_) => de___listOfDashManifest(_, context), `dashManifests`],
|
|
1459
|
+
Encryption: [, (_) => de_DashEncryption(_, context), `encryption`],
|
|
1460
1460
|
IncludeEncoderConfigurationInSegments: [, __expectBoolean, `includeEncoderConfigurationInSegments`],
|
|
1461
1461
|
IncludeIframeOnlyStream: [, __expectBoolean, `includeIframeOnlyStream`],
|
|
1462
1462
|
PeriodTriggers: [, _json, `periodTriggers`],
|
|
@@ -1486,7 +1486,7 @@ const de_HlsEncryption = (output, context) => {
|
|
|
1486
1486
|
return take(output, {
|
|
1487
1487
|
ConstantInitializationVector: [, __expectString, `constantInitializationVector`],
|
|
1488
1488
|
EncryptionMethod: [, __expectString, `encryptionMethod`],
|
|
1489
|
-
SpekeKeyProvider: (_) =>
|
|
1489
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
1490
1490
|
});
|
|
1491
1491
|
};
|
|
1492
1492
|
const de_HlsManifest = (output, context) => {
|
|
@@ -1496,13 +1496,13 @@ const de_HlsManifest = (output, context) => {
|
|
|
1496
1496
|
ManifestName: [, __expectString, `manifestName`],
|
|
1497
1497
|
ProgramDateTimeIntervalSeconds: [, __expectInt32, `programDateTimeIntervalSeconds`],
|
|
1498
1498
|
RepeatExtXKey: [, __expectBoolean, `repeatExtXKey`],
|
|
1499
|
-
StreamSelection: (_) =>
|
|
1499
|
+
StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
|
|
1500
1500
|
});
|
|
1501
1501
|
};
|
|
1502
1502
|
const de_HlsPackage = (output, context) => {
|
|
1503
1503
|
return take(output, {
|
|
1504
|
-
Encryption: (_) =>
|
|
1505
|
-
HlsManifests: (_) =>
|
|
1504
|
+
Encryption: [, (_) => de_HlsEncryption(_, context), `encryption`],
|
|
1505
|
+
HlsManifests: [, (_) => de___listOfHlsManifest(_, context), `hlsManifests`],
|
|
1506
1506
|
IncludeDvbSubtitles: [, __expectBoolean, `includeDvbSubtitles`],
|
|
1507
1507
|
SegmentDurationSeconds: [, __expectInt32, `segmentDurationSeconds`],
|
|
1508
1508
|
UseAudioRenditionGroup: [, __expectBoolean, `useAudioRenditionGroup`],
|
|
@@ -1510,31 +1510,31 @@ const de_HlsPackage = (output, context) => {
|
|
|
1510
1510
|
};
|
|
1511
1511
|
const de_MssEncryption = (output, context) => {
|
|
1512
1512
|
return take(output, {
|
|
1513
|
-
SpekeKeyProvider: (_) =>
|
|
1513
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
1514
1514
|
});
|
|
1515
1515
|
};
|
|
1516
1516
|
const de_MssManifest = (output, context) => {
|
|
1517
1517
|
return take(output, {
|
|
1518
1518
|
ManifestName: [, __expectString, `manifestName`],
|
|
1519
|
-
StreamSelection: (_) =>
|
|
1519
|
+
StreamSelection: [, (_) => de_StreamSelection(_, context), `streamSelection`],
|
|
1520
1520
|
});
|
|
1521
1521
|
};
|
|
1522
1522
|
const de_MssPackage = (output, context) => {
|
|
1523
1523
|
return take(output, {
|
|
1524
|
-
Encryption: (_) =>
|
|
1525
|
-
MssManifests: (_) =>
|
|
1524
|
+
Encryption: [, (_) => de_MssEncryption(_, context), `encryption`],
|
|
1525
|
+
MssManifests: [, (_) => de___listOfMssManifest(_, context), `mssManifests`],
|
|
1526
1526
|
SegmentDurationSeconds: [, __expectInt32, `segmentDurationSeconds`],
|
|
1527
1527
|
});
|
|
1528
1528
|
};
|
|
1529
1529
|
const de_PackagingConfiguration = (output, context) => {
|
|
1530
1530
|
return take(output, {
|
|
1531
1531
|
Arn: [, __expectString, `arn`],
|
|
1532
|
-
CmafPackage: (_) =>
|
|
1532
|
+
CmafPackage: [, (_) => de_CmafPackage(_, context), `cmafPackage`],
|
|
1533
1533
|
CreatedAt: [, __expectString, `createdAt`],
|
|
1534
|
-
DashPackage: (_) =>
|
|
1535
|
-
HlsPackage: (_) =>
|
|
1534
|
+
DashPackage: [, (_) => de_DashPackage(_, context), `dashPackage`],
|
|
1535
|
+
HlsPackage: [, (_) => de_HlsPackage(_, context), `hlsPackage`],
|
|
1536
1536
|
Id: [, __expectString, `id`],
|
|
1537
|
-
MssPackage: (_) =>
|
|
1537
|
+
MssPackage: [, (_) => de_MssPackage(_, context), `mssPackage`],
|
|
1538
1538
|
PackagingGroupId: [, __expectString, `packagingGroupId`],
|
|
1539
1539
|
Tags: [, _json, `tags`],
|
|
1540
1540
|
});
|
|
@@ -1543,19 +1543,19 @@ const de_PackagingGroup = (output, context) => {
|
|
|
1543
1543
|
return take(output, {
|
|
1544
1544
|
ApproximateAssetCount: [, __expectInt32, `approximateAssetCount`],
|
|
1545
1545
|
Arn: [, __expectString, `arn`],
|
|
1546
|
-
Authorization: (_) =>
|
|
1546
|
+
Authorization: [, (_) => de_Authorization(_, context), `authorization`],
|
|
1547
1547
|
CreatedAt: [, __expectString, `createdAt`],
|
|
1548
1548
|
DomainName: [, __expectString, `domainName`],
|
|
1549
|
-
EgressAccessLogs: (_) =>
|
|
1549
|
+
EgressAccessLogs: [, (_) => de_EgressAccessLogs(_, context), `egressAccessLogs`],
|
|
1550
1550
|
Id: [, __expectString, `id`],
|
|
1551
1551
|
Tags: [, _json, `tags`],
|
|
1552
1552
|
});
|
|
1553
1553
|
};
|
|
1554
1554
|
const de_SpekeKeyProvider = (output, context) => {
|
|
1555
1555
|
return take(output, {
|
|
1556
|
-
EncryptionContractConfiguration:
|
|
1556
|
+
EncryptionContractConfiguration: [
|
|
1557
1557
|
,
|
|
1558
|
-
de_EncryptionContractConfiguration(_, context),
|
|
1558
|
+
(_) => de_EncryptionContractConfiguration(_, context),
|
|
1559
1559
|
`encryptionContractConfiguration`,
|
|
1560
1560
|
],
|
|
1561
1561
|
RoleArn: [, __expectString, `roleArn`],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackage-vod",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackage Vod Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.321.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.321.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.321.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.316.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.316.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.316.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|