@aws-sdk/client-mediapackage-vod 3.649.0 → 3.651.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.
- package/dist-cjs/index.js +17 -51
- package/dist-es/commands/ConfigureLogsCommand.js +1 -3
- package/dist-es/commands/CreateAssetCommand.js +1 -3
- package/dist-es/commands/CreatePackagingConfigurationCommand.js +1 -3
- package/dist-es/commands/CreatePackagingGroupCommand.js +1 -3
- package/dist-es/commands/DeleteAssetCommand.js +1 -3
- package/dist-es/commands/DeletePackagingConfigurationCommand.js +1 -3
- package/dist-es/commands/DeletePackagingGroupCommand.js +1 -3
- package/dist-es/commands/DescribeAssetCommand.js +1 -3
- package/dist-es/commands/DescribePackagingConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribePackagingGroupCommand.js +1 -3
- package/dist-es/commands/ListAssetsCommand.js +1 -3
- package/dist-es/commands/ListPackagingConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListPackagingGroupsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdatePackagingGroupCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1364,9 +1364,7 @@ var _pGI = "packagingGroupId";
|
|
|
1364
1364
|
var _tK = "tagKeys";
|
|
1365
1365
|
|
|
1366
1366
|
// src/commands/ConfigureLogsCommand.ts
|
|
1367
|
-
var _ConfigureLogsCommand = class _ConfigureLogsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1368
|
-
...commonParams
|
|
1369
|
-
}).m(function(Command, cs, config, o) {
|
|
1367
|
+
var _ConfigureLogsCommand = class _ConfigureLogsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1370
1368
|
return [
|
|
1371
1369
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1372
1370
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1380,9 +1378,7 @@ var ConfigureLogsCommand = _ConfigureLogsCommand;
|
|
|
1380
1378
|
|
|
1381
1379
|
|
|
1382
1380
|
|
|
1383
|
-
var _CreateAssetCommand = class _CreateAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1384
|
-
...commonParams
|
|
1385
|
-
}).m(function(Command, cs, config, o) {
|
|
1381
|
+
var _CreateAssetCommand = class _CreateAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1386
1382
|
return [
|
|
1387
1383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1388
1384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1396,9 +1392,7 @@ var CreateAssetCommand = _CreateAssetCommand;
|
|
|
1396
1392
|
|
|
1397
1393
|
|
|
1398
1394
|
|
|
1399
|
-
var _CreatePackagingConfigurationCommand = class _CreatePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1400
|
-
...commonParams
|
|
1401
|
-
}).m(function(Command, cs, config, o) {
|
|
1395
|
+
var _CreatePackagingConfigurationCommand = class _CreatePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1402
1396
|
return [
|
|
1403
1397
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1404
1398
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1412,9 +1406,7 @@ var CreatePackagingConfigurationCommand = _CreatePackagingConfigurationCommand;
|
|
|
1412
1406
|
|
|
1413
1407
|
|
|
1414
1408
|
|
|
1415
|
-
var _CreatePackagingGroupCommand = class _CreatePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1416
|
-
...commonParams
|
|
1417
|
-
}).m(function(Command, cs, config, o) {
|
|
1409
|
+
var _CreatePackagingGroupCommand = class _CreatePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1418
1410
|
return [
|
|
1419
1411
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1420
1412
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1428,9 +1420,7 @@ var CreatePackagingGroupCommand = _CreatePackagingGroupCommand;
|
|
|
1428
1420
|
|
|
1429
1421
|
|
|
1430
1422
|
|
|
1431
|
-
var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1432
|
-
...commonParams
|
|
1433
|
-
}).m(function(Command, cs, config, o) {
|
|
1423
|
+
var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1434
1424
|
return [
|
|
1435
1425
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1436
1426
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1444,9 +1434,7 @@ var DeleteAssetCommand = _DeleteAssetCommand;
|
|
|
1444
1434
|
|
|
1445
1435
|
|
|
1446
1436
|
|
|
1447
|
-
var _DeletePackagingConfigurationCommand = class _DeletePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1448
|
-
...commonParams
|
|
1449
|
-
}).m(function(Command, cs, config, o) {
|
|
1437
|
+
var _DeletePackagingConfigurationCommand = class _DeletePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1450
1438
|
return [
|
|
1451
1439
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1452
1440
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1460,9 +1448,7 @@ var DeletePackagingConfigurationCommand = _DeletePackagingConfigurationCommand;
|
|
|
1460
1448
|
|
|
1461
1449
|
|
|
1462
1450
|
|
|
1463
|
-
var _DeletePackagingGroupCommand = class _DeletePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1464
|
-
...commonParams
|
|
1465
|
-
}).m(function(Command, cs, config, o) {
|
|
1451
|
+
var _DeletePackagingGroupCommand = class _DeletePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1466
1452
|
return [
|
|
1467
1453
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1468
1454
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1476,9 +1462,7 @@ var DeletePackagingGroupCommand = _DeletePackagingGroupCommand;
|
|
|
1476
1462
|
|
|
1477
1463
|
|
|
1478
1464
|
|
|
1479
|
-
var _DescribeAssetCommand = class _DescribeAssetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1480
|
-
...commonParams
|
|
1481
|
-
}).m(function(Command, cs, config, o) {
|
|
1465
|
+
var _DescribeAssetCommand = class _DescribeAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1482
1466
|
return [
|
|
1483
1467
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1484
1468
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1492,9 +1476,7 @@ var DescribeAssetCommand = _DescribeAssetCommand;
|
|
|
1492
1476
|
|
|
1493
1477
|
|
|
1494
1478
|
|
|
1495
|
-
var _DescribePackagingConfigurationCommand = class _DescribePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1496
|
-
...commonParams
|
|
1497
|
-
}).m(function(Command, cs, config, o) {
|
|
1479
|
+
var _DescribePackagingConfigurationCommand = class _DescribePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1498
1480
|
return [
|
|
1499
1481
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1500
1482
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1508,9 +1490,7 @@ var DescribePackagingConfigurationCommand = _DescribePackagingConfigurationComma
|
|
|
1508
1490
|
|
|
1509
1491
|
|
|
1510
1492
|
|
|
1511
|
-
var _DescribePackagingGroupCommand = class _DescribePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1512
|
-
...commonParams
|
|
1513
|
-
}).m(function(Command, cs, config, o) {
|
|
1493
|
+
var _DescribePackagingGroupCommand = class _DescribePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1514
1494
|
return [
|
|
1515
1495
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1516
1496
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1524,9 +1504,7 @@ var DescribePackagingGroupCommand = _DescribePackagingGroupCommand;
|
|
|
1524
1504
|
|
|
1525
1505
|
|
|
1526
1506
|
|
|
1527
|
-
var _ListAssetsCommand = class _ListAssetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1528
|
-
...commonParams
|
|
1529
|
-
}).m(function(Command, cs, config, o) {
|
|
1507
|
+
var _ListAssetsCommand = class _ListAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1530
1508
|
return [
|
|
1531
1509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1532
1510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1540,9 +1518,7 @@ var ListAssetsCommand = _ListAssetsCommand;
|
|
|
1540
1518
|
|
|
1541
1519
|
|
|
1542
1520
|
|
|
1543
|
-
var _ListPackagingConfigurationsCommand = class _ListPackagingConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1544
|
-
...commonParams
|
|
1545
|
-
}).m(function(Command, cs, config, o) {
|
|
1521
|
+
var _ListPackagingConfigurationsCommand = class _ListPackagingConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1546
1522
|
return [
|
|
1547
1523
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1548
1524
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1556,9 +1532,7 @@ var ListPackagingConfigurationsCommand = _ListPackagingConfigurationsCommand;
|
|
|
1556
1532
|
|
|
1557
1533
|
|
|
1558
1534
|
|
|
1559
|
-
var _ListPackagingGroupsCommand = class _ListPackagingGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1560
|
-
...commonParams
|
|
1561
|
-
}).m(function(Command, cs, config, o) {
|
|
1535
|
+
var _ListPackagingGroupsCommand = class _ListPackagingGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1562
1536
|
return [
|
|
1563
1537
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1564
1538
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1572,9 +1546,7 @@ var ListPackagingGroupsCommand = _ListPackagingGroupsCommand;
|
|
|
1572
1546
|
|
|
1573
1547
|
|
|
1574
1548
|
|
|
1575
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1576
|
-
...commonParams
|
|
1577
|
-
}).m(function(Command, cs, config, o) {
|
|
1549
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1578
1550
|
return [
|
|
1579
1551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1580
1552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1588,9 +1560,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1588
1560
|
|
|
1589
1561
|
|
|
1590
1562
|
|
|
1591
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1592
|
-
...commonParams
|
|
1593
|
-
}).m(function(Command, cs, config, o) {
|
|
1563
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1594
1564
|
return [
|
|
1595
1565
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1596
1566
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1604,9 +1574,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1604
1574
|
|
|
1605
1575
|
|
|
1606
1576
|
|
|
1607
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1608
|
-
...commonParams
|
|
1609
|
-
}).m(function(Command, cs, config, o) {
|
|
1577
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1610
1578
|
return [
|
|
1611
1579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1612
1580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1620,9 +1588,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1620
1588
|
|
|
1621
1589
|
|
|
1622
1590
|
|
|
1623
|
-
var _UpdatePackagingGroupCommand = class _UpdatePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1624
|
-
...commonParams
|
|
1625
|
-
}).m(function(Command, cs, config, o) {
|
|
1591
|
+
var _UpdatePackagingGroupCommand = class _UpdatePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1626
1592
|
return [
|
|
1627
1593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1628
1594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_ConfigureLogsCommand, se_ConfigureLogsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ConfigureLogsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateAssetCommand, se_CreateAssetCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAssetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePackagingConfigurationCommand, se_CreatePackagingConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePackagingConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePackagingGroupCommand, se_CreatePackagingGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePackagingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAssetCommand, se_DeleteAssetCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAssetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePackagingConfigurationCommand, se_DeletePackagingConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePackagingConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePackagingGroupCommand, se_DeletePackagingGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePackagingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeAssetCommand, se_DescribeAssetCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAssetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribePackagingConfigurationCommand, se_DescribePackagingConfigura
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePackagingConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribePackagingGroupCommand, se_DescribePackagingGroupCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePackagingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAssetsCommand, se_ListAssetsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPackagingConfigurationsCommand, se_ListPackagingConfigurationsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPackagingConfigurationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPackagingGroupsCommand, se_ListPackagingGroupsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPackagingGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdatePackagingGroupCommand, se_UpdatePackagingGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdatePackagingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
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.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediapackage-vod",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|