@aws-sdk/client-medialive 3.427.0 → 3.429.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +152 -152
- package/dist-types/models/models_1.d.ts +168 -168
- package/dist-types/models/models_2.d.ts +17 -17
- package/dist-types/ts3.4/models/models_0.d.ts +152 -152
- package/dist-types/ts3.4/models/models_1.d.ts +168 -177
- package/dist-types/ts3.4/models/models_2.d.ts +17 -17
- package/package.json +33 -33
|
@@ -98,7 +98,7 @@ export interface ListTagsForResourceResponse {
|
|
|
98
98
|
Tags?: Record<string, string>;
|
|
99
99
|
}
|
|
100
100
|
export interface MaintenanceUpdateSettings {
|
|
101
|
-
MaintenanceDay?: MaintenanceDay
|
|
101
|
+
MaintenanceDay?: MaintenanceDay;
|
|
102
102
|
MaintenanceScheduledDate?: string;
|
|
103
103
|
MaintenanceStartTime?: string;
|
|
104
104
|
}
|
|
@@ -121,7 +121,7 @@ export declare const RebootInputDeviceForce: {
|
|
|
121
121
|
export type RebootInputDeviceForce =
|
|
122
122
|
(typeof RebootInputDeviceForce)[keyof typeof RebootInputDeviceForce];
|
|
123
123
|
export interface RebootInputDeviceRequest {
|
|
124
|
-
Force?: RebootInputDeviceForce
|
|
124
|
+
Force?: RebootInputDeviceForce;
|
|
125
125
|
InputDeviceId: string | undefined;
|
|
126
126
|
}
|
|
127
127
|
export interface RebootInputDeviceResponse {}
|
|
@@ -135,20 +135,20 @@ export interface StartChannelRequest {
|
|
|
135
135
|
export interface StartChannelResponse {
|
|
136
136
|
Arn?: string;
|
|
137
137
|
CdiInputSpecification?: CdiInputSpecification;
|
|
138
|
-
ChannelClass?: ChannelClass
|
|
138
|
+
ChannelClass?: ChannelClass;
|
|
139
139
|
Destinations?: OutputDestination[];
|
|
140
140
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
141
141
|
EncoderSettings?: EncoderSettings;
|
|
142
142
|
Id?: string;
|
|
143
143
|
InputAttachments?: InputAttachment[];
|
|
144
144
|
InputSpecification?: InputSpecification;
|
|
145
|
-
LogLevel?: LogLevel
|
|
145
|
+
LogLevel?: LogLevel;
|
|
146
146
|
Maintenance?: MaintenanceStatus;
|
|
147
147
|
Name?: string;
|
|
148
148
|
PipelineDetails?: PipelineDetail[];
|
|
149
149
|
PipelinesRunningCount?: number;
|
|
150
150
|
RoleArn?: string;
|
|
151
|
-
State?: ChannelState
|
|
151
|
+
State?: ChannelState;
|
|
152
152
|
Tags?: Record<string, string>;
|
|
153
153
|
Vpc?: VpcOutputSettingsDescription;
|
|
154
154
|
}
|
|
@@ -172,7 +172,7 @@ export interface StartMultiplexResponse {
|
|
|
172
172
|
Name?: string;
|
|
173
173
|
PipelinesRunningCount?: number;
|
|
174
174
|
ProgramCount?: number;
|
|
175
|
-
State?: MultiplexState
|
|
175
|
+
State?: MultiplexState;
|
|
176
176
|
Tags?: Record<string, string>;
|
|
177
177
|
}
|
|
178
178
|
export interface StopChannelRequest {
|
|
@@ -181,20 +181,20 @@ export interface StopChannelRequest {
|
|
|
181
181
|
export interface StopChannelResponse {
|
|
182
182
|
Arn?: string;
|
|
183
183
|
CdiInputSpecification?: CdiInputSpecification;
|
|
184
|
-
ChannelClass?: ChannelClass
|
|
184
|
+
ChannelClass?: ChannelClass;
|
|
185
185
|
Destinations?: OutputDestination[];
|
|
186
186
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
187
187
|
EncoderSettings?: EncoderSettings;
|
|
188
188
|
Id?: string;
|
|
189
189
|
InputAttachments?: InputAttachment[];
|
|
190
190
|
InputSpecification?: InputSpecification;
|
|
191
|
-
LogLevel?: LogLevel
|
|
191
|
+
LogLevel?: LogLevel;
|
|
192
192
|
Maintenance?: MaintenanceStatus;
|
|
193
193
|
Name?: string;
|
|
194
194
|
PipelineDetails?: PipelineDetail[];
|
|
195
195
|
PipelinesRunningCount?: number;
|
|
196
196
|
RoleArn?: string;
|
|
197
|
-
State?: ChannelState
|
|
197
|
+
State?: ChannelState;
|
|
198
198
|
Tags?: Record<string, string>;
|
|
199
199
|
Vpc?: VpcOutputSettingsDescription;
|
|
200
200
|
}
|
|
@@ -214,7 +214,7 @@ export interface StopMultiplexResponse {
|
|
|
214
214
|
Name?: string;
|
|
215
215
|
PipelinesRunningCount?: number;
|
|
216
216
|
ProgramCount?: number;
|
|
217
|
-
State?: MultiplexState
|
|
217
|
+
State?: MultiplexState;
|
|
218
218
|
Tags?: Record<string, string>;
|
|
219
219
|
}
|
|
220
220
|
export interface TransferInputDeviceRequest {
|
|
@@ -237,7 +237,7 @@ export interface UpdateChannelRequest {
|
|
|
237
237
|
EncoderSettings?: EncoderSettings;
|
|
238
238
|
InputAttachments?: InputAttachment[];
|
|
239
239
|
InputSpecification?: InputSpecification;
|
|
240
|
-
LogLevel?: LogLevel
|
|
240
|
+
LogLevel?: LogLevel;
|
|
241
241
|
Maintenance?: MaintenanceUpdateSettings;
|
|
242
242
|
Name?: string;
|
|
243
243
|
RoleArn?: string;
|
|
@@ -246,7 +246,7 @@ export interface UpdateChannelResponse {
|
|
|
246
246
|
Channel?: Channel;
|
|
247
247
|
}
|
|
248
248
|
export interface UpdateChannelClassRequest {
|
|
249
|
-
ChannelClass: ChannelClass |
|
|
249
|
+
ChannelClass: ChannelClass | undefined;
|
|
250
250
|
ChannelId: string | undefined;
|
|
251
251
|
Destinations?: OutputDestination[];
|
|
252
252
|
}
|
|
@@ -275,21 +275,21 @@ export interface UpdateInputDeviceRequest {
|
|
|
275
275
|
}
|
|
276
276
|
export interface UpdateInputDeviceResponse {
|
|
277
277
|
Arn?: string;
|
|
278
|
-
ConnectionState?: InputDeviceConnectionState
|
|
279
|
-
DeviceSettingsSyncState?: DeviceSettingsSyncState
|
|
280
|
-
DeviceUpdateStatus?: DeviceUpdateStatus
|
|
278
|
+
ConnectionState?: InputDeviceConnectionState;
|
|
279
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState;
|
|
280
|
+
DeviceUpdateStatus?: DeviceUpdateStatus;
|
|
281
281
|
HdDeviceSettings?: InputDeviceHdSettings;
|
|
282
282
|
Id?: string;
|
|
283
283
|
MacAddress?: string;
|
|
284
284
|
Name?: string;
|
|
285
285
|
NetworkSettings?: InputDeviceNetworkSettings;
|
|
286
286
|
SerialNumber?: string;
|
|
287
|
-
Type?: InputDeviceType
|
|
287
|
+
Type?: InputDeviceType;
|
|
288
288
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
289
289
|
Tags?: Record<string, string>;
|
|
290
290
|
AvailabilityZone?: string;
|
|
291
291
|
MedialiveInputArns?: string[];
|
|
292
|
-
OutputType?: InputDeviceOutputType
|
|
292
|
+
OutputType?: InputDeviceOutputType;
|
|
293
293
|
}
|
|
294
294
|
export interface UpdateInputSecurityGroupRequest {
|
|
295
295
|
InputSecurityGroupId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
57
|
-
"@smithy/util-stream": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
|
+
"@smithy/util-stream": "^2.0.16",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.0",
|
|
59
|
-
"@smithy/util-waiter": "^2.0.
|
|
59
|
+
"@smithy/util-waiter": "^2.0.11",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|