tencentcloud-sdk-nodejs-intl-en 3.0.826 → 3.0.828

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.826",
3
+ "version": "3.0.828",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.826";
1
+ const sdkVersion = "3.0.828";
2
2
  module.exports = sdkVersion
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20191016: require("./v20191016"), v20210527: require("./v20210527"),
2
+ v20210527: require("./v20210527"), v20191016: require("./v20191016"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20180330: require("./v20180330"), v20211206: require("./v20211206"),
2
+ v20211206: require("./v20211206"), v20180330: require("./v20180330"),
3
3
  };
@@ -53,7 +53,7 @@ class CreateStreamPackageHarvestJobRequest extends AbstractModel {
53
53
  super();
54
54
 
55
55
  /**
56
- * Task ID, a globally unique identifier, ID can contain up to 128 characters. Supported characters are numbers, letters, underscores (_), and dashes (-).
56
+ * HarvestJob ID, a globally unique identifier.
57
57
  * @type {string || null}
58
58
  */
59
59
  this.ID = null;
@@ -65,43 +65,37 @@ class CreateStreamPackageHarvestJobRequest extends AbstractModel {
65
65
  this.ChannelName = null;
66
66
 
67
67
  /**
68
- * The associated endpoint name, StreamPackage only supports harvesting content from HLS and DASH endpoints that have startover turned on.
68
+ * The associated endpoint name.
69
69
  * @type {string || null}
70
70
  */
71
71
  this.EndpointName = null;
72
72
 
73
73
  /**
74
- * Time format, supports the following types:
75
- 1. Epoch seconds
76
- 2. ISO-8601.
74
+ * Time format, supports the following types: 1. Epoch seconds 2. ISO-8601
77
75
  * @type {string || null}
78
76
  */
79
77
  this.TimeFormat = null;
80
78
 
81
79
  /**
82
- * Task start time supports two formats for TimeFormat input:
83
- 1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered.
84
- 2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.
80
+ * Task start time supports two formats for TimeFormat input: 1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered. 2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.
85
81
  * @type {string || null}
86
82
  */
87
83
  this.StartTime = null;
88
84
 
89
85
  /**
90
- * Task end time supports two formats for TimeFormat input:
91
- 1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered.
92
- 2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.
86
+ * Task end time supports two formats for TimeFormat input: 1. Epoch seconds: The input box is a numeric input box, and only positive integers can be entered. 2. ISO-8601: The supported format is ISO time, for example: 2023-08-01T10:00:00+08:00.
93
87
  * @type {string || null}
94
88
  */
95
89
  this.EndTime = null;
96
90
 
97
91
  /**
98
- * The COS bucket address where the recording file is stored in COS, format: https://{Bucket_name}-{AppId}.cos.{Region}.myqcloud.com/.
92
+ * The path where the recording file is stored in Cos.
99
93
  * @type {string || null}
100
94
  */
101
95
  this.Destination = null;
102
96
 
103
97
  /**
104
- * The path in the cos bucket and identifier for the parent manifest for the live-to-VOD asset, fotmat: {path 1}/xxx/{path n}/{name}.m3u8.
98
+ * The file name of the recording file stored in Cos.
105
99
  * @type {string || null}
106
100
  */
107
101
  this.Manifest = null;
@@ -136,7 +130,7 @@ class DescribeStreamPackageHarvestJobRequest extends AbstractModel {
136
130
  super();
137
131
 
138
132
  /**
139
- * Task ID, a globally unique identifier.
133
+ * HarvestJob ID, a globally unique identifier.
140
134
  * @type {string || null}
141
135
  */
142
136
  this.ID = null;
@@ -639,7 +633,7 @@ class DeleteStreamPackageHarvestJobsRequest extends AbstractModel {
639
633
  super();
640
634
 
641
635
  /**
642
- * Task IDs, id is a globally unique identifier.
636
+ * HarvestJob IDs, id is a globally unique identifier.
643
637
  * @type {Array.<string> || null}
644
638
  */
645
639
  this.IDs = null;
@@ -1059,7 +1053,7 @@ class UnbindCdnDomainWithChannelRequest extends AbstractModel {
1059
1053
  }
1060
1054
 
1061
1055
  /**
1062
- * HarvestJob Response parameter structure
1056
+ * HarvestJob response info.
1063
1057
  * @class
1064
1058
  */
1065
1059
  class HarvestJobResp extends AbstractModel {
@@ -1067,7 +1061,7 @@ class HarvestJobResp extends AbstractModel {
1067
1061
  super();
1068
1062
 
1069
1063
  /**
1070
- * Job ID, a globally unique identifier.
1064
+ * HarvestJob ID, a globally unique identifier.
1071
1065
  * @type {string || null}
1072
1066
  */
1073
1067
  this.ID = null;
@@ -1091,13 +1085,13 @@ class HarvestJobResp extends AbstractModel {
1091
1085
  this.TimeFormat = null;
1092
1086
 
1093
1087
  /**
1094
- * Job start time.
1088
+ * HarvestJob start time.
1095
1089
  * @type {string || null}
1096
1090
  */
1097
1091
  this.StartTime = null;
1098
1092
 
1099
1093
  /**
1100
- * Job end time.
1094
+ * HarvestJob end time.
1101
1095
  * @type {string || null}
1102
1096
  */
1103
1097
  this.EndTime = null;
@@ -1121,13 +1115,13 @@ class HarvestJobResp extends AbstractModel {
1121
1115
  this.Status = null;
1122
1116
 
1123
1117
  /**
1124
- * Job error message.
1118
+ * HarvestJob error message.
1125
1119
  * @type {string || null}
1126
1120
  */
1127
1121
  this.ErrMessage = null;
1128
1122
 
1129
1123
  /**
1130
- * Job creation time, timestamp in seconds.
1124
+ * HarvestJob creation time, timestamp in seconds.
1131
1125
  * @type {number || null}
1132
1126
  */
1133
1127
  this.CreateTime = null;
@@ -1539,7 +1533,7 @@ class DeleteStreamPackageHarvestJobRequest extends AbstractModel {
1539
1533
  super();
1540
1534
 
1541
1535
  /**
1542
- * Task ID, a globally unique identifier.
1536
+ * HarvestJob ID, a globally unique identifier.
1543
1537
  * @type {string || null}
1544
1538
  */
1545
1539
  this.ID = null;
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210331: require("./v20210331"), v20181225: require("./v20181225"),
2
+ v20181225: require("./v20181225"), v20210331: require("./v20210331"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20201221: require("./v20201221"), v20210701: require("./v20210701"),
2
+ v20210701: require("./v20210701"), v20201221: require("./v20201221"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20220901: require("./v20220901"), v20220106: require("./v20220106"),
2
+ v20220106: require("./v20220106"), v20220901: require("./v20220901"),
3
3
  };