@aws-sdk/client-mediapackagev2 3.935.0 → 3.938.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
@@ -300,7 +300,8 @@ const _DPI = "DashProgramInformation";
300
300
  const _DPe = "DestinationPath";
301
301
  const _DS = "DrmSignaling";
302
302
  const _DSC = "DashSubtitleConfiguration";
303
- const _DSr = "DrmSystems";
303
+ const _DSr = "DrmSettings";
304
+ const _DSrm = "DrmSystems";
304
305
  const _DSv = "DvbSettings";
305
306
  const _DTC = "DashTtmlConfiguration";
306
307
  const _DUT = "DashUtcTiming";
@@ -898,7 +899,14 @@ var Encryption = [
898
899
  ];
899
900
  var EncryptionContractConfiguration = [3, n0, _ECC, 0, [_PSA, _PSV], [0, 0]];
900
901
  var EncryptionMethod = [3, n0, _EMn, 0, [_TEM, _CEM, _IEM], [0, 0, 0]];
901
- var FilterConfiguration = [3, n0, _FC, 0, [_MF, _St, _En, _TDS, _CST], [0, 4, 4, 1, 4]];
902
+ var FilterConfiguration = [
903
+ 3,
904
+ n0,
905
+ _FC,
906
+ 0,
907
+ [_MF, _DSr, _St, _En, _TDS, _CST],
908
+ [0, 0, 4, 4, 1, 4],
909
+ ];
902
910
  var ForceEndpointErrorConfiguration = [3, n0, _FEEC, 0, [_EEC], [64 | 0]];
903
911
  var GetChannelGroupRequest = [3, n0, _GCGR, 0, [_CGN], [[0, 1]]];
904
912
  var GetChannelGroupResponse = [
@@ -1407,7 +1415,7 @@ var SpekeKeyProvider = [
1407
1415
  n0,
1408
1416
  _SKP,
1409
1417
  0,
1410
- [_ECC, _RI, _DSr, _RAo, _U],
1418
+ [_ECC, _RI, _DSrm, _RAo, _U],
1411
1419
  [() => EncryptionContractConfiguration, 0, 64 | 0, 0, 0],
1412
1420
  ];
1413
1421
  var StartTag = [3, n0, _ST, 0, [_TO, _Pre], [1, 2]];
@@ -2507,6 +2515,7 @@ const ValidationExceptionType = {
2507
2515
  INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION",
2508
2516
  INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION",
2509
2517
  INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING",
2518
+ INVALID_DRM_SETTINGS: "INVALID_DRM_SETTINGS",
2510
2519
  INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION",
2511
2520
  INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER",
2512
2521
  INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS",
@@ -48,6 +48,7 @@ export const ValidationExceptionType = {
48
48
  INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION",
49
49
  INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION",
50
50
  INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING",
51
+ INVALID_DRM_SETTINGS: "INVALID_DRM_SETTINGS",
51
52
  INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION",
52
53
  INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER",
53
54
  INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS",
@@ -75,7 +75,8 @@ const _DPI = "DashProgramInformation";
75
75
  const _DPe = "DestinationPath";
76
76
  const _DS = "DrmSignaling";
77
77
  const _DSC = "DashSubtitleConfiguration";
78
- const _DSr = "DrmSystems";
78
+ const _DSr = "DrmSettings";
79
+ const _DSrm = "DrmSystems";
79
80
  const _DSv = "DvbSettings";
80
81
  const _DTC = "DashTtmlConfiguration";
81
82
  const _DUT = "DashUtcTiming";
@@ -676,7 +677,14 @@ export var Encryption = [
676
677
  ];
677
678
  export var EncryptionContractConfiguration = [3, n0, _ECC, 0, [_PSA, _PSV], [0, 0]];
678
679
  export var EncryptionMethod = [3, n0, _EMn, 0, [_TEM, _CEM, _IEM], [0, 0, 0]];
679
- export var FilterConfiguration = [3, n0, _FC, 0, [_MF, _St, _En, _TDS, _CST], [0, 4, 4, 1, 4]];
680
+ export var FilterConfiguration = [
681
+ 3,
682
+ n0,
683
+ _FC,
684
+ 0,
685
+ [_MF, _DSr, _St, _En, _TDS, _CST],
686
+ [0, 0, 4, 4, 1, 4],
687
+ ];
680
688
  export var ForceEndpointErrorConfiguration = [3, n0, _FEEC, 0, [_EEC], [64 | 0]];
681
689
  export var GetChannelGroupRequest = [3, n0, _GCGR, 0, [_CGN], [[0, 1]]];
682
690
  export var GetChannelGroupResponse = [
@@ -1185,7 +1193,7 @@ export var SpekeKeyProvider = [
1185
1193
  n0,
1186
1194
  _SKP,
1187
1195
  0,
1188
- [_ECC, _RI, _DSr, _RAo, _U],
1196
+ [_ECC, _RI, _DSrm, _RAo, _U],
1189
1197
  [() => EncryptionContractConfiguration, 0, 64 | 0, 0, 0],
1190
1198
  ];
1191
1199
  export var StartTag = [3, n0, _ST, 0, [_TO, _Pre], [1, 2]];
@@ -94,6 +94,7 @@ declare const CreateOriginEndpointCommand_base: {
94
94
  * ProgramDateTimeIntervalSeconds: Number("int"),
95
95
  * FilterConfiguration: { // FilterConfiguration
96
96
  * ManifestFilter: "STRING_VALUE",
97
+ * DrmSettings: "STRING_VALUE",
97
98
  * Start: new Date("TIMESTAMP"),
98
99
  * End: new Date("TIMESTAMP"),
99
100
  * TimeDelaySeconds: Number("int"),
@@ -117,6 +118,7 @@ declare const CreateOriginEndpointCommand_base: {
117
118
  * ProgramDateTimeIntervalSeconds: Number("int"),
118
119
  * FilterConfiguration: {
119
120
  * ManifestFilter: "STRING_VALUE",
121
+ * DrmSettings: "STRING_VALUE",
120
122
  * Start: new Date("TIMESTAMP"),
121
123
  * End: new Date("TIMESTAMP"),
122
124
  * TimeDelaySeconds: Number("int"),
@@ -131,6 +133,7 @@ declare const CreateOriginEndpointCommand_base: {
131
133
  * ManifestWindowSeconds: Number("int"),
132
134
  * FilterConfiguration: {
133
135
  * ManifestFilter: "STRING_VALUE",
136
+ * DrmSettings: "STRING_VALUE",
134
137
  * Start: new Date("TIMESTAMP"),
135
138
  * End: new Date("TIMESTAMP"),
136
139
  * TimeDelaySeconds: Number("int"),
@@ -196,6 +199,7 @@ declare const CreateOriginEndpointCommand_base: {
196
199
  * ManifestWindowSeconds: Number("int"),
197
200
  * FilterConfiguration: {
198
201
  * ManifestFilter: "STRING_VALUE",
202
+ * DrmSettings: "STRING_VALUE",
199
203
  * Start: new Date("TIMESTAMP"),
200
204
  * End: new Date("TIMESTAMP"),
201
205
  * TimeDelaySeconds: Number("int"),
@@ -272,6 +276,7 @@ declare const CreateOriginEndpointCommand_base: {
272
276
  * // },
273
277
  * // FilterConfiguration: { // FilterConfiguration
274
278
  * // ManifestFilter: "STRING_VALUE",
279
+ * // DrmSettings: "STRING_VALUE",
275
280
  * // Start: new Date("TIMESTAMP"),
276
281
  * // End: new Date("TIMESTAMP"),
277
282
  * // TimeDelaySeconds: Number("int"),
@@ -296,6 +301,7 @@ declare const CreateOriginEndpointCommand_base: {
296
301
  * // },
297
302
  * // FilterConfiguration: {
298
303
  * // ManifestFilter: "STRING_VALUE",
304
+ * // DrmSettings: "STRING_VALUE",
299
305
  * // Start: new Date("TIMESTAMP"),
300
306
  * // End: new Date("TIMESTAMP"),
301
307
  * // TimeDelaySeconds: Number("int"),
@@ -315,6 +321,7 @@ declare const CreateOriginEndpointCommand_base: {
315
321
  * // ManifestWindowSeconds: Number("int"),
316
322
  * // FilterConfiguration: {
317
323
  * // ManifestFilter: "STRING_VALUE",
324
+ * // DrmSettings: "STRING_VALUE",
318
325
  * // Start: new Date("TIMESTAMP"),
319
326
  * // End: new Date("TIMESTAMP"),
320
327
  * // TimeDelaySeconds: Number("int"),
@@ -380,6 +387,7 @@ declare const CreateOriginEndpointCommand_base: {
380
387
  * // Url: "STRING_VALUE", // required
381
388
  * // FilterConfiguration: {
382
389
  * // ManifestFilter: "STRING_VALUE",
390
+ * // DrmSettings: "STRING_VALUE",
383
391
  * // Start: new Date("TIMESTAMP"),
384
392
  * // End: new Date("TIMESTAMP"),
385
393
  * // TimeDelaySeconds: Number("int"),
@@ -101,6 +101,7 @@ declare const GetOriginEndpointCommand_base: {
101
101
  * // },
102
102
  * // FilterConfiguration: { // FilterConfiguration
103
103
  * // ManifestFilter: "STRING_VALUE",
104
+ * // DrmSettings: "STRING_VALUE",
104
105
  * // Start: new Date("TIMESTAMP"),
105
106
  * // End: new Date("TIMESTAMP"),
106
107
  * // TimeDelaySeconds: Number("int"),
@@ -125,6 +126,7 @@ declare const GetOriginEndpointCommand_base: {
125
126
  * // },
126
127
  * // FilterConfiguration: {
127
128
  * // ManifestFilter: "STRING_VALUE",
129
+ * // DrmSettings: "STRING_VALUE",
128
130
  * // Start: new Date("TIMESTAMP"),
129
131
  * // End: new Date("TIMESTAMP"),
130
132
  * // TimeDelaySeconds: Number("int"),
@@ -144,6 +146,7 @@ declare const GetOriginEndpointCommand_base: {
144
146
  * // ManifestWindowSeconds: Number("int"),
145
147
  * // FilterConfiguration: {
146
148
  * // ManifestFilter: "STRING_VALUE",
149
+ * // DrmSettings: "STRING_VALUE",
147
150
  * // Start: new Date("TIMESTAMP"),
148
151
  * // End: new Date("TIMESTAMP"),
149
152
  * // TimeDelaySeconds: Number("int"),
@@ -209,6 +212,7 @@ declare const GetOriginEndpointCommand_base: {
209
212
  * // Url: "STRING_VALUE", // required
210
213
  * // FilterConfiguration: {
211
214
  * // ManifestFilter: "STRING_VALUE",
215
+ * // DrmSettings: "STRING_VALUE",
212
216
  * // Start: new Date("TIMESTAMP"),
213
217
  * // End: new Date("TIMESTAMP"),
214
218
  * // TimeDelaySeconds: Number("int"),
@@ -93,6 +93,7 @@ declare const UpdateOriginEndpointCommand_base: {
93
93
  * ProgramDateTimeIntervalSeconds: Number("int"),
94
94
  * FilterConfiguration: { // FilterConfiguration
95
95
  * ManifestFilter: "STRING_VALUE",
96
+ * DrmSettings: "STRING_VALUE",
96
97
  * Start: new Date("TIMESTAMP"),
97
98
  * End: new Date("TIMESTAMP"),
98
99
  * TimeDelaySeconds: Number("int"),
@@ -116,6 +117,7 @@ declare const UpdateOriginEndpointCommand_base: {
116
117
  * ProgramDateTimeIntervalSeconds: Number("int"),
117
118
  * FilterConfiguration: {
118
119
  * ManifestFilter: "STRING_VALUE",
120
+ * DrmSettings: "STRING_VALUE",
119
121
  * Start: new Date("TIMESTAMP"),
120
122
  * End: new Date("TIMESTAMP"),
121
123
  * TimeDelaySeconds: Number("int"),
@@ -130,6 +132,7 @@ declare const UpdateOriginEndpointCommand_base: {
130
132
  * ManifestWindowSeconds: Number("int"),
131
133
  * FilterConfiguration: {
132
134
  * ManifestFilter: "STRING_VALUE",
135
+ * DrmSettings: "STRING_VALUE",
133
136
  * Start: new Date("TIMESTAMP"),
134
137
  * End: new Date("TIMESTAMP"),
135
138
  * TimeDelaySeconds: Number("int"),
@@ -195,6 +198,7 @@ declare const UpdateOriginEndpointCommand_base: {
195
198
  * ManifestWindowSeconds: Number("int"),
196
199
  * FilterConfiguration: {
197
200
  * ManifestFilter: "STRING_VALUE",
201
+ * DrmSettings: "STRING_VALUE",
198
202
  * Start: new Date("TIMESTAMP"),
199
203
  * End: new Date("TIMESTAMP"),
200
204
  * TimeDelaySeconds: Number("int"),
@@ -269,6 +273,7 @@ declare const UpdateOriginEndpointCommand_base: {
269
273
  * // },
270
274
  * // FilterConfiguration: { // FilterConfiguration
271
275
  * // ManifestFilter: "STRING_VALUE",
276
+ * // DrmSettings: "STRING_VALUE",
272
277
  * // Start: new Date("TIMESTAMP"),
273
278
  * // End: new Date("TIMESTAMP"),
274
279
  * // TimeDelaySeconds: Number("int"),
@@ -293,6 +298,7 @@ declare const UpdateOriginEndpointCommand_base: {
293
298
  * // },
294
299
  * // FilterConfiguration: {
295
300
  * // ManifestFilter: "STRING_VALUE",
301
+ * // DrmSettings: "STRING_VALUE",
296
302
  * // Start: new Date("TIMESTAMP"),
297
303
  * // End: new Date("TIMESTAMP"),
298
304
  * // TimeDelaySeconds: Number("int"),
@@ -311,6 +317,7 @@ declare const UpdateOriginEndpointCommand_base: {
311
317
  * // Url: "STRING_VALUE", // required
312
318
  * // FilterConfiguration: {
313
319
  * // ManifestFilter: "STRING_VALUE",
320
+ * // DrmSettings: "STRING_VALUE",
314
321
  * // Start: new Date("TIMESTAMP"),
315
322
  * // End: new Date("TIMESTAMP"),
316
323
  * // TimeDelaySeconds: Number("int"),
@@ -336,6 +343,7 @@ declare const UpdateOriginEndpointCommand_base: {
336
343
  * // ManifestWindowSeconds: Number("int"),
337
344
  * // FilterConfiguration: {
338
345
  * // ManifestFilter: "STRING_VALUE",
346
+ * // DrmSettings: "STRING_VALUE",
339
347
  * // Start: new Date("TIMESTAMP"),
340
348
  * // End: new Date("TIMESTAMP"),
341
349
  * // TimeDelaySeconds: Number("int"),
@@ -84,6 +84,7 @@ export declare const ValidationExceptionType: {
84
84
  readonly INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION";
85
85
  readonly INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION";
86
86
  readonly INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING";
87
+ readonly INVALID_DRM_SETTINGS: "INVALID_DRM_SETTINGS";
87
88
  readonly INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION";
88
89
  readonly INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER";
89
90
  readonly INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS";
@@ -584,6 +584,11 @@ export interface FilterConfiguration {
584
584
  * @public
585
585
  */
586
586
  ManifestFilter?: string | undefined;
587
+ /**
588
+ * <p>Optionally specify one or more DRM settings for all of your manifest egress requests. When you include a DRM setting, note that you cannot use an identical DRM setting query parameter for this manifest's endpoint URL.</p>
589
+ * @public
590
+ */
591
+ DrmSettings?: string | undefined;
587
592
  /**
588
593
  * <p>Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.</p>
589
594
  * @public
@@ -54,6 +54,7 @@ export declare const ValidationExceptionType: {
54
54
  readonly INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION";
55
55
  readonly INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION";
56
56
  readonly INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING";
57
+ readonly INVALID_DRM_SETTINGS: "INVALID_DRM_SETTINGS";
57
58
  readonly INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION";
58
59
  readonly INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER";
59
60
  readonly INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS";
@@ -159,6 +159,7 @@ export interface DashDvbSettings {
159
159
  }
160
160
  export interface FilterConfiguration {
161
161
  ManifestFilter?: string | undefined;
162
+ DrmSettings?: string | undefined;
162
163
  Start?: Date | undefined;
163
164
  End?: Date | undefined;
164
165
  TimeDelaySeconds?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackagev2",
3
3
  "description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
4
- "version": "3.935.0",
4
+ "version": "3.938.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-mediapackagev2",
@@ -20,17 +20,17 @@
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.935.0",
24
- "@aws-sdk/credential-provider-node": "3.935.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.935.0",
29
- "@aws-sdk/region-config-resolver": "3.930.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.935.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.936.0",
29
+ "@aws-sdk/region-config-resolver": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",