@aws-sdk/client-mediapackage-vod 3.325.0 → 3.327.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-types/commands/ConfigureLogsCommand.d.ts +19 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +22 -0
- package/dist-types/commands/CreatePackagingConfigurationCommand.d.ts +140 -0
- package/dist-types/commands/CreatePackagingGroupCommand.d.ts +19 -0
- package/dist-types/commands/DeleteAssetCommand.d.ts +4 -0
- package/dist-types/commands/DeletePackagingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeletePackagingGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAssetCommand.d.ts +22 -0
- package/dist-types/commands/DescribePackagingConfigurationCommand.d.ts +140 -0
- package/dist-types/commands/DescribePackagingGroupCommand.d.ts +20 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +20 -0
- package/dist-types/commands/ListPackagingConfigurationsCommand.d.ts +145 -0
- package/dist-types/commands/ListPackagingGroupsCommand.d.ts +25 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePackagingGroupCommand.d.ts +20 -0
- package/package.json +7 -7
|
@@ -34,6 +34,23 @@ export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ConfigureLogsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ConfigureLogsResponse
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // Authorization: { // Authorization
|
|
40
|
+
* // CdnIdentifierSecret: "STRING_VALUE", // required
|
|
41
|
+
* // SecretsRoleArn: "STRING_VALUE", // required
|
|
42
|
+
* // },
|
|
43
|
+
* // CreatedAt: "STRING_VALUE",
|
|
44
|
+
* // DomainName: "STRING_VALUE",
|
|
45
|
+
* // EgressAccessLogs: { // EgressAccessLogs
|
|
46
|
+
* // LogGroupName: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // Id: "STRING_VALUE",
|
|
49
|
+
* // Tags: { // Tags
|
|
50
|
+
* // "<keys>": "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
37
54
|
* ```
|
|
38
55
|
*
|
|
39
56
|
* @param ConfigureLogsCommandInput - {@link ConfigureLogsCommandInput}
|
|
@@ -60,6 +77,8 @@ export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __Met
|
|
|
60
77
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
61
78
|
* The parameters sent in the request are not valid.
|
|
62
79
|
*
|
|
80
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
63
82
|
*
|
|
64
83
|
*/
|
|
65
84
|
export declare class ConfigureLogsCommand extends $Command<ConfigureLogsCommandInput, ConfigureLogsCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -38,6 +38,26 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new CreateAssetCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // CreateAssetResponse
|
|
42
|
+
* // Arn: "STRING_VALUE",
|
|
43
|
+
* // CreatedAt: "STRING_VALUE",
|
|
44
|
+
* // EgressEndpoints: [ // __listOfEgressEndpoint
|
|
45
|
+
* // { // EgressEndpoint
|
|
46
|
+
* // PackagingConfigurationId: "STRING_VALUE",
|
|
47
|
+
* // Status: "STRING_VALUE",
|
|
48
|
+
* // Url: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // Id: "STRING_VALUE",
|
|
52
|
+
* // PackagingGroupId: "STRING_VALUE",
|
|
53
|
+
* // ResourceId: "STRING_VALUE",
|
|
54
|
+
* // SourceArn: "STRING_VALUE",
|
|
55
|
+
* // SourceRoleArn: "STRING_VALUE",
|
|
56
|
+
* // Tags: { // Tags
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
41
61
|
* ```
|
|
42
62
|
*
|
|
43
63
|
* @param CreateAssetCommandInput - {@link CreateAssetCommandInput}
|
|
@@ -64,6 +84,8 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
|
|
|
64
84
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
65
85
|
* The parameters sent in the request are not valid.
|
|
66
86
|
*
|
|
87
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
67
89
|
*
|
|
68
90
|
*/
|
|
69
91
|
export declare class CreateAssetCommand extends $Command<CreateAssetCommandInput, CreateAssetCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -163,6 +163,144 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
|
|
|
163
163
|
* };
|
|
164
164
|
* const command = new CreatePackagingConfigurationCommand(input);
|
|
165
165
|
* const response = await client.send(command);
|
|
166
|
+
* // { // CreatePackagingConfigurationResponse
|
|
167
|
+
* // Arn: "STRING_VALUE",
|
|
168
|
+
* // CmafPackage: { // CmafPackage
|
|
169
|
+
* // Encryption: { // CmafEncryption
|
|
170
|
+
* // ConstantInitializationVector: "STRING_VALUE",
|
|
171
|
+
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
172
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
173
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
174
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
175
|
+
* // },
|
|
176
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
177
|
+
* // SystemIds: [ // __listOf__string // required
|
|
178
|
+
* // "STRING_VALUE",
|
|
179
|
+
* // ],
|
|
180
|
+
* // Url: "STRING_VALUE", // required
|
|
181
|
+
* // },
|
|
182
|
+
* // },
|
|
183
|
+
* // HlsManifests: [ // __listOfHlsManifest // required
|
|
184
|
+
* // { // HlsManifest
|
|
185
|
+
* // AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH",
|
|
186
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
187
|
+
* // ManifestName: "STRING_VALUE",
|
|
188
|
+
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
189
|
+
* // RepeatExtXKey: true || false,
|
|
190
|
+
* // StreamSelection: { // StreamSelection
|
|
191
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
192
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
193
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
194
|
+
* // },
|
|
195
|
+
* // },
|
|
196
|
+
* // ],
|
|
197
|
+
* // IncludeEncoderConfigurationInSegments: true || false,
|
|
198
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
199
|
+
* // },
|
|
200
|
+
* // CreatedAt: "STRING_VALUE",
|
|
201
|
+
* // DashPackage: { // DashPackage
|
|
202
|
+
* // DashManifests: [ // __listOfDashManifest // required
|
|
203
|
+
* // { // DashManifest
|
|
204
|
+
* // ManifestLayout: "FULL" || "COMPACT",
|
|
205
|
+
* // ManifestName: "STRING_VALUE",
|
|
206
|
+
* // MinBufferTimeSeconds: Number("int"),
|
|
207
|
+
* // Profile: "NONE" || "HBBTV_1_5",
|
|
208
|
+
* // ScteMarkersSource: "SEGMENTS" || "MANIFEST",
|
|
209
|
+
* // StreamSelection: {
|
|
210
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
211
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
212
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
213
|
+
* // },
|
|
214
|
+
* // },
|
|
215
|
+
* // ],
|
|
216
|
+
* // Encryption: { // DashEncryption
|
|
217
|
+
* // SpekeKeyProvider: {
|
|
218
|
+
* // EncryptionContractConfiguration: {
|
|
219
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
220
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
221
|
+
* // },
|
|
222
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
223
|
+
* // SystemIds: [ // required
|
|
224
|
+
* // "STRING_VALUE",
|
|
225
|
+
* // ],
|
|
226
|
+
* // Url: "STRING_VALUE", // required
|
|
227
|
+
* // },
|
|
228
|
+
* // },
|
|
229
|
+
* // IncludeEncoderConfigurationInSegments: true || false,
|
|
230
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
231
|
+
* // PeriodTriggers: [ // __listOf__PeriodTriggersElement
|
|
232
|
+
* // "ADS",
|
|
233
|
+
* // ],
|
|
234
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
235
|
+
* // SegmentTemplateFormat: "NUMBER_WITH_TIMELINE" || "TIME_WITH_TIMELINE" || "NUMBER_WITH_DURATION",
|
|
236
|
+
* // },
|
|
237
|
+
* // HlsPackage: { // HlsPackage
|
|
238
|
+
* // Encryption: { // HlsEncryption
|
|
239
|
+
* // ConstantInitializationVector: "STRING_VALUE",
|
|
240
|
+
* // EncryptionMethod: "AES_128" || "SAMPLE_AES",
|
|
241
|
+
* // SpekeKeyProvider: {
|
|
242
|
+
* // EncryptionContractConfiguration: {
|
|
243
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
244
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
245
|
+
* // },
|
|
246
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
247
|
+
* // SystemIds: [ // required
|
|
248
|
+
* // "STRING_VALUE",
|
|
249
|
+
* // ],
|
|
250
|
+
* // Url: "STRING_VALUE", // required
|
|
251
|
+
* // },
|
|
252
|
+
* // },
|
|
253
|
+
* // HlsManifests: [ // required
|
|
254
|
+
* // {
|
|
255
|
+
* // AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH",
|
|
256
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
257
|
+
* // ManifestName: "STRING_VALUE",
|
|
258
|
+
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
259
|
+
* // RepeatExtXKey: true || false,
|
|
260
|
+
* // StreamSelection: {
|
|
261
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
262
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
263
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
264
|
+
* // },
|
|
265
|
+
* // },
|
|
266
|
+
* // ],
|
|
267
|
+
* // IncludeDvbSubtitles: true || false,
|
|
268
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
269
|
+
* // UseAudioRenditionGroup: true || false,
|
|
270
|
+
* // },
|
|
271
|
+
* // Id: "STRING_VALUE",
|
|
272
|
+
* // MssPackage: { // MssPackage
|
|
273
|
+
* // Encryption: { // MssEncryption
|
|
274
|
+
* // SpekeKeyProvider: {
|
|
275
|
+
* // EncryptionContractConfiguration: {
|
|
276
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
277
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
278
|
+
* // },
|
|
279
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
280
|
+
* // SystemIds: [ // required
|
|
281
|
+
* // "STRING_VALUE",
|
|
282
|
+
* // ],
|
|
283
|
+
* // Url: "STRING_VALUE", // required
|
|
284
|
+
* // },
|
|
285
|
+
* // },
|
|
286
|
+
* // MssManifests: [ // __listOfMssManifest // required
|
|
287
|
+
* // { // MssManifest
|
|
288
|
+
* // ManifestName: "STRING_VALUE",
|
|
289
|
+
* // StreamSelection: {
|
|
290
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
291
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
292
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
293
|
+
* // },
|
|
294
|
+
* // },
|
|
295
|
+
* // ],
|
|
296
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
297
|
+
* // },
|
|
298
|
+
* // PackagingGroupId: "STRING_VALUE",
|
|
299
|
+
* // Tags: { // Tags
|
|
300
|
+
* // "<keys>": "STRING_VALUE",
|
|
301
|
+
* // },
|
|
302
|
+
* // };
|
|
303
|
+
*
|
|
166
304
|
* ```
|
|
167
305
|
*
|
|
168
306
|
* @param CreatePackagingConfigurationCommandInput - {@link CreatePackagingConfigurationCommandInput}
|
|
@@ -189,6 +327,8 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
|
|
|
189
327
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
190
328
|
* The parameters sent in the request are not valid.
|
|
191
329
|
*
|
|
330
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
331
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
192
332
|
*
|
|
193
333
|
*/
|
|
194
334
|
export declare class CreatePackagingConfigurationCommand extends $Command<CreatePackagingConfigurationCommandInput, CreatePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -41,6 +41,23 @@ export interface CreatePackagingGroupCommandOutput extends CreatePackagingGroupR
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreatePackagingGroupCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreatePackagingGroupResponse
|
|
45
|
+
* // Arn: "STRING_VALUE",
|
|
46
|
+
* // Authorization: { // Authorization
|
|
47
|
+
* // CdnIdentifierSecret: "STRING_VALUE", // required
|
|
48
|
+
* // SecretsRoleArn: "STRING_VALUE", // required
|
|
49
|
+
* // },
|
|
50
|
+
* // CreatedAt: "STRING_VALUE",
|
|
51
|
+
* // DomainName: "STRING_VALUE",
|
|
52
|
+
* // EgressAccessLogs: { // EgressAccessLogs
|
|
53
|
+
* // LogGroupName: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // Id: "STRING_VALUE",
|
|
56
|
+
* // Tags: { // Tags
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
44
61
|
* ```
|
|
45
62
|
*
|
|
46
63
|
* @param CreatePackagingGroupCommandInput - {@link CreatePackagingGroupCommandInput}
|
|
@@ -67,6 +84,8 @@ export interface CreatePackagingGroupCommandOutput extends CreatePackagingGroupR
|
|
|
67
84
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
68
85
|
* The parameters sent in the request are not valid.
|
|
69
86
|
*
|
|
87
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
70
89
|
*
|
|
71
90
|
*/
|
|
72
91
|
export declare class CreatePackagingGroupCommand extends $Command<CreatePackagingGroupCommandInput, CreatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteAssetCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteAssetCommandInput - {@link DeleteAssetCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat
|
|
|
57
59
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
58
60
|
* The parameters sent in the request are not valid.
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class DeleteAssetCommand extends $Command<DeleteAssetCommandInput, DeleteAssetCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeletePackagingConfigurationCommandOutput extends DeletePackagi
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeletePackagingConfigurationCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeletePackagingConfigurationCommandInput - {@link DeletePackagingConfigurationCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface DeletePackagingConfigurationCommandOutput extends DeletePackagi
|
|
|
57
59
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
58
60
|
* The parameters sent in the request are not valid.
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class DeletePackagingConfigurationCommand extends $Command<DeletePackagingConfigurationCommandInput, DeletePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeletePackagingGroupCommandOutput extends DeletePackagingGroupR
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeletePackagingGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeletePackagingGroupCommandInput - {@link DeletePackagingGroupCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface DeletePackagingGroupCommandOutput extends DeletePackagingGroupR
|
|
|
57
59
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
58
60
|
* The parameters sent in the request are not valid.
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class DeletePackagingGroupCommand extends $Command<DeletePackagingGroupCommandInput, DeletePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -31,6 +31,26 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAssetCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeAssetResponse
|
|
35
|
+
* // Arn: "STRING_VALUE",
|
|
36
|
+
* // CreatedAt: "STRING_VALUE",
|
|
37
|
+
* // EgressEndpoints: [ // __listOfEgressEndpoint
|
|
38
|
+
* // { // EgressEndpoint
|
|
39
|
+
* // PackagingConfigurationId: "STRING_VALUE",
|
|
40
|
+
* // Status: "STRING_VALUE",
|
|
41
|
+
* // Url: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // Id: "STRING_VALUE",
|
|
45
|
+
* // PackagingGroupId: "STRING_VALUE",
|
|
46
|
+
* // ResourceId: "STRING_VALUE",
|
|
47
|
+
* // SourceArn: "STRING_VALUE",
|
|
48
|
+
* // SourceRoleArn: "STRING_VALUE",
|
|
49
|
+
* // Tags: { // Tags
|
|
50
|
+
* // "<keys>": "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
34
54
|
* ```
|
|
35
55
|
*
|
|
36
56
|
* @param DescribeAssetCommandInput - {@link DescribeAssetCommandInput}
|
|
@@ -57,6 +77,8 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met
|
|
|
57
77
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
58
78
|
* The parameters sent in the request are not valid.
|
|
59
79
|
*
|
|
80
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
60
82
|
*
|
|
61
83
|
*/
|
|
62
84
|
export declare class DescribeAssetCommand extends $Command<DescribeAssetCommandInput, DescribeAssetCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -31,6 +31,144 @@ export interface DescribePackagingConfigurationCommandOutput extends DescribePac
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribePackagingConfigurationCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribePackagingConfigurationResponse
|
|
35
|
+
* // Arn: "STRING_VALUE",
|
|
36
|
+
* // CmafPackage: { // CmafPackage
|
|
37
|
+
* // Encryption: { // CmafEncryption
|
|
38
|
+
* // ConstantInitializationVector: "STRING_VALUE",
|
|
39
|
+
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
40
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
41
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
42
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
43
|
+
* // },
|
|
44
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
45
|
+
* // SystemIds: [ // __listOf__string // required
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // Url: "STRING_VALUE", // required
|
|
49
|
+
* // },
|
|
50
|
+
* // },
|
|
51
|
+
* // HlsManifests: [ // __listOfHlsManifest // required
|
|
52
|
+
* // { // HlsManifest
|
|
53
|
+
* // AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH",
|
|
54
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
55
|
+
* // ManifestName: "STRING_VALUE",
|
|
56
|
+
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
57
|
+
* // RepeatExtXKey: true || false,
|
|
58
|
+
* // StreamSelection: { // StreamSelection
|
|
59
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
60
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
61
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // IncludeEncoderConfigurationInSegments: true || false,
|
|
66
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
67
|
+
* // },
|
|
68
|
+
* // CreatedAt: "STRING_VALUE",
|
|
69
|
+
* // DashPackage: { // DashPackage
|
|
70
|
+
* // DashManifests: [ // __listOfDashManifest // required
|
|
71
|
+
* // { // DashManifest
|
|
72
|
+
* // ManifestLayout: "FULL" || "COMPACT",
|
|
73
|
+
* // ManifestName: "STRING_VALUE",
|
|
74
|
+
* // MinBufferTimeSeconds: Number("int"),
|
|
75
|
+
* // Profile: "NONE" || "HBBTV_1_5",
|
|
76
|
+
* // ScteMarkersSource: "SEGMENTS" || "MANIFEST",
|
|
77
|
+
* // StreamSelection: {
|
|
78
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
79
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
80
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
81
|
+
* // },
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // Encryption: { // DashEncryption
|
|
85
|
+
* // SpekeKeyProvider: {
|
|
86
|
+
* // EncryptionContractConfiguration: {
|
|
87
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
88
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
89
|
+
* // },
|
|
90
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
91
|
+
* // SystemIds: [ // required
|
|
92
|
+
* // "STRING_VALUE",
|
|
93
|
+
* // ],
|
|
94
|
+
* // Url: "STRING_VALUE", // required
|
|
95
|
+
* // },
|
|
96
|
+
* // },
|
|
97
|
+
* // IncludeEncoderConfigurationInSegments: true || false,
|
|
98
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
99
|
+
* // PeriodTriggers: [ // __listOf__PeriodTriggersElement
|
|
100
|
+
* // "ADS",
|
|
101
|
+
* // ],
|
|
102
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
103
|
+
* // SegmentTemplateFormat: "NUMBER_WITH_TIMELINE" || "TIME_WITH_TIMELINE" || "NUMBER_WITH_DURATION",
|
|
104
|
+
* // },
|
|
105
|
+
* // HlsPackage: { // HlsPackage
|
|
106
|
+
* // Encryption: { // HlsEncryption
|
|
107
|
+
* // ConstantInitializationVector: "STRING_VALUE",
|
|
108
|
+
* // EncryptionMethod: "AES_128" || "SAMPLE_AES",
|
|
109
|
+
* // SpekeKeyProvider: {
|
|
110
|
+
* // EncryptionContractConfiguration: {
|
|
111
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
112
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
113
|
+
* // },
|
|
114
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
115
|
+
* // SystemIds: [ // required
|
|
116
|
+
* // "STRING_VALUE",
|
|
117
|
+
* // ],
|
|
118
|
+
* // Url: "STRING_VALUE", // required
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // HlsManifests: [ // required
|
|
122
|
+
* // {
|
|
123
|
+
* // AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH",
|
|
124
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
125
|
+
* // ManifestName: "STRING_VALUE",
|
|
126
|
+
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
127
|
+
* // RepeatExtXKey: true || false,
|
|
128
|
+
* // StreamSelection: {
|
|
129
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
130
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
131
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
132
|
+
* // },
|
|
133
|
+
* // },
|
|
134
|
+
* // ],
|
|
135
|
+
* // IncludeDvbSubtitles: true || false,
|
|
136
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
137
|
+
* // UseAudioRenditionGroup: true || false,
|
|
138
|
+
* // },
|
|
139
|
+
* // Id: "STRING_VALUE",
|
|
140
|
+
* // MssPackage: { // MssPackage
|
|
141
|
+
* // Encryption: { // MssEncryption
|
|
142
|
+
* // SpekeKeyProvider: {
|
|
143
|
+
* // EncryptionContractConfiguration: {
|
|
144
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
145
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
146
|
+
* // },
|
|
147
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
148
|
+
* // SystemIds: [ // required
|
|
149
|
+
* // "STRING_VALUE",
|
|
150
|
+
* // ],
|
|
151
|
+
* // Url: "STRING_VALUE", // required
|
|
152
|
+
* // },
|
|
153
|
+
* // },
|
|
154
|
+
* // MssManifests: [ // __listOfMssManifest // required
|
|
155
|
+
* // { // MssManifest
|
|
156
|
+
* // ManifestName: "STRING_VALUE",
|
|
157
|
+
* // StreamSelection: {
|
|
158
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
159
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
160
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
161
|
+
* // },
|
|
162
|
+
* // },
|
|
163
|
+
* // ],
|
|
164
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
165
|
+
* // },
|
|
166
|
+
* // PackagingGroupId: "STRING_VALUE",
|
|
167
|
+
* // Tags: { // Tags
|
|
168
|
+
* // "<keys>": "STRING_VALUE",
|
|
169
|
+
* // },
|
|
170
|
+
* // };
|
|
171
|
+
*
|
|
34
172
|
* ```
|
|
35
173
|
*
|
|
36
174
|
* @param DescribePackagingConfigurationCommandInput - {@link DescribePackagingConfigurationCommandInput}
|
|
@@ -57,6 +195,8 @@ export interface DescribePackagingConfigurationCommandOutput extends DescribePac
|
|
|
57
195
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
58
196
|
* The parameters sent in the request are not valid.
|
|
59
197
|
*
|
|
198
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
199
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
60
200
|
*
|
|
61
201
|
*/
|
|
62
202
|
export declare class DescribePackagingConfigurationCommand extends $Command<DescribePackagingConfigurationCommandInput, DescribePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -31,6 +31,24 @@ export interface DescribePackagingGroupCommandOutput extends DescribePackagingGr
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribePackagingGroupCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribePackagingGroupResponse
|
|
35
|
+
* // ApproximateAssetCount: Number("int"),
|
|
36
|
+
* // Arn: "STRING_VALUE",
|
|
37
|
+
* // Authorization: { // Authorization
|
|
38
|
+
* // CdnIdentifierSecret: "STRING_VALUE", // required
|
|
39
|
+
* // SecretsRoleArn: "STRING_VALUE", // required
|
|
40
|
+
* // },
|
|
41
|
+
* // CreatedAt: "STRING_VALUE",
|
|
42
|
+
* // DomainName: "STRING_VALUE",
|
|
43
|
+
* // EgressAccessLogs: { // EgressAccessLogs
|
|
44
|
+
* // LogGroupName: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // Id: "STRING_VALUE",
|
|
47
|
+
* // Tags: { // Tags
|
|
48
|
+
* // "<keys>": "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
34
52
|
* ```
|
|
35
53
|
*
|
|
36
54
|
* @param DescribePackagingGroupCommandInput - {@link DescribePackagingGroupCommandInput}
|
|
@@ -57,6 +75,8 @@ export interface DescribePackagingGroupCommandOutput extends DescribePackagingGr
|
|
|
57
75
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
58
76
|
* The parameters sent in the request are not valid.
|
|
59
77
|
*
|
|
78
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
60
80
|
*
|
|
61
81
|
*/
|
|
62
82
|
export declare class DescribePackagingGroupCommand extends $Command<DescribePackagingGroupCommandInput, DescribePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -33,6 +33,24 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListAssetsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListAssetsResponse
|
|
37
|
+
* // Assets: [ // __listOfAssetShallow
|
|
38
|
+
* // { // AssetShallow
|
|
39
|
+
* // Arn: "STRING_VALUE",
|
|
40
|
+
* // CreatedAt: "STRING_VALUE",
|
|
41
|
+
* // Id: "STRING_VALUE",
|
|
42
|
+
* // PackagingGroupId: "STRING_VALUE",
|
|
43
|
+
* // ResourceId: "STRING_VALUE",
|
|
44
|
+
* // SourceArn: "STRING_VALUE",
|
|
45
|
+
* // SourceRoleArn: "STRING_VALUE",
|
|
46
|
+
* // Tags: { // Tags
|
|
47
|
+
* // "<keys>": "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // NextToken: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
36
54
|
* ```
|
|
37
55
|
*
|
|
38
56
|
* @param ListAssetsCommandInput - {@link ListAssetsCommandInput}
|
|
@@ -59,6 +77,8 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB
|
|
|
59
77
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
60
78
|
* The parameters sent in the request are not valid.
|
|
61
79
|
*
|
|
80
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
62
82
|
*
|
|
63
83
|
*/
|
|
64
84
|
export declare class ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -33,6 +33,149 @@ export interface ListPackagingConfigurationsCommandOutput extends ListPackagingC
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new ListPackagingConfigurationsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // ListPackagingConfigurationsResponse
|
|
37
|
+
* // NextToken: "STRING_VALUE",
|
|
38
|
+
* // PackagingConfigurations: [ // __listOfPackagingConfiguration
|
|
39
|
+
* // { // PackagingConfiguration
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // CmafPackage: { // CmafPackage
|
|
42
|
+
* // Encryption: { // CmafEncryption
|
|
43
|
+
* // ConstantInitializationVector: "STRING_VALUE",
|
|
44
|
+
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
45
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
46
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
47
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
48
|
+
* // },
|
|
49
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
50
|
+
* // SystemIds: [ // __listOf__string // required
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // Url: "STRING_VALUE", // required
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // HlsManifests: [ // __listOfHlsManifest // required
|
|
57
|
+
* // { // HlsManifest
|
|
58
|
+
* // AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH",
|
|
59
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
60
|
+
* // ManifestName: "STRING_VALUE",
|
|
61
|
+
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
62
|
+
* // RepeatExtXKey: true || false,
|
|
63
|
+
* // StreamSelection: { // StreamSelection
|
|
64
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
65
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
66
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // IncludeEncoderConfigurationInSegments: true || false,
|
|
71
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
72
|
+
* // },
|
|
73
|
+
* // CreatedAt: "STRING_VALUE",
|
|
74
|
+
* // DashPackage: { // DashPackage
|
|
75
|
+
* // DashManifests: [ // __listOfDashManifest // required
|
|
76
|
+
* // { // DashManifest
|
|
77
|
+
* // ManifestLayout: "FULL" || "COMPACT",
|
|
78
|
+
* // ManifestName: "STRING_VALUE",
|
|
79
|
+
* // MinBufferTimeSeconds: Number("int"),
|
|
80
|
+
* // Profile: "NONE" || "HBBTV_1_5",
|
|
81
|
+
* // ScteMarkersSource: "SEGMENTS" || "MANIFEST",
|
|
82
|
+
* // StreamSelection: {
|
|
83
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
84
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
85
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
86
|
+
* // },
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
89
|
+
* // Encryption: { // DashEncryption
|
|
90
|
+
* // SpekeKeyProvider: {
|
|
91
|
+
* // EncryptionContractConfiguration: {
|
|
92
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
93
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
94
|
+
* // },
|
|
95
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
96
|
+
* // SystemIds: [ // required
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // Url: "STRING_VALUE", // required
|
|
100
|
+
* // },
|
|
101
|
+
* // },
|
|
102
|
+
* // IncludeEncoderConfigurationInSegments: true || false,
|
|
103
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
104
|
+
* // PeriodTriggers: [ // __listOf__PeriodTriggersElement
|
|
105
|
+
* // "ADS",
|
|
106
|
+
* // ],
|
|
107
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
108
|
+
* // SegmentTemplateFormat: "NUMBER_WITH_TIMELINE" || "TIME_WITH_TIMELINE" || "NUMBER_WITH_DURATION",
|
|
109
|
+
* // },
|
|
110
|
+
* // HlsPackage: { // HlsPackage
|
|
111
|
+
* // Encryption: { // HlsEncryption
|
|
112
|
+
* // ConstantInitializationVector: "STRING_VALUE",
|
|
113
|
+
* // EncryptionMethod: "AES_128" || "SAMPLE_AES",
|
|
114
|
+
* // SpekeKeyProvider: {
|
|
115
|
+
* // EncryptionContractConfiguration: {
|
|
116
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
117
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
118
|
+
* // },
|
|
119
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
120
|
+
* // SystemIds: [ // required
|
|
121
|
+
* // "STRING_VALUE",
|
|
122
|
+
* // ],
|
|
123
|
+
* // Url: "STRING_VALUE", // required
|
|
124
|
+
* // },
|
|
125
|
+
* // },
|
|
126
|
+
* // HlsManifests: [ // required
|
|
127
|
+
* // {
|
|
128
|
+
* // AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH",
|
|
129
|
+
* // IncludeIframeOnlyStream: true || false,
|
|
130
|
+
* // ManifestName: "STRING_VALUE",
|
|
131
|
+
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
132
|
+
* // RepeatExtXKey: true || false,
|
|
133
|
+
* // StreamSelection: {
|
|
134
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
135
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
136
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
137
|
+
* // },
|
|
138
|
+
* // },
|
|
139
|
+
* // ],
|
|
140
|
+
* // IncludeDvbSubtitles: true || false,
|
|
141
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
142
|
+
* // UseAudioRenditionGroup: true || false,
|
|
143
|
+
* // },
|
|
144
|
+
* // Id: "STRING_VALUE",
|
|
145
|
+
* // MssPackage: { // MssPackage
|
|
146
|
+
* // Encryption: { // MssEncryption
|
|
147
|
+
* // SpekeKeyProvider: {
|
|
148
|
+
* // EncryptionContractConfiguration: {
|
|
149
|
+
* // PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
|
|
150
|
+
* // PresetSpeke20Video: "PRESET-VIDEO-1" || "PRESET-VIDEO-2" || "PRESET-VIDEO-3" || "PRESET-VIDEO-4" || "PRESET-VIDEO-5" || "PRESET-VIDEO-6" || "PRESET-VIDEO-7" || "PRESET-VIDEO-8" || "SHARED" || "UNENCRYPTED", // required
|
|
151
|
+
* // },
|
|
152
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
153
|
+
* // SystemIds: [ // required
|
|
154
|
+
* // "STRING_VALUE",
|
|
155
|
+
* // ],
|
|
156
|
+
* // Url: "STRING_VALUE", // required
|
|
157
|
+
* // },
|
|
158
|
+
* // },
|
|
159
|
+
* // MssManifests: [ // __listOfMssManifest // required
|
|
160
|
+
* // { // MssManifest
|
|
161
|
+
* // ManifestName: "STRING_VALUE",
|
|
162
|
+
* // StreamSelection: {
|
|
163
|
+
* // MaxVideoBitsPerSecond: Number("int"),
|
|
164
|
+
* // MinVideoBitsPerSecond: Number("int"),
|
|
165
|
+
* // StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
|
|
166
|
+
* // },
|
|
167
|
+
* // },
|
|
168
|
+
* // ],
|
|
169
|
+
* // SegmentDurationSeconds: Number("int"),
|
|
170
|
+
* // },
|
|
171
|
+
* // PackagingGroupId: "STRING_VALUE",
|
|
172
|
+
* // Tags: { // Tags
|
|
173
|
+
* // "<keys>": "STRING_VALUE",
|
|
174
|
+
* // },
|
|
175
|
+
* // },
|
|
176
|
+
* // ],
|
|
177
|
+
* // };
|
|
178
|
+
*
|
|
36
179
|
* ```
|
|
37
180
|
*
|
|
38
181
|
* @param ListPackagingConfigurationsCommandInput - {@link ListPackagingConfigurationsCommandInput}
|
|
@@ -59,6 +202,8 @@ export interface ListPackagingConfigurationsCommandOutput extends ListPackagingC
|
|
|
59
202
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
60
203
|
* The parameters sent in the request are not valid.
|
|
61
204
|
*
|
|
205
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
206
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
62
207
|
*
|
|
63
208
|
*/
|
|
64
209
|
export declare class ListPackagingConfigurationsCommand extends $Command<ListPackagingConfigurationsCommandInput, ListPackagingConfigurationsCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -32,6 +32,29 @@ export interface ListPackagingGroupsCommandOutput extends ListPackagingGroupsRes
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListPackagingGroupsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListPackagingGroupsResponse
|
|
36
|
+
* // NextToken: "STRING_VALUE",
|
|
37
|
+
* // PackagingGroups: [ // __listOfPackagingGroup
|
|
38
|
+
* // { // PackagingGroup
|
|
39
|
+
* // ApproximateAssetCount: Number("int"),
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // Authorization: { // Authorization
|
|
42
|
+
* // CdnIdentifierSecret: "STRING_VALUE", // required
|
|
43
|
+
* // SecretsRoleArn: "STRING_VALUE", // required
|
|
44
|
+
* // },
|
|
45
|
+
* // CreatedAt: "STRING_VALUE",
|
|
46
|
+
* // DomainName: "STRING_VALUE",
|
|
47
|
+
* // EgressAccessLogs: { // EgressAccessLogs
|
|
48
|
+
* // LogGroupName: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // Id: "STRING_VALUE",
|
|
51
|
+
* // Tags: { // Tags
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
35
58
|
* ```
|
|
36
59
|
*
|
|
37
60
|
* @param ListPackagingGroupsCommandInput - {@link ListPackagingGroupsCommandInput}
|
|
@@ -58,6 +81,8 @@ export interface ListPackagingGroupsCommandOutput extends ListPackagingGroupsRes
|
|
|
58
81
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
59
82
|
* The parameters sent in the request are not valid.
|
|
60
83
|
*
|
|
84
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
61
86
|
*
|
|
62
87
|
*/
|
|
63
88
|
export declare class ListPackagingGroupsCommand extends $Command<ListPackagingGroupsCommandInput, ListPackagingGroupsCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -31,6 +31,12 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListTagsForResourceResponse
|
|
35
|
+
* // Tags: { // __mapOf__string
|
|
36
|
+
* // "<keys>": "STRING_VALUE",
|
|
37
|
+
* // },
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
34
40
|
* ```
|
|
35
41
|
*
|
|
36
42
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -39,6 +45,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
39
45
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
40
46
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient's `config` shape.
|
|
41
47
|
*
|
|
48
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
49
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
42
50
|
*
|
|
43
51
|
*/
|
|
44
52
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new TagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
42
44
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
43
45
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient's `config` shape.
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -42,6 +44,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
42
44
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
43
45
|
* @see {@link MediaPackageVodClientResolvedConfig | config} for MediaPackageVodClient's `config` shape.
|
|
44
46
|
*
|
|
47
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
48
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
45
49
|
*
|
|
46
50
|
*/
|
|
47
51
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaPackageVodClientResolvedConfig> {
|
|
@@ -35,6 +35,24 @@ export interface UpdatePackagingGroupCommandOutput extends UpdatePackagingGroupR
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdatePackagingGroupCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // UpdatePackagingGroupResponse
|
|
39
|
+
* // ApproximateAssetCount: Number("int"),
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // Authorization: { // Authorization
|
|
42
|
+
* // CdnIdentifierSecret: "STRING_VALUE", // required
|
|
43
|
+
* // SecretsRoleArn: "STRING_VALUE", // required
|
|
44
|
+
* // },
|
|
45
|
+
* // CreatedAt: "STRING_VALUE",
|
|
46
|
+
* // DomainName: "STRING_VALUE",
|
|
47
|
+
* // EgressAccessLogs: { // EgressAccessLogs
|
|
48
|
+
* // LogGroupName: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // Id: "STRING_VALUE",
|
|
51
|
+
* // Tags: { // Tags
|
|
52
|
+
* // "<keys>": "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
38
56
|
* ```
|
|
39
57
|
*
|
|
40
58
|
* @param UpdatePackagingGroupCommandInput - {@link UpdatePackagingGroupCommandInput}
|
|
@@ -61,6 +79,8 @@ export interface UpdatePackagingGroupCommandOutput extends UpdatePackagingGroupR
|
|
|
61
79
|
* @throws {@link UnprocessableEntityException} (client fault)
|
|
62
80
|
* The parameters sent in the request are not valid.
|
|
63
81
|
*
|
|
82
|
+
* @throws {@link MediaPackageVodServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from MediaPackageVod service.</p>
|
|
64
84
|
*
|
|
65
85
|
*/
|
|
66
86
|
export declare class UpdatePackagingGroupCommand extends $Command<UpdatePackagingGroupCommandInput, UpdatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig> {
|
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.327.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|