@aws-sdk/client-medialive 3.1036.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.
- package/dist-cjs/index.js +19 -19
- package/dist-es/waiters/waitForChannelCreated.js +2 -2
- package/dist-es/waiters/waitForChannelDeleted.js +2 -2
- package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +1 -1
- package/dist-es/waiters/waitForChannelRunning.js +2 -2
- package/dist-es/waiters/waitForChannelStopped.js +2 -2
- package/dist-es/waiters/waitForClusterCreated.js +2 -2
- package/dist-es/waiters/waitForClusterDeleted.js +2 -2
- package/dist-es/waiters/waitForInputAttached.js +2 -2
- package/dist-es/waiters/waitForInputDeleted.js +2 -2
- package/dist-es/waiters/waitForInputDetached.js +2 -2
- package/dist-es/waiters/waitForMultiplexCreated.js +2 -2
- package/dist-es/waiters/waitForMultiplexDeleted.js +2 -2
- package/dist-es/waiters/waitForMultiplexRunning.js +2 -2
- package/dist-es/waiters/waitForMultiplexStopped.js +2 -2
- package/dist-es/waiters/waitForNodeDeregistered.js +2 -2
- package/dist-es/waiters/waitForNodeRegistered.js +3 -3
- package/dist-es/waiters/waitForSignalMapCreated.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +1 -1
- package/dist-es/waiters/waitForSignalMapUpdated.js +1 -1
- package/dist-types/MediaLive.d.ts +22 -22
- package/dist-types/ts3.4/MediaLive.d.ts +22 -22
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupAssigned.d.ts +11 -3
- package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupDeleted.d.ts +11 -3
- package/dist-types/ts3.4/waiters/waitForChannelPlacementGroupUnassigned.d.ts +11 -3
- package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForClusterCreated.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForNodeDeregistered.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForNodeRegistered.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +9 -3
- package/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +9 -3
- package/dist-types/waiters/waitForChannelCreated.d.ts +4 -3
- package/dist-types/waiters/waitForChannelDeleted.d.ts +4 -3
- package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +4 -3
- package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +4 -3
- package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +4 -3
- package/dist-types/waiters/waitForChannelRunning.d.ts +4 -3
- package/dist-types/waiters/waitForChannelStopped.d.ts +4 -3
- package/dist-types/waiters/waitForClusterCreated.d.ts +4 -3
- package/dist-types/waiters/waitForClusterDeleted.d.ts +4 -3
- package/dist-types/waiters/waitForInputAttached.d.ts +4 -3
- package/dist-types/waiters/waitForInputDeleted.d.ts +4 -3
- package/dist-types/waiters/waitForInputDetached.d.ts +4 -3
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +4 -3
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +4 -3
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +4 -3
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +4 -3
- package/dist-types/waiters/waitForNodeDeregistered.d.ts +4 -3
- package/dist-types/waiters/waitForNodeRegistered.d.ts +4 -3
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +4 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +4 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +4 -3
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +4 -3
- package/package.json +8 -8
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import {
|
|
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 waitForSignalMapMonitorDeployed: (
|
|
5
9
|
params: WaiterConfiguration<MediaLiveClient>,
|
|
6
10
|
input: GetSignalMapCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<GetSignalMapCommandOutput | MediaLiveServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilSignalMapMonitorDeployed: (
|
|
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 {
|
|
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 waitForSignalMapUpdated: (
|
|
5
9
|
params: WaiterConfiguration<MediaLiveClient>,
|
|
6
10
|
input: GetSignalMapCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<GetSignalMapCommandOutput | MediaLiveServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilSignalMapUpdated: (
|
|
9
15
|
params: WaiterConfiguration<MediaLiveClient>,
|
|
10
16
|
input: GetSignalMapCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
2
|
+
import { type DescribeChannelCommandInput, type DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a channel has been created
|
|
6
7
|
* @deprecated Use waitUntilChannelCreated instead. waitForChannelCreated does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForChannelCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForChannelCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult<DescribeChannelCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a channel has been created
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeChannelCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilChannelCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilChannelCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult<DescribeChannelCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
2
|
+
import { type DescribeChannelCommandInput, type DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a channel has been deleted
|
|
6
7
|
* @deprecated Use waitUntilChannelDeleted instead. waitForChannelDeleted does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForChannelDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForChannelDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult<DescribeChannelCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a channel has been deleted
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeChannelCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilChannelDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilChannelDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult<DescribeChannelCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput, type DescribeChannelPlacementGroupCommandOutput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until the channel placement group has been assigned
|
|
6
7
|
* @deprecated Use waitUntilChannelPlacementGroupAssigned instead. waitForChannelPlacementGroupAssigned does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForChannelPlacementGroupAssigned: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForChannelPlacementGroupAssigned: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until the channel placement group has been assigned
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeChannelPlacementGroupCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilChannelPlacementGroupAssigned: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilChannelPlacementGroupAssigned: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput, type DescribeChannelPlacementGroupCommandOutput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until the channel placement group has been deleted
|
|
6
7
|
* @deprecated Use waitUntilChannelPlacementGroupDeleted instead. waitForChannelPlacementGroupDeleted does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForChannelPlacementGroupDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForChannelPlacementGroupDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until the channel placement group has been deleted
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeChannelPlacementGroupCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilChannelPlacementGroupDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilChannelPlacementGroupDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeChannelPlacementGroupCommandInput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
2
|
+
import { type DescribeChannelPlacementGroupCommandInput, type DescribeChannelPlacementGroupCommandOutput } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until the channel placement group has been unassigned
|
|
6
7
|
* @deprecated Use waitUntilChannelPlacementGroupUnassigned instead. waitForChannelPlacementGroupUnassigned does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForChannelPlacementGroupUnassigned: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForChannelPlacementGroupUnassigned: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until the channel placement group has been unassigned
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeChannelPlacementGroupCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilChannelPlacementGroupUnassigned: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilChannelPlacementGroupUnassigned: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelPlacementGroupCommandInput) => Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
2
|
+
import { type DescribeChannelCommandInput, type DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a channel is running
|
|
6
7
|
* @deprecated Use waitUntilChannelRunning instead. waitForChannelRunning does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForChannelRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForChannelRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult<DescribeChannelCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a channel is running
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeChannelCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilChannelRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilChannelRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult<DescribeChannelCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
2
|
+
import { type DescribeChannelCommandInput, type DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a channel has is stopped
|
|
6
7
|
* @deprecated Use waitUntilChannelStopped instead. waitForChannelStopped does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForChannelStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForChannelStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult<DescribeChannelCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a channel has is stopped
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeChannelCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilChannelStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilChannelStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult<DescribeChannelCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
2
|
+
import { type DescribeClusterCommandInput, type DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a cluster has been created
|
|
6
7
|
* @deprecated Use waitUntilClusterCreated instead. waitForClusterCreated does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForClusterCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeClusterCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForClusterCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeClusterCommandInput) => Promise<WaiterResult<DescribeClusterCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a cluster has been created
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeClusterCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilClusterCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeClusterCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilClusterCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeClusterCommandInput) => Promise<WaiterResult<DescribeClusterCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
2
|
+
import { type DescribeClusterCommandInput, type DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a cluster has been deleted
|
|
6
7
|
* @deprecated Use waitUntilClusterDeleted instead. waitForClusterDeleted does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForClusterDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeClusterCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForClusterDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeClusterCommandInput) => Promise<WaiterResult<DescribeClusterCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a cluster has been deleted
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeClusterCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilClusterDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeClusterCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilClusterDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeClusterCommandInput) => Promise<WaiterResult<DescribeClusterCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
2
|
+
import { type DescribeInputCommandInput, type DescribeInputCommandOutput } from "../commands/DescribeInputCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until an input has been attached
|
|
6
7
|
* @deprecated Use waitUntilInputAttached instead. waitForInputAttached does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForInputAttached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForInputAttached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult<DescribeInputCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until an input has been attached
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeInputCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilInputAttached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilInputAttached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult<DescribeInputCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
2
|
+
import { type DescribeInputCommandInput, type DescribeInputCommandOutput } from "../commands/DescribeInputCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until an input has been deleted
|
|
6
7
|
* @deprecated Use waitUntilInputDeleted instead. waitForInputDeleted does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForInputDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForInputDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult<DescribeInputCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until an input has been deleted
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeInputCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilInputDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilInputDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult<DescribeInputCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
2
|
+
import { type DescribeInputCommandInput, type DescribeInputCommandOutput } from "../commands/DescribeInputCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until an input has been detached
|
|
6
7
|
* @deprecated Use waitUntilInputDetached instead. waitForInputDetached does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForInputDetached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForInputDetached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult<DescribeInputCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until an input has been detached
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeInputCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilInputDetached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilInputDetached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult<DescribeInputCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
2
|
+
import { type DescribeMultiplexCommandInput, type DescribeMultiplexCommandOutput } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a multiplex has been created
|
|
6
7
|
* @deprecated Use waitUntilMultiplexCreated instead. waitForMultiplexCreated does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForMultiplexCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForMultiplexCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult<DescribeMultiplexCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a multiplex has been created
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeMultiplexCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilMultiplexCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilMultiplexCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
2
|
+
import { type DescribeMultiplexCommandInput, type DescribeMultiplexCommandOutput } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a multiplex has been deleted
|
|
6
7
|
* @deprecated Use waitUntilMultiplexDeleted instead. waitForMultiplexDeleted does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForMultiplexDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForMultiplexDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult<DescribeMultiplexCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a multiplex has been deleted
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeMultiplexCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilMultiplexDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilMultiplexDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
2
|
+
import { type DescribeMultiplexCommandInput, type DescribeMultiplexCommandOutput } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a multiplex is running
|
|
6
7
|
* @deprecated Use waitUntilMultiplexRunning instead. waitForMultiplexRunning does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForMultiplexRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForMultiplexRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult<DescribeMultiplexCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a multiplex is running
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeMultiplexCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilMultiplexRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilMultiplexRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
2
|
+
import { type DescribeMultiplexCommandInput, type DescribeMultiplexCommandOutput } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a multiplex has is stopped
|
|
6
7
|
* @deprecated Use waitUntilMultiplexStopped instead. waitForMultiplexStopped does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForMultiplexStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForMultiplexStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult<DescribeMultiplexCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a multiplex has is stopped
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeMultiplexCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilMultiplexStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilMultiplexStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
|
|
2
|
+
import { type DescribeNodeCommandInput, type DescribeNodeCommandOutput } from "../commands/DescribeNodeCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a node has been deregistered
|
|
6
7
|
* @deprecated Use waitUntilNodeDeregistered instead. waitForNodeDeregistered does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForNodeDeregistered: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeNodeCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForNodeDeregistered: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeNodeCommandInput) => Promise<WaiterResult<DescribeNodeCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a node has been deregistered
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeNodeCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilNodeDeregistered: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeNodeCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilNodeDeregistered: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeNodeCommandInput) => Promise<WaiterResult<DescribeNodeCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type DescribeNodeCommandInput } from "../commands/DescribeNodeCommand";
|
|
2
|
+
import { type DescribeNodeCommandInput, type DescribeNodeCommandOutput } from "../commands/DescribeNodeCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a node has been registered
|
|
6
7
|
* @deprecated Use waitUntilNodeRegistered instead. waitForNodeRegistered does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForNodeRegistered: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeNodeCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForNodeRegistered: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeNodeCommandInput) => Promise<WaiterResult<DescribeNodeCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a node has been registered
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeNodeCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilNodeRegistered: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeNodeCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilNodeRegistered: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeNodeCommandInput) => Promise<WaiterResult<DescribeNodeCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
2
|
+
import { type GetSignalMapCommandInput, type GetSignalMapCommandOutput } from "../commands/GetSignalMapCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a signal map has been created
|
|
6
7
|
* @deprecated Use waitUntilSignalMapCreated instead. waitForSignalMapCreated does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForSignalMapCreated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForSignalMapCreated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult<GetSignalMapCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a signal map has been created
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to GetSignalMapCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilSignalMapCreated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilSignalMapCreated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
2
|
+
import { type GetSignalMapCommandInput, type GetSignalMapCommandOutput } from "../commands/GetSignalMapCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a signal map's monitor has been deleted
|
|
6
7
|
* @deprecated Use waitUntilSignalMapMonitorDeleted instead. waitForSignalMapMonitorDeleted does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForSignalMapMonitorDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForSignalMapMonitorDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult<GetSignalMapCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a signal map's monitor has been deleted
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to GetSignalMapCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilSignalMapMonitorDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilSignalMapMonitorDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
2
|
+
import { type GetSignalMapCommandInput, type GetSignalMapCommandOutput } from "../commands/GetSignalMapCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a signal map's monitor has been deployed
|
|
6
7
|
* @deprecated Use waitUntilSignalMapMonitorDeployed instead. waitForSignalMapMonitorDeployed does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForSignalMapMonitorDeployed: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForSignalMapMonitorDeployed: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult<GetSignalMapCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a signal map's monitor has been deployed
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to GetSignalMapCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilSignalMapMonitorDeployed: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilSignalMapMonitorDeployed: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { type GetSignalMapCommandInput } from "../commands/GetSignalMapCommand";
|
|
2
|
+
import { type GetSignalMapCommandInput, type GetSignalMapCommandOutput } from "../commands/GetSignalMapCommand";
|
|
3
3
|
import type { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
import type { MediaLiveServiceException } from "../models/MediaLiveServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until a signal map has been updated
|
|
6
7
|
* @deprecated Use waitUntilSignalMapUpdated instead. waitForSignalMapUpdated does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForSignalMapUpdated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForSignalMapUpdated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult<GetSignalMapCommandOutput | MediaLiveServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until a signal map has been updated
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to GetSignalMapCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilSignalMapUpdated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilSignalMapUpdated: (params: WaiterConfiguration<MediaLiveClient>, input: GetSignalMapCommandInput) => Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1038.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.6",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.37",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.36",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.13",
|
|
31
31
|
"@aws-sdk/types": "^3.973.8",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.8",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.22",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.17",
|
|
36
36
|
"@smithy/core": "^3.23.17",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.17",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
41
|
"@smithy/middleware-endpoint": "^4.4.32",
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.6",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.20",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.14",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.14",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
56
56
|
"@smithy/util-endpoints": "^3.4.2",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
-
"@smithy/util-retry": "^4.3.
|
|
58
|
+
"@smithy/util-retry": "^4.3.5",
|
|
59
59
|
"@smithy/util-stream": "^4.5.25",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.2",
|
|
61
|
-
"@smithy/util-waiter": "^4.
|
|
61
|
+
"@smithy/util-waiter": "^4.3.0",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|