@aws-sdk/client-mediapackage 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 (43) hide show
  1. package/dist-cjs/index.js +0 -19
  2. package/dist-types/commands/ConfigureLogsCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateHarvestJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateOriginEndpointCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeChannelCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeHarvestJobCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeOriginEndpointCommand.d.ts +2 -1
  11. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  12. package/dist-types/commands/ListHarvestJobsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListOriginEndpointsCommand.d.ts +2 -1
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  15. package/dist-types/commands/RotateChannelCredentialsCommand.d.ts +2 -1
  16. package/dist-types/commands/RotateIngestEndpointCredentialsCommand.d.ts +2 -1
  17. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  18. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +2 -1
  21. package/dist-types/index.d.ts +2 -2
  22. package/dist-types/models/MediaPackageServiceException.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/models/MediaPackageServiceException.d.ts +2 -1
  43. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -232,7 +232,6 @@ var MediaPackageClient = _MediaPackageClient;
232
232
 
233
233
  var import_middleware_serde = require("@smithy/middleware-serde");
234
234
 
235
- var import_types = require("@smithy/types");
236
235
 
237
236
  // src/models/models_0.ts
238
237
 
@@ -1657,7 +1656,6 @@ var ConfigureLogsCommand = _ConfigureLogsCommand;
1657
1656
 
1658
1657
 
1659
1658
 
1660
-
1661
1659
  var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1662
1660
  ...commonParams
1663
1661
  }).m(function(Command, cs, config, o) {
@@ -1674,7 +1672,6 @@ var CreateChannelCommand = _CreateChannelCommand;
1674
1672
 
1675
1673
 
1676
1674
 
1677
-
1678
1675
  var _CreateHarvestJobCommand = class _CreateHarvestJobCommand extends import_smithy_client.Command.classBuilder().ep({
1679
1676
  ...commonParams
1680
1677
  }).m(function(Command, cs, config, o) {
@@ -1691,7 +1688,6 @@ var CreateHarvestJobCommand = _CreateHarvestJobCommand;
1691
1688
 
1692
1689
 
1693
1690
 
1694
-
1695
1691
  var _CreateOriginEndpointCommand = class _CreateOriginEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1696
1692
  ...commonParams
1697
1693
  }).m(function(Command, cs, config, o) {
@@ -1708,7 +1704,6 @@ var CreateOriginEndpointCommand = _CreateOriginEndpointCommand;
1708
1704
 
1709
1705
 
1710
1706
 
1711
-
1712
1707
  var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1713
1708
  ...commonParams
1714
1709
  }).m(function(Command, cs, config, o) {
@@ -1725,7 +1720,6 @@ var DeleteChannelCommand = _DeleteChannelCommand;
1725
1720
 
1726
1721
 
1727
1722
 
1728
-
1729
1723
  var _DeleteOriginEndpointCommand = class _DeleteOriginEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1730
1724
  ...commonParams
1731
1725
  }).m(function(Command, cs, config, o) {
@@ -1742,7 +1736,6 @@ var DeleteOriginEndpointCommand = _DeleteOriginEndpointCommand;
1742
1736
 
1743
1737
 
1744
1738
 
1745
-
1746
1739
  var _DescribeChannelCommand = class _DescribeChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1747
1740
  ...commonParams
1748
1741
  }).m(function(Command, cs, config, o) {
@@ -1759,7 +1752,6 @@ var DescribeChannelCommand = _DescribeChannelCommand;
1759
1752
 
1760
1753
 
1761
1754
 
1762
-
1763
1755
  var _DescribeHarvestJobCommand = class _DescribeHarvestJobCommand extends import_smithy_client.Command.classBuilder().ep({
1764
1756
  ...commonParams
1765
1757
  }).m(function(Command, cs, config, o) {
@@ -1776,7 +1768,6 @@ var DescribeHarvestJobCommand = _DescribeHarvestJobCommand;
1776
1768
 
1777
1769
 
1778
1770
 
1779
-
1780
1771
  var _DescribeOriginEndpointCommand = class _DescribeOriginEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1781
1772
  ...commonParams
1782
1773
  }).m(function(Command, cs, config, o) {
@@ -1793,7 +1784,6 @@ var DescribeOriginEndpointCommand = _DescribeOriginEndpointCommand;
1793
1784
 
1794
1785
 
1795
1786
 
1796
-
1797
1787
  var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
1798
1788
  ...commonParams
1799
1789
  }).m(function(Command, cs, config, o) {
@@ -1810,7 +1800,6 @@ var ListChannelsCommand = _ListChannelsCommand;
1810
1800
 
1811
1801
 
1812
1802
 
1813
-
1814
1803
  var _ListHarvestJobsCommand = class _ListHarvestJobsCommand extends import_smithy_client.Command.classBuilder().ep({
1815
1804
  ...commonParams
1816
1805
  }).m(function(Command, cs, config, o) {
@@ -1827,7 +1816,6 @@ var ListHarvestJobsCommand = _ListHarvestJobsCommand;
1827
1816
 
1828
1817
 
1829
1818
 
1830
-
1831
1819
  var _ListOriginEndpointsCommand = class _ListOriginEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
1832
1820
  ...commonParams
1833
1821
  }).m(function(Command, cs, config, o) {
@@ -1844,7 +1832,6 @@ var ListOriginEndpointsCommand = _ListOriginEndpointsCommand;
1844
1832
 
1845
1833
 
1846
1834
 
1847
-
1848
1835
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1849
1836
  ...commonParams
1850
1837
  }).m(function(Command, cs, config, o) {
@@ -1861,7 +1848,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1861
1848
 
1862
1849
 
1863
1850
 
1864
-
1865
1851
  var _RotateChannelCredentialsCommand = class _RotateChannelCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
1866
1852
  ...commonParams
1867
1853
  }).m(function(Command, cs, config, o) {
@@ -1878,7 +1864,6 @@ var RotateChannelCredentialsCommand = _RotateChannelCredentialsCommand;
1878
1864
 
1879
1865
 
1880
1866
 
1881
-
1882
1867
  var _RotateIngestEndpointCredentialsCommand = class _RotateIngestEndpointCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
1883
1868
  ...commonParams
1884
1869
  }).m(function(Command, cs, config, o) {
@@ -1895,7 +1880,6 @@ var RotateIngestEndpointCredentialsCommand = _RotateIngestEndpointCredentialsCom
1895
1880
 
1896
1881
 
1897
1882
 
1898
-
1899
1883
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1900
1884
  ...commonParams
1901
1885
  }).m(function(Command, cs, config, o) {
@@ -1912,7 +1896,6 @@ var TagResourceCommand = _TagResourceCommand;
1912
1896
 
1913
1897
 
1914
1898
 
1915
-
1916
1899
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1917
1900
  ...commonParams
1918
1901
  }).m(function(Command, cs, config, o) {
@@ -1929,7 +1912,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1929
1912
 
1930
1913
 
1931
1914
 
1932
-
1933
1915
  var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1934
1916
  ...commonParams
1935
1917
  }).m(function(Command, cs, config, o) {
@@ -1946,7 +1928,6 @@ var UpdateChannelCommand = _UpdateChannelCommand;
1946
1928
 
1947
1929
 
1948
1930
 
1949
-
1950
1931
  var _UpdateOriginEndpointCommand = class _UpdateOriginEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
1951
1932
  ...commonParams
1952
1933
  }).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 { 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 { CreateHarvestJobRequest, CreateHarvestJobResponse } 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 { 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 { 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 { DescribeChannelRequest, DescribeChannelResponse } 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 { DescribeHarvestJobRequest, DescribeHarvestJobResponse } 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 { DescribeOriginEndpointRequest, DescribeOriginEndpointResponse } 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 { 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 { ListHarvestJobsRequest, ListHarvestJobsResponse } 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 { 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 { RotateChannelCredentialsRequest, RotateChannelCredentialsResponse } fro
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 { RotateIngestEndpointCredentialsRequest, RotateIngestEndpointCredentials
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 { 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
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./MediaPackageClient";
7
7
  export * from "./MediaPackage";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { MediaPackageExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { MediaPackageExtensionConfiguration } 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,
@@ -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
  CreateHarvestJobRequest,
10
10
  CreateHarvestJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateHarvestJobCommandInput extends CreateHarvestJobRequest {}
14
15
  export interface CreateHarvestJobCommandOutput
15
16
  extends CreateHarvestJobResponse,
@@ -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
  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
  DescribeChannelRequest,
10
10
  DescribeChannelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
14
15
  export interface DescribeChannelCommandOutput
15
16
  extends DescribeChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeHarvestJobRequest,
10
10
  DescribeHarvestJobResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeHarvestJobCommandInput
14
15
  extends DescribeHarvestJobRequest {}
15
16
  export interface DescribeHarvestJobCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeOriginEndpointRequest,
10
10
  DescribeOriginEndpointResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeOriginEndpointCommandInput
14
15
  extends DescribeOriginEndpointRequest {}
15
16
  export interface DescribeOriginEndpointCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageClient";
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
  ListHarvestJobsRequest,
10
10
  ListHarvestJobsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListHarvestJobsCommandInput extends ListHarvestJobsRequest {}
14
15
  export interface ListHarvestJobsCommandOutput
15
16
  extends ListHarvestJobsResponse,
@@ -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
  RotateChannelCredentialsRequest,
10
10
  RotateChannelCredentialsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RotateChannelCredentialsCommandInput
14
15
  extends RotateChannelCredentialsRequest {}
15
16
  export interface RotateChannelCredentialsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  RotateIngestEndpointCredentialsRequest,
10
10
  RotateIngestEndpointCredentialsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RotateIngestEndpointCredentialsCommandInput
14
15
  extends RotateIngestEndpointCredentialsRequest {}
15
16
  export interface RotateIngestEndpointCredentialsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaPackageClient";
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 "../MediaPackageClient";
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
  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 MediaPackageServiceException 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",
3
3
  "description": "AWS SDK for JavaScript Mediapackage 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-mediapackage",
@@ -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",