tencentcloud-sdk-nodejs-intl-en 3.0.967 → 3.0.968

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.967",
3
+ "version": "3.0.968",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -4348,6 +4348,18 @@ class DescribeBasicDeviceStatusResponse extends AbstractModel {
4348
4348
  */
4349
4349
  this.Data = null;
4350
4350
 
4351
+ /**
4352
+ *
4353
+ * @type {Array.<KeyValue> || null}
4354
+ */
4355
+ this.CLBData = null;
4356
+
4357
+ /**
4358
+ *
4359
+ * @type {Array.<KeyValue> || null}
4360
+ */
4361
+ this.CnameWafData = null;
4362
+
4351
4363
  /**
4352
4364
  * 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.
4353
4365
  * @type {string || null}
@@ -4372,6 +4384,24 @@ class DescribeBasicDeviceStatusResponse extends AbstractModel {
4372
4384
  this.Data.push(obj);
4373
4385
  }
4374
4386
  }
4387
+
4388
+ if (params.CLBData) {
4389
+ this.CLBData = new Array();
4390
+ for (let z in params.CLBData) {
4391
+ let obj = new KeyValue();
4392
+ obj.deserialize(params.CLBData[z]);
4393
+ this.CLBData.push(obj);
4394
+ }
4395
+ }
4396
+
4397
+ if (params.CnameWafData) {
4398
+ this.CnameWafData = new Array();
4399
+ for (let z in params.CnameWafData) {
4400
+ let obj = new KeyValue();
4401
+ obj.deserialize(params.CnameWafData[z]);
4402
+ this.CnameWafData.push(obj);
4403
+ }
4404
+ }
4375
4405
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
4376
4406
 
4377
4407
  }
@@ -5717,6 +5747,24 @@ class DescribeBasicDeviceStatusRequest extends AbstractModel {
5717
5747
  */
5718
5748
  this.IpList = null;
5719
5749
 
5750
+ /**
5751
+ *
5752
+ * @type {Array.<string> || null}
5753
+ */
5754
+ this.IdList = null;
5755
+
5756
+ /**
5757
+ *
5758
+ * @type {number || null}
5759
+ */
5760
+ this.FilterRegion = null;
5761
+
5762
+ /**
5763
+ *
5764
+ * @type {Array.<string> || null}
5765
+ */
5766
+ this.CnameWafIdList = null;
5767
+
5720
5768
  }
5721
5769
 
5722
5770
  /**
@@ -5727,6 +5775,9 @@ class DescribeBasicDeviceStatusRequest extends AbstractModel {
5727
5775
  return;
5728
5776
  }
5729
5777
  this.IpList = 'IpList' in params ? params.IpList : null;
5778
+ this.IdList = 'IdList' in params ? params.IdList : null;
5779
+ this.FilterRegion = 'FilterRegion' in params ? params.FilterRegion : null;
5780
+ this.CnameWafIdList = 'CnameWafIdList' in params ? params.CnameWafIdList : null;
5730
5781
 
5731
5782
  }
5732
5783
  }
@@ -3637,13 +3637,13 @@ class Tag extends AbstractModel {
3637
3637
  super();
3638
3638
 
3639
3639
  /**
3640
- * Tag key.
3640
+ * Tag key
3641
3641
  * @type {string || null}
3642
3642
  */
3643
3643
  this.Key = null;
3644
3644
 
3645
3645
  /**
3646
- * Tag value.
3646
+ * Tag value
3647
3647
  * @type {string || null}
3648
3648
  */
3649
3649
  this.Value = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.967";
1
+ const sdkVersion = "3.0.968";
2
2
  module.exports = sdkVersion