@aws-sdk/client-mediatailor 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 (97) hide show
  1. package/dist-cjs/index.js +0 -44
  2. package/dist-types/MediaTailorClient.d.ts +4 -4
  3. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +2 -1
  4. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateLiveSourceCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateProgramCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateSourceLocationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateVodSourceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +2 -1
  14. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteProgramCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteVodSourceCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeChannelCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeProgramCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeVodSourceCommand.d.ts +2 -1
  24. package/dist-types/commands/GetChannelPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetChannelScheduleCommand.d.ts +2 -1
  26. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +2 -1
  27. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +2 -1
  28. package/dist-types/commands/ListAlertsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListLiveSourcesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListSourceLocationsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/ListVodSourcesCommand.d.ts +2 -1
  36. package/dist-types/commands/PutChannelPolicyCommand.d.ts +2 -1
  37. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +2 -1
  38. package/dist-types/commands/StartChannelCommand.d.ts +2 -1
  39. package/dist-types/commands/StopChannelCommand.d.ts +2 -1
  40. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateProgramCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateVodSourceCommand.d.ts +2 -1
  47. package/dist-types/index.d.ts +2 -2
  48. package/dist-types/models/MediaTailorServiceException.d.ts +2 -1
  49. package/dist-types/runtimeConfig.native.d.ts +1 -1
  50. package/dist-types/ts3.4/MediaTailorClient.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +2 -1
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  97. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -247,7 +247,6 @@ var MediaTailorClient = _MediaTailorClient;
247
247
 
248
248
  var import_middleware_serde = require("@smithy/middleware-serde");
249
249
 
250
- var import_types = require("@smithy/types");
251
250
 
252
251
  // src/protocols/Aws_restJson1.ts
253
252
  var import_core2 = require("@aws-sdk/core");
@@ -1979,7 +1978,6 @@ var ConfigureLogsForChannelCommand = _ConfigureLogsForChannelCommand;
1979
1978
 
1980
1979
 
1981
1980
 
1982
-
1983
1981
  var _ConfigureLogsForPlaybackConfigurationCommand = class _ConfigureLogsForPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1984
1982
  ...commonParams
1985
1983
  }).m(function(Command, cs, config, o) {
@@ -1996,7 +1994,6 @@ var ConfigureLogsForPlaybackConfigurationCommand = _ConfigureLogsForPlaybackConf
1996
1994
 
1997
1995
 
1998
1996
 
1999
-
2000
1997
  var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2001
1998
  ...commonParams
2002
1999
  }).m(function(Command, cs, config, o) {
@@ -2013,7 +2010,6 @@ var CreateChannelCommand = _CreateChannelCommand;
2013
2010
 
2014
2011
 
2015
2012
 
2016
-
2017
2013
  var _CreateLiveSourceCommand = class _CreateLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2018
2014
  ...commonParams
2019
2015
  }).m(function(Command, cs, config, o) {
@@ -2030,7 +2026,6 @@ var CreateLiveSourceCommand = _CreateLiveSourceCommand;
2030
2026
 
2031
2027
 
2032
2028
 
2033
-
2034
2029
  var _CreatePrefetchScheduleCommand = class _CreatePrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
2035
2030
  ...commonParams
2036
2031
  }).m(function(Command, cs, config, o) {
@@ -2047,7 +2042,6 @@ var CreatePrefetchScheduleCommand = _CreatePrefetchScheduleCommand;
2047
2042
 
2048
2043
 
2049
2044
 
2050
-
2051
2045
  var _CreateProgramCommand = class _CreateProgramCommand extends import_smithy_client.Command.classBuilder().ep({
2052
2046
  ...commonParams
2053
2047
  }).m(function(Command, cs, config, o) {
@@ -2064,7 +2058,6 @@ var CreateProgramCommand = _CreateProgramCommand;
2064
2058
 
2065
2059
 
2066
2060
 
2067
-
2068
2061
  var _CreateSourceLocationCommand = class _CreateSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep({
2069
2062
  ...commonParams
2070
2063
  }).m(function(Command, cs, config, o) {
@@ -2081,7 +2074,6 @@ var CreateSourceLocationCommand = _CreateSourceLocationCommand;
2081
2074
 
2082
2075
 
2083
2076
 
2084
-
2085
2077
  var _CreateVodSourceCommand = class _CreateVodSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2086
2078
  ...commonParams
2087
2079
  }).m(function(Command, cs, config, o) {
@@ -2098,7 +2090,6 @@ var CreateVodSourceCommand = _CreateVodSourceCommand;
2098
2090
 
2099
2091
 
2100
2092
 
2101
-
2102
2093
  var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2103
2094
  ...commonParams
2104
2095
  }).m(function(Command, cs, config, o) {
@@ -2115,7 +2106,6 @@ var DeleteChannelCommand = _DeleteChannelCommand;
2115
2106
 
2116
2107
 
2117
2108
 
2118
-
2119
2109
  var _DeleteChannelPolicyCommand = class _DeleteChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2120
2110
  ...commonParams
2121
2111
  }).m(function(Command, cs, config, o) {
@@ -2132,7 +2122,6 @@ var DeleteChannelPolicyCommand = _DeleteChannelPolicyCommand;
2132
2122
 
2133
2123
 
2134
2124
 
2135
-
2136
2125
  var _DeleteLiveSourceCommand = class _DeleteLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2137
2126
  ...commonParams
2138
2127
  }).m(function(Command, cs, config, o) {
@@ -2149,7 +2138,6 @@ var DeleteLiveSourceCommand = _DeleteLiveSourceCommand;
2149
2138
 
2150
2139
 
2151
2140
 
2152
-
2153
2141
  var _DeletePlaybackConfigurationCommand = class _DeletePlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2154
2142
  ...commonParams
2155
2143
  }).m(function(Command, cs, config, o) {
@@ -2166,7 +2154,6 @@ var DeletePlaybackConfigurationCommand = _DeletePlaybackConfigurationCommand;
2166
2154
 
2167
2155
 
2168
2156
 
2169
-
2170
2157
  var _DeletePrefetchScheduleCommand = class _DeletePrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
2171
2158
  ...commonParams
2172
2159
  }).m(function(Command, cs, config, o) {
@@ -2183,7 +2170,6 @@ var DeletePrefetchScheduleCommand = _DeletePrefetchScheduleCommand;
2183
2170
 
2184
2171
 
2185
2172
 
2186
-
2187
2173
  var _DeleteProgramCommand = class _DeleteProgramCommand extends import_smithy_client.Command.classBuilder().ep({
2188
2174
  ...commonParams
2189
2175
  }).m(function(Command, cs, config, o) {
@@ -2200,7 +2186,6 @@ var DeleteProgramCommand = _DeleteProgramCommand;
2200
2186
 
2201
2187
 
2202
2188
 
2203
-
2204
2189
  var _DeleteSourceLocationCommand = class _DeleteSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep({
2205
2190
  ...commonParams
2206
2191
  }).m(function(Command, cs, config, o) {
@@ -2217,7 +2202,6 @@ var DeleteSourceLocationCommand = _DeleteSourceLocationCommand;
2217
2202
 
2218
2203
 
2219
2204
 
2220
-
2221
2205
  var _DeleteVodSourceCommand = class _DeleteVodSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2222
2206
  ...commonParams
2223
2207
  }).m(function(Command, cs, config, o) {
@@ -2234,7 +2218,6 @@ var DeleteVodSourceCommand = _DeleteVodSourceCommand;
2234
2218
 
2235
2219
 
2236
2220
 
2237
-
2238
2221
  var _DescribeChannelCommand = class _DescribeChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2239
2222
  ...commonParams
2240
2223
  }).m(function(Command, cs, config, o) {
@@ -2251,7 +2234,6 @@ var DescribeChannelCommand = _DescribeChannelCommand;
2251
2234
 
2252
2235
 
2253
2236
 
2254
-
2255
2237
  var _DescribeLiveSourceCommand = class _DescribeLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2256
2238
  ...commonParams
2257
2239
  }).m(function(Command, cs, config, o) {
@@ -2268,7 +2250,6 @@ var DescribeLiveSourceCommand = _DescribeLiveSourceCommand;
2268
2250
 
2269
2251
 
2270
2252
 
2271
-
2272
2253
  var _DescribeProgramCommand = class _DescribeProgramCommand extends import_smithy_client.Command.classBuilder().ep({
2273
2254
  ...commonParams
2274
2255
  }).m(function(Command, cs, config, o) {
@@ -2285,7 +2266,6 @@ var DescribeProgramCommand = _DescribeProgramCommand;
2285
2266
 
2286
2267
 
2287
2268
 
2288
-
2289
2269
  var _DescribeSourceLocationCommand = class _DescribeSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep({
2290
2270
  ...commonParams
2291
2271
  }).m(function(Command, cs, config, o) {
@@ -2302,7 +2282,6 @@ var DescribeSourceLocationCommand = _DescribeSourceLocationCommand;
2302
2282
 
2303
2283
 
2304
2284
 
2305
-
2306
2285
  var _DescribeVodSourceCommand = class _DescribeVodSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2307
2286
  ...commonParams
2308
2287
  }).m(function(Command, cs, config, o) {
@@ -2319,7 +2298,6 @@ var DescribeVodSourceCommand = _DescribeVodSourceCommand;
2319
2298
 
2320
2299
 
2321
2300
 
2322
-
2323
2301
  var _GetChannelPolicyCommand = class _GetChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2324
2302
  ...commonParams
2325
2303
  }).m(function(Command, cs, config, o) {
@@ -2336,7 +2314,6 @@ var GetChannelPolicyCommand = _GetChannelPolicyCommand;
2336
2314
 
2337
2315
 
2338
2316
 
2339
-
2340
2317
  var _GetChannelScheduleCommand = class _GetChannelScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
2341
2318
  ...commonParams
2342
2319
  }).m(function(Command, cs, config, o) {
@@ -2353,7 +2330,6 @@ var GetChannelScheduleCommand = _GetChannelScheduleCommand;
2353
2330
 
2354
2331
 
2355
2332
 
2356
-
2357
2333
  var _GetPlaybackConfigurationCommand = class _GetPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2358
2334
  ...commonParams
2359
2335
  }).m(function(Command, cs, config, o) {
@@ -2370,7 +2346,6 @@ var GetPlaybackConfigurationCommand = _GetPlaybackConfigurationCommand;
2370
2346
 
2371
2347
 
2372
2348
 
2373
-
2374
2349
  var _GetPrefetchScheduleCommand = class _GetPrefetchScheduleCommand extends import_smithy_client.Command.classBuilder().ep({
2375
2350
  ...commonParams
2376
2351
  }).m(function(Command, cs, config, o) {
@@ -2387,7 +2362,6 @@ var GetPrefetchScheduleCommand = _GetPrefetchScheduleCommand;
2387
2362
 
2388
2363
 
2389
2364
 
2390
-
2391
2365
  var _ListAlertsCommand = class _ListAlertsCommand extends import_smithy_client.Command.classBuilder().ep({
2392
2366
  ...commonParams
2393
2367
  }).m(function(Command, cs, config, o) {
@@ -2404,7 +2378,6 @@ var ListAlertsCommand = _ListAlertsCommand;
2404
2378
 
2405
2379
 
2406
2380
 
2407
-
2408
2381
  var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
2409
2382
  ...commonParams
2410
2383
  }).m(function(Command, cs, config, o) {
@@ -2421,7 +2394,6 @@ var ListChannelsCommand = _ListChannelsCommand;
2421
2394
 
2422
2395
 
2423
2396
 
2424
-
2425
2397
  var _ListLiveSourcesCommand = class _ListLiveSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
2426
2398
  ...commonParams
2427
2399
  }).m(function(Command, cs, config, o) {
@@ -2438,7 +2410,6 @@ var ListLiveSourcesCommand = _ListLiveSourcesCommand;
2438
2410
 
2439
2411
 
2440
2412
 
2441
-
2442
2413
  var _ListPlaybackConfigurationsCommand = class _ListPlaybackConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
2443
2414
  ...commonParams
2444
2415
  }).m(function(Command, cs, config, o) {
@@ -2455,7 +2426,6 @@ var ListPlaybackConfigurationsCommand = _ListPlaybackConfigurationsCommand;
2455
2426
 
2456
2427
 
2457
2428
 
2458
-
2459
2429
  var _ListPrefetchSchedulesCommand = class _ListPrefetchSchedulesCommand extends import_smithy_client.Command.classBuilder().ep({
2460
2430
  ...commonParams
2461
2431
  }).m(function(Command, cs, config, o) {
@@ -2472,7 +2442,6 @@ var ListPrefetchSchedulesCommand = _ListPrefetchSchedulesCommand;
2472
2442
 
2473
2443
 
2474
2444
 
2475
-
2476
2445
  var _ListSourceLocationsCommand = class _ListSourceLocationsCommand extends import_smithy_client.Command.classBuilder().ep({
2477
2446
  ...commonParams
2478
2447
  }).m(function(Command, cs, config, o) {
@@ -2489,7 +2458,6 @@ var ListSourceLocationsCommand = _ListSourceLocationsCommand;
2489
2458
 
2490
2459
 
2491
2460
 
2492
-
2493
2461
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2494
2462
  ...commonParams
2495
2463
  }).m(function(Command, cs, config, o) {
@@ -2506,7 +2474,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2506
2474
 
2507
2475
 
2508
2476
 
2509
-
2510
2477
  var _ListVodSourcesCommand = class _ListVodSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
2511
2478
  ...commonParams
2512
2479
  }).m(function(Command, cs, config, o) {
@@ -2523,7 +2490,6 @@ var ListVodSourcesCommand = _ListVodSourcesCommand;
2523
2490
 
2524
2491
 
2525
2492
 
2526
-
2527
2493
  var _PutChannelPolicyCommand = class _PutChannelPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2528
2494
  ...commonParams
2529
2495
  }).m(function(Command, cs, config, o) {
@@ -2540,7 +2506,6 @@ var PutChannelPolicyCommand = _PutChannelPolicyCommand;
2540
2506
 
2541
2507
 
2542
2508
 
2543
-
2544
2509
  var _PutPlaybackConfigurationCommand = class _PutPlaybackConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2545
2510
  ...commonParams
2546
2511
  }).m(function(Command, cs, config, o) {
@@ -2557,7 +2522,6 @@ var PutPlaybackConfigurationCommand = _PutPlaybackConfigurationCommand;
2557
2522
 
2558
2523
 
2559
2524
 
2560
-
2561
2525
  var _StartChannelCommand = class _StartChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2562
2526
  ...commonParams
2563
2527
  }).m(function(Command, cs, config, o) {
@@ -2574,7 +2538,6 @@ var StartChannelCommand = _StartChannelCommand;
2574
2538
 
2575
2539
 
2576
2540
 
2577
-
2578
2541
  var _StopChannelCommand = class _StopChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2579
2542
  ...commonParams
2580
2543
  }).m(function(Command, cs, config, o) {
@@ -2591,7 +2554,6 @@ var StopChannelCommand = _StopChannelCommand;
2591
2554
 
2592
2555
 
2593
2556
 
2594
-
2595
2557
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2596
2558
  ...commonParams
2597
2559
  }).m(function(Command, cs, config, o) {
@@ -2608,7 +2570,6 @@ var TagResourceCommand = _TagResourceCommand;
2608
2570
 
2609
2571
 
2610
2572
 
2611
-
2612
2573
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2613
2574
  ...commonParams
2614
2575
  }).m(function(Command, cs, config, o) {
@@ -2625,7 +2586,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2625
2586
 
2626
2587
 
2627
2588
 
2628
-
2629
2589
  var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2630
2590
  ...commonParams
2631
2591
  }).m(function(Command, cs, config, o) {
@@ -2642,7 +2602,6 @@ var UpdateChannelCommand = _UpdateChannelCommand;
2642
2602
 
2643
2603
 
2644
2604
 
2645
-
2646
2605
  var _UpdateLiveSourceCommand = class _UpdateLiveSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2647
2606
  ...commonParams
2648
2607
  }).m(function(Command, cs, config, o) {
@@ -2659,7 +2618,6 @@ var UpdateLiveSourceCommand = _UpdateLiveSourceCommand;
2659
2618
 
2660
2619
 
2661
2620
 
2662
-
2663
2621
  var _UpdateProgramCommand = class _UpdateProgramCommand extends import_smithy_client.Command.classBuilder().ep({
2664
2622
  ...commonParams
2665
2623
  }).m(function(Command, cs, config, o) {
@@ -2676,7 +2634,6 @@ var UpdateProgramCommand = _UpdateProgramCommand;
2676
2634
 
2677
2635
 
2678
2636
 
2679
-
2680
2637
  var _UpdateSourceLocationCommand = class _UpdateSourceLocationCommand extends import_smithy_client.Command.classBuilder().ep({
2681
2638
  ...commonParams
2682
2639
  }).m(function(Command, cs, config, o) {
@@ -2693,7 +2650,6 @@ var UpdateSourceLocationCommand = _UpdateSourceLocationCommand;
2693
2650
 
2694
2651
 
2695
2652
 
2696
-
2697
2653
  var _UpdateVodSourceCommand = class _UpdateVodSourceCommand extends import_smithy_client.Command.classBuilder().ep({
2698
2654
  ...commonParams
2699
2655
  }).m(function(Command, cs, config, o) {
@@ -134,15 +134,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
134
134
  * Enables FIPS compatible endpoints.
135
135
  */
136
136
  useFipsEndpoint?: boolean | __Provider<boolean>;
137
+ /**
138
+ * The AWS region to which this client will send requests
139
+ */
140
+ region?: string | __Provider<string>;
137
141
  /**
138
142
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
139
143
  * @internal
140
144
  */
141
145
  defaultUserAgentProvider?: Provider<__UserAgent>;
142
- /**
143
- * The AWS region to which this client will send requests
144
- */
145
- region?: string | __Provider<string>;
146
146
  /**
147
147
  * Default credentials provider; Not available in browser runtime.
148
148
  * @deprecated
@@ -5,7 +5,8 @@ import { ConfigureLogsForChannelRequest, ConfigureLogsForChannelResponse } 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 { ConfigureLogsForPlaybackConfigurationRequest, ConfigureLogsForPlaybackC
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 { CreateLiveSourceRequest, CreateLiveSourceResponse } 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 { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } 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 { CreateProgramRequest, CreateProgramResponse } 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 { CreateSourceLocationRequest, CreateSourceLocationResponse } 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 { CreateVodSourceRequest, CreateVodSourceResponse } 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, DeleteChannelResponse } 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 { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } 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 { DeleteLiveSourceRequest, DeleteLiveSourceResponse } 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 { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse
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 { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } 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 { DeleteProgramRequest, DeleteProgramResponse } 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 { DeleteSourceLocationRequest, DeleteSourceLocationResponse } 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 { DeleteVodSourceRequest, DeleteVodSourceResponse } 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 { DescribeChannelRequest, DescribeChannelResponse } 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 { DescribeLiveSourceRequest, DescribeLiveSourceResponse } 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 { DescribeProgramRequest, DescribeProgramResponse } 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 { DescribeSourceLocationRequest, DescribeSourceLocationResponse } 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 { DescribeVodSourceRequest, DescribeVodSourceResponse } 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 { GetChannelPolicyRequest, GetChannelPolicyResponse } 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 { GetChannelScheduleRequest, GetChannelScheduleResponse } 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 { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } fro
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 { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } 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 { ListAlertsRequest, ListAlertsResponse } 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 { 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 { ListLiveSourcesRequest, ListLiveSourcesResponse } 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 { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse }
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
  *