@aws-sdk/client-mediapackage-vod 3.300.0 → 3.301.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.
@@ -26,8 +26,8 @@ export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __Met
26
26
  * import { MediaPackageVodClient, ConfigureLogsCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, ConfigureLogsCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
30
- * EgressAccessLogs: {
29
+ * const input = { // ConfigureLogsRequest
30
+ * EgressAccessLogs: { // EgressAccessLogs
31
31
  * LogGroupName: "STRING_VALUE",
32
32
  * },
33
33
  * Id: "STRING_VALUE", // required
@@ -26,13 +26,13 @@ export interface CreateAssetCommandOutput extends CreateAssetResponse, __Metadat
26
26
  * import { MediaPackageVodClient, CreateAssetCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, CreateAssetCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // CreateAssetRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * PackagingGroupId: "STRING_VALUE", // required
32
32
  * ResourceId: "STRING_VALUE",
33
33
  * SourceArn: "STRING_VALUE", // required
34
34
  * SourceRoleArn: "STRING_VALUE", // required
35
- * Tags: {
35
+ * Tags: { // Tags
36
36
  * "<keys>": "STRING_VALUE",
37
37
  * },
38
38
  * };
@@ -26,30 +26,30 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
26
26
  * import { MediaPackageVodClient, CreatePackagingConfigurationCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, CreatePackagingConfigurationCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
30
- * CmafPackage: {
31
- * Encryption: {
29
+ * const input = { // CreatePackagingConfigurationRequest
30
+ * CmafPackage: { // CmafPackage
31
+ * Encryption: { // CmafEncryption
32
32
  * ConstantInitializationVector: "STRING_VALUE",
33
- * SpekeKeyProvider: {
34
- * EncryptionContractConfiguration: {
33
+ * SpekeKeyProvider: { // SpekeKeyProvider
34
+ * EncryptionContractConfiguration: { // EncryptionContractConfiguration
35
35
  * PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
36
36
  * 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
37
37
  * },
38
38
  * RoleArn: "STRING_VALUE", // required
39
- * SystemIds: [ // required
39
+ * SystemIds: [ // __listOf__string // required
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * Url: "STRING_VALUE", // required
43
43
  * },
44
44
  * },
45
- * HlsManifests: [ // required
46
- * {
45
+ * HlsManifests: [ // __listOfHlsManifest // required
46
+ * { // HlsManifest
47
47
  * AdMarkers: "NONE" || "SCTE35_ENHANCED" || "PASSTHROUGH",
48
48
  * IncludeIframeOnlyStream: true || false,
49
49
  * ManifestName: "STRING_VALUE",
50
50
  * ProgramDateTimeIntervalSeconds: Number("int"),
51
51
  * RepeatExtXKey: true || false,
52
- * StreamSelection: {
52
+ * StreamSelection: { // StreamSelection
53
53
  * MaxVideoBitsPerSecond: Number("int"),
54
54
  * MinVideoBitsPerSecond: Number("int"),
55
55
  * StreamOrder: "ORIGINAL" || "VIDEO_BITRATE_ASCENDING" || "VIDEO_BITRATE_DESCENDING",
@@ -59,9 +59,9 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
59
59
  * IncludeEncoderConfigurationInSegments: true || false,
60
60
  * SegmentDurationSeconds: Number("int"),
61
61
  * },
62
- * DashPackage: {
63
- * DashManifests: [ // required
64
- * {
62
+ * DashPackage: { // DashPackage
63
+ * DashManifests: [ // __listOfDashManifest // required
64
+ * { // DashManifest
65
65
  * ManifestLayout: "FULL" || "COMPACT",
66
66
  * ManifestName: "STRING_VALUE",
67
67
  * MinBufferTimeSeconds: Number("int"),
@@ -74,7 +74,7 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
74
74
  * },
75
75
  * },
76
76
  * ],
77
- * Encryption: {
77
+ * Encryption: { // DashEncryption
78
78
  * SpekeKeyProvider: {
79
79
  * EncryptionContractConfiguration: {
80
80
  * PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
@@ -89,14 +89,14 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
89
89
  * },
90
90
  * IncludeEncoderConfigurationInSegments: true || false,
91
91
  * IncludeIframeOnlyStream: true || false,
92
- * PeriodTriggers: [
92
+ * PeriodTriggers: [ // __listOf__PeriodTriggersElement
93
93
  * "ADS",
94
94
  * ],
95
95
  * SegmentDurationSeconds: Number("int"),
96
96
  * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE" || "TIME_WITH_TIMELINE" || "NUMBER_WITH_DURATION",
97
97
  * },
98
- * HlsPackage: {
99
- * Encryption: {
98
+ * HlsPackage: { // HlsPackage
99
+ * Encryption: { // HlsEncryption
100
100
  * ConstantInitializationVector: "STRING_VALUE",
101
101
  * EncryptionMethod: "AES_128" || "SAMPLE_AES",
102
102
  * SpekeKeyProvider: {
@@ -130,8 +130,8 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
130
130
  * UseAudioRenditionGroup: true || false,
131
131
  * },
132
132
  * Id: "STRING_VALUE", // required
133
- * MssPackage: {
134
- * Encryption: {
133
+ * MssPackage: { // MssPackage
134
+ * Encryption: { // MssEncryption
135
135
  * SpekeKeyProvider: {
136
136
  * EncryptionContractConfiguration: {
137
137
  * PresetSpeke20Audio: "PRESET-AUDIO-1" || "PRESET-AUDIO-2" || "PRESET-AUDIO-3" || "SHARED" || "UNENCRYPTED", // required
@@ -144,8 +144,8 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
144
144
  * Url: "STRING_VALUE", // required
145
145
  * },
146
146
  * },
147
- * MssManifests: [ // required
148
- * {
147
+ * MssManifests: [ // __listOfMssManifest // required
148
+ * { // MssManifest
149
149
  * ManifestName: "STRING_VALUE",
150
150
  * StreamSelection: {
151
151
  * MaxVideoBitsPerSecond: Number("int"),
@@ -157,7 +157,7 @@ export interface CreatePackagingConfigurationCommandOutput extends CreatePackagi
157
157
  * SegmentDurationSeconds: Number("int"),
158
158
  * },
159
159
  * PackagingGroupId: "STRING_VALUE", // required
160
- * Tags: {
160
+ * Tags: { // Tags
161
161
  * "<keys>": "STRING_VALUE",
162
162
  * },
163
163
  * };
@@ -26,16 +26,16 @@ export interface CreatePackagingGroupCommandOutput extends CreatePackagingGroupR
26
26
  * import { MediaPackageVodClient, CreatePackagingGroupCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, CreatePackagingGroupCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
30
- * Authorization: {
29
+ * const input = { // CreatePackagingGroupRequest
30
+ * Authorization: { // Authorization
31
31
  * CdnIdentifierSecret: "STRING_VALUE", // required
32
32
  * SecretsRoleArn: "STRING_VALUE", // required
33
33
  * },
34
- * EgressAccessLogs: {
34
+ * EgressAccessLogs: { // EgressAccessLogs
35
35
  * LogGroupName: "STRING_VALUE",
36
36
  * },
37
37
  * Id: "STRING_VALUE", // required
38
- * Tags: {
38
+ * Tags: { // Tags
39
39
  * "<keys>": "STRING_VALUE",
40
40
  * },
41
41
  * };
@@ -26,7 +26,7 @@ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __Metadat
26
26
  * import { MediaPackageVodClient, DeleteAssetCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, DeleteAssetCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAssetRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteAssetCommand(input);
@@ -26,7 +26,7 @@ export interface DeletePackagingConfigurationCommandOutput extends DeletePackagi
26
26
  * import { MediaPackageVodClient, DeletePackagingConfigurationCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, DeletePackagingConfigurationCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // DeletePackagingConfigurationRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeletePackagingConfigurationCommand(input);
@@ -26,7 +26,7 @@ export interface DeletePackagingGroupCommandOutput extends DeletePackagingGroupR
26
26
  * import { MediaPackageVodClient, DeletePackagingGroupCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, DeletePackagingGroupCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // DeletePackagingGroupRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeletePackagingGroupCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __Met
26
26
  * import { MediaPackageVodClient, DescribeAssetCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, DescribeAssetCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // DescribeAssetRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeAssetCommand(input);
@@ -26,7 +26,7 @@ export interface DescribePackagingConfigurationCommandOutput extends DescribePac
26
26
  * import { MediaPackageVodClient, DescribePackagingConfigurationCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, DescribePackagingConfigurationCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // DescribePackagingConfigurationRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribePackagingConfigurationCommand(input);
@@ -26,7 +26,7 @@ export interface DescribePackagingGroupCommandOutput extends DescribePackagingGr
26
26
  * import { MediaPackageVodClient, DescribePackagingGroupCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, DescribePackagingGroupCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // DescribePackagingGroupRequest
30
30
  * Id: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribePackagingGroupCommand(input);
@@ -26,7 +26,7 @@ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataB
26
26
  * import { MediaPackageVodClient, ListAssetsCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, ListAssetsCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // ListAssetsRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * PackagingGroupId: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListPackagingConfigurationsCommandOutput extends ListPackagingC
26
26
  * import { MediaPackageVodClient, ListPackagingConfigurationsCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, ListPackagingConfigurationsCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // ListPackagingConfigurationsRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * PackagingGroupId: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListPackagingGroupsCommandOutput extends ListPackagingGroupsRes
26
26
  * import { MediaPackageVodClient, ListPackagingGroupsCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, ListPackagingGroupsCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // ListPackagingGroupsRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { MediaPackageVodClient, ListTagsForResourceCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, ListTagsForResourceCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { MediaPackageVodClient, TagResourceCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, TagResourceCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * Tags: { // required
31
+ * Tags: { // __mapOf__string // required
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * };
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
26
26
  * import { MediaPackageVodClient, UntagResourceCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, UntagResourceCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // __listOf__string // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,8 +26,8 @@ export interface UpdatePackagingGroupCommandOutput extends UpdatePackagingGroupR
26
26
  * import { MediaPackageVodClient, UpdatePackagingGroupCommand } from "@aws-sdk/client-mediapackage-vod"; // ES Modules import
27
27
  * // const { MediaPackageVodClient, UpdatePackagingGroupCommand } = require("@aws-sdk/client-mediapackage-vod"); // CommonJS import
28
28
  * const client = new MediaPackageVodClient(config);
29
- * const input = {
30
- * Authorization: {
29
+ * const input = { // UpdatePackagingGroupRequest
30
+ * Authorization: { // Authorization
31
31
  * CdnIdentifierSecret: "STRING_VALUE", // required
32
32
  * SecretsRoleArn: "STRING_VALUE", // required
33
33
  * },
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.300.0",
4
+ "version": "3.301.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.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",