@aws-sdk/client-medialive 3.1019.0 → 3.1021.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-es/MediaLive.js +14 -14
- package/dist-es/waiters/waitForChannelCreated.js +1 -1
- package/dist-es/waiters/waitForChannelDeleted.js +1 -1
- 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 +1 -1
- package/dist-es/waiters/waitForChannelStopped.js +1 -1
- package/dist-es/waiters/waitForClusterCreated.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForInputAttached.js +1 -1
- package/dist-es/waiters/waitForInputDeleted.js +1 -1
- package/dist-es/waiters/waitForInputDetached.js +1 -1
- package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
- package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
- package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
- package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
- package/dist-es/waiters/waitForNodeDeregistered.js +1 -1
- package/dist-es/waiters/waitForNodeRegistered.js +1 -1
- 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 +123 -123
- package/dist-types/MediaLiveClient.d.ts +126 -126
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +3 -3
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalMapsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +20 -20
- package/dist-types/waiters/waitForChannelCreated.d.ts +3 -3
- package/dist-types/waiters/waitForChannelDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelRunning.d.ts +3 -3
- package/dist-types/waiters/waitForChannelStopped.d.ts +3 -3
- package/dist-types/waiters/waitForClusterCreated.d.ts +3 -3
- package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputAttached.d.ts +3 -3
- package/dist-types/waiters/waitForInputDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputDetached.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +3 -3
- package/dist-types/waiters/waitForNodeDeregistered.d.ts +3 -3
- package/dist-types/waiters/waitForNodeRegistered.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +3 -3
- package/package.json +16 -16
package/dist-es/MediaLive.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AcceptInputDeviceTransferCommand, } from "./commands/AcceptInputDeviceTransferCommand";
|
|
3
|
-
import { BatchDeleteCommand } from "./commands/BatchDeleteCommand";
|
|
4
|
-
import { BatchStartCommand } from "./commands/BatchStartCommand";
|
|
3
|
+
import { BatchDeleteCommand, } from "./commands/BatchDeleteCommand";
|
|
4
|
+
import { BatchStartCommand, } from "./commands/BatchStartCommand";
|
|
5
5
|
import { BatchStopCommand } from "./commands/BatchStopCommand";
|
|
6
6
|
import { BatchUpdateScheduleCommand, } from "./commands/BatchUpdateScheduleCommand";
|
|
7
7
|
import { CancelInputDeviceTransferCommand, } from "./commands/CancelInputDeviceTransferCommand";
|
|
8
|
-
import { ClaimDeviceCommand } from "./commands/ClaimDeviceCommand";
|
|
8
|
+
import { ClaimDeviceCommand, } from "./commands/ClaimDeviceCommand";
|
|
9
9
|
import { CreateChannelCommand, } from "./commands/CreateChannelCommand";
|
|
10
10
|
import { CreateChannelPlacementGroupCommand, } from "./commands/CreateChannelPlacementGroupCommand";
|
|
11
11
|
import { CreateCloudWatchAlarmTemplateCommand, } from "./commands/CreateCloudWatchAlarmTemplateCommand";
|
|
@@ -13,17 +13,17 @@ import { CreateCloudWatchAlarmTemplateGroupCommand, } from "./commands/CreateClo
|
|
|
13
13
|
import { CreateClusterCommand, } from "./commands/CreateClusterCommand";
|
|
14
14
|
import { CreateEventBridgeRuleTemplateCommand, } from "./commands/CreateEventBridgeRuleTemplateCommand";
|
|
15
15
|
import { CreateEventBridgeRuleTemplateGroupCommand, } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
|
|
16
|
-
import { CreateInputCommand } from "./commands/CreateInputCommand";
|
|
16
|
+
import { CreateInputCommand, } from "./commands/CreateInputCommand";
|
|
17
17
|
import { CreateInputSecurityGroupCommand, } from "./commands/CreateInputSecurityGroupCommand";
|
|
18
18
|
import { CreateMultiplexCommand, } from "./commands/CreateMultiplexCommand";
|
|
19
19
|
import { CreateMultiplexProgramCommand, } from "./commands/CreateMultiplexProgramCommand";
|
|
20
20
|
import { CreateNetworkCommand, } from "./commands/CreateNetworkCommand";
|
|
21
|
-
import { CreateNodeCommand } from "./commands/CreateNodeCommand";
|
|
21
|
+
import { CreateNodeCommand, } from "./commands/CreateNodeCommand";
|
|
22
22
|
import { CreateNodeRegistrationScriptCommand, } from "./commands/CreateNodeRegistrationScriptCommand";
|
|
23
23
|
import { CreatePartnerInputCommand, } from "./commands/CreatePartnerInputCommand";
|
|
24
24
|
import { CreateSdiSourceCommand, } from "./commands/CreateSdiSourceCommand";
|
|
25
25
|
import { CreateSignalMapCommand, } from "./commands/CreateSignalMapCommand";
|
|
26
|
-
import { CreateTagsCommand } from "./commands/CreateTagsCommand";
|
|
26
|
+
import { CreateTagsCommand, } from "./commands/CreateTagsCommand";
|
|
27
27
|
import { DeleteChannelCommand, } from "./commands/DeleteChannelCommand";
|
|
28
28
|
import { DeleteChannelPlacementGroupCommand, } from "./commands/DeleteChannelPlacementGroupCommand";
|
|
29
29
|
import { DeleteCloudWatchAlarmTemplateCommand, } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
|
|
@@ -31,17 +31,17 @@ import { DeleteCloudWatchAlarmTemplateGroupCommand, } from "./commands/DeleteClo
|
|
|
31
31
|
import { DeleteClusterCommand, } from "./commands/DeleteClusterCommand";
|
|
32
32
|
import { DeleteEventBridgeRuleTemplateCommand, } from "./commands/DeleteEventBridgeRuleTemplateCommand";
|
|
33
33
|
import { DeleteEventBridgeRuleTemplateGroupCommand, } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
|
|
34
|
-
import { DeleteInputCommand } from "./commands/DeleteInputCommand";
|
|
34
|
+
import { DeleteInputCommand, } from "./commands/DeleteInputCommand";
|
|
35
35
|
import { DeleteInputSecurityGroupCommand, } from "./commands/DeleteInputSecurityGroupCommand";
|
|
36
36
|
import { DeleteMultiplexCommand, } from "./commands/DeleteMultiplexCommand";
|
|
37
37
|
import { DeleteMultiplexProgramCommand, } from "./commands/DeleteMultiplexProgramCommand";
|
|
38
38
|
import { DeleteNetworkCommand, } from "./commands/DeleteNetworkCommand";
|
|
39
|
-
import { DeleteNodeCommand } from "./commands/DeleteNodeCommand";
|
|
39
|
+
import { DeleteNodeCommand, } from "./commands/DeleteNodeCommand";
|
|
40
40
|
import { DeleteReservationCommand, } from "./commands/DeleteReservationCommand";
|
|
41
41
|
import { DeleteScheduleCommand, } from "./commands/DeleteScheduleCommand";
|
|
42
42
|
import { DeleteSdiSourceCommand, } from "./commands/DeleteSdiSourceCommand";
|
|
43
43
|
import { DeleteSignalMapCommand, } from "./commands/DeleteSignalMapCommand";
|
|
44
|
-
import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
|
|
44
|
+
import { DeleteTagsCommand, } from "./commands/DeleteTagsCommand";
|
|
45
45
|
import { DescribeAccountConfigurationCommand, } from "./commands/DescribeAccountConfigurationCommand";
|
|
46
46
|
import { DescribeChannelCommand, } from "./commands/DescribeChannelCommand";
|
|
47
47
|
import { DescribeChannelPlacementGroupCommand, } from "./commands/DescribeChannelPlacementGroupCommand";
|
|
@@ -64,7 +64,7 @@ import { GetCloudWatchAlarmTemplateGroupCommand, } from "./commands/GetCloudWatc
|
|
|
64
64
|
import { GetEventBridgeRuleTemplateCommand, } from "./commands/GetEventBridgeRuleTemplateCommand";
|
|
65
65
|
import { GetEventBridgeRuleTemplateGroupCommand, } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
|
|
66
66
|
import { GetSignalMapCommand, } from "./commands/GetSignalMapCommand";
|
|
67
|
-
import { ListAlertsCommand } from "./commands/ListAlertsCommand";
|
|
67
|
+
import { ListAlertsCommand, } from "./commands/ListAlertsCommand";
|
|
68
68
|
import { ListChannelPlacementGroupsCommand, } from "./commands/ListChannelPlacementGroupsCommand";
|
|
69
69
|
import { ListChannelsCommand, } from "./commands/ListChannelsCommand";
|
|
70
70
|
import { ListCloudWatchAlarmTemplateGroupsCommand, } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
@@ -75,7 +75,7 @@ import { ListEventBridgeRuleTemplateGroupsCommand, } from "./commands/ListEventB
|
|
|
75
75
|
import { ListEventBridgeRuleTemplatesCommand, } from "./commands/ListEventBridgeRuleTemplatesCommand";
|
|
76
76
|
import { ListInputDevicesCommand, } from "./commands/ListInputDevicesCommand";
|
|
77
77
|
import { ListInputDeviceTransfersCommand, } from "./commands/ListInputDeviceTransfersCommand";
|
|
78
|
-
import { ListInputsCommand } from "./commands/ListInputsCommand";
|
|
78
|
+
import { ListInputsCommand, } from "./commands/ListInputsCommand";
|
|
79
79
|
import { ListInputSecurityGroupsCommand, } from "./commands/ListInputSecurityGroupsCommand";
|
|
80
80
|
import { ListMultiplexAlertsCommand, } from "./commands/ListMultiplexAlertsCommand";
|
|
81
81
|
import { ListMultiplexesCommand, } from "./commands/ListMultiplexesCommand";
|
|
@@ -99,7 +99,7 @@ import { StartInputDeviceMaintenanceWindowCommand, } from "./commands/StartInput
|
|
|
99
99
|
import { StartMonitorDeploymentCommand, } from "./commands/StartMonitorDeploymentCommand";
|
|
100
100
|
import { StartMultiplexCommand, } from "./commands/StartMultiplexCommand";
|
|
101
101
|
import { StartUpdateSignalMapCommand, } from "./commands/StartUpdateSignalMapCommand";
|
|
102
|
-
import { StopChannelCommand } from "./commands/StopChannelCommand";
|
|
102
|
+
import { StopChannelCommand, } from "./commands/StopChannelCommand";
|
|
103
103
|
import { StopInputDeviceCommand, } from "./commands/StopInputDeviceCommand";
|
|
104
104
|
import { StopMultiplexCommand, } from "./commands/StopMultiplexCommand";
|
|
105
105
|
import { TransferInputDeviceCommand, } from "./commands/TransferInputDeviceCommand";
|
|
@@ -112,13 +112,13 @@ import { UpdateCloudWatchAlarmTemplateGroupCommand, } from "./commands/UpdateClo
|
|
|
112
112
|
import { UpdateClusterCommand, } from "./commands/UpdateClusterCommand";
|
|
113
113
|
import { UpdateEventBridgeRuleTemplateCommand, } from "./commands/UpdateEventBridgeRuleTemplateCommand";
|
|
114
114
|
import { UpdateEventBridgeRuleTemplateGroupCommand, } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
|
|
115
|
-
import { UpdateInputCommand } from "./commands/UpdateInputCommand";
|
|
115
|
+
import { UpdateInputCommand, } from "./commands/UpdateInputCommand";
|
|
116
116
|
import { UpdateInputDeviceCommand, } from "./commands/UpdateInputDeviceCommand";
|
|
117
117
|
import { UpdateInputSecurityGroupCommand, } from "./commands/UpdateInputSecurityGroupCommand";
|
|
118
118
|
import { UpdateMultiplexCommand, } from "./commands/UpdateMultiplexCommand";
|
|
119
119
|
import { UpdateMultiplexProgramCommand, } from "./commands/UpdateMultiplexProgramCommand";
|
|
120
120
|
import { UpdateNetworkCommand, } from "./commands/UpdateNetworkCommand";
|
|
121
|
-
import { UpdateNodeCommand } from "./commands/UpdateNodeCommand";
|
|
121
|
+
import { UpdateNodeCommand, } from "./commands/UpdateNodeCommand";
|
|
122
122
|
import { UpdateNodeStateCommand, } from "./commands/UpdateNodeStateCommand";
|
|
123
123
|
import { UpdateReservationCommand, } from "./commands/UpdateReservationCommand";
|
|
124
124
|
import { UpdateSdiSourceCommand, } from "./commands/UpdateSdiSourceCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelPlacementGroupCommand, } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelPlacementGroupCommand, } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelPlacementGroupCommand, } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeNodeCommand } from "../commands/DescribeNodeCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeNodeCommand } from "../commands/DescribeNodeCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,128 +1,128 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
|
|
4
|
-
import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
|
|
5
|
-
import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
|
|
6
|
-
import { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
|
|
7
|
-
import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
|
|
8
|
-
import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
|
|
9
|
-
import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
|
|
10
|
-
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
|
|
11
|
-
import { CreateChannelPlacementGroupCommandInput, CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
|
|
12
|
-
import { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
|
|
13
|
-
import { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
|
|
14
|
-
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
15
|
-
import { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
|
|
16
|
-
import { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
|
|
17
|
-
import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
|
|
18
|
-
import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
|
|
19
|
-
import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
|
|
20
|
-
import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
|
|
21
|
-
import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
|
|
22
|
-
import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
|
|
23
|
-
import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
|
|
24
|
-
import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
|
|
25
|
-
import { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
|
|
26
|
-
import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
|
|
27
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
28
|
-
import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
|
|
29
|
-
import { DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
|
|
30
|
-
import { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
|
|
31
|
-
import { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
|
|
32
|
-
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
33
|
-
import { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
|
|
34
|
-
import { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
|
|
35
|
-
import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
|
|
36
|
-
import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
|
|
37
|
-
import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
|
|
38
|
-
import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
|
|
39
|
-
import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
|
|
40
|
-
import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
|
|
41
|
-
import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
|
|
42
|
-
import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
|
|
43
|
-
import { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
|
|
44
|
-
import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
|
|
45
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
46
|
-
import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
|
|
47
|
-
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
|
|
48
|
-
import { DescribeChannelPlacementGroupCommandInput, DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
|
|
49
|
-
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
50
|
-
import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
|
|
51
|
-
import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
|
|
52
|
-
import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
|
|
53
|
-
import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
|
|
54
|
-
import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
|
|
55
|
-
import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
|
|
56
|
-
import { DescribeNetworkCommandInput, DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
|
|
57
|
-
import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
|
|
58
|
-
import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
|
|
59
|
-
import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
|
|
60
|
-
import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
|
|
61
|
-
import { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
|
|
62
|
-
import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
|
|
63
|
-
import { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
|
|
64
|
-
import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
|
|
65
|
-
import { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
|
|
66
|
-
import { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
|
|
67
|
-
import { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
|
|
68
|
-
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
|
|
69
|
-
import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
|
|
70
|
-
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
|
|
71
|
-
import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
72
|
-
import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
|
|
73
|
-
import { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "./commands/ListClusterAlertsCommand";
|
|
74
|
-
import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
75
|
-
import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
76
|
-
import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
|
|
77
|
-
import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
|
|
78
|
-
import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
|
|
79
|
-
import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
|
|
80
|
-
import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
|
|
81
|
-
import { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "./commands/ListMultiplexAlertsCommand";
|
|
82
|
-
import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
|
|
83
|
-
import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
|
|
84
|
-
import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
|
|
85
|
-
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
86
|
-
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
|
|
87
|
-
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
|
|
88
|
-
import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
|
|
89
|
-
import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
|
|
90
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
91
|
-
import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
|
|
92
|
-
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
93
|
-
import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
|
|
94
|
-
import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
|
|
95
|
-
import { RestartChannelPipelinesCommandInput, RestartChannelPipelinesCommandOutput } from "./commands/RestartChannelPipelinesCommand";
|
|
96
|
-
import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
|
|
97
|
-
import { StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput } from "./commands/StartDeleteMonitorDeploymentCommand";
|
|
98
|
-
import { StartInputDeviceCommandInput, StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand";
|
|
99
|
-
import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
|
|
100
|
-
import { StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput } from "./commands/StartMonitorDeploymentCommand";
|
|
101
|
-
import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
|
|
102
|
-
import { StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput } from "./commands/StartUpdateSignalMapCommand";
|
|
103
|
-
import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
|
|
104
|
-
import { StopInputDeviceCommandInput, StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand";
|
|
105
|
-
import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
|
|
106
|
-
import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
|
|
107
|
-
import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
|
|
108
|
-
import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
|
|
109
|
-
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
110
|
-
import { UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
|
|
111
|
-
import { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
|
|
112
|
-
import { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
|
|
113
|
-
import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
|
|
114
|
-
import { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
|
|
115
|
-
import { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
|
|
116
|
-
import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
|
|
117
|
-
import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
|
|
118
|
-
import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
|
|
119
|
-
import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
|
|
120
|
-
import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
|
|
121
|
-
import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
|
|
122
|
-
import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
|
|
123
|
-
import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
|
|
124
|
-
import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
|
|
125
|
-
import { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
|
|
3
|
+
import { type AcceptInputDeviceTransferCommandInput, type AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
|
|
4
|
+
import { type BatchDeleteCommandInput, type BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
|
|
5
|
+
import { type BatchStartCommandInput, type BatchStartCommandOutput } from "./commands/BatchStartCommand";
|
|
6
|
+
import { type BatchStopCommandInput, type BatchStopCommandOutput } from "./commands/BatchStopCommand";
|
|
7
|
+
import { type BatchUpdateScheduleCommandInput, type BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
|
|
8
|
+
import { type CancelInputDeviceTransferCommandInput, type CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
|
|
9
|
+
import { type ClaimDeviceCommandInput, type ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
|
|
10
|
+
import { type CreateChannelCommandInput, type CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
|
|
11
|
+
import { type CreateChannelPlacementGroupCommandInput, type CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
|
|
12
|
+
import { type CreateCloudWatchAlarmTemplateCommandInput, type CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
|
|
13
|
+
import { type CreateCloudWatchAlarmTemplateGroupCommandInput, type CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
|
|
14
|
+
import { type CreateClusterCommandInput, type CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
15
|
+
import { type CreateEventBridgeRuleTemplateCommandInput, type CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
|
|
16
|
+
import { type CreateEventBridgeRuleTemplateGroupCommandInput, type CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
|
|
17
|
+
import { type CreateInputCommandInput, type CreateInputCommandOutput } from "./commands/CreateInputCommand";
|
|
18
|
+
import { type CreateInputSecurityGroupCommandInput, type CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
|
|
19
|
+
import { type CreateMultiplexCommandInput, type CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
|
|
20
|
+
import { type CreateMultiplexProgramCommandInput, type CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
|
|
21
|
+
import { type CreateNetworkCommandInput, type CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
|
|
22
|
+
import { type CreateNodeCommandInput, type CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
|
|
23
|
+
import { type CreateNodeRegistrationScriptCommandInput, type CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
|
|
24
|
+
import { type CreatePartnerInputCommandInput, type CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
|
|
25
|
+
import { type CreateSdiSourceCommandInput, type CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
|
|
26
|
+
import { type CreateSignalMapCommandInput, type CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
|
|
27
|
+
import { type CreateTagsCommandInput, type CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
28
|
+
import { type DeleteChannelCommandInput, type DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
|
|
29
|
+
import { type DeleteChannelPlacementGroupCommandInput, type DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
|
|
30
|
+
import { type DeleteCloudWatchAlarmTemplateCommandInput, type DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
|
|
31
|
+
import { type DeleteCloudWatchAlarmTemplateGroupCommandInput, type DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
|
|
32
|
+
import { type DeleteClusterCommandInput, type DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
33
|
+
import { type DeleteEventBridgeRuleTemplateCommandInput, type DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
|
|
34
|
+
import { type DeleteEventBridgeRuleTemplateGroupCommandInput, type DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
|
|
35
|
+
import { type DeleteInputCommandInput, type DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
|
|
36
|
+
import { type DeleteInputSecurityGroupCommandInput, type DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
|
|
37
|
+
import { type DeleteMultiplexCommandInput, type DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
|
|
38
|
+
import { type DeleteMultiplexProgramCommandInput, type DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
|
|
39
|
+
import { type DeleteNetworkCommandInput, type DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
|
|
40
|
+
import { type DeleteNodeCommandInput, type DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
|
|
41
|
+
import { type DeleteReservationCommandInput, type DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
|
|
42
|
+
import { type DeleteScheduleCommandInput, type DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
|
|
43
|
+
import { type DeleteSdiSourceCommandInput, type DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
|
|
44
|
+
import { type DeleteSignalMapCommandInput, type DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
|
|
45
|
+
import { type DeleteTagsCommandInput, type DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
46
|
+
import { type DescribeAccountConfigurationCommandInput, type DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
|
|
47
|
+
import { type DescribeChannelCommandInput, type DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
|
|
48
|
+
import { type DescribeChannelPlacementGroupCommandInput, type DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
|
|
49
|
+
import { type DescribeClusterCommandInput, type DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
50
|
+
import { type DescribeInputCommandInput, type DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
|
|
51
|
+
import { type DescribeInputDeviceCommandInput, type DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
|
|
52
|
+
import { type DescribeInputDeviceThumbnailCommandInput, type DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
|
|
53
|
+
import { type DescribeInputSecurityGroupCommandInput, type DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
|
|
54
|
+
import { type DescribeMultiplexCommandInput, type DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
|
|
55
|
+
import { type DescribeMultiplexProgramCommandInput, type DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
|
|
56
|
+
import { type DescribeNetworkCommandInput, type DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
|
|
57
|
+
import { type DescribeNodeCommandInput, type DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
|
|
58
|
+
import { type DescribeOfferingCommandInput, type DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
|
|
59
|
+
import { type DescribeReservationCommandInput, type DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
|
|
60
|
+
import { type DescribeScheduleCommandInput, type DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
|
|
61
|
+
import { type DescribeSdiSourceCommandInput, type DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
|
|
62
|
+
import { type DescribeThumbnailsCommandInput, type DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
|
|
63
|
+
import { type GetCloudWatchAlarmTemplateCommandInput, type GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
|
|
64
|
+
import { type GetCloudWatchAlarmTemplateGroupCommandInput, type GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
|
|
65
|
+
import { type GetEventBridgeRuleTemplateCommandInput, type GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
|
|
66
|
+
import { type GetEventBridgeRuleTemplateGroupCommandInput, type GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
|
|
67
|
+
import { type GetSignalMapCommandInput, type GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
|
|
68
|
+
import { type ListAlertsCommandInput, type ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
|
|
69
|
+
import { type ListChannelPlacementGroupsCommandInput, type ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
|
|
70
|
+
import { type ListChannelsCommandInput, type ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
|
|
71
|
+
import { type ListCloudWatchAlarmTemplateGroupsCommandInput, type ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
72
|
+
import { type ListCloudWatchAlarmTemplatesCommandInput, type ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
|
|
73
|
+
import { type ListClusterAlertsCommandInput, type ListClusterAlertsCommandOutput } from "./commands/ListClusterAlertsCommand";
|
|
74
|
+
import { type ListClustersCommandInput, type ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
75
|
+
import { type ListEventBridgeRuleTemplateGroupsCommandInput, type ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
76
|
+
import { type ListEventBridgeRuleTemplatesCommandInput, type ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
|
|
77
|
+
import { type ListInputDevicesCommandInput, type ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
|
|
78
|
+
import { type ListInputDeviceTransfersCommandInput, type ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
|
|
79
|
+
import { type ListInputsCommandInput, type ListInputsCommandOutput } from "./commands/ListInputsCommand";
|
|
80
|
+
import { type ListInputSecurityGroupsCommandInput, type ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
|
|
81
|
+
import { type ListMultiplexAlertsCommandInput, type ListMultiplexAlertsCommandOutput } from "./commands/ListMultiplexAlertsCommand";
|
|
82
|
+
import { type ListMultiplexesCommandInput, type ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
|
|
83
|
+
import { type ListMultiplexProgramsCommandInput, type ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
|
|
84
|
+
import { type ListNetworksCommandInput, type ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
|
|
85
|
+
import { type ListNodesCommandInput, type ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
86
|
+
import { type ListOfferingsCommandInput, type ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
|
|
87
|
+
import { type ListReservationsCommandInput, type ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
|
|
88
|
+
import { type ListSdiSourcesCommandInput, type ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
|
|
89
|
+
import { type ListSignalMapsCommandInput, type ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
|
|
90
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
91
|
+
import { type ListVersionsCommandInput, type ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
|
|
92
|
+
import { type PurchaseOfferingCommandInput, type PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
93
|
+
import { type RebootInputDeviceCommandInput, type RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
|
|
94
|
+
import { type RejectInputDeviceTransferCommandInput, type RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
|
|
95
|
+
import { type RestartChannelPipelinesCommandInput, type RestartChannelPipelinesCommandOutput } from "./commands/RestartChannelPipelinesCommand";
|
|
96
|
+
import { type StartChannelCommandInput, type StartChannelCommandOutput } from "./commands/StartChannelCommand";
|
|
97
|
+
import { type StartDeleteMonitorDeploymentCommandInput, type StartDeleteMonitorDeploymentCommandOutput } from "./commands/StartDeleteMonitorDeploymentCommand";
|
|
98
|
+
import { type StartInputDeviceCommandInput, type StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand";
|
|
99
|
+
import { type StartInputDeviceMaintenanceWindowCommandInput, type StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
|
|
100
|
+
import { type StartMonitorDeploymentCommandInput, type StartMonitorDeploymentCommandOutput } from "./commands/StartMonitorDeploymentCommand";
|
|
101
|
+
import { type StartMultiplexCommandInput, type StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
|
|
102
|
+
import { type StartUpdateSignalMapCommandInput, type StartUpdateSignalMapCommandOutput } from "./commands/StartUpdateSignalMapCommand";
|
|
103
|
+
import { type StopChannelCommandInput, type StopChannelCommandOutput } from "./commands/StopChannelCommand";
|
|
104
|
+
import { type StopInputDeviceCommandInput, type StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand";
|
|
105
|
+
import { type StopMultiplexCommandInput, type StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
|
|
106
|
+
import { type TransferInputDeviceCommandInput, type TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
|
|
107
|
+
import { type UpdateAccountConfigurationCommandInput, type UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
|
|
108
|
+
import { type UpdateChannelClassCommandInput, type UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
|
|
109
|
+
import { type UpdateChannelCommandInput, type UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
110
|
+
import { type UpdateChannelPlacementGroupCommandInput, type UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
|
|
111
|
+
import { type UpdateCloudWatchAlarmTemplateCommandInput, type UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
|
|
112
|
+
import { type UpdateCloudWatchAlarmTemplateGroupCommandInput, type UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
|
|
113
|
+
import { type UpdateClusterCommandInput, type UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
|
|
114
|
+
import { type UpdateEventBridgeRuleTemplateCommandInput, type UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
|
|
115
|
+
import { type UpdateEventBridgeRuleTemplateGroupCommandInput, type UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
|
|
116
|
+
import { type UpdateInputCommandInput, type UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
|
|
117
|
+
import { type UpdateInputDeviceCommandInput, type UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
|
|
118
|
+
import { type UpdateInputSecurityGroupCommandInput, type UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
|
|
119
|
+
import { type UpdateMultiplexCommandInput, type UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
|
|
120
|
+
import { type UpdateMultiplexProgramCommandInput, type UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
|
|
121
|
+
import { type UpdateNetworkCommandInput, type UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
|
|
122
|
+
import { type UpdateNodeCommandInput, type UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
|
|
123
|
+
import { type UpdateNodeStateCommandInput, type UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
|
|
124
|
+
import { type UpdateReservationCommandInput, type UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
|
|
125
|
+
import { type UpdateSdiSourceCommandInput, type UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
|
|
126
126
|
import { MediaLiveClient } from "./MediaLiveClient";
|
|
127
127
|
export interface MediaLive {
|
|
128
128
|
/**
|