@aws-sdk/client-medialive 3.714.0 → 3.721.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/README.md +8 -0
- package/dist-cjs/index.js +73 -0
- package/dist-es/MediaLive.js +2 -0
- package/dist-es/commands/ListVersionsCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +58 -0
- package/dist-types/MediaLive.d.ts +8 -0
- package/dist-types/MediaLiveClient.d.ts +3 -2
- package/dist-types/commands/CreateChannelCommand.d.ts +12 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +8 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +8 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +10 -0
- package/dist-types/commands/ListVersionsCommand.d.ts +98 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +8 -0
- package/dist-types/commands/StartChannelCommand.d.ts +8 -0
- package/dist-types/commands/StopChannelCommand.d.ts +8 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +8 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +26 -11
- package/dist-types/models/models_1.d.ts +17 -17
- package/dist-types/models/models_2.d.ts +96 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/MediaLive.d.ts +18 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -3
- package/dist-types/ts3.4/models/models_1.d.ts +5 -5
- package/dist-types/ts3.4/models/models_2.d.ts +24 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +12 -12
|
@@ -806,6 +806,10 @@ export interface CaptionSelector {
|
|
|
806
806
|
export interface ChannelEgressEndpoint {
|
|
807
807
|
SourceIp?: string | undefined;
|
|
808
808
|
}
|
|
809
|
+
export interface ChannelEngineVersionResponse {
|
|
810
|
+
ExpirationDate?: Date | undefined;
|
|
811
|
+
Version?: string | undefined;
|
|
812
|
+
}
|
|
809
813
|
export declare const ChannelPipelineIdToRestart: {
|
|
810
814
|
readonly PIPELINE_0: "PIPELINE_0";
|
|
811
815
|
readonly PIPELINE_1: "PIPELINE_1";
|
|
@@ -1093,6 +1097,8 @@ export interface ChannelSummary {
|
|
|
1093
1097
|
Tags?: Record<string, string> | undefined;
|
|
1094
1098
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1095
1099
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1100
|
+
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1101
|
+
UsedChannelEngineVersions?: ChannelEngineVersionResponse[] | undefined;
|
|
1096
1102
|
}
|
|
1097
1103
|
export interface CloudWatchAlarmTemplateGroupSummary {
|
|
1098
1104
|
Arn: string | undefined;
|
|
@@ -2021,6 +2027,3 @@ export interface ArchiveOutputSettings {
|
|
|
2021
2027
|
Extension?: string | undefined;
|
|
2022
2028
|
NameModifier?: string | undefined;
|
|
2023
2029
|
}
|
|
2024
|
-
export interface CmafIngestOutputSettings {
|
|
2025
|
-
NameModifier?: string | undefined;
|
|
2026
|
-
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
BatchFailedResultModel,
|
|
7
7
|
BatchSuccessfulResultModel,
|
|
8
8
|
CaptionLanguageMapping,
|
|
9
|
-
|
|
9
|
+
ChannelEngineVersionResponse,
|
|
10
10
|
ColorCorrection,
|
|
11
11
|
Hdr10Settings,
|
|
12
12
|
HlsAdMarkers,
|
|
@@ -27,6 +27,9 @@ import {
|
|
|
27
27
|
OfferingType,
|
|
28
28
|
ReservationResourceSpecification,
|
|
29
29
|
} from "./models_0";
|
|
30
|
+
export interface CmafIngestOutputSettings {
|
|
31
|
+
NameModifier?: string | undefined;
|
|
32
|
+
}
|
|
30
33
|
export interface FrameCaptureOutputSettings {
|
|
31
34
|
NameModifier?: string | undefined;
|
|
32
35
|
}
|
|
@@ -724,6 +727,7 @@ export interface PipelineDetail {
|
|
|
724
727
|
ActiveMotionGraphicsActionName?: string | undefined;
|
|
725
728
|
ActiveMotionGraphicsUri?: string | undefined;
|
|
726
729
|
PipelineId?: string | undefined;
|
|
730
|
+
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
727
731
|
}
|
|
728
732
|
export declare const PipelineId: {
|
|
729
733
|
readonly PIPELINE_0: "PIPELINE_0";
|
|
@@ -2020,7 +2024,3 @@ export interface EpochLockingSettings {
|
|
|
2020
2024
|
JamSyncTime?: string | undefined;
|
|
2021
2025
|
}
|
|
2022
2026
|
export interface PipelineLockingSettings {}
|
|
2023
|
-
export interface OutputLockingSettings {
|
|
2024
|
-
EpochLockingSettings?: EpochLockingSettings | undefined;
|
|
2025
|
-
PipelineLockingSettings?: PipelineLockingSettings | undefined;
|
|
2026
|
-
}
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
CdiInputSpecification,
|
|
6
6
|
ChannelClass,
|
|
7
7
|
ChannelEgressEndpoint,
|
|
8
|
+
ChannelEngineVersionResponse,
|
|
8
9
|
ChannelPipelineIdToRestart,
|
|
9
10
|
ChannelPlacementGroupState,
|
|
10
11
|
ChannelState,
|
|
@@ -99,13 +100,14 @@ import {
|
|
|
99
100
|
AvailConfiguration,
|
|
100
101
|
BlackoutSlate,
|
|
101
102
|
ColorCorrectionSettings,
|
|
103
|
+
EpochLockingSettings,
|
|
102
104
|
FeatureActivations,
|
|
103
105
|
GlobalConfigurationInputEndAction,
|
|
104
106
|
GlobalConfigurationOutputLockingMode,
|
|
105
107
|
InputLossBehavior,
|
|
106
108
|
OutputGroup,
|
|
107
|
-
OutputLockingSettings,
|
|
108
109
|
PipelineDetail,
|
|
110
|
+
PipelineLockingSettings,
|
|
109
111
|
RenewalSettings,
|
|
110
112
|
Reservation,
|
|
111
113
|
ReservationState,
|
|
@@ -120,6 +122,10 @@ import {
|
|
|
120
122
|
TransferringInputDeviceSummary,
|
|
121
123
|
VideoDescription,
|
|
122
124
|
} from "./models_1";
|
|
125
|
+
export interface OutputLockingSettings {
|
|
126
|
+
EpochLockingSettings?: EpochLockingSettings | undefined;
|
|
127
|
+
PipelineLockingSettings?: PipelineLockingSettings | undefined;
|
|
128
|
+
}
|
|
123
129
|
export declare const GlobalConfigurationOutputTimingSource: {
|
|
124
130
|
readonly INPUT_CLOCK: "INPUT_CLOCK";
|
|
125
131
|
readonly SYSTEM_CLOCK: "SYSTEM_CLOCK";
|
|
@@ -221,6 +227,10 @@ export interface Channel {
|
|
|
221
227
|
Tags?: Record<string, string> | undefined;
|
|
222
228
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
223
229
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
230
|
+
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
231
|
+
}
|
|
232
|
+
export interface ChannelEngineVersionRequest {
|
|
233
|
+
Version?: string | undefined;
|
|
224
234
|
}
|
|
225
235
|
export interface ClaimDeviceRequest {
|
|
226
236
|
Id?: string | undefined;
|
|
@@ -263,6 +273,8 @@ export interface CreateChannelRequest {
|
|
|
263
273
|
Tags?: Record<string, string> | undefined;
|
|
264
274
|
Vpc?: VpcOutputSettings | undefined;
|
|
265
275
|
AnywhereSettings?: AnywhereSettings | undefined;
|
|
276
|
+
ChannelEngineVersion?: ChannelEngineVersionRequest | undefined;
|
|
277
|
+
DryRun?: boolean | undefined;
|
|
266
278
|
}
|
|
267
279
|
export interface CreateChannelResponse {
|
|
268
280
|
Channel?: Channel | undefined;
|
|
@@ -632,6 +644,7 @@ export interface DeleteChannelResponse {
|
|
|
632
644
|
Tags?: Record<string, string> | undefined;
|
|
633
645
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
634
646
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
647
|
+
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
635
648
|
}
|
|
636
649
|
export interface DeleteChannelPlacementGroupRequest {
|
|
637
650
|
ChannelPlacementGroupId: string | undefined;
|
|
@@ -795,6 +808,7 @@ export interface DescribeChannelResponse {
|
|
|
795
808
|
Tags?: Record<string, string> | undefined;
|
|
796
809
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
797
810
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
811
|
+
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
798
812
|
}
|
|
799
813
|
export interface DescribeChannelPlacementGroupRequest {
|
|
800
814
|
ChannelPlacementGroupId: string | undefined;
|
|
@@ -1288,6 +1302,10 @@ export interface ListTagsForResourceRequest {
|
|
|
1288
1302
|
export interface ListTagsForResourceResponse {
|
|
1289
1303
|
Tags?: Record<string, string> | undefined;
|
|
1290
1304
|
}
|
|
1305
|
+
export interface ListVersionsRequest {}
|
|
1306
|
+
export interface ListVersionsResponse {
|
|
1307
|
+
Versions?: ChannelEngineVersionResponse[] | undefined;
|
|
1308
|
+
}
|
|
1291
1309
|
export interface MaintenanceUpdateSettings {
|
|
1292
1310
|
MaintenanceDay?: MaintenanceDay | undefined;
|
|
1293
1311
|
MaintenanceScheduledDate?: string | undefined;
|
|
@@ -1345,6 +1363,7 @@ export interface RestartChannelPipelinesResponse {
|
|
|
1345
1363
|
Tags?: Record<string, string> | undefined;
|
|
1346
1364
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1347
1365
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1366
|
+
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1348
1367
|
}
|
|
1349
1368
|
export interface StartChannelRequest {
|
|
1350
1369
|
ChannelId: string | undefined;
|
|
@@ -1369,6 +1388,7 @@ export interface StartChannelResponse {
|
|
|
1369
1388
|
Tags?: Record<string, string> | undefined;
|
|
1370
1389
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1371
1390
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1391
|
+
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1372
1392
|
}
|
|
1373
1393
|
export interface StartDeleteMonitorDeploymentRequest {
|
|
1374
1394
|
Identifier: string | undefined;
|
|
@@ -1492,6 +1512,7 @@ export interface StopChannelResponse {
|
|
|
1492
1512
|
Tags?: Record<string, string> | undefined;
|
|
1493
1513
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1494
1514
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1515
|
+
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1495
1516
|
}
|
|
1496
1517
|
export interface StopInputDeviceRequest {
|
|
1497
1518
|
InputDeviceId: string | undefined;
|
|
@@ -1536,6 +1557,8 @@ export interface UpdateChannelRequest {
|
|
|
1536
1557
|
Maintenance?: MaintenanceUpdateSettings | undefined;
|
|
1537
1558
|
Name?: string | undefined;
|
|
1538
1559
|
RoleArn?: string | undefined;
|
|
1560
|
+
ChannelEngineVersion?: ChannelEngineVersionRequest | undefined;
|
|
1561
|
+
DryRun?: boolean | undefined;
|
|
1539
1562
|
}
|
|
1540
1563
|
export interface UpdateChannelResponse {
|
|
1541
1564
|
Channel?: Channel | undefined;
|
|
@@ -330,6 +330,10 @@ import {
|
|
|
330
330
|
ListTagsForResourceCommandInput,
|
|
331
331
|
ListTagsForResourceCommandOutput,
|
|
332
332
|
} from "../commands/ListTagsForResourceCommand";
|
|
333
|
+
import {
|
|
334
|
+
ListVersionsCommandInput,
|
|
335
|
+
ListVersionsCommandOutput,
|
|
336
|
+
} from "../commands/ListVersionsCommand";
|
|
333
337
|
import {
|
|
334
338
|
PurchaseOfferingCommandInput,
|
|
335
339
|
PurchaseOfferingCommandOutput,
|
|
@@ -786,6 +790,10 @@ export declare const se_ListTagsForResourceCommand: (
|
|
|
786
790
|
input: ListTagsForResourceCommandInput,
|
|
787
791
|
context: __SerdeContext
|
|
788
792
|
) => Promise<__HttpRequest>;
|
|
793
|
+
export declare const se_ListVersionsCommand: (
|
|
794
|
+
input: ListVersionsCommandInput,
|
|
795
|
+
context: __SerdeContext
|
|
796
|
+
) => Promise<__HttpRequest>;
|
|
789
797
|
export declare const se_PurchaseOfferingCommand: (
|
|
790
798
|
input: PurchaseOfferingCommandInput,
|
|
791
799
|
context: __SerdeContext
|
|
@@ -1242,6 +1250,10 @@ export declare const de_ListTagsForResourceCommand: (
|
|
|
1242
1250
|
output: __HttpResponse,
|
|
1243
1251
|
context: __SerdeContext
|
|
1244
1252
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1253
|
+
export declare const de_ListVersionsCommand: (
|
|
1254
|
+
output: __HttpResponse,
|
|
1255
|
+
context: __SerdeContext
|
|
1256
|
+
) => Promise<ListVersionsCommandOutput>;
|
|
1245
1257
|
export declare const de_PurchaseOfferingCommand: (
|
|
1246
1258
|
output: __HttpResponse,
|
|
1247
1259
|
context: __SerdeContext
|
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.721.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.721.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.721.0",
|
|
25
|
+
"@aws-sdk/core": "3.716.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
32
|
"@aws-sdk/types": "3.714.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|
|
39
39
|
"@smithy/hash-node": "^3.0.11",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.11",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.13",
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.11",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.11",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.12",
|
|
47
47
|
"@smithy/node-http-handler": "^3.3.2",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.8",
|
|
49
|
-
"@smithy/smithy-client": "^3.5.
|
|
49
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
50
50
|
"@smithy/types": "^3.7.2",
|
|
51
51
|
"@smithy/url-parser": "^3.0.11",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
57
57
|
"@smithy/util-endpoints": "^2.1.7",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.11",
|
|
59
59
|
"@smithy/util-retry": "^3.0.11",
|