tencentcloud-sdk-nodejs-intl-en 3.0.1345 → 3.0.1346
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/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1346";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -440,7 +440,7 @@ class DeleteStreamPackageLinearAssemblyChannelsRequest extends AbstractModel {
|
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
/**
|
|
443
|
-
*
|
|
443
|
+
*
|
|
444
444
|
* @class
|
|
445
445
|
*/
|
|
446
446
|
class CdnDomainInfo extends AbstractModel {
|
|
@@ -1792,7 +1792,7 @@ The parameters can only contain digits, letters, underscores (_), and hyphens (-
|
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
1794
|
/**
|
|
1795
|
-
*
|
|
1795
|
+
*
|
|
1796
1796
|
* @class
|
|
1797
1797
|
*/
|
|
1798
1798
|
class SSAIChannelInfo extends AbstractModel {
|
|
@@ -2005,7 +2005,7 @@ class DescribeStreamPackageLinearAssemblyProgramsRequest extends AbstractModel
|
|
|
2005
2005
|
}
|
|
2006
2006
|
|
|
2007
2007
|
/**
|
|
2008
|
-
*
|
|
2008
|
+
*
|
|
2009
2009
|
* @class
|
|
2010
2010
|
*/
|
|
2011
2011
|
class DomainRecordInfo extends AbstractModel {
|
|
@@ -3373,6 +3373,12 @@ class ModifyStreamPackageLinearAssemblyProgramRequest extends AbstractModel {
|
|
|
3373
3373
|
*/
|
|
3374
3374
|
this.AdBreaks = null;
|
|
3375
3375
|
|
|
3376
|
+
/**
|
|
3377
|
+
* VOD acquisition methods, supporting PreCaching and DynamicUpdating, with PreCaching as the default, and only Linear channels are supported.
|
|
3378
|
+
* @type {string || null}
|
|
3379
|
+
*/
|
|
3380
|
+
this.VodAcquisitionMethod = null;
|
|
3381
|
+
|
|
3376
3382
|
}
|
|
3377
3383
|
|
|
3378
3384
|
/**
|
|
@@ -3402,6 +3408,7 @@ class ModifyStreamPackageLinearAssemblyProgramRequest extends AbstractModel {
|
|
|
3402
3408
|
this.AdBreaks.push(obj);
|
|
3403
3409
|
}
|
|
3404
3410
|
}
|
|
3411
|
+
this.VodAcquisitionMethod = 'VodAcquisitionMethod' in params ? params.VodAcquisitionMethod : null;
|
|
3405
3412
|
|
|
3406
3413
|
}
|
|
3407
3414
|
}
|
|
@@ -4044,6 +4051,12 @@ Optional values: Live, VOD.
|
|
|
4044
4051
|
*/
|
|
4045
4052
|
this.AdBreaks = null;
|
|
4046
4053
|
|
|
4054
|
+
/**
|
|
4055
|
+
* VOD acquisition methods, supporting PreCaching and DynamicUpdating, with PreCaching as the default, and only Linear channels are supported.
|
|
4056
|
+
* @type {string || null}
|
|
4057
|
+
*/
|
|
4058
|
+
this.VodAcquisitionMethod = null;
|
|
4059
|
+
|
|
4047
4060
|
}
|
|
4048
4061
|
|
|
4049
4062
|
/**
|
|
@@ -4073,6 +4086,7 @@ Optional values: Live, VOD.
|
|
|
4073
4086
|
this.AdBreaks.push(obj);
|
|
4074
4087
|
}
|
|
4075
4088
|
}
|
|
4089
|
+
this.VodAcquisitionMethod = 'VodAcquisitionMethod' in params ? params.VodAcquisitionMethod : null;
|
|
4076
4090
|
|
|
4077
4091
|
}
|
|
4078
4092
|
}
|
|
@@ -5536,7 +5550,7 @@ class StartStreamPackageVodRemuxTaskRequest extends AbstractModel {
|
|
|
5536
5550
|
}
|
|
5537
5551
|
|
|
5538
5552
|
/**
|
|
5539
|
-
*
|
|
5553
|
+
*
|
|
5540
5554
|
* @class
|
|
5541
5555
|
*/
|
|
5542
5556
|
class CosInputInfo extends AbstractModel {
|
|
@@ -7486,6 +7500,12 @@ class LinearAssemblyProgramInfo extends AbstractModel {
|
|
|
7486
7500
|
*/
|
|
7487
7501
|
this.SourceLocationName = null;
|
|
7488
7502
|
|
|
7503
|
+
/**
|
|
7504
|
+
* VOD acquisition methods, supporting PreCaching and DynamicUpdating, with PreCaching as the default, and only Linear channels are supported
|
|
7505
|
+
* @type {string || null}
|
|
7506
|
+
*/
|
|
7507
|
+
this.VodAcquisitionMethod = null;
|
|
7508
|
+
|
|
7489
7509
|
}
|
|
7490
7510
|
|
|
7491
7511
|
/**
|
|
@@ -7519,6 +7539,7 @@ class LinearAssemblyProgramInfo extends AbstractModel {
|
|
|
7519
7539
|
this.Id = 'Id' in params ? params.Id : null;
|
|
7520
7540
|
this.Region = 'Region' in params ? params.Region : null;
|
|
7521
7541
|
this.SourceLocationName = 'SourceLocationName' in params ? params.SourceLocationName : null;
|
|
7542
|
+
this.VodAcquisitionMethod = 'VodAcquisitionMethod' in params ? params.VodAcquisitionMethod : null;
|
|
7522
7543
|
|
|
7523
7544
|
}
|
|
7524
7545
|
}
|