@aws-sdk/client-mediapackage-vod 3.590.0 → 3.592.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.
Files changed (39) hide show
  1. package/dist-cjs/index.js +0 -17
  2. package/dist-types/commands/ConfigureLogsCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateAssetCommand.d.ts +2 -1
  4. package/dist-types/commands/CreatePackagingConfigurationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreatePackagingGroupCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
  7. package/dist-types/commands/DeletePackagingConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/DeletePackagingGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeAssetCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribePackagingConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribePackagingGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListPackagingConfigurationsCommand.d.ts +2 -1
  14. package/dist-types/commands/ListPackagingGroupsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  17. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  18. package/dist-types/commands/UpdatePackagingGroupCommand.d.ts +2 -1
  19. package/dist-types/index.d.ts +2 -2
  20. package/dist-types/models/MediaPackageVodServiceException.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/models/MediaPackageVodServiceException.d.ts +2 -1
  39. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -214,7 +214,6 @@ var MediaPackageVodClient = _MediaPackageVodClient;
214
214
 
215
215
  var import_middleware_serde = require("@smithy/middleware-serde");
216
216
 
217
- var import_types = require("@smithy/types");
218
217
 
219
218
  // src/protocols/Aws_restJson1.ts
220
219
  var import_core2 = require("@aws-sdk/core");
@@ -1387,7 +1386,6 @@ var ConfigureLogsCommand = _ConfigureLogsCommand;
1387
1386
 
1388
1387
 
1389
1388
 
1390
-
1391
1389
  var _CreateAssetCommand = class _CreateAssetCommand extends import_smithy_client.Command.classBuilder().ep({
1392
1390
  ...commonParams
1393
1391
  }).m(function(Command, cs, config, o) {
@@ -1404,7 +1402,6 @@ var CreateAssetCommand = _CreateAssetCommand;
1404
1402
 
1405
1403
 
1406
1404
 
1407
-
1408
1405
  var _CreatePackagingConfigurationCommand = class _CreatePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1409
1406
  ...commonParams
1410
1407
  }).m(function(Command, cs, config, o) {
@@ -1421,7 +1418,6 @@ var CreatePackagingConfigurationCommand = _CreatePackagingConfigurationCommand;
1421
1418
 
1422
1419
 
1423
1420
 
1424
-
1425
1421
  var _CreatePackagingGroupCommand = class _CreatePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1426
1422
  ...commonParams
1427
1423
  }).m(function(Command, cs, config, o) {
@@ -1438,7 +1434,6 @@ var CreatePackagingGroupCommand = _CreatePackagingGroupCommand;
1438
1434
 
1439
1435
 
1440
1436
 
1441
-
1442
1437
  var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep({
1443
1438
  ...commonParams
1444
1439
  }).m(function(Command, cs, config, o) {
@@ -1455,7 +1450,6 @@ var DeleteAssetCommand = _DeleteAssetCommand;
1455
1450
 
1456
1451
 
1457
1452
 
1458
-
1459
1453
  var _DeletePackagingConfigurationCommand = class _DeletePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1460
1454
  ...commonParams
1461
1455
  }).m(function(Command, cs, config, o) {
@@ -1472,7 +1466,6 @@ var DeletePackagingConfigurationCommand = _DeletePackagingConfigurationCommand;
1472
1466
 
1473
1467
 
1474
1468
 
1475
-
1476
1469
  var _DeletePackagingGroupCommand = class _DeletePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1477
1470
  ...commonParams
1478
1471
  }).m(function(Command, cs, config, o) {
@@ -1489,7 +1482,6 @@ var DeletePackagingGroupCommand = _DeletePackagingGroupCommand;
1489
1482
 
1490
1483
 
1491
1484
 
1492
-
1493
1485
  var _DescribeAssetCommand = class _DescribeAssetCommand extends import_smithy_client.Command.classBuilder().ep({
1494
1486
  ...commonParams
1495
1487
  }).m(function(Command, cs, config, o) {
@@ -1506,7 +1498,6 @@ var DescribeAssetCommand = _DescribeAssetCommand;
1506
1498
 
1507
1499
 
1508
1500
 
1509
-
1510
1501
  var _DescribePackagingConfigurationCommand = class _DescribePackagingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1511
1502
  ...commonParams
1512
1503
  }).m(function(Command, cs, config, o) {
@@ -1523,7 +1514,6 @@ var DescribePackagingConfigurationCommand = _DescribePackagingConfigurationComma
1523
1514
 
1524
1515
 
1525
1516
 
1526
-
1527
1517
  var _DescribePackagingGroupCommand = class _DescribePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1528
1518
  ...commonParams
1529
1519
  }).m(function(Command, cs, config, o) {
@@ -1540,7 +1530,6 @@ var DescribePackagingGroupCommand = _DescribePackagingGroupCommand;
1540
1530
 
1541
1531
 
1542
1532
 
1543
-
1544
1533
  var _ListAssetsCommand = class _ListAssetsCommand extends import_smithy_client.Command.classBuilder().ep({
1545
1534
  ...commonParams
1546
1535
  }).m(function(Command, cs, config, o) {
@@ -1557,7 +1546,6 @@ var ListAssetsCommand = _ListAssetsCommand;
1557
1546
 
1558
1547
 
1559
1548
 
1560
-
1561
1549
  var _ListPackagingConfigurationsCommand = class _ListPackagingConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
1562
1550
  ...commonParams
1563
1551
  }).m(function(Command, cs, config, o) {
@@ -1574,7 +1562,6 @@ var ListPackagingConfigurationsCommand = _ListPackagingConfigurationsCommand;
1574
1562
 
1575
1563
 
1576
1564
 
1577
-
1578
1565
  var _ListPackagingGroupsCommand = class _ListPackagingGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1579
1566
  ...commonParams
1580
1567
  }).m(function(Command, cs, config, o) {
@@ -1591,7 +1578,6 @@ var ListPackagingGroupsCommand = _ListPackagingGroupsCommand;
1591
1578
 
1592
1579
 
1593
1580
 
1594
-
1595
1581
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1596
1582
  ...commonParams
1597
1583
  }).m(function(Command, cs, config, o) {
@@ -1608,7 +1594,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1608
1594
 
1609
1595
 
1610
1596
 
1611
-
1612
1597
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1613
1598
  ...commonParams
1614
1599
  }).m(function(Command, cs, config, o) {
@@ -1625,7 +1610,6 @@ var TagResourceCommand = _TagResourceCommand;
1625
1610
 
1626
1611
 
1627
1612
 
1628
-
1629
1613
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1630
1614
  ...commonParams
1631
1615
  }).m(function(Command, cs, config, o) {
@@ -1642,7 +1626,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1642
1626
 
1643
1627
 
1644
1628
 
1645
-
1646
1629
  var _UpdatePackagingGroupCommand = class _UpdatePackagingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1647
1630
  ...commonParams
1648
1631
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ConfigureLogsRequest, ConfigureLogsResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreatePackagingConfigurationRequest, CreatePackagingConfigurationRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreatePackagingGroupRequest, CreatePackagingGroupResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeletePackagingConfigurationRequest, DeletePackagingConfigurationRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeletePackagingGroupRequest, DeletePackagingGroupResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeAssetRequest, DescribeAssetResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribePackagingConfigurationRequest, DescribePackagingConfigurationRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribePackagingGroupRequest, DescribePackagingGroupResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPackagingConfigurationsRequest, ListPackagingConfigurationsResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPackagingGroupsRequest, ListPackagingGroupsResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdatePackagingGroupRequest, UpdatePackagingGroupResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./MediaPackageVodClient";
7
7
  export * from "./MediaPackageVod";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { MediaPackageVodExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { MediaPackageVodExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ConfigureLogsRequest,
10
10
  ConfigureLogsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {}
14
15
  export interface ConfigureLogsCommandOutput
15
16
  extends ConfigureLogsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageVodClient";
8
8
  import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateAssetCommandInput extends CreateAssetRequest {}
11
12
  export interface CreateAssetCommandOutput
12
13
  extends CreateAssetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreatePackagingConfigurationRequest,
10
10
  CreatePackagingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePackagingConfigurationCommandInput
14
15
  extends CreatePackagingConfigurationRequest {}
15
16
  export interface CreatePackagingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreatePackagingGroupRequest,
10
10
  CreatePackagingGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePackagingGroupCommandInput
14
15
  extends CreatePackagingGroupRequest {}
15
16
  export interface CreatePackagingGroupCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageVodClient";
8
8
  import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
11
12
  export interface DeleteAssetCommandOutput
12
13
  extends DeleteAssetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeletePackagingConfigurationRequest,
10
10
  DeletePackagingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePackagingConfigurationCommandInput
14
15
  extends DeletePackagingConfigurationRequest {}
15
16
  export interface DeletePackagingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeletePackagingGroupRequest,
10
10
  DeletePackagingGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePackagingGroupCommandInput
14
15
  extends DeletePackagingGroupRequest {}
15
16
  export interface DeletePackagingGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAssetRequest,
10
10
  DescribeAssetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAssetCommandInput extends DescribeAssetRequest {}
14
15
  export interface DescribeAssetCommandOutput
15
16
  extends DescribeAssetResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribePackagingConfigurationRequest,
10
10
  DescribePackagingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribePackagingConfigurationCommandInput
14
15
  extends DescribePackagingConfigurationRequest {}
15
16
  export interface DescribePackagingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribePackagingGroupRequest,
10
10
  DescribePackagingGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribePackagingGroupCommandInput
14
15
  extends DescribePackagingGroupRequest {}
15
16
  export interface DescribePackagingGroupCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageVodClient";
8
8
  import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListAssetsCommandInput extends ListAssetsRequest {}
11
12
  export interface ListAssetsCommandOutput
12
13
  extends ListAssetsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListPackagingConfigurationsRequest,
10
10
  ListPackagingConfigurationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPackagingConfigurationsCommandInput
14
15
  extends ListPackagingConfigurationsRequest {}
15
16
  export interface ListPackagingConfigurationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListPackagingGroupsRequest,
10
10
  ListPackagingGroupsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPackagingGroupsCommandInput
14
15
  extends ListPackagingGroupsRequest {}
15
16
  export interface ListPackagingGroupsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageVodClient";
8
8
  import { TagResourceRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput extends __MetadataBearer {}
12
13
  declare const TagResourceCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageVodClient";
8
8
  import { UntagResourceRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
11
12
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
12
13
  declare const UntagResourceCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  UpdatePackagingGroupRequest,
10
10
  UpdatePackagingGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdatePackagingGroupCommandInput
14
15
  extends UpdatePackagingGroupRequest {}
15
16
  export interface UpdatePackagingGroupCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class MediaPackageVodServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.592.0",
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": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",