@aws-sdk/client-mediapackage-vod 3.130.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/ConfigureLogsCommand.js +2 -2
- package/dist-cjs/commands/CreateAssetCommand.js +2 -2
- package/dist-cjs/commands/CreatePackagingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreatePackagingGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssetCommand.js +2 -2
- package/dist-cjs/commands/DeletePackagingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeletePackagingGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetCommand.js +2 -2
- package/dist-cjs/commands/DescribePackagingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribePackagingGroupCommand.js +2 -2
- package/dist-cjs/commands/ListAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListPackagingConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListPackagingGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdatePackagingGroupCommand.js +2 -2
- package/dist-cjs/models/models_0.js +206 -308
- package/dist-es/commands/ConfigureLogsCommand.js +3 -3
- package/dist-es/commands/CreateAssetCommand.js +3 -3
- package/dist-es/commands/CreatePackagingConfigurationCommand.js +3 -3
- package/dist-es/commands/CreatePackagingGroupCommand.js +3 -3
- package/dist-es/commands/DeleteAssetCommand.js +3 -3
- package/dist-es/commands/DeletePackagingConfigurationCommand.js +3 -3
- package/dist-es/commands/DeletePackagingGroupCommand.js +3 -3
- package/dist-es/commands/DescribeAssetCommand.js +3 -3
- package/dist-es/commands/DescribePackagingConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribePackagingGroupCommand.js +3 -3
- package/dist-es/commands/ListAssetsCommand.js +3 -3
- package/dist-es/commands/ListPackagingConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListPackagingGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdatePackagingGroupCommand.js +3 -3
- package/dist-es/models/models_0.js +51 -204
- package/dist-types/models/models_0.d.ts +204 -306
- package/dist-types/ts3.4/models/models_0.d.ts +102 -204
- package/package.json +7 -7
|
@@ -22,10 +22,6 @@ export interface AssetShallow {
|
|
|
22
22
|
|
|
23
23
|
Tags?: Record<string, string>;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace AssetShallow {
|
|
26
|
-
|
|
27
|
-
const filterSensitiveLog: (obj: AssetShallow) => any;
|
|
28
|
-
}
|
|
29
25
|
export declare enum ManifestLayout {
|
|
30
26
|
COMPACT = "COMPACT",
|
|
31
27
|
FULL = "FULL"
|
|
@@ -52,10 +48,6 @@ export interface StreamSelection {
|
|
|
52
48
|
|
|
53
49
|
StreamOrder?: StreamOrder | string;
|
|
54
50
|
}
|
|
55
|
-
export declare namespace StreamSelection {
|
|
56
|
-
|
|
57
|
-
const filterSensitiveLog: (obj: StreamSelection) => any;
|
|
58
|
-
}
|
|
59
51
|
|
|
60
52
|
export interface DashManifest {
|
|
61
53
|
|
|
@@ -71,10 +63,6 @@ export interface DashManifest {
|
|
|
71
63
|
|
|
72
64
|
StreamSelection?: StreamSelection;
|
|
73
65
|
}
|
|
74
|
-
export declare namespace DashManifest {
|
|
75
|
-
|
|
76
|
-
const filterSensitiveLog: (obj: DashManifest) => any;
|
|
77
|
-
}
|
|
78
66
|
|
|
79
67
|
export interface EgressEndpoint {
|
|
80
68
|
|
|
@@ -84,10 +72,6 @@ export interface EgressEndpoint {
|
|
|
84
72
|
|
|
85
73
|
Url?: string;
|
|
86
74
|
}
|
|
87
|
-
export declare namespace EgressEndpoint {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: EgressEndpoint) => any;
|
|
90
|
-
}
|
|
91
75
|
export declare enum AdMarkers {
|
|
92
76
|
NONE = "NONE",
|
|
93
77
|
PASSTHROUGH = "PASSTHROUGH",
|
|
@@ -108,10 +92,6 @@ export interface HlsManifest {
|
|
|
108
92
|
|
|
109
93
|
StreamSelection?: StreamSelection;
|
|
110
94
|
}
|
|
111
|
-
export declare namespace HlsManifest {
|
|
112
|
-
|
|
113
|
-
const filterSensitiveLog: (obj: HlsManifest) => any;
|
|
114
|
-
}
|
|
115
95
|
|
|
116
96
|
export interface MssManifest {
|
|
117
97
|
|
|
@@ -119,10 +99,6 @@ export interface MssManifest {
|
|
|
119
99
|
|
|
120
100
|
StreamSelection?: StreamSelection;
|
|
121
101
|
}
|
|
122
|
-
export declare namespace MssManifest {
|
|
123
|
-
|
|
124
|
-
const filterSensitiveLog: (obj: MssManifest) => any;
|
|
125
|
-
}
|
|
126
102
|
|
|
127
103
|
export interface SpekeKeyProvider {
|
|
128
104
|
|
|
@@ -132,10 +108,6 @@ export interface SpekeKeyProvider {
|
|
|
132
108
|
|
|
133
109
|
Url: string | undefined;
|
|
134
110
|
}
|
|
135
|
-
export declare namespace SpekeKeyProvider {
|
|
136
|
-
|
|
137
|
-
const filterSensitiveLog: (obj: SpekeKeyProvider) => any;
|
|
138
|
-
}
|
|
139
111
|
|
|
140
112
|
export interface CmafEncryption {
|
|
141
113
|
|
|
@@ -143,10 +115,6 @@ export interface CmafEncryption {
|
|
|
143
115
|
|
|
144
116
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
145
117
|
}
|
|
146
|
-
export declare namespace CmafEncryption {
|
|
147
|
-
|
|
148
|
-
const filterSensitiveLog: (obj: CmafEncryption) => any;
|
|
149
|
-
}
|
|
150
118
|
|
|
151
119
|
export interface CmafPackage {
|
|
152
120
|
|
|
@@ -158,19 +126,11 @@ export interface CmafPackage {
|
|
|
158
126
|
|
|
159
127
|
SegmentDurationSeconds?: number;
|
|
160
128
|
}
|
|
161
|
-
export declare namespace CmafPackage {
|
|
162
|
-
|
|
163
|
-
const filterSensitiveLog: (obj: CmafPackage) => any;
|
|
164
|
-
}
|
|
165
129
|
|
|
166
130
|
export interface DashEncryption {
|
|
167
131
|
|
|
168
132
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
169
133
|
}
|
|
170
|
-
export declare namespace DashEncryption {
|
|
171
|
-
|
|
172
|
-
const filterSensitiveLog: (obj: DashEncryption) => any;
|
|
173
|
-
}
|
|
174
134
|
export declare enum SegmentTemplateFormat {
|
|
175
135
|
NUMBER_WITH_DURATION = "NUMBER_WITH_DURATION",
|
|
176
136
|
NUMBER_WITH_TIMELINE = "NUMBER_WITH_TIMELINE",
|
|
@@ -191,10 +151,6 @@ export interface DashPackage {
|
|
|
191
151
|
|
|
192
152
|
SegmentTemplateFormat?: SegmentTemplateFormat | string;
|
|
193
153
|
}
|
|
194
|
-
export declare namespace DashPackage {
|
|
195
|
-
|
|
196
|
-
const filterSensitiveLog: (obj: DashPackage) => any;
|
|
197
|
-
}
|
|
198
154
|
export declare enum EncryptionMethod {
|
|
199
155
|
AES_128 = "AES_128",
|
|
200
156
|
SAMPLE_AES = "SAMPLE_AES"
|
|
@@ -208,10 +164,6 @@ export interface HlsEncryption {
|
|
|
208
164
|
|
|
209
165
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
210
166
|
}
|
|
211
|
-
export declare namespace HlsEncryption {
|
|
212
|
-
|
|
213
|
-
const filterSensitiveLog: (obj: HlsEncryption) => any;
|
|
214
|
-
}
|
|
215
167
|
|
|
216
168
|
export interface HlsPackage {
|
|
217
169
|
|
|
@@ -225,19 +177,11 @@ export interface HlsPackage {
|
|
|
225
177
|
|
|
226
178
|
UseAudioRenditionGroup?: boolean;
|
|
227
179
|
}
|
|
228
|
-
export declare namespace HlsPackage {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: HlsPackage) => any;
|
|
231
|
-
}
|
|
232
180
|
|
|
233
181
|
export interface MssEncryption {
|
|
234
182
|
|
|
235
183
|
SpekeKeyProvider: SpekeKeyProvider | undefined;
|
|
236
184
|
}
|
|
237
|
-
export declare namespace MssEncryption {
|
|
238
|
-
|
|
239
|
-
const filterSensitiveLog: (obj: MssEncryption) => any;
|
|
240
|
-
}
|
|
241
185
|
|
|
242
186
|
export interface MssPackage {
|
|
243
187
|
|
|
@@ -247,10 +191,6 @@ export interface MssPackage {
|
|
|
247
191
|
|
|
248
192
|
SegmentDurationSeconds?: number;
|
|
249
193
|
}
|
|
250
|
-
export declare namespace MssPackage {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: MssPackage) => any;
|
|
253
|
-
}
|
|
254
194
|
|
|
255
195
|
export interface PackagingConfiguration {
|
|
256
196
|
|
|
@@ -270,10 +210,6 @@ export interface PackagingConfiguration {
|
|
|
270
210
|
|
|
271
211
|
Tags?: Record<string, string>;
|
|
272
212
|
}
|
|
273
|
-
export declare namespace PackagingConfiguration {
|
|
274
|
-
|
|
275
|
-
const filterSensitiveLog: (obj: PackagingConfiguration) => any;
|
|
276
|
-
}
|
|
277
213
|
|
|
278
214
|
export interface Authorization {
|
|
279
215
|
|
|
@@ -281,19 +217,11 @@ export interface Authorization {
|
|
|
281
217
|
|
|
282
218
|
SecretsRoleArn: string | undefined;
|
|
283
219
|
}
|
|
284
|
-
export declare namespace Authorization {
|
|
285
|
-
|
|
286
|
-
const filterSensitiveLog: (obj: Authorization) => any;
|
|
287
|
-
}
|
|
288
220
|
|
|
289
221
|
export interface EgressAccessLogs {
|
|
290
222
|
|
|
291
223
|
LogGroupName?: string;
|
|
292
224
|
}
|
|
293
|
-
export declare namespace EgressAccessLogs {
|
|
294
|
-
|
|
295
|
-
const filterSensitiveLog: (obj: EgressAccessLogs) => any;
|
|
296
|
-
}
|
|
297
225
|
|
|
298
226
|
export interface PackagingGroup {
|
|
299
227
|
|
|
@@ -309,10 +237,6 @@ export interface PackagingGroup {
|
|
|
309
237
|
|
|
310
238
|
Tags?: Record<string, string>;
|
|
311
239
|
}
|
|
312
|
-
export declare namespace PackagingGroup {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: PackagingGroup) => any;
|
|
315
|
-
}
|
|
316
240
|
|
|
317
241
|
export interface ConfigureLogsRequest {
|
|
318
242
|
|
|
@@ -320,10 +244,6 @@ export interface ConfigureLogsRequest {
|
|
|
320
244
|
|
|
321
245
|
Id: string | undefined;
|
|
322
246
|
}
|
|
323
|
-
export declare namespace ConfigureLogsRequest {
|
|
324
|
-
|
|
325
|
-
const filterSensitiveLog: (obj: ConfigureLogsRequest) => any;
|
|
326
|
-
}
|
|
327
247
|
export interface ConfigureLogsResponse {
|
|
328
248
|
|
|
329
249
|
Arn?: string;
|
|
@@ -338,10 +258,6 @@ export interface ConfigureLogsResponse {
|
|
|
338
258
|
|
|
339
259
|
Tags?: Record<string, string>;
|
|
340
260
|
}
|
|
341
|
-
export declare namespace ConfigureLogsResponse {
|
|
342
|
-
|
|
343
|
-
const filterSensitiveLog: (obj: ConfigureLogsResponse) => any;
|
|
344
|
-
}
|
|
345
261
|
|
|
346
262
|
export declare class ForbiddenException extends __BaseException {
|
|
347
263
|
readonly name: "ForbiddenException";
|
|
@@ -405,10 +321,6 @@ export interface CreateAssetRequest {
|
|
|
405
321
|
|
|
406
322
|
Tags?: Record<string, string>;
|
|
407
323
|
}
|
|
408
|
-
export declare namespace CreateAssetRequest {
|
|
409
|
-
|
|
410
|
-
const filterSensitiveLog: (obj: CreateAssetRequest) => any;
|
|
411
|
-
}
|
|
412
324
|
export interface CreateAssetResponse {
|
|
413
325
|
|
|
414
326
|
Arn?: string;
|
|
@@ -429,10 +341,6 @@ export interface CreateAssetResponse {
|
|
|
429
341
|
|
|
430
342
|
Tags?: Record<string, string>;
|
|
431
343
|
}
|
|
432
|
-
export declare namespace CreateAssetResponse {
|
|
433
|
-
|
|
434
|
-
const filterSensitiveLog: (obj: CreateAssetResponse) => any;
|
|
435
|
-
}
|
|
436
344
|
|
|
437
345
|
export interface CreatePackagingConfigurationRequest {
|
|
438
346
|
|
|
@@ -450,10 +358,6 @@ export interface CreatePackagingConfigurationRequest {
|
|
|
450
358
|
|
|
451
359
|
Tags?: Record<string, string>;
|
|
452
360
|
}
|
|
453
|
-
export declare namespace CreatePackagingConfigurationRequest {
|
|
454
|
-
|
|
455
|
-
const filterSensitiveLog: (obj: CreatePackagingConfigurationRequest) => any;
|
|
456
|
-
}
|
|
457
361
|
export interface CreatePackagingConfigurationResponse {
|
|
458
362
|
|
|
459
363
|
Arn?: string;
|
|
@@ -472,10 +376,6 @@ export interface CreatePackagingConfigurationResponse {
|
|
|
472
376
|
|
|
473
377
|
Tags?: Record<string, string>;
|
|
474
378
|
}
|
|
475
|
-
export declare namespace CreatePackagingConfigurationResponse {
|
|
476
|
-
|
|
477
|
-
const filterSensitiveLog: (obj: CreatePackagingConfigurationResponse) => any;
|
|
478
|
-
}
|
|
479
379
|
|
|
480
380
|
export interface CreatePackagingGroupRequest {
|
|
481
381
|
|
|
@@ -487,10 +387,6 @@ export interface CreatePackagingGroupRequest {
|
|
|
487
387
|
|
|
488
388
|
Tags?: Record<string, string>;
|
|
489
389
|
}
|
|
490
|
-
export declare namespace CreatePackagingGroupRequest {
|
|
491
|
-
|
|
492
|
-
const filterSensitiveLog: (obj: CreatePackagingGroupRequest) => any;
|
|
493
|
-
}
|
|
494
390
|
export interface CreatePackagingGroupResponse {
|
|
495
391
|
|
|
496
392
|
Arn?: string;
|
|
@@ -505,60 +401,28 @@ export interface CreatePackagingGroupResponse {
|
|
|
505
401
|
|
|
506
402
|
Tags?: Record<string, string>;
|
|
507
403
|
}
|
|
508
|
-
export declare namespace CreatePackagingGroupResponse {
|
|
509
|
-
|
|
510
|
-
const filterSensitiveLog: (obj: CreatePackagingGroupResponse) => any;
|
|
511
|
-
}
|
|
512
404
|
export interface DeleteAssetRequest {
|
|
513
405
|
|
|
514
406
|
Id: string | undefined;
|
|
515
407
|
}
|
|
516
|
-
export declare namespace DeleteAssetRequest {
|
|
517
|
-
|
|
518
|
-
const filterSensitiveLog: (obj: DeleteAssetRequest) => any;
|
|
519
|
-
}
|
|
520
408
|
export interface DeleteAssetResponse {
|
|
521
409
|
}
|
|
522
|
-
export declare namespace DeleteAssetResponse {
|
|
523
|
-
|
|
524
|
-
const filterSensitiveLog: (obj: DeleteAssetResponse) => any;
|
|
525
|
-
}
|
|
526
410
|
export interface DeletePackagingConfigurationRequest {
|
|
527
411
|
|
|
528
412
|
Id: string | undefined;
|
|
529
413
|
}
|
|
530
|
-
export declare namespace DeletePackagingConfigurationRequest {
|
|
531
|
-
|
|
532
|
-
const filterSensitiveLog: (obj: DeletePackagingConfigurationRequest) => any;
|
|
533
|
-
}
|
|
534
414
|
export interface DeletePackagingConfigurationResponse {
|
|
535
415
|
}
|
|
536
|
-
export declare namespace DeletePackagingConfigurationResponse {
|
|
537
|
-
|
|
538
|
-
const filterSensitiveLog: (obj: DeletePackagingConfigurationResponse) => any;
|
|
539
|
-
}
|
|
540
416
|
export interface DeletePackagingGroupRequest {
|
|
541
417
|
|
|
542
418
|
Id: string | undefined;
|
|
543
419
|
}
|
|
544
|
-
export declare namespace DeletePackagingGroupRequest {
|
|
545
|
-
|
|
546
|
-
const filterSensitiveLog: (obj: DeletePackagingGroupRequest) => any;
|
|
547
|
-
}
|
|
548
420
|
export interface DeletePackagingGroupResponse {
|
|
549
421
|
}
|
|
550
|
-
export declare namespace DeletePackagingGroupResponse {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: DeletePackagingGroupResponse) => any;
|
|
553
|
-
}
|
|
554
422
|
export interface DescribeAssetRequest {
|
|
555
423
|
|
|
556
424
|
Id: string | undefined;
|
|
557
425
|
}
|
|
558
|
-
export declare namespace DescribeAssetRequest {
|
|
559
|
-
|
|
560
|
-
const filterSensitiveLog: (obj: DescribeAssetRequest) => any;
|
|
561
|
-
}
|
|
562
426
|
export interface DescribeAssetResponse {
|
|
563
427
|
|
|
564
428
|
Arn?: string;
|
|
@@ -579,18 +443,10 @@ export interface DescribeAssetResponse {
|
|
|
579
443
|
|
|
580
444
|
Tags?: Record<string, string>;
|
|
581
445
|
}
|
|
582
|
-
export declare namespace DescribeAssetResponse {
|
|
583
|
-
|
|
584
|
-
const filterSensitiveLog: (obj: DescribeAssetResponse) => any;
|
|
585
|
-
}
|
|
586
446
|
export interface DescribePackagingConfigurationRequest {
|
|
587
447
|
|
|
588
448
|
Id: string | undefined;
|
|
589
449
|
}
|
|
590
|
-
export declare namespace DescribePackagingConfigurationRequest {
|
|
591
|
-
|
|
592
|
-
const filterSensitiveLog: (obj: DescribePackagingConfigurationRequest) => any;
|
|
593
|
-
}
|
|
594
450
|
export interface DescribePackagingConfigurationResponse {
|
|
595
451
|
|
|
596
452
|
Arn?: string;
|
|
@@ -609,18 +465,10 @@ export interface DescribePackagingConfigurationResponse {
|
|
|
609
465
|
|
|
610
466
|
Tags?: Record<string, string>;
|
|
611
467
|
}
|
|
612
|
-
export declare namespace DescribePackagingConfigurationResponse {
|
|
613
|
-
|
|
614
|
-
const filterSensitiveLog: (obj: DescribePackagingConfigurationResponse) => any;
|
|
615
|
-
}
|
|
616
468
|
export interface DescribePackagingGroupRequest {
|
|
617
469
|
|
|
618
470
|
Id: string | undefined;
|
|
619
471
|
}
|
|
620
|
-
export declare namespace DescribePackagingGroupRequest {
|
|
621
|
-
|
|
622
|
-
const filterSensitiveLog: (obj: DescribePackagingGroupRequest) => any;
|
|
623
|
-
}
|
|
624
472
|
export interface DescribePackagingGroupResponse {
|
|
625
473
|
|
|
626
474
|
Arn?: string;
|
|
@@ -635,10 +483,6 @@ export interface DescribePackagingGroupResponse {
|
|
|
635
483
|
|
|
636
484
|
Tags?: Record<string, string>;
|
|
637
485
|
}
|
|
638
|
-
export declare namespace DescribePackagingGroupResponse {
|
|
639
|
-
|
|
640
|
-
const filterSensitiveLog: (obj: DescribePackagingGroupResponse) => any;
|
|
641
|
-
}
|
|
642
486
|
export interface ListAssetsRequest {
|
|
643
487
|
|
|
644
488
|
MaxResults?: number;
|
|
@@ -647,20 +491,12 @@ export interface ListAssetsRequest {
|
|
|
647
491
|
|
|
648
492
|
PackagingGroupId?: string;
|
|
649
493
|
}
|
|
650
|
-
export declare namespace ListAssetsRequest {
|
|
651
|
-
|
|
652
|
-
const filterSensitiveLog: (obj: ListAssetsRequest) => any;
|
|
653
|
-
}
|
|
654
494
|
export interface ListAssetsResponse {
|
|
655
495
|
|
|
656
496
|
Assets?: AssetShallow[];
|
|
657
497
|
|
|
658
498
|
NextToken?: string;
|
|
659
499
|
}
|
|
660
|
-
export declare namespace ListAssetsResponse {
|
|
661
|
-
|
|
662
|
-
const filterSensitiveLog: (obj: ListAssetsResponse) => any;
|
|
663
|
-
}
|
|
664
500
|
export interface ListPackagingConfigurationsRequest {
|
|
665
501
|
|
|
666
502
|
MaxResults?: number;
|
|
@@ -669,76 +505,44 @@ export interface ListPackagingConfigurationsRequest {
|
|
|
669
505
|
|
|
670
506
|
PackagingGroupId?: string;
|
|
671
507
|
}
|
|
672
|
-
export declare namespace ListPackagingConfigurationsRequest {
|
|
673
|
-
|
|
674
|
-
const filterSensitiveLog: (obj: ListPackagingConfigurationsRequest) => any;
|
|
675
|
-
}
|
|
676
508
|
export interface ListPackagingConfigurationsResponse {
|
|
677
509
|
|
|
678
510
|
NextToken?: string;
|
|
679
511
|
|
|
680
512
|
PackagingConfigurations?: PackagingConfiguration[];
|
|
681
513
|
}
|
|
682
|
-
export declare namespace ListPackagingConfigurationsResponse {
|
|
683
|
-
|
|
684
|
-
const filterSensitiveLog: (obj: ListPackagingConfigurationsResponse) => any;
|
|
685
|
-
}
|
|
686
514
|
export interface ListPackagingGroupsRequest {
|
|
687
515
|
|
|
688
516
|
MaxResults?: number;
|
|
689
517
|
|
|
690
518
|
NextToken?: string;
|
|
691
519
|
}
|
|
692
|
-
export declare namespace ListPackagingGroupsRequest {
|
|
693
|
-
|
|
694
|
-
const filterSensitiveLog: (obj: ListPackagingGroupsRequest) => any;
|
|
695
|
-
}
|
|
696
520
|
export interface ListPackagingGroupsResponse {
|
|
697
521
|
|
|
698
522
|
NextToken?: string;
|
|
699
523
|
|
|
700
524
|
PackagingGroups?: PackagingGroup[];
|
|
701
525
|
}
|
|
702
|
-
export declare namespace ListPackagingGroupsResponse {
|
|
703
|
-
|
|
704
|
-
const filterSensitiveLog: (obj: ListPackagingGroupsResponse) => any;
|
|
705
|
-
}
|
|
706
526
|
export interface ListTagsForResourceRequest {
|
|
707
527
|
|
|
708
528
|
ResourceArn: string | undefined;
|
|
709
529
|
}
|
|
710
|
-
export declare namespace ListTagsForResourceRequest {
|
|
711
|
-
|
|
712
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
713
|
-
}
|
|
714
530
|
export interface ListTagsForResourceResponse {
|
|
715
531
|
|
|
716
532
|
Tags?: Record<string, string>;
|
|
717
533
|
}
|
|
718
|
-
export declare namespace ListTagsForResourceResponse {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
721
|
-
}
|
|
722
534
|
export interface TagResourceRequest {
|
|
723
535
|
|
|
724
536
|
ResourceArn: string | undefined;
|
|
725
537
|
|
|
726
538
|
Tags: Record<string, string> | undefined;
|
|
727
539
|
}
|
|
728
|
-
export declare namespace TagResourceRequest {
|
|
729
|
-
|
|
730
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
731
|
-
}
|
|
732
540
|
export interface UntagResourceRequest {
|
|
733
541
|
|
|
734
542
|
ResourceArn: string | undefined;
|
|
735
543
|
|
|
736
544
|
TagKeys: string[] | undefined;
|
|
737
545
|
}
|
|
738
|
-
export declare namespace UntagResourceRequest {
|
|
739
|
-
|
|
740
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
741
|
-
}
|
|
742
546
|
|
|
743
547
|
export interface UpdatePackagingGroupRequest {
|
|
744
548
|
|
|
@@ -746,10 +550,6 @@ export interface UpdatePackagingGroupRequest {
|
|
|
746
550
|
|
|
747
551
|
Id: string | undefined;
|
|
748
552
|
}
|
|
749
|
-
export declare namespace UpdatePackagingGroupRequest {
|
|
750
|
-
|
|
751
|
-
const filterSensitiveLog: (obj: UpdatePackagingGroupRequest) => any;
|
|
752
|
-
}
|
|
753
553
|
export interface UpdatePackagingGroupResponse {
|
|
754
554
|
|
|
755
555
|
Arn?: string;
|
|
@@ -764,7 +564,105 @@ export interface UpdatePackagingGroupResponse {
|
|
|
764
564
|
|
|
765
565
|
Tags?: Record<string, string>;
|
|
766
566
|
}
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
567
|
+
|
|
568
|
+
export declare const AssetShallowFilterSensitiveLog: (obj: AssetShallow) => any;
|
|
569
|
+
|
|
570
|
+
export declare const StreamSelectionFilterSensitiveLog: (obj: StreamSelection) => any;
|
|
571
|
+
|
|
572
|
+
export declare const DashManifestFilterSensitiveLog: (obj: DashManifest) => any;
|
|
573
|
+
|
|
574
|
+
export declare const EgressEndpointFilterSensitiveLog: (obj: EgressEndpoint) => any;
|
|
575
|
+
|
|
576
|
+
export declare const HlsManifestFilterSensitiveLog: (obj: HlsManifest) => any;
|
|
577
|
+
|
|
578
|
+
export declare const MssManifestFilterSensitiveLog: (obj: MssManifest) => any;
|
|
579
|
+
|
|
580
|
+
export declare const SpekeKeyProviderFilterSensitiveLog: (obj: SpekeKeyProvider) => any;
|
|
581
|
+
|
|
582
|
+
export declare const CmafEncryptionFilterSensitiveLog: (obj: CmafEncryption) => any;
|
|
583
|
+
|
|
584
|
+
export declare const CmafPackageFilterSensitiveLog: (obj: CmafPackage) => any;
|
|
585
|
+
|
|
586
|
+
export declare const DashEncryptionFilterSensitiveLog: (obj: DashEncryption) => any;
|
|
587
|
+
|
|
588
|
+
export declare const DashPackageFilterSensitiveLog: (obj: DashPackage) => any;
|
|
589
|
+
|
|
590
|
+
export declare const HlsEncryptionFilterSensitiveLog: (obj: HlsEncryption) => any;
|
|
591
|
+
|
|
592
|
+
export declare const HlsPackageFilterSensitiveLog: (obj: HlsPackage) => any;
|
|
593
|
+
|
|
594
|
+
export declare const MssEncryptionFilterSensitiveLog: (obj: MssEncryption) => any;
|
|
595
|
+
|
|
596
|
+
export declare const MssPackageFilterSensitiveLog: (obj: MssPackage) => any;
|
|
597
|
+
|
|
598
|
+
export declare const PackagingConfigurationFilterSensitiveLog: (obj: PackagingConfiguration) => any;
|
|
599
|
+
|
|
600
|
+
export declare const AuthorizationFilterSensitiveLog: (obj: Authorization) => any;
|
|
601
|
+
|
|
602
|
+
export declare const EgressAccessLogsFilterSensitiveLog: (obj: EgressAccessLogs) => any;
|
|
603
|
+
|
|
604
|
+
export declare const PackagingGroupFilterSensitiveLog: (obj: PackagingGroup) => any;
|
|
605
|
+
|
|
606
|
+
export declare const ConfigureLogsRequestFilterSensitiveLog: (obj: ConfigureLogsRequest) => any;
|
|
607
|
+
|
|
608
|
+
export declare const ConfigureLogsResponseFilterSensitiveLog: (obj: ConfigureLogsResponse) => any;
|
|
609
|
+
|
|
610
|
+
export declare const CreateAssetRequestFilterSensitiveLog: (obj: CreateAssetRequest) => any;
|
|
611
|
+
|
|
612
|
+
export declare const CreateAssetResponseFilterSensitiveLog: (obj: CreateAssetResponse) => any;
|
|
613
|
+
|
|
614
|
+
export declare const CreatePackagingConfigurationRequestFilterSensitiveLog: (obj: CreatePackagingConfigurationRequest) => any;
|
|
615
|
+
|
|
616
|
+
export declare const CreatePackagingConfigurationResponseFilterSensitiveLog: (obj: CreatePackagingConfigurationResponse) => any;
|
|
617
|
+
|
|
618
|
+
export declare const CreatePackagingGroupRequestFilterSensitiveLog: (obj: CreatePackagingGroupRequest) => any;
|
|
619
|
+
|
|
620
|
+
export declare const CreatePackagingGroupResponseFilterSensitiveLog: (obj: CreatePackagingGroupResponse) => any;
|
|
621
|
+
|
|
622
|
+
export declare const DeleteAssetRequestFilterSensitiveLog: (obj: DeleteAssetRequest) => any;
|
|
623
|
+
|
|
624
|
+
export declare const DeleteAssetResponseFilterSensitiveLog: (obj: DeleteAssetResponse) => any;
|
|
625
|
+
|
|
626
|
+
export declare const DeletePackagingConfigurationRequestFilterSensitiveLog: (obj: DeletePackagingConfigurationRequest) => any;
|
|
627
|
+
|
|
628
|
+
export declare const DeletePackagingConfigurationResponseFilterSensitiveLog: (obj: DeletePackagingConfigurationResponse) => any;
|
|
629
|
+
|
|
630
|
+
export declare const DeletePackagingGroupRequestFilterSensitiveLog: (obj: DeletePackagingGroupRequest) => any;
|
|
631
|
+
|
|
632
|
+
export declare const DeletePackagingGroupResponseFilterSensitiveLog: (obj: DeletePackagingGroupResponse) => any;
|
|
633
|
+
|
|
634
|
+
export declare const DescribeAssetRequestFilterSensitiveLog: (obj: DescribeAssetRequest) => any;
|
|
635
|
+
|
|
636
|
+
export declare const DescribeAssetResponseFilterSensitiveLog: (obj: DescribeAssetResponse) => any;
|
|
637
|
+
|
|
638
|
+
export declare const DescribePackagingConfigurationRequestFilterSensitiveLog: (obj: DescribePackagingConfigurationRequest) => any;
|
|
639
|
+
|
|
640
|
+
export declare const DescribePackagingConfigurationResponseFilterSensitiveLog: (obj: DescribePackagingConfigurationResponse) => any;
|
|
641
|
+
|
|
642
|
+
export declare const DescribePackagingGroupRequestFilterSensitiveLog: (obj: DescribePackagingGroupRequest) => any;
|
|
643
|
+
|
|
644
|
+
export declare const DescribePackagingGroupResponseFilterSensitiveLog: (obj: DescribePackagingGroupResponse) => any;
|
|
645
|
+
|
|
646
|
+
export declare const ListAssetsRequestFilterSensitiveLog: (obj: ListAssetsRequest) => any;
|
|
647
|
+
|
|
648
|
+
export declare const ListAssetsResponseFilterSensitiveLog: (obj: ListAssetsResponse) => any;
|
|
649
|
+
|
|
650
|
+
export declare const ListPackagingConfigurationsRequestFilterSensitiveLog: (obj: ListPackagingConfigurationsRequest) => any;
|
|
651
|
+
|
|
652
|
+
export declare const ListPackagingConfigurationsResponseFilterSensitiveLog: (obj: ListPackagingConfigurationsResponse) => any;
|
|
653
|
+
|
|
654
|
+
export declare const ListPackagingGroupsRequestFilterSensitiveLog: (obj: ListPackagingGroupsRequest) => any;
|
|
655
|
+
|
|
656
|
+
export declare const ListPackagingGroupsResponseFilterSensitiveLog: (obj: ListPackagingGroupsResponse) => any;
|
|
657
|
+
|
|
658
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
659
|
+
|
|
660
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
661
|
+
|
|
662
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
663
|
+
|
|
664
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
665
|
+
|
|
666
|
+
export declare const UpdatePackagingGroupRequestFilterSensitiveLog: (obj: UpdatePackagingGroupRequest) => any;
|
|
667
|
+
|
|
668
|
+
export declare const UpdatePackagingGroupResponseFilterSensitiveLog: (obj: UpdatePackagingGroupResponse) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackage-vod",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackage Vod Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.141.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.141.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.141.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|