@aws-sdk/client-medialive 3.55.0 → 3.67.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 +27 -0
- package/README.md +2 -2
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -1
- package/dist-cjs/commands/UpdateReservationCommand.js +3 -3
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +20 -15
- package/dist-cjs/models/models_1.js +29 -24
- package/dist-cjs/models/models_2.js +21 -0
- package/dist-cjs/protocols/Aws_restJson1.js +56 -0
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +2 -1
- package/dist-es/commands/UpdateReservationCommand.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +14 -9
- package/dist-es/models/models_1.js +17 -12
- package/dist-es/models/models_2.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +51 -4
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +42 -224
- package/dist-types/models/models_1.d.ts +294 -51
- package/dist-types/models/models_2.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +26 -97
- package/dist-types/ts3.4/models/models_1.d.ts +136 -30
- package/dist-types/ts3.4/models/models_2.d.ts +30 -0
- package/package.json +18 -18
|
@@ -2,7 +2,229 @@
|
|
|
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, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings,
|
|
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, HlsTimedMetadataId3Frame, 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 HlsTsFileMode {
|
|
7
|
+
SEGMENTED_FILES = "SEGMENTED_FILES",
|
|
8
|
+
SINGLE_FILE = "SINGLE_FILE"
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Hls Group Settings
|
|
12
|
+
*/
|
|
13
|
+
export interface HlsGroupSettings {
|
|
14
|
+
/**
|
|
15
|
+
* Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.
|
|
16
|
+
*/
|
|
17
|
+
AdMarkers?: (HlsAdMarkers | string)[];
|
|
18
|
+
/**
|
|
19
|
+
* A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file.
|
|
20
|
+
*/
|
|
21
|
+
BaseUrlContent?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Optional. One value per output group.
|
|
24
|
+
*
|
|
25
|
+
* This field is required only if you are completing Base URL content A, and the downstream system has notified you that the media files for pipeline 1 of all outputs are in a location different from the media files for pipeline 0.
|
|
26
|
+
*/
|
|
27
|
+
BaseUrlContent1?: string;
|
|
28
|
+
/**
|
|
29
|
+
* A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file.
|
|
30
|
+
*/
|
|
31
|
+
BaseUrlManifest?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Optional. One value per output group.
|
|
34
|
+
*
|
|
35
|
+
* Complete this field only if you are completing Base URL manifest A, and the downstream system has notified you that the child manifest files for pipeline 1 of all outputs are in a location different from the child manifest files for pipeline 0.
|
|
36
|
+
*/
|
|
37
|
+
BaseUrlManifest1?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Mapping of up to 4 caption channels to caption languages. Is only meaningful if captionLanguageSetting is set to "insert".
|
|
40
|
+
*/
|
|
41
|
+
CaptionLanguageMappings?: CaptionLanguageMapping[];
|
|
42
|
+
/**
|
|
43
|
+
* Applies only to 608 Embedded output captions.
|
|
44
|
+
* insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the caption selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match up properly with the output captions.
|
|
45
|
+
* none: Include CLOSED-CAPTIONS=NONE line in the manifest.
|
|
46
|
+
* omit: Omit any CLOSED-CAPTIONS line from the manifest.
|
|
47
|
+
*/
|
|
48
|
+
CaptionLanguageSetting?: HlsCaptionLanguageSetting | string;
|
|
49
|
+
/**
|
|
50
|
+
* When set to "disabled", sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving media segments for later replay.
|
|
51
|
+
*/
|
|
52
|
+
ClientCache?: HlsClientCache | string;
|
|
53
|
+
/**
|
|
54
|
+
* Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
|
|
55
|
+
*/
|
|
56
|
+
CodecSpecification?: HlsCodecSpecification | string;
|
|
57
|
+
/**
|
|
58
|
+
* For use with encryptionType. This is a 128-bit, 16-byte hex value represented by a 32-character text string. If ivSource is set to "explicit" then this parameter is required and is used as the IV for encryption.
|
|
59
|
+
*/
|
|
60
|
+
ConstantIv?: string;
|
|
61
|
+
/**
|
|
62
|
+
* A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).
|
|
63
|
+
*/
|
|
64
|
+
Destination: OutputLocationRef | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* Place segments in subdirectories.
|
|
67
|
+
*/
|
|
68
|
+
DirectoryStructure?: HlsDirectoryStructure | string;
|
|
69
|
+
/**
|
|
70
|
+
* Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS child manifests for this output group.
|
|
71
|
+
* Typically, choose Insert because these tags are required in the manifest (according to the HLS specification) and serve an important purpose.
|
|
72
|
+
* Choose Never Insert only if the downstream system is doing real-time failover (without using the MediaLive automatic failover feature) and only if that downstream system has advised you to exclude the tags.
|
|
73
|
+
*/
|
|
74
|
+
DiscontinuityTags?: HlsDiscontinuityTags | string;
|
|
75
|
+
/**
|
|
76
|
+
* Encrypts the segments with the given encryption scheme. Exclude this parameter if no encryption is desired.
|
|
77
|
+
*/
|
|
78
|
+
EncryptionType?: HlsEncryptionType | string;
|
|
79
|
+
/**
|
|
80
|
+
* Parameters that control interactions with the CDN.
|
|
81
|
+
*/
|
|
82
|
+
HlsCdnSettings?: HlsCdnSettings;
|
|
83
|
+
/**
|
|
84
|
+
* State of HLS ID3 Segment Tagging
|
|
85
|
+
*/
|
|
86
|
+
HlsId3SegmentTagging?: HlsId3SegmentTaggingState | string;
|
|
87
|
+
/**
|
|
88
|
+
* DISABLED: Do not create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field).
|
|
89
|
+
*
|
|
90
|
+
* STANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more #EXT-X-BYTERANGE entries identifying the I-frame position. For example, #EXT-X-BYTERANGE:160364@1461888"
|
|
91
|
+
*/
|
|
92
|
+
IFrameOnlyPlaylists?: IFrameOnlyPlaylistType | string;
|
|
93
|
+
/**
|
|
94
|
+
* Specifies whether to include the final (incomplete) segment in the media output when the pipeline stops producing output because of a channel stop, a channel pause or a loss of input to the pipeline.
|
|
95
|
+
* Auto means that MediaLive decides whether to include the final segment, depending on the channel class and the types of output groups.
|
|
96
|
+
* Suppress means to never include the incomplete segment. We recommend you choose Auto and let MediaLive control the behavior.
|
|
97
|
+
*/
|
|
98
|
+
IncompleteSegmentBehavior?: HlsIncompleteSegmentBehavior | string;
|
|
99
|
+
/**
|
|
100
|
+
* Applies only if Mode field is LIVE.
|
|
101
|
+
*
|
|
102
|
+
* Specifies the maximum number of segments in the media manifest file. After this maximum, older segments are removed from the media manifest. This number must be smaller than the number in the Keep Segments field.
|
|
103
|
+
*/
|
|
104
|
+
IndexNSegments?: number;
|
|
105
|
+
/**
|
|
106
|
+
* Parameter that control output group behavior on input loss.
|
|
107
|
+
*/
|
|
108
|
+
InputLossAction?: InputLossActionForHlsOut | string;
|
|
109
|
+
/**
|
|
110
|
+
* For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If set to "include", IV is listed in the manifest, otherwise the IV is not in the manifest.
|
|
111
|
+
*/
|
|
112
|
+
IvInManifest?: HlsIvInManifest | string;
|
|
113
|
+
/**
|
|
114
|
+
* For use with encryptionType. The IV (Initialization Vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If this setting is "followsSegmentNumber", it will cause the IV to change every segment (to match the segment number). If this is set to "explicit", you must enter a constantIv value.
|
|
115
|
+
*/
|
|
116
|
+
IvSource?: HlsIvSource | string;
|
|
117
|
+
/**
|
|
118
|
+
* Applies only if Mode field is LIVE.
|
|
119
|
+
*
|
|
120
|
+
* Specifies the number of media segments to retain in the destination directory. This number should be bigger than indexNSegments (Num segments). We recommend (value = (2 x indexNsegments) + 1).
|
|
121
|
+
*
|
|
122
|
+
* If this "keep segments" number is too low, the following might happen: the player is still reading a media manifest file that lists this segment, but that segment has been removed from the destination directory (as directed by indexNSegments). This situation would result in a 404 HTTP error on the player.
|
|
123
|
+
*/
|
|
124
|
+
KeepSegments?: number;
|
|
125
|
+
/**
|
|
126
|
+
* The value specifies how the key is represented in the resource identified by the URI. If parameter is absent, an implicit value of "identity" is used. A reverse DNS string can also be given.
|
|
127
|
+
*/
|
|
128
|
+
KeyFormat?: string;
|
|
129
|
+
/**
|
|
130
|
+
* Either a single positive integer version value or a slash delimited list of version values (1/2/3).
|
|
131
|
+
*/
|
|
132
|
+
KeyFormatVersions?: string;
|
|
133
|
+
/**
|
|
134
|
+
* The key provider settings.
|
|
135
|
+
*/
|
|
136
|
+
KeyProviderSettings?: KeyProviderSettings;
|
|
137
|
+
/**
|
|
138
|
+
* When set to gzip, compresses HLS playlist.
|
|
139
|
+
*/
|
|
140
|
+
ManifestCompression?: HlsManifestCompression | string;
|
|
141
|
+
/**
|
|
142
|
+
* Indicates whether the output manifest should use floating point or integer values for segment duration.
|
|
143
|
+
*/
|
|
144
|
+
ManifestDurationFormat?: HlsManifestDurationFormat | string;
|
|
145
|
+
/**
|
|
146
|
+
* When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.
|
|
147
|
+
*/
|
|
148
|
+
MinSegmentLength?: number;
|
|
149
|
+
/**
|
|
150
|
+
* If "vod", all segments are indexed and kept permanently in the destination and manifest. If "live", only the number segments specified in keepSegments and indexNSegments are kept; newer segments replace older segments, which may prevent players from rewinding all the way to the beginning of the event.
|
|
151
|
+
*
|
|
152
|
+
* VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type manifest on completion of the stream.
|
|
153
|
+
*/
|
|
154
|
+
Mode?: HlsMode | string;
|
|
155
|
+
/**
|
|
156
|
+
* MANIFESTS_AND_SEGMENTS: Generates manifests (master manifest, if applicable, and media manifests) for this output group.
|
|
157
|
+
*
|
|
158
|
+
* VARIANT_MANIFESTS_AND_SEGMENTS: Generates media manifests for this output group, but not a master manifest.
|
|
159
|
+
*
|
|
160
|
+
* SEGMENTS_ONLY: Does not generate any manifests for this output group.
|
|
161
|
+
*/
|
|
162
|
+
OutputSelection?: HlsOutputSelection | string;
|
|
163
|
+
/**
|
|
164
|
+
* Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated using the program date time clock.
|
|
165
|
+
*/
|
|
166
|
+
ProgramDateTime?: HlsProgramDateTime | string;
|
|
167
|
+
/**
|
|
168
|
+
* Specifies the algorithm used to drive the HLS EXT-X-PROGRAM-DATE-TIME clock. Options include:
|
|
169
|
+
*
|
|
170
|
+
* INITIALIZE_FROM_OUTPUT_TIMECODE: The PDT clock is initialized as a function of the first output timecode, then incremented by the EXTINF duration of each encoded segment.
|
|
171
|
+
*
|
|
172
|
+
* SYSTEM_CLOCK: The PDT clock is initialized as a function of the UTC wall clock, then incremented by the EXTINF duration of each encoded segment. If the PDT clock diverges from the wall clock by more than 500ms, it is resynchronized to the wall clock.
|
|
173
|
+
*/
|
|
174
|
+
ProgramDateTimeClock?: HlsProgramDateTimeClock | string;
|
|
175
|
+
/**
|
|
176
|
+
* Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
|
|
177
|
+
*/
|
|
178
|
+
ProgramDateTimePeriod?: number;
|
|
179
|
+
/**
|
|
180
|
+
* ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline. This feature allows playout device that support stale manifest detection to switch from one manifest to the other, when the current manifest seems to be stale. There are still two destinations and two master manifests, but both master manifests reference the media files from both pipelines.
|
|
181
|
+
*
|
|
182
|
+
* DISABLED: The master manifest (.m3u8 file) for each pipeline includes information about its own pipeline only.
|
|
183
|
+
*
|
|
184
|
+
* For an HLS output group with MediaPackage as the destination, the DISABLED behavior is always followed. MediaPackage regenerates the manifests it serves to players so a redundant manifest from MediaLive is irrelevant.
|
|
185
|
+
*/
|
|
186
|
+
RedundantManifest?: HlsRedundantManifest | string;
|
|
187
|
+
/**
|
|
188
|
+
* Length of MPEG-2 Transport Stream segments to create (in seconds). Note that segments will end on the next keyframe after this number of seconds, so actual segment length may be longer.
|
|
189
|
+
*/
|
|
190
|
+
SegmentLength?: number;
|
|
191
|
+
/**
|
|
192
|
+
* useInputSegmentation has been deprecated. The configured segment size is always used.
|
|
193
|
+
*/
|
|
194
|
+
SegmentationMode?: HlsSegmentationMode | string;
|
|
195
|
+
/**
|
|
196
|
+
* Number of segments to write to a subdirectory before starting a new one. directoryStructure must be subdirectoryPerStream for this setting to have an effect.
|
|
197
|
+
*/
|
|
198
|
+
SegmentsPerSubdirectory?: number;
|
|
199
|
+
/**
|
|
200
|
+
* Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.
|
|
201
|
+
*/
|
|
202
|
+
StreamInfResolution?: HlsStreamInfResolution | string;
|
|
203
|
+
/**
|
|
204
|
+
* Indicates ID3 frame that has the timecode.
|
|
205
|
+
*/
|
|
206
|
+
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | string;
|
|
207
|
+
/**
|
|
208
|
+
* Timed Metadata interval in seconds.
|
|
209
|
+
*/
|
|
210
|
+
TimedMetadataId3Period?: number;
|
|
211
|
+
/**
|
|
212
|
+
* Provides an extra millisecond delta offset to fine tune the timestamps.
|
|
213
|
+
*/
|
|
214
|
+
TimestampDeltaMilliseconds?: number;
|
|
215
|
+
/**
|
|
216
|
+
* SEGMENTED_FILES: Emit the program as segments - multiple .ts media files.
|
|
217
|
+
*
|
|
218
|
+
* SINGLE_FILE: Applies only if Mode field is VOD. Emit the program as a single .ts media file. The media manifest includes #EXT-X-BYTERANGE tags to index segments for playback. A typical use for this value is when sending the output to AWS Elemental MediaConvert, which can accept only a single media file. Playback while the channel is running is not guaranteed due to HTTP server caching.
|
|
219
|
+
*/
|
|
220
|
+
TsFileMode?: HlsTsFileMode | string;
|
|
221
|
+
}
|
|
222
|
+
export declare namespace HlsGroupSettings {
|
|
223
|
+
/**
|
|
224
|
+
* @internal
|
|
225
|
+
*/
|
|
226
|
+
const filterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
227
|
+
}
|
|
6
228
|
/**
|
|
7
229
|
* Media Package Group Settings
|
|
8
230
|
*/
|
|
@@ -309,7 +531,7 @@ export declare namespace OutputGroupSettings {
|
|
|
309
531
|
*/
|
|
310
532
|
export interface OutputGroup {
|
|
311
533
|
/**
|
|
312
|
-
* Custom output group name optionally defined by the user.
|
|
534
|
+
* Custom output group name optionally defined by the user.
|
|
313
535
|
*/
|
|
314
536
|
Name?: string;
|
|
315
537
|
/**
|
|
@@ -2956,6 +3178,10 @@ export interface Channel {
|
|
|
2956
3178
|
* The log level being written to CloudWatch Logs.
|
|
2957
3179
|
*/
|
|
2958
3180
|
LogLevel?: LogLevel | string;
|
|
3181
|
+
/**
|
|
3182
|
+
* Maintenance settings for this channel.
|
|
3183
|
+
*/
|
|
3184
|
+
Maintenance?: MaintenanceStatus;
|
|
2959
3185
|
/**
|
|
2960
3186
|
* The name of the channel. (user-mutable)
|
|
2961
3187
|
*/
|
|
@@ -3022,6 +3248,25 @@ export declare namespace ClaimDeviceResponse {
|
|
|
3022
3248
|
export declare enum ContentType {
|
|
3023
3249
|
image_jpeg = "image/jpeg"
|
|
3024
3250
|
}
|
|
3251
|
+
/**
|
|
3252
|
+
* Placeholder documentation for MaintenanceCreateSettings
|
|
3253
|
+
*/
|
|
3254
|
+
export interface MaintenanceCreateSettings {
|
|
3255
|
+
/**
|
|
3256
|
+
* Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
|
|
3257
|
+
*/
|
|
3258
|
+
MaintenanceDay?: MaintenanceDay | string;
|
|
3259
|
+
/**
|
|
3260
|
+
* Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
|
|
3261
|
+
*/
|
|
3262
|
+
MaintenanceStartTime?: string;
|
|
3263
|
+
}
|
|
3264
|
+
export declare namespace MaintenanceCreateSettings {
|
|
3265
|
+
/**
|
|
3266
|
+
* @internal
|
|
3267
|
+
*/
|
|
3268
|
+
const filterSensitiveLog: (obj: MaintenanceCreateSettings) => any;
|
|
3269
|
+
}
|
|
3025
3270
|
/**
|
|
3026
3271
|
* The properties for a private VPC Output
|
|
3027
3272
|
* When this property is specified, the output egress addresses will be created in a user specified VPC
|
|
@@ -3081,6 +3326,10 @@ export interface CreateChannelRequest {
|
|
|
3081
3326
|
* The log level to write to CloudWatch Logs.
|
|
3082
3327
|
*/
|
|
3083
3328
|
LogLevel?: LogLevel | string;
|
|
3329
|
+
/**
|
|
3330
|
+
* Maintenance settings for this channel.
|
|
3331
|
+
*/
|
|
3332
|
+
Maintenance?: MaintenanceCreateSettings;
|
|
3084
3333
|
/**
|
|
3085
3334
|
* Name of channel.
|
|
3086
3335
|
*/
|
|
@@ -3756,6 +4005,10 @@ export interface DeleteChannelResponse {
|
|
|
3756
4005
|
* The log level being written to CloudWatch Logs.
|
|
3757
4006
|
*/
|
|
3758
4007
|
LogLevel?: LogLevel | string;
|
|
4008
|
+
/**
|
|
4009
|
+
* Maintenance settings for this channel.
|
|
4010
|
+
*/
|
|
4011
|
+
Maintenance?: MaintenanceStatus;
|
|
3759
4012
|
/**
|
|
3760
4013
|
* The name of the channel. (user-mutable)
|
|
3761
4014
|
*/
|
|
@@ -4169,6 +4422,10 @@ export interface DescribeChannelResponse {
|
|
|
4169
4422
|
* The log level being written to CloudWatch Logs.
|
|
4170
4423
|
*/
|
|
4171
4424
|
LogLevel?: LogLevel | string;
|
|
4425
|
+
/**
|
|
4426
|
+
* Maintenance settings for this channel.
|
|
4427
|
+
*/
|
|
4428
|
+
Maintenance?: MaintenanceStatus;
|
|
4172
4429
|
/**
|
|
4173
4430
|
* The name of the channel. (user-mutable)
|
|
4174
4431
|
*/
|
|
@@ -5279,6 +5536,29 @@ export declare namespace ListTagsForResourceResponse {
|
|
|
5279
5536
|
*/
|
|
5280
5537
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
5281
5538
|
}
|
|
5539
|
+
/**
|
|
5540
|
+
* Placeholder documentation for MaintenanceUpdateSettings
|
|
5541
|
+
*/
|
|
5542
|
+
export interface MaintenanceUpdateSettings {
|
|
5543
|
+
/**
|
|
5544
|
+
* Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
|
|
5545
|
+
*/
|
|
5546
|
+
MaintenanceDay?: MaintenanceDay | string;
|
|
5547
|
+
/**
|
|
5548
|
+
* Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.
|
|
5549
|
+
*/
|
|
5550
|
+
MaintenanceScheduledDate?: string;
|
|
5551
|
+
/**
|
|
5552
|
+
* Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
|
|
5553
|
+
*/
|
|
5554
|
+
MaintenanceStartTime?: string;
|
|
5555
|
+
}
|
|
5556
|
+
export declare namespace MaintenanceUpdateSettings {
|
|
5557
|
+
/**
|
|
5558
|
+
* @internal
|
|
5559
|
+
*/
|
|
5560
|
+
const filterSensitiveLog: (obj: MaintenanceUpdateSettings) => any;
|
|
5561
|
+
}
|
|
5282
5562
|
/**
|
|
5283
5563
|
* Placeholder documentation for PurchaseOfferingRequest
|
|
5284
5564
|
*/
|
|
@@ -5418,6 +5698,10 @@ export interface StartChannelResponse {
|
|
|
5418
5698
|
* The log level being written to CloudWatch Logs.
|
|
5419
5699
|
*/
|
|
5420
5700
|
LogLevel?: LogLevel | string;
|
|
5701
|
+
/**
|
|
5702
|
+
* Maintenance settings for this channel.
|
|
5703
|
+
*/
|
|
5704
|
+
Maintenance?: MaintenanceStatus;
|
|
5421
5705
|
/**
|
|
5422
5706
|
* The name of the channel. (user-mutable)
|
|
5423
5707
|
*/
|
|
@@ -5584,6 +5868,10 @@ export interface StopChannelResponse {
|
|
|
5584
5868
|
* The log level being written to CloudWatch Logs.
|
|
5585
5869
|
*/
|
|
5586
5870
|
LogLevel?: LogLevel | string;
|
|
5871
|
+
/**
|
|
5872
|
+
* Maintenance settings for this channel.
|
|
5873
|
+
*/
|
|
5874
|
+
Maintenance?: MaintenanceStatus;
|
|
5587
5875
|
/**
|
|
5588
5876
|
* The name of the channel. (user-mutable)
|
|
5589
5877
|
*/
|
|
@@ -5759,6 +6047,10 @@ export interface UpdateChannelRequest {
|
|
|
5759
6047
|
* The log level to write to CloudWatch Logs.
|
|
5760
6048
|
*/
|
|
5761
6049
|
LogLevel?: LogLevel | string;
|
|
6050
|
+
/**
|
|
6051
|
+
* Maintenance settings for this channel.
|
|
6052
|
+
*/
|
|
6053
|
+
Maintenance?: MaintenanceUpdateSettings;
|
|
5762
6054
|
/**
|
|
5763
6055
|
* The name of the channel.
|
|
5764
6056
|
*/
|
|
@@ -6076,52 +6368,3 @@ export declare namespace UpdateMultiplexProgramRequest {
|
|
|
6076
6368
|
*/
|
|
6077
6369
|
const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
|
|
6078
6370
|
}
|
|
6079
|
-
/**
|
|
6080
|
-
* Placeholder documentation for UpdateMultiplexProgramResponse
|
|
6081
|
-
*/
|
|
6082
|
-
export interface UpdateMultiplexProgramResponse {
|
|
6083
|
-
/**
|
|
6084
|
-
* The updated multiplex program.
|
|
6085
|
-
*/
|
|
6086
|
-
MultiplexProgram?: MultiplexProgram;
|
|
6087
|
-
}
|
|
6088
|
-
export declare namespace UpdateMultiplexProgramResponse {
|
|
6089
|
-
/**
|
|
6090
|
-
* @internal
|
|
6091
|
-
*/
|
|
6092
|
-
const filterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
|
|
6093
|
-
}
|
|
6094
|
-
/**
|
|
6095
|
-
* Request to update a reservation
|
|
6096
|
-
*/
|
|
6097
|
-
export interface UpdateReservationRequest {
|
|
6098
|
-
/**
|
|
6099
|
-
* Name of the reservation
|
|
6100
|
-
*/
|
|
6101
|
-
Name?: string;
|
|
6102
|
-
/**
|
|
6103
|
-
* Unique reservation ID, e.g. '1234567'
|
|
6104
|
-
*/
|
|
6105
|
-
ReservationId: string | undefined;
|
|
6106
|
-
}
|
|
6107
|
-
export declare namespace UpdateReservationRequest {
|
|
6108
|
-
/**
|
|
6109
|
-
* @internal
|
|
6110
|
-
*/
|
|
6111
|
-
const filterSensitiveLog: (obj: UpdateReservationRequest) => any;
|
|
6112
|
-
}
|
|
6113
|
-
/**
|
|
6114
|
-
* Placeholder documentation for UpdateReservationResponse
|
|
6115
|
-
*/
|
|
6116
|
-
export interface UpdateReservationResponse {
|
|
6117
|
-
/**
|
|
6118
|
-
* Reserved resources available to use
|
|
6119
|
-
*/
|
|
6120
|
-
Reservation?: Reservation;
|
|
6121
|
-
}
|
|
6122
|
-
export declare namespace UpdateReservationResponse {
|
|
6123
|
-
/**
|
|
6124
|
-
* @internal
|
|
6125
|
-
*/
|
|
6126
|
-
const filterSensitiveLog: (obj: UpdateReservationResponse) => any;
|
|
6127
|
-
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { MultiplexProgram, Reservation } from "./models_1";
|
|
2
|
+
/**
|
|
3
|
+
* Placeholder documentation for UpdateMultiplexProgramResponse
|
|
4
|
+
*/
|
|
5
|
+
export interface UpdateMultiplexProgramResponse {
|
|
6
|
+
/**
|
|
7
|
+
* The updated multiplex program.
|
|
8
|
+
*/
|
|
9
|
+
MultiplexProgram?: MultiplexProgram;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace UpdateMultiplexProgramResponse {
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
const filterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Request to update a reservation
|
|
19
|
+
*/
|
|
20
|
+
export interface UpdateReservationRequest {
|
|
21
|
+
/**
|
|
22
|
+
* Name of the reservation
|
|
23
|
+
*/
|
|
24
|
+
Name?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Unique reservation ID, e.g. '1234567'
|
|
27
|
+
*/
|
|
28
|
+
ReservationId: string | undefined;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace UpdateReservationRequest {
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
const filterSensitiveLog: (obj: UpdateReservationRequest) => any;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Placeholder documentation for UpdateReservationResponse
|
|
38
|
+
*/
|
|
39
|
+
export interface UpdateReservationResponse {
|
|
40
|
+
/**
|
|
41
|
+
* Reserved resources available to use
|
|
42
|
+
*/
|
|
43
|
+
Reservation?: Reservation;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace UpdateReservationResponse {
|
|
46
|
+
/**
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
49
|
+
const filterSensitiveLog: (obj: UpdateReservationResponse) => any;
|
|
50
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
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
|
|
4
|
+
import { UpdateMultiplexProgramRequest } from "../models/models_1";
|
|
5
|
+
import { UpdateMultiplexProgramResponse } from "../models/models_2";
|
|
5
6
|
export interface UpdateMultiplexProgramCommandInput extends UpdateMultiplexProgramRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProgramResponse, __MetadataBearer {
|
|
@@ -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 { UpdateReservationRequest, UpdateReservationResponse } from "../models/
|
|
4
|
+
import { UpdateReservationRequest, UpdateReservationResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateReservationCommandInput extends UpdateReservationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateReservationCommandOutput extends UpdateReservationResponse, __MetadataBearer {
|
|
@@ -1392,6 +1392,30 @@ export declare enum LogLevel {
|
|
|
1392
1392
|
INFO = "INFO",
|
|
1393
1393
|
WARNING = "WARNING"
|
|
1394
1394
|
}
|
|
1395
|
+
export declare enum MaintenanceDay {
|
|
1396
|
+
FRIDAY = "FRIDAY",
|
|
1397
|
+
MONDAY = "MONDAY",
|
|
1398
|
+
SATURDAY = "SATURDAY",
|
|
1399
|
+
SUNDAY = "SUNDAY",
|
|
1400
|
+
THURSDAY = "THURSDAY",
|
|
1401
|
+
TUESDAY = "TUESDAY",
|
|
1402
|
+
WEDNESDAY = "WEDNESDAY"
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
export interface MaintenanceStatus {
|
|
1406
|
+
|
|
1407
|
+
MaintenanceDay?: MaintenanceDay | string;
|
|
1408
|
+
|
|
1409
|
+
MaintenanceDeadline?: string;
|
|
1410
|
+
|
|
1411
|
+
MaintenanceScheduledDate?: string;
|
|
1412
|
+
|
|
1413
|
+
MaintenanceStartTime?: string;
|
|
1414
|
+
}
|
|
1415
|
+
export declare namespace MaintenanceStatus {
|
|
1416
|
+
|
|
1417
|
+
const filterSensitiveLog: (obj: MaintenanceStatus) => any;
|
|
1418
|
+
}
|
|
1395
1419
|
export declare enum ChannelState {
|
|
1396
1420
|
CREATE_FAILED = "CREATE_FAILED",
|
|
1397
1421
|
CREATING = "CREATING",
|
|
@@ -1441,6 +1465,8 @@ export interface ChannelSummary {
|
|
|
1441
1465
|
|
|
1442
1466
|
LogLevel?: LogLevel | string;
|
|
1443
1467
|
|
|
1468
|
+
Maintenance?: MaintenanceStatus;
|
|
1469
|
+
|
|
1444
1470
|
Name?: string;
|
|
1445
1471
|
|
|
1446
1472
|
PipelinesRunningCount?: number;
|
|
@@ -2831,100 +2857,3 @@ export declare enum HlsTimedMetadataId3Frame {
|
|
|
2831
2857
|
PRIV = "PRIV",
|
|
2832
2858
|
TDRL = "TDRL"
|
|
2833
2859
|
}
|
|
2834
|
-
export declare enum HlsTsFileMode {
|
|
2835
|
-
SEGMENTED_FILES = "SEGMENTED_FILES",
|
|
2836
|
-
SINGLE_FILE = "SINGLE_FILE"
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
|
-
export interface HlsGroupSettings {
|
|
2840
|
-
|
|
2841
|
-
AdMarkers?: (HlsAdMarkers | string)[];
|
|
2842
|
-
|
|
2843
|
-
BaseUrlContent?: string;
|
|
2844
|
-
|
|
2845
|
-
BaseUrlContent1?: string;
|
|
2846
|
-
|
|
2847
|
-
BaseUrlManifest?: string;
|
|
2848
|
-
|
|
2849
|
-
BaseUrlManifest1?: string;
|
|
2850
|
-
|
|
2851
|
-
CaptionLanguageMappings?: CaptionLanguageMapping[];
|
|
2852
|
-
|
|
2853
|
-
CaptionLanguageSetting?: HlsCaptionLanguageSetting | string;
|
|
2854
|
-
|
|
2855
|
-
ClientCache?: HlsClientCache | string;
|
|
2856
|
-
|
|
2857
|
-
CodecSpecification?: HlsCodecSpecification | string;
|
|
2858
|
-
|
|
2859
|
-
ConstantIv?: string;
|
|
2860
|
-
|
|
2861
|
-
Destination: OutputLocationRef | undefined;
|
|
2862
|
-
|
|
2863
|
-
DirectoryStructure?: HlsDirectoryStructure | string;
|
|
2864
|
-
|
|
2865
|
-
DiscontinuityTags?: HlsDiscontinuityTags | string;
|
|
2866
|
-
|
|
2867
|
-
EncryptionType?: HlsEncryptionType | string;
|
|
2868
|
-
|
|
2869
|
-
HlsCdnSettings?: HlsCdnSettings;
|
|
2870
|
-
|
|
2871
|
-
HlsId3SegmentTagging?: HlsId3SegmentTaggingState | string;
|
|
2872
|
-
|
|
2873
|
-
IFrameOnlyPlaylists?: IFrameOnlyPlaylistType | string;
|
|
2874
|
-
|
|
2875
|
-
IncompleteSegmentBehavior?: HlsIncompleteSegmentBehavior | string;
|
|
2876
|
-
|
|
2877
|
-
IndexNSegments?: number;
|
|
2878
|
-
|
|
2879
|
-
InputLossAction?: InputLossActionForHlsOut | string;
|
|
2880
|
-
|
|
2881
|
-
IvInManifest?: HlsIvInManifest | string;
|
|
2882
|
-
|
|
2883
|
-
IvSource?: HlsIvSource | string;
|
|
2884
|
-
|
|
2885
|
-
KeepSegments?: number;
|
|
2886
|
-
|
|
2887
|
-
KeyFormat?: string;
|
|
2888
|
-
|
|
2889
|
-
KeyFormatVersions?: string;
|
|
2890
|
-
|
|
2891
|
-
KeyProviderSettings?: KeyProviderSettings;
|
|
2892
|
-
|
|
2893
|
-
ManifestCompression?: HlsManifestCompression | string;
|
|
2894
|
-
|
|
2895
|
-
ManifestDurationFormat?: HlsManifestDurationFormat | string;
|
|
2896
|
-
|
|
2897
|
-
MinSegmentLength?: number;
|
|
2898
|
-
|
|
2899
|
-
Mode?: HlsMode | string;
|
|
2900
|
-
|
|
2901
|
-
OutputSelection?: HlsOutputSelection | string;
|
|
2902
|
-
|
|
2903
|
-
ProgramDateTime?: HlsProgramDateTime | string;
|
|
2904
|
-
|
|
2905
|
-
ProgramDateTimeClock?: HlsProgramDateTimeClock | string;
|
|
2906
|
-
|
|
2907
|
-
ProgramDateTimePeriod?: number;
|
|
2908
|
-
|
|
2909
|
-
RedundantManifest?: HlsRedundantManifest | string;
|
|
2910
|
-
|
|
2911
|
-
SegmentLength?: number;
|
|
2912
|
-
|
|
2913
|
-
SegmentationMode?: HlsSegmentationMode | string;
|
|
2914
|
-
|
|
2915
|
-
SegmentsPerSubdirectory?: number;
|
|
2916
|
-
|
|
2917
|
-
StreamInfResolution?: HlsStreamInfResolution | string;
|
|
2918
|
-
|
|
2919
|
-
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | string;
|
|
2920
|
-
|
|
2921
|
-
TimedMetadataId3Period?: number;
|
|
2922
|
-
|
|
2923
|
-
TimestampDeltaMilliseconds?: number;
|
|
2924
|
-
|
|
2925
|
-
TsFileMode?: HlsTsFileMode | string;
|
|
2926
|
-
}
|
|
2927
|
-
export declare namespace HlsGroupSettings {
|
|
2928
|
-
|
|
2929
|
-
const filterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
2930
|
-
}
|