@aws-sdk/client-mediapackage-vod 3.933.0 → 3.935.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/index.js CHANGED
@@ -117,59 +117,6 @@ let MediaPackageVodServiceException$1 = class MediaPackageVodServiceException ex
117
117
  }
118
118
  };
119
119
 
120
- const __PeriodTriggersElement = {
121
- ADS: "ADS",
122
- };
123
- const ManifestLayout = {
124
- COMPACT: "COMPACT",
125
- FULL: "FULL",
126
- };
127
- const Profile = {
128
- HBBTV_1_5: "HBBTV_1_5",
129
- NONE: "NONE",
130
- };
131
- const ScteMarkersSource = {
132
- MANIFEST: "MANIFEST",
133
- SEGMENTS: "SEGMENTS",
134
- };
135
- const StreamOrder = {
136
- ORIGINAL: "ORIGINAL",
137
- VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING",
138
- VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING",
139
- };
140
- const AdMarkers = {
141
- NONE: "NONE",
142
- PASSTHROUGH: "PASSTHROUGH",
143
- SCTE35_ENHANCED: "SCTE35_ENHANCED",
144
- };
145
- const PresetSpeke20Audio = {
146
- PRESET_AUDIO_1: "PRESET-AUDIO-1",
147
- PRESET_AUDIO_2: "PRESET-AUDIO-2",
148
- PRESET_AUDIO_3: "PRESET-AUDIO-3",
149
- SHARED: "SHARED",
150
- UNENCRYPTED: "UNENCRYPTED",
151
- };
152
- const PresetSpeke20Video = {
153
- PRESET_VIDEO_1: "PRESET-VIDEO-1",
154
- PRESET_VIDEO_2: "PRESET-VIDEO-2",
155
- PRESET_VIDEO_3: "PRESET-VIDEO-3",
156
- PRESET_VIDEO_4: "PRESET-VIDEO-4",
157
- PRESET_VIDEO_5: "PRESET-VIDEO-5",
158
- PRESET_VIDEO_6: "PRESET-VIDEO-6",
159
- PRESET_VIDEO_7: "PRESET-VIDEO-7",
160
- PRESET_VIDEO_8: "PRESET-VIDEO-8",
161
- SHARED: "SHARED",
162
- UNENCRYPTED: "UNENCRYPTED",
163
- };
164
- const SegmentTemplateFormat = {
165
- NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION",
166
- NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE",
167
- TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE",
168
- };
169
- const EncryptionMethod = {
170
- AES_128: "AES_128",
171
- SAMPLE_AES: "SAMPLE_AES",
172
- };
173
120
  let ForbiddenException$1 = class ForbiddenException extends MediaPackageVodServiceException$1 {
174
121
  name = "ForbiddenException";
175
122
  $fault = "client";
@@ -2472,6 +2419,60 @@ const paginateListPackagingConfigurations = core.createPaginator(MediaPackageVod
2472
2419
 
2473
2420
  const paginateListPackagingGroups = core.createPaginator(MediaPackageVodClient, ListPackagingGroupsCommand, "NextToken", "NextToken", "MaxResults");
2474
2421
 
2422
+ const __PeriodTriggersElement = {
2423
+ ADS: "ADS",
2424
+ };
2425
+ const ManifestLayout = {
2426
+ COMPACT: "COMPACT",
2427
+ FULL: "FULL",
2428
+ };
2429
+ const Profile = {
2430
+ HBBTV_1_5: "HBBTV_1_5",
2431
+ NONE: "NONE",
2432
+ };
2433
+ const ScteMarkersSource = {
2434
+ MANIFEST: "MANIFEST",
2435
+ SEGMENTS: "SEGMENTS",
2436
+ };
2437
+ const StreamOrder = {
2438
+ ORIGINAL: "ORIGINAL",
2439
+ VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING",
2440
+ VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING",
2441
+ };
2442
+ const AdMarkers = {
2443
+ NONE: "NONE",
2444
+ PASSTHROUGH: "PASSTHROUGH",
2445
+ SCTE35_ENHANCED: "SCTE35_ENHANCED",
2446
+ };
2447
+ const PresetSpeke20Audio = {
2448
+ PRESET_AUDIO_1: "PRESET-AUDIO-1",
2449
+ PRESET_AUDIO_2: "PRESET-AUDIO-2",
2450
+ PRESET_AUDIO_3: "PRESET-AUDIO-3",
2451
+ SHARED: "SHARED",
2452
+ UNENCRYPTED: "UNENCRYPTED",
2453
+ };
2454
+ const PresetSpeke20Video = {
2455
+ PRESET_VIDEO_1: "PRESET-VIDEO-1",
2456
+ PRESET_VIDEO_2: "PRESET-VIDEO-2",
2457
+ PRESET_VIDEO_3: "PRESET-VIDEO-3",
2458
+ PRESET_VIDEO_4: "PRESET-VIDEO-4",
2459
+ PRESET_VIDEO_5: "PRESET-VIDEO-5",
2460
+ PRESET_VIDEO_6: "PRESET-VIDEO-6",
2461
+ PRESET_VIDEO_7: "PRESET-VIDEO-7",
2462
+ PRESET_VIDEO_8: "PRESET-VIDEO-8",
2463
+ SHARED: "SHARED",
2464
+ UNENCRYPTED: "UNENCRYPTED",
2465
+ };
2466
+ const SegmentTemplateFormat = {
2467
+ NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION",
2468
+ NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE",
2469
+ TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE",
2470
+ };
2471
+ const EncryptionMethod = {
2472
+ AES_128: "AES_128",
2473
+ SAMPLE_AES: "SAMPLE_AES",
2474
+ };
2475
+
2475
2476
  Object.defineProperty(exports, "$Command", {
2476
2477
  enumerable: true,
2477
2478
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./MediaPackageVodClient";
2
2
  export * from "./MediaPackageVod";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { MediaPackageVodServiceException } from "./models/MediaPackageVodServiceException";
@@ -0,0 +1,53 @@
1
+ export const __PeriodTriggersElement = {
2
+ ADS: "ADS",
3
+ };
4
+ export const ManifestLayout = {
5
+ COMPACT: "COMPACT",
6
+ FULL: "FULL",
7
+ };
8
+ export const Profile = {
9
+ HBBTV_1_5: "HBBTV_1_5",
10
+ NONE: "NONE",
11
+ };
12
+ export const ScteMarkersSource = {
13
+ MANIFEST: "MANIFEST",
14
+ SEGMENTS: "SEGMENTS",
15
+ };
16
+ export const StreamOrder = {
17
+ ORIGINAL: "ORIGINAL",
18
+ VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING",
19
+ VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING",
20
+ };
21
+ export const AdMarkers = {
22
+ NONE: "NONE",
23
+ PASSTHROUGH: "PASSTHROUGH",
24
+ SCTE35_ENHANCED: "SCTE35_ENHANCED",
25
+ };
26
+ export const PresetSpeke20Audio = {
27
+ PRESET_AUDIO_1: "PRESET-AUDIO-1",
28
+ PRESET_AUDIO_2: "PRESET-AUDIO-2",
29
+ PRESET_AUDIO_3: "PRESET-AUDIO-3",
30
+ SHARED: "SHARED",
31
+ UNENCRYPTED: "UNENCRYPTED",
32
+ };
33
+ export const PresetSpeke20Video = {
34
+ PRESET_VIDEO_1: "PRESET-VIDEO-1",
35
+ PRESET_VIDEO_2: "PRESET-VIDEO-2",
36
+ PRESET_VIDEO_3: "PRESET-VIDEO-3",
37
+ PRESET_VIDEO_4: "PRESET-VIDEO-4",
38
+ PRESET_VIDEO_5: "PRESET-VIDEO-5",
39
+ PRESET_VIDEO_6: "PRESET-VIDEO-6",
40
+ PRESET_VIDEO_7: "PRESET-VIDEO-7",
41
+ PRESET_VIDEO_8: "PRESET-VIDEO-8",
42
+ SHARED: "SHARED",
43
+ UNENCRYPTED: "UNENCRYPTED",
44
+ };
45
+ export const SegmentTemplateFormat = {
46
+ NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION",
47
+ NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE",
48
+ TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE",
49
+ };
50
+ export const EncryptionMethod = {
51
+ AES_128: "AES_128",
52
+ SAMPLE_AES: "SAMPLE_AES",
53
+ };
@@ -0,0 +1,85 @@
1
+ import { MediaPackageVodServiceException as __BaseException } from "./MediaPackageVodServiceException";
2
+ export class ForbiddenException extends __BaseException {
3
+ name = "ForbiddenException";
4
+ $fault = "client";
5
+ Message;
6
+ constructor(opts) {
7
+ super({
8
+ name: "ForbiddenException",
9
+ $fault: "client",
10
+ ...opts,
11
+ });
12
+ Object.setPrototypeOf(this, ForbiddenException.prototype);
13
+ this.Message = opts.Message;
14
+ }
15
+ }
16
+ export class InternalServerErrorException extends __BaseException {
17
+ name = "InternalServerErrorException";
18
+ $fault = "server";
19
+ Message;
20
+ constructor(opts) {
21
+ super({
22
+ name: "InternalServerErrorException",
23
+ $fault: "server",
24
+ ...opts,
25
+ });
26
+ Object.setPrototypeOf(this, InternalServerErrorException.prototype);
27
+ this.Message = opts.Message;
28
+ }
29
+ }
30
+ export class NotFoundException extends __BaseException {
31
+ name = "NotFoundException";
32
+ $fault = "client";
33
+ Message;
34
+ constructor(opts) {
35
+ super({
36
+ name: "NotFoundException",
37
+ $fault: "client",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, NotFoundException.prototype);
41
+ this.Message = opts.Message;
42
+ }
43
+ }
44
+ export class ServiceUnavailableException extends __BaseException {
45
+ name = "ServiceUnavailableException";
46
+ $fault = "server";
47
+ Message;
48
+ constructor(opts) {
49
+ super({
50
+ name: "ServiceUnavailableException",
51
+ $fault: "server",
52
+ ...opts,
53
+ });
54
+ Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
55
+ this.Message = opts.Message;
56
+ }
57
+ }
58
+ export class TooManyRequestsException extends __BaseException {
59
+ name = "TooManyRequestsException";
60
+ $fault = "client";
61
+ Message;
62
+ constructor(opts) {
63
+ super({
64
+ name: "TooManyRequestsException",
65
+ $fault: "client",
66
+ ...opts,
67
+ });
68
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
69
+ this.Message = opts.Message;
70
+ }
71
+ }
72
+ export class UnprocessableEntityException extends __BaseException {
73
+ name = "UnprocessableEntityException";
74
+ $fault = "client";
75
+ Message;
76
+ constructor(opts) {
77
+ super({
78
+ name: "UnprocessableEntityException",
79
+ $fault: "client",
80
+ ...opts,
81
+ });
82
+ Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
83
+ this.Message = opts.Message;
84
+ }
85
+ }
@@ -1,138 +1 @@
1
- import { MediaPackageVodServiceException as __BaseException } from "./MediaPackageVodServiceException";
2
- export const __PeriodTriggersElement = {
3
- ADS: "ADS",
4
- };
5
- export const ManifestLayout = {
6
- COMPACT: "COMPACT",
7
- FULL: "FULL",
8
- };
9
- export const Profile = {
10
- HBBTV_1_5: "HBBTV_1_5",
11
- NONE: "NONE",
12
- };
13
- export const ScteMarkersSource = {
14
- MANIFEST: "MANIFEST",
15
- SEGMENTS: "SEGMENTS",
16
- };
17
- export const StreamOrder = {
18
- ORIGINAL: "ORIGINAL",
19
- VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING",
20
- VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING",
21
- };
22
- export const AdMarkers = {
23
- NONE: "NONE",
24
- PASSTHROUGH: "PASSTHROUGH",
25
- SCTE35_ENHANCED: "SCTE35_ENHANCED",
26
- };
27
- export const PresetSpeke20Audio = {
28
- PRESET_AUDIO_1: "PRESET-AUDIO-1",
29
- PRESET_AUDIO_2: "PRESET-AUDIO-2",
30
- PRESET_AUDIO_3: "PRESET-AUDIO-3",
31
- SHARED: "SHARED",
32
- UNENCRYPTED: "UNENCRYPTED",
33
- };
34
- export const PresetSpeke20Video = {
35
- PRESET_VIDEO_1: "PRESET-VIDEO-1",
36
- PRESET_VIDEO_2: "PRESET-VIDEO-2",
37
- PRESET_VIDEO_3: "PRESET-VIDEO-3",
38
- PRESET_VIDEO_4: "PRESET-VIDEO-4",
39
- PRESET_VIDEO_5: "PRESET-VIDEO-5",
40
- PRESET_VIDEO_6: "PRESET-VIDEO-6",
41
- PRESET_VIDEO_7: "PRESET-VIDEO-7",
42
- PRESET_VIDEO_8: "PRESET-VIDEO-8",
43
- SHARED: "SHARED",
44
- UNENCRYPTED: "UNENCRYPTED",
45
- };
46
- export const SegmentTemplateFormat = {
47
- NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION",
48
- NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE",
49
- TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE",
50
- };
51
- export const EncryptionMethod = {
52
- AES_128: "AES_128",
53
- SAMPLE_AES: "SAMPLE_AES",
54
- };
55
- export class ForbiddenException extends __BaseException {
56
- name = "ForbiddenException";
57
- $fault = "client";
58
- Message;
59
- constructor(opts) {
60
- super({
61
- name: "ForbiddenException",
62
- $fault: "client",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, ForbiddenException.prototype);
66
- this.Message = opts.Message;
67
- }
68
- }
69
- export class InternalServerErrorException extends __BaseException {
70
- name = "InternalServerErrorException";
71
- $fault = "server";
72
- Message;
73
- constructor(opts) {
74
- super({
75
- name: "InternalServerErrorException",
76
- $fault: "server",
77
- ...opts,
78
- });
79
- Object.setPrototypeOf(this, InternalServerErrorException.prototype);
80
- this.Message = opts.Message;
81
- }
82
- }
83
- export class NotFoundException extends __BaseException {
84
- name = "NotFoundException";
85
- $fault = "client";
86
- Message;
87
- constructor(opts) {
88
- super({
89
- name: "NotFoundException",
90
- $fault: "client",
91
- ...opts,
92
- });
93
- Object.setPrototypeOf(this, NotFoundException.prototype);
94
- this.Message = opts.Message;
95
- }
96
- }
97
- export class ServiceUnavailableException extends __BaseException {
98
- name = "ServiceUnavailableException";
99
- $fault = "server";
100
- Message;
101
- constructor(opts) {
102
- super({
103
- name: "ServiceUnavailableException",
104
- $fault: "server",
105
- ...opts,
106
- });
107
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
108
- this.Message = opts.Message;
109
- }
110
- }
111
- export class TooManyRequestsException extends __BaseException {
112
- name = "TooManyRequestsException";
113
- $fault = "client";
114
- Message;
115
- constructor(opts) {
116
- super({
117
- name: "TooManyRequestsException",
118
- $fault: "client",
119
- ...opts,
120
- });
121
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
122
- this.Message = opts.Message;
123
- }
124
- }
125
- export class UnprocessableEntityException extends __BaseException {
126
- name = "UnprocessableEntityException";
127
- $fault = "client";
128
- Message;
129
- constructor(opts) {
130
- super({
131
- name: "UnprocessableEntityException",
132
- $fault: "client",
133
- ...opts,
134
- });
135
- Object.setPrototypeOf(this, UnprocessableEntityException.prototype);
136
- this.Message = opts.Message;
137
- }
138
- }
1
+ export {};
@@ -204,7 +204,7 @@ const _u = "url";
204
204
  const _uARG = "useAudioRenditionGroup";
205
205
  const n0 = "com.amazonaws.mediapackagevod";
206
206
  import { TypeRegistry } from "@smithy/core/schema";
207
- import { ForbiddenException as __ForbiddenException, InternalServerErrorException as __InternalServerErrorException, NotFoundException as __NotFoundException, ServiceUnavailableException as __ServiceUnavailableException, TooManyRequestsException as __TooManyRequestsException, UnprocessableEntityException as __UnprocessableEntityException, } from "../models/index";
207
+ import { ForbiddenException as __ForbiddenException, InternalServerErrorException as __InternalServerErrorException, NotFoundException as __NotFoundException, ServiceUnavailableException as __ServiceUnavailableException, TooManyRequestsException as __TooManyRequestsException, UnprocessableEntityException as __UnprocessableEntityException, } from "../models/errors";
208
208
  import { MediaPackageVodServiceException as __MediaPackageVodServiceException } from "../models/MediaPackageVodServiceException";
209
209
  export var AssetShallow = [
210
210
  3,
@@ -10,5 +10,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { MediaPackageVodExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
- export * from "./models";
13
+ export * from "./models/enums";
14
+ export * from "./models/errors";
15
+ export type * from "./models/models_0";
14
16
  export { MediaPackageVodServiceException } from "./models/MediaPackageVodServiceException";
@@ -0,0 +1,133 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const __PeriodTriggersElement: {
6
+ readonly ADS: "ADS";
7
+ };
8
+ /**
9
+ * @public
10
+ */
11
+ export type __PeriodTriggersElement = (typeof __PeriodTriggersElement)[keyof typeof __PeriodTriggersElement];
12
+ /**
13
+ * @public
14
+ * @enum
15
+ */
16
+ export declare const ManifestLayout: {
17
+ readonly COMPACT: "COMPACT";
18
+ readonly FULL: "FULL";
19
+ };
20
+ /**
21
+ * @public
22
+ */
23
+ export type ManifestLayout = (typeof ManifestLayout)[keyof typeof ManifestLayout];
24
+ /**
25
+ * @public
26
+ * @enum
27
+ */
28
+ export declare const Profile: {
29
+ readonly HBBTV_1_5: "HBBTV_1_5";
30
+ readonly NONE: "NONE";
31
+ };
32
+ /**
33
+ * @public
34
+ */
35
+ export type Profile = (typeof Profile)[keyof typeof Profile];
36
+ /**
37
+ * @public
38
+ * @enum
39
+ */
40
+ export declare const ScteMarkersSource: {
41
+ readonly MANIFEST: "MANIFEST";
42
+ readonly SEGMENTS: "SEGMENTS";
43
+ };
44
+ /**
45
+ * @public
46
+ */
47
+ export type ScteMarkersSource = (typeof ScteMarkersSource)[keyof typeof ScteMarkersSource];
48
+ /**
49
+ * @public
50
+ * @enum
51
+ */
52
+ export declare const StreamOrder: {
53
+ readonly ORIGINAL: "ORIGINAL";
54
+ readonly VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING";
55
+ readonly VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING";
56
+ };
57
+ /**
58
+ * @public
59
+ */
60
+ export type StreamOrder = (typeof StreamOrder)[keyof typeof StreamOrder];
61
+ /**
62
+ * @public
63
+ * @enum
64
+ */
65
+ export declare const AdMarkers: {
66
+ readonly NONE: "NONE";
67
+ readonly PASSTHROUGH: "PASSTHROUGH";
68
+ readonly SCTE35_ENHANCED: "SCTE35_ENHANCED";
69
+ };
70
+ /**
71
+ * @public
72
+ */
73
+ export type AdMarkers = (typeof AdMarkers)[keyof typeof AdMarkers];
74
+ /**
75
+ * @public
76
+ * @enum
77
+ */
78
+ export declare const PresetSpeke20Audio: {
79
+ readonly PRESET_AUDIO_1: "PRESET-AUDIO-1";
80
+ readonly PRESET_AUDIO_2: "PRESET-AUDIO-2";
81
+ readonly PRESET_AUDIO_3: "PRESET-AUDIO-3";
82
+ readonly SHARED: "SHARED";
83
+ readonly UNENCRYPTED: "UNENCRYPTED";
84
+ };
85
+ /**
86
+ * @public
87
+ */
88
+ export type PresetSpeke20Audio = (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
89
+ /**
90
+ * @public
91
+ * @enum
92
+ */
93
+ export declare const PresetSpeke20Video: {
94
+ readonly PRESET_VIDEO_1: "PRESET-VIDEO-1";
95
+ readonly PRESET_VIDEO_2: "PRESET-VIDEO-2";
96
+ readonly PRESET_VIDEO_3: "PRESET-VIDEO-3";
97
+ readonly PRESET_VIDEO_4: "PRESET-VIDEO-4";
98
+ readonly PRESET_VIDEO_5: "PRESET-VIDEO-5";
99
+ readonly PRESET_VIDEO_6: "PRESET-VIDEO-6";
100
+ readonly PRESET_VIDEO_7: "PRESET-VIDEO-7";
101
+ readonly PRESET_VIDEO_8: "PRESET-VIDEO-8";
102
+ readonly SHARED: "SHARED";
103
+ readonly UNENCRYPTED: "UNENCRYPTED";
104
+ };
105
+ /**
106
+ * @public
107
+ */
108
+ export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
109
+ /**
110
+ * @public
111
+ * @enum
112
+ */
113
+ export declare const SegmentTemplateFormat: {
114
+ readonly NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION";
115
+ readonly NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE";
116
+ readonly TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE";
117
+ };
118
+ /**
119
+ * @public
120
+ */
121
+ export type SegmentTemplateFormat = (typeof SegmentTemplateFormat)[keyof typeof SegmentTemplateFormat];
122
+ /**
123
+ * @public
124
+ * @enum
125
+ */
126
+ export declare const EncryptionMethod: {
127
+ readonly AES_128: "AES_128";
128
+ readonly SAMPLE_AES: "SAMPLE_AES";
129
+ };
130
+ /**
131
+ * @public
132
+ */
133
+ export type EncryptionMethod = (typeof EncryptionMethod)[keyof typeof EncryptionMethod];
@@ -0,0 +1,80 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { MediaPackageVodServiceException as __BaseException } from "./MediaPackageVodServiceException";
3
+ /**
4
+ * The client is not authorized to access the requested resource.
5
+ * @public
6
+ */
7
+ export declare class ForbiddenException extends __BaseException {
8
+ readonly name: "ForbiddenException";
9
+ readonly $fault: "client";
10
+ Message?: string | undefined;
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
15
+ }
16
+ /**
17
+ * An unexpected error occurred.
18
+ * @public
19
+ */
20
+ export declare class InternalServerErrorException extends __BaseException {
21
+ readonly name: "InternalServerErrorException";
22
+ readonly $fault: "server";
23
+ Message?: string | undefined;
24
+ /**
25
+ * @internal
26
+ */
27
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
28
+ }
29
+ /**
30
+ * The requested resource does not exist.
31
+ * @public
32
+ */
33
+ export declare class NotFoundException extends __BaseException {
34
+ readonly name: "NotFoundException";
35
+ readonly $fault: "client";
36
+ Message?: string | undefined;
37
+ /**
38
+ * @internal
39
+ */
40
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
41
+ }
42
+ /**
43
+ * An unexpected error occurred.
44
+ * @public
45
+ */
46
+ export declare class ServiceUnavailableException extends __BaseException {
47
+ readonly name: "ServiceUnavailableException";
48
+ readonly $fault: "server";
49
+ Message?: string | undefined;
50
+ /**
51
+ * @internal
52
+ */
53
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
54
+ }
55
+ /**
56
+ * The client has exceeded their resource or throttling limits.
57
+ * @public
58
+ */
59
+ export declare class TooManyRequestsException extends __BaseException {
60
+ readonly name: "TooManyRequestsException";
61
+ readonly $fault: "client";
62
+ Message?: string | undefined;
63
+ /**
64
+ * @internal
65
+ */
66
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
67
+ }
68
+ /**
69
+ * The parameters sent in the request are not valid.
70
+ * @public
71
+ */
72
+ export declare class UnprocessableEntityException extends __BaseException {
73
+ readonly name: "UnprocessableEntityException";
74
+ readonly $fault: "client";
75
+ Message?: string | undefined;
76
+ /**
77
+ * @internal
78
+ */
79
+ constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
80
+ }
@@ -1,16 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { MediaPackageVodServiceException as __BaseException } from "./MediaPackageVodServiceException";
3
- /**
4
- * @public
5
- * @enum
6
- */
7
- export declare const __PeriodTriggersElement: {
8
- readonly ADS: "ADS";
9
- };
10
- /**
11
- * @public
12
- */
13
- export type __PeriodTriggersElement = (typeof __PeriodTriggersElement)[keyof typeof __PeriodTriggersElement];
1
+ import { __PeriodTriggersElement, AdMarkers, EncryptionMethod, ManifestLayout, PresetSpeke20Audio, PresetSpeke20Video, Profile, ScteMarkersSource, SegmentTemplateFormat, StreamOrder } from "./enums";
14
2
  /**
15
3
  * A MediaPackage VOD Asset resource.
16
4
  * @public
@@ -57,55 +45,6 @@ export interface AssetShallow {
57
45
  */
58
46
  Tags?: Record<string, string> | undefined;
59
47
  }
60
- /**
61
- * @public
62
- * @enum
63
- */
64
- export declare const ManifestLayout: {
65
- readonly COMPACT: "COMPACT";
66
- readonly FULL: "FULL";
67
- };
68
- /**
69
- * @public
70
- */
71
- export type ManifestLayout = (typeof ManifestLayout)[keyof typeof ManifestLayout];
72
- /**
73
- * @public
74
- * @enum
75
- */
76
- export declare const Profile: {
77
- readonly HBBTV_1_5: "HBBTV_1_5";
78
- readonly NONE: "NONE";
79
- };
80
- /**
81
- * @public
82
- */
83
- export type Profile = (typeof Profile)[keyof typeof Profile];
84
- /**
85
- * @public
86
- * @enum
87
- */
88
- export declare const ScteMarkersSource: {
89
- readonly MANIFEST: "MANIFEST";
90
- readonly SEGMENTS: "SEGMENTS";
91
- };
92
- /**
93
- * @public
94
- */
95
- export type ScteMarkersSource = (typeof ScteMarkersSource)[keyof typeof ScteMarkersSource];
96
- /**
97
- * @public
98
- * @enum
99
- */
100
- export declare const StreamOrder: {
101
- readonly ORIGINAL: "ORIGINAL";
102
- readonly VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING";
103
- readonly VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING";
104
- };
105
- /**
106
- * @public
107
- */
108
- export type StreamOrder = (typeof StreamOrder)[keyof typeof StreamOrder];
109
48
  /**
110
49
  * A StreamSelection configuration.
111
50
  * @public
@@ -184,19 +123,6 @@ export interface EgressEndpoint {
184
123
  */
185
124
  Url?: string | undefined;
186
125
  }
187
- /**
188
- * @public
189
- * @enum
190
- */
191
- export declare const AdMarkers: {
192
- readonly NONE: "NONE";
193
- readonly PASSTHROUGH: "PASSTHROUGH";
194
- readonly SCTE35_ENHANCED: "SCTE35_ENHANCED";
195
- };
196
- /**
197
- * @public
198
- */
199
- export type AdMarkers = (typeof AdMarkers)[keyof typeof AdMarkers];
200
126
  /**
201
127
  * An HTTP Live Streaming (HLS) manifest configuration.
202
128
  * @public
@@ -262,41 +188,6 @@ export interface MssManifest {
262
188
  */
263
189
  StreamSelection?: StreamSelection | undefined;
264
190
  }
265
- /**
266
- * @public
267
- * @enum
268
- */
269
- export declare const PresetSpeke20Audio: {
270
- readonly PRESET_AUDIO_1: "PRESET-AUDIO-1";
271
- readonly PRESET_AUDIO_2: "PRESET-AUDIO-2";
272
- readonly PRESET_AUDIO_3: "PRESET-AUDIO-3";
273
- readonly SHARED: "SHARED";
274
- readonly UNENCRYPTED: "UNENCRYPTED";
275
- };
276
- /**
277
- * @public
278
- */
279
- export type PresetSpeke20Audio = (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
280
- /**
281
- * @public
282
- * @enum
283
- */
284
- export declare const PresetSpeke20Video: {
285
- readonly PRESET_VIDEO_1: "PRESET-VIDEO-1";
286
- readonly PRESET_VIDEO_2: "PRESET-VIDEO-2";
287
- readonly PRESET_VIDEO_3: "PRESET-VIDEO-3";
288
- readonly PRESET_VIDEO_4: "PRESET-VIDEO-4";
289
- readonly PRESET_VIDEO_5: "PRESET-VIDEO-5";
290
- readonly PRESET_VIDEO_6: "PRESET-VIDEO-6";
291
- readonly PRESET_VIDEO_7: "PRESET-VIDEO-7";
292
- readonly PRESET_VIDEO_8: "PRESET-VIDEO-8";
293
- readonly SHARED: "SHARED";
294
- readonly UNENCRYPTED: "UNENCRYPTED";
295
- };
296
- /**
297
- * @public
298
- */
299
- export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
300
191
  /**
301
192
  * Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0.
302
193
  * The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream.
@@ -404,19 +295,6 @@ export interface DashEncryption {
404
295
  */
405
296
  SpekeKeyProvider: SpekeKeyProvider | undefined;
406
297
  }
407
- /**
408
- * @public
409
- * @enum
410
- */
411
- export declare const SegmentTemplateFormat: {
412
- readonly NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION";
413
- readonly NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE";
414
- readonly TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE";
415
- };
416
- /**
417
- * @public
418
- */
419
- export type SegmentTemplateFormat = (typeof SegmentTemplateFormat)[keyof typeof SegmentTemplateFormat];
420
298
  /**
421
299
  * A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
422
300
  * @public
@@ -462,18 +340,6 @@ export interface DashPackage {
462
340
  */
463
341
  SegmentTemplateFormat?: SegmentTemplateFormat | undefined;
464
342
  }
465
- /**
466
- * @public
467
- * @enum
468
- */
469
- export declare const EncryptionMethod: {
470
- readonly AES_128: "AES_128";
471
- readonly SAMPLE_AES: "SAMPLE_AES";
472
- };
473
- /**
474
- * @public
475
- */
476
- export type EncryptionMethod = (typeof EncryptionMethod)[keyof typeof EncryptionMethod];
477
343
  /**
478
344
  * An HTTP Live Streaming (HLS) encryption configuration.
479
345
  * @public
@@ -740,84 +606,6 @@ export interface ConfigureLogsResponse {
740
606
  */
741
607
  Tags?: Record<string, string> | undefined;
742
608
  }
743
- /**
744
- * The client is not authorized to access the requested resource.
745
- * @public
746
- */
747
- export declare class ForbiddenException extends __BaseException {
748
- readonly name: "ForbiddenException";
749
- readonly $fault: "client";
750
- Message?: string | undefined;
751
- /**
752
- * @internal
753
- */
754
- constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
755
- }
756
- /**
757
- * An unexpected error occurred.
758
- * @public
759
- */
760
- export declare class InternalServerErrorException extends __BaseException {
761
- readonly name: "InternalServerErrorException";
762
- readonly $fault: "server";
763
- Message?: string | undefined;
764
- /**
765
- * @internal
766
- */
767
- constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
768
- }
769
- /**
770
- * The requested resource does not exist.
771
- * @public
772
- */
773
- export declare class NotFoundException extends __BaseException {
774
- readonly name: "NotFoundException";
775
- readonly $fault: "client";
776
- Message?: string | undefined;
777
- /**
778
- * @internal
779
- */
780
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
781
- }
782
- /**
783
- * An unexpected error occurred.
784
- * @public
785
- */
786
- export declare class ServiceUnavailableException extends __BaseException {
787
- readonly name: "ServiceUnavailableException";
788
- readonly $fault: "server";
789
- Message?: string | undefined;
790
- /**
791
- * @internal
792
- */
793
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
794
- }
795
- /**
796
- * The client has exceeded their resource or throttling limits.
797
- * @public
798
- */
799
- export declare class TooManyRequestsException extends __BaseException {
800
- readonly name: "TooManyRequestsException";
801
- readonly $fault: "client";
802
- Message?: string | undefined;
803
- /**
804
- * @internal
805
- */
806
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
807
- }
808
- /**
809
- * The parameters sent in the request are not valid.
810
- * @public
811
- */
812
- export declare class UnprocessableEntityException extends __BaseException {
813
- readonly name: "UnprocessableEntityException";
814
- readonly $fault: "client";
815
- Message?: string | undefined;
816
- /**
817
- * @internal
818
- */
819
- constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
820
- }
821
609
  /**
822
610
  * A new MediaPackage VOD Asset configuration.
823
611
  * @public
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { MediaPackageVodExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { MediaPackageVodServiceException } from "./models/MediaPackageVodServiceException";
@@ -0,0 +1,70 @@
1
+ export declare const __PeriodTriggersElement: {
2
+ readonly ADS: "ADS";
3
+ };
4
+ export type __PeriodTriggersElement =
5
+ (typeof __PeriodTriggersElement)[keyof typeof __PeriodTriggersElement];
6
+ export declare const ManifestLayout: {
7
+ readonly COMPACT: "COMPACT";
8
+ readonly FULL: "FULL";
9
+ };
10
+ export type ManifestLayout =
11
+ (typeof ManifestLayout)[keyof typeof ManifestLayout];
12
+ export declare const Profile: {
13
+ readonly HBBTV_1_5: "HBBTV_1_5";
14
+ readonly NONE: "NONE";
15
+ };
16
+ export type Profile = (typeof Profile)[keyof typeof Profile];
17
+ export declare const ScteMarkersSource: {
18
+ readonly MANIFEST: "MANIFEST";
19
+ readonly SEGMENTS: "SEGMENTS";
20
+ };
21
+ export type ScteMarkersSource =
22
+ (typeof ScteMarkersSource)[keyof typeof ScteMarkersSource];
23
+ export declare const StreamOrder: {
24
+ readonly ORIGINAL: "ORIGINAL";
25
+ readonly VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING";
26
+ readonly VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING";
27
+ };
28
+ export type StreamOrder = (typeof StreamOrder)[keyof typeof StreamOrder];
29
+ export declare const AdMarkers: {
30
+ readonly NONE: "NONE";
31
+ readonly PASSTHROUGH: "PASSTHROUGH";
32
+ readonly SCTE35_ENHANCED: "SCTE35_ENHANCED";
33
+ };
34
+ export type AdMarkers = (typeof AdMarkers)[keyof typeof AdMarkers];
35
+ export declare const PresetSpeke20Audio: {
36
+ readonly PRESET_AUDIO_1: "PRESET-AUDIO-1";
37
+ readonly PRESET_AUDIO_2: "PRESET-AUDIO-2";
38
+ readonly PRESET_AUDIO_3: "PRESET-AUDIO-3";
39
+ readonly SHARED: "SHARED";
40
+ readonly UNENCRYPTED: "UNENCRYPTED";
41
+ };
42
+ export type PresetSpeke20Audio =
43
+ (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
44
+ export declare const PresetSpeke20Video: {
45
+ readonly PRESET_VIDEO_1: "PRESET-VIDEO-1";
46
+ readonly PRESET_VIDEO_2: "PRESET-VIDEO-2";
47
+ readonly PRESET_VIDEO_3: "PRESET-VIDEO-3";
48
+ readonly PRESET_VIDEO_4: "PRESET-VIDEO-4";
49
+ readonly PRESET_VIDEO_5: "PRESET-VIDEO-5";
50
+ readonly PRESET_VIDEO_6: "PRESET-VIDEO-6";
51
+ readonly PRESET_VIDEO_7: "PRESET-VIDEO-7";
52
+ readonly PRESET_VIDEO_8: "PRESET-VIDEO-8";
53
+ readonly SHARED: "SHARED";
54
+ readonly UNENCRYPTED: "UNENCRYPTED";
55
+ };
56
+ export type PresetSpeke20Video =
57
+ (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
58
+ export declare const SegmentTemplateFormat: {
59
+ readonly NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION";
60
+ readonly NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE";
61
+ readonly TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE";
62
+ };
63
+ export type SegmentTemplateFormat =
64
+ (typeof SegmentTemplateFormat)[keyof typeof SegmentTemplateFormat];
65
+ export declare const EncryptionMethod: {
66
+ readonly AES_128: "AES_128";
67
+ readonly SAMPLE_AES: "SAMPLE_AES";
68
+ };
69
+ export type EncryptionMethod =
70
+ (typeof EncryptionMethod)[keyof typeof EncryptionMethod];
@@ -0,0 +1,46 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { MediaPackageVodServiceException as __BaseException } from "./MediaPackageVodServiceException";
3
+ export declare class ForbiddenException extends __BaseException {
4
+ readonly name: "ForbiddenException";
5
+ readonly $fault: "client";
6
+ Message?: string | undefined;
7
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
8
+ }
9
+ export declare class InternalServerErrorException extends __BaseException {
10
+ readonly name: "InternalServerErrorException";
11
+ readonly $fault: "server";
12
+ Message?: string | undefined;
13
+ constructor(
14
+ opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
15
+ );
16
+ }
17
+ export declare class NotFoundException extends __BaseException {
18
+ readonly name: "NotFoundException";
19
+ readonly $fault: "client";
20
+ Message?: string | undefined;
21
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
22
+ }
23
+ export declare class ServiceUnavailableException extends __BaseException {
24
+ readonly name: "ServiceUnavailableException";
25
+ readonly $fault: "server";
26
+ Message?: string | undefined;
27
+ constructor(
28
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
29
+ );
30
+ }
31
+ export declare class TooManyRequestsException extends __BaseException {
32
+ readonly name: "TooManyRequestsException";
33
+ readonly $fault: "client";
34
+ Message?: string | undefined;
35
+ constructor(
36
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
37
+ );
38
+ }
39
+ export declare class UnprocessableEntityException extends __BaseException {
40
+ readonly name: "UnprocessableEntityException";
41
+ readonly $fault: "client";
42
+ Message?: string | undefined;
43
+ constructor(
44
+ opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
45
+ );
46
+ }
@@ -1,10 +1,15 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { MediaPackageVodServiceException as __BaseException } from "./MediaPackageVodServiceException";
3
- export declare const __PeriodTriggersElement: {
4
- readonly ADS: "ADS";
5
- };
6
- export type __PeriodTriggersElement =
7
- (typeof __PeriodTriggersElement)[keyof typeof __PeriodTriggersElement];
1
+ import {
2
+ __PeriodTriggersElement,
3
+ AdMarkers,
4
+ EncryptionMethod,
5
+ ManifestLayout,
6
+ PresetSpeke20Audio,
7
+ PresetSpeke20Video,
8
+ Profile,
9
+ ScteMarkersSource,
10
+ SegmentTemplateFormat,
11
+ StreamOrder,
12
+ } from "./enums";
8
13
  export interface AssetShallow {
9
14
  Arn?: string | undefined;
10
15
  CreatedAt?: string | undefined;
@@ -15,29 +20,6 @@ export interface AssetShallow {
15
20
  SourceRoleArn?: string | undefined;
16
21
  Tags?: Record<string, string> | undefined;
17
22
  }
18
- export declare const ManifestLayout: {
19
- readonly COMPACT: "COMPACT";
20
- readonly FULL: "FULL";
21
- };
22
- export type ManifestLayout =
23
- (typeof ManifestLayout)[keyof typeof ManifestLayout];
24
- export declare const Profile: {
25
- readonly HBBTV_1_5: "HBBTV_1_5";
26
- readonly NONE: "NONE";
27
- };
28
- export type Profile = (typeof Profile)[keyof typeof Profile];
29
- export declare const ScteMarkersSource: {
30
- readonly MANIFEST: "MANIFEST";
31
- readonly SEGMENTS: "SEGMENTS";
32
- };
33
- export type ScteMarkersSource =
34
- (typeof ScteMarkersSource)[keyof typeof ScteMarkersSource];
35
- export declare const StreamOrder: {
36
- readonly ORIGINAL: "ORIGINAL";
37
- readonly VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING";
38
- readonly VIDEO_BITRATE_DESCENDING: "VIDEO_BITRATE_DESCENDING";
39
- };
40
- export type StreamOrder = (typeof StreamOrder)[keyof typeof StreamOrder];
41
23
  export interface StreamSelection {
42
24
  MaxVideoBitsPerSecond?: number | undefined;
43
25
  MinVideoBitsPerSecond?: number | undefined;
@@ -56,12 +38,6 @@ export interface EgressEndpoint {
56
38
  Status?: string | undefined;
57
39
  Url?: string | undefined;
58
40
  }
59
- export declare const AdMarkers: {
60
- readonly NONE: "NONE";
61
- readonly PASSTHROUGH: "PASSTHROUGH";
62
- readonly SCTE35_ENHANCED: "SCTE35_ENHANCED";
63
- };
64
- export type AdMarkers = (typeof AdMarkers)[keyof typeof AdMarkers];
65
41
  export interface HlsManifest {
66
42
  AdMarkers?: AdMarkers | undefined;
67
43
  IncludeIframeOnlyStream?: boolean | undefined;
@@ -74,29 +50,6 @@ export interface MssManifest {
74
50
  ManifestName?: string | undefined;
75
51
  StreamSelection?: StreamSelection | undefined;
76
52
  }
77
- export declare const PresetSpeke20Audio: {
78
- readonly PRESET_AUDIO_1: "PRESET-AUDIO-1";
79
- readonly PRESET_AUDIO_2: "PRESET-AUDIO-2";
80
- readonly PRESET_AUDIO_3: "PRESET-AUDIO-3";
81
- readonly SHARED: "SHARED";
82
- readonly UNENCRYPTED: "UNENCRYPTED";
83
- };
84
- export type PresetSpeke20Audio =
85
- (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
86
- export declare const PresetSpeke20Video: {
87
- readonly PRESET_VIDEO_1: "PRESET-VIDEO-1";
88
- readonly PRESET_VIDEO_2: "PRESET-VIDEO-2";
89
- readonly PRESET_VIDEO_3: "PRESET-VIDEO-3";
90
- readonly PRESET_VIDEO_4: "PRESET-VIDEO-4";
91
- readonly PRESET_VIDEO_5: "PRESET-VIDEO-5";
92
- readonly PRESET_VIDEO_6: "PRESET-VIDEO-6";
93
- readonly PRESET_VIDEO_7: "PRESET-VIDEO-7";
94
- readonly PRESET_VIDEO_8: "PRESET-VIDEO-8";
95
- readonly SHARED: "SHARED";
96
- readonly UNENCRYPTED: "UNENCRYPTED";
97
- };
98
- export type PresetSpeke20Video =
99
- (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
100
53
  export interface EncryptionContractConfiguration {
101
54
  PresetSpeke20Audio: PresetSpeke20Audio | undefined;
102
55
  PresetSpeke20Video: PresetSpeke20Video | undefined;
@@ -120,13 +73,6 @@ export interface CmafPackage {
120
73
  export interface DashEncryption {
121
74
  SpekeKeyProvider: SpekeKeyProvider | undefined;
122
75
  }
123
- export declare const SegmentTemplateFormat: {
124
- readonly NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION";
125
- readonly NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE";
126
- readonly TIME_WITH_TIMELINE: "TIME_WITH_TIMELINE";
127
- };
128
- export type SegmentTemplateFormat =
129
- (typeof SegmentTemplateFormat)[keyof typeof SegmentTemplateFormat];
130
76
  export interface DashPackage {
131
77
  DashManifests: DashManifest[] | undefined;
132
78
  Encryption?: DashEncryption | undefined;
@@ -136,12 +82,6 @@ export interface DashPackage {
136
82
  SegmentDurationSeconds?: number | undefined;
137
83
  SegmentTemplateFormat?: SegmentTemplateFormat | undefined;
138
84
  }
139
- export declare const EncryptionMethod: {
140
- readonly AES_128: "AES_128";
141
- readonly SAMPLE_AES: "SAMPLE_AES";
142
- };
143
- export type EncryptionMethod =
144
- (typeof EncryptionMethod)[keyof typeof EncryptionMethod];
145
85
  export interface HlsEncryption {
146
86
  ConstantInitializationVector?: string | undefined;
147
87
  EncryptionMethod?: EncryptionMethod | undefined;
@@ -203,50 +143,6 @@ export interface ConfigureLogsResponse {
203
143
  Id?: string | undefined;
204
144
  Tags?: Record<string, string> | undefined;
205
145
  }
206
- export declare class ForbiddenException extends __BaseException {
207
- readonly name: "ForbiddenException";
208
- readonly $fault: "client";
209
- Message?: string | undefined;
210
- constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
211
- }
212
- export declare class InternalServerErrorException extends __BaseException {
213
- readonly name: "InternalServerErrorException";
214
- readonly $fault: "server";
215
- Message?: string | undefined;
216
- constructor(
217
- opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
218
- );
219
- }
220
- export declare class NotFoundException extends __BaseException {
221
- readonly name: "NotFoundException";
222
- readonly $fault: "client";
223
- Message?: string | undefined;
224
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
225
- }
226
- export declare class ServiceUnavailableException extends __BaseException {
227
- readonly name: "ServiceUnavailableException";
228
- readonly $fault: "server";
229
- Message?: string | undefined;
230
- constructor(
231
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
232
- );
233
- }
234
- export declare class TooManyRequestsException extends __BaseException {
235
- readonly name: "TooManyRequestsException";
236
- readonly $fault: "client";
237
- Message?: string | undefined;
238
- constructor(
239
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
240
- );
241
- }
242
- export declare class UnprocessableEntityException extends __BaseException {
243
- readonly name: "UnprocessableEntityException";
244
- readonly $fault: "client";
245
- Message?: string | undefined;
246
- constructor(
247
- opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
248
- );
249
- }
250
146
  export interface CreateAssetRequest {
251
147
  Id: string | undefined;
252
148
  PackagingGroupId: string | undefined;
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.933.0",
4
+ "version": "3.935.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediapackage-vod",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.932.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.932.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";