@aws-sdk/client-medialive 3.136.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 +11 -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 +2 -2
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/StartChannelCommand.js +2 -2
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -2
- 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 +2 -2
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -2
- 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/models/models_0.js +574 -858
- package/dist-cjs/models/models_1.js +774 -1158
- package/dist-cjs/models/models_2.js +45 -67
- 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 +3 -3
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +3 -3
- 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 -4
- 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/models/models_0.js +142 -568
- package/dist-es/models/models_1.js +192 -768
- package/dist-es/models/models_2.js +11 -44
- package/dist-types/models/models_0.d.ts +568 -852
- package/dist-types/models/models_1.d.ts +768 -1152
- package/dist-types/models/models_2.d.ts +44 -66
- package/dist-types/ts3.4/models/models_0.d.ts +284 -568
- package/dist-types/ts3.4/models/models_1.d.ts +384 -768
- package/dist-types/ts3.4/models/models_2.d.ts +22 -44
- package/package.json +6 -6
|
@@ -9,12 +9,6 @@ export interface UpdateInputResponse {
|
|
|
9
9
|
*/
|
|
10
10
|
Input?: Input;
|
|
11
11
|
}
|
|
12
|
-
export declare namespace UpdateInputResponse {
|
|
13
|
-
/**
|
|
14
|
-
* @internal
|
|
15
|
-
*/
|
|
16
|
-
const filterSensitiveLog: (obj: UpdateInputResponse) => any;
|
|
17
|
-
}
|
|
18
12
|
/**
|
|
19
13
|
* A request to update an input device.
|
|
20
14
|
*/
|
|
@@ -36,12 +30,6 @@ export interface UpdateInputDeviceRequest {
|
|
|
36
30
|
*/
|
|
37
31
|
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
38
32
|
}
|
|
39
|
-
export declare namespace UpdateInputDeviceRequest {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
const filterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
|
|
44
|
-
}
|
|
45
33
|
/**
|
|
46
34
|
* Placeholder documentation for UpdateInputDeviceResponse
|
|
47
35
|
*/
|
|
@@ -95,12 +83,6 @@ export interface UpdateInputDeviceResponse {
|
|
|
95
83
|
*/
|
|
96
84
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
97
85
|
}
|
|
98
|
-
export declare namespace UpdateInputDeviceResponse {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
const filterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
|
|
103
|
-
}
|
|
104
86
|
/**
|
|
105
87
|
* The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.
|
|
106
88
|
*/
|
|
@@ -118,12 +100,6 @@ export interface UpdateInputSecurityGroupRequest {
|
|
|
118
100
|
*/
|
|
119
101
|
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
120
102
|
}
|
|
121
|
-
export declare namespace UpdateInputSecurityGroupRequest {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
const filterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
|
|
126
|
-
}
|
|
127
103
|
/**
|
|
128
104
|
* Placeholder documentation for UpdateInputSecurityGroupResponse
|
|
129
105
|
*/
|
|
@@ -133,12 +109,6 @@ export interface UpdateInputSecurityGroupResponse {
|
|
|
133
109
|
*/
|
|
134
110
|
SecurityGroup?: InputSecurityGroup;
|
|
135
111
|
}
|
|
136
|
-
export declare namespace UpdateInputSecurityGroupResponse {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
const filterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
|
|
141
|
-
}
|
|
142
112
|
/**
|
|
143
113
|
* A request to update a multiplex.
|
|
144
114
|
*/
|
|
@@ -156,12 +126,6 @@ export interface UpdateMultiplexRequest {
|
|
|
156
126
|
*/
|
|
157
127
|
Name?: string;
|
|
158
128
|
}
|
|
159
|
-
export declare namespace UpdateMultiplexRequest {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
|
-
const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
164
|
-
}
|
|
165
129
|
/**
|
|
166
130
|
* Placeholder documentation for UpdateMultiplexResponse
|
|
167
131
|
*/
|
|
@@ -171,12 +135,6 @@ export interface UpdateMultiplexResponse {
|
|
|
171
135
|
*/
|
|
172
136
|
Multiplex?: Multiplex;
|
|
173
137
|
}
|
|
174
|
-
export declare namespace UpdateMultiplexResponse {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
179
|
-
}
|
|
180
138
|
/**
|
|
181
139
|
* A request to update a program in a multiplex.
|
|
182
140
|
*/
|
|
@@ -194,12 +152,6 @@ export interface UpdateMultiplexProgramRequest {
|
|
|
194
152
|
*/
|
|
195
153
|
ProgramName: string | undefined;
|
|
196
154
|
}
|
|
197
|
-
export declare namespace UpdateMultiplexProgramRequest {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
202
|
-
}
|
|
203
155
|
/**
|
|
204
156
|
* Placeholder documentation for UpdateMultiplexProgramResponse
|
|
205
157
|
*/
|
|
@@ -209,12 +161,6 @@ export interface UpdateMultiplexProgramResponse {
|
|
|
209
161
|
*/
|
|
210
162
|
MultiplexProgram?: MultiplexProgram;
|
|
211
163
|
}
|
|
212
|
-
export declare namespace UpdateMultiplexProgramResponse {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
|
|
217
|
-
}
|
|
218
164
|
/**
|
|
219
165
|
* Request to update a reservation
|
|
220
166
|
*/
|
|
@@ -232,12 +178,6 @@ export interface UpdateReservationRequest {
|
|
|
232
178
|
*/
|
|
233
179
|
ReservationId: string | undefined;
|
|
234
180
|
}
|
|
235
|
-
export declare namespace UpdateReservationRequest {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
const filterSensitiveLog: (obj: UpdateReservationRequest) => any;
|
|
240
|
-
}
|
|
241
181
|
/**
|
|
242
182
|
* Placeholder documentation for UpdateReservationResponse
|
|
243
183
|
*/
|
|
@@ -247,9 +187,47 @@ export interface UpdateReservationResponse {
|
|
|
247
187
|
*/
|
|
248
188
|
Reservation?: Reservation;
|
|
249
189
|
}
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
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;
|