@aws-sdk/client-mediapackage-vod 3.533.0 → 3.540.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/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/MediaPackageVod.d.ts +4 -1
- package/dist-types/MediaPackageVodClient.d.ts +1 -1
- package/dist-types/commands/ConfigureLogsCommand.d.ts +2 -1
- package/dist-types/commands/CreateAssetCommand.d.ts +2 -1
- package/dist-types/commands/CreatePackagingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreatePackagingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
- package/dist-types/commands/DeletePackagingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeletePackagingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetCommand.d.ts +2 -1
- package/dist-types/commands/DescribePackagingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribePackagingGroupCommand.d.ts +2 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListPackagingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListPackagingGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePackagingGroupCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +224 -224
- package/dist-types/ts3.4/MediaPackageVod.d.ts +3 -0
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -12,48 +12,48 @@ export declare const __PeriodTriggersElement: {
|
|
|
12
12
|
*/
|
|
13
13
|
export type __PeriodTriggersElement = (typeof __PeriodTriggersElement)[keyof typeof __PeriodTriggersElement];
|
|
14
14
|
/**
|
|
15
|
-
* @public
|
|
16
15
|
* A MediaPackage VOD Asset resource.
|
|
16
|
+
* @public
|
|
17
17
|
*/
|
|
18
18
|
export interface AssetShallow {
|
|
19
19
|
/**
|
|
20
|
-
* @public
|
|
21
20
|
* The ARN of the Asset.
|
|
21
|
+
* @public
|
|
22
22
|
*/
|
|
23
23
|
Arn?: string;
|
|
24
24
|
/**
|
|
25
|
-
* @public
|
|
26
25
|
* The time the Asset was initially submitted for Ingest.
|
|
26
|
+
* @public
|
|
27
27
|
*/
|
|
28
28
|
CreatedAt?: string;
|
|
29
29
|
/**
|
|
30
|
-
* @public
|
|
31
30
|
* The unique identifier for the Asset.
|
|
31
|
+
* @public
|
|
32
32
|
*/
|
|
33
33
|
Id?: string;
|
|
34
34
|
/**
|
|
35
|
-
* @public
|
|
36
35
|
* The ID of the PackagingGroup for the Asset.
|
|
36
|
+
* @public
|
|
37
37
|
*/
|
|
38
38
|
PackagingGroupId?: string;
|
|
39
39
|
/**
|
|
40
|
-
* @public
|
|
41
40
|
* The resource ID to include in SPEKE key requests.
|
|
41
|
+
* @public
|
|
42
42
|
*/
|
|
43
43
|
ResourceId?: string;
|
|
44
44
|
/**
|
|
45
|
-
* @public
|
|
46
45
|
* ARN of the source object in S3.
|
|
46
|
+
* @public
|
|
47
47
|
*/
|
|
48
48
|
SourceArn?: string;
|
|
49
49
|
/**
|
|
50
|
-
* @public
|
|
51
50
|
* The IAM role ARN used to access the source S3 bucket.
|
|
51
|
+
* @public
|
|
52
52
|
*/
|
|
53
53
|
SourceRoleArn?: string;
|
|
54
54
|
/**
|
|
55
|
-
* @public
|
|
56
55
|
* A collection of tags associated with a resource
|
|
56
|
+
* @public
|
|
57
57
|
*/
|
|
58
58
|
Tags?: Record<string, string>;
|
|
59
59
|
}
|
|
@@ -107,80 +107,80 @@ export declare const StreamOrder: {
|
|
|
107
107
|
*/
|
|
108
108
|
export type StreamOrder = (typeof StreamOrder)[keyof typeof StreamOrder];
|
|
109
109
|
/**
|
|
110
|
-
* @public
|
|
111
110
|
* A StreamSelection configuration.
|
|
111
|
+
* @public
|
|
112
112
|
*/
|
|
113
113
|
export interface StreamSelection {
|
|
114
114
|
/**
|
|
115
|
-
* @public
|
|
116
115
|
* The maximum video bitrate (bps) to include in output.
|
|
116
|
+
* @public
|
|
117
117
|
*/
|
|
118
118
|
MaxVideoBitsPerSecond?: number;
|
|
119
119
|
/**
|
|
120
|
-
* @public
|
|
121
120
|
* The minimum video bitrate (bps) to include in output.
|
|
121
|
+
* @public
|
|
122
122
|
*/
|
|
123
123
|
MinVideoBitsPerSecond?: number;
|
|
124
124
|
/**
|
|
125
|
-
* @public
|
|
126
125
|
* A directive that determines the order of streams in the output.
|
|
126
|
+
* @public
|
|
127
127
|
*/
|
|
128
128
|
StreamOrder?: StreamOrder;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
|
-
* @public
|
|
132
131
|
* A DASH manifest configuration.
|
|
132
|
+
* @public
|
|
133
133
|
*/
|
|
134
134
|
export interface DashManifest {
|
|
135
135
|
/**
|
|
136
|
-
* @public
|
|
137
136
|
* Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.
|
|
137
|
+
* @public
|
|
138
138
|
*/
|
|
139
139
|
ManifestLayout?: ManifestLayout;
|
|
140
140
|
/**
|
|
141
|
-
* @public
|
|
142
141
|
* An optional string to include in the name of the manifest.
|
|
142
|
+
* @public
|
|
143
143
|
*/
|
|
144
144
|
ManifestName?: string;
|
|
145
145
|
/**
|
|
146
|
-
* @public
|
|
147
146
|
* Minimum duration (in seconds) that a player will buffer media before starting the presentation.
|
|
147
|
+
* @public
|
|
148
148
|
*/
|
|
149
149
|
MinBufferTimeSeconds?: number;
|
|
150
150
|
/**
|
|
151
|
-
* @public
|
|
152
151
|
* The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
|
|
152
|
+
* @public
|
|
153
153
|
*/
|
|
154
154
|
Profile?: Profile;
|
|
155
155
|
/**
|
|
156
|
-
* @public
|
|
157
156
|
* The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.
|
|
157
|
+
* @public
|
|
158
158
|
*/
|
|
159
159
|
ScteMarkersSource?: ScteMarkersSource;
|
|
160
160
|
/**
|
|
161
|
-
* @public
|
|
162
161
|
* A StreamSelection configuration.
|
|
162
|
+
* @public
|
|
163
163
|
*/
|
|
164
164
|
StreamSelection?: StreamSelection;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
|
-
* @public
|
|
168
167
|
* The endpoint URL used to access an Asset using one PackagingConfiguration.
|
|
168
|
+
* @public
|
|
169
169
|
*/
|
|
170
170
|
export interface EgressEndpoint {
|
|
171
171
|
/**
|
|
172
|
-
* @public
|
|
173
172
|
* The ID of the PackagingConfiguration being applied to the Asset.
|
|
173
|
+
* @public
|
|
174
174
|
*/
|
|
175
175
|
PackagingConfigurationId?: string;
|
|
176
176
|
/**
|
|
177
|
-
* @public
|
|
178
177
|
* The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.
|
|
178
|
+
* @public
|
|
179
179
|
*/
|
|
180
180
|
Status?: string;
|
|
181
181
|
/**
|
|
182
|
-
* @public
|
|
183
182
|
* The URL of the parent manifest for the repackaged Asset.
|
|
183
|
+
* @public
|
|
184
184
|
*/
|
|
185
185
|
Url?: string;
|
|
186
186
|
}
|
|
@@ -198,32 +198,31 @@ export declare const AdMarkers: {
|
|
|
198
198
|
*/
|
|
199
199
|
export type AdMarkers = (typeof AdMarkers)[keyof typeof AdMarkers];
|
|
200
200
|
/**
|
|
201
|
-
* @public
|
|
202
201
|
* An HTTP Live Streaming (HLS) manifest configuration.
|
|
202
|
+
* @public
|
|
203
203
|
*/
|
|
204
204
|
export interface HlsManifest {
|
|
205
205
|
/**
|
|
206
|
-
* @public
|
|
207
206
|
* This setting controls how ad markers are included in the packaged OriginEndpoint.
|
|
208
207
|
* "NONE" will omit all SCTE-35 ad markers from the output.
|
|
209
208
|
* "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad
|
|
210
209
|
* markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.
|
|
211
210
|
* "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35
|
|
212
211
|
* messages in the input source.
|
|
212
|
+
* @public
|
|
213
213
|
*/
|
|
214
214
|
AdMarkers?: AdMarkers;
|
|
215
215
|
/**
|
|
216
|
-
* @public
|
|
217
216
|
* When enabled, an I-Frame only stream will be included in the output.
|
|
217
|
+
* @public
|
|
218
218
|
*/
|
|
219
219
|
IncludeIframeOnlyStream?: boolean;
|
|
220
220
|
/**
|
|
221
|
-
* @public
|
|
222
221
|
* An optional string to include in the name of the manifest.
|
|
222
|
+
* @public
|
|
223
223
|
*/
|
|
224
224
|
ManifestName?: string;
|
|
225
225
|
/**
|
|
226
|
-
* @public
|
|
227
226
|
* The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag
|
|
228
227
|
* inserted into manifests. Additionally, when an interval is specified
|
|
229
228
|
* ID3Timed Metadata messages will be generated every 5 seconds using the
|
|
@@ -233,32 +232,33 @@ export interface HlsManifest {
|
|
|
233
232
|
* ID3Timed Metadata messages will be generated. Note that irrespective
|
|
234
233
|
* of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input,
|
|
235
234
|
* it will be passed through to HLS output.
|
|
235
|
+
* @public
|
|
236
236
|
*/
|
|
237
237
|
ProgramDateTimeIntervalSeconds?: number;
|
|
238
238
|
/**
|
|
239
|
-
* @public
|
|
240
239
|
* When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
|
240
|
+
* @public
|
|
241
241
|
*/
|
|
242
242
|
RepeatExtXKey?: boolean;
|
|
243
243
|
/**
|
|
244
|
-
* @public
|
|
245
244
|
* A StreamSelection configuration.
|
|
245
|
+
* @public
|
|
246
246
|
*/
|
|
247
247
|
StreamSelection?: StreamSelection;
|
|
248
248
|
}
|
|
249
249
|
/**
|
|
250
|
-
* @public
|
|
251
250
|
* A Microsoft Smooth Streaming (MSS) manifest configuration.
|
|
251
|
+
* @public
|
|
252
252
|
*/
|
|
253
253
|
export interface MssManifest {
|
|
254
254
|
/**
|
|
255
|
-
* @public
|
|
256
255
|
* An optional string to include in the name of the manifest.
|
|
256
|
+
* @public
|
|
257
257
|
*/
|
|
258
258
|
ManifestName?: string;
|
|
259
259
|
/**
|
|
260
|
-
* @public
|
|
261
260
|
* A StreamSelection configuration.
|
|
261
|
+
* @public
|
|
262
262
|
*/
|
|
263
263
|
StreamSelection?: StreamSelection;
|
|
264
264
|
}
|
|
@@ -298,109 +298,109 @@ export declare const PresetSpeke20Video: {
|
|
|
298
298
|
*/
|
|
299
299
|
export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
|
|
300
300
|
/**
|
|
301
|
-
* @public
|
|
302
301
|
* Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0.
|
|
303
302
|
* The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream.
|
|
304
303
|
* To configure the encryption contract, specify which audio and video encryption presets to use.
|
|
305
304
|
* Note the following considerations when using encryptionContractConfiguration:
|
|
306
305
|
* encryptionContractConfiguration can be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.
|
|
307
306
|
* You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.
|
|
307
|
+
* @public
|
|
308
308
|
*/
|
|
309
309
|
export interface EncryptionContractConfiguration {
|
|
310
310
|
/**
|
|
311
|
-
* @public
|
|
312
311
|
* A collection of audio encryption presets.
|
|
312
|
+
* @public
|
|
313
313
|
*/
|
|
314
314
|
PresetSpeke20Audio: PresetSpeke20Audio | undefined;
|
|
315
315
|
/**
|
|
316
|
-
* @public
|
|
317
316
|
* A collection of video encryption presets.
|
|
317
|
+
* @public
|
|
318
318
|
*/
|
|
319
319
|
PresetSpeke20Video: PresetSpeke20Video | undefined;
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
|
-
* @public
|
|
323
322
|
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
323
|
+
* @public
|
|
324
324
|
*/
|
|
325
325
|
export interface SpekeKeyProvider {
|
|
326
326
|
/**
|
|
327
|
-
* @public
|
|
328
327
|
* Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0.
|
|
329
328
|
* The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream.
|
|
330
329
|
* To configure the encryption contract, specify which audio and video encryption presets to use.
|
|
331
330
|
* Note the following considerations when using encryptionContractConfiguration:
|
|
332
331
|
* encryptionContractConfiguration can be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification.
|
|
333
332
|
* You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.
|
|
333
|
+
* @public
|
|
334
334
|
*/
|
|
335
335
|
EncryptionContractConfiguration?: EncryptionContractConfiguration;
|
|
336
336
|
/**
|
|
337
|
-
* @public
|
|
338
337
|
* An Amazon Resource Name (ARN) of an IAM role that AWS Elemental
|
|
339
338
|
* MediaPackage will assume when accessing the key provider service.
|
|
339
|
+
* @public
|
|
340
340
|
*/
|
|
341
341
|
RoleArn: string | undefined;
|
|
342
342
|
/**
|
|
343
|
-
* @public
|
|
344
343
|
* The system IDs to include in key requests.
|
|
344
|
+
* @public
|
|
345
345
|
*/
|
|
346
346
|
SystemIds: string[] | undefined;
|
|
347
347
|
/**
|
|
348
|
-
* @public
|
|
349
348
|
* The URL of the external key provider service.
|
|
349
|
+
* @public
|
|
350
350
|
*/
|
|
351
351
|
Url: string | undefined;
|
|
352
352
|
}
|
|
353
353
|
/**
|
|
354
|
-
* @public
|
|
355
354
|
* A CMAF encryption configuration.
|
|
355
|
+
* @public
|
|
356
356
|
*/
|
|
357
357
|
export interface CmafEncryption {
|
|
358
358
|
/**
|
|
359
|
-
* @public
|
|
360
359
|
* An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
|
|
360
|
+
* @public
|
|
361
361
|
*/
|
|
362
362
|
ConstantInitializationVector?: string;
|
|
363
363
|
/**
|
|
364
|
-
* @public
|
|
365
364
|
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
365
|
+
* @public
|
|
366
366
|
*/
|
|
367
367
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
368
368
|
}
|
|
369
369
|
/**
|
|
370
|
-
* @public
|
|
371
370
|
* A CMAF packaging configuration.
|
|
371
|
+
* @public
|
|
372
372
|
*/
|
|
373
373
|
export interface CmafPackage {
|
|
374
374
|
/**
|
|
375
|
-
* @public
|
|
376
375
|
* A CMAF encryption configuration.
|
|
376
|
+
* @public
|
|
377
377
|
*/
|
|
378
378
|
Encryption?: CmafEncryption;
|
|
379
379
|
/**
|
|
380
|
-
* @public
|
|
381
380
|
* A list of HLS manifest configurations.
|
|
381
|
+
* @public
|
|
382
382
|
*/
|
|
383
383
|
HlsManifests: HlsManifest[] | undefined;
|
|
384
384
|
/**
|
|
385
|
-
* @public
|
|
386
385
|
* When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
|
|
386
|
+
* @public
|
|
387
387
|
*/
|
|
388
388
|
IncludeEncoderConfigurationInSegments?: boolean;
|
|
389
389
|
/**
|
|
390
|
-
* @public
|
|
391
390
|
* Duration (in seconds) of each fragment. Actual fragments will be
|
|
392
391
|
* rounded to the nearest multiple of the source fragment duration.
|
|
392
|
+
* @public
|
|
393
393
|
*/
|
|
394
394
|
SegmentDurationSeconds?: number;
|
|
395
395
|
}
|
|
396
396
|
/**
|
|
397
|
-
* @public
|
|
398
397
|
* A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
|
|
398
|
+
* @public
|
|
399
399
|
*/
|
|
400
400
|
export interface DashEncryption {
|
|
401
401
|
/**
|
|
402
|
-
* @public
|
|
403
402
|
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
403
|
+
* @public
|
|
404
404
|
*/
|
|
405
405
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
406
406
|
}
|
|
@@ -418,47 +418,47 @@ export declare const SegmentTemplateFormat: {
|
|
|
418
418
|
*/
|
|
419
419
|
export type SegmentTemplateFormat = (typeof SegmentTemplateFormat)[keyof typeof SegmentTemplateFormat];
|
|
420
420
|
/**
|
|
421
|
-
* @public
|
|
422
421
|
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
422
|
+
* @public
|
|
423
423
|
*/
|
|
424
424
|
export interface DashPackage {
|
|
425
425
|
/**
|
|
426
|
-
* @public
|
|
427
426
|
* A list of DASH manifest configurations.
|
|
427
|
+
* @public
|
|
428
428
|
*/
|
|
429
429
|
DashManifests: DashManifest[] | undefined;
|
|
430
430
|
/**
|
|
431
|
-
* @public
|
|
432
431
|
* A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
|
|
432
|
+
* @public
|
|
433
433
|
*/
|
|
434
434
|
Encryption?: DashEncryption;
|
|
435
435
|
/**
|
|
436
|
-
* @public
|
|
437
436
|
* When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.
|
|
437
|
+
* @public
|
|
438
438
|
*/
|
|
439
439
|
IncludeEncoderConfigurationInSegments?: boolean;
|
|
440
440
|
/**
|
|
441
|
-
* @public
|
|
442
441
|
* When enabled, an I-Frame only stream will be included in the output.
|
|
442
|
+
* @public
|
|
443
443
|
*/
|
|
444
444
|
IncludeIframeOnlyStream?: boolean;
|
|
445
445
|
/**
|
|
446
|
-
* @public
|
|
447
446
|
* A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH)
|
|
448
447
|
* Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not
|
|
449
448
|
* be partitioned into more than one period. If the list contains "ADS", new periods will be created where
|
|
450
449
|
* the Asset contains SCTE-35 ad markers.
|
|
450
|
+
* @public
|
|
451
451
|
*/
|
|
452
452
|
PeriodTriggers?: __PeriodTriggersElement[];
|
|
453
453
|
/**
|
|
454
|
-
* @public
|
|
455
454
|
* Duration (in seconds) of each segment. Actual segments will be
|
|
456
455
|
* rounded to the nearest multiple of the source segment duration.
|
|
456
|
+
* @public
|
|
457
457
|
*/
|
|
458
458
|
SegmentDurationSeconds?: number;
|
|
459
459
|
/**
|
|
460
|
-
* @public
|
|
461
460
|
* Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.
|
|
461
|
+
* @public
|
|
462
462
|
*/
|
|
463
463
|
SegmentTemplateFormat?: SegmentTemplateFormat;
|
|
464
464
|
}
|
|
@@ -475,228 +475,228 @@ export declare const EncryptionMethod: {
|
|
|
475
475
|
*/
|
|
476
476
|
export type EncryptionMethod = (typeof EncryptionMethod)[keyof typeof EncryptionMethod];
|
|
477
477
|
/**
|
|
478
|
-
* @public
|
|
479
478
|
* An HTTP Live Streaming (HLS) encryption configuration.
|
|
479
|
+
* @public
|
|
480
480
|
*/
|
|
481
481
|
export interface HlsEncryption {
|
|
482
482
|
/**
|
|
483
|
-
* @public
|
|
484
483
|
* A constant initialization vector for encryption (optional).
|
|
485
484
|
* When not specified the initialization vector will be periodically rotated.
|
|
485
|
+
* @public
|
|
486
486
|
*/
|
|
487
487
|
ConstantInitializationVector?: string;
|
|
488
488
|
/**
|
|
489
|
-
* @public
|
|
490
489
|
* The encryption method to use.
|
|
490
|
+
* @public
|
|
491
491
|
*/
|
|
492
492
|
EncryptionMethod?: EncryptionMethod;
|
|
493
493
|
/**
|
|
494
|
-
* @public
|
|
495
494
|
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
495
|
+
* @public
|
|
496
496
|
*/
|
|
497
497
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
498
498
|
}
|
|
499
499
|
/**
|
|
500
|
-
* @public
|
|
501
500
|
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
501
|
+
* @public
|
|
502
502
|
*/
|
|
503
503
|
export interface HlsPackage {
|
|
504
504
|
/**
|
|
505
|
-
* @public
|
|
506
505
|
* An HTTP Live Streaming (HLS) encryption configuration.
|
|
506
|
+
* @public
|
|
507
507
|
*/
|
|
508
508
|
Encryption?: HlsEncryption;
|
|
509
509
|
/**
|
|
510
|
-
* @public
|
|
511
510
|
* A list of HLS manifest configurations.
|
|
511
|
+
* @public
|
|
512
512
|
*/
|
|
513
513
|
HlsManifests: HlsManifest[] | undefined;
|
|
514
514
|
/**
|
|
515
|
-
* @public
|
|
516
515
|
* When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
|
516
|
+
* @public
|
|
517
517
|
*/
|
|
518
518
|
IncludeDvbSubtitles?: boolean;
|
|
519
519
|
/**
|
|
520
|
-
* @public
|
|
521
520
|
* Duration (in seconds) of each fragment. Actual fragments will be
|
|
522
521
|
* rounded to the nearest multiple of the source fragment duration.
|
|
522
|
+
* @public
|
|
523
523
|
*/
|
|
524
524
|
SegmentDurationSeconds?: number;
|
|
525
525
|
/**
|
|
526
|
-
* @public
|
|
527
526
|
* When enabled, audio streams will be placed in rendition groups in the output.
|
|
527
|
+
* @public
|
|
528
528
|
*/
|
|
529
529
|
UseAudioRenditionGroup?: boolean;
|
|
530
530
|
}
|
|
531
531
|
/**
|
|
532
|
-
* @public
|
|
533
532
|
* A Microsoft Smooth Streaming (MSS) encryption configuration.
|
|
533
|
+
* @public
|
|
534
534
|
*/
|
|
535
535
|
export interface MssEncryption {
|
|
536
536
|
/**
|
|
537
|
-
* @public
|
|
538
537
|
* A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
|
|
538
|
+
* @public
|
|
539
539
|
*/
|
|
540
540
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
541
541
|
}
|
|
542
542
|
/**
|
|
543
|
-
* @public
|
|
544
543
|
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
544
|
+
* @public
|
|
545
545
|
*/
|
|
546
546
|
export interface MssPackage {
|
|
547
547
|
/**
|
|
548
|
-
* @public
|
|
549
548
|
* A Microsoft Smooth Streaming (MSS) encryption configuration.
|
|
549
|
+
* @public
|
|
550
550
|
*/
|
|
551
551
|
Encryption?: MssEncryption;
|
|
552
552
|
/**
|
|
553
|
-
* @public
|
|
554
553
|
* A list of MSS manifest configurations.
|
|
554
|
+
* @public
|
|
555
555
|
*/
|
|
556
556
|
MssManifests: MssManifest[] | undefined;
|
|
557
557
|
/**
|
|
558
|
-
* @public
|
|
559
558
|
* The duration (in seconds) of each segment.
|
|
559
|
+
* @public
|
|
560
560
|
*/
|
|
561
561
|
SegmentDurationSeconds?: number;
|
|
562
562
|
}
|
|
563
563
|
/**
|
|
564
|
-
* @public
|
|
565
564
|
* A MediaPackage VOD PackagingConfiguration resource.
|
|
565
|
+
* @public
|
|
566
566
|
*/
|
|
567
567
|
export interface PackagingConfiguration {
|
|
568
568
|
/**
|
|
569
|
-
* @public
|
|
570
569
|
* The ARN of the PackagingConfiguration.
|
|
570
|
+
* @public
|
|
571
571
|
*/
|
|
572
572
|
Arn?: string;
|
|
573
573
|
/**
|
|
574
|
-
* @public
|
|
575
574
|
* A CMAF packaging configuration.
|
|
575
|
+
* @public
|
|
576
576
|
*/
|
|
577
577
|
CmafPackage?: CmafPackage;
|
|
578
578
|
/**
|
|
579
|
-
* @public
|
|
580
579
|
* The time the PackagingConfiguration was created.
|
|
580
|
+
* @public
|
|
581
581
|
*/
|
|
582
582
|
CreatedAt?: string;
|
|
583
583
|
/**
|
|
584
|
-
* @public
|
|
585
584
|
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
585
|
+
* @public
|
|
586
586
|
*/
|
|
587
587
|
DashPackage?: DashPackage;
|
|
588
588
|
/**
|
|
589
|
-
* @public
|
|
590
589
|
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
590
|
+
* @public
|
|
591
591
|
*/
|
|
592
592
|
HlsPackage?: HlsPackage;
|
|
593
593
|
/**
|
|
594
|
-
* @public
|
|
595
594
|
* The ID of the PackagingConfiguration.
|
|
595
|
+
* @public
|
|
596
596
|
*/
|
|
597
597
|
Id?: string;
|
|
598
598
|
/**
|
|
599
|
-
* @public
|
|
600
599
|
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
600
|
+
* @public
|
|
601
601
|
*/
|
|
602
602
|
MssPackage?: MssPackage;
|
|
603
603
|
/**
|
|
604
|
-
* @public
|
|
605
604
|
* The ID of a PackagingGroup.
|
|
605
|
+
* @public
|
|
606
606
|
*/
|
|
607
607
|
PackagingGroupId?: string;
|
|
608
608
|
/**
|
|
609
|
-
* @public
|
|
610
609
|
* A collection of tags associated with a resource
|
|
610
|
+
* @public
|
|
611
611
|
*/
|
|
612
612
|
Tags?: Record<string, string>;
|
|
613
613
|
}
|
|
614
614
|
/**
|
|
615
|
-
* @public
|
|
616
615
|
* CDN Authorization credentials
|
|
616
|
+
* @public
|
|
617
617
|
*/
|
|
618
618
|
export interface Authorization {
|
|
619
619
|
/**
|
|
620
|
-
* @public
|
|
621
620
|
* The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
|
|
621
|
+
* @public
|
|
622
622
|
*/
|
|
623
623
|
CdnIdentifierSecret: string | undefined;
|
|
624
624
|
/**
|
|
625
|
-
* @public
|
|
626
625
|
* The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
|
|
626
|
+
* @public
|
|
627
627
|
*/
|
|
628
628
|
SecretsRoleArn: string | undefined;
|
|
629
629
|
}
|
|
630
630
|
/**
|
|
631
|
-
* @public
|
|
632
631
|
* Configure egress access logging.
|
|
632
|
+
* @public
|
|
633
633
|
*/
|
|
634
634
|
export interface EgressAccessLogs {
|
|
635
635
|
/**
|
|
636
|
-
* @public
|
|
637
636
|
* Customize the log group name.
|
|
637
|
+
* @public
|
|
638
638
|
*/
|
|
639
639
|
LogGroupName?: string;
|
|
640
640
|
}
|
|
641
641
|
/**
|
|
642
|
-
* @public
|
|
643
642
|
* A MediaPackage VOD PackagingGroup resource.
|
|
643
|
+
* @public
|
|
644
644
|
*/
|
|
645
645
|
export interface PackagingGroup {
|
|
646
646
|
/**
|
|
647
|
-
* @public
|
|
648
647
|
* The approximate asset count of the PackagingGroup.
|
|
648
|
+
* @public
|
|
649
649
|
*/
|
|
650
650
|
ApproximateAssetCount?: number;
|
|
651
651
|
/**
|
|
652
|
-
* @public
|
|
653
652
|
* The ARN of the PackagingGroup.
|
|
653
|
+
* @public
|
|
654
654
|
*/
|
|
655
655
|
Arn?: string;
|
|
656
656
|
/**
|
|
657
|
-
* @public
|
|
658
657
|
* CDN Authorization credentials
|
|
658
|
+
* @public
|
|
659
659
|
*/
|
|
660
660
|
Authorization?: Authorization;
|
|
661
661
|
/**
|
|
662
|
-
* @public
|
|
663
662
|
* The time the PackagingGroup was created.
|
|
663
|
+
* @public
|
|
664
664
|
*/
|
|
665
665
|
CreatedAt?: string;
|
|
666
666
|
/**
|
|
667
|
-
* @public
|
|
668
667
|
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
668
|
+
* @public
|
|
669
669
|
*/
|
|
670
670
|
DomainName?: string;
|
|
671
671
|
/**
|
|
672
|
-
* @public
|
|
673
672
|
* Configure egress access logging.
|
|
673
|
+
* @public
|
|
674
674
|
*/
|
|
675
675
|
EgressAccessLogs?: EgressAccessLogs;
|
|
676
676
|
/**
|
|
677
|
-
* @public
|
|
678
677
|
* The ID of the PackagingGroup.
|
|
678
|
+
* @public
|
|
679
679
|
*/
|
|
680
680
|
Id?: string;
|
|
681
681
|
/**
|
|
682
|
-
* @public
|
|
683
682
|
* A collection of tags associated with a resource
|
|
683
|
+
* @public
|
|
684
684
|
*/
|
|
685
685
|
Tags?: Record<string, string>;
|
|
686
686
|
}
|
|
687
687
|
/**
|
|
688
|
-
* @public
|
|
689
688
|
* The option to configure log subscription.
|
|
689
|
+
* @public
|
|
690
690
|
*/
|
|
691
691
|
export interface ConfigureLogsRequest {
|
|
692
692
|
/**
|
|
693
|
-
* @public
|
|
694
693
|
* Configure egress access logging.
|
|
694
|
+
* @public
|
|
695
695
|
*/
|
|
696
696
|
EgressAccessLogs?: EgressAccessLogs;
|
|
697
697
|
/**
|
|
698
|
-
* @public
|
|
699
698
|
* The ID of a MediaPackage VOD PackagingGroup resource.
|
|
699
|
+
* @public
|
|
700
700
|
*/
|
|
701
701
|
Id: string | undefined;
|
|
702
702
|
}
|
|
@@ -705,44 +705,44 @@ export interface ConfigureLogsRequest {
|
|
|
705
705
|
*/
|
|
706
706
|
export interface ConfigureLogsResponse {
|
|
707
707
|
/**
|
|
708
|
-
* @public
|
|
709
708
|
* The ARN of the PackagingGroup.
|
|
709
|
+
* @public
|
|
710
710
|
*/
|
|
711
711
|
Arn?: string;
|
|
712
712
|
/**
|
|
713
|
-
* @public
|
|
714
713
|
* CDN Authorization credentials
|
|
714
|
+
* @public
|
|
715
715
|
*/
|
|
716
716
|
Authorization?: Authorization;
|
|
717
717
|
/**
|
|
718
|
-
* @public
|
|
719
718
|
* The time the PackagingGroup was created.
|
|
719
|
+
* @public
|
|
720
720
|
*/
|
|
721
721
|
CreatedAt?: string;
|
|
722
722
|
/**
|
|
723
|
-
* @public
|
|
724
723
|
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
724
|
+
* @public
|
|
725
725
|
*/
|
|
726
726
|
DomainName?: string;
|
|
727
727
|
/**
|
|
728
|
-
* @public
|
|
729
728
|
* Configure egress access logging.
|
|
729
|
+
* @public
|
|
730
730
|
*/
|
|
731
731
|
EgressAccessLogs?: EgressAccessLogs;
|
|
732
732
|
/**
|
|
733
|
-
* @public
|
|
734
733
|
* The ID of the PackagingGroup.
|
|
734
|
+
* @public
|
|
735
735
|
*/
|
|
736
736
|
Id?: string;
|
|
737
737
|
/**
|
|
738
|
-
* @public
|
|
739
738
|
* A collection of tags associated with a resource
|
|
739
|
+
* @public
|
|
740
740
|
*/
|
|
741
741
|
Tags?: Record<string, string>;
|
|
742
742
|
}
|
|
743
743
|
/**
|
|
744
|
-
* @public
|
|
745
744
|
* The client is not authorized to access the requested resource.
|
|
745
|
+
* @public
|
|
746
746
|
*/
|
|
747
747
|
export declare class ForbiddenException extends __BaseException {
|
|
748
748
|
readonly name: "ForbiddenException";
|
|
@@ -754,8 +754,8 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
754
754
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
755
755
|
}
|
|
756
756
|
/**
|
|
757
|
-
* @public
|
|
758
757
|
* An unexpected error occurred.
|
|
758
|
+
* @public
|
|
759
759
|
*/
|
|
760
760
|
export declare class InternalServerErrorException extends __BaseException {
|
|
761
761
|
readonly name: "InternalServerErrorException";
|
|
@@ -767,8 +767,8 @@ export declare class InternalServerErrorException extends __BaseException {
|
|
|
767
767
|
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
768
768
|
}
|
|
769
769
|
/**
|
|
770
|
-
* @public
|
|
771
770
|
* The requested resource does not exist.
|
|
771
|
+
* @public
|
|
772
772
|
*/
|
|
773
773
|
export declare class NotFoundException extends __BaseException {
|
|
774
774
|
readonly name: "NotFoundException";
|
|
@@ -780,8 +780,8 @@ export declare class NotFoundException extends __BaseException {
|
|
|
780
780
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
781
781
|
}
|
|
782
782
|
/**
|
|
783
|
-
* @public
|
|
784
783
|
* An unexpected error occurred.
|
|
784
|
+
* @public
|
|
785
785
|
*/
|
|
786
786
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
787
787
|
readonly name: "ServiceUnavailableException";
|
|
@@ -793,8 +793,8 @@ export declare class ServiceUnavailableException extends __BaseException {
|
|
|
793
793
|
constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
|
|
794
794
|
}
|
|
795
795
|
/**
|
|
796
|
-
* @public
|
|
797
796
|
* The client has exceeded their resource or throttling limits.
|
|
797
|
+
* @public
|
|
798
798
|
*/
|
|
799
799
|
export declare class TooManyRequestsException extends __BaseException {
|
|
800
800
|
readonly name: "TooManyRequestsException";
|
|
@@ -806,8 +806,8 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
806
806
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
807
807
|
}
|
|
808
808
|
/**
|
|
809
|
-
* @public
|
|
810
809
|
* The parameters sent in the request are not valid.
|
|
810
|
+
* @public
|
|
811
811
|
*/
|
|
812
812
|
export declare class UnprocessableEntityException extends __BaseException {
|
|
813
813
|
readonly name: "UnprocessableEntityException";
|
|
@@ -819,38 +819,38 @@ export declare class UnprocessableEntityException extends __BaseException {
|
|
|
819
819
|
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
820
820
|
}
|
|
821
821
|
/**
|
|
822
|
-
* @public
|
|
823
822
|
* A new MediaPackage VOD Asset configuration.
|
|
823
|
+
* @public
|
|
824
824
|
*/
|
|
825
825
|
export interface CreateAssetRequest {
|
|
826
826
|
/**
|
|
827
|
-
* @public
|
|
828
827
|
* The unique identifier for the Asset.
|
|
828
|
+
* @public
|
|
829
829
|
*/
|
|
830
830
|
Id: string | undefined;
|
|
831
831
|
/**
|
|
832
|
-
* @public
|
|
833
832
|
* The ID of the PackagingGroup for the Asset.
|
|
833
|
+
* @public
|
|
834
834
|
*/
|
|
835
835
|
PackagingGroupId: string | undefined;
|
|
836
836
|
/**
|
|
837
|
-
* @public
|
|
838
837
|
* The resource ID to include in SPEKE key requests.
|
|
838
|
+
* @public
|
|
839
839
|
*/
|
|
840
840
|
ResourceId?: string;
|
|
841
841
|
/**
|
|
842
|
-
* @public
|
|
843
842
|
* ARN of the source object in S3.
|
|
843
|
+
* @public
|
|
844
844
|
*/
|
|
845
845
|
SourceArn: string | undefined;
|
|
846
846
|
/**
|
|
847
|
-
* @public
|
|
848
847
|
* The IAM role ARN used to access the source S3 bucket.
|
|
848
|
+
* @public
|
|
849
849
|
*/
|
|
850
850
|
SourceRoleArn: string | undefined;
|
|
851
851
|
/**
|
|
852
|
-
* @public
|
|
853
852
|
* A collection of tags associated with a resource
|
|
853
|
+
* @public
|
|
854
854
|
*/
|
|
855
855
|
Tags?: Record<string, string>;
|
|
856
856
|
}
|
|
@@ -859,89 +859,89 @@ export interface CreateAssetRequest {
|
|
|
859
859
|
*/
|
|
860
860
|
export interface CreateAssetResponse {
|
|
861
861
|
/**
|
|
862
|
-
* @public
|
|
863
862
|
* The ARN of the Asset.
|
|
863
|
+
* @public
|
|
864
864
|
*/
|
|
865
865
|
Arn?: string;
|
|
866
866
|
/**
|
|
867
|
-
* @public
|
|
868
867
|
* The time the Asset was initially submitted for Ingest.
|
|
868
|
+
* @public
|
|
869
869
|
*/
|
|
870
870
|
CreatedAt?: string;
|
|
871
871
|
/**
|
|
872
|
-
* @public
|
|
873
872
|
* The list of egress endpoints available for the Asset.
|
|
873
|
+
* @public
|
|
874
874
|
*/
|
|
875
875
|
EgressEndpoints?: EgressEndpoint[];
|
|
876
876
|
/**
|
|
877
|
-
* @public
|
|
878
877
|
* The unique identifier for the Asset.
|
|
878
|
+
* @public
|
|
879
879
|
*/
|
|
880
880
|
Id?: string;
|
|
881
881
|
/**
|
|
882
|
-
* @public
|
|
883
882
|
* The ID of the PackagingGroup for the Asset.
|
|
883
|
+
* @public
|
|
884
884
|
*/
|
|
885
885
|
PackagingGroupId?: string;
|
|
886
886
|
/**
|
|
887
|
-
* @public
|
|
888
887
|
* The resource ID to include in SPEKE key requests.
|
|
888
|
+
* @public
|
|
889
889
|
*/
|
|
890
890
|
ResourceId?: string;
|
|
891
891
|
/**
|
|
892
|
-
* @public
|
|
893
892
|
* ARN of the source object in S3.
|
|
893
|
+
* @public
|
|
894
894
|
*/
|
|
895
895
|
SourceArn?: string;
|
|
896
896
|
/**
|
|
897
|
-
* @public
|
|
898
897
|
* The IAM role_arn used to access the source S3 bucket.
|
|
898
|
+
* @public
|
|
899
899
|
*/
|
|
900
900
|
SourceRoleArn?: string;
|
|
901
901
|
/**
|
|
902
|
-
* @public
|
|
903
902
|
* A collection of tags associated with a resource
|
|
903
|
+
* @public
|
|
904
904
|
*/
|
|
905
905
|
Tags?: Record<string, string>;
|
|
906
906
|
}
|
|
907
907
|
/**
|
|
908
|
-
* @public
|
|
909
908
|
* A new MediaPackage VOD PackagingConfiguration resource configuration.
|
|
909
|
+
* @public
|
|
910
910
|
*/
|
|
911
911
|
export interface CreatePackagingConfigurationRequest {
|
|
912
912
|
/**
|
|
913
|
-
* @public
|
|
914
913
|
* A CMAF packaging configuration.
|
|
914
|
+
* @public
|
|
915
915
|
*/
|
|
916
916
|
CmafPackage?: CmafPackage;
|
|
917
917
|
/**
|
|
918
|
-
* @public
|
|
919
918
|
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
919
|
+
* @public
|
|
920
920
|
*/
|
|
921
921
|
DashPackage?: DashPackage;
|
|
922
922
|
/**
|
|
923
|
-
* @public
|
|
924
923
|
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
924
|
+
* @public
|
|
925
925
|
*/
|
|
926
926
|
HlsPackage?: HlsPackage;
|
|
927
927
|
/**
|
|
928
|
-
* @public
|
|
929
928
|
* The ID of the PackagingConfiguration.
|
|
929
|
+
* @public
|
|
930
930
|
*/
|
|
931
931
|
Id: string | undefined;
|
|
932
932
|
/**
|
|
933
|
-
* @public
|
|
934
933
|
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
934
|
+
* @public
|
|
935
935
|
*/
|
|
936
936
|
MssPackage?: MssPackage;
|
|
937
937
|
/**
|
|
938
|
-
* @public
|
|
939
938
|
* The ID of a PackagingGroup.
|
|
939
|
+
* @public
|
|
940
940
|
*/
|
|
941
941
|
PackagingGroupId: string | undefined;
|
|
942
942
|
/**
|
|
943
|
-
* @public
|
|
944
943
|
* A collection of tags associated with a resource
|
|
944
|
+
* @public
|
|
945
945
|
*/
|
|
946
946
|
Tags?: Record<string, string>;
|
|
947
947
|
}
|
|
@@ -950,74 +950,74 @@ export interface CreatePackagingConfigurationRequest {
|
|
|
950
950
|
*/
|
|
951
951
|
export interface CreatePackagingConfigurationResponse {
|
|
952
952
|
/**
|
|
953
|
-
* @public
|
|
954
953
|
* The ARN of the PackagingConfiguration.
|
|
954
|
+
* @public
|
|
955
955
|
*/
|
|
956
956
|
Arn?: string;
|
|
957
957
|
/**
|
|
958
|
-
* @public
|
|
959
958
|
* A CMAF packaging configuration.
|
|
959
|
+
* @public
|
|
960
960
|
*/
|
|
961
961
|
CmafPackage?: CmafPackage;
|
|
962
962
|
/**
|
|
963
|
-
* @public
|
|
964
963
|
* The time the PackagingConfiguration was created.
|
|
964
|
+
* @public
|
|
965
965
|
*/
|
|
966
966
|
CreatedAt?: string;
|
|
967
967
|
/**
|
|
968
|
-
* @public
|
|
969
968
|
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
969
|
+
* @public
|
|
970
970
|
*/
|
|
971
971
|
DashPackage?: DashPackage;
|
|
972
972
|
/**
|
|
973
|
-
* @public
|
|
974
973
|
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
974
|
+
* @public
|
|
975
975
|
*/
|
|
976
976
|
HlsPackage?: HlsPackage;
|
|
977
977
|
/**
|
|
978
|
-
* @public
|
|
979
978
|
* The ID of the PackagingConfiguration.
|
|
979
|
+
* @public
|
|
980
980
|
*/
|
|
981
981
|
Id?: string;
|
|
982
982
|
/**
|
|
983
|
-
* @public
|
|
984
983
|
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
984
|
+
* @public
|
|
985
985
|
*/
|
|
986
986
|
MssPackage?: MssPackage;
|
|
987
987
|
/**
|
|
988
|
-
* @public
|
|
989
988
|
* The ID of a PackagingGroup.
|
|
989
|
+
* @public
|
|
990
990
|
*/
|
|
991
991
|
PackagingGroupId?: string;
|
|
992
992
|
/**
|
|
993
|
-
* @public
|
|
994
993
|
* A collection of tags associated with a resource
|
|
994
|
+
* @public
|
|
995
995
|
*/
|
|
996
996
|
Tags?: Record<string, string>;
|
|
997
997
|
}
|
|
998
998
|
/**
|
|
999
|
-
* @public
|
|
1000
999
|
* A new MediaPackage VOD PackagingGroup resource configuration.
|
|
1000
|
+
* @public
|
|
1001
1001
|
*/
|
|
1002
1002
|
export interface CreatePackagingGroupRequest {
|
|
1003
1003
|
/**
|
|
1004
|
-
* @public
|
|
1005
1004
|
* CDN Authorization credentials
|
|
1005
|
+
* @public
|
|
1006
1006
|
*/
|
|
1007
1007
|
Authorization?: Authorization;
|
|
1008
1008
|
/**
|
|
1009
|
-
* @public
|
|
1010
1009
|
* Configure egress access logging.
|
|
1010
|
+
* @public
|
|
1011
1011
|
*/
|
|
1012
1012
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1013
1013
|
/**
|
|
1014
|
-
* @public
|
|
1015
1014
|
* The ID of the PackagingGroup.
|
|
1015
|
+
* @public
|
|
1016
1016
|
*/
|
|
1017
1017
|
Id: string | undefined;
|
|
1018
1018
|
/**
|
|
1019
|
-
* @public
|
|
1020
1019
|
* A collection of tags associated with a resource
|
|
1020
|
+
* @public
|
|
1021
1021
|
*/
|
|
1022
1022
|
Tags?: Record<string, string>;
|
|
1023
1023
|
}
|
|
@@ -1026,38 +1026,38 @@ export interface CreatePackagingGroupRequest {
|
|
|
1026
1026
|
*/
|
|
1027
1027
|
export interface CreatePackagingGroupResponse {
|
|
1028
1028
|
/**
|
|
1029
|
-
* @public
|
|
1030
1029
|
* The ARN of the PackagingGroup.
|
|
1030
|
+
* @public
|
|
1031
1031
|
*/
|
|
1032
1032
|
Arn?: string;
|
|
1033
1033
|
/**
|
|
1034
|
-
* @public
|
|
1035
1034
|
* CDN Authorization credentials
|
|
1035
|
+
* @public
|
|
1036
1036
|
*/
|
|
1037
1037
|
Authorization?: Authorization;
|
|
1038
1038
|
/**
|
|
1039
|
-
* @public
|
|
1040
1039
|
* The time the PackagingGroup was created.
|
|
1040
|
+
* @public
|
|
1041
1041
|
*/
|
|
1042
1042
|
CreatedAt?: string;
|
|
1043
1043
|
/**
|
|
1044
|
-
* @public
|
|
1045
1044
|
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
1045
|
+
* @public
|
|
1046
1046
|
*/
|
|
1047
1047
|
DomainName?: string;
|
|
1048
1048
|
/**
|
|
1049
|
-
* @public
|
|
1050
1049
|
* Configure egress access logging.
|
|
1050
|
+
* @public
|
|
1051
1051
|
*/
|
|
1052
1052
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1053
1053
|
/**
|
|
1054
|
-
* @public
|
|
1055
1054
|
* The ID of the PackagingGroup.
|
|
1055
|
+
* @public
|
|
1056
1056
|
*/
|
|
1057
1057
|
Id?: string;
|
|
1058
1058
|
/**
|
|
1059
|
-
* @public
|
|
1060
1059
|
* A collection of tags associated with a resource
|
|
1060
|
+
* @public
|
|
1061
1061
|
*/
|
|
1062
1062
|
Tags?: Record<string, string>;
|
|
1063
1063
|
}
|
|
@@ -1066,8 +1066,8 @@ export interface CreatePackagingGroupResponse {
|
|
|
1066
1066
|
*/
|
|
1067
1067
|
export interface DeleteAssetRequest {
|
|
1068
1068
|
/**
|
|
1069
|
-
* @public
|
|
1070
1069
|
* The ID of the MediaPackage VOD Asset resource to delete.
|
|
1070
|
+
* @public
|
|
1071
1071
|
*/
|
|
1072
1072
|
Id: string | undefined;
|
|
1073
1073
|
}
|
|
@@ -1081,8 +1081,8 @@ export interface DeleteAssetResponse {
|
|
|
1081
1081
|
*/
|
|
1082
1082
|
export interface DeletePackagingConfigurationRequest {
|
|
1083
1083
|
/**
|
|
1084
|
-
* @public
|
|
1085
1084
|
* The ID of the MediaPackage VOD PackagingConfiguration resource to delete.
|
|
1085
|
+
* @public
|
|
1086
1086
|
*/
|
|
1087
1087
|
Id: string | undefined;
|
|
1088
1088
|
}
|
|
@@ -1096,8 +1096,8 @@ export interface DeletePackagingConfigurationResponse {
|
|
|
1096
1096
|
*/
|
|
1097
1097
|
export interface DeletePackagingGroupRequest {
|
|
1098
1098
|
/**
|
|
1099
|
-
* @public
|
|
1100
1099
|
* The ID of the MediaPackage VOD PackagingGroup resource to delete.
|
|
1100
|
+
* @public
|
|
1101
1101
|
*/
|
|
1102
1102
|
Id: string | undefined;
|
|
1103
1103
|
}
|
|
@@ -1111,8 +1111,8 @@ export interface DeletePackagingGroupResponse {
|
|
|
1111
1111
|
*/
|
|
1112
1112
|
export interface DescribeAssetRequest {
|
|
1113
1113
|
/**
|
|
1114
|
-
* @public
|
|
1115
1114
|
* The ID of an MediaPackage VOD Asset resource.
|
|
1115
|
+
* @public
|
|
1116
1116
|
*/
|
|
1117
1117
|
Id: string | undefined;
|
|
1118
1118
|
}
|
|
@@ -1121,48 +1121,48 @@ export interface DescribeAssetRequest {
|
|
|
1121
1121
|
*/
|
|
1122
1122
|
export interface DescribeAssetResponse {
|
|
1123
1123
|
/**
|
|
1124
|
-
* @public
|
|
1125
1124
|
* The ARN of the Asset.
|
|
1125
|
+
* @public
|
|
1126
1126
|
*/
|
|
1127
1127
|
Arn?: string;
|
|
1128
1128
|
/**
|
|
1129
|
-
* @public
|
|
1130
1129
|
* The time the Asset was initially submitted for Ingest.
|
|
1130
|
+
* @public
|
|
1131
1131
|
*/
|
|
1132
1132
|
CreatedAt?: string;
|
|
1133
1133
|
/**
|
|
1134
|
-
* @public
|
|
1135
1134
|
* The list of egress endpoints available for the Asset.
|
|
1135
|
+
* @public
|
|
1136
1136
|
*/
|
|
1137
1137
|
EgressEndpoints?: EgressEndpoint[];
|
|
1138
1138
|
/**
|
|
1139
|
-
* @public
|
|
1140
1139
|
* The unique identifier for the Asset.
|
|
1140
|
+
* @public
|
|
1141
1141
|
*/
|
|
1142
1142
|
Id?: string;
|
|
1143
1143
|
/**
|
|
1144
|
-
* @public
|
|
1145
1144
|
* The ID of the PackagingGroup for the Asset.
|
|
1145
|
+
* @public
|
|
1146
1146
|
*/
|
|
1147
1147
|
PackagingGroupId?: string;
|
|
1148
1148
|
/**
|
|
1149
|
-
* @public
|
|
1150
1149
|
* The resource ID to include in SPEKE key requests.
|
|
1150
|
+
* @public
|
|
1151
1151
|
*/
|
|
1152
1152
|
ResourceId?: string;
|
|
1153
1153
|
/**
|
|
1154
|
-
* @public
|
|
1155
1154
|
* ARN of the source object in S3.
|
|
1155
|
+
* @public
|
|
1156
1156
|
*/
|
|
1157
1157
|
SourceArn?: string;
|
|
1158
1158
|
/**
|
|
1159
|
-
* @public
|
|
1160
1159
|
* The IAM role_arn used to access the source S3 bucket.
|
|
1160
|
+
* @public
|
|
1161
1161
|
*/
|
|
1162
1162
|
SourceRoleArn?: string;
|
|
1163
1163
|
/**
|
|
1164
|
-
* @public
|
|
1165
1164
|
* A collection of tags associated with a resource
|
|
1165
|
+
* @public
|
|
1166
1166
|
*/
|
|
1167
1167
|
Tags?: Record<string, string>;
|
|
1168
1168
|
}
|
|
@@ -1171,8 +1171,8 @@ export interface DescribeAssetResponse {
|
|
|
1171
1171
|
*/
|
|
1172
1172
|
export interface DescribePackagingConfigurationRequest {
|
|
1173
1173
|
/**
|
|
1174
|
-
* @public
|
|
1175
1174
|
* The ID of a MediaPackage VOD PackagingConfiguration resource.
|
|
1175
|
+
* @public
|
|
1176
1176
|
*/
|
|
1177
1177
|
Id: string | undefined;
|
|
1178
1178
|
}
|
|
@@ -1181,48 +1181,48 @@ export interface DescribePackagingConfigurationRequest {
|
|
|
1181
1181
|
*/
|
|
1182
1182
|
export interface DescribePackagingConfigurationResponse {
|
|
1183
1183
|
/**
|
|
1184
|
-
* @public
|
|
1185
1184
|
* The ARN of the PackagingConfiguration.
|
|
1185
|
+
* @public
|
|
1186
1186
|
*/
|
|
1187
1187
|
Arn?: string;
|
|
1188
1188
|
/**
|
|
1189
|
-
* @public
|
|
1190
1189
|
* A CMAF packaging configuration.
|
|
1190
|
+
* @public
|
|
1191
1191
|
*/
|
|
1192
1192
|
CmafPackage?: CmafPackage;
|
|
1193
1193
|
/**
|
|
1194
|
-
* @public
|
|
1195
1194
|
* The time the PackagingConfiguration was created.
|
|
1195
|
+
* @public
|
|
1196
1196
|
*/
|
|
1197
1197
|
CreatedAt?: string;
|
|
1198
1198
|
/**
|
|
1199
|
-
* @public
|
|
1200
1199
|
* A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
|
|
1200
|
+
* @public
|
|
1201
1201
|
*/
|
|
1202
1202
|
DashPackage?: DashPackage;
|
|
1203
1203
|
/**
|
|
1204
|
-
* @public
|
|
1205
1204
|
* An HTTP Live Streaming (HLS) packaging configuration.
|
|
1205
|
+
* @public
|
|
1206
1206
|
*/
|
|
1207
1207
|
HlsPackage?: HlsPackage;
|
|
1208
1208
|
/**
|
|
1209
|
-
* @public
|
|
1210
1209
|
* The ID of the PackagingConfiguration.
|
|
1210
|
+
* @public
|
|
1211
1211
|
*/
|
|
1212
1212
|
Id?: string;
|
|
1213
1213
|
/**
|
|
1214
|
-
* @public
|
|
1215
1214
|
* A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
|
|
1215
|
+
* @public
|
|
1216
1216
|
*/
|
|
1217
1217
|
MssPackage?: MssPackage;
|
|
1218
1218
|
/**
|
|
1219
|
-
* @public
|
|
1220
1219
|
* The ID of a PackagingGroup.
|
|
1220
|
+
* @public
|
|
1221
1221
|
*/
|
|
1222
1222
|
PackagingGroupId?: string;
|
|
1223
1223
|
/**
|
|
1224
|
-
* @public
|
|
1225
1224
|
* A collection of tags associated with a resource
|
|
1225
|
+
* @public
|
|
1226
1226
|
*/
|
|
1227
1227
|
Tags?: Record<string, string>;
|
|
1228
1228
|
}
|
|
@@ -1231,8 +1231,8 @@ export interface DescribePackagingConfigurationResponse {
|
|
|
1231
1231
|
*/
|
|
1232
1232
|
export interface DescribePackagingGroupRequest {
|
|
1233
1233
|
/**
|
|
1234
|
-
* @public
|
|
1235
1234
|
* The ID of a MediaPackage VOD PackagingGroup resource.
|
|
1235
|
+
* @public
|
|
1236
1236
|
*/
|
|
1237
1237
|
Id: string | undefined;
|
|
1238
1238
|
}
|
|
@@ -1241,43 +1241,43 @@ export interface DescribePackagingGroupRequest {
|
|
|
1241
1241
|
*/
|
|
1242
1242
|
export interface DescribePackagingGroupResponse {
|
|
1243
1243
|
/**
|
|
1244
|
-
* @public
|
|
1245
1244
|
* The approximate asset count of the PackagingGroup.
|
|
1245
|
+
* @public
|
|
1246
1246
|
*/
|
|
1247
1247
|
ApproximateAssetCount?: number;
|
|
1248
1248
|
/**
|
|
1249
|
-
* @public
|
|
1250
1249
|
* The ARN of the PackagingGroup.
|
|
1250
|
+
* @public
|
|
1251
1251
|
*/
|
|
1252
1252
|
Arn?: string;
|
|
1253
1253
|
/**
|
|
1254
|
-
* @public
|
|
1255
1254
|
* CDN Authorization credentials
|
|
1255
|
+
* @public
|
|
1256
1256
|
*/
|
|
1257
1257
|
Authorization?: Authorization;
|
|
1258
1258
|
/**
|
|
1259
|
-
* @public
|
|
1260
1259
|
* The time the PackagingGroup was created.
|
|
1260
|
+
* @public
|
|
1261
1261
|
*/
|
|
1262
1262
|
CreatedAt?: string;
|
|
1263
1263
|
/**
|
|
1264
|
-
* @public
|
|
1265
1264
|
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
1265
|
+
* @public
|
|
1266
1266
|
*/
|
|
1267
1267
|
DomainName?: string;
|
|
1268
1268
|
/**
|
|
1269
|
-
* @public
|
|
1270
1269
|
* Configure egress access logging.
|
|
1270
|
+
* @public
|
|
1271
1271
|
*/
|
|
1272
1272
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1273
1273
|
/**
|
|
1274
|
-
* @public
|
|
1275
1274
|
* The ID of the PackagingGroup.
|
|
1275
|
+
* @public
|
|
1276
1276
|
*/
|
|
1277
1277
|
Id?: string;
|
|
1278
1278
|
/**
|
|
1279
|
-
* @public
|
|
1280
1279
|
* A collection of tags associated with a resource
|
|
1280
|
+
* @public
|
|
1281
1281
|
*/
|
|
1282
1282
|
Tags?: Record<string, string>;
|
|
1283
1283
|
}
|
|
@@ -1286,18 +1286,18 @@ export interface DescribePackagingGroupResponse {
|
|
|
1286
1286
|
*/
|
|
1287
1287
|
export interface ListAssetsRequest {
|
|
1288
1288
|
/**
|
|
1289
|
-
* @public
|
|
1290
1289
|
* Upper bound on number of records to return.
|
|
1290
|
+
* @public
|
|
1291
1291
|
*/
|
|
1292
1292
|
MaxResults?: number;
|
|
1293
1293
|
/**
|
|
1294
|
-
* @public
|
|
1295
1294
|
* A token used to resume pagination from the end of a previous request.
|
|
1295
|
+
* @public
|
|
1296
1296
|
*/
|
|
1297
1297
|
NextToken?: string;
|
|
1298
1298
|
/**
|
|
1299
|
-
* @public
|
|
1300
1299
|
* Returns Assets associated with the specified PackagingGroup.
|
|
1300
|
+
* @public
|
|
1301
1301
|
*/
|
|
1302
1302
|
PackagingGroupId?: string;
|
|
1303
1303
|
}
|
|
@@ -1306,13 +1306,13 @@ export interface ListAssetsRequest {
|
|
|
1306
1306
|
*/
|
|
1307
1307
|
export interface ListAssetsResponse {
|
|
1308
1308
|
/**
|
|
1309
|
-
* @public
|
|
1310
1309
|
* A list of MediaPackage VOD Asset resources.
|
|
1310
|
+
* @public
|
|
1311
1311
|
*/
|
|
1312
1312
|
Assets?: AssetShallow[];
|
|
1313
1313
|
/**
|
|
1314
|
-
* @public
|
|
1315
1314
|
* A token that can be used to resume pagination from the end of the collection.
|
|
1315
|
+
* @public
|
|
1316
1316
|
*/
|
|
1317
1317
|
NextToken?: string;
|
|
1318
1318
|
}
|
|
@@ -1321,18 +1321,18 @@ export interface ListAssetsResponse {
|
|
|
1321
1321
|
*/
|
|
1322
1322
|
export interface ListPackagingConfigurationsRequest {
|
|
1323
1323
|
/**
|
|
1324
|
-
* @public
|
|
1325
1324
|
* Upper bound on number of records to return.
|
|
1325
|
+
* @public
|
|
1326
1326
|
*/
|
|
1327
1327
|
MaxResults?: number;
|
|
1328
1328
|
/**
|
|
1329
|
-
* @public
|
|
1330
1329
|
* A token used to resume pagination from the end of a previous request.
|
|
1330
|
+
* @public
|
|
1331
1331
|
*/
|
|
1332
1332
|
NextToken?: string;
|
|
1333
1333
|
/**
|
|
1334
|
-
* @public
|
|
1335
1334
|
* Returns MediaPackage VOD PackagingConfigurations associated with the specified PackagingGroup.
|
|
1335
|
+
* @public
|
|
1336
1336
|
*/
|
|
1337
1337
|
PackagingGroupId?: string;
|
|
1338
1338
|
}
|
|
@@ -1341,13 +1341,13 @@ export interface ListPackagingConfigurationsRequest {
|
|
|
1341
1341
|
*/
|
|
1342
1342
|
export interface ListPackagingConfigurationsResponse {
|
|
1343
1343
|
/**
|
|
1344
|
-
* @public
|
|
1345
1344
|
* A token that can be used to resume pagination from the end of the collection.
|
|
1345
|
+
* @public
|
|
1346
1346
|
*/
|
|
1347
1347
|
NextToken?: string;
|
|
1348
1348
|
/**
|
|
1349
|
-
* @public
|
|
1350
1349
|
* A list of MediaPackage VOD PackagingConfiguration resources.
|
|
1350
|
+
* @public
|
|
1351
1351
|
*/
|
|
1352
1352
|
PackagingConfigurations?: PackagingConfiguration[];
|
|
1353
1353
|
}
|
|
@@ -1356,13 +1356,13 @@ export interface ListPackagingConfigurationsResponse {
|
|
|
1356
1356
|
*/
|
|
1357
1357
|
export interface ListPackagingGroupsRequest {
|
|
1358
1358
|
/**
|
|
1359
|
-
* @public
|
|
1360
1359
|
* Upper bound on number of records to return.
|
|
1360
|
+
* @public
|
|
1361
1361
|
*/
|
|
1362
1362
|
MaxResults?: number;
|
|
1363
1363
|
/**
|
|
1364
|
-
* @public
|
|
1365
1364
|
* A token used to resume pagination from the end of a previous request.
|
|
1365
|
+
* @public
|
|
1366
1366
|
*/
|
|
1367
1367
|
NextToken?: string;
|
|
1368
1368
|
}
|
|
@@ -1371,13 +1371,13 @@ export interface ListPackagingGroupsRequest {
|
|
|
1371
1371
|
*/
|
|
1372
1372
|
export interface ListPackagingGroupsResponse {
|
|
1373
1373
|
/**
|
|
1374
|
-
* @public
|
|
1375
1374
|
* A token that can be used to resume pagination from the end of the collection.
|
|
1375
|
+
* @public
|
|
1376
1376
|
*/
|
|
1377
1377
|
NextToken?: string;
|
|
1378
1378
|
/**
|
|
1379
|
-
* @public
|
|
1380
1379
|
* A list of MediaPackage VOD PackagingGroup resources.
|
|
1380
|
+
* @public
|
|
1381
1381
|
*/
|
|
1382
1382
|
PackagingGroups?: PackagingGroup[];
|
|
1383
1383
|
}
|
|
@@ -1386,8 +1386,8 @@ export interface ListPackagingGroupsResponse {
|
|
|
1386
1386
|
*/
|
|
1387
1387
|
export interface ListTagsForResourceRequest {
|
|
1388
1388
|
/**
|
|
1389
|
-
* @public
|
|
1390
1389
|
* The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
|
|
1390
|
+
* @public
|
|
1391
1391
|
*/
|
|
1392
1392
|
ResourceArn: string | undefined;
|
|
1393
1393
|
}
|
|
@@ -1396,8 +1396,8 @@ export interface ListTagsForResourceRequest {
|
|
|
1396
1396
|
*/
|
|
1397
1397
|
export interface ListTagsForResourceResponse {
|
|
1398
1398
|
/**
|
|
1399
|
-
* @public
|
|
1400
1399
|
* A collection of tags associated with a resource
|
|
1400
|
+
* @public
|
|
1401
1401
|
*/
|
|
1402
1402
|
Tags?: Record<string, string>;
|
|
1403
1403
|
}
|
|
@@ -1406,13 +1406,13 @@ export interface ListTagsForResourceResponse {
|
|
|
1406
1406
|
*/
|
|
1407
1407
|
export interface TagResourceRequest {
|
|
1408
1408
|
/**
|
|
1409
|
-
* @public
|
|
1410
1409
|
* The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
|
|
1410
|
+
* @public
|
|
1411
1411
|
*/
|
|
1412
1412
|
ResourceArn: string | undefined;
|
|
1413
1413
|
/**
|
|
1414
|
-
* @public
|
|
1415
1414
|
* A collection of tags associated with a resource
|
|
1415
|
+
* @public
|
|
1416
1416
|
*/
|
|
1417
1417
|
Tags: Record<string, string> | undefined;
|
|
1418
1418
|
}
|
|
@@ -1421,29 +1421,29 @@ export interface TagResourceRequest {
|
|
|
1421
1421
|
*/
|
|
1422
1422
|
export interface UntagResourceRequest {
|
|
1423
1423
|
/**
|
|
1424
|
-
* @public
|
|
1425
1424
|
* The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.
|
|
1425
|
+
* @public
|
|
1426
1426
|
*/
|
|
1427
1427
|
ResourceArn: string | undefined;
|
|
1428
1428
|
/**
|
|
1429
|
-
* @public
|
|
1430
1429
|
* A comma-separated list of the tag keys to remove from the resource.
|
|
1430
|
+
* @public
|
|
1431
1431
|
*/
|
|
1432
1432
|
TagKeys: string[] | undefined;
|
|
1433
1433
|
}
|
|
1434
1434
|
/**
|
|
1435
|
-
* @public
|
|
1436
1435
|
* A MediaPackage VOD PackagingGroup resource configuration.
|
|
1436
|
+
* @public
|
|
1437
1437
|
*/
|
|
1438
1438
|
export interface UpdatePackagingGroupRequest {
|
|
1439
1439
|
/**
|
|
1440
|
-
* @public
|
|
1441
1440
|
* CDN Authorization credentials
|
|
1441
|
+
* @public
|
|
1442
1442
|
*/
|
|
1443
1443
|
Authorization?: Authorization;
|
|
1444
1444
|
/**
|
|
1445
|
-
* @public
|
|
1446
1445
|
* The ID of a MediaPackage VOD PackagingGroup resource.
|
|
1446
|
+
* @public
|
|
1447
1447
|
*/
|
|
1448
1448
|
Id: string | undefined;
|
|
1449
1449
|
}
|
|
@@ -1452,43 +1452,43 @@ export interface UpdatePackagingGroupRequest {
|
|
|
1452
1452
|
*/
|
|
1453
1453
|
export interface UpdatePackagingGroupResponse {
|
|
1454
1454
|
/**
|
|
1455
|
-
* @public
|
|
1456
1455
|
* The approximate asset count of the PackagingGroup.
|
|
1456
|
+
* @public
|
|
1457
1457
|
*/
|
|
1458
1458
|
ApproximateAssetCount?: number;
|
|
1459
1459
|
/**
|
|
1460
|
-
* @public
|
|
1461
1460
|
* The ARN of the PackagingGroup.
|
|
1461
|
+
* @public
|
|
1462
1462
|
*/
|
|
1463
1463
|
Arn?: string;
|
|
1464
1464
|
/**
|
|
1465
|
-
* @public
|
|
1466
1465
|
* CDN Authorization credentials
|
|
1466
|
+
* @public
|
|
1467
1467
|
*/
|
|
1468
1468
|
Authorization?: Authorization;
|
|
1469
1469
|
/**
|
|
1470
|
-
* @public
|
|
1471
1470
|
* The time the PackagingGroup was created.
|
|
1471
|
+
* @public
|
|
1472
1472
|
*/
|
|
1473
1473
|
CreatedAt?: string;
|
|
1474
1474
|
/**
|
|
1475
|
-
* @public
|
|
1476
1475
|
* The fully qualified domain name for Assets in the PackagingGroup.
|
|
1476
|
+
* @public
|
|
1477
1477
|
*/
|
|
1478
1478
|
DomainName?: string;
|
|
1479
1479
|
/**
|
|
1480
|
-
* @public
|
|
1481
1480
|
* Configure egress access logging.
|
|
1481
|
+
* @public
|
|
1482
1482
|
*/
|
|
1483
1483
|
EgressAccessLogs?: EgressAccessLogs;
|
|
1484
1484
|
/**
|
|
1485
|
-
* @public
|
|
1486
1485
|
* The ID of the PackagingGroup.
|
|
1486
|
+
* @public
|
|
1487
1487
|
*/
|
|
1488
1488
|
Id?: string;
|
|
1489
1489
|
/**
|
|
1490
|
-
* @public
|
|
1491
1490
|
* A collection of tags associated with a resource
|
|
1491
|
+
* @public
|
|
1492
1492
|
*/
|
|
1493
1493
|
Tags?: Record<string, string>;
|
|
1494
1494
|
}
|