@aws-sdk/client-medialive 3.131.0 → 3.141.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 +33 -0
- package/README.md +1 -1
- 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 +6 -6
|
@@ -1,4 +1,62 @@
|
|
|
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
|
+
|
|
9
|
+
export interface UpdateInputDeviceRequest {
|
|
10
|
+
|
|
11
|
+
HdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
12
|
+
|
|
13
|
+
InputDeviceId: string | undefined;
|
|
14
|
+
|
|
15
|
+
Name?: string;
|
|
16
|
+
|
|
17
|
+
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface UpdateInputDeviceResponse {
|
|
21
|
+
|
|
22
|
+
Arn?: string;
|
|
23
|
+
|
|
24
|
+
ConnectionState?: InputDeviceConnectionState | string;
|
|
25
|
+
|
|
26
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
|
|
27
|
+
|
|
28
|
+
DeviceUpdateStatus?: DeviceUpdateStatus | string;
|
|
29
|
+
|
|
30
|
+
HdDeviceSettings?: InputDeviceHdSettings;
|
|
31
|
+
|
|
32
|
+
Id?: string;
|
|
33
|
+
|
|
34
|
+
MacAddress?: string;
|
|
35
|
+
|
|
36
|
+
Name?: string;
|
|
37
|
+
|
|
38
|
+
NetworkSettings?: InputDeviceNetworkSettings;
|
|
39
|
+
|
|
40
|
+
SerialNumber?: string;
|
|
41
|
+
|
|
42
|
+
Type?: InputDeviceType | string;
|
|
43
|
+
|
|
44
|
+
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface UpdateInputSecurityGroupRequest {
|
|
48
|
+
|
|
49
|
+
InputSecurityGroupId: string | undefined;
|
|
50
|
+
|
|
51
|
+
Tags?: Record<string, string>;
|
|
52
|
+
|
|
53
|
+
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface UpdateInputSecurityGroupResponse {
|
|
57
|
+
|
|
58
|
+
SecurityGroup?: InputSecurityGroup;
|
|
59
|
+
}
|
|
2
60
|
|
|
3
61
|
export interface UpdateMultiplexRequest {
|
|
4
62
|
|
|
@@ -8,19 +66,11 @@ export interface UpdateMultiplexRequest {
|
|
|
8
66
|
|
|
9
67
|
Name?: string;
|
|
10
68
|
}
|
|
11
|
-
export declare namespace UpdateMultiplexRequest {
|
|
12
|
-
|
|
13
|
-
const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
14
|
-
}
|
|
15
69
|
|
|
16
70
|
export interface UpdateMultiplexResponse {
|
|
17
71
|
|
|
18
72
|
Multiplex?: Multiplex;
|
|
19
73
|
}
|
|
20
|
-
export declare namespace UpdateMultiplexResponse {
|
|
21
|
-
|
|
22
|
-
const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
23
|
-
}
|
|
24
74
|
|
|
25
75
|
export interface UpdateMultiplexProgramRequest {
|
|
26
76
|
|
|
@@ -30,19 +80,11 @@ export interface UpdateMultiplexProgramRequest {
|
|
|
30
80
|
|
|
31
81
|
ProgramName: string | undefined;
|
|
32
82
|
}
|
|
33
|
-
export declare namespace UpdateMultiplexProgramRequest {
|
|
34
|
-
|
|
35
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
36
|
-
}
|
|
37
83
|
|
|
38
84
|
export interface UpdateMultiplexProgramResponse {
|
|
39
85
|
|
|
40
86
|
MultiplexProgram?: MultiplexProgram;
|
|
41
87
|
}
|
|
42
|
-
export declare namespace UpdateMultiplexProgramResponse {
|
|
43
|
-
|
|
44
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
|
|
45
|
-
}
|
|
46
88
|
|
|
47
89
|
export interface UpdateReservationRequest {
|
|
48
90
|
|
|
@@ -52,16 +94,30 @@ export interface UpdateReservationRequest {
|
|
|
52
94
|
|
|
53
95
|
ReservationId: string | undefined;
|
|
54
96
|
}
|
|
55
|
-
export declare namespace UpdateReservationRequest {
|
|
56
|
-
|
|
57
|
-
const filterSensitiveLog: (obj: UpdateReservationRequest) => any;
|
|
58
|
-
}
|
|
59
97
|
|
|
60
98
|
export interface UpdateReservationResponse {
|
|
61
99
|
|
|
62
100
|
Reservation?: Reservation;
|
|
63
101
|
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
102
|
+
|
|
103
|
+
export declare const UpdateInputResponseFilterSensitiveLog: (obj: UpdateInputResponse) => any;
|
|
104
|
+
|
|
105
|
+
export declare const UpdateInputDeviceRequestFilterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
|
|
106
|
+
|
|
107
|
+
export declare const UpdateInputDeviceResponseFilterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
|
|
108
|
+
|
|
109
|
+
export declare const UpdateInputSecurityGroupRequestFilterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
|
|
110
|
+
|
|
111
|
+
export declare const UpdateInputSecurityGroupResponseFilterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
|
|
112
|
+
|
|
113
|
+
export declare const UpdateMultiplexRequestFilterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
114
|
+
|
|
115
|
+
export declare const UpdateMultiplexResponseFilterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
116
|
+
|
|
117
|
+
export declare const UpdateMultiplexProgramRequestFilterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
118
|
+
|
|
119
|
+
export declare const UpdateMultiplexProgramResponseFilterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
|
|
120
|
+
|
|
121
|
+
export declare const UpdateReservationRequestFilterSensitiveLog: (obj: UpdateReservationRequest) => any;
|
|
122
|
+
|
|
123
|
+
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>;
|
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.141.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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.141.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.141.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|