@aws-sdk/client-medialive 3.118.1 → 3.127.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 +1434 -1949
- 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 +952 -1473
- 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 +27 -27
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/
|
|
4
|
+
import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateMultiplexCommandInput extends UpdateMultiplexRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { UpdateMultiplexProgramRequest } from "../models/
|
|
5
|
-
import { UpdateMultiplexProgramResponse } from "../models/models_2";
|
|
4
|
+
import { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2";
|
|
6
5
|
export interface UpdateMultiplexProgramCommandInput extends UpdateMultiplexProgramRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProgramResponse, __MetadataBearer {
|
|
@@ -850,6 +850,10 @@ export declare namespace BatchSuccessfulResultModel {
|
|
|
850
850
|
*/
|
|
851
851
|
const filterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
|
|
852
852
|
}
|
|
853
|
+
export declare enum AccessibilityType {
|
|
854
|
+
DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES",
|
|
855
|
+
IMPLEMENTS_ACCESSIBILITY_FEATURES = "IMPLEMENTS_ACCESSIBILITY_FEATURES"
|
|
856
|
+
}
|
|
853
857
|
/**
|
|
854
858
|
* Arib Destination Settings
|
|
855
859
|
*/
|
|
@@ -1340,6 +1344,10 @@ export declare namespace CaptionDestinationSettings {
|
|
|
1340
1344
|
* Caption Description
|
|
1341
1345
|
*/
|
|
1342
1346
|
export interface CaptionDescription {
|
|
1347
|
+
/**
|
|
1348
|
+
* Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.
|
|
1349
|
+
*/
|
|
1350
|
+
Accessibility?: AccessibilityType | string;
|
|
1343
1351
|
/**
|
|
1344
1352
|
* Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
|
|
1345
1353
|
*/
|
|
@@ -2646,6 +2654,7 @@ export declare enum DeviceSettingsSyncState {
|
|
|
2646
2654
|
}
|
|
2647
2655
|
export declare enum DeviceUpdateStatus {
|
|
2648
2656
|
NOT_UP_TO_DATE = "NOT_UP_TO_DATE",
|
|
2657
|
+
UPDATING = "UPDATING",
|
|
2649
2658
|
UP_TO_DATE = "UP_TO_DATE"
|
|
2650
2659
|
}
|
|
2651
2660
|
export declare enum InputDeviceActiveInput {
|
|
@@ -4582,8 +4591,3 @@ export declare enum HlsStreamInfResolution {
|
|
|
4582
4591
|
EXCLUDE = "EXCLUDE",
|
|
4583
4592
|
INCLUDE = "INCLUDE"
|
|
4584
4593
|
}
|
|
4585
|
-
export declare enum HlsTimedMetadataId3Frame {
|
|
4586
|
-
NONE = "NONE",
|
|
4587
|
-
PRIV = "PRIV",
|
|
4588
|
-
TDRL = "TDRL"
|
|
4589
|
-
}
|
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Readable } from "stream";
|
|
4
4
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
5
|
-
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsSegmentationMode, HlsStreamInfResolution,
|
|
5
|
+
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsSegmentationMode, HlsStreamInfResolution, IFrameOnlyPlaylistType, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputLossActionForHlsOut, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, KeyProviderSettings, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
|
|
6
|
+
export declare enum HlsTimedMetadataId3Frame {
|
|
7
|
+
NONE = "NONE",
|
|
8
|
+
PRIV = "PRIV",
|
|
9
|
+
TDRL = "TDRL"
|
|
10
|
+
}
|
|
6
11
|
export declare enum HlsTsFileMode {
|
|
7
12
|
SEGMENTED_FILES = "SEGMENTED_FILES",
|
|
8
13
|
SINGLE_FILE = "SINGLE_FILE"
|
|
@@ -599,6 +604,30 @@ export declare namespace PipelinePauseStateSettings {
|
|
|
599
604
|
*/
|
|
600
605
|
const filterSensitiveLog: (obj: PipelinePauseStateSettings) => any;
|
|
601
606
|
}
|
|
607
|
+
export declare enum ReservationAutomaticRenewal {
|
|
608
|
+
DISABLED = "DISABLED",
|
|
609
|
+
ENABLED = "ENABLED",
|
|
610
|
+
UNAVAILABLE = "UNAVAILABLE"
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* The Renewal settings for Reservations
|
|
614
|
+
*/
|
|
615
|
+
export interface RenewalSettings {
|
|
616
|
+
/**
|
|
617
|
+
* Automatic renewal status for the reservation
|
|
618
|
+
*/
|
|
619
|
+
AutomaticRenewal?: ReservationAutomaticRenewal | string;
|
|
620
|
+
/**
|
|
621
|
+
* Count for the reservation renewal
|
|
622
|
+
*/
|
|
623
|
+
RenewalCount?: number;
|
|
624
|
+
}
|
|
625
|
+
export declare namespace RenewalSettings {
|
|
626
|
+
/**
|
|
627
|
+
* @internal
|
|
628
|
+
*/
|
|
629
|
+
const filterSensitiveLog: (obj: RenewalSettings) => any;
|
|
630
|
+
}
|
|
602
631
|
export declare enum ReservationState {
|
|
603
632
|
ACTIVE = "ACTIVE",
|
|
604
633
|
CANCELED = "CANCELED",
|
|
@@ -657,6 +686,10 @@ export interface Reservation {
|
|
|
657
686
|
* AWS region, e.g. 'us-west-2'
|
|
658
687
|
*/
|
|
659
688
|
Region?: string;
|
|
689
|
+
/**
|
|
690
|
+
* Renewal settings for the reservation
|
|
691
|
+
*/
|
|
692
|
+
RenewalSettings?: RenewalSettings;
|
|
660
693
|
/**
|
|
661
694
|
* Unique reservation ID, e.g. '1234567'
|
|
662
695
|
*/
|
|
@@ -4261,6 +4294,10 @@ export interface DeleteReservationResponse {
|
|
|
4261
4294
|
* AWS region, e.g. 'us-west-2'
|
|
4262
4295
|
*/
|
|
4263
4296
|
Region?: string;
|
|
4297
|
+
/**
|
|
4298
|
+
* Renewal settings for the reservation
|
|
4299
|
+
*/
|
|
4300
|
+
RenewalSettings?: RenewalSettings;
|
|
4264
4301
|
/**
|
|
4265
4302
|
* Unique reservation ID, e.g. '1234567'
|
|
4266
4303
|
*/
|
|
@@ -4956,6 +4993,10 @@ export interface DescribeReservationResponse {
|
|
|
4956
4993
|
* AWS region, e.g. 'us-west-2'
|
|
4957
4994
|
*/
|
|
4958
4995
|
Region?: string;
|
|
4996
|
+
/**
|
|
4997
|
+
* Renewal settings for the reservation
|
|
4998
|
+
*/
|
|
4999
|
+
RenewalSettings?: RenewalSettings;
|
|
4959
5000
|
/**
|
|
4960
5001
|
* Unique reservation ID, e.g. '1234567'
|
|
4961
5002
|
*/
|
|
@@ -5539,6 +5580,10 @@ export interface PurchaseOfferingRequest {
|
|
|
5539
5580
|
* Offering to purchase, e.g. '87654321'
|
|
5540
5581
|
*/
|
|
5541
5582
|
OfferingId: string | undefined;
|
|
5583
|
+
/**
|
|
5584
|
+
* Renewal settings for the reservation
|
|
5585
|
+
*/
|
|
5586
|
+
RenewalSettings?: RenewalSettings;
|
|
5542
5587
|
/**
|
|
5543
5588
|
* Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.
|
|
5544
5589
|
*/
|
|
@@ -6259,64 +6304,3 @@ export declare namespace UpdateInputSecurityGroupResponse {
|
|
|
6259
6304
|
*/
|
|
6260
6305
|
const filterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
|
|
6261
6306
|
}
|
|
6262
|
-
/**
|
|
6263
|
-
* A request to update a multiplex.
|
|
6264
|
-
*/
|
|
6265
|
-
export interface UpdateMultiplexRequest {
|
|
6266
|
-
/**
|
|
6267
|
-
* ID of the multiplex to update.
|
|
6268
|
-
*/
|
|
6269
|
-
MultiplexId: string | undefined;
|
|
6270
|
-
/**
|
|
6271
|
-
* The new settings for a multiplex.
|
|
6272
|
-
*/
|
|
6273
|
-
MultiplexSettings?: MultiplexSettings;
|
|
6274
|
-
/**
|
|
6275
|
-
* Name of the multiplex.
|
|
6276
|
-
*/
|
|
6277
|
-
Name?: string;
|
|
6278
|
-
}
|
|
6279
|
-
export declare namespace UpdateMultiplexRequest {
|
|
6280
|
-
/**
|
|
6281
|
-
* @internal
|
|
6282
|
-
*/
|
|
6283
|
-
const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
6284
|
-
}
|
|
6285
|
-
/**
|
|
6286
|
-
* Placeholder documentation for UpdateMultiplexResponse
|
|
6287
|
-
*/
|
|
6288
|
-
export interface UpdateMultiplexResponse {
|
|
6289
|
-
/**
|
|
6290
|
-
* The updated multiplex.
|
|
6291
|
-
*/
|
|
6292
|
-
Multiplex?: Multiplex;
|
|
6293
|
-
}
|
|
6294
|
-
export declare namespace UpdateMultiplexResponse {
|
|
6295
|
-
/**
|
|
6296
|
-
* @internal
|
|
6297
|
-
*/
|
|
6298
|
-
const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
6299
|
-
}
|
|
6300
|
-
/**
|
|
6301
|
-
* A request to update a program in a multiplex.
|
|
6302
|
-
*/
|
|
6303
|
-
export interface UpdateMultiplexProgramRequest {
|
|
6304
|
-
/**
|
|
6305
|
-
* The ID of the multiplex of the program to update.
|
|
6306
|
-
*/
|
|
6307
|
-
MultiplexId: string | undefined;
|
|
6308
|
-
/**
|
|
6309
|
-
* The new settings for a multiplex program.
|
|
6310
|
-
*/
|
|
6311
|
-
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
6312
|
-
/**
|
|
6313
|
-
* The name of the program to update.
|
|
6314
|
-
*/
|
|
6315
|
-
ProgramName: string | undefined;
|
|
6316
|
-
}
|
|
6317
|
-
export declare namespace UpdateMultiplexProgramRequest {
|
|
6318
|
-
/**
|
|
6319
|
-
* @internal
|
|
6320
|
-
*/
|
|
6321
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
6322
|
-
}
|
|
@@ -1,4 +1,65 @@
|
|
|
1
|
-
import { MultiplexProgram, Reservation } from "./models_1";
|
|
1
|
+
import { Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
|
|
2
|
+
/**
|
|
3
|
+
* A request to update a multiplex.
|
|
4
|
+
*/
|
|
5
|
+
export interface UpdateMultiplexRequest {
|
|
6
|
+
/**
|
|
7
|
+
* ID of the multiplex to update.
|
|
8
|
+
*/
|
|
9
|
+
MultiplexId: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* The new settings for a multiplex.
|
|
12
|
+
*/
|
|
13
|
+
MultiplexSettings?: MultiplexSettings;
|
|
14
|
+
/**
|
|
15
|
+
* Name of the multiplex.
|
|
16
|
+
*/
|
|
17
|
+
Name?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace UpdateMultiplexRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @internal
|
|
22
|
+
*/
|
|
23
|
+
const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Placeholder documentation for UpdateMultiplexResponse
|
|
27
|
+
*/
|
|
28
|
+
export interface UpdateMultiplexResponse {
|
|
29
|
+
/**
|
|
30
|
+
* The updated multiplex.
|
|
31
|
+
*/
|
|
32
|
+
Multiplex?: Multiplex;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace UpdateMultiplexResponse {
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A request to update a program in a multiplex.
|
|
42
|
+
*/
|
|
43
|
+
export interface UpdateMultiplexProgramRequest {
|
|
44
|
+
/**
|
|
45
|
+
* The ID of the multiplex of the program to update.
|
|
46
|
+
*/
|
|
47
|
+
MultiplexId: string | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* The new settings for a multiplex program.
|
|
50
|
+
*/
|
|
51
|
+
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the program to update.
|
|
54
|
+
*/
|
|
55
|
+
ProgramName: string | undefined;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace UpdateMultiplexProgramRequest {
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
61
|
+
const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
62
|
+
}
|
|
2
63
|
/**
|
|
3
64
|
* Placeholder documentation for UpdateMultiplexProgramResponse
|
|
4
65
|
*/
|
|
@@ -22,6 +83,10 @@ export interface UpdateReservationRequest {
|
|
|
22
83
|
* Name of the reservation
|
|
23
84
|
*/
|
|
24
85
|
Name?: string;
|
|
86
|
+
/**
|
|
87
|
+
* Renewal settings for the reservation
|
|
88
|
+
*/
|
|
89
|
+
RenewalSettings?: RenewalSettings;
|
|
25
90
|
/**
|
|
26
91
|
* Unique reservation ID, e.g. '1234567'
|
|
27
92
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/
|
|
4
|
+
import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateMultiplexCommandInput extends UpdateMultiplexRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { UpdateMultiplexProgramRequest } from "../models/
|
|
5
|
-
import { UpdateMultiplexProgramResponse } from "../models/models_2";
|
|
4
|
+
import { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2";
|
|
6
5
|
export interface UpdateMultiplexProgramCommandInput extends UpdateMultiplexProgramRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProgramResponse, __MetadataBearer {
|
|
@@ -546,6 +546,10 @@ export declare namespace BatchSuccessfulResultModel {
|
|
|
546
546
|
|
|
547
547
|
const filterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
|
|
548
548
|
}
|
|
549
|
+
export declare enum AccessibilityType {
|
|
550
|
+
DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES",
|
|
551
|
+
IMPLEMENTS_ACCESSIBILITY_FEATURES = "IMPLEMENTS_ACCESSIBILITY_FEATURES"
|
|
552
|
+
}
|
|
549
553
|
|
|
550
554
|
export interface AribDestinationSettings {
|
|
551
555
|
}
|
|
@@ -852,6 +856,8 @@ export declare namespace CaptionDestinationSettings {
|
|
|
852
856
|
|
|
853
857
|
export interface CaptionDescription {
|
|
854
858
|
|
|
859
|
+
Accessibility?: AccessibilityType | string;
|
|
860
|
+
|
|
855
861
|
CaptionSelectorName: string | undefined;
|
|
856
862
|
|
|
857
863
|
DestinationSettings?: CaptionDestinationSettings;
|
|
@@ -1639,6 +1645,7 @@ export declare enum DeviceSettingsSyncState {
|
|
|
1639
1645
|
}
|
|
1640
1646
|
export declare enum DeviceUpdateStatus {
|
|
1641
1647
|
NOT_UP_TO_DATE = "NOT_UP_TO_DATE",
|
|
1648
|
+
UPDATING = "UPDATING",
|
|
1642
1649
|
UP_TO_DATE = "UP_TO_DATE"
|
|
1643
1650
|
}
|
|
1644
1651
|
export declare enum InputDeviceActiveInput {
|
|
@@ -2844,8 +2851,3 @@ export declare enum HlsStreamInfResolution {
|
|
|
2844
2851
|
EXCLUDE = "EXCLUDE",
|
|
2845
2852
|
INCLUDE = "INCLUDE"
|
|
2846
2853
|
}
|
|
2847
|
-
export declare enum HlsTimedMetadataId3Frame {
|
|
2848
|
-
NONE = "NONE",
|
|
2849
|
-
PRIV = "PRIV",
|
|
2850
|
-
TDRL = "TDRL"
|
|
2851
|
-
}
|
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Readable } from "stream";
|
|
4
4
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
5
|
-
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsSegmentationMode, HlsStreamInfResolution,
|
|
5
|
+
import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CaptionLanguageMapping, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsAdMarkers, HlsCaptionLanguageSetting, HlsCdnSettings, HlsClientCache, HlsCodecSpecification, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsSegmentationMode, HlsStreamInfResolution, IFrameOnlyPlaylistType, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputLossActionForHlsOut, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, KeyProviderSettings, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
|
|
6
|
+
export declare enum HlsTimedMetadataId3Frame {
|
|
7
|
+
NONE = "NONE",
|
|
8
|
+
PRIV = "PRIV",
|
|
9
|
+
TDRL = "TDRL"
|
|
10
|
+
}
|
|
6
11
|
export declare enum HlsTsFileMode {
|
|
7
12
|
SEGMENTED_FILES = "SEGMENTED_FILES",
|
|
8
13
|
SINGLE_FILE = "SINGLE_FILE"
|
|
@@ -329,6 +334,22 @@ export declare namespace PipelinePauseStateSettings {
|
|
|
329
334
|
|
|
330
335
|
const filterSensitiveLog: (obj: PipelinePauseStateSettings) => any;
|
|
331
336
|
}
|
|
337
|
+
export declare enum ReservationAutomaticRenewal {
|
|
338
|
+
DISABLED = "DISABLED",
|
|
339
|
+
ENABLED = "ENABLED",
|
|
340
|
+
UNAVAILABLE = "UNAVAILABLE"
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export interface RenewalSettings {
|
|
344
|
+
|
|
345
|
+
AutomaticRenewal?: ReservationAutomaticRenewal | string;
|
|
346
|
+
|
|
347
|
+
RenewalCount?: number;
|
|
348
|
+
}
|
|
349
|
+
export declare namespace RenewalSettings {
|
|
350
|
+
|
|
351
|
+
const filterSensitiveLog: (obj: RenewalSettings) => any;
|
|
352
|
+
}
|
|
332
353
|
export declare enum ReservationState {
|
|
333
354
|
ACTIVE = "ACTIVE",
|
|
334
355
|
CANCELED = "CANCELED",
|
|
@@ -362,6 +383,8 @@ export interface Reservation {
|
|
|
362
383
|
|
|
363
384
|
Region?: string;
|
|
364
385
|
|
|
386
|
+
RenewalSettings?: RenewalSettings;
|
|
387
|
+
|
|
365
388
|
ReservationId?: string;
|
|
366
389
|
|
|
367
390
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
@@ -2487,6 +2510,8 @@ export interface DeleteReservationResponse {
|
|
|
2487
2510
|
|
|
2488
2511
|
Region?: string;
|
|
2489
2512
|
|
|
2513
|
+
RenewalSettings?: RenewalSettings;
|
|
2514
|
+
|
|
2490
2515
|
ReservationId?: string;
|
|
2491
2516
|
|
|
2492
2517
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
@@ -2864,6 +2889,8 @@ export interface DescribeReservationResponse {
|
|
|
2864
2889
|
|
|
2865
2890
|
Region?: string;
|
|
2866
2891
|
|
|
2892
|
+
RenewalSettings?: RenewalSettings;
|
|
2893
|
+
|
|
2867
2894
|
ReservationId?: string;
|
|
2868
2895
|
|
|
2869
2896
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
@@ -3193,6 +3220,8 @@ export interface PurchaseOfferingRequest {
|
|
|
3193
3220
|
|
|
3194
3221
|
OfferingId: string | undefined;
|
|
3195
3222
|
|
|
3223
|
+
RenewalSettings?: RenewalSettings;
|
|
3224
|
+
|
|
3196
3225
|
RequestId?: string;
|
|
3197
3226
|
|
|
3198
3227
|
Start?: string;
|
|
@@ -3584,38 +3613,3 @@ export declare namespace UpdateInputSecurityGroupResponse {
|
|
|
3584
3613
|
|
|
3585
3614
|
const filterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
|
|
3586
3615
|
}
|
|
3587
|
-
|
|
3588
|
-
export interface UpdateMultiplexRequest {
|
|
3589
|
-
|
|
3590
|
-
MultiplexId: string | undefined;
|
|
3591
|
-
|
|
3592
|
-
MultiplexSettings?: MultiplexSettings;
|
|
3593
|
-
|
|
3594
|
-
Name?: string;
|
|
3595
|
-
}
|
|
3596
|
-
export declare namespace UpdateMultiplexRequest {
|
|
3597
|
-
|
|
3598
|
-
const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
3599
|
-
}
|
|
3600
|
-
|
|
3601
|
-
export interface UpdateMultiplexResponse {
|
|
3602
|
-
|
|
3603
|
-
Multiplex?: Multiplex;
|
|
3604
|
-
}
|
|
3605
|
-
export declare namespace UpdateMultiplexResponse {
|
|
3606
|
-
|
|
3607
|
-
const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
3608
|
-
}
|
|
3609
|
-
|
|
3610
|
-
export interface UpdateMultiplexProgramRequest {
|
|
3611
|
-
|
|
3612
|
-
MultiplexId: string | undefined;
|
|
3613
|
-
|
|
3614
|
-
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
3615
|
-
|
|
3616
|
-
ProgramName: string | undefined;
|
|
3617
|
-
}
|
|
3618
|
-
export declare namespace UpdateMultiplexProgramRequest {
|
|
3619
|
-
|
|
3620
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
3621
|
-
}
|
|
@@ -1,4 +1,39 @@
|
|
|
1
|
-
import { MultiplexProgram, Reservation } from "./models_1";
|
|
1
|
+
import { Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
|
|
2
|
+
|
|
3
|
+
export interface UpdateMultiplexRequest {
|
|
4
|
+
|
|
5
|
+
MultiplexId: string | undefined;
|
|
6
|
+
|
|
7
|
+
MultiplexSettings?: MultiplexSettings;
|
|
8
|
+
|
|
9
|
+
Name?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace UpdateMultiplexRequest {
|
|
12
|
+
|
|
13
|
+
const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface UpdateMultiplexResponse {
|
|
17
|
+
|
|
18
|
+
Multiplex?: Multiplex;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace UpdateMultiplexResponse {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface UpdateMultiplexProgramRequest {
|
|
26
|
+
|
|
27
|
+
MultiplexId: string | undefined;
|
|
28
|
+
|
|
29
|
+
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
30
|
+
|
|
31
|
+
ProgramName: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace UpdateMultiplexProgramRequest {
|
|
34
|
+
|
|
35
|
+
const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
36
|
+
}
|
|
2
37
|
|
|
3
38
|
export interface UpdateMultiplexProgramResponse {
|
|
4
39
|
|
|
@@ -13,6 +48,8 @@ export interface UpdateReservationRequest {
|
|
|
13
48
|
|
|
14
49
|
Name?: string;
|
|
15
50
|
|
|
51
|
+
RenewalSettings?: RenewalSettings;
|
|
52
|
+
|
|
16
53
|
ReservationId: string | undefined;
|
|
17
54
|
}
|
|
18
55
|
export declare namespace UpdateReservationRequest {
|
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.127.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,38 +18,38 @@
|
|
|
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.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.127.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.127.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.127.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.127.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
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.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.127.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.127.0",
|
|
53
53
|
"tslib": "^2.3.1",
|
|
54
54
|
"uuid": "^8.3.2"
|
|
55
55
|
},
|