@aws-sdk/client-ivs 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist-cjs/index.js +35 -105
  2. package/dist-es/commands/BatchGetChannelCommand.js +1 -3
  3. package/dist-es/commands/BatchGetStreamKeyCommand.js +1 -3
  4. package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +1 -3
  5. package/dist-es/commands/CreateChannelCommand.js +1 -3
  6. package/dist-es/commands/CreatePlaybackRestrictionPolicyCommand.js +1 -3
  7. package/dist-es/commands/CreateRecordingConfigurationCommand.js +1 -3
  8. package/dist-es/commands/CreateStreamKeyCommand.js +1 -3
  9. package/dist-es/commands/DeleteChannelCommand.js +1 -3
  10. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +1 -3
  11. package/dist-es/commands/DeletePlaybackRestrictionPolicyCommand.js +1 -3
  12. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +1 -3
  13. package/dist-es/commands/DeleteStreamKeyCommand.js +1 -3
  14. package/dist-es/commands/GetChannelCommand.js +1 -3
  15. package/dist-es/commands/GetPlaybackKeyPairCommand.js +1 -3
  16. package/dist-es/commands/GetPlaybackRestrictionPolicyCommand.js +1 -3
  17. package/dist-es/commands/GetRecordingConfigurationCommand.js +1 -3
  18. package/dist-es/commands/GetStreamCommand.js +1 -3
  19. package/dist-es/commands/GetStreamKeyCommand.js +1 -3
  20. package/dist-es/commands/GetStreamSessionCommand.js +1 -3
  21. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +1 -3
  22. package/dist-es/commands/ListChannelsCommand.js +1 -3
  23. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +1 -3
  24. package/dist-es/commands/ListPlaybackRestrictionPoliciesCommand.js +1 -3
  25. package/dist-es/commands/ListRecordingConfigurationsCommand.js +1 -3
  26. package/dist-es/commands/ListStreamKeysCommand.js +1 -3
  27. package/dist-es/commands/ListStreamSessionsCommand.js +1 -3
  28. package/dist-es/commands/ListStreamsCommand.js +1 -3
  29. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  30. package/dist-es/commands/PutMetadataCommand.js +1 -3
  31. package/dist-es/commands/StartViewerSessionRevocationCommand.js +1 -3
  32. package/dist-es/commands/StopStreamCommand.js +1 -3
  33. package/dist-es/commands/TagResourceCommand.js +1 -3
  34. package/dist-es/commands/UntagResourceCommand.js +1 -3
  35. package/dist-es/commands/UpdateChannelCommand.js +1 -3
  36. package/dist-es/commands/UpdatePlaybackRestrictionPolicyCommand.js +1 -3
  37. package/package.json +4 -4
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/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.649.0",
4
+ "version": "3.650.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",
@@ -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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
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",