@aws-sdk/client-medialive 3.549.0 → 3.554.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/README.md +216 -0
- package/dist-cjs/index.js +2212 -147
- package/dist-es/MediaLive.js +54 -0
- package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/CreateSignalMapCommand.js +24 -0
- package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/DeleteSignalMapCommand.js +24 -0
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
- package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/GetSignalMapCommand.js +24 -0
- package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +24 -0
- package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +24 -0
- package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +24 -0
- package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +24 -0
- package/dist-es/commands/ListSignalMapsCommand.js +24 -0
- package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +24 -0
- package/dist-es/commands/StartMonitorDeploymentCommand.js +24 -0
- package/dist-es/commands/StartUpdateSignalMapCommand.js +24 -0
- package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/models/models_0.js +44 -29
- package/dist-es/models/models_1.js +52 -3
- package/dist-es/models/models_2.js +3 -0
- package/dist-es/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListCloudWatchAlarmTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListEventBridgeRuleTemplateGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListEventBridgeRuleTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListSignalMapsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +1164 -6
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSignalMapCreated.js +49 -0
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +49 -0
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +76 -0
- package/dist-es/waiters/waitForSignalMapUpdated.js +58 -0
- package/dist-types/MediaLive.d.ts +194 -0
- package/dist-types/MediaLiveClient.d.ts +29 -2
- package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +109 -0
- package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +89 -0
- package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +103 -0
- package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +89 -0
- package/dist-types/commands/CreateSignalMapCommand.d.ts +150 -0
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +75 -0
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +75 -0
- package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +75 -0
- package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +75 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSignalMapCommand.d.ts +75 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +92 -0
- package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +82 -0
- package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +89 -0
- package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +82 -0
- package/dist-types/commands/GetSignalMapCommand.d.ts +136 -0
- package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +91 -0
- package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +101 -0
- package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +90 -0
- package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +93 -0
- package/dist-types/commands/ListSignalMapsCommand.d.ts +92 -0
- package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +139 -0
- package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +140 -0
- package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +149 -0
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +107 -0
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +86 -0
- package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +101 -0
- package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +86 -0
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/models_0.d.ts +350 -159
- package/dist-types/models/models_1.d.ts +783 -747
- package/dist-types/models/models_2.d.ts +2297 -147
- package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSignalMapsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +243 -0
- package/dist-types/ts3.4/MediaLive.d.ts +512 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/models_0.d.ts +112 -60
- package/dist-types/ts3.4/models/models_1.d.ts +223 -192
- package/dist-types/ts3.4/models/models_2.d.ts +508 -0
- package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSignalMapsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +324 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +14 -0
- package/package.json +10 -10
|
@@ -31,6 +31,22 @@ import {
|
|
|
31
31
|
CreateChannelCommandInput,
|
|
32
32
|
CreateChannelCommandOutput,
|
|
33
33
|
} from "./commands/CreateChannelCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateCloudWatchAlarmTemplateCommandInput,
|
|
36
|
+
CreateCloudWatchAlarmTemplateCommandOutput,
|
|
37
|
+
} from "./commands/CreateCloudWatchAlarmTemplateCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateCloudWatchAlarmTemplateGroupCommandInput,
|
|
40
|
+
CreateCloudWatchAlarmTemplateGroupCommandOutput,
|
|
41
|
+
} from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateEventBridgeRuleTemplateCommandInput,
|
|
44
|
+
CreateEventBridgeRuleTemplateCommandOutput,
|
|
45
|
+
} from "./commands/CreateEventBridgeRuleTemplateCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateEventBridgeRuleTemplateGroupCommandInput,
|
|
48
|
+
CreateEventBridgeRuleTemplateGroupCommandOutput,
|
|
49
|
+
} from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
|
|
34
50
|
import {
|
|
35
51
|
CreateInputCommandInput,
|
|
36
52
|
CreateInputCommandOutput,
|
|
@@ -51,6 +67,10 @@ import {
|
|
|
51
67
|
CreatePartnerInputCommandInput,
|
|
52
68
|
CreatePartnerInputCommandOutput,
|
|
53
69
|
} from "./commands/CreatePartnerInputCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateSignalMapCommandInput,
|
|
72
|
+
CreateSignalMapCommandOutput,
|
|
73
|
+
} from "./commands/CreateSignalMapCommand";
|
|
54
74
|
import {
|
|
55
75
|
CreateTagsCommandInput,
|
|
56
76
|
CreateTagsCommandOutput,
|
|
@@ -59,6 +79,22 @@ import {
|
|
|
59
79
|
DeleteChannelCommandInput,
|
|
60
80
|
DeleteChannelCommandOutput,
|
|
61
81
|
} from "./commands/DeleteChannelCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteCloudWatchAlarmTemplateCommandInput,
|
|
84
|
+
DeleteCloudWatchAlarmTemplateCommandOutput,
|
|
85
|
+
} from "./commands/DeleteCloudWatchAlarmTemplateCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteCloudWatchAlarmTemplateGroupCommandInput,
|
|
88
|
+
DeleteCloudWatchAlarmTemplateGroupCommandOutput,
|
|
89
|
+
} from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteEventBridgeRuleTemplateCommandInput,
|
|
92
|
+
DeleteEventBridgeRuleTemplateCommandOutput,
|
|
93
|
+
} from "./commands/DeleteEventBridgeRuleTemplateCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteEventBridgeRuleTemplateGroupCommandInput,
|
|
96
|
+
DeleteEventBridgeRuleTemplateGroupCommandOutput,
|
|
97
|
+
} from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
|
|
62
98
|
import {
|
|
63
99
|
DeleteInputCommandInput,
|
|
64
100
|
DeleteInputCommandOutput,
|
|
@@ -83,6 +119,10 @@ import {
|
|
|
83
119
|
DeleteScheduleCommandInput,
|
|
84
120
|
DeleteScheduleCommandOutput,
|
|
85
121
|
} from "./commands/DeleteScheduleCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteSignalMapCommandInput,
|
|
124
|
+
DeleteSignalMapCommandOutput,
|
|
125
|
+
} from "./commands/DeleteSignalMapCommand";
|
|
86
126
|
import {
|
|
87
127
|
DeleteTagsCommandInput,
|
|
88
128
|
DeleteTagsCommandOutput,
|
|
@@ -135,10 +175,46 @@ import {
|
|
|
135
175
|
DescribeThumbnailsCommandInput,
|
|
136
176
|
DescribeThumbnailsCommandOutput,
|
|
137
177
|
} from "./commands/DescribeThumbnailsCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetCloudWatchAlarmTemplateCommandInput,
|
|
180
|
+
GetCloudWatchAlarmTemplateCommandOutput,
|
|
181
|
+
} from "./commands/GetCloudWatchAlarmTemplateCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetCloudWatchAlarmTemplateGroupCommandInput,
|
|
184
|
+
GetCloudWatchAlarmTemplateGroupCommandOutput,
|
|
185
|
+
} from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetEventBridgeRuleTemplateCommandInput,
|
|
188
|
+
GetEventBridgeRuleTemplateCommandOutput,
|
|
189
|
+
} from "./commands/GetEventBridgeRuleTemplateCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetEventBridgeRuleTemplateGroupCommandInput,
|
|
192
|
+
GetEventBridgeRuleTemplateGroupCommandOutput,
|
|
193
|
+
} from "./commands/GetEventBridgeRuleTemplateGroupCommand";
|
|
194
|
+
import {
|
|
195
|
+
GetSignalMapCommandInput,
|
|
196
|
+
GetSignalMapCommandOutput,
|
|
197
|
+
} from "./commands/GetSignalMapCommand";
|
|
138
198
|
import {
|
|
139
199
|
ListChannelsCommandInput,
|
|
140
200
|
ListChannelsCommandOutput,
|
|
141
201
|
} from "./commands/ListChannelsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListCloudWatchAlarmTemplateGroupsCommandInput,
|
|
204
|
+
ListCloudWatchAlarmTemplateGroupsCommandOutput,
|
|
205
|
+
} from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListCloudWatchAlarmTemplatesCommandInput,
|
|
208
|
+
ListCloudWatchAlarmTemplatesCommandOutput,
|
|
209
|
+
} from "./commands/ListCloudWatchAlarmTemplatesCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListEventBridgeRuleTemplateGroupsCommandInput,
|
|
212
|
+
ListEventBridgeRuleTemplateGroupsCommandOutput,
|
|
213
|
+
} from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListEventBridgeRuleTemplatesCommandInput,
|
|
216
|
+
ListEventBridgeRuleTemplatesCommandOutput,
|
|
217
|
+
} from "./commands/ListEventBridgeRuleTemplatesCommand";
|
|
142
218
|
import {
|
|
143
219
|
ListInputDevicesCommandInput,
|
|
144
220
|
ListInputDevicesCommandOutput,
|
|
@@ -171,6 +247,10 @@ import {
|
|
|
171
247
|
ListReservationsCommandInput,
|
|
172
248
|
ListReservationsCommandOutput,
|
|
173
249
|
} from "./commands/ListReservationsCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListSignalMapsCommandInput,
|
|
252
|
+
ListSignalMapsCommandOutput,
|
|
253
|
+
} from "./commands/ListSignalMapsCommand";
|
|
174
254
|
import {
|
|
175
255
|
ListTagsForResourceCommandInput,
|
|
176
256
|
ListTagsForResourceCommandOutput,
|
|
@@ -195,6 +275,10 @@ import {
|
|
|
195
275
|
StartChannelCommandInput,
|
|
196
276
|
StartChannelCommandOutput,
|
|
197
277
|
} from "./commands/StartChannelCommand";
|
|
278
|
+
import {
|
|
279
|
+
StartDeleteMonitorDeploymentCommandInput,
|
|
280
|
+
StartDeleteMonitorDeploymentCommandOutput,
|
|
281
|
+
} from "./commands/StartDeleteMonitorDeploymentCommand";
|
|
198
282
|
import {
|
|
199
283
|
StartInputDeviceCommandInput,
|
|
200
284
|
StartInputDeviceCommandOutput,
|
|
@@ -203,10 +287,18 @@ import {
|
|
|
203
287
|
StartInputDeviceMaintenanceWindowCommandInput,
|
|
204
288
|
StartInputDeviceMaintenanceWindowCommandOutput,
|
|
205
289
|
} from "./commands/StartInputDeviceMaintenanceWindowCommand";
|
|
290
|
+
import {
|
|
291
|
+
StartMonitorDeploymentCommandInput,
|
|
292
|
+
StartMonitorDeploymentCommandOutput,
|
|
293
|
+
} from "./commands/StartMonitorDeploymentCommand";
|
|
206
294
|
import {
|
|
207
295
|
StartMultiplexCommandInput,
|
|
208
296
|
StartMultiplexCommandOutput,
|
|
209
297
|
} from "./commands/StartMultiplexCommand";
|
|
298
|
+
import {
|
|
299
|
+
StartUpdateSignalMapCommandInput,
|
|
300
|
+
StartUpdateSignalMapCommandOutput,
|
|
301
|
+
} from "./commands/StartUpdateSignalMapCommand";
|
|
210
302
|
import {
|
|
211
303
|
StopChannelCommandInput,
|
|
212
304
|
StopChannelCommandOutput,
|
|
@@ -235,6 +327,22 @@ import {
|
|
|
235
327
|
UpdateChannelCommandInput,
|
|
236
328
|
UpdateChannelCommandOutput,
|
|
237
329
|
} from "./commands/UpdateChannelCommand";
|
|
330
|
+
import {
|
|
331
|
+
UpdateCloudWatchAlarmTemplateCommandInput,
|
|
332
|
+
UpdateCloudWatchAlarmTemplateCommandOutput,
|
|
333
|
+
} from "./commands/UpdateCloudWatchAlarmTemplateCommand";
|
|
334
|
+
import {
|
|
335
|
+
UpdateCloudWatchAlarmTemplateGroupCommandInput,
|
|
336
|
+
UpdateCloudWatchAlarmTemplateGroupCommandOutput,
|
|
337
|
+
} from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
|
|
338
|
+
import {
|
|
339
|
+
UpdateEventBridgeRuleTemplateCommandInput,
|
|
340
|
+
UpdateEventBridgeRuleTemplateCommandOutput,
|
|
341
|
+
} from "./commands/UpdateEventBridgeRuleTemplateCommand";
|
|
342
|
+
import {
|
|
343
|
+
UpdateEventBridgeRuleTemplateGroupCommandInput,
|
|
344
|
+
UpdateEventBridgeRuleTemplateGroupCommandOutput,
|
|
345
|
+
} from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
|
|
238
346
|
import {
|
|
239
347
|
UpdateInputCommandInput,
|
|
240
348
|
UpdateInputCommandOutput,
|
|
@@ -370,6 +478,70 @@ export interface MediaLive {
|
|
|
370
478
|
options: __HttpHandlerOptions,
|
|
371
479
|
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
372
480
|
): void;
|
|
481
|
+
createCloudWatchAlarmTemplate(
|
|
482
|
+
args: CreateCloudWatchAlarmTemplateCommandInput,
|
|
483
|
+
options?: __HttpHandlerOptions
|
|
484
|
+
): Promise<CreateCloudWatchAlarmTemplateCommandOutput>;
|
|
485
|
+
createCloudWatchAlarmTemplate(
|
|
486
|
+
args: CreateCloudWatchAlarmTemplateCommandInput,
|
|
487
|
+
cb: (err: any, data?: CreateCloudWatchAlarmTemplateCommandOutput) => void
|
|
488
|
+
): void;
|
|
489
|
+
createCloudWatchAlarmTemplate(
|
|
490
|
+
args: CreateCloudWatchAlarmTemplateCommandInput,
|
|
491
|
+
options: __HttpHandlerOptions,
|
|
492
|
+
cb: (err: any, data?: CreateCloudWatchAlarmTemplateCommandOutput) => void
|
|
493
|
+
): void;
|
|
494
|
+
createCloudWatchAlarmTemplateGroup(
|
|
495
|
+
args: CreateCloudWatchAlarmTemplateGroupCommandInput,
|
|
496
|
+
options?: __HttpHandlerOptions
|
|
497
|
+
): Promise<CreateCloudWatchAlarmTemplateGroupCommandOutput>;
|
|
498
|
+
createCloudWatchAlarmTemplateGroup(
|
|
499
|
+
args: CreateCloudWatchAlarmTemplateGroupCommandInput,
|
|
500
|
+
cb: (
|
|
501
|
+
err: any,
|
|
502
|
+
data?: CreateCloudWatchAlarmTemplateGroupCommandOutput
|
|
503
|
+
) => void
|
|
504
|
+
): void;
|
|
505
|
+
createCloudWatchAlarmTemplateGroup(
|
|
506
|
+
args: CreateCloudWatchAlarmTemplateGroupCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (
|
|
509
|
+
err: any,
|
|
510
|
+
data?: CreateCloudWatchAlarmTemplateGroupCommandOutput
|
|
511
|
+
) => void
|
|
512
|
+
): void;
|
|
513
|
+
createEventBridgeRuleTemplate(
|
|
514
|
+
args: CreateEventBridgeRuleTemplateCommandInput,
|
|
515
|
+
options?: __HttpHandlerOptions
|
|
516
|
+
): Promise<CreateEventBridgeRuleTemplateCommandOutput>;
|
|
517
|
+
createEventBridgeRuleTemplate(
|
|
518
|
+
args: CreateEventBridgeRuleTemplateCommandInput,
|
|
519
|
+
cb: (err: any, data?: CreateEventBridgeRuleTemplateCommandOutput) => void
|
|
520
|
+
): void;
|
|
521
|
+
createEventBridgeRuleTemplate(
|
|
522
|
+
args: CreateEventBridgeRuleTemplateCommandInput,
|
|
523
|
+
options: __HttpHandlerOptions,
|
|
524
|
+
cb: (err: any, data?: CreateEventBridgeRuleTemplateCommandOutput) => void
|
|
525
|
+
): void;
|
|
526
|
+
createEventBridgeRuleTemplateGroup(
|
|
527
|
+
args: CreateEventBridgeRuleTemplateGroupCommandInput,
|
|
528
|
+
options?: __HttpHandlerOptions
|
|
529
|
+
): Promise<CreateEventBridgeRuleTemplateGroupCommandOutput>;
|
|
530
|
+
createEventBridgeRuleTemplateGroup(
|
|
531
|
+
args: CreateEventBridgeRuleTemplateGroupCommandInput,
|
|
532
|
+
cb: (
|
|
533
|
+
err: any,
|
|
534
|
+
data?: CreateEventBridgeRuleTemplateGroupCommandOutput
|
|
535
|
+
) => void
|
|
536
|
+
): void;
|
|
537
|
+
createEventBridgeRuleTemplateGroup(
|
|
538
|
+
args: CreateEventBridgeRuleTemplateGroupCommandInput,
|
|
539
|
+
options: __HttpHandlerOptions,
|
|
540
|
+
cb: (
|
|
541
|
+
err: any,
|
|
542
|
+
data?: CreateEventBridgeRuleTemplateGroupCommandOutput
|
|
543
|
+
) => void
|
|
544
|
+
): void;
|
|
373
545
|
createInput(): Promise<CreateInputCommandOutput>;
|
|
374
546
|
createInput(
|
|
375
547
|
args: CreateInputCommandInput,
|
|
@@ -437,6 +609,19 @@ export interface MediaLive {
|
|
|
437
609
|
options: __HttpHandlerOptions,
|
|
438
610
|
cb: (err: any, data?: CreatePartnerInputCommandOutput) => void
|
|
439
611
|
): void;
|
|
612
|
+
createSignalMap(
|
|
613
|
+
args: CreateSignalMapCommandInput,
|
|
614
|
+
options?: __HttpHandlerOptions
|
|
615
|
+
): Promise<CreateSignalMapCommandOutput>;
|
|
616
|
+
createSignalMap(
|
|
617
|
+
args: CreateSignalMapCommandInput,
|
|
618
|
+
cb: (err: any, data?: CreateSignalMapCommandOutput) => void
|
|
619
|
+
): void;
|
|
620
|
+
createSignalMap(
|
|
621
|
+
args: CreateSignalMapCommandInput,
|
|
622
|
+
options: __HttpHandlerOptions,
|
|
623
|
+
cb: (err: any, data?: CreateSignalMapCommandOutput) => void
|
|
624
|
+
): void;
|
|
440
625
|
createTags(
|
|
441
626
|
args: CreateTagsCommandInput,
|
|
442
627
|
options?: __HttpHandlerOptions
|
|
@@ -463,6 +648,70 @@ export interface MediaLive {
|
|
|
463
648
|
options: __HttpHandlerOptions,
|
|
464
649
|
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
465
650
|
): void;
|
|
651
|
+
deleteCloudWatchAlarmTemplate(
|
|
652
|
+
args: DeleteCloudWatchAlarmTemplateCommandInput,
|
|
653
|
+
options?: __HttpHandlerOptions
|
|
654
|
+
): Promise<DeleteCloudWatchAlarmTemplateCommandOutput>;
|
|
655
|
+
deleteCloudWatchAlarmTemplate(
|
|
656
|
+
args: DeleteCloudWatchAlarmTemplateCommandInput,
|
|
657
|
+
cb: (err: any, data?: DeleteCloudWatchAlarmTemplateCommandOutput) => void
|
|
658
|
+
): void;
|
|
659
|
+
deleteCloudWatchAlarmTemplate(
|
|
660
|
+
args: DeleteCloudWatchAlarmTemplateCommandInput,
|
|
661
|
+
options: __HttpHandlerOptions,
|
|
662
|
+
cb: (err: any, data?: DeleteCloudWatchAlarmTemplateCommandOutput) => void
|
|
663
|
+
): void;
|
|
664
|
+
deleteCloudWatchAlarmTemplateGroup(
|
|
665
|
+
args: DeleteCloudWatchAlarmTemplateGroupCommandInput,
|
|
666
|
+
options?: __HttpHandlerOptions
|
|
667
|
+
): Promise<DeleteCloudWatchAlarmTemplateGroupCommandOutput>;
|
|
668
|
+
deleteCloudWatchAlarmTemplateGroup(
|
|
669
|
+
args: DeleteCloudWatchAlarmTemplateGroupCommandInput,
|
|
670
|
+
cb: (
|
|
671
|
+
err: any,
|
|
672
|
+
data?: DeleteCloudWatchAlarmTemplateGroupCommandOutput
|
|
673
|
+
) => void
|
|
674
|
+
): void;
|
|
675
|
+
deleteCloudWatchAlarmTemplateGroup(
|
|
676
|
+
args: DeleteCloudWatchAlarmTemplateGroupCommandInput,
|
|
677
|
+
options: __HttpHandlerOptions,
|
|
678
|
+
cb: (
|
|
679
|
+
err: any,
|
|
680
|
+
data?: DeleteCloudWatchAlarmTemplateGroupCommandOutput
|
|
681
|
+
) => void
|
|
682
|
+
): void;
|
|
683
|
+
deleteEventBridgeRuleTemplate(
|
|
684
|
+
args: DeleteEventBridgeRuleTemplateCommandInput,
|
|
685
|
+
options?: __HttpHandlerOptions
|
|
686
|
+
): Promise<DeleteEventBridgeRuleTemplateCommandOutput>;
|
|
687
|
+
deleteEventBridgeRuleTemplate(
|
|
688
|
+
args: DeleteEventBridgeRuleTemplateCommandInput,
|
|
689
|
+
cb: (err: any, data?: DeleteEventBridgeRuleTemplateCommandOutput) => void
|
|
690
|
+
): void;
|
|
691
|
+
deleteEventBridgeRuleTemplate(
|
|
692
|
+
args: DeleteEventBridgeRuleTemplateCommandInput,
|
|
693
|
+
options: __HttpHandlerOptions,
|
|
694
|
+
cb: (err: any, data?: DeleteEventBridgeRuleTemplateCommandOutput) => void
|
|
695
|
+
): void;
|
|
696
|
+
deleteEventBridgeRuleTemplateGroup(
|
|
697
|
+
args: DeleteEventBridgeRuleTemplateGroupCommandInput,
|
|
698
|
+
options?: __HttpHandlerOptions
|
|
699
|
+
): Promise<DeleteEventBridgeRuleTemplateGroupCommandOutput>;
|
|
700
|
+
deleteEventBridgeRuleTemplateGroup(
|
|
701
|
+
args: DeleteEventBridgeRuleTemplateGroupCommandInput,
|
|
702
|
+
cb: (
|
|
703
|
+
err: any,
|
|
704
|
+
data?: DeleteEventBridgeRuleTemplateGroupCommandOutput
|
|
705
|
+
) => void
|
|
706
|
+
): void;
|
|
707
|
+
deleteEventBridgeRuleTemplateGroup(
|
|
708
|
+
args: DeleteEventBridgeRuleTemplateGroupCommandInput,
|
|
709
|
+
options: __HttpHandlerOptions,
|
|
710
|
+
cb: (
|
|
711
|
+
err: any,
|
|
712
|
+
data?: DeleteEventBridgeRuleTemplateGroupCommandOutput
|
|
713
|
+
) => void
|
|
714
|
+
): void;
|
|
466
715
|
deleteInput(
|
|
467
716
|
args: DeleteInputCommandInput,
|
|
468
717
|
options?: __HttpHandlerOptions
|
|
@@ -541,6 +790,19 @@ export interface MediaLive {
|
|
|
541
790
|
options: __HttpHandlerOptions,
|
|
542
791
|
cb: (err: any, data?: DeleteScheduleCommandOutput) => void
|
|
543
792
|
): void;
|
|
793
|
+
deleteSignalMap(
|
|
794
|
+
args: DeleteSignalMapCommandInput,
|
|
795
|
+
options?: __HttpHandlerOptions
|
|
796
|
+
): Promise<DeleteSignalMapCommandOutput>;
|
|
797
|
+
deleteSignalMap(
|
|
798
|
+
args: DeleteSignalMapCommandInput,
|
|
799
|
+
cb: (err: any, data?: DeleteSignalMapCommandOutput) => void
|
|
800
|
+
): void;
|
|
801
|
+
deleteSignalMap(
|
|
802
|
+
args: DeleteSignalMapCommandInput,
|
|
803
|
+
options: __HttpHandlerOptions,
|
|
804
|
+
cb: (err: any, data?: DeleteSignalMapCommandOutput) => void
|
|
805
|
+
): void;
|
|
544
806
|
deleteTags(
|
|
545
807
|
args: DeleteTagsCommandInput,
|
|
546
808
|
options?: __HttpHandlerOptions
|
|
@@ -711,6 +973,71 @@ export interface MediaLive {
|
|
|
711
973
|
options: __HttpHandlerOptions,
|
|
712
974
|
cb: (err: any, data?: DescribeThumbnailsCommandOutput) => void
|
|
713
975
|
): void;
|
|
976
|
+
getCloudWatchAlarmTemplate(
|
|
977
|
+
args: GetCloudWatchAlarmTemplateCommandInput,
|
|
978
|
+
options?: __HttpHandlerOptions
|
|
979
|
+
): Promise<GetCloudWatchAlarmTemplateCommandOutput>;
|
|
980
|
+
getCloudWatchAlarmTemplate(
|
|
981
|
+
args: GetCloudWatchAlarmTemplateCommandInput,
|
|
982
|
+
cb: (err: any, data?: GetCloudWatchAlarmTemplateCommandOutput) => void
|
|
983
|
+
): void;
|
|
984
|
+
getCloudWatchAlarmTemplate(
|
|
985
|
+
args: GetCloudWatchAlarmTemplateCommandInput,
|
|
986
|
+
options: __HttpHandlerOptions,
|
|
987
|
+
cb: (err: any, data?: GetCloudWatchAlarmTemplateCommandOutput) => void
|
|
988
|
+
): void;
|
|
989
|
+
getCloudWatchAlarmTemplateGroup(
|
|
990
|
+
args: GetCloudWatchAlarmTemplateGroupCommandInput,
|
|
991
|
+
options?: __HttpHandlerOptions
|
|
992
|
+
): Promise<GetCloudWatchAlarmTemplateGroupCommandOutput>;
|
|
993
|
+
getCloudWatchAlarmTemplateGroup(
|
|
994
|
+
args: GetCloudWatchAlarmTemplateGroupCommandInput,
|
|
995
|
+
cb: (err: any, data?: GetCloudWatchAlarmTemplateGroupCommandOutput) => void
|
|
996
|
+
): void;
|
|
997
|
+
getCloudWatchAlarmTemplateGroup(
|
|
998
|
+
args: GetCloudWatchAlarmTemplateGroupCommandInput,
|
|
999
|
+
options: __HttpHandlerOptions,
|
|
1000
|
+
cb: (err: any, data?: GetCloudWatchAlarmTemplateGroupCommandOutput) => void
|
|
1001
|
+
): void;
|
|
1002
|
+
getEventBridgeRuleTemplate(
|
|
1003
|
+
args: GetEventBridgeRuleTemplateCommandInput,
|
|
1004
|
+
options?: __HttpHandlerOptions
|
|
1005
|
+
): Promise<GetEventBridgeRuleTemplateCommandOutput>;
|
|
1006
|
+
getEventBridgeRuleTemplate(
|
|
1007
|
+
args: GetEventBridgeRuleTemplateCommandInput,
|
|
1008
|
+
cb: (err: any, data?: GetEventBridgeRuleTemplateCommandOutput) => void
|
|
1009
|
+
): void;
|
|
1010
|
+
getEventBridgeRuleTemplate(
|
|
1011
|
+
args: GetEventBridgeRuleTemplateCommandInput,
|
|
1012
|
+
options: __HttpHandlerOptions,
|
|
1013
|
+
cb: (err: any, data?: GetEventBridgeRuleTemplateCommandOutput) => void
|
|
1014
|
+
): void;
|
|
1015
|
+
getEventBridgeRuleTemplateGroup(
|
|
1016
|
+
args: GetEventBridgeRuleTemplateGroupCommandInput,
|
|
1017
|
+
options?: __HttpHandlerOptions
|
|
1018
|
+
): Promise<GetEventBridgeRuleTemplateGroupCommandOutput>;
|
|
1019
|
+
getEventBridgeRuleTemplateGroup(
|
|
1020
|
+
args: GetEventBridgeRuleTemplateGroupCommandInput,
|
|
1021
|
+
cb: (err: any, data?: GetEventBridgeRuleTemplateGroupCommandOutput) => void
|
|
1022
|
+
): void;
|
|
1023
|
+
getEventBridgeRuleTemplateGroup(
|
|
1024
|
+
args: GetEventBridgeRuleTemplateGroupCommandInput,
|
|
1025
|
+
options: __HttpHandlerOptions,
|
|
1026
|
+
cb: (err: any, data?: GetEventBridgeRuleTemplateGroupCommandOutput) => void
|
|
1027
|
+
): void;
|
|
1028
|
+
getSignalMap(
|
|
1029
|
+
args: GetSignalMapCommandInput,
|
|
1030
|
+
options?: __HttpHandlerOptions
|
|
1031
|
+
): Promise<GetSignalMapCommandOutput>;
|
|
1032
|
+
getSignalMap(
|
|
1033
|
+
args: GetSignalMapCommandInput,
|
|
1034
|
+
cb: (err: any, data?: GetSignalMapCommandOutput) => void
|
|
1035
|
+
): void;
|
|
1036
|
+
getSignalMap(
|
|
1037
|
+
args: GetSignalMapCommandInput,
|
|
1038
|
+
options: __HttpHandlerOptions,
|
|
1039
|
+
cb: (err: any, data?: GetSignalMapCommandOutput) => void
|
|
1040
|
+
): void;
|
|
714
1041
|
listChannels(): Promise<ListChannelsCommandOutput>;
|
|
715
1042
|
listChannels(
|
|
716
1043
|
args: ListChannelsCommandInput,
|
|
@@ -725,6 +1052,74 @@ export interface MediaLive {
|
|
|
725
1052
|
options: __HttpHandlerOptions,
|
|
726
1053
|
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
727
1054
|
): void;
|
|
1055
|
+
listCloudWatchAlarmTemplateGroups(): Promise<ListCloudWatchAlarmTemplateGroupsCommandOutput>;
|
|
1056
|
+
listCloudWatchAlarmTemplateGroups(
|
|
1057
|
+
args: ListCloudWatchAlarmTemplateGroupsCommandInput,
|
|
1058
|
+
options?: __HttpHandlerOptions
|
|
1059
|
+
): Promise<ListCloudWatchAlarmTemplateGroupsCommandOutput>;
|
|
1060
|
+
listCloudWatchAlarmTemplateGroups(
|
|
1061
|
+
args: ListCloudWatchAlarmTemplateGroupsCommandInput,
|
|
1062
|
+
cb: (
|
|
1063
|
+
err: any,
|
|
1064
|
+
data?: ListCloudWatchAlarmTemplateGroupsCommandOutput
|
|
1065
|
+
) => void
|
|
1066
|
+
): void;
|
|
1067
|
+
listCloudWatchAlarmTemplateGroups(
|
|
1068
|
+
args: ListCloudWatchAlarmTemplateGroupsCommandInput,
|
|
1069
|
+
options: __HttpHandlerOptions,
|
|
1070
|
+
cb: (
|
|
1071
|
+
err: any,
|
|
1072
|
+
data?: ListCloudWatchAlarmTemplateGroupsCommandOutput
|
|
1073
|
+
) => void
|
|
1074
|
+
): void;
|
|
1075
|
+
listCloudWatchAlarmTemplates(): Promise<ListCloudWatchAlarmTemplatesCommandOutput>;
|
|
1076
|
+
listCloudWatchAlarmTemplates(
|
|
1077
|
+
args: ListCloudWatchAlarmTemplatesCommandInput,
|
|
1078
|
+
options?: __HttpHandlerOptions
|
|
1079
|
+
): Promise<ListCloudWatchAlarmTemplatesCommandOutput>;
|
|
1080
|
+
listCloudWatchAlarmTemplates(
|
|
1081
|
+
args: ListCloudWatchAlarmTemplatesCommandInput,
|
|
1082
|
+
cb: (err: any, data?: ListCloudWatchAlarmTemplatesCommandOutput) => void
|
|
1083
|
+
): void;
|
|
1084
|
+
listCloudWatchAlarmTemplates(
|
|
1085
|
+
args: ListCloudWatchAlarmTemplatesCommandInput,
|
|
1086
|
+
options: __HttpHandlerOptions,
|
|
1087
|
+
cb: (err: any, data?: ListCloudWatchAlarmTemplatesCommandOutput) => void
|
|
1088
|
+
): void;
|
|
1089
|
+
listEventBridgeRuleTemplateGroups(): Promise<ListEventBridgeRuleTemplateGroupsCommandOutput>;
|
|
1090
|
+
listEventBridgeRuleTemplateGroups(
|
|
1091
|
+
args: ListEventBridgeRuleTemplateGroupsCommandInput,
|
|
1092
|
+
options?: __HttpHandlerOptions
|
|
1093
|
+
): Promise<ListEventBridgeRuleTemplateGroupsCommandOutput>;
|
|
1094
|
+
listEventBridgeRuleTemplateGroups(
|
|
1095
|
+
args: ListEventBridgeRuleTemplateGroupsCommandInput,
|
|
1096
|
+
cb: (
|
|
1097
|
+
err: any,
|
|
1098
|
+
data?: ListEventBridgeRuleTemplateGroupsCommandOutput
|
|
1099
|
+
) => void
|
|
1100
|
+
): void;
|
|
1101
|
+
listEventBridgeRuleTemplateGroups(
|
|
1102
|
+
args: ListEventBridgeRuleTemplateGroupsCommandInput,
|
|
1103
|
+
options: __HttpHandlerOptions,
|
|
1104
|
+
cb: (
|
|
1105
|
+
err: any,
|
|
1106
|
+
data?: ListEventBridgeRuleTemplateGroupsCommandOutput
|
|
1107
|
+
) => void
|
|
1108
|
+
): void;
|
|
1109
|
+
listEventBridgeRuleTemplates(): Promise<ListEventBridgeRuleTemplatesCommandOutput>;
|
|
1110
|
+
listEventBridgeRuleTemplates(
|
|
1111
|
+
args: ListEventBridgeRuleTemplatesCommandInput,
|
|
1112
|
+
options?: __HttpHandlerOptions
|
|
1113
|
+
): Promise<ListEventBridgeRuleTemplatesCommandOutput>;
|
|
1114
|
+
listEventBridgeRuleTemplates(
|
|
1115
|
+
args: ListEventBridgeRuleTemplatesCommandInput,
|
|
1116
|
+
cb: (err: any, data?: ListEventBridgeRuleTemplatesCommandOutput) => void
|
|
1117
|
+
): void;
|
|
1118
|
+
listEventBridgeRuleTemplates(
|
|
1119
|
+
args: ListEventBridgeRuleTemplatesCommandInput,
|
|
1120
|
+
options: __HttpHandlerOptions,
|
|
1121
|
+
cb: (err: any, data?: ListEventBridgeRuleTemplatesCommandOutput) => void
|
|
1122
|
+
): void;
|
|
728
1123
|
listInputDevices(): Promise<ListInputDevicesCommandOutput>;
|
|
729
1124
|
listInputDevices(
|
|
730
1125
|
args: ListInputDevicesCommandInput,
|
|
@@ -835,6 +1230,20 @@ export interface MediaLive {
|
|
|
835
1230
|
options: __HttpHandlerOptions,
|
|
836
1231
|
cb: (err: any, data?: ListReservationsCommandOutput) => void
|
|
837
1232
|
): void;
|
|
1233
|
+
listSignalMaps(): Promise<ListSignalMapsCommandOutput>;
|
|
1234
|
+
listSignalMaps(
|
|
1235
|
+
args: ListSignalMapsCommandInput,
|
|
1236
|
+
options?: __HttpHandlerOptions
|
|
1237
|
+
): Promise<ListSignalMapsCommandOutput>;
|
|
1238
|
+
listSignalMaps(
|
|
1239
|
+
args: ListSignalMapsCommandInput,
|
|
1240
|
+
cb: (err: any, data?: ListSignalMapsCommandOutput) => void
|
|
1241
|
+
): void;
|
|
1242
|
+
listSignalMaps(
|
|
1243
|
+
args: ListSignalMapsCommandInput,
|
|
1244
|
+
options: __HttpHandlerOptions,
|
|
1245
|
+
cb: (err: any, data?: ListSignalMapsCommandOutput) => void
|
|
1246
|
+
): void;
|
|
838
1247
|
listTagsForResource(
|
|
839
1248
|
args: ListTagsForResourceCommandInput,
|
|
840
1249
|
options?: __HttpHandlerOptions
|
|
@@ -913,6 +1322,19 @@ export interface MediaLive {
|
|
|
913
1322
|
options: __HttpHandlerOptions,
|
|
914
1323
|
cb: (err: any, data?: StartChannelCommandOutput) => void
|
|
915
1324
|
): void;
|
|
1325
|
+
startDeleteMonitorDeployment(
|
|
1326
|
+
args: StartDeleteMonitorDeploymentCommandInput,
|
|
1327
|
+
options?: __HttpHandlerOptions
|
|
1328
|
+
): Promise<StartDeleteMonitorDeploymentCommandOutput>;
|
|
1329
|
+
startDeleteMonitorDeployment(
|
|
1330
|
+
args: StartDeleteMonitorDeploymentCommandInput,
|
|
1331
|
+
cb: (err: any, data?: StartDeleteMonitorDeploymentCommandOutput) => void
|
|
1332
|
+
): void;
|
|
1333
|
+
startDeleteMonitorDeployment(
|
|
1334
|
+
args: StartDeleteMonitorDeploymentCommandInput,
|
|
1335
|
+
options: __HttpHandlerOptions,
|
|
1336
|
+
cb: (err: any, data?: StartDeleteMonitorDeploymentCommandOutput) => void
|
|
1337
|
+
): void;
|
|
916
1338
|
startInputDevice(
|
|
917
1339
|
args: StartInputDeviceCommandInput,
|
|
918
1340
|
options?: __HttpHandlerOptions
|
|
@@ -945,6 +1367,19 @@ export interface MediaLive {
|
|
|
945
1367
|
data?: StartInputDeviceMaintenanceWindowCommandOutput
|
|
946
1368
|
) => void
|
|
947
1369
|
): void;
|
|
1370
|
+
startMonitorDeployment(
|
|
1371
|
+
args: StartMonitorDeploymentCommandInput,
|
|
1372
|
+
options?: __HttpHandlerOptions
|
|
1373
|
+
): Promise<StartMonitorDeploymentCommandOutput>;
|
|
1374
|
+
startMonitorDeployment(
|
|
1375
|
+
args: StartMonitorDeploymentCommandInput,
|
|
1376
|
+
cb: (err: any, data?: StartMonitorDeploymentCommandOutput) => void
|
|
1377
|
+
): void;
|
|
1378
|
+
startMonitorDeployment(
|
|
1379
|
+
args: StartMonitorDeploymentCommandInput,
|
|
1380
|
+
options: __HttpHandlerOptions,
|
|
1381
|
+
cb: (err: any, data?: StartMonitorDeploymentCommandOutput) => void
|
|
1382
|
+
): void;
|
|
948
1383
|
startMultiplex(
|
|
949
1384
|
args: StartMultiplexCommandInput,
|
|
950
1385
|
options?: __HttpHandlerOptions
|
|
@@ -958,6 +1393,19 @@ export interface MediaLive {
|
|
|
958
1393
|
options: __HttpHandlerOptions,
|
|
959
1394
|
cb: (err: any, data?: StartMultiplexCommandOutput) => void
|
|
960
1395
|
): void;
|
|
1396
|
+
startUpdateSignalMap(
|
|
1397
|
+
args: StartUpdateSignalMapCommandInput,
|
|
1398
|
+
options?: __HttpHandlerOptions
|
|
1399
|
+
): Promise<StartUpdateSignalMapCommandOutput>;
|
|
1400
|
+
startUpdateSignalMap(
|
|
1401
|
+
args: StartUpdateSignalMapCommandInput,
|
|
1402
|
+
cb: (err: any, data?: StartUpdateSignalMapCommandOutput) => void
|
|
1403
|
+
): void;
|
|
1404
|
+
startUpdateSignalMap(
|
|
1405
|
+
args: StartUpdateSignalMapCommandInput,
|
|
1406
|
+
options: __HttpHandlerOptions,
|
|
1407
|
+
cb: (err: any, data?: StartUpdateSignalMapCommandOutput) => void
|
|
1408
|
+
): void;
|
|
961
1409
|
stopChannel(
|
|
962
1410
|
args: StopChannelCommandInput,
|
|
963
1411
|
options?: __HttpHandlerOptions
|
|
@@ -1050,6 +1498,70 @@ export interface MediaLive {
|
|
|
1050
1498
|
options: __HttpHandlerOptions,
|
|
1051
1499
|
cb: (err: any, data?: UpdateChannelClassCommandOutput) => void
|
|
1052
1500
|
): void;
|
|
1501
|
+
updateCloudWatchAlarmTemplate(
|
|
1502
|
+
args: UpdateCloudWatchAlarmTemplateCommandInput,
|
|
1503
|
+
options?: __HttpHandlerOptions
|
|
1504
|
+
): Promise<UpdateCloudWatchAlarmTemplateCommandOutput>;
|
|
1505
|
+
updateCloudWatchAlarmTemplate(
|
|
1506
|
+
args: UpdateCloudWatchAlarmTemplateCommandInput,
|
|
1507
|
+
cb: (err: any, data?: UpdateCloudWatchAlarmTemplateCommandOutput) => void
|
|
1508
|
+
): void;
|
|
1509
|
+
updateCloudWatchAlarmTemplate(
|
|
1510
|
+
args: UpdateCloudWatchAlarmTemplateCommandInput,
|
|
1511
|
+
options: __HttpHandlerOptions,
|
|
1512
|
+
cb: (err: any, data?: UpdateCloudWatchAlarmTemplateCommandOutput) => void
|
|
1513
|
+
): void;
|
|
1514
|
+
updateCloudWatchAlarmTemplateGroup(
|
|
1515
|
+
args: UpdateCloudWatchAlarmTemplateGroupCommandInput,
|
|
1516
|
+
options?: __HttpHandlerOptions
|
|
1517
|
+
): Promise<UpdateCloudWatchAlarmTemplateGroupCommandOutput>;
|
|
1518
|
+
updateCloudWatchAlarmTemplateGroup(
|
|
1519
|
+
args: UpdateCloudWatchAlarmTemplateGroupCommandInput,
|
|
1520
|
+
cb: (
|
|
1521
|
+
err: any,
|
|
1522
|
+
data?: UpdateCloudWatchAlarmTemplateGroupCommandOutput
|
|
1523
|
+
) => void
|
|
1524
|
+
): void;
|
|
1525
|
+
updateCloudWatchAlarmTemplateGroup(
|
|
1526
|
+
args: UpdateCloudWatchAlarmTemplateGroupCommandInput,
|
|
1527
|
+
options: __HttpHandlerOptions,
|
|
1528
|
+
cb: (
|
|
1529
|
+
err: any,
|
|
1530
|
+
data?: UpdateCloudWatchAlarmTemplateGroupCommandOutput
|
|
1531
|
+
) => void
|
|
1532
|
+
): void;
|
|
1533
|
+
updateEventBridgeRuleTemplate(
|
|
1534
|
+
args: UpdateEventBridgeRuleTemplateCommandInput,
|
|
1535
|
+
options?: __HttpHandlerOptions
|
|
1536
|
+
): Promise<UpdateEventBridgeRuleTemplateCommandOutput>;
|
|
1537
|
+
updateEventBridgeRuleTemplate(
|
|
1538
|
+
args: UpdateEventBridgeRuleTemplateCommandInput,
|
|
1539
|
+
cb: (err: any, data?: UpdateEventBridgeRuleTemplateCommandOutput) => void
|
|
1540
|
+
): void;
|
|
1541
|
+
updateEventBridgeRuleTemplate(
|
|
1542
|
+
args: UpdateEventBridgeRuleTemplateCommandInput,
|
|
1543
|
+
options: __HttpHandlerOptions,
|
|
1544
|
+
cb: (err: any, data?: UpdateEventBridgeRuleTemplateCommandOutput) => void
|
|
1545
|
+
): void;
|
|
1546
|
+
updateEventBridgeRuleTemplateGroup(
|
|
1547
|
+
args: UpdateEventBridgeRuleTemplateGroupCommandInput,
|
|
1548
|
+
options?: __HttpHandlerOptions
|
|
1549
|
+
): Promise<UpdateEventBridgeRuleTemplateGroupCommandOutput>;
|
|
1550
|
+
updateEventBridgeRuleTemplateGroup(
|
|
1551
|
+
args: UpdateEventBridgeRuleTemplateGroupCommandInput,
|
|
1552
|
+
cb: (
|
|
1553
|
+
err: any,
|
|
1554
|
+
data?: UpdateEventBridgeRuleTemplateGroupCommandOutput
|
|
1555
|
+
) => void
|
|
1556
|
+
): void;
|
|
1557
|
+
updateEventBridgeRuleTemplateGroup(
|
|
1558
|
+
args: UpdateEventBridgeRuleTemplateGroupCommandInput,
|
|
1559
|
+
options: __HttpHandlerOptions,
|
|
1560
|
+
cb: (
|
|
1561
|
+
err: any,
|
|
1562
|
+
data?: UpdateEventBridgeRuleTemplateGroupCommandOutput
|
|
1563
|
+
) => void
|
|
1564
|
+
): void;
|
|
1053
1565
|
updateInput(
|
|
1054
1566
|
args: UpdateInputCommandInput,
|
|
1055
1567
|
options?: __HttpHandlerOptions
|