@aws-sdk/client-medialive 3.1037.0 → 3.1038.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 (70) hide show
  1. package/dist-cjs/index.js +19 -19
  2. package/dist-es/waiters/waitForChannelCreated.js +2 -2
  3. package/dist-es/waiters/waitForChannelDeleted.js +2 -2
  4. package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +1 -1
  5. package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +1 -1
  6. package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +1 -1
  7. package/dist-es/waiters/waitForChannelRunning.js +2 -2
  8. package/dist-es/waiters/waitForChannelStopped.js +2 -2
  9. package/dist-es/waiters/waitForClusterCreated.js +2 -2
  10. package/dist-es/waiters/waitForClusterDeleted.js +2 -2
  11. package/dist-es/waiters/waitForInputAttached.js +2 -2
  12. package/dist-es/waiters/waitForInputDeleted.js +2 -2
  13. package/dist-es/waiters/waitForInputDetached.js +2 -2
  14. package/dist-es/waiters/waitForMultiplexCreated.js +2 -2
  15. package/dist-es/waiters/waitForMultiplexDeleted.js +2 -2
  16. package/dist-es/waiters/waitForMultiplexRunning.js +2 -2
  17. package/dist-es/waiters/waitForMultiplexStopped.js +2 -2
  18. package/dist-es/waiters/waitForNodeDeregistered.js +2 -2
  19. package/dist-es/waiters/waitForNodeRegistered.js +3 -3
  20. package/dist-es/waiters/waitForSignalMapCreated.js +1 -1
  21. package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +1 -1
  22. package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +1 -1
  23. package/dist-es/waiters/waitForSignalMapUpdated.js +1 -1
  24. package/dist-types/MediaLive.d.ts +22 -22
  25. package/dist-types/ts3.4/MediaLive.d.ts +22 -22
  26. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +9 -3
  27. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +9 -3
  28. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -3
  29. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -3
  30. package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -3
  31. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +9 -3
  32. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +9 -3
  33. package/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +9 -3
  34. package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +9 -3
  35. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +9 -3
  36. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +9 -3
  37. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +9 -3
  38. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +9 -3
  39. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +9 -3
  40. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +9 -3
  41. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +9 -3
  42. package/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +9 -3
  43. package/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +9 -3
  44. package/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +9 -3
  45. package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +9 -3
  46. package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +9 -3
  47. package/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +9 -3
  48. package/dist-types/waiters/waitForChannelCreated.d.ts +4 -3
  49. package/dist-types/waiters/waitForChannelDeleted.d.ts +4 -3
  50. package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +4 -3
  51. package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +4 -3
  52. package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +4 -3
  53. package/dist-types/waiters/waitForChannelRunning.d.ts +4 -3
  54. package/dist-types/waiters/waitForChannelStopped.d.ts +4 -3
  55. package/dist-types/waiters/waitForClusterCreated.d.ts +4 -3
  56. package/dist-types/waiters/waitForClusterDeleted.d.ts +4 -3
  57. package/dist-types/waiters/waitForInputAttached.d.ts +4 -3
  58. package/dist-types/waiters/waitForInputDeleted.d.ts +4 -3
  59. package/dist-types/waiters/waitForInputDetached.d.ts +4 -3
  60. package/dist-types/waiters/waitForMultiplexCreated.d.ts +4 -3
  61. package/dist-types/waiters/waitForMultiplexDeleted.d.ts +4 -3
  62. package/dist-types/waiters/waitForMultiplexRunning.d.ts +4 -3
  63. package/dist-types/waiters/waitForMultiplexStopped.d.ts +4 -3
  64. package/dist-types/waiters/waitForNodeDeregistered.d.ts +4 -3
  65. package/dist-types/waiters/waitForNodeRegistered.d.ts +4 -3
  66. package/dist-types/waiters/waitForSignalMapCreated.d.ts +4 -3
  67. package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +4 -3
  68. package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +4 -3
  69. package/dist-types/waiters/waitForSignalMapUpdated.d.ts +4 -3
  70. package/package.json +8 -8
@@ -2349,7 +2349,7 @@ export interface MediaLive {
2349
2349
  WaiterConfiguration<MediaLive>,
2350
2350
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2351
2351
  >
2352
- ): Promise<WaiterResult>;
2352
+ ): Promise<WaiterResult<DescribeChannelCommandOutput>>;
2353
2353
  waitUntilChannelDeleted(
2354
2354
  args: DescribeChannelCommandInput,
2355
2355
  waiterConfig:
@@ -2358,7 +2358,7 @@ export interface MediaLive {
2358
2358
  WaiterConfiguration<MediaLive>,
2359
2359
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2360
2360
  >
2361
- ): Promise<WaiterResult>;
2361
+ ): Promise<WaiterResult<DescribeChannelCommandOutput>>;
2362
2362
  waitUntilChannelRunning(
2363
2363
  args: DescribeChannelCommandInput,
2364
2364
  waiterConfig:
@@ -2367,7 +2367,7 @@ export interface MediaLive {
2367
2367
  WaiterConfiguration<MediaLive>,
2368
2368
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2369
2369
  >
2370
- ): Promise<WaiterResult>;
2370
+ ): Promise<WaiterResult<DescribeChannelCommandOutput>>;
2371
2371
  waitUntilChannelStopped(
2372
2372
  args: DescribeChannelCommandInput,
2373
2373
  waiterConfig:
@@ -2376,7 +2376,7 @@ export interface MediaLive {
2376
2376
  WaiterConfiguration<MediaLive>,
2377
2377
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2378
2378
  >
2379
- ): Promise<WaiterResult>;
2379
+ ): Promise<WaiterResult<DescribeChannelCommandOutput>>;
2380
2380
  waitUntilChannelPlacementGroupAssigned(
2381
2381
  args: DescribeChannelPlacementGroupCommandInput,
2382
2382
  waiterConfig:
@@ -2385,7 +2385,7 @@ export interface MediaLive {
2385
2385
  WaiterConfiguration<MediaLive>,
2386
2386
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2387
2387
  >
2388
- ): Promise<WaiterResult>;
2388
+ ): Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
2389
2389
  waitUntilChannelPlacementGroupDeleted(
2390
2390
  args: DescribeChannelPlacementGroupCommandInput,
2391
2391
  waiterConfig:
@@ -2394,7 +2394,7 @@ export interface MediaLive {
2394
2394
  WaiterConfiguration<MediaLive>,
2395
2395
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2396
2396
  >
2397
- ): Promise<WaiterResult>;
2397
+ ): Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
2398
2398
  waitUntilChannelPlacementGroupUnassigned(
2399
2399
  args: DescribeChannelPlacementGroupCommandInput,
2400
2400
  waiterConfig:
@@ -2403,7 +2403,7 @@ export interface MediaLive {
2403
2403
  WaiterConfiguration<MediaLive>,
2404
2404
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2405
2405
  >
2406
- ): Promise<WaiterResult>;
2406
+ ): Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
2407
2407
  waitUntilClusterCreated(
2408
2408
  args: DescribeClusterCommandInput,
2409
2409
  waiterConfig:
@@ -2412,7 +2412,7 @@ export interface MediaLive {
2412
2412
  WaiterConfiguration<MediaLive>,
2413
2413
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2414
2414
  >
2415
- ): Promise<WaiterResult>;
2415
+ ): Promise<WaiterResult<DescribeClusterCommandOutput>>;
2416
2416
  waitUntilClusterDeleted(
2417
2417
  args: DescribeClusterCommandInput,
2418
2418
  waiterConfig:
@@ -2421,7 +2421,7 @@ export interface MediaLive {
2421
2421
  WaiterConfiguration<MediaLive>,
2422
2422
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2423
2423
  >
2424
- ): Promise<WaiterResult>;
2424
+ ): Promise<WaiterResult<DescribeClusterCommandOutput>>;
2425
2425
  waitUntilInputAttached(
2426
2426
  args: DescribeInputCommandInput,
2427
2427
  waiterConfig:
@@ -2430,7 +2430,7 @@ export interface MediaLive {
2430
2430
  WaiterConfiguration<MediaLive>,
2431
2431
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2432
2432
  >
2433
- ): Promise<WaiterResult>;
2433
+ ): Promise<WaiterResult<DescribeInputCommandOutput>>;
2434
2434
  waitUntilInputDeleted(
2435
2435
  args: DescribeInputCommandInput,
2436
2436
  waiterConfig:
@@ -2439,7 +2439,7 @@ export interface MediaLive {
2439
2439
  WaiterConfiguration<MediaLive>,
2440
2440
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2441
2441
  >
2442
- ): Promise<WaiterResult>;
2442
+ ): Promise<WaiterResult<DescribeInputCommandOutput>>;
2443
2443
  waitUntilInputDetached(
2444
2444
  args: DescribeInputCommandInput,
2445
2445
  waiterConfig:
@@ -2448,7 +2448,7 @@ export interface MediaLive {
2448
2448
  WaiterConfiguration<MediaLive>,
2449
2449
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2450
2450
  >
2451
- ): Promise<WaiterResult>;
2451
+ ): Promise<WaiterResult<DescribeInputCommandOutput>>;
2452
2452
  waitUntilMultiplexCreated(
2453
2453
  args: DescribeMultiplexCommandInput,
2454
2454
  waiterConfig:
@@ -2457,7 +2457,7 @@ export interface MediaLive {
2457
2457
  WaiterConfiguration<MediaLive>,
2458
2458
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2459
2459
  >
2460
- ): Promise<WaiterResult>;
2460
+ ): Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
2461
2461
  waitUntilMultiplexDeleted(
2462
2462
  args: DescribeMultiplexCommandInput,
2463
2463
  waiterConfig:
@@ -2466,7 +2466,7 @@ export interface MediaLive {
2466
2466
  WaiterConfiguration<MediaLive>,
2467
2467
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2468
2468
  >
2469
- ): Promise<WaiterResult>;
2469
+ ): Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
2470
2470
  waitUntilMultiplexRunning(
2471
2471
  args: DescribeMultiplexCommandInput,
2472
2472
  waiterConfig:
@@ -2475,7 +2475,7 @@ export interface MediaLive {
2475
2475
  WaiterConfiguration<MediaLive>,
2476
2476
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2477
2477
  >
2478
- ): Promise<WaiterResult>;
2478
+ ): Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
2479
2479
  waitUntilMultiplexStopped(
2480
2480
  args: DescribeMultiplexCommandInput,
2481
2481
  waiterConfig:
@@ -2484,7 +2484,7 @@ export interface MediaLive {
2484
2484
  WaiterConfiguration<MediaLive>,
2485
2485
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2486
2486
  >
2487
- ): Promise<WaiterResult>;
2487
+ ): Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
2488
2488
  waitUntilNodeDeregistered(
2489
2489
  args: DescribeNodeCommandInput,
2490
2490
  waiterConfig:
@@ -2493,7 +2493,7 @@ export interface MediaLive {
2493
2493
  WaiterConfiguration<MediaLive>,
2494
2494
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2495
2495
  >
2496
- ): Promise<WaiterResult>;
2496
+ ): Promise<WaiterResult<DescribeNodeCommandOutput>>;
2497
2497
  waitUntilNodeRegistered(
2498
2498
  args: DescribeNodeCommandInput,
2499
2499
  waiterConfig:
@@ -2502,7 +2502,7 @@ export interface MediaLive {
2502
2502
  WaiterConfiguration<MediaLive>,
2503
2503
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2504
2504
  >
2505
- ): Promise<WaiterResult>;
2505
+ ): Promise<WaiterResult<DescribeNodeCommandOutput>>;
2506
2506
  waitUntilSignalMapCreated(
2507
2507
  args: GetSignalMapCommandInput,
2508
2508
  waiterConfig:
@@ -2511,7 +2511,7 @@ export interface MediaLive {
2511
2511
  WaiterConfiguration<MediaLive>,
2512
2512
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2513
2513
  >
2514
- ): Promise<WaiterResult>;
2514
+ ): Promise<WaiterResult<GetSignalMapCommandOutput>>;
2515
2515
  waitUntilSignalMapMonitorDeleted(
2516
2516
  args: GetSignalMapCommandInput,
2517
2517
  waiterConfig:
@@ -2520,7 +2520,7 @@ export interface MediaLive {
2520
2520
  WaiterConfiguration<MediaLive>,
2521
2521
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2522
2522
  >
2523
- ): Promise<WaiterResult>;
2523
+ ): Promise<WaiterResult<GetSignalMapCommandOutput>>;
2524
2524
  waitUntilSignalMapMonitorDeployed(
2525
2525
  args: GetSignalMapCommandInput,
2526
2526
  waiterConfig:
@@ -2529,7 +2529,7 @@ export interface MediaLive {
2529
2529
  WaiterConfiguration<MediaLive>,
2530
2530
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2531
2531
  >
2532
- ): Promise<WaiterResult>;
2532
+ ): Promise<WaiterResult<GetSignalMapCommandOutput>>;
2533
2533
  waitUntilSignalMapUpdated(
2534
2534
  args: GetSignalMapCommandInput,
2535
2535
  waiterConfig:
@@ -2538,6 +2538,6 @@ export interface MediaLive {
2538
2538
  WaiterConfiguration<MediaLive>,
2539
2539
  Exclude<keyof WaiterConfiguration<MediaLive>, "client">
2540
2540
  >
2541
- ): Promise<WaiterResult>;
2541
+ ): Promise<WaiterResult<GetSignalMapCommandOutput>>;
2542
2542
  }
2543
2543
  export declare class MediaLive extends MediaLiveClient implements MediaLive {}
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
2
+ import {
3
+ DescribeChannelCommandInput,
4
+ DescribeChannelCommandOutput,
5
+ } from "../commands/DescribeChannelCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForChannelCreated: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeChannelCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeChannelCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilChannelCreated: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeChannelCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeChannelCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
2
+ import {
3
+ DescribeChannelCommandInput,
4
+ DescribeChannelCommandOutput,
5
+ } from "../commands/DescribeChannelCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForChannelDeleted: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeChannelCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeChannelCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilChannelDeleted: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeChannelCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeChannelCommandOutput>>;
@@ -1,11 +1,19 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
2
+ import {
3
+ DescribeChannelPlacementGroupCommandInput,
4
+ DescribeChannelPlacementGroupCommandOutput,
5
+ } from "../commands/DescribeChannelPlacementGroupCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForChannelPlacementGroupAssigned: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeChannelPlacementGroupCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<
13
+ DescribeChannelPlacementGroupCommandOutput | MediaLiveServiceException
14
+ >
15
+ >;
8
16
  export declare const waitUntilChannelPlacementGroupAssigned: (
9
17
  params: WaiterConfiguration<MediaLiveClient>,
10
18
  input: DescribeChannelPlacementGroupCommandInput
11
- ) => Promise<WaiterResult>;
19
+ ) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
@@ -1,11 +1,19 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
2
+ import {
3
+ DescribeChannelPlacementGroupCommandInput,
4
+ DescribeChannelPlacementGroupCommandOutput,
5
+ } from "../commands/DescribeChannelPlacementGroupCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForChannelPlacementGroupDeleted: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeChannelPlacementGroupCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<
13
+ DescribeChannelPlacementGroupCommandOutput | MediaLiveServiceException
14
+ >
15
+ >;
8
16
  export declare const waitUntilChannelPlacementGroupDeleted: (
9
17
  params: WaiterConfiguration<MediaLiveClient>,
10
18
  input: DescribeChannelPlacementGroupCommandInput
11
- ) => Promise<WaiterResult>;
19
+ ) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
@@ -1,11 +1,19 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
2
+ import {
3
+ DescribeChannelPlacementGroupCommandInput,
4
+ DescribeChannelPlacementGroupCommandOutput,
5
+ } from "../commands/DescribeChannelPlacementGroupCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForChannelPlacementGroupUnassigned: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeChannelPlacementGroupCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<
13
+ DescribeChannelPlacementGroupCommandOutput | MediaLiveServiceException
14
+ >
15
+ >;
8
16
  export declare const waitUntilChannelPlacementGroupUnassigned: (
9
17
  params: WaiterConfiguration<MediaLiveClient>,
10
18
  input: DescribeChannelPlacementGroupCommandInput
11
- ) => Promise<WaiterResult>;
19
+ ) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
2
+ import {
3
+ DescribeChannelCommandInput,
4
+ DescribeChannelCommandOutput,
5
+ } from "../commands/DescribeChannelCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForChannelRunning: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeChannelCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeChannelCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilChannelRunning: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeChannelCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeChannelCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
2
+ import {
3
+ DescribeChannelCommandInput,
4
+ DescribeChannelCommandOutput,
5
+ } from "../commands/DescribeChannelCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForChannelStopped: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeChannelCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeChannelCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilChannelStopped: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeChannelCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeChannelCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
2
+ import {
3
+ DescribeClusterCommandInput,
4
+ DescribeClusterCommandOutput,
5
+ } from "../commands/DescribeClusterCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForClusterCreated: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeClusterCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeClusterCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilClusterCreated: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeClusterCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeClusterCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
2
+ import {
3
+ DescribeClusterCommandInput,
4
+ DescribeClusterCommandOutput,
5
+ } from "../commands/DescribeClusterCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForClusterDeleted: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeClusterCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeClusterCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilClusterDeleted: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeClusterCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeClusterCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
2
+ import {
3
+ DescribeInputCommandInput,
4
+ DescribeInputCommandOutput,
5
+ } from "../commands/DescribeInputCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForInputAttached: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeInputCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeInputCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilInputAttached: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeInputCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeInputCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
2
+ import {
3
+ DescribeInputCommandInput,
4
+ DescribeInputCommandOutput,
5
+ } from "../commands/DescribeInputCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForInputDeleted: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeInputCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeInputCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilInputDeleted: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeInputCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeInputCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
2
+ import {
3
+ DescribeInputCommandInput,
4
+ DescribeInputCommandOutput,
5
+ } from "../commands/DescribeInputCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForInputDetached: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeInputCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeInputCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilInputDetached: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeInputCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeInputCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
2
+ import {
3
+ DescribeMultiplexCommandInput,
4
+ DescribeMultiplexCommandOutput,
5
+ } from "../commands/DescribeMultiplexCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForMultiplexCreated: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeMultiplexCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeMultiplexCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilMultiplexCreated: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeMultiplexCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
2
+ import {
3
+ DescribeMultiplexCommandInput,
4
+ DescribeMultiplexCommandOutput,
5
+ } from "../commands/DescribeMultiplexCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForMultiplexDeleted: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeMultiplexCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeMultiplexCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilMultiplexDeleted: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeMultiplexCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
2
+ import {
3
+ DescribeMultiplexCommandInput,
4
+ DescribeMultiplexCommandOutput,
5
+ } from "../commands/DescribeMultiplexCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForMultiplexRunning: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeMultiplexCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeMultiplexCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilMultiplexRunning: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeMultiplexCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
2
+ import {
3
+ DescribeMultiplexCommandInput,
4
+ DescribeMultiplexCommandOutput,
5
+ } from "../commands/DescribeMultiplexCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForMultiplexStopped: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeMultiplexCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeMultiplexCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilMultiplexStopped: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeMultiplexCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
2
+ import {
3
+ DescribeNodeCommandInput,
4
+ DescribeNodeCommandOutput,
5
+ } from "../commands/DescribeNodeCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForNodeDeregistered: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeNodeCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeNodeCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilNodeDeregistered: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeNodeCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeNodeCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
2
+ import {
3
+ DescribeNodeCommandInput,
4
+ DescribeNodeCommandOutput,
5
+ } from "../commands/DescribeNodeCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForNodeRegistered: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: DescribeNodeCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<DescribeNodeCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilNodeRegistered: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: DescribeNodeCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<DescribeNodeCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
2
+ import {
3
+ GetSignalMapCommandInput,
4
+ GetSignalMapCommandOutput,
5
+ } from "../commands/GetSignalMapCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForSignalMapCreated: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: GetSignalMapCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<GetSignalMapCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilSignalMapCreated: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: GetSignalMapCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<GetSignalMapCommandOutput>>;
@@ -1,11 +1,17 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
2
+ import {
3
+ GetSignalMapCommandInput,
4
+ GetSignalMapCommandOutput,
5
+ } from "../commands/GetSignalMapCommand";
3
6
  import { MediaLiveClient } from "../MediaLiveClient";
7
+ import { MediaLiveServiceException } from "../models/MediaLiveServiceException";
4
8
  export declare const waitForSignalMapMonitorDeleted: (
5
9
  params: WaiterConfiguration<MediaLiveClient>,
6
10
  input: GetSignalMapCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<GetSignalMapCommandOutput | MediaLiveServiceException>
13
+ >;
8
14
  export declare const waitUntilSignalMapMonitorDeleted: (
9
15
  params: WaiterConfiguration<MediaLiveClient>,
10
16
  input: GetSignalMapCommandInput
11
- ) => Promise<WaiterResult>;
17
+ ) => Promise<WaiterResult<GetSignalMapCommandOutput>>;