tencentcloud-sdk-nodejs-intl-en 3.0.823 → 3.0.825
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 +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/csip/v20221121/models.js +21 -21
- package/tencentcloud/teo/v20220901/models.js +627 -232
- package/tencentcloud/teo/v20220901/teo_client.js +32 -3
- package/tencentcloud/vod/v20180717/models.js +4623 -1240
- package/tencentcloud/vod/v20180717/vod_client.js +488 -173
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.825";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -114,7 +114,7 @@ class DescribeRiskCenterAssetViewWeakPasswordRiskListResponse extends AbstractM
|
|
|
114
114
|
this.Data = null;
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* List of status
|
|
117
|
+
* List of risk handling status
|
|
118
118
|
* @type {Array.<FilterDataObject> || null}
|
|
119
119
|
*/
|
|
120
120
|
this.StatusLists = null;
|
|
@@ -662,21 +662,21 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
662
662
|
this.PortCount = null;
|
|
663
663
|
|
|
664
664
|
/**
|
|
665
|
-
*
|
|
665
|
+
* Number of network attacks
|
|
666
666
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
667
667
|
* @type {number || null}
|
|
668
668
|
*/
|
|
669
669
|
this.Attack = null;
|
|
670
670
|
|
|
671
671
|
/**
|
|
672
|
-
*
|
|
672
|
+
* Number of network access requests
|
|
673
673
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
674
674
|
* @type {number || null}
|
|
675
675
|
*/
|
|
676
676
|
this.Access = null;
|
|
677
677
|
|
|
678
678
|
/**
|
|
679
|
-
*
|
|
679
|
+
* Number of blocked attacks
|
|
680
680
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
681
681
|
* @type {number || null}
|
|
682
682
|
*/
|
|
@@ -2238,7 +2238,7 @@ class DescribeRiskCenterWebsiteRiskListResponse extends AbstractModel {
|
|
|
2238
2238
|
this.Data = null;
|
|
2239
2239
|
|
|
2240
2240
|
/**
|
|
2241
|
-
* List of status
|
|
2241
|
+
* List of risk handling status
|
|
2242
2242
|
* @type {Array.<FilterDataObject> || null}
|
|
2243
2243
|
*/
|
|
2244
2244
|
this.StatusLists = null;
|
|
@@ -3531,7 +3531,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
3531
3531
|
this.Region = null;
|
|
3532
3532
|
|
|
3533
3533
|
/**
|
|
3534
|
-
*
|
|
3534
|
+
* The ID specific for an asset synched from another cloud platform
|
|
3535
3535
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
3536
3536
|
* @type {string || null}
|
|
3537
3537
|
*/
|
|
@@ -3669,21 +3669,21 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
3669
3669
|
this.IsCloud = null;
|
|
3670
3670
|
|
|
3671
3671
|
/**
|
|
3672
|
-
*
|
|
3672
|
+
* Number of network attacks
|
|
3673
3673
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
3674
3674
|
* @type {number || null}
|
|
3675
3675
|
*/
|
|
3676
3676
|
this.Attack = null;
|
|
3677
3677
|
|
|
3678
3678
|
/**
|
|
3679
|
-
*
|
|
3679
|
+
* Number of network access requests
|
|
3680
3680
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
3681
3681
|
* @type {number || null}
|
|
3682
3682
|
*/
|
|
3683
3683
|
this.Access = null;
|
|
3684
3684
|
|
|
3685
3685
|
/**
|
|
3686
|
-
*
|
|
3686
|
+
* Number of blocked attacks
|
|
3687
3687
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
3688
3688
|
* @type {number || null}
|
|
3689
3689
|
*/
|
|
@@ -5035,7 +5035,7 @@ class DescribeRiskCenterAssetViewCFGRiskListResponse extends AbstractModel {
|
|
|
5035
5035
|
this.Data = null;
|
|
5036
5036
|
|
|
5037
5037
|
/**
|
|
5038
|
-
* List of status
|
|
5038
|
+
* List of risk handling status
|
|
5039
5039
|
* @type {Array.<FilterDataObject> || null}
|
|
5040
5040
|
*/
|
|
5041
5041
|
this.StatusLists = null;
|
|
@@ -6059,7 +6059,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
6059
6059
|
this.AssetLocationList = null;
|
|
6060
6060
|
|
|
6061
6061
|
/**
|
|
6062
|
-
* List of
|
|
6062
|
+
* List of IP types
|
|
6063
6063
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
6064
6064
|
* @type {Array.<FilterDataObject> || null}
|
|
6065
6065
|
*/
|
|
@@ -8051,7 +8051,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
8051
8051
|
this.Access = null;
|
|
8052
8052
|
|
|
8053
8053
|
/**
|
|
8054
|
-
*
|
|
8054
|
+
* Number of blocked attacks
|
|
8055
8055
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
8056
8056
|
* @type {number || null}
|
|
8057
8057
|
*/
|
|
@@ -8226,7 +8226,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
8226
8226
|
this.VerifyStatus = null;
|
|
8227
8227
|
|
|
8228
8228
|
/**
|
|
8229
|
-
*
|
|
8229
|
+
* u200cNumber of bot attacks
|
|
8230
8230
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
8231
8231
|
* @type {number || null}
|
|
8232
8232
|
*/
|
|
@@ -8424,7 +8424,7 @@ class BugInfoDetail extends AbstractModel {
|
|
|
8424
8424
|
super();
|
|
8425
8425
|
|
|
8426
8426
|
/**
|
|
8427
|
-
*
|
|
8427
|
+
* Vulnerability ID
|
|
8428
8428
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
8429
8429
|
* @type {number || null}
|
|
8430
8430
|
*/
|
|
@@ -8529,28 +8529,28 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
8529
8529
|
this.ProSupport = null;
|
|
8530
8530
|
|
|
8531
8531
|
/**
|
|
8532
|
-
*
|
|
8532
|
+
* Specify whether the vulnerability is published as an emergency vulnerability. `1`: Published as an emergency vulnerability; `0`: Not an emergency vulnerability.
|
|
8533
8533
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
8534
8534
|
* @type {number || null}
|
|
8535
8535
|
*/
|
|
8536
8536
|
this.IsPublish = null;
|
|
8537
8537
|
|
|
8538
8538
|
/**
|
|
8539
|
-
*
|
|
8539
|
+
* Disclosure time of the vulnerability.
|
|
8540
8540
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
8541
8541
|
* @type {string || null}
|
|
8542
8542
|
*/
|
|
8543
8543
|
this.ReleaseTime = null;
|
|
8544
8544
|
|
|
8545
8545
|
/**
|
|
8546
|
-
*
|
|
8546
|
+
* The time when the vulnerability is added to the vulnerability database.
|
|
8547
8547
|
Note: u200dThis field may return `null`, indicating that no valid values can be obtained.
|
|
8548
8548
|
* @type {string || null}
|
|
8549
8549
|
*/
|
|
8550
8550
|
this.CreateTime = null;
|
|
8551
8551
|
|
|
8552
8552
|
/**
|
|
8553
|
-
*
|
|
8553
|
+
* The last update time of the vulnerability in the database
|
|
8554
8554
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8555
8555
|
* @type {string || null}
|
|
8556
8556
|
*/
|
|
@@ -8619,7 +8619,7 @@ Note: This field may return·null, indicating that no valid values can be obtain
|
|
|
8619
8619
|
this.Data = null;
|
|
8620
8620
|
|
|
8621
8621
|
/**
|
|
8622
|
-
* List of protection status
|
|
8622
|
+
* List of WAF protection status
|
|
8623
8623
|
Note: This field may return·null, indicating that no valid values can be obtained.
|
|
8624
8624
|
* @type {Array.<FilterDataObject> || null}
|
|
8625
8625
|
*/
|
|
@@ -8849,7 +8849,7 @@ class DescribeRiskCenterAssetViewVULRiskListResponse extends AbstractModel {
|
|
|
8849
8849
|
this.Data = null;
|
|
8850
8850
|
|
|
8851
8851
|
/**
|
|
8852
|
-
* List of status
|
|
8852
|
+
* List of risk handling status
|
|
8853
8853
|
* @type {Array.<FilterDataObject> || null}
|
|
8854
8854
|
*/
|
|
8855
8855
|
this.StatusLists = null;
|
|
@@ -9367,7 +9367,7 @@ class DescribeRiskCenterAssetViewPortRiskListResponse extends AbstractModel {
|
|
|
9367
9367
|
this.Data = null;
|
|
9368
9368
|
|
|
9369
9369
|
/**
|
|
9370
|
-
* List of status
|
|
9370
|
+
* List of risk handling status
|
|
9371
9371
|
* @type {Array.<FilterDataObject> || null}
|
|
9372
9372
|
*/
|
|
9373
9373
|
this.StatusLists = null;
|