@aws-sdk/client-medialive 3.130.0 → 3.137.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/CHANGELOG.md +30 -0
- package/dist-cjs/MediaLive.js +30 -0
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
- package/dist-cjs/commands/BatchStartCommand.js +2 -2
- package/dist-cjs/commands/BatchStopCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
- package/dist-cjs/commands/CreateChannelCommand.js +2 -2
- package/dist-cjs/commands/CreateInputCommand.js +2 -2
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
- package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
- package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
- package/dist-cjs/commands/ListChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
- package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListInputsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListReservationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RebootInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/StartChannelCommand.js +2 -2
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +36 -0
- package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
- package/dist-cjs/commands/StopChannelCommand.js +2 -2
- package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
- package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputCommand.js +3 -2
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +574 -858
- package/dist-cjs/models/models_1.js +779 -1164
- package/dist-cjs/models/models_2.js +45 -37
- package/dist-cjs/protocols/Aws_restJson1.js +171 -3
- package/dist-es/MediaLive.js +30 -0
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/BatchDeleteCommand.js +3 -3
- package/dist-es/commands/BatchStartCommand.js +3 -3
- package/dist-es/commands/BatchStopCommand.js +3 -3
- package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/ClaimDeviceCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateInputCommand.js +3 -3
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInputCommand.js +3 -3
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DeleteReservationCommand.js +3 -3
- package/dist-es/commands/DeleteScheduleCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeChannelCommand.js +3 -3
- package/dist-es/commands/DescribeInputCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DescribeOfferingCommand.js +3 -3
- package/dist-es/commands/DescribeReservationCommand.js +3 -3
- package/dist-es/commands/DescribeScheduleCommand.js +3 -3
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
- package/dist-es/commands/ListInputDevicesCommand.js +3 -3
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/ListInputsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexesCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListReservationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RebootInputDeviceCommand.js +39 -0
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +39 -0
- package/dist-es/commands/StartMultiplexCommand.js +3 -3
- package/dist-es/commands/StopChannelCommand.js +3 -3
- package/dist-es/commands/StopMultiplexCommand.js +3 -3
- package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/commands/UpdateInputCommand.js +4 -3
- package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/UpdateReservationCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +142 -568
- package/dist-es/models/models_1.js +197 -772
- package/dist-es/models/models_2.js +11 -24
- package/dist-es/protocols/Aws_restJson1.js +224 -0
- package/dist-types/MediaLive.d.ts +14 -0
- package/dist-types/MediaLiveClient.d.ts +4 -2
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +568 -852
- package/dist-types/models/models_1.d.ts +788 -1251
- package/dist-types/models/models_2.d.ts +155 -37
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/MediaLive.d.ts +10 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +284 -568
- package/dist-types/ts3.4/models/models_1.d.ts +397 -820
- package/dist-types/ts3.4/models/models_2.d.ts +81 -25
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +7 -7
|
@@ -1,4 +1,114 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputWhitelistRuleCidr } from "./models_0";
|
|
2
|
+
import { InputDeviceConfigurableSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* Placeholder documentation for UpdateInputResponse
|
|
5
|
+
*/
|
|
6
|
+
export interface UpdateInputResponse {
|
|
7
|
+
/**
|
|
8
|
+
* Placeholder documentation for Input
|
|
9
|
+
*/
|
|
10
|
+
Input?: Input;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* A request to update an input device.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateInputDeviceRequest {
|
|
16
|
+
/**
|
|
17
|
+
* The settings that you want to apply to the HD input device.
|
|
18
|
+
*/
|
|
19
|
+
HdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
20
|
+
/**
|
|
21
|
+
* The unique ID of the input device. For example, hd-123456789abcdef.
|
|
22
|
+
*/
|
|
23
|
+
InputDeviceId: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The name that you assigned to this input device (not the unique ID).
|
|
26
|
+
*/
|
|
27
|
+
Name?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The settings that you want to apply to the UHD input device.
|
|
30
|
+
*/
|
|
31
|
+
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Placeholder documentation for UpdateInputDeviceResponse
|
|
35
|
+
*/
|
|
36
|
+
export interface UpdateInputDeviceResponse {
|
|
37
|
+
/**
|
|
38
|
+
* The unique ARN of the input device.
|
|
39
|
+
*/
|
|
40
|
+
Arn?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The state of the connection between the input device and AWS.
|
|
43
|
+
*/
|
|
44
|
+
ConnectionState?: InputDeviceConnectionState | string;
|
|
45
|
+
/**
|
|
46
|
+
* The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
|
|
47
|
+
*/
|
|
48
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
|
|
49
|
+
/**
|
|
50
|
+
* The status of software on the input device.
|
|
51
|
+
*/
|
|
52
|
+
DeviceUpdateStatus?: DeviceUpdateStatus | string;
|
|
53
|
+
/**
|
|
54
|
+
* Settings that describe an input device that is type HD.
|
|
55
|
+
*/
|
|
56
|
+
HdDeviceSettings?: InputDeviceHdSettings;
|
|
57
|
+
/**
|
|
58
|
+
* The unique ID of the input device.
|
|
59
|
+
*/
|
|
60
|
+
Id?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The network MAC address of the input device.
|
|
63
|
+
*/
|
|
64
|
+
MacAddress?: string;
|
|
65
|
+
/**
|
|
66
|
+
* A name that you specify for the input device.
|
|
67
|
+
*/
|
|
68
|
+
Name?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The network settings for the input device.
|
|
71
|
+
*/
|
|
72
|
+
NetworkSettings?: InputDeviceNetworkSettings;
|
|
73
|
+
/**
|
|
74
|
+
* The unique serial number of the input device.
|
|
75
|
+
*/
|
|
76
|
+
SerialNumber?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The type of the input device.
|
|
79
|
+
*/
|
|
80
|
+
Type?: InputDeviceType | string;
|
|
81
|
+
/**
|
|
82
|
+
* Settings that describe an input device that is type UHD.
|
|
83
|
+
*/
|
|
84
|
+
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.
|
|
88
|
+
*/
|
|
89
|
+
export interface UpdateInputSecurityGroupRequest {
|
|
90
|
+
/**
|
|
91
|
+
* The id of the Input Security Group to update.
|
|
92
|
+
*/
|
|
93
|
+
InputSecurityGroupId: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* A collection of key-value pairs.
|
|
96
|
+
*/
|
|
97
|
+
Tags?: Record<string, string>;
|
|
98
|
+
/**
|
|
99
|
+
* List of IPv4 CIDR addresses to whitelist
|
|
100
|
+
*/
|
|
101
|
+
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Placeholder documentation for UpdateInputSecurityGroupResponse
|
|
105
|
+
*/
|
|
106
|
+
export interface UpdateInputSecurityGroupResponse {
|
|
107
|
+
/**
|
|
108
|
+
* An Input Security Group
|
|
109
|
+
*/
|
|
110
|
+
SecurityGroup?: InputSecurityGroup;
|
|
111
|
+
}
|
|
2
112
|
/**
|
|
3
113
|
* A request to update a multiplex.
|
|
4
114
|
*/
|
|
@@ -16,12 +126,6 @@ export interface UpdateMultiplexRequest {
|
|
|
16
126
|
*/
|
|
17
127
|
Name?: string;
|
|
18
128
|
}
|
|
19
|
-
export declare namespace UpdateMultiplexRequest {
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
24
|
-
}
|
|
25
129
|
/**
|
|
26
130
|
* Placeholder documentation for UpdateMultiplexResponse
|
|
27
131
|
*/
|
|
@@ -31,12 +135,6 @@ export interface UpdateMultiplexResponse {
|
|
|
31
135
|
*/
|
|
32
136
|
Multiplex?: Multiplex;
|
|
33
137
|
}
|
|
34
|
-
export declare namespace UpdateMultiplexResponse {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
39
|
-
}
|
|
40
138
|
/**
|
|
41
139
|
* A request to update a program in a multiplex.
|
|
42
140
|
*/
|
|
@@ -54,12 +152,6 @@ export interface UpdateMultiplexProgramRequest {
|
|
|
54
152
|
*/
|
|
55
153
|
ProgramName: string | undefined;
|
|
56
154
|
}
|
|
57
|
-
export declare namespace UpdateMultiplexProgramRequest {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
62
|
-
}
|
|
63
155
|
/**
|
|
64
156
|
* Placeholder documentation for UpdateMultiplexProgramResponse
|
|
65
157
|
*/
|
|
@@ -69,12 +161,6 @@ export interface UpdateMultiplexProgramResponse {
|
|
|
69
161
|
*/
|
|
70
162
|
MultiplexProgram?: MultiplexProgram;
|
|
71
163
|
}
|
|
72
|
-
export declare namespace UpdateMultiplexProgramResponse {
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
|
|
77
|
-
}
|
|
78
164
|
/**
|
|
79
165
|
* Request to update a reservation
|
|
80
166
|
*/
|
|
@@ -92,12 +178,6 @@ export interface UpdateReservationRequest {
|
|
|
92
178
|
*/
|
|
93
179
|
ReservationId: string | undefined;
|
|
94
180
|
}
|
|
95
|
-
export declare namespace UpdateReservationRequest {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
const filterSensitiveLog: (obj: UpdateReservationRequest) => any;
|
|
100
|
-
}
|
|
101
181
|
/**
|
|
102
182
|
* Placeholder documentation for UpdateReservationResponse
|
|
103
183
|
*/
|
|
@@ -107,9 +187,47 @@ export interface UpdateReservationResponse {
|
|
|
107
187
|
*/
|
|
108
188
|
Reservation?: Reservation;
|
|
109
189
|
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
190
|
+
/**
|
|
191
|
+
* @internal
|
|
192
|
+
*/
|
|
193
|
+
export declare const UpdateInputResponseFilterSensitiveLog: (obj: UpdateInputResponse) => any;
|
|
194
|
+
/**
|
|
195
|
+
* @internal
|
|
196
|
+
*/
|
|
197
|
+
export declare const UpdateInputDeviceRequestFilterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
|
|
198
|
+
/**
|
|
199
|
+
* @internal
|
|
200
|
+
*/
|
|
201
|
+
export declare const UpdateInputDeviceResponseFilterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
205
|
+
export declare const UpdateInputSecurityGroupRequestFilterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
|
|
206
|
+
/**
|
|
207
|
+
* @internal
|
|
208
|
+
*/
|
|
209
|
+
export declare const UpdateInputSecurityGroupResponseFilterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
|
|
210
|
+
/**
|
|
211
|
+
* @internal
|
|
212
|
+
*/
|
|
213
|
+
export declare const UpdateMultiplexRequestFilterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
214
|
+
/**
|
|
215
|
+
* @internal
|
|
216
|
+
*/
|
|
217
|
+
export declare const UpdateMultiplexResponseFilterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
218
|
+
/**
|
|
219
|
+
* @internal
|
|
220
|
+
*/
|
|
221
|
+
export declare const UpdateMultiplexProgramRequestFilterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
222
|
+
/**
|
|
223
|
+
* @internal
|
|
224
|
+
*/
|
|
225
|
+
export declare const UpdateMultiplexProgramResponseFilterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
|
|
226
|
+
/**
|
|
227
|
+
* @internal
|
|
228
|
+
*/
|
|
229
|
+
export declare const UpdateReservationRequestFilterSensitiveLog: (obj: UpdateReservationRequest) => any;
|
|
230
|
+
/**
|
|
231
|
+
* @internal
|
|
232
|
+
*/
|
|
233
|
+
export declare const UpdateReservationResponseFilterSensitiveLog: (obj: UpdateReservationResponse) => any;
|
|
@@ -43,8 +43,10 @@ import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../comman
|
|
|
43
43
|
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
|
|
44
44
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
45
45
|
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "../commands/PurchaseOfferingCommand";
|
|
46
|
+
import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "../commands/RebootInputDeviceCommand";
|
|
46
47
|
import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "../commands/RejectInputDeviceTransferCommand";
|
|
47
48
|
import { StartChannelCommandInput, StartChannelCommandOutput } from "../commands/StartChannelCommand";
|
|
49
|
+
import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "../commands/StartInputDeviceMaintenanceWindowCommand";
|
|
48
50
|
import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "../commands/StartMultiplexCommand";
|
|
49
51
|
import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/StopChannelCommand";
|
|
50
52
|
import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "../commands/StopMultiplexCommand";
|
|
@@ -100,8 +102,10 @@ export declare const serializeAws_restJson1ListOfferingsCommand: (input: ListOff
|
|
|
100
102
|
export declare const serializeAws_restJson1ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
103
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
104
|
export declare const serializeAws_restJson1PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_restJson1RebootInputDeviceCommand: (input: RebootInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
106
|
export declare const serializeAws_restJson1RejectInputDeviceTransferCommand: (input: RejectInputDeviceTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
107
|
export declare const serializeAws_restJson1StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_restJson1StartInputDeviceMaintenanceWindowCommand: (input: StartInputDeviceMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
109
|
export declare const serializeAws_restJson1StartMultiplexCommand: (input: StartMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
110
|
export declare const serializeAws_restJson1StopChannelCommand: (input: StopChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
111
|
export declare const serializeAws_restJson1StopMultiplexCommand: (input: StopMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -157,8 +161,10 @@ export declare const deserializeAws_restJson1ListOfferingsCommand: (output: __Ht
|
|
|
157
161
|
export declare const deserializeAws_restJson1ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
|
|
158
162
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
159
163
|
export declare const deserializeAws_restJson1PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
|
|
164
|
+
export declare const deserializeAws_restJson1RebootInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RebootInputDeviceCommandOutput>;
|
|
160
165
|
export declare const deserializeAws_restJson1RejectInputDeviceTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInputDeviceTransferCommandOutput>;
|
|
161
166
|
export declare const deserializeAws_restJson1StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_restJson1StartInputDeviceMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInputDeviceMaintenanceWindowCommandOutput>;
|
|
162
168
|
export declare const deserializeAws_restJson1StartMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMultiplexCommandOutput>;
|
|
163
169
|
export declare const deserializeAws_restJson1StopChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopChannelCommandOutput>;
|
|
164
170
|
export declare const deserializeAws_restJson1StopMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMultiplexCommandOutput>;
|
|
@@ -42,8 +42,10 @@ import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./command
|
|
|
42
42
|
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
|
|
43
43
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
44
44
|
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
45
|
+
import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
|
|
45
46
|
import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
|
|
46
47
|
import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
|
|
48
|
+
import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
|
|
47
49
|
import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
|
|
48
50
|
import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
|
|
49
51
|
import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
|
|
@@ -232,6 +234,10 @@ export declare class MediaLive extends MediaLiveClient {
|
|
|
232
234
|
purchaseOffering(args: PurchaseOfferingCommandInput, cb: (err: any, data?: PurchaseOfferingCommandOutput) => void): void;
|
|
233
235
|
purchaseOffering(args: PurchaseOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseOfferingCommandOutput) => void): void;
|
|
234
236
|
|
|
237
|
+
rebootInputDevice(args: RebootInputDeviceCommandInput, options?: __HttpHandlerOptions): Promise<RebootInputDeviceCommandOutput>;
|
|
238
|
+
rebootInputDevice(args: RebootInputDeviceCommandInput, cb: (err: any, data?: RebootInputDeviceCommandOutput) => void): void;
|
|
239
|
+
rebootInputDevice(args: RebootInputDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootInputDeviceCommandOutput) => void): void;
|
|
240
|
+
|
|
235
241
|
rejectInputDeviceTransfer(args: RejectInputDeviceTransferCommandInput, options?: __HttpHandlerOptions): Promise<RejectInputDeviceTransferCommandOutput>;
|
|
236
242
|
rejectInputDeviceTransfer(args: RejectInputDeviceTransferCommandInput, cb: (err: any, data?: RejectInputDeviceTransferCommandOutput) => void): void;
|
|
237
243
|
rejectInputDeviceTransfer(args: RejectInputDeviceTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectInputDeviceTransferCommandOutput) => void): void;
|
|
@@ -240,6 +246,10 @@ export declare class MediaLive extends MediaLiveClient {
|
|
|
240
246
|
startChannel(args: StartChannelCommandInput, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
|
|
241
247
|
startChannel(args: StartChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
|
|
242
248
|
|
|
249
|
+
startInputDeviceMaintenanceWindow(args: StartInputDeviceMaintenanceWindowCommandInput, options?: __HttpHandlerOptions): Promise<StartInputDeviceMaintenanceWindowCommandOutput>;
|
|
250
|
+
startInputDeviceMaintenanceWindow(args: StartInputDeviceMaintenanceWindowCommandInput, cb: (err: any, data?: StartInputDeviceMaintenanceWindowCommandOutput) => void): void;
|
|
251
|
+
startInputDeviceMaintenanceWindow(args: StartInputDeviceMaintenanceWindowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInputDeviceMaintenanceWindowCommandOutput) => void): void;
|
|
252
|
+
|
|
243
253
|
startMultiplex(args: StartMultiplexCommandInput, options?: __HttpHandlerOptions): Promise<StartMultiplexCommandOutput>;
|
|
244
254
|
startMultiplex(args: StartMultiplexCommandInput, cb: (err: any, data?: StartMultiplexCommandOutput) => void): void;
|
|
245
255
|
startMultiplex(args: StartMultiplexCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMultiplexCommandOutput) => void): void;
|
|
@@ -49,8 +49,10 @@ import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./command
|
|
|
49
49
|
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
|
|
50
50
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
51
51
|
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
52
|
+
import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
|
|
52
53
|
import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
|
|
53
54
|
import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
|
|
55
|
+
import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
|
|
54
56
|
import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
|
|
55
57
|
import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
|
|
56
58
|
import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
|
|
@@ -63,8 +65,8 @@ import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOu
|
|
|
63
65
|
import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
|
|
64
66
|
import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
|
|
65
67
|
import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
|
|
66
|
-
export declare type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreatePartnerInputCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteTagsCommandInput | DescribeChannelCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | ListChannelsCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RejectInputDeviceTransferCommandInput | StartChannelCommandInput | StartMultiplexCommandInput | StopChannelCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateReservationCommandInput;
|
|
67
|
-
export declare type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreatePartnerInputCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteTagsCommandOutput | DescribeChannelCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | ListChannelsCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RejectInputDeviceTransferCommandOutput | StartChannelCommandOutput | StartMultiplexCommandOutput | StopChannelCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateReservationCommandOutput;
|
|
68
|
+
export declare type ServiceInputTypes = AcceptInputDeviceTransferCommandInput | BatchDeleteCommandInput | BatchStartCommandInput | BatchStopCommandInput | BatchUpdateScheduleCommandInput | CancelInputDeviceTransferCommandInput | ClaimDeviceCommandInput | CreateChannelCommandInput | CreateInputCommandInput | CreateInputSecurityGroupCommandInput | CreateMultiplexCommandInput | CreateMultiplexProgramCommandInput | CreatePartnerInputCommandInput | CreateTagsCommandInput | DeleteChannelCommandInput | DeleteInputCommandInput | DeleteInputSecurityGroupCommandInput | DeleteMultiplexCommandInput | DeleteMultiplexProgramCommandInput | DeleteReservationCommandInput | DeleteScheduleCommandInput | DeleteTagsCommandInput | DescribeChannelCommandInput | DescribeInputCommandInput | DescribeInputDeviceCommandInput | DescribeInputDeviceThumbnailCommandInput | DescribeInputSecurityGroupCommandInput | DescribeMultiplexCommandInput | DescribeMultiplexProgramCommandInput | DescribeOfferingCommandInput | DescribeReservationCommandInput | DescribeScheduleCommandInput | ListChannelsCommandInput | ListInputDeviceTransfersCommandInput | ListInputDevicesCommandInput | ListInputSecurityGroupsCommandInput | ListInputsCommandInput | ListMultiplexProgramsCommandInput | ListMultiplexesCommandInput | ListOfferingsCommandInput | ListReservationsCommandInput | ListTagsForResourceCommandInput | PurchaseOfferingCommandInput | RebootInputDeviceCommandInput | RejectInputDeviceTransferCommandInput | StartChannelCommandInput | StartInputDeviceMaintenanceWindowCommandInput | StartMultiplexCommandInput | StopChannelCommandInput | StopMultiplexCommandInput | TransferInputDeviceCommandInput | UpdateChannelClassCommandInput | UpdateChannelCommandInput | UpdateInputCommandInput | UpdateInputDeviceCommandInput | UpdateInputSecurityGroupCommandInput | UpdateMultiplexCommandInput | UpdateMultiplexProgramCommandInput | UpdateReservationCommandInput;
|
|
69
|
+
export declare type ServiceOutputTypes = AcceptInputDeviceTransferCommandOutput | BatchDeleteCommandOutput | BatchStartCommandOutput | BatchStopCommandOutput | BatchUpdateScheduleCommandOutput | CancelInputDeviceTransferCommandOutput | ClaimDeviceCommandOutput | CreateChannelCommandOutput | CreateInputCommandOutput | CreateInputSecurityGroupCommandOutput | CreateMultiplexCommandOutput | CreateMultiplexProgramCommandOutput | CreatePartnerInputCommandOutput | CreateTagsCommandOutput | DeleteChannelCommandOutput | DeleteInputCommandOutput | DeleteInputSecurityGroupCommandOutput | DeleteMultiplexCommandOutput | DeleteMultiplexProgramCommandOutput | DeleteReservationCommandOutput | DeleteScheduleCommandOutput | DeleteTagsCommandOutput | DescribeChannelCommandOutput | DescribeInputCommandOutput | DescribeInputDeviceCommandOutput | DescribeInputDeviceThumbnailCommandOutput | DescribeInputSecurityGroupCommandOutput | DescribeMultiplexCommandOutput | DescribeMultiplexProgramCommandOutput | DescribeOfferingCommandOutput | DescribeReservationCommandOutput | DescribeScheduleCommandOutput | ListChannelsCommandOutput | ListInputDeviceTransfersCommandOutput | ListInputDevicesCommandOutput | ListInputSecurityGroupsCommandOutput | ListInputsCommandOutput | ListMultiplexProgramsCommandOutput | ListMultiplexesCommandOutput | ListOfferingsCommandOutput | ListReservationsCommandOutput | ListTagsForResourceCommandOutput | PurchaseOfferingCommandOutput | RebootInputDeviceCommandOutput | RejectInputDeviceTransferCommandOutput | StartChannelCommandOutput | StartInputDeviceMaintenanceWindowCommandOutput | StartMultiplexCommandOutput | StopChannelCommandOutput | StopMultiplexCommandOutput | TransferInputDeviceCommandOutput | UpdateChannelClassCommandOutput | UpdateChannelCommandOutput | UpdateInputCommandOutput | UpdateInputDeviceCommandOutput | UpdateInputSecurityGroupCommandOutput | UpdateMultiplexCommandOutput | UpdateMultiplexProgramCommandOutput | UpdateReservationCommandOutput;
|
|
68
70
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
69
71
|
|
|
70
72
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
+
import { RebootInputDeviceRequest, RebootInputDeviceResponse } from "../models/models_1";
|
|
5
|
+
export interface RebootInputDeviceCommandInput extends RebootInputDeviceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RebootInputDeviceCommandOutput extends RebootInputDeviceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RebootInputDeviceCommand extends $Command<RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
11
|
+
readonly input: RebootInputDeviceCommandInput;
|
|
12
|
+
constructor(input: RebootInputDeviceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
+
import { StartInputDeviceMaintenanceWindowRequest, StartInputDeviceMaintenanceWindowResponse } from "../models/models_1";
|
|
5
|
+
export interface StartInputDeviceMaintenanceWindowCommandInput extends StartInputDeviceMaintenanceWindowRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartInputDeviceMaintenanceWindowCommandOutput extends StartInputDeviceMaintenanceWindowResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartInputDeviceMaintenanceWindowCommand extends $Command<StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput, MediaLiveClientResolvedConfig> {
|
|
11
|
+
readonly input: StartInputDeviceMaintenanceWindowCommandInput;
|
|
12
|
+
constructor(input: StartInputDeviceMaintenanceWindowCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { UpdateInputRequest
|
|
4
|
+
import { UpdateInputRequest } from "../models/models_1";
|
|
5
|
+
import { UpdateInputResponse } from "../models/models_2";
|
|
5
6
|
export interface UpdateInputCommandInput extends UpdateInputRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface UpdateInputCommandOutput extends UpdateInputResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/
|
|
4
|
+
import { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateInputDeviceCommandInput extends UpdateInputDeviceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/
|
|
4
|
+
import { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateInputSecurityGroupCommandInput extends UpdateInputSecurityGroupRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecurityGroupResponse, __MetadataBearer {
|
|
@@ -41,8 +41,10 @@ export * from "./ListOfferingsCommand";
|
|
|
41
41
|
export * from "./ListReservationsCommand";
|
|
42
42
|
export * from "./ListTagsForResourceCommand";
|
|
43
43
|
export * from "./PurchaseOfferingCommand";
|
|
44
|
+
export * from "./RebootInputDeviceCommand";
|
|
44
45
|
export * from "./RejectInputDeviceTransferCommand";
|
|
45
46
|
export * from "./StartChannelCommand";
|
|
47
|
+
export * from "./StartInputDeviceMaintenanceWindowCommand";
|
|
46
48
|
export * from "./StartMultiplexCommand";
|
|
47
49
|
export * from "./StopChannelCommand";
|
|
48
50
|
export * from "./StopMultiplexCommand";
|