@aws-sdk/client-medialive 3.131.0 → 3.136.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/MediaLive.js +30 -0
- package/dist-cjs/commands/RebootInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +36 -0
- package/dist-cjs/commands/UpdateInputCommand.js +2 -1
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_1.js +30 -31
- package/dist-cjs/models/models_2.js +31 -1
- package/dist-cjs/protocols/Aws_restJson1.js +171 -3
- package/dist-es/MediaLive.js +30 -0
- package/dist-es/commands/RebootInputDeviceCommand.js +39 -0
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +39 -0
- package/dist-es/commands/UpdateInputCommand.js +2 -1
- package/dist-es/commands/UpdateInputDeviceCommand.js +1 -1
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_1.js +21 -20
- package/dist-es/models/models_2.js +20 -0
- 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_1.d.ts +60 -139
- package/dist-types/models/models_2.d.ts +141 -1
- 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_1.d.ts +38 -77
- package/dist-types/ts3.4/models/models_2.d.ts +79 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +1 -1
|
@@ -3241,6 +3241,28 @@ export declare namespace PurchaseOfferingResponse {
|
|
|
3241
3241
|
|
|
3242
3242
|
const filterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
|
|
3243
3243
|
}
|
|
3244
|
+
export declare enum RebootInputDeviceForce {
|
|
3245
|
+
NO = "NO",
|
|
3246
|
+
YES = "YES"
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
export interface RebootInputDeviceRequest {
|
|
3250
|
+
|
|
3251
|
+
Force?: RebootInputDeviceForce | string;
|
|
3252
|
+
|
|
3253
|
+
InputDeviceId: string | undefined;
|
|
3254
|
+
}
|
|
3255
|
+
export declare namespace RebootInputDeviceRequest {
|
|
3256
|
+
|
|
3257
|
+
const filterSensitiveLog: (obj: RebootInputDeviceRequest) => any;
|
|
3258
|
+
}
|
|
3259
|
+
|
|
3260
|
+
export interface RebootInputDeviceResponse {
|
|
3261
|
+
}
|
|
3262
|
+
export declare namespace RebootInputDeviceResponse {
|
|
3263
|
+
|
|
3264
|
+
const filterSensitiveLog: (obj: RebootInputDeviceResponse) => any;
|
|
3265
|
+
}
|
|
3244
3266
|
|
|
3245
3267
|
export interface RejectInputDeviceTransferRequest {
|
|
3246
3268
|
|
|
@@ -3310,6 +3332,22 @@ export declare namespace StartChannelResponse {
|
|
|
3310
3332
|
const filterSensitiveLog: (obj: StartChannelResponse) => any;
|
|
3311
3333
|
}
|
|
3312
3334
|
|
|
3335
|
+
export interface StartInputDeviceMaintenanceWindowRequest {
|
|
3336
|
+
|
|
3337
|
+
InputDeviceId: string | undefined;
|
|
3338
|
+
}
|
|
3339
|
+
export declare namespace StartInputDeviceMaintenanceWindowRequest {
|
|
3340
|
+
|
|
3341
|
+
const filterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowRequest) => any;
|
|
3342
|
+
}
|
|
3343
|
+
|
|
3344
|
+
export interface StartInputDeviceMaintenanceWindowResponse {
|
|
3345
|
+
}
|
|
3346
|
+
export declare namespace StartInputDeviceMaintenanceWindowResponse {
|
|
3347
|
+
|
|
3348
|
+
const filterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowResponse) => any;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3313
3351
|
export interface StartMultiplexRequest {
|
|
3314
3352
|
|
|
3315
3353
|
MultiplexId: string | undefined;
|
|
@@ -3536,80 +3574,3 @@ export declare namespace UpdateInputRequest {
|
|
|
3536
3574
|
|
|
3537
3575
|
const filterSensitiveLog: (obj: UpdateInputRequest) => any;
|
|
3538
3576
|
}
|
|
3539
|
-
|
|
3540
|
-
export interface UpdateInputResponse {
|
|
3541
|
-
|
|
3542
|
-
Input?: Input;
|
|
3543
|
-
}
|
|
3544
|
-
export declare namespace UpdateInputResponse {
|
|
3545
|
-
|
|
3546
|
-
const filterSensitiveLog: (obj: UpdateInputResponse) => any;
|
|
3547
|
-
}
|
|
3548
|
-
|
|
3549
|
-
export interface UpdateInputDeviceRequest {
|
|
3550
|
-
|
|
3551
|
-
HdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
3552
|
-
|
|
3553
|
-
InputDeviceId: string | undefined;
|
|
3554
|
-
|
|
3555
|
-
Name?: string;
|
|
3556
|
-
|
|
3557
|
-
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
3558
|
-
}
|
|
3559
|
-
export declare namespace UpdateInputDeviceRequest {
|
|
3560
|
-
|
|
3561
|
-
const filterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
|
|
3562
|
-
}
|
|
3563
|
-
|
|
3564
|
-
export interface UpdateInputDeviceResponse {
|
|
3565
|
-
|
|
3566
|
-
Arn?: string;
|
|
3567
|
-
|
|
3568
|
-
ConnectionState?: InputDeviceConnectionState | string;
|
|
3569
|
-
|
|
3570
|
-
DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
|
|
3571
|
-
|
|
3572
|
-
DeviceUpdateStatus?: DeviceUpdateStatus | string;
|
|
3573
|
-
|
|
3574
|
-
HdDeviceSettings?: InputDeviceHdSettings;
|
|
3575
|
-
|
|
3576
|
-
Id?: string;
|
|
3577
|
-
|
|
3578
|
-
MacAddress?: string;
|
|
3579
|
-
|
|
3580
|
-
Name?: string;
|
|
3581
|
-
|
|
3582
|
-
NetworkSettings?: InputDeviceNetworkSettings;
|
|
3583
|
-
|
|
3584
|
-
SerialNumber?: string;
|
|
3585
|
-
|
|
3586
|
-
Type?: InputDeviceType | string;
|
|
3587
|
-
|
|
3588
|
-
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
3589
|
-
}
|
|
3590
|
-
export declare namespace UpdateInputDeviceResponse {
|
|
3591
|
-
|
|
3592
|
-
const filterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
|
|
3593
|
-
}
|
|
3594
|
-
|
|
3595
|
-
export interface UpdateInputSecurityGroupRequest {
|
|
3596
|
-
|
|
3597
|
-
InputSecurityGroupId: string | undefined;
|
|
3598
|
-
|
|
3599
|
-
Tags?: Record<string, string>;
|
|
3600
|
-
|
|
3601
|
-
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
3602
|
-
}
|
|
3603
|
-
export declare namespace UpdateInputSecurityGroupRequest {
|
|
3604
|
-
|
|
3605
|
-
const filterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
|
|
3606
|
-
}
|
|
3607
|
-
|
|
3608
|
-
export interface UpdateInputSecurityGroupResponse {
|
|
3609
|
-
|
|
3610
|
-
SecurityGroup?: InputSecurityGroup;
|
|
3611
|
-
}
|
|
3612
|
-
export declare namespace UpdateInputSecurityGroupResponse {
|
|
3613
|
-
|
|
3614
|
-
const filterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
|
|
3615
|
-
}
|
|
@@ -1,4 +1,82 @@
|
|
|
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
|
+
export interface UpdateInputResponse {
|
|
5
|
+
|
|
6
|
+
Input?: Input;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace UpdateInputResponse {
|
|
9
|
+
|
|
10
|
+
const filterSensitiveLog: (obj: UpdateInputResponse) => any;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface UpdateInputDeviceRequest {
|
|
14
|
+
|
|
15
|
+
HdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
16
|
+
|
|
17
|
+
InputDeviceId: string | undefined;
|
|
18
|
+
|
|
19
|
+
Name?: string;
|
|
20
|
+
|
|
21
|
+
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace UpdateInputDeviceRequest {
|
|
24
|
+
|
|
25
|
+
const filterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface UpdateInputDeviceResponse {
|
|
29
|
+
|
|
30
|
+
Arn?: string;
|
|
31
|
+
|
|
32
|
+
ConnectionState?: InputDeviceConnectionState | string;
|
|
33
|
+
|
|
34
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
|
|
35
|
+
|
|
36
|
+
DeviceUpdateStatus?: DeviceUpdateStatus | string;
|
|
37
|
+
|
|
38
|
+
HdDeviceSettings?: InputDeviceHdSettings;
|
|
39
|
+
|
|
40
|
+
Id?: string;
|
|
41
|
+
|
|
42
|
+
MacAddress?: string;
|
|
43
|
+
|
|
44
|
+
Name?: string;
|
|
45
|
+
|
|
46
|
+
NetworkSettings?: InputDeviceNetworkSettings;
|
|
47
|
+
|
|
48
|
+
SerialNumber?: string;
|
|
49
|
+
|
|
50
|
+
Type?: InputDeviceType | string;
|
|
51
|
+
|
|
52
|
+
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace UpdateInputDeviceResponse {
|
|
55
|
+
|
|
56
|
+
const filterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface UpdateInputSecurityGroupRequest {
|
|
60
|
+
|
|
61
|
+
InputSecurityGroupId: string | undefined;
|
|
62
|
+
|
|
63
|
+
Tags?: Record<string, string>;
|
|
64
|
+
|
|
65
|
+
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
66
|
+
}
|
|
67
|
+
export declare namespace UpdateInputSecurityGroupRequest {
|
|
68
|
+
|
|
69
|
+
const filterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface UpdateInputSecurityGroupResponse {
|
|
73
|
+
|
|
74
|
+
SecurityGroup?: InputSecurityGroup;
|
|
75
|
+
}
|
|
76
|
+
export declare namespace UpdateInputSecurityGroupResponse {
|
|
77
|
+
|
|
78
|
+
const filterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
|
|
79
|
+
}
|
|
2
80
|
|
|
3
81
|
export interface UpdateMultiplexRequest {
|
|
4
82
|
|
|
@@ -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>;
|
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.136.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",
|