@aws-sdk/client-ivs-realtime 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.
- package/dist-cjs/index.js +0 -27
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateStageCommand.d.ts +2 -1
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +2 -1
- package/dist-types/commands/GetCompositionCommand.d.ts +2 -1
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetParticipantCommand.d.ts +2 -1
- package/dist-types/commands/GetStageCommand.d.ts +2 -1
- package/dist-types/commands/GetStageSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListCompositionsCommand.d.ts +2 -1
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +2 -1
- package/dist-types/commands/ListParticipantsCommand.d.ts +2 -1
- package/dist-types/commands/ListStageSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListStagesCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartCompositionCommand.d.ts +2 -1
- package/dist-types/commands/StopCompositionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/IVSRealTimeServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/IVSRealTimeServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -233,7 +233,6 @@ var IVSRealTimeClient = _IVSRealTimeClient;
|
|
|
233
233
|
|
|
234
234
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
235
235
|
|
|
236
|
-
var import_types = require("@smithy/types");
|
|
237
236
|
|
|
238
237
|
// src/protocols/Aws_restJson1.ts
|
|
239
238
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1578,7 +1577,6 @@ var CreateEncoderConfigurationCommand = _CreateEncoderConfigurationCommand;
|
|
|
1578
1577
|
|
|
1579
1578
|
|
|
1580
1579
|
|
|
1581
|
-
|
|
1582
1580
|
var _CreateParticipantTokenCommand = class _CreateParticipantTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1583
1581
|
...commonParams
|
|
1584
1582
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1595,7 +1593,6 @@ var CreateParticipantTokenCommand = _CreateParticipantTokenCommand;
|
|
|
1595
1593
|
|
|
1596
1594
|
|
|
1597
1595
|
|
|
1598
|
-
|
|
1599
1596
|
var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1600
1597
|
...commonParams
|
|
1601
1598
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1612,7 +1609,6 @@ var CreateStageCommand = _CreateStageCommand;
|
|
|
1612
1609
|
|
|
1613
1610
|
|
|
1614
1611
|
|
|
1615
|
-
|
|
1616
1612
|
var _CreateStorageConfigurationCommand = class _CreateStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1617
1613
|
...commonParams
|
|
1618
1614
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1629,7 +1625,6 @@ var CreateStorageConfigurationCommand = _CreateStorageConfigurationCommand;
|
|
|
1629
1625
|
|
|
1630
1626
|
|
|
1631
1627
|
|
|
1632
|
-
|
|
1633
1628
|
var _DeleteEncoderConfigurationCommand = class _DeleteEncoderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1634
1629
|
...commonParams
|
|
1635
1630
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1646,7 +1641,6 @@ var DeleteEncoderConfigurationCommand = _DeleteEncoderConfigurationCommand;
|
|
|
1646
1641
|
|
|
1647
1642
|
|
|
1648
1643
|
|
|
1649
|
-
|
|
1650
1644
|
var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1651
1645
|
...commonParams
|
|
1652
1646
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1663,7 +1657,6 @@ var DeleteStageCommand = _DeleteStageCommand;
|
|
|
1663
1657
|
|
|
1664
1658
|
|
|
1665
1659
|
|
|
1666
|
-
|
|
1667
1660
|
var _DeleteStorageConfigurationCommand = class _DeleteStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1668
1661
|
...commonParams
|
|
1669
1662
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1680,7 +1673,6 @@ var DeleteStorageConfigurationCommand = _DeleteStorageConfigurationCommand;
|
|
|
1680
1673
|
|
|
1681
1674
|
|
|
1682
1675
|
|
|
1683
|
-
|
|
1684
1676
|
var _DisconnectParticipantCommand = class _DisconnectParticipantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1685
1677
|
...commonParams
|
|
1686
1678
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1697,7 +1689,6 @@ var DisconnectParticipantCommand = _DisconnectParticipantCommand;
|
|
|
1697
1689
|
|
|
1698
1690
|
|
|
1699
1691
|
|
|
1700
|
-
|
|
1701
1692
|
var _GetCompositionCommand = class _GetCompositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1702
1693
|
...commonParams
|
|
1703
1694
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1714,7 +1705,6 @@ var GetCompositionCommand = _GetCompositionCommand;
|
|
|
1714
1705
|
|
|
1715
1706
|
|
|
1716
1707
|
|
|
1717
|
-
|
|
1718
1708
|
var _GetEncoderConfigurationCommand = class _GetEncoderConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1719
1709
|
...commonParams
|
|
1720
1710
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1731,7 +1721,6 @@ var GetEncoderConfigurationCommand = _GetEncoderConfigurationCommand;
|
|
|
1731
1721
|
|
|
1732
1722
|
|
|
1733
1723
|
|
|
1734
|
-
|
|
1735
1724
|
var _GetParticipantCommand = class _GetParticipantCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1736
1725
|
...commonParams
|
|
1737
1726
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1748,7 +1737,6 @@ var GetParticipantCommand = _GetParticipantCommand;
|
|
|
1748
1737
|
|
|
1749
1738
|
|
|
1750
1739
|
|
|
1751
|
-
|
|
1752
1740
|
var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1753
1741
|
...commonParams
|
|
1754
1742
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1765,7 +1753,6 @@ var GetStageCommand = _GetStageCommand;
|
|
|
1765
1753
|
|
|
1766
1754
|
|
|
1767
1755
|
|
|
1768
|
-
|
|
1769
1756
|
var _GetStageSessionCommand = class _GetStageSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1770
1757
|
...commonParams
|
|
1771
1758
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1782,7 +1769,6 @@ var GetStageSessionCommand = _GetStageSessionCommand;
|
|
|
1782
1769
|
|
|
1783
1770
|
|
|
1784
1771
|
|
|
1785
|
-
|
|
1786
1772
|
var _GetStorageConfigurationCommand = class _GetStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1787
1773
|
...commonParams
|
|
1788
1774
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1799,7 +1785,6 @@ var GetStorageConfigurationCommand = _GetStorageConfigurationCommand;
|
|
|
1799
1785
|
|
|
1800
1786
|
|
|
1801
1787
|
|
|
1802
|
-
|
|
1803
1788
|
var _ListCompositionsCommand = class _ListCompositionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1804
1789
|
...commonParams
|
|
1805
1790
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1816,7 +1801,6 @@ var ListCompositionsCommand = _ListCompositionsCommand;
|
|
|
1816
1801
|
|
|
1817
1802
|
|
|
1818
1803
|
|
|
1819
|
-
|
|
1820
1804
|
var _ListEncoderConfigurationsCommand = class _ListEncoderConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1821
1805
|
...commonParams
|
|
1822
1806
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1833,7 +1817,6 @@ var ListEncoderConfigurationsCommand = _ListEncoderConfigurationsCommand;
|
|
|
1833
1817
|
|
|
1834
1818
|
|
|
1835
1819
|
|
|
1836
|
-
|
|
1837
1820
|
var _ListParticipantEventsCommand = class _ListParticipantEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1838
1821
|
...commonParams
|
|
1839
1822
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1850,7 +1833,6 @@ var ListParticipantEventsCommand = _ListParticipantEventsCommand;
|
|
|
1850
1833
|
|
|
1851
1834
|
|
|
1852
1835
|
|
|
1853
|
-
|
|
1854
1836
|
var _ListParticipantsCommand = class _ListParticipantsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1855
1837
|
...commonParams
|
|
1856
1838
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1867,7 +1849,6 @@ var ListParticipantsCommand = _ListParticipantsCommand;
|
|
|
1867
1849
|
|
|
1868
1850
|
|
|
1869
1851
|
|
|
1870
|
-
|
|
1871
1852
|
var _ListStagesCommand = class _ListStagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1872
1853
|
...commonParams
|
|
1873
1854
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1884,7 +1865,6 @@ var ListStagesCommand = _ListStagesCommand;
|
|
|
1884
1865
|
|
|
1885
1866
|
|
|
1886
1867
|
|
|
1887
|
-
|
|
1888
1868
|
var _ListStageSessionsCommand = class _ListStageSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1889
1869
|
...commonParams
|
|
1890
1870
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1901,7 +1881,6 @@ var ListStageSessionsCommand = _ListStageSessionsCommand;
|
|
|
1901
1881
|
|
|
1902
1882
|
|
|
1903
1883
|
|
|
1904
|
-
|
|
1905
1884
|
var _ListStorageConfigurationsCommand = class _ListStorageConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1906
1885
|
...commonParams
|
|
1907
1886
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1918,7 +1897,6 @@ var ListStorageConfigurationsCommand = _ListStorageConfigurationsCommand;
|
|
|
1918
1897
|
|
|
1919
1898
|
|
|
1920
1899
|
|
|
1921
|
-
|
|
1922
1900
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1923
1901
|
...commonParams
|
|
1924
1902
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1935,7 +1913,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1935
1913
|
|
|
1936
1914
|
|
|
1937
1915
|
|
|
1938
|
-
|
|
1939
1916
|
var _StartCompositionCommand = class _StartCompositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1940
1917
|
...commonParams
|
|
1941
1918
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1952,7 +1929,6 @@ var StartCompositionCommand = _StartCompositionCommand;
|
|
|
1952
1929
|
|
|
1953
1930
|
|
|
1954
1931
|
|
|
1955
|
-
|
|
1956
1932
|
var _StopCompositionCommand = class _StopCompositionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1957
1933
|
...commonParams
|
|
1958
1934
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1969,7 +1945,6 @@ var StopCompositionCommand = _StopCompositionCommand;
|
|
|
1969
1945
|
|
|
1970
1946
|
|
|
1971
1947
|
|
|
1972
|
-
|
|
1973
1948
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1974
1949
|
...commonParams
|
|
1975
1950
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1986,7 +1961,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1986
1961
|
|
|
1987
1962
|
|
|
1988
1963
|
|
|
1989
|
-
|
|
1990
1964
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1991
1965
|
...commonParams
|
|
1992
1966
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2003,7 +1977,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2003
1977
|
|
|
2004
1978
|
|
|
2005
1979
|
|
|
2006
|
-
|
|
2007
1980
|
var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2008
1981
|
...commonParams
|
|
2009
1982
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -213,8 +213,8 @@
|
|
|
213
213
|
export * from "./IVSRealTimeClient";
|
|
214
214
|
export * from "./IVSRealTime";
|
|
215
215
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
216
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
217
|
-
export { IVSRealTimeExtensionConfiguration } from "./extensionConfiguration";
|
|
216
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
217
|
+
export type { IVSRealTimeExtensionConfiguration } from "./extensionConfiguration";
|
|
218
218
|
export * from "./commands";
|
|
219
219
|
export * from "./pagination";
|
|
220
220
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateEncoderConfigurationRequest,
|
|
10
10
|
CreateEncoderConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateEncoderConfigurationCommandInput
|
|
14
15
|
extends CreateEncoderConfigurationRequest {}
|
|
15
16
|
export interface CreateEncoderConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateParticipantTokenRequest,
|
|
10
10
|
CreateParticipantTokenResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateParticipantTokenCommandInput
|
|
14
15
|
extends CreateParticipantTokenRequest {}
|
|
15
16
|
export interface CreateParticipantTokenCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IVSRealTimeClient";
|
|
8
8
|
import { CreateStageRequest, CreateStageResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateStageCommandInput extends CreateStageRequest {}
|
|
11
12
|
export interface CreateStageCommandOutput
|
|
12
13
|
extends CreateStageResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateStorageConfigurationRequest,
|
|
10
10
|
CreateStorageConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateStorageConfigurationCommandInput
|
|
14
15
|
extends CreateStorageConfigurationRequest {}
|
|
15
16
|
export interface CreateStorageConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteEncoderConfigurationRequest,
|
|
10
10
|
DeleteEncoderConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteEncoderConfigurationCommandInput
|
|
14
15
|
extends DeleteEncoderConfigurationRequest {}
|
|
15
16
|
export interface DeleteEncoderConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IVSRealTimeClient";
|
|
8
8
|
import { DeleteStageRequest, DeleteStageResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteStageCommandInput extends DeleteStageRequest {}
|
|
11
12
|
export interface DeleteStageCommandOutput
|
|
12
13
|
extends DeleteStageResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteStorageConfigurationRequest,
|
|
10
10
|
DeleteStorageConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteStorageConfigurationCommandInput
|
|
14
15
|
extends DeleteStorageConfigurationRequest {}
|
|
15
16
|
export interface DeleteStorageConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisconnectParticipantRequest,
|
|
10
10
|
DisconnectParticipantResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisconnectParticipantCommandInput
|
|
14
15
|
extends DisconnectParticipantRequest {}
|
|
15
16
|
export interface DisconnectParticipantCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCompositionRequest,
|
|
10
10
|
GetCompositionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCompositionCommandInput extends GetCompositionRequest {}
|
|
14
15
|
export interface GetCompositionCommandOutput
|
|
15
16
|
extends GetCompositionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetEncoderConfigurationRequest,
|
|
10
10
|
GetEncoderConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetEncoderConfigurationCommandInput
|
|
14
15
|
extends GetEncoderConfigurationRequest {}
|
|
15
16
|
export interface GetEncoderConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetParticipantRequest,
|
|
10
10
|
GetParticipantResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetParticipantCommandInput extends GetParticipantRequest {}
|
|
14
15
|
export interface GetParticipantCommandOutput
|
|
15
16
|
extends GetParticipantResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IVSRealTimeClient";
|
|
8
8
|
import { GetStageRequest, GetStageResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetStageCommandInput extends GetStageRequest {}
|
|
11
12
|
export interface GetStageCommandOutput
|
|
12
13
|
extends GetStageResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetStageSessionRequest,
|
|
10
10
|
GetStageSessionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetStageSessionCommandInput extends GetStageSessionRequest {}
|
|
14
15
|
export interface GetStageSessionCommandOutput
|
|
15
16
|
extends GetStageSessionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetStorageConfigurationRequest,
|
|
10
10
|
GetStorageConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetStorageConfigurationCommandInput
|
|
14
15
|
extends GetStorageConfigurationRequest {}
|
|
15
16
|
export interface GetStorageConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCompositionsRequest,
|
|
10
10
|
ListCompositionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCompositionsCommandInput extends ListCompositionsRequest {}
|
|
14
15
|
export interface ListCompositionsCommandOutput
|
|
15
16
|
extends ListCompositionsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListEncoderConfigurationsRequest,
|
|
10
10
|
ListEncoderConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEncoderConfigurationsCommandInput
|
|
14
15
|
extends ListEncoderConfigurationsRequest {}
|
|
15
16
|
export interface ListEncoderConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListParticipantEventsRequest,
|
|
10
10
|
ListParticipantEventsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListParticipantEventsCommandInput
|
|
14
15
|
extends ListParticipantEventsRequest {}
|
|
15
16
|
export interface ListParticipantEventsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListParticipantsRequest,
|
|
10
10
|
ListParticipantsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListParticipantsCommandInput extends ListParticipantsRequest {}
|
|
14
15
|
export interface ListParticipantsCommandOutput
|
|
15
16
|
extends ListParticipantsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListStageSessionsRequest,
|
|
10
10
|
ListStageSessionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListStageSessionsCommandInput
|
|
14
15
|
extends ListStageSessionsRequest {}
|
|
15
16
|
export interface ListStageSessionsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IVSRealTimeClient";
|
|
8
8
|
import { ListStagesRequest, ListStagesResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListStagesCommandInput extends ListStagesRequest {}
|
|
11
12
|
export interface ListStagesCommandOutput
|
|
12
13
|
extends ListStagesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListStorageConfigurationsRequest,
|
|
10
10
|
ListStorageConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListStorageConfigurationsCommandInput
|
|
14
15
|
extends ListStorageConfigurationsRequest {}
|
|
15
16
|
export interface ListStorageConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
StartCompositionRequest,
|
|
10
10
|
StartCompositionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartCompositionCommandInput extends StartCompositionRequest {}
|
|
14
15
|
export interface StartCompositionCommandOutput
|
|
15
16
|
extends StartCompositionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopCompositionRequest,
|
|
10
10
|
StopCompositionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopCompositionCommandInput extends StopCompositionRequest {}
|
|
14
15
|
export interface StopCompositionCommandOutput
|
|
15
16
|
extends StopCompositionResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IVSRealTimeClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../IVSRealTimeClient";
|
|
8
8
|
import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateStageCommandInput extends UpdateStageRequest {}
|
|
11
12
|
export interface UpdateStageCommandOutput
|
|
12
13
|
extends UpdateStageResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class IVSRealTimeServiceException 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-ivs-realtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Realtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-ivs-realtime",
|
|
@@ -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.
|
|
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.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.
|
|
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",
|