tencentcloud-sdk-nodejs-intl-en 3.0.337 → 3.0.338

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.337",
3
+ "version": "3.0.338",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -220,6 +220,13 @@ Note: this field may return null, indicating that no valid values can be obtaine
220
220
  */
221
221
  this.SetType = null;
222
222
 
223
+ /**
224
+ * Cluster type for service deployment
225
+ Note: this field may return null, indicating that no valid values found.
226
+ * @type {string || null}
227
+ */
228
+ this.DeploymentType = null;
229
+
223
230
  }
224
231
 
225
232
  /**
@@ -255,6 +262,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
255
262
  }
256
263
  this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
257
264
  this.SetType = 'SetType' in params ? params.SetType : null;
265
+ this.DeploymentType = 'DeploymentType' in params ? params.DeploymentType : null;
258
266
 
259
267
  }
260
268
  }
@@ -2850,6 +2858,20 @@ Note: this field may return null, indicating that no valid values can be obtaine
2850
2858
  */
2851
2859
  this.SetType = null;
2852
2860
 
2861
+ /**
2862
+ * Cluster type for service deployment
2863
+ Note: this field may return null, indicating that no valid values found.
2864
+ * @type {string || null}
2865
+ */
2866
+ this.DeploymentType = null;
2867
+
2868
+ /**
2869
+ * Whether it’s for special usage
2870
+ Note: this field may return `null`, indicating that no valid values can be obtained.
2871
+ * @type {string || null}
2872
+ */
2873
+ this.SpecialUse = null;
2874
+
2853
2875
  /**
2854
2876
  * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2855
2877
  * @type {string || null}
@@ -2913,6 +2935,8 @@ Note: this field may return null, indicating that no valid values can be obtaine
2913
2935
  this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
2914
2936
  this.InstanceName = 'InstanceName' in params ? params.InstanceName : null;
2915
2937
  this.SetType = 'SetType' in params ? params.SetType : null;
2938
+ this.DeploymentType = 'DeploymentType' in params ? params.DeploymentType : null;
2939
+ this.SpecialUse = 'SpecialUse' in params ? params.SpecialUse : null;
2916
2940
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
2917
2941
 
2918
2942
  }
@@ -5612,13 +5636,13 @@ class CreatePluginRequest extends AbstractModel {
5612
5636
  super();
5613
5637
 
5614
5638
  /**
5615
- * Custom plugin name. A plugin name contain up to 50 characters out of a-z, A-Z, 0-9, and _, which must begin with a letter and end with a letter or a number.
5639
+ * Custom plugin name. A plugin name should contain 2-50 characters out of a-z, A-Z, 0-9, and _, which must begin with a letter and end with a letter or a number.
5616
5640
  * @type {string || null}
5617
5641
  */
5618
5642
  this.PluginName = null;
5619
5643
 
5620
5644
  /**
5621
- * Plugin type. Valid value: `IPControl`.
5645
+ * Plugin type. Valid values: `IPControl`, `TrafficControl`, `Cors`, `CustomReq`, `CustomAuth`
5622
5646
  * @type {string || null}
5623
5647
  */
5624
5648
  this.PluginType = null;
@@ -6042,7 +6066,7 @@ class DomainSetList extends AbstractModel {
6042
6066
  this.DomainName = null;
6043
6067
 
6044
6068
  /**
6045
- * Domain name resolution status. True: success; False: failure.
6069
+ * Domain name resolution status. `1`: normal, `0`: failed
6046
6070
  * @type {number || null}
6047
6071
  */
6048
6072
  this.Status = null;
@@ -669,7 +669,27 @@ class DescribeBillDetailRequest extends AbstractModel {
669
669
  this.ResourceId = null;
670
670
 
671
671
  /**
672
- *
672
+ * Action type to query. Valid values:
673
+ Purchase
674
+ Renewal
675
+ Modify
676
+ Refund
677
+ Deduction
678
+ Hourly settlement
679
+ Daily settlement
680
+ Monthly settlement
681
+ Offline project deduction
682
+ Offline deduction
683
+ adjust-CR
684
+ adjust-DR
685
+ One-off RI Fee
686
+ Spot
687
+ Hourly RI fee
688
+ New monthly subscription
689
+ Monthly subscription renewal
690
+ Monthly subscription specification adjustment
691
+ Monthly subscription specification adjustment
692
+ Monthly subscription refund
673
693
  * @type {string || null}
674
694
  */
675
695
  this.ActionType = null;
@@ -680,6 +700,13 @@ class DescribeBillDetailRequest extends AbstractModel {
680
700
  */
681
701
  this.ProjectId = null;
682
702
 
703
+ /**
704
+ * Business code
705
+ Note: To query business codes used in the current month, call <a href="https://intl.cloud.tencent.com/document/product/555/35761?from_cn_redirect=1">DescribeBillSummaryByProduct</a>.
706
+ * @type {string || null}
707
+ */
708
+ this.BusinessCode = null;
709
+
683
710
  }
684
711
 
685
712
  /**
@@ -701,6 +728,7 @@ class DescribeBillDetailRequest extends AbstractModel {
701
728
  this.ResourceId = 'ResourceId' in params ? params.ResourceId : null;
702
729
  this.ActionType = 'ActionType' in params ? params.ActionType : null;
703
730
  this.ProjectId = 'ProjectId' in params ? params.ProjectId : null;
731
+ this.BusinessCode = 'BusinessCode' in params ? params.BusinessCode : null;
704
732
 
705
733
  }
706
734
  }
@@ -1369,6 +1397,13 @@ Monthly subscription refund
1369
1397
  */
1370
1398
  this.PayMode = null;
1371
1399
 
1400
+ /**
1401
+ * Business code
1402
+ Note: To query business codes used in the current month, call <a href="https://intl.cloud.tencent.com/document/product/555/35761?from_cn_redirect=1">DescribeBillSummaryByProduct</a>.
1403
+ * @type {string || null}
1404
+ */
1405
+ this.BusinessCode = null;
1406
+
1372
1407
  }
1373
1408
 
1374
1409
  /**
@@ -1386,6 +1421,7 @@ Monthly subscription refund
1386
1421
  this.ActionType = 'ActionType' in params ? params.ActionType : null;
1387
1422
  this.ResourceId = 'ResourceId' in params ? params.ResourceId : null;
1388
1423
  this.PayMode = 'PayMode' in params ? params.PayMode : null;
1424
+ this.BusinessCode = 'BusinessCode' in params ? params.BusinessCode : null;
1389
1425
 
1390
1426
  }
1391
1427
  }
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.337";
1
+ const sdkVersion = "3.0.338";
2
2
  module.exports = sdkVersion
@@ -8031,6 +8031,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
8031
8031
  */
8032
8032
  this.Output = null;
8033
8033
 
8034
+ /**
8035
+ * Transcoding progress. Value range: 0-100
8036
+ Note: This field may return `null`, indicating that no valid value was found.
8037
+ * @type {number || null}
8038
+ */
8039
+ this.Progress = null;
8040
+
8034
8041
  }
8035
8042
 
8036
8043
  /**
@@ -8056,6 +8063,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
8056
8063
  obj.deserialize(params.Output)
8057
8064
  this.Output = obj;
8058
8065
  }
8066
+ this.Progress = 'Progress' in params ? params.Progress : null;
8059
8067
 
8060
8068
  }
8061
8069
  }