@aws-sdk/client-kinesis-video 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/dist-cjs/index.js +30 -90
- package/dist-es/commands/CreateSignalingChannelCommand.js +1 -3
- package/dist-es/commands/CreateStreamCommand.js +1 -3
- package/dist-es/commands/DeleteEdgeConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteSignalingChannelCommand.js +1 -3
- package/dist-es/commands/DeleteStreamCommand.js +1 -3
- package/dist-es/commands/DescribeEdgeConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeNotificationConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeSignalingChannelCommand.js +1 -3
- package/dist-es/commands/DescribeStreamCommand.js +1 -3
- package/dist-es/commands/GetDataEndpointCommand.js +1 -3
- package/dist-es/commands/GetSignalingChannelEndpointCommand.js +1 -3
- package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListSignalingChannelsCommand.js +1 -3
- package/dist-es/commands/ListStreamsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTagsForStreamCommand.js +1 -3
- package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/TagStreamCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UntagStreamCommand.js +1 -3
- package/dist-es/commands/UpdateDataRetentionCommand.js +1 -3
- package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateSignalingChannelCommand.js +1 -3
- package/dist-es/commands/UpdateStreamCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1888,9 +1888,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1888
1888
|
}), "deserializeMetadata");
|
|
1889
1889
|
|
|
1890
1890
|
// src/commands/CreateSignalingChannelCommand.ts
|
|
1891
|
-
var _CreateSignalingChannelCommand = class _CreateSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1892
|
-
...commonParams
|
|
1893
|
-
}).m(function(Command, cs, config, o) {
|
|
1891
|
+
var _CreateSignalingChannelCommand = class _CreateSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1894
1892
|
return [
|
|
1895
1893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1896
1894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1904,9 +1902,7 @@ var CreateSignalingChannelCommand = _CreateSignalingChannelCommand;
|
|
|
1904
1902
|
|
|
1905
1903
|
|
|
1906
1904
|
|
|
1907
|
-
var _CreateStreamCommand = class _CreateStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1908
|
-
...commonParams
|
|
1909
|
-
}).m(function(Command, cs, config, o) {
|
|
1905
|
+
var _CreateStreamCommand = class _CreateStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1910
1906
|
return [
|
|
1911
1907
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1912
1908
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1920,9 +1916,7 @@ var CreateStreamCommand = _CreateStreamCommand;
|
|
|
1920
1916
|
|
|
1921
1917
|
|
|
1922
1918
|
|
|
1923
|
-
var _DeleteEdgeConfigurationCommand = class _DeleteEdgeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1924
|
-
...commonParams
|
|
1925
|
-
}).m(function(Command, cs, config, o) {
|
|
1919
|
+
var _DeleteEdgeConfigurationCommand = class _DeleteEdgeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1926
1920
|
return [
|
|
1927
1921
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1928
1922
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1936,9 +1930,7 @@ var DeleteEdgeConfigurationCommand = _DeleteEdgeConfigurationCommand;
|
|
|
1936
1930
|
|
|
1937
1931
|
|
|
1938
1932
|
|
|
1939
|
-
var _DeleteSignalingChannelCommand = class _DeleteSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1940
|
-
...commonParams
|
|
1941
|
-
}).m(function(Command, cs, config, o) {
|
|
1933
|
+
var _DeleteSignalingChannelCommand = class _DeleteSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1942
1934
|
return [
|
|
1943
1935
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1944
1936
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1952,9 +1944,7 @@ var DeleteSignalingChannelCommand = _DeleteSignalingChannelCommand;
|
|
|
1952
1944
|
|
|
1953
1945
|
|
|
1954
1946
|
|
|
1955
|
-
var _DeleteStreamCommand = class _DeleteStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1956
|
-
...commonParams
|
|
1957
|
-
}).m(function(Command, cs, config, o) {
|
|
1947
|
+
var _DeleteStreamCommand = class _DeleteStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1958
1948
|
return [
|
|
1959
1949
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1960
1950
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1968,9 +1958,7 @@ var DeleteStreamCommand = _DeleteStreamCommand;
|
|
|
1968
1958
|
|
|
1969
1959
|
|
|
1970
1960
|
|
|
1971
|
-
var _DescribeEdgeConfigurationCommand = class _DescribeEdgeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1972
|
-
...commonParams
|
|
1973
|
-
}).m(function(Command, cs, config, o) {
|
|
1961
|
+
var _DescribeEdgeConfigurationCommand = class _DescribeEdgeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1974
1962
|
return [
|
|
1975
1963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1976
1964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1984,9 +1972,7 @@ var DescribeEdgeConfigurationCommand = _DescribeEdgeConfigurationCommand;
|
|
|
1984
1972
|
|
|
1985
1973
|
|
|
1986
1974
|
|
|
1987
|
-
var _DescribeImageGenerationConfigurationCommand = class _DescribeImageGenerationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1988
|
-
...commonParams
|
|
1989
|
-
}).m(function(Command, cs, config, o) {
|
|
1975
|
+
var _DescribeImageGenerationConfigurationCommand = class _DescribeImageGenerationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1990
1976
|
return [
|
|
1991
1977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1992
1978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2000,9 +1986,7 @@ var DescribeImageGenerationConfigurationCommand = _DescribeImageGenerationConfig
|
|
|
2000
1986
|
|
|
2001
1987
|
|
|
2002
1988
|
|
|
2003
|
-
var _DescribeMappedResourceConfigurationCommand = class _DescribeMappedResourceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2004
|
-
...commonParams
|
|
2005
|
-
}).m(function(Command, cs, config, o) {
|
|
1989
|
+
var _DescribeMappedResourceConfigurationCommand = class _DescribeMappedResourceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2006
1990
|
return [
|
|
2007
1991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2008
1992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2016,9 +2000,7 @@ var DescribeMappedResourceConfigurationCommand = _DescribeMappedResourceConfigur
|
|
|
2016
2000
|
|
|
2017
2001
|
|
|
2018
2002
|
|
|
2019
|
-
var _DescribeMediaStorageConfigurationCommand = class _DescribeMediaStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2020
|
-
...commonParams
|
|
2021
|
-
}).m(function(Command, cs, config, o) {
|
|
2003
|
+
var _DescribeMediaStorageConfigurationCommand = class _DescribeMediaStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2022
2004
|
return [
|
|
2023
2005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2024
2006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2032,9 +2014,7 @@ var DescribeMediaStorageConfigurationCommand = _DescribeMediaStorageConfiguratio
|
|
|
2032
2014
|
|
|
2033
2015
|
|
|
2034
2016
|
|
|
2035
|
-
var _DescribeNotificationConfigurationCommand = class _DescribeNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2036
|
-
...commonParams
|
|
2037
|
-
}).m(function(Command, cs, config, o) {
|
|
2017
|
+
var _DescribeNotificationConfigurationCommand = class _DescribeNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2038
2018
|
return [
|
|
2039
2019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2040
2020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2048,9 +2028,7 @@ var DescribeNotificationConfigurationCommand = _DescribeNotificationConfiguratio
|
|
|
2048
2028
|
|
|
2049
2029
|
|
|
2050
2030
|
|
|
2051
|
-
var _DescribeSignalingChannelCommand = class _DescribeSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2052
|
-
...commonParams
|
|
2053
|
-
}).m(function(Command, cs, config, o) {
|
|
2031
|
+
var _DescribeSignalingChannelCommand = class _DescribeSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2054
2032
|
return [
|
|
2055
2033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2056
2034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2064,9 +2042,7 @@ var DescribeSignalingChannelCommand = _DescribeSignalingChannelCommand;
|
|
|
2064
2042
|
|
|
2065
2043
|
|
|
2066
2044
|
|
|
2067
|
-
var _DescribeStreamCommand = class _DescribeStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2068
|
-
...commonParams
|
|
2069
|
-
}).m(function(Command, cs, config, o) {
|
|
2045
|
+
var _DescribeStreamCommand = class _DescribeStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2070
2046
|
return [
|
|
2071
2047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2072
2048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2080,9 +2056,7 @@ var DescribeStreamCommand = _DescribeStreamCommand;
|
|
|
2080
2056
|
|
|
2081
2057
|
|
|
2082
2058
|
|
|
2083
|
-
var _GetDataEndpointCommand = class _GetDataEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2084
|
-
...commonParams
|
|
2085
|
-
}).m(function(Command, cs, config, o) {
|
|
2059
|
+
var _GetDataEndpointCommand = class _GetDataEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2086
2060
|
return [
|
|
2087
2061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2088
2062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2096,9 +2070,7 @@ var GetDataEndpointCommand = _GetDataEndpointCommand;
|
|
|
2096
2070
|
|
|
2097
2071
|
|
|
2098
2072
|
|
|
2099
|
-
var _GetSignalingChannelEndpointCommand = class _GetSignalingChannelEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2100
|
-
...commonParams
|
|
2101
|
-
}).m(function(Command, cs, config, o) {
|
|
2073
|
+
var _GetSignalingChannelEndpointCommand = class _GetSignalingChannelEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2102
2074
|
return [
|
|
2103
2075
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2104
2076
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2112,9 +2084,7 @@ var GetSignalingChannelEndpointCommand = _GetSignalingChannelEndpointCommand;
|
|
|
2112
2084
|
|
|
2113
2085
|
|
|
2114
2086
|
|
|
2115
|
-
var _ListEdgeAgentConfigurationsCommand = class _ListEdgeAgentConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2116
|
-
...commonParams
|
|
2117
|
-
}).m(function(Command, cs, config, o) {
|
|
2087
|
+
var _ListEdgeAgentConfigurationsCommand = class _ListEdgeAgentConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2118
2088
|
return [
|
|
2119
2089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2120
2090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2128,9 +2098,7 @@ var ListEdgeAgentConfigurationsCommand = _ListEdgeAgentConfigurationsCommand;
|
|
|
2128
2098
|
|
|
2129
2099
|
|
|
2130
2100
|
|
|
2131
|
-
var _ListSignalingChannelsCommand = class _ListSignalingChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2132
|
-
...commonParams
|
|
2133
|
-
}).m(function(Command, cs, config, o) {
|
|
2101
|
+
var _ListSignalingChannelsCommand = class _ListSignalingChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2134
2102
|
return [
|
|
2135
2103
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2136
2104
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2144,9 +2112,7 @@ var ListSignalingChannelsCommand = _ListSignalingChannelsCommand;
|
|
|
2144
2112
|
|
|
2145
2113
|
|
|
2146
2114
|
|
|
2147
|
-
var _ListStreamsCommand = class _ListStreamsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2148
|
-
...commonParams
|
|
2149
|
-
}).m(function(Command, cs, config, o) {
|
|
2115
|
+
var _ListStreamsCommand = class _ListStreamsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2150
2116
|
return [
|
|
2151
2117
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2152
2118
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2160,9 +2126,7 @@ var ListStreamsCommand = _ListStreamsCommand;
|
|
|
2160
2126
|
|
|
2161
2127
|
|
|
2162
2128
|
|
|
2163
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2164
|
-
...commonParams
|
|
2165
|
-
}).m(function(Command, cs, config, o) {
|
|
2129
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2166
2130
|
return [
|
|
2167
2131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2168
2132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2176,9 +2140,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2176
2140
|
|
|
2177
2141
|
|
|
2178
2142
|
|
|
2179
|
-
var _ListTagsForStreamCommand = class _ListTagsForStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2180
|
-
...commonParams
|
|
2181
|
-
}).m(function(Command, cs, config, o) {
|
|
2143
|
+
var _ListTagsForStreamCommand = class _ListTagsForStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2182
2144
|
return [
|
|
2183
2145
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2184
2146
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2192,9 +2154,7 @@ var ListTagsForStreamCommand = _ListTagsForStreamCommand;
|
|
|
2192
2154
|
|
|
2193
2155
|
|
|
2194
2156
|
|
|
2195
|
-
var _StartEdgeConfigurationUpdateCommand = class _StartEdgeConfigurationUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2196
|
-
...commonParams
|
|
2197
|
-
}).m(function(Command, cs, config, o) {
|
|
2157
|
+
var _StartEdgeConfigurationUpdateCommand = class _StartEdgeConfigurationUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2198
2158
|
return [
|
|
2199
2159
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2200
2160
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2208,9 +2168,7 @@ var StartEdgeConfigurationUpdateCommand = _StartEdgeConfigurationUpdateCommand;
|
|
|
2208
2168
|
|
|
2209
2169
|
|
|
2210
2170
|
|
|
2211
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2212
|
-
...commonParams
|
|
2213
|
-
}).m(function(Command, cs, config, o) {
|
|
2171
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2214
2172
|
return [
|
|
2215
2173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2216
2174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2224,9 +2182,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2224
2182
|
|
|
2225
2183
|
|
|
2226
2184
|
|
|
2227
|
-
var _TagStreamCommand = class _TagStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2228
|
-
...commonParams
|
|
2229
|
-
}).m(function(Command, cs, config, o) {
|
|
2185
|
+
var _TagStreamCommand = class _TagStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2230
2186
|
return [
|
|
2231
2187
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2232
2188
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2240,9 +2196,7 @@ var TagStreamCommand = _TagStreamCommand;
|
|
|
2240
2196
|
|
|
2241
2197
|
|
|
2242
2198
|
|
|
2243
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2244
|
-
...commonParams
|
|
2245
|
-
}).m(function(Command, cs, config, o) {
|
|
2199
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2246
2200
|
return [
|
|
2247
2201
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2248
2202
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2256,9 +2210,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2256
2210
|
|
|
2257
2211
|
|
|
2258
2212
|
|
|
2259
|
-
var _UntagStreamCommand = class _UntagStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2260
|
-
...commonParams
|
|
2261
|
-
}).m(function(Command, cs, config, o) {
|
|
2213
|
+
var _UntagStreamCommand = class _UntagStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2262
2214
|
return [
|
|
2263
2215
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2264
2216
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2272,9 +2224,7 @@ var UntagStreamCommand = _UntagStreamCommand;
|
|
|
2272
2224
|
|
|
2273
2225
|
|
|
2274
2226
|
|
|
2275
|
-
var _UpdateDataRetentionCommand = class _UpdateDataRetentionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2276
|
-
...commonParams
|
|
2277
|
-
}).m(function(Command, cs, config, o) {
|
|
2227
|
+
var _UpdateDataRetentionCommand = class _UpdateDataRetentionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2278
2228
|
return [
|
|
2279
2229
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2280
2230
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2288,9 +2238,7 @@ var UpdateDataRetentionCommand = _UpdateDataRetentionCommand;
|
|
|
2288
2238
|
|
|
2289
2239
|
|
|
2290
2240
|
|
|
2291
|
-
var _UpdateImageGenerationConfigurationCommand = class _UpdateImageGenerationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2292
|
-
...commonParams
|
|
2293
|
-
}).m(function(Command, cs, config, o) {
|
|
2241
|
+
var _UpdateImageGenerationConfigurationCommand = class _UpdateImageGenerationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2294
2242
|
return [
|
|
2295
2243
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2296
2244
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2304,9 +2252,7 @@ var UpdateImageGenerationConfigurationCommand = _UpdateImageGenerationConfigurat
|
|
|
2304
2252
|
|
|
2305
2253
|
|
|
2306
2254
|
|
|
2307
|
-
var _UpdateMediaStorageConfigurationCommand = class _UpdateMediaStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2308
|
-
...commonParams
|
|
2309
|
-
}).m(function(Command, cs, config, o) {
|
|
2255
|
+
var _UpdateMediaStorageConfigurationCommand = class _UpdateMediaStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2310
2256
|
return [
|
|
2311
2257
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2312
2258
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2320,9 +2266,7 @@ var UpdateMediaStorageConfigurationCommand = _UpdateMediaStorageConfigurationCom
|
|
|
2320
2266
|
|
|
2321
2267
|
|
|
2322
2268
|
|
|
2323
|
-
var _UpdateNotificationConfigurationCommand = class _UpdateNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2324
|
-
...commonParams
|
|
2325
|
-
}).m(function(Command, cs, config, o) {
|
|
2269
|
+
var _UpdateNotificationConfigurationCommand = class _UpdateNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2326
2270
|
return [
|
|
2327
2271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2328
2272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2336,9 +2280,7 @@ var UpdateNotificationConfigurationCommand = _UpdateNotificationConfigurationCom
|
|
|
2336
2280
|
|
|
2337
2281
|
|
|
2338
2282
|
|
|
2339
|
-
var _UpdateSignalingChannelCommand = class _UpdateSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2340
|
-
...commonParams
|
|
2341
|
-
}).m(function(Command, cs, config, o) {
|
|
2283
|
+
var _UpdateSignalingChannelCommand = class _UpdateSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2342
2284
|
return [
|
|
2343
2285
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2344
2286
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2352,9 +2294,7 @@ var UpdateSignalingChannelCommand = _UpdateSignalingChannelCommand;
|
|
|
2352
2294
|
|
|
2353
2295
|
|
|
2354
2296
|
|
|
2355
|
-
var _UpdateStreamCommand = class _UpdateStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2356
|
-
...commonParams
|
|
2357
|
-
}).m(function(Command, cs, config, o) {
|
|
2297
|
+
var _UpdateStreamCommand = class _UpdateStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2358
2298
|
return [
|
|
2359
2299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2360
2300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateSignalingChannelCommand, se_CreateSignalingChannelCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSignalingChannelCommand 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_CreateStreamCommand, se_CreateStreamCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateStreamCommand 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_DeleteEdgeConfigurationCommand, se_DeleteEdgeConfigurationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEdgeConfigurationCommand 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_DeleteSignalingChannelCommand, se_DeleteSignalingChannelCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSignalingChannelCommand 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_DeleteStreamCommand, se_DeleteStreamCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteStreamCommand 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_DescribeEdgeConfigurationCommand, se_DescribeEdgeConfigurationComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeEdgeConfigurationCommand 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_DescribeImageGenerationConfigurationCommand, se_DescribeImageGenerat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeImageGenerationConfigurationCommand 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_DescribeMappedResourceConfigurationCommand, se_DescribeMappedResourc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeMappedResourceConfigurationCommand 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_DescribeMediaStorageConfigurationCommand, se_DescribeMediaStorageCon
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeMediaStorageConfigurationCommand 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_DescribeNotificationConfigurationCommand, se_DescribeNotificationCon
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeNotificationConfigurationCommand 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_DescribeSignalingChannelCommand, se_DescribeSignalingChannelCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSignalingChannelCommand 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_DescribeStreamCommand, se_DescribeStreamCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeStreamCommand 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_GetDataEndpointCommand, se_GetDataEndpointCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDataEndpointCommand 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_GetSignalingChannelEndpointCommand, se_GetSignalingChannelEndpointCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSignalingChannelEndpointCommand 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_ListEdgeAgentConfigurationsCommand, se_ListEdgeAgentConfigurationsCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListEdgeAgentConfigurationsCommand 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_ListSignalingChannelsCommand, se_ListSignalingChannelsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSignalingChannelsCommand 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),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForStreamCommand, se_ListTagsForStreamCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForStreamCommand 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_StartEdgeConfigurationUpdateCommand, se_StartEdgeConfigurationUpdate
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class StartEdgeConfigurationUpdateCommand 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_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_TagStreamCommand, se_TagStreamCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagStreamCommand 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),
|
|
@@ -6,9 +6,7 @@ import { de_UntagStreamCommand, se_UntagStreamCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagStreamCommand 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_UpdateDataRetentionCommand, se_UpdateDataRetentionCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDataRetentionCommand 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_UpdateImageGenerationConfigurationCommand, se_UpdateImageGenerationC
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateImageGenerationConfigurationCommand 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_UpdateMediaStorageConfigurationCommand, se_UpdateMediaStorageConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateMediaStorageConfigurationCommand 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_UpdateNotificationConfigurationCommand, se_UpdateNotificationConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateNotificationConfigurationCommand 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_UpdateSignalingChannelCommand, se_UpdateSignalingChannelCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSignalingChannelCommand 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_UpdateStreamCommand, se_UpdateStreamCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateStreamCommand 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-kinesis-video",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Video 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-kinesis-video",
|
|
@@ -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",
|