@aws-sdk/client-ivs 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/dist-cjs/index.js +35 -105
- package/dist-es/commands/BatchGetChannelCommand.js +1 -3
- package/dist-es/commands/BatchGetStreamKeyCommand.js +1 -3
- package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +1 -3
- package/dist-es/commands/CreateChannelCommand.js +1 -3
- package/dist-es/commands/CreatePlaybackRestrictionPolicyCommand.js +1 -3
- package/dist-es/commands/CreateRecordingConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateStreamKeyCommand.js +1 -3
- package/dist-es/commands/DeleteChannelCommand.js +1 -3
- package/dist-es/commands/DeletePlaybackKeyPairCommand.js +1 -3
- package/dist-es/commands/DeletePlaybackRestrictionPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteRecordingConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteStreamKeyCommand.js +1 -3
- package/dist-es/commands/GetChannelCommand.js +1 -3
- package/dist-es/commands/GetPlaybackKeyPairCommand.js +1 -3
- package/dist-es/commands/GetPlaybackRestrictionPolicyCommand.js +1 -3
- package/dist-es/commands/GetRecordingConfigurationCommand.js +1 -3
- package/dist-es/commands/GetStreamCommand.js +1 -3
- package/dist-es/commands/GetStreamKeyCommand.js +1 -3
- package/dist-es/commands/GetStreamSessionCommand.js +1 -3
- package/dist-es/commands/ImportPlaybackKeyPairCommand.js +1 -3
- package/dist-es/commands/ListChannelsCommand.js +1 -3
- package/dist-es/commands/ListPlaybackKeyPairsCommand.js +1 -3
- package/dist-es/commands/ListPlaybackRestrictionPoliciesCommand.js +1 -3
- package/dist-es/commands/ListRecordingConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListStreamKeysCommand.js +1 -3
- package/dist-es/commands/ListStreamSessionsCommand.js +1 -3
- package/dist-es/commands/ListStreamsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutMetadataCommand.js +1 -3
- package/dist-es/commands/StartViewerSessionRevocationCommand.js +1 -3
- package/dist-es/commands/StopStreamCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateChannelCommand.js +1 -3
- package/dist-es/commands/UpdatePlaybackRestrictionPolicyCommand.js +1 -3
- package/dist-types/Ivs.d.ts +2 -4
- package/dist-types/IvsClient.d.ts +2 -4
- package/dist-types/index.d.ts +2 -4
- package/dist-types/models/models_0.d.ts +17 -39
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -81,14 +81,12 @@ History</a>.</p>
|
|
|
81
81
|
<p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
82
82
|
resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
83
83
|
set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
84
|
-
particular video category. See <a href="https://docs.aws.amazon.com/
|
|
85
|
-
more information, including restrictions that apply to tags and "Tag naming limits and
|
|
86
|
-
requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
84
|
+
particular video category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
87
85
|
there.</p>
|
|
88
86
|
<p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
89
87
|
you can use the same tag for different resources to indicate that they are related. You can
|
|
90
88
|
also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
91
|
-
<p>The Amazon IVS API has these tag-related
|
|
89
|
+
<p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
92
90
|
resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
93
91
|
Configurations.</p>
|
|
94
92
|
<p>At most 50 tags can be applied to a resource. </p>
|
package/dist-cjs/index.js
CHANGED
|
@@ -1838,9 +1838,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1838
1838
|
var _tK = "tagKeys";
|
|
1839
1839
|
|
|
1840
1840
|
// src/commands/BatchGetChannelCommand.ts
|
|
1841
|
-
var _BatchGetChannelCommand = class _BatchGetChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1842
|
-
...commonParams
|
|
1843
|
-
}).m(function(Command, cs, config, o) {
|
|
1841
|
+
var _BatchGetChannelCommand = class _BatchGetChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1844
1842
|
return [
|
|
1845
1843
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1846
1844
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1854,9 +1852,7 @@ var BatchGetChannelCommand = _BatchGetChannelCommand;
|
|
|
1854
1852
|
|
|
1855
1853
|
|
|
1856
1854
|
|
|
1857
|
-
var _BatchGetStreamKeyCommand = class _BatchGetStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1858
|
-
...commonParams
|
|
1859
|
-
}).m(function(Command, cs, config, o) {
|
|
1855
|
+
var _BatchGetStreamKeyCommand = class _BatchGetStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1860
1856
|
return [
|
|
1861
1857
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1862
1858
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1870,9 +1866,7 @@ var BatchGetStreamKeyCommand = _BatchGetStreamKeyCommand;
|
|
|
1870
1866
|
|
|
1871
1867
|
|
|
1872
1868
|
|
|
1873
|
-
var _BatchStartViewerSessionRevocationCommand = class _BatchStartViewerSessionRevocationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1874
|
-
...commonParams
|
|
1875
|
-
}).m(function(Command, cs, config, o) {
|
|
1869
|
+
var _BatchStartViewerSessionRevocationCommand = class _BatchStartViewerSessionRevocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1876
1870
|
return [
|
|
1877
1871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1878
1872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1886,9 +1880,7 @@ var BatchStartViewerSessionRevocationCommand = _BatchStartViewerSessionRevocatio
|
|
|
1886
1880
|
|
|
1887
1881
|
|
|
1888
1882
|
|
|
1889
|
-
var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1890
|
-
...commonParams
|
|
1891
|
-
}).m(function(Command, cs, config, o) {
|
|
1883
|
+
var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1892
1884
|
return [
|
|
1893
1885
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1894
1886
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1902,9 +1894,7 @@ var CreateChannelCommand = _CreateChannelCommand;
|
|
|
1902
1894
|
|
|
1903
1895
|
|
|
1904
1896
|
|
|
1905
|
-
var _CreatePlaybackRestrictionPolicyCommand = class _CreatePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1906
|
-
...commonParams
|
|
1907
|
-
}).m(function(Command, cs, config, o) {
|
|
1897
|
+
var _CreatePlaybackRestrictionPolicyCommand = class _CreatePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1908
1898
|
return [
|
|
1909
1899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1910
1900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1918,9 +1908,7 @@ var CreatePlaybackRestrictionPolicyCommand = _CreatePlaybackRestrictionPolicyCom
|
|
|
1918
1908
|
|
|
1919
1909
|
|
|
1920
1910
|
|
|
1921
|
-
var _CreateRecordingConfigurationCommand = class _CreateRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1922
|
-
...commonParams
|
|
1923
|
-
}).m(function(Command, cs, config, o) {
|
|
1911
|
+
var _CreateRecordingConfigurationCommand = class _CreateRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1924
1912
|
return [
|
|
1925
1913
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1926
1914
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1934,9 +1922,7 @@ var CreateRecordingConfigurationCommand = _CreateRecordingConfigurationCommand;
|
|
|
1934
1922
|
|
|
1935
1923
|
|
|
1936
1924
|
|
|
1937
|
-
var _CreateStreamKeyCommand = class _CreateStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1938
|
-
...commonParams
|
|
1939
|
-
}).m(function(Command, cs, config, o) {
|
|
1925
|
+
var _CreateStreamKeyCommand = class _CreateStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1940
1926
|
return [
|
|
1941
1927
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1942
1928
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1950,9 +1936,7 @@ var CreateStreamKeyCommand = _CreateStreamKeyCommand;
|
|
|
1950
1936
|
|
|
1951
1937
|
|
|
1952
1938
|
|
|
1953
|
-
var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1954
|
-
...commonParams
|
|
1955
|
-
}).m(function(Command, cs, config, o) {
|
|
1939
|
+
var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1956
1940
|
return [
|
|
1957
1941
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1958
1942
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1966,9 +1950,7 @@ var DeleteChannelCommand = _DeleteChannelCommand;
|
|
|
1966
1950
|
|
|
1967
1951
|
|
|
1968
1952
|
|
|
1969
|
-
var _DeletePlaybackKeyPairCommand = class _DeletePlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1970
|
-
...commonParams
|
|
1971
|
-
}).m(function(Command, cs, config, o) {
|
|
1953
|
+
var _DeletePlaybackKeyPairCommand = class _DeletePlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1972
1954
|
return [
|
|
1973
1955
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1974
1956
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1982,9 +1964,7 @@ var DeletePlaybackKeyPairCommand = _DeletePlaybackKeyPairCommand;
|
|
|
1982
1964
|
|
|
1983
1965
|
|
|
1984
1966
|
|
|
1985
|
-
var _DeletePlaybackRestrictionPolicyCommand = class _DeletePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1986
|
-
...commonParams
|
|
1987
|
-
}).m(function(Command, cs, config, o) {
|
|
1967
|
+
var _DeletePlaybackRestrictionPolicyCommand = class _DeletePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1988
1968
|
return [
|
|
1989
1969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1990
1970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1998,9 +1978,7 @@ var DeletePlaybackRestrictionPolicyCommand = _DeletePlaybackRestrictionPolicyCom
|
|
|
1998
1978
|
|
|
1999
1979
|
|
|
2000
1980
|
|
|
2001
|
-
var _DeleteRecordingConfigurationCommand = class _DeleteRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2002
|
-
...commonParams
|
|
2003
|
-
}).m(function(Command, cs, config, o) {
|
|
1981
|
+
var _DeleteRecordingConfigurationCommand = class _DeleteRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2004
1982
|
return [
|
|
2005
1983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2006
1984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2014,9 +1992,7 @@ var DeleteRecordingConfigurationCommand = _DeleteRecordingConfigurationCommand;
|
|
|
2014
1992
|
|
|
2015
1993
|
|
|
2016
1994
|
|
|
2017
|
-
var _DeleteStreamKeyCommand = class _DeleteStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2018
|
-
...commonParams
|
|
2019
|
-
}).m(function(Command, cs, config, o) {
|
|
1995
|
+
var _DeleteStreamKeyCommand = class _DeleteStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2020
1996
|
return [
|
|
2021
1997
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2022
1998
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2030,9 +2006,7 @@ var DeleteStreamKeyCommand = _DeleteStreamKeyCommand;
|
|
|
2030
2006
|
|
|
2031
2007
|
|
|
2032
2008
|
|
|
2033
|
-
var _GetChannelCommand = class _GetChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2034
|
-
...commonParams
|
|
2035
|
-
}).m(function(Command, cs, config, o) {
|
|
2009
|
+
var _GetChannelCommand = class _GetChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2036
2010
|
return [
|
|
2037
2011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2038
2012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2046,9 +2020,7 @@ var GetChannelCommand = _GetChannelCommand;
|
|
|
2046
2020
|
|
|
2047
2021
|
|
|
2048
2022
|
|
|
2049
|
-
var _GetPlaybackKeyPairCommand = class _GetPlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2050
|
-
...commonParams
|
|
2051
|
-
}).m(function(Command, cs, config, o) {
|
|
2023
|
+
var _GetPlaybackKeyPairCommand = class _GetPlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2052
2024
|
return [
|
|
2053
2025
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2054
2026
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2062,9 +2034,7 @@ var GetPlaybackKeyPairCommand = _GetPlaybackKeyPairCommand;
|
|
|
2062
2034
|
|
|
2063
2035
|
|
|
2064
2036
|
|
|
2065
|
-
var _GetPlaybackRestrictionPolicyCommand = class _GetPlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2066
|
-
...commonParams
|
|
2067
|
-
}).m(function(Command, cs, config, o) {
|
|
2037
|
+
var _GetPlaybackRestrictionPolicyCommand = class _GetPlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2068
2038
|
return [
|
|
2069
2039
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2070
2040
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2078,9 +2048,7 @@ var GetPlaybackRestrictionPolicyCommand = _GetPlaybackRestrictionPolicyCommand;
|
|
|
2078
2048
|
|
|
2079
2049
|
|
|
2080
2050
|
|
|
2081
|
-
var _GetRecordingConfigurationCommand = class _GetRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2082
|
-
...commonParams
|
|
2083
|
-
}).m(function(Command, cs, config, o) {
|
|
2051
|
+
var _GetRecordingConfigurationCommand = class _GetRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2084
2052
|
return [
|
|
2085
2053
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2086
2054
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2094,9 +2062,7 @@ var GetRecordingConfigurationCommand = _GetRecordingConfigurationCommand;
|
|
|
2094
2062
|
|
|
2095
2063
|
|
|
2096
2064
|
|
|
2097
|
-
var _GetStreamCommand = class _GetStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2098
|
-
...commonParams
|
|
2099
|
-
}).m(function(Command, cs, config, o) {
|
|
2065
|
+
var _GetStreamCommand = class _GetStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2100
2066
|
return [
|
|
2101
2067
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2102
2068
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2110,9 +2076,7 @@ var GetStreamCommand = _GetStreamCommand;
|
|
|
2110
2076
|
|
|
2111
2077
|
|
|
2112
2078
|
|
|
2113
|
-
var _GetStreamKeyCommand = class _GetStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2114
|
-
...commonParams
|
|
2115
|
-
}).m(function(Command, cs, config, o) {
|
|
2079
|
+
var _GetStreamKeyCommand = class _GetStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2116
2080
|
return [
|
|
2117
2081
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2118
2082
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2126,9 +2090,7 @@ var GetStreamKeyCommand = _GetStreamKeyCommand;
|
|
|
2126
2090
|
|
|
2127
2091
|
|
|
2128
2092
|
|
|
2129
|
-
var _GetStreamSessionCommand = class _GetStreamSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2130
|
-
...commonParams
|
|
2131
|
-
}).m(function(Command, cs, config, o) {
|
|
2093
|
+
var _GetStreamSessionCommand = class _GetStreamSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2132
2094
|
return [
|
|
2133
2095
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2134
2096
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2142,9 +2104,7 @@ var GetStreamSessionCommand = _GetStreamSessionCommand;
|
|
|
2142
2104
|
|
|
2143
2105
|
|
|
2144
2106
|
|
|
2145
|
-
var _ImportPlaybackKeyPairCommand = class _ImportPlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2146
|
-
...commonParams
|
|
2147
|
-
}).m(function(Command, cs, config, o) {
|
|
2107
|
+
var _ImportPlaybackKeyPairCommand = class _ImportPlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2148
2108
|
return [
|
|
2149
2109
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2150
2110
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2158,9 +2118,7 @@ var ImportPlaybackKeyPairCommand = _ImportPlaybackKeyPairCommand;
|
|
|
2158
2118
|
|
|
2159
2119
|
|
|
2160
2120
|
|
|
2161
|
-
var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2162
|
-
...commonParams
|
|
2163
|
-
}).m(function(Command, cs, config, o) {
|
|
2121
|
+
var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2164
2122
|
return [
|
|
2165
2123
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2166
2124
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2174,9 +2132,7 @@ var ListChannelsCommand = _ListChannelsCommand;
|
|
|
2174
2132
|
|
|
2175
2133
|
|
|
2176
2134
|
|
|
2177
|
-
var _ListPlaybackKeyPairsCommand = class _ListPlaybackKeyPairsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2178
|
-
...commonParams
|
|
2179
|
-
}).m(function(Command, cs, config, o) {
|
|
2135
|
+
var _ListPlaybackKeyPairsCommand = class _ListPlaybackKeyPairsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2180
2136
|
return [
|
|
2181
2137
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2182
2138
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2190,9 +2146,7 @@ var ListPlaybackKeyPairsCommand = _ListPlaybackKeyPairsCommand;
|
|
|
2190
2146
|
|
|
2191
2147
|
|
|
2192
2148
|
|
|
2193
|
-
var _ListPlaybackRestrictionPoliciesCommand = class _ListPlaybackRestrictionPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2194
|
-
...commonParams
|
|
2195
|
-
}).m(function(Command, cs, config, o) {
|
|
2149
|
+
var _ListPlaybackRestrictionPoliciesCommand = class _ListPlaybackRestrictionPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2196
2150
|
return [
|
|
2197
2151
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2198
2152
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2206,9 +2160,7 @@ var ListPlaybackRestrictionPoliciesCommand = _ListPlaybackRestrictionPoliciesCom
|
|
|
2206
2160
|
|
|
2207
2161
|
|
|
2208
2162
|
|
|
2209
|
-
var _ListRecordingConfigurationsCommand = class _ListRecordingConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2210
|
-
...commonParams
|
|
2211
|
-
}).m(function(Command, cs, config, o) {
|
|
2163
|
+
var _ListRecordingConfigurationsCommand = class _ListRecordingConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2212
2164
|
return [
|
|
2213
2165
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2214
2166
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2222,9 +2174,7 @@ var ListRecordingConfigurationsCommand = _ListRecordingConfigurationsCommand;
|
|
|
2222
2174
|
|
|
2223
2175
|
|
|
2224
2176
|
|
|
2225
|
-
var _ListStreamKeysCommand = class _ListStreamKeysCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2226
|
-
...commonParams
|
|
2227
|
-
}).m(function(Command, cs, config, o) {
|
|
2177
|
+
var _ListStreamKeysCommand = class _ListStreamKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2228
2178
|
return [
|
|
2229
2179
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2230
2180
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2238,9 +2188,7 @@ var ListStreamKeysCommand = _ListStreamKeysCommand;
|
|
|
2238
2188
|
|
|
2239
2189
|
|
|
2240
2190
|
|
|
2241
|
-
var _ListStreamsCommand = class _ListStreamsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2242
|
-
...commonParams
|
|
2243
|
-
}).m(function(Command, cs, config, o) {
|
|
2191
|
+
var _ListStreamsCommand = class _ListStreamsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2244
2192
|
return [
|
|
2245
2193
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2246
2194
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2254,9 +2202,7 @@ var ListStreamsCommand = _ListStreamsCommand;
|
|
|
2254
2202
|
|
|
2255
2203
|
|
|
2256
2204
|
|
|
2257
|
-
var _ListStreamSessionsCommand = class _ListStreamSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2258
|
-
...commonParams
|
|
2259
|
-
}).m(function(Command, cs, config, o) {
|
|
2205
|
+
var _ListStreamSessionsCommand = class _ListStreamSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2260
2206
|
return [
|
|
2261
2207
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2262
2208
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2270,9 +2216,7 @@ var ListStreamSessionsCommand = _ListStreamSessionsCommand;
|
|
|
2270
2216
|
|
|
2271
2217
|
|
|
2272
2218
|
|
|
2273
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2274
|
-
...commonParams
|
|
2275
|
-
}).m(function(Command, cs, config, o) {
|
|
2219
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2276
2220
|
return [
|
|
2277
2221
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2278
2222
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2286,9 +2230,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2286
2230
|
|
|
2287
2231
|
|
|
2288
2232
|
|
|
2289
|
-
var _PutMetadataCommand = class _PutMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2290
|
-
...commonParams
|
|
2291
|
-
}).m(function(Command, cs, config, o) {
|
|
2233
|
+
var _PutMetadataCommand = class _PutMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2292
2234
|
return [
|
|
2293
2235
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2294
2236
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2302,9 +2244,7 @@ var PutMetadataCommand = _PutMetadataCommand;
|
|
|
2302
2244
|
|
|
2303
2245
|
|
|
2304
2246
|
|
|
2305
|
-
var _StartViewerSessionRevocationCommand = class _StartViewerSessionRevocationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2306
|
-
...commonParams
|
|
2307
|
-
}).m(function(Command, cs, config, o) {
|
|
2247
|
+
var _StartViewerSessionRevocationCommand = class _StartViewerSessionRevocationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2308
2248
|
return [
|
|
2309
2249
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2310
2250
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2318,9 +2258,7 @@ var StartViewerSessionRevocationCommand = _StartViewerSessionRevocationCommand;
|
|
|
2318
2258
|
|
|
2319
2259
|
|
|
2320
2260
|
|
|
2321
|
-
var _StopStreamCommand = class _StopStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2322
|
-
...commonParams
|
|
2323
|
-
}).m(function(Command, cs, config, o) {
|
|
2261
|
+
var _StopStreamCommand = class _StopStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2324
2262
|
return [
|
|
2325
2263
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2326
2264
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2334,9 +2272,7 @@ var StopStreamCommand = _StopStreamCommand;
|
|
|
2334
2272
|
|
|
2335
2273
|
|
|
2336
2274
|
|
|
2337
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2338
|
-
...commonParams
|
|
2339
|
-
}).m(function(Command, cs, config, o) {
|
|
2275
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2340
2276
|
return [
|
|
2341
2277
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2342
2278
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2350,9 +2286,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2350
2286
|
|
|
2351
2287
|
|
|
2352
2288
|
|
|
2353
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2354
|
-
...commonParams
|
|
2355
|
-
}).m(function(Command, cs, config, o) {
|
|
2289
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2356
2290
|
return [
|
|
2357
2291
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2358
2292
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2366,9 +2300,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2366
2300
|
|
|
2367
2301
|
|
|
2368
2302
|
|
|
2369
|
-
var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2370
|
-
...commonParams
|
|
2371
|
-
}).m(function(Command, cs, config, o) {
|
|
2303
|
+
var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2372
2304
|
return [
|
|
2373
2305
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2374
2306
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2382,9 +2314,7 @@ var UpdateChannelCommand = _UpdateChannelCommand;
|
|
|
2382
2314
|
|
|
2383
2315
|
|
|
2384
2316
|
|
|
2385
|
-
var _UpdatePlaybackRestrictionPolicyCommand = class _UpdatePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2386
|
-
...commonParams
|
|
2387
|
-
}).m(function(Command, cs, config, o) {
|
|
2317
|
+
var _UpdatePlaybackRestrictionPolicyCommand = class _UpdatePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2388
2318
|
return [
|
|
2389
2319
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2390
2320
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_BatchGetChannelCommand, se_BatchGetChannelCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class BatchGetChannelCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_BatchGetStreamKeyCommand, se_BatchGetStreamKeyCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class BatchGetStreamKeyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchStartViewerSessionRevocationCommand, se_BatchStartViewerSession
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchStartViewerSessionRevocationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateChannelCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePlaybackRestrictionPolicyCommand, se_CreatePlaybackRestriction
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePlaybackRestrictionPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateRecordingConfigurationCommand, se_CreateRecordingConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateRecordingConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateStreamKeyCommand, se_CreateStreamKeyCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateStreamKeyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePlaybackKeyPairCommand, se_DeletePlaybackKeyPairCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePlaybackKeyPairCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePlaybackRestrictionPolicyCommand, se_DeletePlaybackRestriction
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePlaybackRestrictionPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteRecordingConfigurationCommand, se_DeleteRecordingConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteRecordingConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteStreamKeyCommand, se_DeleteStreamKeyCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteStreamKeyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetChannelCommand, se_GetChannelCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetChannelCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPlaybackKeyPairCommand, se_GetPlaybackKeyPairCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPlaybackKeyPairCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPlaybackRestrictionPolicyCommand, se_GetPlaybackRestrictionPolicy
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPlaybackRestrictionPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRecordingConfigurationCommand, se_GetRecordingConfigurationComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRecordingConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetStreamCommand, se_GetStreamCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetStreamCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetStreamKeyCommand, se_GetStreamKeyCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetStreamKeyCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetStreamSessionCommand, se_GetStreamSessionCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetStreamSessionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ImportPlaybackKeyPairCommand, se_ImportPlaybackKeyPairCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ImportPlaybackKeyPairCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListChannelsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPlaybackKeyPairsCommand, se_ListPlaybackKeyPairsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPlaybackKeyPairsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPlaybackRestrictionPoliciesCommand, se_ListPlaybackRestrictionPo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPlaybackRestrictionPoliciesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRecordingConfigurationsCommand, se_ListRecordingConfigurationsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRecordingConfigurationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListStreamKeysCommand, se_ListStreamKeysCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStreamKeysCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListStreamSessionsCommand, se_ListStreamSessionsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStreamSessionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListStreamsCommand, se_ListStreamsCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStreamsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PutMetadataCommand, se_PutMetadataCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PutMetadataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartViewerSessionRevocationCommand, se_StartViewerSessionRevocation
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartViewerSessionRevocationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopStreamCommand, se_StopStreamCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopStreamCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateChannelCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdatePlaybackRestrictionPolicyCommand, se_UpdatePlaybackRestriction
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdatePlaybackRestrictionPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/dist-types/Ivs.d.ts
CHANGED
|
@@ -330,14 +330,12 @@ export interface Ivs {
|
|
|
330
330
|
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
331
331
|
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
332
332
|
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
333
|
-
* particular video category. See <a href="https://docs.aws.amazon.com/
|
|
334
|
-
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
335
|
-
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
333
|
+
* particular video category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
336
334
|
* there.</p>
|
|
337
335
|
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
338
336
|
* you can use the same tag for different resources to indicate that they are related. You can
|
|
339
337
|
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
340
|
-
* <p>The Amazon IVS API has these tag-related
|
|
338
|
+
* <p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
341
339
|
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
342
340
|
* Configurations.</p>
|
|
343
341
|
* <p>At most 50 tags can be applied to a resource. </p>
|
|
@@ -261,14 +261,12 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
|
|
|
261
261
|
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
262
262
|
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
263
263
|
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
264
|
-
* particular video category. See <a href="https://docs.aws.amazon.com/
|
|
265
|
-
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
266
|
-
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
264
|
+
* particular video category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
267
265
|
* there.</p>
|
|
268
266
|
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
269
267
|
* you can use the same tag for different resources to indicate that they are related. You can
|
|
270
268
|
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
271
|
-
* <p>The Amazon IVS API has these tag-related
|
|
269
|
+
* <p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
272
270
|
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
273
271
|
* Configurations.</p>
|
|
274
272
|
* <p>At most 50 tags can be applied to a resource. </p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -74,14 +74,12 @@
|
|
|
74
74
|
* <p>A <i>tag</i> is a metadata label that you assign to an Amazon Web Services
|
|
75
75
|
* resource. A tag comprises a <i>key</i> and a <i>value</i>, both
|
|
76
76
|
* set by you. For example, you might set a tag as <code>topic:nature</code> to label a
|
|
77
|
-
* particular video category. See <a href="https://docs.aws.amazon.com/
|
|
78
|
-
* more information, including restrictions that apply to tags and "Tag naming limits and
|
|
79
|
-
* requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
77
|
+
* particular video category. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented
|
|
80
78
|
* there.</p>
|
|
81
79
|
* <p>Tags can help you identify and organize your Amazon Web Services resources. For example,
|
|
82
80
|
* you can use the same tag for different resources to indicate that they are related. You can
|
|
83
81
|
* also use tags to manage access (see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html"> Access Tags</a>). </p>
|
|
84
|
-
* <p>The Amazon IVS API has these tag-related
|
|
82
|
+
* <p>The Amazon IVS API has these tag-related operations: <a>TagResource</a>, <a>UntagResource</a>, and <a>ListTagsForResource</a>. The following
|
|
85
83
|
* resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording
|
|
86
84
|
* Configurations.</p>
|
|
87
85
|
* <p>At most 50 tags can be applied to a resource. </p>
|
|
@@ -138,8 +138,7 @@ export interface Channel {
|
|
|
138
138
|
authorized?: boolean;
|
|
139
139
|
/**
|
|
140
140
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
141
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
142
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
141
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
143
142
|
* service-specific constraints beyond what is documented there.</p>
|
|
144
143
|
* @public
|
|
145
144
|
*/
|
|
@@ -239,8 +238,7 @@ export interface StreamKey {
|
|
|
239
238
|
channelArn?: string;
|
|
240
239
|
/**
|
|
241
240
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
242
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
243
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
241
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
244
242
|
* service-specific constraints beyond what is documented there.</p>
|
|
245
243
|
* @public
|
|
246
244
|
*/
|
|
@@ -419,9 +417,7 @@ export interface CreateChannelRequest {
|
|
|
419
417
|
*/
|
|
420
418
|
recordingConfigurationArn?: string;
|
|
421
419
|
/**
|
|
422
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
423
|
-
* Resources</a> for more information, including restrictions that apply to tags and "Tag
|
|
424
|
-
* naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
420
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
425
421
|
* documented there.</p>
|
|
426
422
|
* @public
|
|
427
423
|
*/
|
|
@@ -526,9 +522,7 @@ export interface CreatePlaybackRestrictionPolicyRequest {
|
|
|
526
522
|
*/
|
|
527
523
|
name?: string;
|
|
528
524
|
/**
|
|
529
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
530
|
-
* Resources</a> for more information, including restrictions that apply to tags and "Tag
|
|
531
|
-
* naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
525
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
532
526
|
* documented there.</p>
|
|
533
527
|
* @public
|
|
534
528
|
*/
|
|
@@ -572,8 +566,7 @@ export interface PlaybackRestrictionPolicy {
|
|
|
572
566
|
name?: string;
|
|
573
567
|
/**
|
|
574
568
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
575
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
576
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
569
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
577
570
|
* service-specific constraints beyond what is documented there.</p>
|
|
578
571
|
* @public
|
|
579
572
|
*/
|
|
@@ -777,9 +770,7 @@ export interface CreateRecordingConfigurationRequest {
|
|
|
777
770
|
*/
|
|
778
771
|
destinationConfiguration: DestinationConfiguration | undefined;
|
|
779
772
|
/**
|
|
780
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
781
|
-
* Resources</a> for more information, including restrictions that apply to tags and "Tag
|
|
782
|
-
* naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
773
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
783
774
|
* documented there.</p>
|
|
784
775
|
* @public
|
|
785
776
|
*/
|
|
@@ -843,8 +834,7 @@ export interface RecordingConfiguration {
|
|
|
843
834
|
state: RecordingConfigurationState | undefined;
|
|
844
835
|
/**
|
|
845
836
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
846
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
847
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
837
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
848
838
|
* service-specific constraints beyond what is documented there.</p>
|
|
849
839
|
* @public
|
|
850
840
|
*/
|
|
@@ -904,9 +894,7 @@ export interface CreateStreamKeyRequest {
|
|
|
904
894
|
*/
|
|
905
895
|
channelArn: string | undefined;
|
|
906
896
|
/**
|
|
907
|
-
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
908
|
-
* Resources</a> for more information, including restrictions that apply to tags and "Tag
|
|
909
|
-
* naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
897
|
+
* <p>Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
910
898
|
* documented there.</p>
|
|
911
899
|
* @public
|
|
912
900
|
*/
|
|
@@ -1029,8 +1017,7 @@ export interface PlaybackKeyPair {
|
|
|
1029
1017
|
fingerprint?: string;
|
|
1030
1018
|
/**
|
|
1031
1019
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
1032
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
1033
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1020
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1034
1021
|
* service-specific constraints beyond what is documented there.</p>
|
|
1035
1022
|
* @public
|
|
1036
1023
|
*/
|
|
@@ -1422,9 +1409,7 @@ export interface ImportPlaybackKeyPairRequest {
|
|
|
1422
1409
|
*/
|
|
1423
1410
|
name?: string;
|
|
1424
1411
|
/**
|
|
1425
|
-
* <p>Any tags provided with the request are added to the playback key pair tags. See <a href="https://docs.aws.amazon.com/
|
|
1426
|
-
* Resources</a> for more information, including restrictions that apply to tags and "Tag
|
|
1427
|
-
* naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
1412
|
+
* <p>Any tags provided with the request are added to the playback key pair tags. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
|
|
1428
1413
|
* documented there.</p>
|
|
1429
1414
|
* @public
|
|
1430
1415
|
*/
|
|
@@ -1507,8 +1492,7 @@ export interface ChannelSummary {
|
|
|
1507
1492
|
recordingConfigurationArn?: string;
|
|
1508
1493
|
/**
|
|
1509
1494
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
1510
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
1511
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1495
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1512
1496
|
* service-specific constraints beyond what is documented there.</p>
|
|
1513
1497
|
* @public
|
|
1514
1498
|
*/
|
|
@@ -1593,8 +1577,7 @@ export interface PlaybackKeyPairSummary {
|
|
|
1593
1577
|
name?: string;
|
|
1594
1578
|
/**
|
|
1595
1579
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
1596
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
1597
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1580
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1598
1581
|
* service-specific constraints beyond what is documented there.</p>
|
|
1599
1582
|
* @public
|
|
1600
1583
|
*/
|
|
@@ -1669,8 +1652,7 @@ export interface PlaybackRestrictionPolicySummary {
|
|
|
1669
1652
|
name?: string;
|
|
1670
1653
|
/**
|
|
1671
1654
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
1672
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
1673
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1655
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1674
1656
|
* service-specific constraints beyond what is documented there.</p>
|
|
1675
1657
|
* @public
|
|
1676
1658
|
*/
|
|
@@ -1737,8 +1719,7 @@ export interface RecordingConfigurationSummary {
|
|
|
1737
1719
|
state: RecordingConfigurationState | undefined;
|
|
1738
1720
|
/**
|
|
1739
1721
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
1740
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
1741
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1722
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1742
1723
|
* service-specific constraints beyond what is documented there.</p>
|
|
1743
1724
|
* @public
|
|
1744
1725
|
*/
|
|
@@ -1798,8 +1779,7 @@ export interface StreamKeySummary {
|
|
|
1798
1779
|
channelArn?: string;
|
|
1799
1780
|
/**
|
|
1800
1781
|
* <p>Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string
|
|
1801
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
1802
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1782
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
1803
1783
|
* service-specific constraints beyond what is documented there.</p>
|
|
1804
1784
|
* @public
|
|
1805
1785
|
*/
|
|
@@ -2084,8 +2064,7 @@ export interface TagResourceRequest {
|
|
|
2084
2064
|
resourceArn: string | undefined;
|
|
2085
2065
|
/**
|
|
2086
2066
|
* <p>Array of tags to be added or updated. Array of maps, each of the form <code>string:string
|
|
2087
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
2088
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
2067
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
2089
2068
|
* service-specific constraints beyond what is documented there.</p>
|
|
2090
2069
|
* @public
|
|
2091
2070
|
*/
|
|
@@ -2107,8 +2086,7 @@ export interface UntagResourceRequest {
|
|
|
2107
2086
|
resourceArn: string | undefined;
|
|
2108
2087
|
/**
|
|
2109
2088
|
* <p>Array of tags to be removed. Array of maps, each of the form <code>string:string
|
|
2110
|
-
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/
|
|
2111
|
-
* that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
2089
|
+
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no
|
|
2112
2090
|
* service-specific constraints beyond what is documented there.</p>
|
|
2113
2091
|
* @public
|
|
2114
2092
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ivs",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|