@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.
- 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
package/dist-cjs/index.js
CHANGED
|
@@ -1671,7 +1671,7 @@ const checkState$l = async (client, input) => {
|
|
|
1671
1671
|
}
|
|
1672
1672
|
catch (exception) {
|
|
1673
1673
|
reason = exception;
|
|
1674
|
-
if (exception.name
|
|
1674
|
+
if (exception.name === "InternalServerErrorException") {
|
|
1675
1675
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1676
1676
|
}
|
|
1677
1677
|
}
|
|
@@ -1713,7 +1713,7 @@ const checkState$k = async (client, input) => {
|
|
|
1713
1713
|
}
|
|
1714
1714
|
catch (exception) {
|
|
1715
1715
|
reason = exception;
|
|
1716
|
-
if (exception.name
|
|
1716
|
+
if (exception.name === "InternalServerErrorException") {
|
|
1717
1717
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1718
1718
|
}
|
|
1719
1719
|
}
|
|
@@ -1755,7 +1755,7 @@ const checkState$j = async (client, input) => {
|
|
|
1755
1755
|
}
|
|
1756
1756
|
catch (exception) {
|
|
1757
1757
|
reason = exception;
|
|
1758
|
-
if (exception.name
|
|
1758
|
+
if (exception.name === "InternalServerErrorException") {
|
|
1759
1759
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1760
1760
|
}
|
|
1761
1761
|
}
|
|
@@ -1797,7 +1797,7 @@ const checkState$i = async (client, input) => {
|
|
|
1797
1797
|
}
|
|
1798
1798
|
catch (exception) {
|
|
1799
1799
|
reason = exception;
|
|
1800
|
-
if (exception.name
|
|
1800
|
+
if (exception.name === "InternalServerErrorException") {
|
|
1801
1801
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1802
1802
|
}
|
|
1803
1803
|
}
|
|
@@ -1839,7 +1839,7 @@ const checkState$h = async (client, input) => {
|
|
|
1839
1839
|
}
|
|
1840
1840
|
catch (exception) {
|
|
1841
1841
|
reason = exception;
|
|
1842
|
-
if (exception.name
|
|
1842
|
+
if (exception.name === "InternalServerErrorException") {
|
|
1843
1843
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1844
1844
|
}
|
|
1845
1845
|
}
|
|
@@ -1881,7 +1881,7 @@ const checkState$g = async (client, input) => {
|
|
|
1881
1881
|
}
|
|
1882
1882
|
catch (exception) {
|
|
1883
1883
|
reason = exception;
|
|
1884
|
-
if (exception.name
|
|
1884
|
+
if (exception.name === "InternalServerErrorException") {
|
|
1885
1885
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1886
1886
|
}
|
|
1887
1887
|
}
|
|
@@ -1923,7 +1923,7 @@ const checkState$f = async (client, input) => {
|
|
|
1923
1923
|
}
|
|
1924
1924
|
catch (exception) {
|
|
1925
1925
|
reason = exception;
|
|
1926
|
-
if (exception.name
|
|
1926
|
+
if (exception.name === "InternalServerErrorException") {
|
|
1927
1927
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1928
1928
|
}
|
|
1929
1929
|
}
|
|
@@ -1974,7 +1974,7 @@ const checkState$e = async (client, input) => {
|
|
|
1974
1974
|
}
|
|
1975
1975
|
catch (exception) {
|
|
1976
1976
|
reason = exception;
|
|
1977
|
-
if (exception.name
|
|
1977
|
+
if (exception.name === "InternalServerErrorException") {
|
|
1978
1978
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1979
1979
|
}
|
|
1980
1980
|
}
|
|
@@ -2016,7 +2016,7 @@ const checkState$d = async (client, input) => {
|
|
|
2016
2016
|
}
|
|
2017
2017
|
catch (exception) {
|
|
2018
2018
|
reason = exception;
|
|
2019
|
-
if (exception.name
|
|
2019
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2020
2020
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2021
2021
|
}
|
|
2022
2022
|
}
|
|
@@ -2058,7 +2058,7 @@ const checkState$c = async (client, input) => {
|
|
|
2058
2058
|
}
|
|
2059
2059
|
catch (exception) {
|
|
2060
2060
|
reason = exception;
|
|
2061
|
-
if (exception.name
|
|
2061
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2062
2062
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2063
2063
|
}
|
|
2064
2064
|
}
|
|
@@ -2100,7 +2100,7 @@ const checkState$b = async (client, input) => {
|
|
|
2100
2100
|
}
|
|
2101
2101
|
catch (exception) {
|
|
2102
2102
|
reason = exception;
|
|
2103
|
-
if (exception.name
|
|
2103
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2104
2104
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2105
2105
|
}
|
|
2106
2106
|
}
|
|
@@ -2151,7 +2151,7 @@ const checkState$a = async (client, input) => {
|
|
|
2151
2151
|
}
|
|
2152
2152
|
catch (exception) {
|
|
2153
2153
|
reason = exception;
|
|
2154
|
-
if (exception.name
|
|
2154
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2155
2155
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2156
2156
|
}
|
|
2157
2157
|
}
|
|
@@ -2202,7 +2202,7 @@ const checkState$9 = async (client, input) => {
|
|
|
2202
2202
|
}
|
|
2203
2203
|
catch (exception) {
|
|
2204
2204
|
reason = exception;
|
|
2205
|
-
if (exception.name
|
|
2205
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2206
2206
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2207
2207
|
}
|
|
2208
2208
|
}
|
|
@@ -2244,7 +2244,7 @@ const checkState$8 = async (client, input) => {
|
|
|
2244
2244
|
}
|
|
2245
2245
|
catch (exception) {
|
|
2246
2246
|
reason = exception;
|
|
2247
|
-
if (exception.name
|
|
2247
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2248
2248
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2249
2249
|
}
|
|
2250
2250
|
}
|
|
@@ -2286,7 +2286,7 @@ const checkState$7 = async (client, input) => {
|
|
|
2286
2286
|
}
|
|
2287
2287
|
catch (exception) {
|
|
2288
2288
|
reason = exception;
|
|
2289
|
-
if (exception.name
|
|
2289
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2290
2290
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2291
2291
|
}
|
|
2292
2292
|
}
|
|
@@ -2328,7 +2328,7 @@ const checkState$6 = async (client, input) => {
|
|
|
2328
2328
|
}
|
|
2329
2329
|
catch (exception) {
|
|
2330
2330
|
reason = exception;
|
|
2331
|
-
if (exception.name
|
|
2331
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2332
2332
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2333
2333
|
}
|
|
2334
2334
|
}
|
|
@@ -2379,7 +2379,7 @@ const checkState$5 = async (client, input) => {
|
|
|
2379
2379
|
}
|
|
2380
2380
|
catch (exception) {
|
|
2381
2381
|
reason = exception;
|
|
2382
|
-
if (exception.name
|
|
2382
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2383
2383
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2384
2384
|
}
|
|
2385
2385
|
}
|
|
@@ -2430,10 +2430,10 @@ const checkState$4 = async (client, input) => {
|
|
|
2430
2430
|
}
|
|
2431
2431
|
catch (exception) {
|
|
2432
2432
|
reason = exception;
|
|
2433
|
-
if (exception.name
|
|
2433
|
+
if (exception.name === "NotFoundException") {
|
|
2434
2434
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2435
2435
|
}
|
|
2436
|
-
if (exception.name
|
|
2436
|
+
if (exception.name === "InternalServerErrorException") {
|
|
2437
2437
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
2438
2438
|
}
|
|
2439
2439
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
2
|
+
import { DescribeChannelCommand, } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -35,7 +35,7 @@ const checkState = async (client, input) => {
|
|
|
35
35
|
}
|
|
36
36
|
catch (exception) {
|
|
37
37
|
reason = exception;
|
|
38
|
-
if (exception.name
|
|
38
|
+
if (exception.name === "InternalServerErrorException") {
|
|
39
39
|
return { state: WaiterState.RETRY, reason };
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
2
|
+
import { DescribeChannelCommand, } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
2
|
+
import { DescribeChannelCommand, } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
2
|
+
import { DescribeChannelCommand, } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
|
|
2
|
+
import { DescribeClusterCommand, } from "../commands/DescribeClusterCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -35,7 +35,7 @@ const checkState = async (client, input) => {
|
|
|
35
35
|
}
|
|
36
36
|
catch (exception) {
|
|
37
37
|
reason = exception;
|
|
38
|
-
if (exception.name
|
|
38
|
+
if (exception.name === "InternalServerErrorException") {
|
|
39
39
|
return { state: WaiterState.RETRY, reason };
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
|
|
2
|
+
import { DescribeClusterCommand, } from "../commands/DescribeClusterCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
2
|
+
import { DescribeInputCommand, } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
2
|
+
import { DescribeInputCommand, } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
2
|
+
import { DescribeInputCommand, } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -35,7 +35,7 @@ const checkState = async (client, input) => {
|
|
|
35
35
|
}
|
|
36
36
|
catch (exception) {
|
|
37
37
|
reason = exception;
|
|
38
|
-
if (exception.name
|
|
38
|
+
if (exception.name === "InternalServerErrorException") {
|
|
39
39
|
return { state: WaiterState.RETRY, reason };
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
2
|
+
import { DescribeMultiplexCommand, } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -35,7 +35,7 @@ const checkState = async (client, input) => {
|
|
|
35
35
|
}
|
|
36
36
|
catch (exception) {
|
|
37
37
|
reason = exception;
|
|
38
|
-
if (exception.name
|
|
38
|
+
if (exception.name === "InternalServerErrorException") {
|
|
39
39
|
return { state: WaiterState.RETRY, reason };
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
2
|
+
import { DescribeMultiplexCommand, } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
2
|
+
import { DescribeMultiplexCommand, } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
2
|
+
import { DescribeMultiplexCommand, } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "InternalServerErrorException") {
|
|
30
30
|
return { state: WaiterState.RETRY, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeNodeCommand } from "../commands/DescribeNodeCommand";
|
|
2
|
+
import { DescribeNodeCommand, } from "../commands/DescribeNodeCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -35,7 +35,7 @@ const checkState = async (client, input) => {
|
|
|
35
35
|
}
|
|
36
36
|
catch (exception) {
|
|
37
37
|
reason = exception;
|
|
38
|
-
if (exception.name
|
|
38
|
+
if (exception.name === "InternalServerErrorException") {
|
|
39
39
|
return { state: WaiterState.RETRY, reason };
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeNodeCommand } from "../commands/DescribeNodeCommand";
|
|
2
|
+
import { DescribeNodeCommand, } from "../commands/DescribeNodeCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -35,10 +35,10 @@ const checkState = async (client, input) => {
|
|
|
35
35
|
}
|
|
36
36
|
catch (exception) {
|
|
37
37
|
reason = exception;
|
|
38
|
-
if (exception.name
|
|
38
|
+
if (exception.name === "NotFoundException") {
|
|
39
39
|
return { state: WaiterState.RETRY, reason };
|
|
40
40
|
}
|
|
41
|
-
if (exception.name
|
|
41
|
+
if (exception.name === "InternalServerErrorException") {
|
|
42
42
|
return { state: WaiterState.RETRY, reason };
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
2
|
+
import { GetSignalMapCommand, } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
2
|
+
import { GetSignalMapCommand, } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
2
|
+
import { GetSignalMapCommand, } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
2
|
+
import { GetSignalMapCommand, } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -1057,133 +1057,133 @@ export interface MediaLive {
|
|
|
1057
1057
|
* @param args - command input.
|
|
1058
1058
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1059
1059
|
*/
|
|
1060
|
-
waitUntilChannelCreated(args: DescribeChannelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1060
|
+
waitUntilChannelCreated(args: DescribeChannelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeChannelCommandOutput>>;
|
|
1061
1061
|
/**
|
|
1062
1062
|
* @see {@link DescribeChannelCommand}
|
|
1063
1063
|
* @param args - command input.
|
|
1064
1064
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1065
1065
|
*/
|
|
1066
|
-
waitUntilChannelDeleted(args: DescribeChannelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1066
|
+
waitUntilChannelDeleted(args: DescribeChannelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeChannelCommandOutput>>;
|
|
1067
1067
|
/**
|
|
1068
1068
|
* @see {@link DescribeChannelCommand}
|
|
1069
1069
|
* @param args - command input.
|
|
1070
1070
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1071
1071
|
*/
|
|
1072
|
-
waitUntilChannelRunning(args: DescribeChannelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1072
|
+
waitUntilChannelRunning(args: DescribeChannelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeChannelCommandOutput>>;
|
|
1073
1073
|
/**
|
|
1074
1074
|
* @see {@link DescribeChannelCommand}
|
|
1075
1075
|
* @param args - command input.
|
|
1076
1076
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1077
1077
|
*/
|
|
1078
|
-
waitUntilChannelStopped(args: DescribeChannelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1078
|
+
waitUntilChannelStopped(args: DescribeChannelCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeChannelCommandOutput>>;
|
|
1079
1079
|
/**
|
|
1080
1080
|
* @see {@link DescribeChannelPlacementGroupCommand}
|
|
1081
1081
|
* @param args - command input.
|
|
1082
1082
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1083
1083
|
*/
|
|
1084
|
-
waitUntilChannelPlacementGroupAssigned(args: DescribeChannelPlacementGroupCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1084
|
+
waitUntilChannelPlacementGroupAssigned(args: DescribeChannelPlacementGroupCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
|
|
1085
1085
|
/**
|
|
1086
1086
|
* @see {@link DescribeChannelPlacementGroupCommand}
|
|
1087
1087
|
* @param args - command input.
|
|
1088
1088
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1089
1089
|
*/
|
|
1090
|
-
waitUntilChannelPlacementGroupDeleted(args: DescribeChannelPlacementGroupCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1090
|
+
waitUntilChannelPlacementGroupDeleted(args: DescribeChannelPlacementGroupCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
|
|
1091
1091
|
/**
|
|
1092
1092
|
* @see {@link DescribeChannelPlacementGroupCommand}
|
|
1093
1093
|
* @param args - command input.
|
|
1094
1094
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1095
1095
|
*/
|
|
1096
|
-
waitUntilChannelPlacementGroupUnassigned(args: DescribeChannelPlacementGroupCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1096
|
+
waitUntilChannelPlacementGroupUnassigned(args: DescribeChannelPlacementGroupCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeChannelPlacementGroupCommandOutput>>;
|
|
1097
1097
|
/**
|
|
1098
1098
|
* @see {@link DescribeClusterCommand}
|
|
1099
1099
|
* @param args - command input.
|
|
1100
1100
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1101
1101
|
*/
|
|
1102
|
-
waitUntilClusterCreated(args: DescribeClusterCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1102
|
+
waitUntilClusterCreated(args: DescribeClusterCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeClusterCommandOutput>>;
|
|
1103
1103
|
/**
|
|
1104
1104
|
* @see {@link DescribeClusterCommand}
|
|
1105
1105
|
* @param args - command input.
|
|
1106
1106
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1107
1107
|
*/
|
|
1108
|
-
waitUntilClusterDeleted(args: DescribeClusterCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1108
|
+
waitUntilClusterDeleted(args: DescribeClusterCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeClusterCommandOutput>>;
|
|
1109
1109
|
/**
|
|
1110
1110
|
* @see {@link DescribeInputCommand}
|
|
1111
1111
|
* @param args - command input.
|
|
1112
1112
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1113
1113
|
*/
|
|
1114
|
-
waitUntilInputAttached(args: DescribeInputCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1114
|
+
waitUntilInputAttached(args: DescribeInputCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeInputCommandOutput>>;
|
|
1115
1115
|
/**
|
|
1116
1116
|
* @see {@link DescribeInputCommand}
|
|
1117
1117
|
* @param args - command input.
|
|
1118
1118
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1119
1119
|
*/
|
|
1120
|
-
waitUntilInputDeleted(args: DescribeInputCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1120
|
+
waitUntilInputDeleted(args: DescribeInputCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeInputCommandOutput>>;
|
|
1121
1121
|
/**
|
|
1122
1122
|
* @see {@link DescribeInputCommand}
|
|
1123
1123
|
* @param args - command input.
|
|
1124
1124
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1125
1125
|
*/
|
|
1126
|
-
waitUntilInputDetached(args: DescribeInputCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1126
|
+
waitUntilInputDetached(args: DescribeInputCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeInputCommandOutput>>;
|
|
1127
1127
|
/**
|
|
1128
1128
|
* @see {@link DescribeMultiplexCommand}
|
|
1129
1129
|
* @param args - command input.
|
|
1130
1130
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1131
1131
|
*/
|
|
1132
|
-
waitUntilMultiplexCreated(args: DescribeMultiplexCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1132
|
+
waitUntilMultiplexCreated(args: DescribeMultiplexCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
|
|
1133
1133
|
/**
|
|
1134
1134
|
* @see {@link DescribeMultiplexCommand}
|
|
1135
1135
|
* @param args - command input.
|
|
1136
1136
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1137
1137
|
*/
|
|
1138
|
-
waitUntilMultiplexDeleted(args: DescribeMultiplexCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1138
|
+
waitUntilMultiplexDeleted(args: DescribeMultiplexCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
|
|
1139
1139
|
/**
|
|
1140
1140
|
* @see {@link DescribeMultiplexCommand}
|
|
1141
1141
|
* @param args - command input.
|
|
1142
1142
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1143
1143
|
*/
|
|
1144
|
-
waitUntilMultiplexRunning(args: DescribeMultiplexCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1144
|
+
waitUntilMultiplexRunning(args: DescribeMultiplexCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
|
|
1145
1145
|
/**
|
|
1146
1146
|
* @see {@link DescribeMultiplexCommand}
|
|
1147
1147
|
* @param args - command input.
|
|
1148
1148
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1149
1149
|
*/
|
|
1150
|
-
waitUntilMultiplexStopped(args: DescribeMultiplexCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1150
|
+
waitUntilMultiplexStopped(args: DescribeMultiplexCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeMultiplexCommandOutput>>;
|
|
1151
1151
|
/**
|
|
1152
1152
|
* @see {@link DescribeNodeCommand}
|
|
1153
1153
|
* @param args - command input.
|
|
1154
1154
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1155
1155
|
*/
|
|
1156
|
-
waitUntilNodeDeregistered(args: DescribeNodeCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1156
|
+
waitUntilNodeDeregistered(args: DescribeNodeCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeNodeCommandOutput>>;
|
|
1157
1157
|
/**
|
|
1158
1158
|
* @see {@link DescribeNodeCommand}
|
|
1159
1159
|
* @param args - command input.
|
|
1160
1160
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1161
1161
|
*/
|
|
1162
|
-
waitUntilNodeRegistered(args: DescribeNodeCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1162
|
+
waitUntilNodeRegistered(args: DescribeNodeCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<DescribeNodeCommandOutput>>;
|
|
1163
1163
|
/**
|
|
1164
1164
|
* @see {@link GetSignalMapCommand}
|
|
1165
1165
|
* @param args - command input.
|
|
1166
1166
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1167
1167
|
*/
|
|
1168
|
-
waitUntilSignalMapCreated(args: GetSignalMapCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1168
|
+
waitUntilSignalMapCreated(args: GetSignalMapCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
|
1169
1169
|
/**
|
|
1170
1170
|
* @see {@link GetSignalMapCommand}
|
|
1171
1171
|
* @param args - command input.
|
|
1172
1172
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1173
1173
|
*/
|
|
1174
|
-
waitUntilSignalMapMonitorDeleted(args: GetSignalMapCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1174
|
+
waitUntilSignalMapMonitorDeleted(args: GetSignalMapCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
|
1175
1175
|
/**
|
|
1176
1176
|
* @see {@link GetSignalMapCommand}
|
|
1177
1177
|
* @param args - command input.
|
|
1178
1178
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1179
1179
|
*/
|
|
1180
|
-
waitUntilSignalMapMonitorDeployed(args: GetSignalMapCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1180
|
+
waitUntilSignalMapMonitorDeployed(args: GetSignalMapCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
|
1181
1181
|
/**
|
|
1182
1182
|
* @see {@link GetSignalMapCommand}
|
|
1183
1183
|
* @param args - command input.
|
|
1184
1184
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1185
1185
|
*/
|
|
1186
|
-
waitUntilSignalMapUpdated(args: GetSignalMapCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult
|
|
1186
|
+
waitUntilSignalMapUpdated(args: GetSignalMapCommandInput, waiterConfig: number | Omit<WaiterConfiguration<MediaLive>, "client">): Promise<WaiterResult<GetSignalMapCommandOutput>>;
|
|
1187
1187
|
}
|
|
1188
1188
|
/**
|
|
1189
1189
|
* API for AWS Elemental MediaLive
|