@aws-sdk/client-ivs 3.588.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 (79) hide show
  1. package/dist-cjs/index.js +0 -35
  2. package/dist-types/IvsClient.d.ts +4 -4
  3. package/dist-types/commands/BatchGetChannelCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateStreamKeyCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +2 -1
  12. package/dist-types/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteStreamKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/GetChannelCommand.d.ts +2 -1
  16. package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +2 -1
  17. package/dist-types/commands/GetPlaybackRestrictionPolicyCommand.d.ts +2 -1
  18. package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/GetStreamCommand.d.ts +2 -1
  20. package/dist-types/commands/GetStreamKeyCommand.d.ts +2 -1
  21. package/dist-types/commands/GetStreamSessionCommand.d.ts +2 -1
  22. package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +2 -1
  23. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListStreamKeysCommand.d.ts +2 -1
  28. package/dist-types/commands/ListStreamSessionsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/PutMetadataCommand.d.ts +2 -1
  32. package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +2 -1
  33. package/dist-types/commands/StopStreamCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +2 -1
  38. package/dist-types/index.d.ts +2 -2
  39. package/dist-types/models/IvsServiceException.d.ts +2 -1
  40. package/dist-types/runtimeConfig.native.d.ts +1 -1
  41. package/dist-types/ts3.4/IvsClient.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/BatchStartViewerSessionRevocationCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/GetPlaybackRestrictionPolicyCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/StartViewerSessionRevocationCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/models/IvsServiceException.d.ts +2 -1
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  79. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -254,7 +254,6 @@ var IvsClient = _IvsClient;
254
254
 
255
255
  var import_middleware_serde = require("@smithy/middleware-serde");
256
256
 
257
- var import_types = require("@smithy/types");
258
257
 
259
258
  // src/models/models_0.ts
260
259
 
@@ -1861,7 +1860,6 @@ var BatchGetChannelCommand = _BatchGetChannelCommand;
1861
1860
 
1862
1861
 
1863
1862
 
1864
-
1865
1863
  var _BatchGetStreamKeyCommand = class _BatchGetStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1866
1864
  ...commonParams
1867
1865
  }).m(function(Command, cs, config, o) {
@@ -1878,7 +1876,6 @@ var BatchGetStreamKeyCommand = _BatchGetStreamKeyCommand;
1878
1876
 
1879
1877
 
1880
1878
 
1881
-
1882
1879
  var _BatchStartViewerSessionRevocationCommand = class _BatchStartViewerSessionRevocationCommand extends import_smithy_client.Command.classBuilder().ep({
1883
1880
  ...commonParams
1884
1881
  }).m(function(Command, cs, config, o) {
@@ -1895,7 +1892,6 @@ var BatchStartViewerSessionRevocationCommand = _BatchStartViewerSessionRevocatio
1895
1892
 
1896
1893
 
1897
1894
 
1898
-
1899
1895
  var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1900
1896
  ...commonParams
1901
1897
  }).m(function(Command, cs, config, o) {
@@ -1912,7 +1908,6 @@ var CreateChannelCommand = _CreateChannelCommand;
1912
1908
 
1913
1909
 
1914
1910
 
1915
-
1916
1911
  var _CreatePlaybackRestrictionPolicyCommand = class _CreatePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1917
1912
  ...commonParams
1918
1913
  }).m(function(Command, cs, config, o) {
@@ -1929,7 +1924,6 @@ var CreatePlaybackRestrictionPolicyCommand = _CreatePlaybackRestrictionPolicyCom
1929
1924
 
1930
1925
 
1931
1926
 
1932
-
1933
1927
  var _CreateRecordingConfigurationCommand = class _CreateRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1934
1928
  ...commonParams
1935
1929
  }).m(function(Command, cs, config, o) {
@@ -1946,7 +1940,6 @@ var CreateRecordingConfigurationCommand = _CreateRecordingConfigurationCommand;
1946
1940
 
1947
1941
 
1948
1942
 
1949
-
1950
1943
  var _CreateStreamKeyCommand = class _CreateStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep({
1951
1944
  ...commonParams
1952
1945
  }).m(function(Command, cs, config, o) {
@@ -1963,7 +1956,6 @@ var CreateStreamKeyCommand = _CreateStreamKeyCommand;
1963
1956
 
1964
1957
 
1965
1958
 
1966
-
1967
1959
  var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1968
1960
  ...commonParams
1969
1961
  }).m(function(Command, cs, config, o) {
@@ -1980,7 +1972,6 @@ var DeleteChannelCommand = _DeleteChannelCommand;
1980
1972
 
1981
1973
 
1982
1974
 
1983
-
1984
1975
  var _DeletePlaybackKeyPairCommand = class _DeletePlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep({
1985
1976
  ...commonParams
1986
1977
  }).m(function(Command, cs, config, o) {
@@ -1997,7 +1988,6 @@ var DeletePlaybackKeyPairCommand = _DeletePlaybackKeyPairCommand;
1997
1988
 
1998
1989
 
1999
1990
 
2000
-
2001
1991
  var _DeletePlaybackRestrictionPolicyCommand = class _DeletePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2002
1992
  ...commonParams
2003
1993
  }).m(function(Command, cs, config, o) {
@@ -2014,7 +2004,6 @@ var DeletePlaybackRestrictionPolicyCommand = _DeletePlaybackRestrictionPolicyCom
2014
2004
 
2015
2005
 
2016
2006
 
2017
-
2018
2007
  var _DeleteRecordingConfigurationCommand = class _DeleteRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2019
2008
  ...commonParams
2020
2009
  }).m(function(Command, cs, config, o) {
@@ -2031,7 +2020,6 @@ var DeleteRecordingConfigurationCommand = _DeleteRecordingConfigurationCommand;
2031
2020
 
2032
2021
 
2033
2022
 
2034
-
2035
2023
  var _DeleteStreamKeyCommand = class _DeleteStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2036
2024
  ...commonParams
2037
2025
  }).m(function(Command, cs, config, o) {
@@ -2048,7 +2036,6 @@ var DeleteStreamKeyCommand = _DeleteStreamKeyCommand;
2048
2036
 
2049
2037
 
2050
2038
 
2051
-
2052
2039
  var _GetChannelCommand = class _GetChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2053
2040
  ...commonParams
2054
2041
  }).m(function(Command, cs, config, o) {
@@ -2065,7 +2052,6 @@ var GetChannelCommand = _GetChannelCommand;
2065
2052
 
2066
2053
 
2067
2054
 
2068
-
2069
2055
  var _GetPlaybackKeyPairCommand = class _GetPlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep({
2070
2056
  ...commonParams
2071
2057
  }).m(function(Command, cs, config, o) {
@@ -2082,7 +2068,6 @@ var GetPlaybackKeyPairCommand = _GetPlaybackKeyPairCommand;
2082
2068
 
2083
2069
 
2084
2070
 
2085
-
2086
2071
  var _GetPlaybackRestrictionPolicyCommand = class _GetPlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2087
2072
  ...commonParams
2088
2073
  }).m(function(Command, cs, config, o) {
@@ -2099,7 +2084,6 @@ var GetPlaybackRestrictionPolicyCommand = _GetPlaybackRestrictionPolicyCommand;
2099
2084
 
2100
2085
 
2101
2086
 
2102
-
2103
2087
  var _GetRecordingConfigurationCommand = class _GetRecordingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2104
2088
  ...commonParams
2105
2089
  }).m(function(Command, cs, config, o) {
@@ -2116,7 +2100,6 @@ var GetRecordingConfigurationCommand = _GetRecordingConfigurationCommand;
2116
2100
 
2117
2101
 
2118
2102
 
2119
-
2120
2103
  var _GetStreamCommand = class _GetStreamCommand extends import_smithy_client.Command.classBuilder().ep({
2121
2104
  ...commonParams
2122
2105
  }).m(function(Command, cs, config, o) {
@@ -2133,7 +2116,6 @@ var GetStreamCommand = _GetStreamCommand;
2133
2116
 
2134
2117
 
2135
2118
 
2136
-
2137
2119
  var _GetStreamKeyCommand = class _GetStreamKeyCommand extends import_smithy_client.Command.classBuilder().ep({
2138
2120
  ...commonParams
2139
2121
  }).m(function(Command, cs, config, o) {
@@ -2150,7 +2132,6 @@ var GetStreamKeyCommand = _GetStreamKeyCommand;
2150
2132
 
2151
2133
 
2152
2134
 
2153
-
2154
2135
  var _GetStreamSessionCommand = class _GetStreamSessionCommand extends import_smithy_client.Command.classBuilder().ep({
2155
2136
  ...commonParams
2156
2137
  }).m(function(Command, cs, config, o) {
@@ -2167,7 +2148,6 @@ var GetStreamSessionCommand = _GetStreamSessionCommand;
2167
2148
 
2168
2149
 
2169
2150
 
2170
-
2171
2151
  var _ImportPlaybackKeyPairCommand = class _ImportPlaybackKeyPairCommand extends import_smithy_client.Command.classBuilder().ep({
2172
2152
  ...commonParams
2173
2153
  }).m(function(Command, cs, config, o) {
@@ -2184,7 +2164,6 @@ var ImportPlaybackKeyPairCommand = _ImportPlaybackKeyPairCommand;
2184
2164
 
2185
2165
 
2186
2166
 
2187
-
2188
2167
  var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
2189
2168
  ...commonParams
2190
2169
  }).m(function(Command, cs, config, o) {
@@ -2201,7 +2180,6 @@ var ListChannelsCommand = _ListChannelsCommand;
2201
2180
 
2202
2181
 
2203
2182
 
2204
-
2205
2183
  var _ListPlaybackKeyPairsCommand = class _ListPlaybackKeyPairsCommand extends import_smithy_client.Command.classBuilder().ep({
2206
2184
  ...commonParams
2207
2185
  }).m(function(Command, cs, config, o) {
@@ -2218,7 +2196,6 @@ var ListPlaybackKeyPairsCommand = _ListPlaybackKeyPairsCommand;
2218
2196
 
2219
2197
 
2220
2198
 
2221
-
2222
2199
  var _ListPlaybackRestrictionPoliciesCommand = class _ListPlaybackRestrictionPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
2223
2200
  ...commonParams
2224
2201
  }).m(function(Command, cs, config, o) {
@@ -2235,7 +2212,6 @@ var ListPlaybackRestrictionPoliciesCommand = _ListPlaybackRestrictionPoliciesCom
2235
2212
 
2236
2213
 
2237
2214
 
2238
-
2239
2215
  var _ListRecordingConfigurationsCommand = class _ListRecordingConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
2240
2216
  ...commonParams
2241
2217
  }).m(function(Command, cs, config, o) {
@@ -2252,7 +2228,6 @@ var ListRecordingConfigurationsCommand = _ListRecordingConfigurationsCommand;
2252
2228
 
2253
2229
 
2254
2230
 
2255
-
2256
2231
  var _ListStreamKeysCommand = class _ListStreamKeysCommand extends import_smithy_client.Command.classBuilder().ep({
2257
2232
  ...commonParams
2258
2233
  }).m(function(Command, cs, config, o) {
@@ -2269,7 +2244,6 @@ var ListStreamKeysCommand = _ListStreamKeysCommand;
2269
2244
 
2270
2245
 
2271
2246
 
2272
-
2273
2247
  var _ListStreamsCommand = class _ListStreamsCommand extends import_smithy_client.Command.classBuilder().ep({
2274
2248
  ...commonParams
2275
2249
  }).m(function(Command, cs, config, o) {
@@ -2286,7 +2260,6 @@ var ListStreamsCommand = _ListStreamsCommand;
2286
2260
 
2287
2261
 
2288
2262
 
2289
-
2290
2263
  var _ListStreamSessionsCommand = class _ListStreamSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
2291
2264
  ...commonParams
2292
2265
  }).m(function(Command, cs, config, o) {
@@ -2303,7 +2276,6 @@ var ListStreamSessionsCommand = _ListStreamSessionsCommand;
2303
2276
 
2304
2277
 
2305
2278
 
2306
-
2307
2279
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2308
2280
  ...commonParams
2309
2281
  }).m(function(Command, cs, config, o) {
@@ -2320,7 +2292,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2320
2292
 
2321
2293
 
2322
2294
 
2323
-
2324
2295
  var _PutMetadataCommand = class _PutMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
2325
2296
  ...commonParams
2326
2297
  }).m(function(Command, cs, config, o) {
@@ -2337,7 +2308,6 @@ var PutMetadataCommand = _PutMetadataCommand;
2337
2308
 
2338
2309
 
2339
2310
 
2340
-
2341
2311
  var _StartViewerSessionRevocationCommand = class _StartViewerSessionRevocationCommand extends import_smithy_client.Command.classBuilder().ep({
2342
2312
  ...commonParams
2343
2313
  }).m(function(Command, cs, config, o) {
@@ -2354,7 +2324,6 @@ var StartViewerSessionRevocationCommand = _StartViewerSessionRevocationCommand;
2354
2324
 
2355
2325
 
2356
2326
 
2357
-
2358
2327
  var _StopStreamCommand = class _StopStreamCommand extends import_smithy_client.Command.classBuilder().ep({
2359
2328
  ...commonParams
2360
2329
  }).m(function(Command, cs, config, o) {
@@ -2371,7 +2340,6 @@ var StopStreamCommand = _StopStreamCommand;
2371
2340
 
2372
2341
 
2373
2342
 
2374
-
2375
2343
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2376
2344
  ...commonParams
2377
2345
  }).m(function(Command, cs, config, o) {
@@ -2388,7 +2356,6 @@ var TagResourceCommand = _TagResourceCommand;
2388
2356
 
2389
2357
 
2390
2358
 
2391
-
2392
2359
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2393
2360
  ...commonParams
2394
2361
  }).m(function(Command, cs, config, o) {
@@ -2405,7 +2372,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2405
2372
 
2406
2373
 
2407
2374
 
2408
-
2409
2375
  var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2410
2376
  ...commonParams
2411
2377
  }).m(function(Command, cs, config, o) {
@@ -2422,7 +2388,6 @@ var UpdateChannelCommand = _UpdateChannelCommand;
2422
2388
 
2423
2389
 
2424
2390
 
2425
-
2426
2391
  var _UpdatePlaybackRestrictionPolicyCommand = class _UpdatePlaybackRestrictionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2427
2392
  ...commonParams
2428
2393
  }).m(function(Command, cs, config, o) {
@@ -125,15 +125,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
125
125
  * Enables FIPS compatible endpoints.
126
126
  */
127
127
  useFipsEndpoint?: boolean | __Provider<boolean>;
128
+ /**
129
+ * The AWS region to which this client will send requests
130
+ */
131
+ region?: string | __Provider<string>;
128
132
  /**
129
133
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
130
134
  * @internal
131
135
  */
132
136
  defaultUserAgentProvider?: Provider<__UserAgent>;
133
- /**
134
- * The AWS region to which this client will send requests
135
- */
136
- region?: string | __Provider<string>;
137
137
  /**
138
138
  * Default credentials provider; Not available in browser runtime.
139
139
  * @deprecated
@@ -5,7 +5,8 @@ import { BatchGetChannelRequest, BatchGetChannelResponse } 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 { BatchGetStreamKeyRequest, BatchGetStreamKeyResponse } 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 { BatchStartViewerSessionRevocationRequest, BatchStartViewerSessionRevoca
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 { CreateChannelRequest, CreateChannelResponse } 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 { CreatePlaybackRestrictionPolicyRequest, CreatePlaybackRestrictionPolicy
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 { CreateRecordingConfigurationRequest, CreateRecordingConfigurationRespon
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 { CreateStreamKeyRequest, CreateStreamKeyResponse } 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 { DeleteChannelRequest } 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 { DeletePlaybackKeyPairRequest, DeletePlaybackKeyPairResponse } 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 { DeletePlaybackRestrictionPolicyRequest } 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 { DeleteRecordingConfigurationRequest } 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 { DeleteStreamKeyRequest } 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 { GetChannelRequest, GetChannelResponse } 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 { GetPlaybackKeyPairRequest, GetPlaybackKeyPairResponse } from "../models
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 { GetPlaybackRestrictionPolicyRequest, GetPlaybackRestrictionPolicyRespon
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 { GetRecordingConfigurationRequest, GetRecordingConfigurationResponse } 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 { GetStreamRequest, GetStreamResponse } 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 { GetStreamKeyRequest, GetStreamKeyResponse } 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 { GetStreamSessionRequest, GetStreamSessionResponse } from "../models/mod
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 { ImportPlaybackKeyPairRequest, ImportPlaybackKeyPairResponse } 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 { ListChannelsRequest, ListChannelsResponse } 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 { ListPlaybackKeyPairsRequest, ListPlaybackKeyPairsResponse } 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 { ListPlaybackRestrictionPoliciesRequest, ListPlaybackRestrictionPolicies
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 { ListRecordingConfigurationsRequest, ListRecordingConfigurationsResponse
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 { ListStreamKeysRequest, ListStreamKeysResponse } from "../models/models_
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 { ListStreamSessionsRequest, ListStreamSessionsResponse } from "../models
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 { ListStreamsRequest, ListStreamsResponse } 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 { PutMetadataRequest } 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 { StartViewerSessionRevocationRequest, StartViewerSessionRevocationRespon
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 { StopStreamRequest, StopStreamResponse } 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 { TagResourceRequest, TagResourceResponse } 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 { UntagResourceRequest, UntagResourceResponse } 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 { UpdateChannelRequest, UpdateChannelResponse } 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 { UpdatePlaybackRestrictionPolicyRequest, UpdatePlaybackRestrictionPolicy
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
  *
@@ -365,8 +365,8 @@
365
365
  export * from "./IvsClient";
366
366
  export * from "./Ivs";
367
367
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
368
- export { RuntimeExtension } from "./runtimeExtensions";
369
- export { IvsExtensionConfiguration } from "./extensionConfiguration";
368
+ export type { RuntimeExtension } from "./runtimeExtensions";
369
+ export type { IvsExtensionConfiguration } from "./extensionConfiguration";
370
370
  export * from "./commands";
371
371
  export * from "./pagination";
372
372
  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
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -280,8 +280,8 @@ export interface ClientDefaults
280
280
  serviceId?: string;
281
281
  useDualstackEndpoint?: boolean | __Provider<boolean>;
282
282
  useFipsEndpoint?: boolean | __Provider<boolean>;
283
- defaultUserAgentProvider?: Provider<__UserAgent>;
284
283
  region?: string | __Provider<string>;
284
+ defaultUserAgentProvider?: Provider<__UserAgent>;
285
285
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
286
286
  maxAttempts?: number | __Provider<number>;
287
287
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  BatchGetChannelRequest,
10
10
  BatchGetChannelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchGetChannelCommandInput extends BatchGetChannelRequest {}
14
15
  export interface BatchGetChannelCommandOutput
15
16
  extends BatchGetChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  BatchGetStreamKeyRequest,
10
10
  BatchGetStreamKeyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchGetStreamKeyCommandInput
14
15
  extends BatchGetStreamKeyRequest {}
15
16
  export interface BatchGetStreamKeyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  BatchStartViewerSessionRevocationRequest,
10
10
  BatchStartViewerSessionRevocationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchStartViewerSessionRevocationCommandInput
14
15
  extends BatchStartViewerSessionRevocationRequest {}
15
16
  export interface BatchStartViewerSessionRevocationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateChannelRequest,
10
10
  CreateChannelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateChannelCommandInput extends CreateChannelRequest {}
14
15
  export interface CreateChannelCommandOutput
15
16
  extends CreateChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreatePlaybackRestrictionPolicyRequest,
10
10
  CreatePlaybackRestrictionPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePlaybackRestrictionPolicyCommandInput
14
15
  extends CreatePlaybackRestrictionPolicyRequest {}
15
16
  export interface CreatePlaybackRestrictionPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateRecordingConfigurationRequest,
10
10
  CreateRecordingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateRecordingConfigurationCommandInput
14
15
  extends CreateRecordingConfigurationRequest {}
15
16
  export interface CreateRecordingConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateStreamKeyRequest,
10
10
  CreateStreamKeyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateStreamKeyCommandInput extends CreateStreamKeyRequest {}
14
15
  export interface CreateStreamKeyCommandOutput
15
16
  extends CreateStreamKeyResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { DeleteChannelRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
11
12
  export interface DeleteChannelCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteChannelCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  DeletePlaybackKeyPairRequest,
10
10
  DeletePlaybackKeyPairResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePlaybackKeyPairCommandInput
14
15
  extends DeletePlaybackKeyPairRequest {}
15
16
  export interface DeletePlaybackKeyPairCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { DeletePlaybackRestrictionPolicyRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeletePlaybackRestrictionPolicyCommandInput
11
12
  extends DeletePlaybackRestrictionPolicyRequest {}
12
13
  export interface DeletePlaybackRestrictionPolicyCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { DeleteRecordingConfigurationRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteRecordingConfigurationCommandInput
11
12
  extends DeleteRecordingConfigurationRequest {}
12
13
  export interface DeleteRecordingConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { DeleteStreamKeyRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteStreamKeyCommandInput extends DeleteStreamKeyRequest {}
11
12
  export interface DeleteStreamKeyCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteStreamKeyCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { GetChannelRequest, GetChannelResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetChannelCommandInput extends GetChannelRequest {}
11
12
  export interface GetChannelCommandOutput
12
13
  extends GetChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetPlaybackKeyPairRequest,
10
10
  GetPlaybackKeyPairResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetPlaybackKeyPairCommandInput
14
15
  extends GetPlaybackKeyPairRequest {}
15
16
  export interface GetPlaybackKeyPairCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetPlaybackRestrictionPolicyRequest,
10
10
  GetPlaybackRestrictionPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetPlaybackRestrictionPolicyCommandInput
14
15
  extends GetPlaybackRestrictionPolicyRequest {}
15
16
  export interface GetPlaybackRestrictionPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetRecordingConfigurationRequest,
10
10
  GetRecordingConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetRecordingConfigurationCommandInput
14
15
  extends GetRecordingConfigurationRequest {}
15
16
  export interface GetRecordingConfigurationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { GetStreamRequest, GetStreamResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetStreamCommandInput extends GetStreamRequest {}
11
12
  export interface GetStreamCommandOutput
12
13
  extends GetStreamResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { GetStreamKeyRequest, GetStreamKeyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetStreamKeyCommandInput extends GetStreamKeyRequest {}
11
12
  export interface GetStreamKeyCommandOutput
12
13
  extends GetStreamKeyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetStreamSessionRequest,
10
10
  GetStreamSessionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetStreamSessionCommandInput extends GetStreamSessionRequest {}
14
15
  export interface GetStreamSessionCommandOutput
15
16
  extends GetStreamSessionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ImportPlaybackKeyPairRequest,
10
10
  ImportPlaybackKeyPairResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ImportPlaybackKeyPairCommandInput
14
15
  extends ImportPlaybackKeyPairRequest {}
15
16
  export interface ImportPlaybackKeyPairCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListChannelsCommandInput extends ListChannelsRequest {}
11
12
  export interface ListChannelsCommandOutput
12
13
  extends ListChannelsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListPlaybackKeyPairsRequest,
10
10
  ListPlaybackKeyPairsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPlaybackKeyPairsCommandInput
14
15
  extends ListPlaybackKeyPairsRequest {}
15
16
  export interface ListPlaybackKeyPairsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListPlaybackRestrictionPoliciesRequest,
10
10
  ListPlaybackRestrictionPoliciesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListPlaybackRestrictionPoliciesCommandInput
14
15
  extends ListPlaybackRestrictionPoliciesRequest {}
15
16
  export interface ListPlaybackRestrictionPoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListRecordingConfigurationsRequest,
10
10
  ListRecordingConfigurationsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListRecordingConfigurationsCommandInput
14
15
  extends ListRecordingConfigurationsRequest {}
15
16
  export interface ListRecordingConfigurationsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListStreamKeysRequest,
10
10
  ListStreamKeysResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListStreamKeysCommandInput extends ListStreamKeysRequest {}
14
15
  export interface ListStreamKeysCommandOutput
15
16
  extends ListStreamKeysResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListStreamSessionsRequest,
10
10
  ListStreamSessionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListStreamSessionsCommandInput
14
15
  extends ListStreamSessionsRequest {}
15
16
  export interface ListStreamSessionsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { ListStreamsRequest, ListStreamsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListStreamsCommandInput extends ListStreamsRequest {}
11
12
  export interface ListStreamsCommandOutput
12
13
  extends ListStreamsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { PutMetadataRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PutMetadataCommandInput extends PutMetadataRequest {}
11
12
  export interface PutMetadataCommandOutput extends __MetadataBearer {}
12
13
  declare const PutMetadataCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  StartViewerSessionRevocationRequest,
10
10
  StartViewerSessionRevocationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface StartViewerSessionRevocationCommandInput
14
15
  extends StartViewerSessionRevocationRequest {}
15
16
  export interface StartViewerSessionRevocationCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { StopStreamRequest, StopStreamResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface StopStreamCommandInput extends StopStreamRequest {}
11
12
  export interface StopStreamCommandOutput
12
13
  extends StopStreamResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../IvsClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateChannelRequest,
10
10
  UpdateChannelResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
14
15
  export interface UpdateChannelCommandOutput
15
16
  extends UpdateChannelResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdatePlaybackRestrictionPolicyRequest,
10
10
  UpdatePlaybackRestrictionPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdatePlaybackRestrictionPolicyCommandInput
14
15
  extends UpdatePlaybackRestrictionPolicyRequest {}
15
16
  export interface UpdatePlaybackRestrictionPolicyCommandOutput
@@ -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 IvsServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: IvsClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
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.588.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-ivs",
@@ -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.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.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",