@aws-sdk/client-kinesis-video 3.590.0 → 3.592.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 (65) hide show
  1. package/dist-cjs/index.js +0 -30
  2. package/dist-types/commands/CreateSignalingChannelCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateStreamCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteStreamCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeStreamCommand.d.ts +2 -1
  14. package/dist-types/commands/GetDataEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +2 -1
  16. package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListSignalingChannelsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTagsForStreamCommand.d.ts +2 -1
  21. package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +2 -1
  22. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/TagStreamCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UntagStreamCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateDataRetentionCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateStreamCommand.d.ts +2 -1
  32. package/dist-types/index.d.ts +2 -2
  33. package/dist-types/models/KinesisVideoServiceException.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/models/KinesisVideoServiceException.d.ts +2 -1
  65. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -252,7 +252,6 @@ var KinesisVideoClient = _KinesisVideoClient;
252
252
 
253
253
  var import_middleware_serde = require("@smithy/middleware-serde");
254
254
 
255
- var import_types = require("@smithy/types");
256
255
 
257
256
  // src/protocols/Aws_restJson1.ts
258
257
  var import_core2 = require("@aws-sdk/core");
@@ -1911,7 +1910,6 @@ var CreateSignalingChannelCommand = _CreateSignalingChannelCommand;
1911
1910
 
1912
1911
 
1913
1912
 
1914
-
1915
1913
  var _CreateStreamCommand = class _CreateStreamCommand extends import_smithy_client.Command.classBuilder().ep({
1916
1914
  ...commonParams
1917
1915
  }).m(function(Command, cs, config, o) {
@@ -1928,7 +1926,6 @@ var CreateStreamCommand = _CreateStreamCommand;
1928
1926
 
1929
1927
 
1930
1928
 
1931
-
1932
1929
  var _DeleteEdgeConfigurationCommand = class _DeleteEdgeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1933
1930
  ...commonParams
1934
1931
  }).m(function(Command, cs, config, o) {
@@ -1945,7 +1942,6 @@ var DeleteEdgeConfigurationCommand = _DeleteEdgeConfigurationCommand;
1945
1942
 
1946
1943
 
1947
1944
 
1948
-
1949
1945
  var _DeleteSignalingChannelCommand = class _DeleteSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1950
1946
  ...commonParams
1951
1947
  }).m(function(Command, cs, config, o) {
@@ -1962,7 +1958,6 @@ var DeleteSignalingChannelCommand = _DeleteSignalingChannelCommand;
1962
1958
 
1963
1959
 
1964
1960
 
1965
-
1966
1961
  var _DeleteStreamCommand = class _DeleteStreamCommand extends import_smithy_client.Command.classBuilder().ep({
1967
1962
  ...commonParams
1968
1963
  }).m(function(Command, cs, config, o) {
@@ -1979,7 +1974,6 @@ var DeleteStreamCommand = _DeleteStreamCommand;
1979
1974
 
1980
1975
 
1981
1976
 
1982
-
1983
1977
  var _DescribeEdgeConfigurationCommand = class _DescribeEdgeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1984
1978
  ...commonParams
1985
1979
  }).m(function(Command, cs, config, o) {
@@ -1996,7 +1990,6 @@ var DescribeEdgeConfigurationCommand = _DescribeEdgeConfigurationCommand;
1996
1990
 
1997
1991
 
1998
1992
 
1999
-
2000
1993
  var _DescribeImageGenerationConfigurationCommand = class _DescribeImageGenerationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2001
1994
  ...commonParams
2002
1995
  }).m(function(Command, cs, config, o) {
@@ -2013,7 +2006,6 @@ var DescribeImageGenerationConfigurationCommand = _DescribeImageGenerationConfig
2013
2006
 
2014
2007
 
2015
2008
 
2016
-
2017
2009
  var _DescribeMappedResourceConfigurationCommand = class _DescribeMappedResourceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2018
2010
  ...commonParams
2019
2011
  }).m(function(Command, cs, config, o) {
@@ -2030,7 +2022,6 @@ var DescribeMappedResourceConfigurationCommand = _DescribeMappedResourceConfigur
2030
2022
 
2031
2023
 
2032
2024
 
2033
-
2034
2025
  var _DescribeMediaStorageConfigurationCommand = class _DescribeMediaStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2035
2026
  ...commonParams
2036
2027
  }).m(function(Command, cs, config, o) {
@@ -2047,7 +2038,6 @@ var DescribeMediaStorageConfigurationCommand = _DescribeMediaStorageConfiguratio
2047
2038
 
2048
2039
 
2049
2040
 
2050
-
2051
2041
  var _DescribeNotificationConfigurationCommand = class _DescribeNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2052
2042
  ...commonParams
2053
2043
  }).m(function(Command, cs, config, o) {
@@ -2064,7 +2054,6 @@ var DescribeNotificationConfigurationCommand = _DescribeNotificationConfiguratio
2064
2054
 
2065
2055
 
2066
2056
 
2067
-
2068
2057
  var _DescribeSignalingChannelCommand = class _DescribeSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2069
2058
  ...commonParams
2070
2059
  }).m(function(Command, cs, config, o) {
@@ -2081,7 +2070,6 @@ var DescribeSignalingChannelCommand = _DescribeSignalingChannelCommand;
2081
2070
 
2082
2071
 
2083
2072
 
2084
-
2085
2073
  var _DescribeStreamCommand = class _DescribeStreamCommand extends import_smithy_client.Command.classBuilder().ep({
2086
2074
  ...commonParams
2087
2075
  }).m(function(Command, cs, config, o) {
@@ -2098,7 +2086,6 @@ var DescribeStreamCommand = _DescribeStreamCommand;
2098
2086
 
2099
2087
 
2100
2088
 
2101
-
2102
2089
  var _GetDataEndpointCommand = class _GetDataEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
2103
2090
  ...commonParams
2104
2091
  }).m(function(Command, cs, config, o) {
@@ -2115,7 +2102,6 @@ var GetDataEndpointCommand = _GetDataEndpointCommand;
2115
2102
 
2116
2103
 
2117
2104
 
2118
-
2119
2105
  var _GetSignalingChannelEndpointCommand = class _GetSignalingChannelEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
2120
2106
  ...commonParams
2121
2107
  }).m(function(Command, cs, config, o) {
@@ -2132,7 +2118,6 @@ var GetSignalingChannelEndpointCommand = _GetSignalingChannelEndpointCommand;
2132
2118
 
2133
2119
 
2134
2120
 
2135
-
2136
2121
  var _ListEdgeAgentConfigurationsCommand = class _ListEdgeAgentConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
2137
2122
  ...commonParams
2138
2123
  }).m(function(Command, cs, config, o) {
@@ -2149,7 +2134,6 @@ var ListEdgeAgentConfigurationsCommand = _ListEdgeAgentConfigurationsCommand;
2149
2134
 
2150
2135
 
2151
2136
 
2152
-
2153
2137
  var _ListSignalingChannelsCommand = class _ListSignalingChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
2154
2138
  ...commonParams
2155
2139
  }).m(function(Command, cs, config, o) {
@@ -2166,7 +2150,6 @@ var ListSignalingChannelsCommand = _ListSignalingChannelsCommand;
2166
2150
 
2167
2151
 
2168
2152
 
2169
-
2170
2153
  var _ListStreamsCommand = class _ListStreamsCommand extends import_smithy_client.Command.classBuilder().ep({
2171
2154
  ...commonParams
2172
2155
  }).m(function(Command, cs, config, o) {
@@ -2183,7 +2166,6 @@ var ListStreamsCommand = _ListStreamsCommand;
2183
2166
 
2184
2167
 
2185
2168
 
2186
-
2187
2169
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2188
2170
  ...commonParams
2189
2171
  }).m(function(Command, cs, config, o) {
@@ -2200,7 +2182,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2200
2182
 
2201
2183
 
2202
2184
 
2203
-
2204
2185
  var _ListTagsForStreamCommand = class _ListTagsForStreamCommand extends import_smithy_client.Command.classBuilder().ep({
2205
2186
  ...commonParams
2206
2187
  }).m(function(Command, cs, config, o) {
@@ -2217,7 +2198,6 @@ var ListTagsForStreamCommand = _ListTagsForStreamCommand;
2217
2198
 
2218
2199
 
2219
2200
 
2220
-
2221
2201
  var _StartEdgeConfigurationUpdateCommand = class _StartEdgeConfigurationUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
2222
2202
  ...commonParams
2223
2203
  }).m(function(Command, cs, config, o) {
@@ -2234,7 +2214,6 @@ var StartEdgeConfigurationUpdateCommand = _StartEdgeConfigurationUpdateCommand;
2234
2214
 
2235
2215
 
2236
2216
 
2237
-
2238
2217
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2239
2218
  ...commonParams
2240
2219
  }).m(function(Command, cs, config, o) {
@@ -2251,7 +2230,6 @@ var TagResourceCommand = _TagResourceCommand;
2251
2230
 
2252
2231
 
2253
2232
 
2254
-
2255
2233
  var _TagStreamCommand = class _TagStreamCommand extends import_smithy_client.Command.classBuilder().ep({
2256
2234
  ...commonParams
2257
2235
  }).m(function(Command, cs, config, o) {
@@ -2268,7 +2246,6 @@ var TagStreamCommand = _TagStreamCommand;
2268
2246
 
2269
2247
 
2270
2248
 
2271
-
2272
2249
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2273
2250
  ...commonParams
2274
2251
  }).m(function(Command, cs, config, o) {
@@ -2285,7 +2262,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2285
2262
 
2286
2263
 
2287
2264
 
2288
-
2289
2265
  var _UntagStreamCommand = class _UntagStreamCommand extends import_smithy_client.Command.classBuilder().ep({
2290
2266
  ...commonParams
2291
2267
  }).m(function(Command, cs, config, o) {
@@ -2302,7 +2278,6 @@ var UntagStreamCommand = _UntagStreamCommand;
2302
2278
 
2303
2279
 
2304
2280
 
2305
-
2306
2281
  var _UpdateDataRetentionCommand = class _UpdateDataRetentionCommand extends import_smithy_client.Command.classBuilder().ep({
2307
2282
  ...commonParams
2308
2283
  }).m(function(Command, cs, config, o) {
@@ -2319,7 +2294,6 @@ var UpdateDataRetentionCommand = _UpdateDataRetentionCommand;
2319
2294
 
2320
2295
 
2321
2296
 
2322
-
2323
2297
  var _UpdateImageGenerationConfigurationCommand = class _UpdateImageGenerationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2324
2298
  ...commonParams
2325
2299
  }).m(function(Command, cs, config, o) {
@@ -2336,7 +2310,6 @@ var UpdateImageGenerationConfigurationCommand = _UpdateImageGenerationConfigurat
2336
2310
 
2337
2311
 
2338
2312
 
2339
-
2340
2313
  var _UpdateMediaStorageConfigurationCommand = class _UpdateMediaStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2341
2314
  ...commonParams
2342
2315
  }).m(function(Command, cs, config, o) {
@@ -2353,7 +2326,6 @@ var UpdateMediaStorageConfigurationCommand = _UpdateMediaStorageConfigurationCom
2353
2326
 
2354
2327
 
2355
2328
 
2356
-
2357
2329
  var _UpdateNotificationConfigurationCommand = class _UpdateNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2358
2330
  ...commonParams
2359
2331
  }).m(function(Command, cs, config, o) {
@@ -2370,7 +2342,6 @@ var UpdateNotificationConfigurationCommand = _UpdateNotificationConfigurationCom
2370
2342
 
2371
2343
 
2372
2344
 
2373
-
2374
2345
  var _UpdateSignalingChannelCommand = class _UpdateSignalingChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2375
2346
  ...commonParams
2376
2347
  }).m(function(Command, cs, config, o) {
@@ -2387,7 +2358,6 @@ var UpdateSignalingChannelCommand = _UpdateSignalingChannelCommand;
2387
2358
 
2388
2359
 
2389
2360
 
2390
-
2391
2361
  var _UpdateStreamCommand = class _UpdateStreamCommand extends import_smithy_client.Command.classBuilder().ep({
2392
2362
  ...commonParams
2393
2363
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateSignalingChannelInput, CreateSignalingChannelOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteEdgeConfigurationInput, DeleteEdgeConfigurationOutput } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEdgeConfigurationInput, DescribeEdgeConfigurationOutput } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeImageGenerationConfigurationInput, DescribeImageGenerationConfi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeMappedResourceConfigurationInput, DescribeMappedResourceConfigu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeMediaStorageConfigurationInput, DescribeMediaStorageConfigurati
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeNotificationConfigurationInput, DescribeNotificationConfigurati
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeSignalingChannelInput, DescribeSignalingChannelOutput } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetDataEndpointInput, GetDataEndpointOutput } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetSignalingChannelEndpointInput, GetSignalingChannelEndpointOutput } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEdgeAgentConfigurationsInput, ListEdgeAgentConfigurationsOutput } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListSignalingChannelsInput, ListSignalingChannelsOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { StartEdgeConfigurationUpdateInput, StartEdgeConfigurationUpdateOutput }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagStreamInput, TagStreamOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagStreamInput, UntagStreamOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateDataRetentionInput, UpdateDataRetentionOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateImageGenerationConfigurationInput, UpdateImageGenerationConfigura
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateMediaStorageConfigurationInput, UpdateMediaStorageConfigurationOu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateNotificationConfigurationInput, UpdateNotificationConfigurationOu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateSignalingChannelInput, UpdateSignalingChannelOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateStreamInput, UpdateStreamOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./KinesisVideoClient";
7
7
  export * from "./KinesisVideo";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { KinesisVideoExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { KinesisVideoExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateSignalingChannelInput,
10
10
  CreateSignalingChannelOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSignalingChannelCommandInput
14
15
  extends CreateSignalingChannelInput {}
15
16
  export interface CreateSignalingChannelCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateStreamCommandInput extends CreateStreamInput {}
11
12
  export interface CreateStreamCommandOutput
12
13
  extends CreateStreamOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteEdgeConfigurationInput,
10
10
  DeleteEdgeConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEdgeConfigurationCommandInput
14
15
  extends DeleteEdgeConfigurationInput {}
15
16
  export interface DeleteEdgeConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteSignalingChannelInput,
10
10
  DeleteSignalingChannelOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSignalingChannelCommandInput
14
15
  extends DeleteSignalingChannelInput {}
15
16
  export interface DeleteSignalingChannelCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteStreamCommandInput extends DeleteStreamInput {}
11
12
  export interface DeleteStreamCommandOutput
12
13
  extends DeleteStreamOutput,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEdgeConfigurationInput,
10
10
  DescribeEdgeConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEdgeConfigurationCommandInput
14
15
  extends DescribeEdgeConfigurationInput {}
15
16
  export interface DescribeEdgeConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeImageGenerationConfigurationInput,
10
10
  DescribeImageGenerationConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeImageGenerationConfigurationCommandInput
14
15
  extends DescribeImageGenerationConfigurationInput {}
15
16
  export interface DescribeImageGenerationConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeMappedResourceConfigurationInput,
10
10
  DescribeMappedResourceConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeMappedResourceConfigurationCommandInput
14
15
  extends DescribeMappedResourceConfigurationInput {}
15
16
  export interface DescribeMappedResourceConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeMediaStorageConfigurationInput,
10
10
  DescribeMediaStorageConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeMediaStorageConfigurationCommandInput
14
15
  extends DescribeMediaStorageConfigurationInput {}
15
16
  export interface DescribeMediaStorageConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeNotificationConfigurationInput,
10
10
  DescribeNotificationConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeNotificationConfigurationCommandInput
14
15
  extends DescribeNotificationConfigurationInput {}
15
16
  export interface DescribeNotificationConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeSignalingChannelInput,
10
10
  DescribeSignalingChannelOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeSignalingChannelCommandInput
14
15
  extends DescribeSignalingChannelInput {}
15
16
  export interface DescribeSignalingChannelCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeStreamCommandInput extends DescribeStreamInput {}
11
12
  export interface DescribeStreamCommandOutput
12
13
  extends DescribeStreamOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetDataEndpointInput,
10
10
  GetDataEndpointOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetDataEndpointCommandInput extends GetDataEndpointInput {}
14
15
  export interface GetDataEndpointCommandOutput
15
16
  extends GetDataEndpointOutput,
@@ -9,7 +9,8 @@ import {
9
9
  GetSignalingChannelEndpointInput,
10
10
  GetSignalingChannelEndpointOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSignalingChannelEndpointCommandInput
14
15
  extends GetSignalingChannelEndpointInput {}
15
16
  export interface GetSignalingChannelEndpointCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListEdgeAgentConfigurationsInput,
10
10
  ListEdgeAgentConfigurationsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListEdgeAgentConfigurationsCommandInput
14
15
  extends ListEdgeAgentConfigurationsInput {}
15
16
  export interface ListEdgeAgentConfigurationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListSignalingChannelsInput,
10
10
  ListSignalingChannelsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListSignalingChannelsCommandInput
14
15
  extends ListSignalingChannelsInput {}
15
16
  export interface ListSignalingChannelsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListStreamsCommandInput extends ListStreamsInput {}
11
12
  export interface ListStreamsCommandOutput
12
13
  extends ListStreamsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceInput,
10
10
  ListTagsForResourceOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceInput {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForStreamInput,
10
10
  ListTagsForStreamOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForStreamCommandInput extends ListTagsForStreamInput {}
14
15
  export interface ListTagsForStreamCommandOutput
15
16
  extends ListTagsForStreamOutput,
@@ -9,7 +9,8 @@ import {
9
9
  StartEdgeConfigurationUpdateInput,
10
10
  StartEdgeConfigurationUpdateOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartEdgeConfigurationUpdateCommandInput
14
15
  extends StartEdgeConfigurationUpdateInput {}
15
16
  export interface StartEdgeConfigurationUpdateCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceInput {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { TagStreamInput, TagStreamOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagStreamCommandInput extends TagStreamInput {}
11
12
  export interface TagStreamCommandOutput
12
13
  extends TagStreamOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagResourceCommandInput extends UntagResourceInput {}
11
12
  export interface UntagResourceCommandOutput
12
13
  extends UntagResourceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { UntagStreamInput, UntagStreamOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UntagStreamCommandInput extends UntagStreamInput {}
11
12
  export interface UntagStreamCommandOutput
12
13
  extends UntagStreamOutput,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateDataRetentionInput,
10
10
  UpdateDataRetentionOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateDataRetentionCommandInput
14
15
  extends UpdateDataRetentionInput {}
15
16
  export interface UpdateDataRetentionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateImageGenerationConfigurationInput,
10
10
  UpdateImageGenerationConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateImageGenerationConfigurationCommandInput
14
15
  extends UpdateImageGenerationConfigurationInput {}
15
16
  export interface UpdateImageGenerationConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateMediaStorageConfigurationInput,
10
10
  UpdateMediaStorageConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateMediaStorageConfigurationCommandInput
14
15
  extends UpdateMediaStorageConfigurationInput {}
15
16
  export interface UpdateMediaStorageConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateNotificationConfigurationInput,
10
10
  UpdateNotificationConfigurationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateNotificationConfigurationCommandInput
14
15
  extends UpdateNotificationConfigurationInput {}
15
16
  export interface UpdateNotificationConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateSignalingChannelInput,
10
10
  UpdateSignalingChannelOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateSignalingChannelCommandInput
14
15
  extends UpdateSignalingChannelInput {}
15
16
  export interface UpdateSignalingChannelCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KinesisVideoClient";
8
8
  import { UpdateStreamInput, UpdateStreamOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateStreamCommandInput extends UpdateStreamInput {}
11
12
  export interface UpdateStreamCommandOutput
12
13
  extends UpdateStreamOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class KinesisVideoServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-video",
3
3
  "description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.592.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-kinesis-video",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",