tencentcloud-sdk-nodejs-intl-en 3.0.945 → 3.0.947

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.945",
3
+ "version": "3.0.947",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -31,7 +31,7 @@ class CreateSessionResponse extends AbstractModel {
31
31
  this.ServerSession = null;
32
32
 
33
33
  /**
34
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
34
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
35
35
  * @type {string || null}
36
36
  */
37
37
  this.RequestId = null;
@@ -88,7 +88,7 @@ class StartPublishStreamWithURLResponse extends AbstractModel {
88
88
  super();
89
89
 
90
90
  /**
91
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
91
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
92
92
  * @type {string || null}
93
93
  */
94
94
  this.RequestId = null;
@@ -116,7 +116,7 @@ class StopPublishStreamResponse extends AbstractModel {
116
116
  super();
117
117
 
118
118
  /**
119
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
119
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
120
120
  * @type {string || null}
121
121
  */
122
122
  this.RequestId = null;
@@ -144,7 +144,7 @@ class DestroySessionResponse extends AbstractModel {
144
144
  super();
145
145
 
146
146
  /**
147
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
147
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
148
148
  * @type {string || null}
149
149
  */
150
150
  this.RequestId = null;
@@ -207,7 +207,7 @@ class ApplyConcurrentResponse extends AbstractModel {
207
207
  super();
208
208
 
209
209
  /**
210
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
210
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
211
211
  * @type {string || null}
212
212
  */
213
213
  this.RequestId = null;
@@ -235,7 +235,7 @@ class StartPublishStreamResponse extends AbstractModel {
235
235
  super();
236
236
 
237
237
  /**
238
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
238
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
239
239
  * @type {string || null}
240
240
  */
241
241
  this.RequestId = null;
@@ -412,7 +412,7 @@ class DescribeConcurrentCountResponse extends AbstractModel {
412
412
  this.Running = null;
413
413
 
414
414
  /**
415
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
415
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
416
416
  * @type {string || null}
417
417
  */
418
418
  this.RequestId = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.945";
1
+ const sdkVersion = "3.0.947";
2
2
  module.exports = sdkVersion