@aws-sdk/client-mediapackagev2 3.590.0 → 3.596.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 (53) hide show
  1. package/dist-cjs/index.js +0 -24
  2. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateChannelGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteChannelGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +2 -1
  10. package/dist-types/commands/GetChannelCommand.d.ts +2 -1
  11. package/dist-types/commands/GetChannelGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/GetChannelPolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/GetOriginEndpointCommand.d.ts +2 -1
  14. package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/ListChannelGroupsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/PutChannelPolicyCommand.d.ts +2 -1
  20. package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +2 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateChannelGroupCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +2 -1
  26. package/dist-types/index.d.ts +2 -2
  27. package/dist-types/models/MediaPackageV2ServiceException.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/models/MediaPackageV2ServiceException.d.ts +2 -1
  53. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -228,7 +228,6 @@ var MediaPackageV2Client = _MediaPackageV2Client;
228
228
 
229
229
  var import_middleware_serde = require("@smithy/middleware-serde");
230
230
 
231
- var import_types = require("@smithy/types");
232
231
 
233
232
  // src/protocols/Aws_restJson1.ts
234
233
  var import_core2 = require("@aws-sdk/core");
@@ -1589,7 +1588,6 @@ var CreateChannelCommand = _CreateChannelCommand;
1589
1588
 
1590
1589
 
1591
1590
 
1592
-
1593
1591
  var _CreateChannelGroupCommand = class _CreateChannelGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1594
1592
  ...commonParams
1595
1593
  }).m(function(Command, cs, config, o) {
@@ -1606,7 +1604,6 @@ var CreateChannelGroupCommand = _CreateChannelGroupCommand;
1606
1604
 
1607
1605
 
1608
1606
 
1609
-
1610
1607
  var _CreateOriginEndpointCommand = class _CreateOriginEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1611
1608
  ...commonParams
1612
1609
  }).m(function(Command, cs, config, o) {
@@ -1623,7 +1620,6 @@ var CreateOriginEndpointCommand = _CreateOriginEndpointCommand;
1623
1620
 
1624
1621
 
1625
1622
 
1626
-
1627
1623
  var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1628
1624
  ...commonParams
1629
1625
  }).m(function(Command, cs, config, o) {
@@ -1640,7 +1636,6 @@ var DeleteChannelCommand = _DeleteChannelCommand;
1640
1636
 
1641
1637
 
1642
1638
 
1643
-
1644
1639
  var _DeleteChannelGroupCommand = class _DeleteChannelGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1645
1640
  ...commonParams
1646
1641
  }).m(function(Command, cs, config, o) {
@@ -1657,7 +1652,6 @@ var DeleteChannelGroupCommand = _DeleteChannelGroupCommand;
1657
1652
 
1658
1653
 
1659
1654
 
1660
-
1661
1655
  var _DeleteChannelPolicyCommand = class _DeleteChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1662
1656
  ...commonParams
1663
1657
  }).m(function(Command, cs, config, o) {
@@ -1674,7 +1668,6 @@ var DeleteChannelPolicyCommand = _DeleteChannelPolicyCommand;
1674
1668
 
1675
1669
 
1676
1670
 
1677
-
1678
1671
  var _DeleteOriginEndpointCommand = class _DeleteOriginEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1679
1672
  ...commonParams
1680
1673
  }).m(function(Command, cs, config, o) {
@@ -1691,7 +1684,6 @@ var DeleteOriginEndpointCommand = _DeleteOriginEndpointCommand;
1691
1684
 
1692
1685
 
1693
1686
 
1694
-
1695
1687
  var _DeleteOriginEndpointPolicyCommand = class _DeleteOriginEndpointPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1696
1688
  ...commonParams
1697
1689
  }).m(function(Command, cs, config, o) {
@@ -1708,7 +1700,6 @@ var DeleteOriginEndpointPolicyCommand = _DeleteOriginEndpointPolicyCommand;
1708
1700
 
1709
1701
 
1710
1702
 
1711
-
1712
1703
  var _GetChannelCommand = class _GetChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1713
1704
  ...commonParams
1714
1705
  }).m(function(Command, cs, config, o) {
@@ -1725,7 +1716,6 @@ var GetChannelCommand = _GetChannelCommand;
1725
1716
 
1726
1717
 
1727
1718
 
1728
-
1729
1719
  var _GetChannelGroupCommand = class _GetChannelGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1730
1720
  ...commonParams
1731
1721
  }).m(function(Command, cs, config, o) {
@@ -1742,7 +1732,6 @@ var GetChannelGroupCommand = _GetChannelGroupCommand;
1742
1732
 
1743
1733
 
1744
1734
 
1745
-
1746
1735
  var _GetChannelPolicyCommand = class _GetChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1747
1736
  ...commonParams
1748
1737
  }).m(function(Command, cs, config, o) {
@@ -1759,7 +1748,6 @@ var GetChannelPolicyCommand = _GetChannelPolicyCommand;
1759
1748
 
1760
1749
 
1761
1750
 
1762
-
1763
1751
  var _GetOriginEndpointCommand = class _GetOriginEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1764
1752
  ...commonParams
1765
1753
  }).m(function(Command, cs, config, o) {
@@ -1776,7 +1764,6 @@ var GetOriginEndpointCommand = _GetOriginEndpointCommand;
1776
1764
 
1777
1765
 
1778
1766
 
1779
-
1780
1767
  var _GetOriginEndpointPolicyCommand = class _GetOriginEndpointPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1781
1768
  ...commonParams
1782
1769
  }).m(function(Command, cs, config, o) {
@@ -1793,7 +1780,6 @@ var GetOriginEndpointPolicyCommand = _GetOriginEndpointPolicyCommand;
1793
1780
 
1794
1781
 
1795
1782
 
1796
-
1797
1783
  var _ListChannelGroupsCommand = class _ListChannelGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1798
1784
  ...commonParams
1799
1785
  }).m(function(Command, cs, config, o) {
@@ -1810,7 +1796,6 @@ var ListChannelGroupsCommand = _ListChannelGroupsCommand;
1810
1796
 
1811
1797
 
1812
1798
 
1813
-
1814
1799
  var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
1815
1800
  ...commonParams
1816
1801
  }).m(function(Command, cs, config, o) {
@@ -1827,7 +1812,6 @@ var ListChannelsCommand = _ListChannelsCommand;
1827
1812
 
1828
1813
 
1829
1814
 
1830
-
1831
1815
  var _ListOriginEndpointsCommand = class _ListOriginEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
1832
1816
  ...commonParams
1833
1817
  }).m(function(Command, cs, config, o) {
@@ -1844,7 +1828,6 @@ var ListOriginEndpointsCommand = _ListOriginEndpointsCommand;
1844
1828
 
1845
1829
 
1846
1830
 
1847
-
1848
1831
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1849
1832
  ...commonParams
1850
1833
  }).m(function(Command, cs, config, o) {
@@ -1861,7 +1844,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1861
1844
 
1862
1845
 
1863
1846
 
1864
-
1865
1847
  var _PutChannelPolicyCommand = class _PutChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1866
1848
  ...commonParams
1867
1849
  }).m(function(Command, cs, config, o) {
@@ -1878,7 +1860,6 @@ var PutChannelPolicyCommand = _PutChannelPolicyCommand;
1878
1860
 
1879
1861
 
1880
1862
 
1881
-
1882
1863
  var _PutOriginEndpointPolicyCommand = class _PutOriginEndpointPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1883
1864
  ...commonParams
1884
1865
  }).m(function(Command, cs, config, o) {
@@ -1895,7 +1876,6 @@ var PutOriginEndpointPolicyCommand = _PutOriginEndpointPolicyCommand;
1895
1876
 
1896
1877
 
1897
1878
 
1898
-
1899
1879
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1900
1880
  ...commonParams
1901
1881
  }).m(function(Command, cs, config, o) {
@@ -1912,7 +1892,6 @@ var TagResourceCommand = _TagResourceCommand;
1912
1892
 
1913
1893
 
1914
1894
 
1915
-
1916
1895
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1917
1896
  ...commonParams
1918
1897
  }).m(function(Command, cs, config, o) {
@@ -1929,7 +1908,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1929
1908
 
1930
1909
 
1931
1910
 
1932
-
1933
1911
  var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1934
1912
  ...commonParams
1935
1913
  }).m(function(Command, cs, config, o) {
@@ -1946,7 +1924,6 @@ var UpdateChannelCommand = _UpdateChannelCommand;
1946
1924
 
1947
1925
 
1948
1926
 
1949
-
1950
1927
  var _UpdateChannelGroupCommand = class _UpdateChannelGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1951
1928
  ...commonParams
1952
1929
  }).m(function(Command, cs, config, o) {
@@ -1963,7 +1940,6 @@ var UpdateChannelGroupCommand = _UpdateChannelGroupCommand;
1963
1940
 
1964
1941
 
1965
1942
 
1966
-
1967
1943
  var _UpdateOriginEndpointCommand = class _UpdateOriginEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1968
1944
  ...commonParams
1969
1945
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateChannelRequest, CreateChannelResponse } 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 { CreateChannelGroupRequest, CreateChannelGroupResponse } from "../models
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 { CreateOriginEndpointRequest, CreateOriginEndpointResponse } 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 { DeleteChannelRequest, DeleteChannelResponse } 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 { DeleteChannelGroupRequest, DeleteChannelGroupResponse } from "../models
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 { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } 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 { DeleteOriginEndpointRequest, DeleteOriginEndpointResponse } 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 { DeleteOriginEndpointPolicyRequest, DeleteOriginEndpointPolicyResponse }
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 { GetChannelRequest, GetChannelResponse } 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 { GetChannelGroupRequest, GetChannelGroupResponse } from "../models/model
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 { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/mod
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 { GetOriginEndpointRequest, GetOriginEndpointResponse } from "../models/m
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 { GetOriginEndpointPolicyRequest, GetOriginEndpointPolicyResponse } 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 { ListChannelGroupsRequest, ListChannelGroupsResponse } from "../models/m
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 { ListChannelsRequest, ListChannelsResponse } 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 { ListOriginEndpointsRequest, ListOriginEndpointsResponse } 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 { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/mod
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 { PutOriginEndpointPolicyRequest, PutOriginEndpointPolicyResponse } 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 { 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 { UpdateChannelRequest, UpdateChannelResponse } 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 { UpdateChannelGroupRequest, UpdateChannelGroupResponse } from "../models
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 { UpdateOriginEndpointRequest, UpdateOriginEndpointResponse } 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
  *
@@ -17,8 +17,8 @@
17
17
  export * from "./MediaPackageV2Client";
18
18
  export * from "./MediaPackageV2";
19
19
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
20
- export { RuntimeExtension } from "./runtimeExtensions";
21
- export { MediaPackageV2ExtensionConfiguration } from "./extensionConfiguration";
20
+ export type { RuntimeExtension } from "./runtimeExtensions";
21
+ export type { MediaPackageV2ExtensionConfiguration } from "./extensionConfiguration";
22
22
  export * from "./commands";
23
23
  export * from "./pagination";
24
24
  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
  CreateChannelRequest,
10
10
  CreateChannelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateChannelCommandInput extends CreateChannelRequest {}
14
15
  export interface CreateChannelCommandOutput
15
16
  extends CreateChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateChannelGroupRequest,
10
10
  CreateChannelGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateChannelGroupCommandInput
14
15
  extends CreateChannelGroupRequest {}
15
16
  export interface CreateChannelGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateOriginEndpointRequest,
10
10
  CreateOriginEndpointResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateOriginEndpointCommandInput
14
15
  extends CreateOriginEndpointRequest {}
15
16
  export interface CreateOriginEndpointCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteChannelRequest,
10
10
  DeleteChannelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
14
15
  export interface DeleteChannelCommandOutput
15
16
  extends DeleteChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteChannelGroupRequest,
10
10
  DeleteChannelGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteChannelGroupCommandInput
14
15
  extends DeleteChannelGroupRequest {}
15
16
  export interface DeleteChannelGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteChannelPolicyRequest,
10
10
  DeleteChannelPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteChannelPolicyCommandInput
14
15
  extends DeleteChannelPolicyRequest {}
15
16
  export interface DeleteChannelPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteOriginEndpointRequest,
10
10
  DeleteOriginEndpointResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteOriginEndpointCommandInput
14
15
  extends DeleteOriginEndpointRequest {}
15
16
  export interface DeleteOriginEndpointCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteOriginEndpointPolicyRequest,
10
10
  DeleteOriginEndpointPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteOriginEndpointPolicyCommandInput
14
15
  extends DeleteOriginEndpointPolicyRequest {}
15
16
  export interface DeleteOriginEndpointPolicyCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageV2Client";
8
8
  import { GetChannelRequest, GetChannelResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetChannelCommandInput extends GetChannelRequest {}
11
12
  export interface GetChannelCommandOutput
12
13
  extends GetChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetChannelGroupRequest,
10
10
  GetChannelGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetChannelGroupCommandInput extends GetChannelGroupRequest {}
14
15
  export interface GetChannelGroupCommandOutput
15
16
  extends GetChannelGroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetChannelPolicyRequest,
10
10
  GetChannelPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {}
14
15
  export interface GetChannelPolicyCommandOutput
15
16
  extends GetChannelPolicyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetOriginEndpointRequest,
10
10
  GetOriginEndpointResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetOriginEndpointCommandInput
14
15
  extends GetOriginEndpointRequest {}
15
16
  export interface GetOriginEndpointCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetOriginEndpointPolicyRequest,
10
10
  GetOriginEndpointPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetOriginEndpointPolicyCommandInput
14
15
  extends GetOriginEndpointPolicyRequest {}
15
16
  export interface GetOriginEndpointPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListChannelGroupsRequest,
10
10
  ListChannelGroupsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListChannelGroupsCommandInput
14
15
  extends ListChannelGroupsRequest {}
15
16
  export interface ListChannelGroupsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageV2Client";
8
8
  import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListChannelsCommandInput extends ListChannelsRequest {}
11
12
  export interface ListChannelsCommandOutput
12
13
  extends ListChannelsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListOriginEndpointsRequest,
10
10
  ListOriginEndpointsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListOriginEndpointsCommandInput
14
15
  extends ListOriginEndpointsRequest {}
15
16
  export interface ListOriginEndpointsCommandOutput
@@ -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
@@ -9,7 +9,8 @@ import {
9
9
  PutChannelPolicyRequest,
10
10
  PutChannelPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {}
14
15
  export interface PutChannelPolicyCommandOutput
15
16
  extends PutChannelPolicyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  PutOriginEndpointPolicyRequest,
10
10
  PutOriginEndpointPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutOriginEndpointPolicyCommandInput
14
15
  extends PutOriginEndpointPolicyRequest {}
15
16
  export interface PutOriginEndpointPolicyCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageV2Client";
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 "../MediaPackageV2Client";
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
  UpdateChannelRequest,
10
10
  UpdateChannelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
14
15
  export interface UpdateChannelCommandOutput
15
16
  extends UpdateChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateChannelGroupRequest,
10
10
  UpdateChannelGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateChannelGroupCommandInput
14
15
  extends UpdateChannelGroupRequest {}
15
16
  export interface UpdateChannelGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateOriginEndpointRequest,
10
10
  UpdateOriginEndpointResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateOriginEndpointCommandInput
14
15
  extends UpdateOriginEndpointRequest {}
15
16
  export interface UpdateOriginEndpointCommandOutput
@@ -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 MediaPackageV2ServiceException 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-mediapackagev2",
3
3
  "description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.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-mediapackagev2",
@@ -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.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.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",