@aws-sdk/client-medialive 3.118.0 → 3.121.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/commands/UpdateMultiplexCommand.js +3 -3
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +1 -2
- package/dist-cjs/models/models_0.js +11 -11
- package/dist-cjs/models/models_1.js +24 -24
- package/dist-cjs/models/models_2.js +19 -1
- package/dist-cjs/protocols/Aws_restJson1.js +319 -229
- package/dist-es/commands/UpdateMultiplexCommand.js +1 -1
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +1 -2
- package/dist-es/models/models_0.js +6 -6
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +12 -0
- package/dist-es/protocols/Aws_restJson1.js +316 -232
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +9 -5
- package/dist-types/models/models_1.d.ts +46 -62
- package/dist-types/models/models_2.d.ts +66 -1
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +7 -5
- package/dist-types/ts3.4/models/models_1.d.ts +30 -36
- package/dist-types/ts3.4/models/models_2.d.ts +38 -1
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/
|
|
4
|
+
import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1UpdateMultiplexCommand, serializeAws_restJson1UpdateMultiplexCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateMultiplexCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateMultiplexCommand, _super);
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateMultiplexProgramRequest } from "../models/
|
|
5
|
-
import { UpdateMultiplexProgramResponse } from "../models/models_2";
|
|
4
|
+
import { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2";
|
|
6
5
|
import { deserializeAws_restJson1UpdateMultiplexProgramCommand, serializeAws_restJson1UpdateMultiplexProgramCommand, } from "../protocols/Aws_restJson1";
|
|
7
6
|
var UpdateMultiplexProgramCommand = (function (_super) {
|
|
8
7
|
__extends(UpdateMultiplexProgramCommand, _super);
|
|
@@ -312,6 +312,11 @@ export var BatchSuccessfulResultModel;
|
|
|
312
312
|
(function (BatchSuccessfulResultModel) {
|
|
313
313
|
BatchSuccessfulResultModel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
314
|
})(BatchSuccessfulResultModel || (BatchSuccessfulResultModel = {}));
|
|
315
|
+
export var AccessibilityType;
|
|
316
|
+
(function (AccessibilityType) {
|
|
317
|
+
AccessibilityType["DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES"] = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES";
|
|
318
|
+
AccessibilityType["IMPLEMENTS_ACCESSIBILITY_FEATURES"] = "IMPLEMENTS_ACCESSIBILITY_FEATURES";
|
|
319
|
+
})(AccessibilityType || (AccessibilityType = {}));
|
|
315
320
|
export var AribDestinationSettings;
|
|
316
321
|
(function (AribDestinationSettings) {
|
|
317
322
|
AribDestinationSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -857,6 +862,7 @@ export var DeviceSettingsSyncState;
|
|
|
857
862
|
export var DeviceUpdateStatus;
|
|
858
863
|
(function (DeviceUpdateStatus) {
|
|
859
864
|
DeviceUpdateStatus["NOT_UP_TO_DATE"] = "NOT_UP_TO_DATE";
|
|
865
|
+
DeviceUpdateStatus["UPDATING"] = "UPDATING";
|
|
860
866
|
DeviceUpdateStatus["UP_TO_DATE"] = "UP_TO_DATE";
|
|
861
867
|
})(DeviceUpdateStatus || (DeviceUpdateStatus = {}));
|
|
862
868
|
export var InputDeviceActiveInput;
|
|
@@ -1482,9 +1488,3 @@ export var HlsStreamInfResolution;
|
|
|
1482
1488
|
HlsStreamInfResolution["EXCLUDE"] = "EXCLUDE";
|
|
1483
1489
|
HlsStreamInfResolution["INCLUDE"] = "INCLUDE";
|
|
1484
1490
|
})(HlsStreamInfResolution || (HlsStreamInfResolution = {}));
|
|
1485
|
-
export var HlsTimedMetadataId3Frame;
|
|
1486
|
-
(function (HlsTimedMetadataId3Frame) {
|
|
1487
|
-
HlsTimedMetadataId3Frame["NONE"] = "NONE";
|
|
1488
|
-
HlsTimedMetadataId3Frame["PRIV"] = "PRIV";
|
|
1489
|
-
HlsTimedMetadataId3Frame["TDRL"] = "TDRL";
|
|
1490
|
-
})(HlsTimedMetadataId3Frame || (HlsTimedMetadataId3Frame = {}));
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
3
|
+
export var HlsTimedMetadataId3Frame;
|
|
4
|
+
(function (HlsTimedMetadataId3Frame) {
|
|
5
|
+
HlsTimedMetadataId3Frame["NONE"] = "NONE";
|
|
6
|
+
HlsTimedMetadataId3Frame["PRIV"] = "PRIV";
|
|
7
|
+
HlsTimedMetadataId3Frame["TDRL"] = "TDRL";
|
|
8
|
+
})(HlsTimedMetadataId3Frame || (HlsTimedMetadataId3Frame = {}));
|
|
3
9
|
export var HlsTsFileMode;
|
|
4
10
|
(function (HlsTsFileMode) {
|
|
5
11
|
HlsTsFileMode["SEGMENTED_FILES"] = "SEGMENTED_FILES";
|
|
@@ -134,6 +140,16 @@ export var PipelinePauseStateSettings;
|
|
|
134
140
|
(function (PipelinePauseStateSettings) {
|
|
135
141
|
PipelinePauseStateSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
142
|
})(PipelinePauseStateSettings || (PipelinePauseStateSettings = {}));
|
|
143
|
+
export var ReservationAutomaticRenewal;
|
|
144
|
+
(function (ReservationAutomaticRenewal) {
|
|
145
|
+
ReservationAutomaticRenewal["DISABLED"] = "DISABLED";
|
|
146
|
+
ReservationAutomaticRenewal["ENABLED"] = "ENABLED";
|
|
147
|
+
ReservationAutomaticRenewal["UNAVAILABLE"] = "UNAVAILABLE";
|
|
148
|
+
})(ReservationAutomaticRenewal || (ReservationAutomaticRenewal = {}));
|
|
149
|
+
export var RenewalSettings;
|
|
150
|
+
(function (RenewalSettings) {
|
|
151
|
+
RenewalSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
})(RenewalSettings || (RenewalSettings = {}));
|
|
137
153
|
export var ReservationState;
|
|
138
154
|
(function (ReservationState) {
|
|
139
155
|
ReservationState["ACTIVE"] = "ACTIVE";
|
|
@@ -1450,15 +1466,3 @@ export var UpdateInputSecurityGroupResponse;
|
|
|
1450
1466
|
(function (UpdateInputSecurityGroupResponse) {
|
|
1451
1467
|
UpdateInputSecurityGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1452
1468
|
})(UpdateInputSecurityGroupResponse || (UpdateInputSecurityGroupResponse = {}));
|
|
1453
|
-
export var UpdateMultiplexRequest;
|
|
1454
|
-
(function (UpdateMultiplexRequest) {
|
|
1455
|
-
UpdateMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1456
|
-
})(UpdateMultiplexRequest || (UpdateMultiplexRequest = {}));
|
|
1457
|
-
export var UpdateMultiplexResponse;
|
|
1458
|
-
(function (UpdateMultiplexResponse) {
|
|
1459
|
-
UpdateMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1460
|
-
})(UpdateMultiplexResponse || (UpdateMultiplexResponse = {}));
|
|
1461
|
-
export var UpdateMultiplexProgramRequest;
|
|
1462
|
-
(function (UpdateMultiplexProgramRequest) {
|
|
1463
|
-
UpdateMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1464
|
-
})(UpdateMultiplexProgramRequest || (UpdateMultiplexProgramRequest = {}));
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var UpdateMultiplexRequest;
|
|
3
|
+
(function (UpdateMultiplexRequest) {
|
|
4
|
+
UpdateMultiplexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(UpdateMultiplexRequest || (UpdateMultiplexRequest = {}));
|
|
6
|
+
export var UpdateMultiplexResponse;
|
|
7
|
+
(function (UpdateMultiplexResponse) {
|
|
8
|
+
UpdateMultiplexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(UpdateMultiplexResponse || (UpdateMultiplexResponse = {}));
|
|
10
|
+
export var UpdateMultiplexProgramRequest;
|
|
11
|
+
(function (UpdateMultiplexProgramRequest) {
|
|
12
|
+
UpdateMultiplexProgramRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(UpdateMultiplexProgramRequest || (UpdateMultiplexProgramRequest = {}));
|
|
2
14
|
export var UpdateMultiplexProgramResponse;
|
|
3
15
|
(function (UpdateMultiplexProgramResponse) {
|
|
4
16
|
UpdateMultiplexProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|