tencentcloud-sdk-nodejs-intl-en 3.0.1272 → 3.0.1273

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.1272",
3
+ "version": "3.0.1273",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1272";
1
+ const sdkVersion = "3.0.1273";
2
2
  module.exports = sdkVersion
@@ -31,6 +31,7 @@ const DescribeParamTemplatesRequest = models.DescribeParamTemplatesRequest;
31
31
  const DescribeSlaveZonesResponse = models.DescribeSlaveZonesResponse;
32
32
  const DescribeProxiesResponse = models.DescribeProxiesResponse;
33
33
  const DescribeClusterDetailDatabasesRequest = models.DescribeClusterDetailDatabasesRequest;
34
+ const InquirePriceMultiSpecRequest = models.InquirePriceMultiSpecRequest;
34
35
  const CreateClustersResponse = models.CreateClustersResponse;
35
36
  const CynosdbInstanceGrp = models.CynosdbInstanceGrp;
36
37
  const ModifyInstanceParamRequest = models.ModifyInstanceParamRequest;
@@ -82,7 +83,6 @@ const DescribeProxyNodesRequest = models.DescribeProxyNodesRequest;
82
83
  const InquirePriceCreateResponse = models.InquirePriceCreateResponse;
83
84
  const DescribeClusterReadOnlyRequest = models.DescribeClusterReadOnlyRequest;
84
85
  const DescribeIntegrateTaskResponse = models.DescribeIntegrateTaskResponse;
85
- const Account = models.Account;
86
86
  const CreateClusterDatabaseResponse = models.CreateClusterDatabaseResponse;
87
87
  const CloseProxyResponse = models.CloseProxyResponse;
88
88
  const DescribeResourcePackageSaleSpecRequest = models.DescribeResourcePackageSaleSpecRequest;
@@ -91,6 +91,7 @@ const DescribeClusterInstanceGrpsResponse = models.DescribeClusterInstanceGrpsRe
91
91
  const ModifyBackupConfigResponse = models.ModifyBackupConfigResponse;
92
92
  const ModifyClusterDatabaseRequest = models.ModifyClusterDatabaseRequest;
93
93
  const DescribeServerlessStrategyResponse = models.DescribeServerlessStrategyResponse;
94
+ const InquirePriceMultiSpecResponse = models.InquirePriceMultiSpecResponse;
94
95
  const DescribeInstanceParamsResponse = models.DescribeInstanceParamsResponse;
95
96
  const ModifyBackupNameRequest = models.ModifyBackupNameRequest;
96
97
  const AuditRuleFilters = models.AuditRuleFilters;
@@ -100,6 +101,7 @@ const ProxyEndPointConfigInfo = models.ProxyEndPointConfigInfo;
100
101
  const DescribeServerlessInstanceSpecsResponse = models.DescribeServerlessInstanceSpecsResponse;
101
102
  const DescribeBinlogsRequest = models.DescribeBinlogsRequest;
102
103
  const InquirePriceModifyResponse = models.InquirePriceModifyResponse;
104
+ const SlaveZoneStockInfo = models.SlaveZoneStockInfo;
103
105
  const ModifyProxyRwSplitRequest = models.ModifyProxyRwSplitRequest;
104
106
  const DescribeResourcePackageListResponse = models.DescribeResourcePackageListResponse;
105
107
  const RuleFilters = models.RuleFilters;
@@ -115,6 +117,7 @@ const BindClusterResourcePackagesRequest = models.BindClusterResourcePackagesReq
115
117
  const IsolateInstanceResponse = models.IsolateInstanceResponse;
116
118
  const CopyClusterPasswordComplexityResponse = models.CopyClusterPasswordComplexityResponse;
117
119
  const DescribeClusterTransparentEncryptInfoRequest = models.DescribeClusterTransparentEncryptInfoRequest;
120
+ const GoodsSpec = models.GoodsSpec;
118
121
  const DeleteParamTemplateRequest = models.DeleteParamTemplateRequest;
119
122
  const ServerlessSpec = models.ServerlessSpec;
120
123
  const ModifyBackupDownloadRestrictionRequest = models.ModifyBackupDownloadRestrictionRequest;
@@ -209,11 +212,12 @@ const CreateAccountsResponse = models.CreateAccountsResponse;
209
212
  const CloseWanResponse = models.CloseWanResponse;
210
213
  const DescribeInstancesResponse = models.DescribeInstancesResponse;
211
214
  const SalePackageSpec = models.SalePackageSpec;
212
- const DescribeBinlogSaveDaysResponse = models.DescribeBinlogSaveDaysResponse;
215
+ const Account = models.Account;
213
216
  const ModifyResourcePackagesDeductionPriorityResponse = models.ModifyResourcePackagesDeductionPriorityResponse;
214
217
  const CloseWanRequest = models.CloseWanRequest;
215
218
  const InstanceNameWeight = models.InstanceNameWeight;
216
219
  const UpgradeProxyVersionRequest = models.UpgradeProxyVersionRequest;
220
+ const GoodsPrice = models.GoodsPrice;
217
221
  const ModifyResourcePackageClustersRequest = models.ModifyResourcePackageClustersRequest;
218
222
  const ObjectTask = models.ObjectTask;
219
223
  const DescribeFlowResponse = models.DescribeFlowResponse;
@@ -331,7 +335,7 @@ const DescribeBackupListRequest = models.DescribeBackupListRequest;
331
335
  const IntegrateInstanceInfo = models.IntegrateInstanceInfo;
332
336
  const ExportInstanceErrorLogsResponse = models.ExportInstanceErrorLogsResponse;
333
337
  const ParamItemDetail = models.ParamItemDetail;
334
- const SlaveZoneStockInfo = models.SlaveZoneStockInfo;
338
+ const DescribeBinlogSaveDaysResponse = models.DescribeBinlogSaveDaysResponse;
335
339
  const IsolateClusterResponse = models.IsolateClusterResponse;
336
340
  const ModifyVipVportResponse = models.ModifyVipVportResponse;
337
341
  const ModifyDBInstanceSecurityGroupsRequest = models.ModifyDBInstanceSecurityGroupsRequest;
@@ -932,6 +936,17 @@ class CynosdbClient extends AbstractClient {
932
936
  this.request("UpgradeProxy", req, resp, cb);
933
937
  }
934
938
 
939
+ /**
940
+ * This API is used to inquire prices in batch.
941
+ * @param {InquirePriceMultiSpecRequest} req
942
+ * @param {function(string, InquirePriceMultiSpecResponse):void} cb
943
+ * @public
944
+ */
945
+ InquirePriceMultiSpec(req, cb) {
946
+ let resp = new InquirePriceMultiSpecResponse();
947
+ this.request("InquirePriceMultiSpec", req, resp, cb);
948
+ }
949
+
935
950
  /**
936
951
  * This API is used to describe clusters.
937
952
  * @param {DescribeClustersRequest} req
@@ -748,6 +748,63 @@ class DescribeClusterDetailDatabasesRequest extends AbstractModel {
748
748
  }
749
749
  }
750
750
 
751
+ /**
752
+ * InquirePriceMultiSpec request structure.
753
+ * @class
754
+ */
755
+ class InquirePriceMultiSpecRequest extends AbstractModel {
756
+ constructor(){
757
+ super();
758
+
759
+ /**
760
+ * Availability zone. specifies the best practice for region provision.
761
+ * @type {string || null}
762
+ */
763
+ this.Zone = null;
764
+
765
+ /**
766
+ * Instance purchase type. available values are: PREPAID, POSTPAID, SERVERLESS.
767
+ * @type {string || null}
768
+ */
769
+ this.InstancePayMode = null;
770
+
771
+ /**
772
+ * Storage purchase type. available values are: PREPAID, POSTPAID.
773
+ * @type {string || null}
774
+ */
775
+ this.StoragePayMode = null;
776
+
777
+ /**
778
+ * Specifies the product specification.
779
+ * @type {Array.<GoodsSpec> || null}
780
+ */
781
+ this.GoodsSpecs = null;
782
+
783
+ }
784
+
785
+ /**
786
+ * @private
787
+ */
788
+ deserialize(params) {
789
+ if (!params) {
790
+ return;
791
+ }
792
+ this.Zone = 'Zone' in params ? params.Zone : null;
793
+ this.InstancePayMode = 'InstancePayMode' in params ? params.InstancePayMode : null;
794
+ this.StoragePayMode = 'StoragePayMode' in params ? params.StoragePayMode : null;
795
+
796
+ if (params.GoodsSpecs) {
797
+ this.GoodsSpecs = new Array();
798
+ for (let z in params.GoodsSpecs) {
799
+ let obj = new GoodsSpec();
800
+ obj.deserialize(params.GoodsSpecs[z]);
801
+ this.GoodsSpecs.push(obj);
802
+ }
803
+ }
804
+
805
+ }
806
+ }
807
+
751
808
  /**
752
809
  * CreateClusters response structure.
753
810
  * @class
@@ -4438,69 +4495,6 @@ class DescribeIntegrateTaskResponse extends AbstractModel {
4438
4495
  }
4439
4496
  }
4440
4497
 
4441
- /**
4442
- * Database account information
4443
- * @class
4444
- */
4445
- class Account extends AbstractModel {
4446
- constructor(){
4447
- super();
4448
-
4449
- /**
4450
- * Database account name
4451
- * @type {string || null}
4452
- */
4453
- this.AccountName = null;
4454
-
4455
- /**
4456
- * Database account description
4457
- * @type {string || null}
4458
- */
4459
- this.Description = null;
4460
-
4461
- /**
4462
- * Creation time
4463
- * @type {string || null}
4464
- */
4465
- this.CreateTime = null;
4466
-
4467
- /**
4468
- * Update time
4469
- * @type {string || null}
4470
- */
4471
- this.UpdateTime = null;
4472
-
4473
- /**
4474
- * Host
4475
- * @type {string || null}
4476
- */
4477
- this.Host = null;
4478
-
4479
- /**
4480
- * The max connections
4481
- * @type {number || null}
4482
- */
4483
- this.MaxUserConnections = null;
4484
-
4485
- }
4486
-
4487
- /**
4488
- * @private
4489
- */
4490
- deserialize(params) {
4491
- if (!params) {
4492
- return;
4493
- }
4494
- this.AccountName = 'AccountName' in params ? params.AccountName : null;
4495
- this.Description = 'Description' in params ? params.Description : null;
4496
- this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
4497
- this.UpdateTime = 'UpdateTime' in params ? params.UpdateTime : null;
4498
- this.Host = 'Host' in params ? params.Host : null;
4499
- this.MaxUserConnections = 'MaxUserConnections' in params ? params.MaxUserConnections : null;
4500
-
4501
- }
4502
- }
4503
-
4504
4498
  /**
4505
4499
  * CreateClusterDatabase response structure.
4506
4500
  * @class
@@ -4877,6 +4871,49 @@ no
4877
4871
  }
4878
4872
  }
4879
4873
 
4874
+ /**
4875
+ * InquirePriceMultiSpec response structure.
4876
+ * @class
4877
+ */
4878
+ class InquirePriceMultiSpecResponse extends AbstractModel {
4879
+ constructor(){
4880
+ super();
4881
+
4882
+ /**
4883
+ * Specifies the product price.
4884
+ * @type {Array.<GoodsPrice> || null}
4885
+ */
4886
+ this.GoodsPrice = null;
4887
+
4888
+ /**
4889
+ * 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.
4890
+ * @type {string || null}
4891
+ */
4892
+ this.RequestId = null;
4893
+
4894
+ }
4895
+
4896
+ /**
4897
+ * @private
4898
+ */
4899
+ deserialize(params) {
4900
+ if (!params) {
4901
+ return;
4902
+ }
4903
+
4904
+ if (params.GoodsPrice) {
4905
+ this.GoodsPrice = new Array();
4906
+ for (let z in params.GoodsPrice) {
4907
+ let obj = new GoodsPrice();
4908
+ obj.deserialize(params.GoodsPrice[z]);
4909
+ this.GoodsPrice.push(obj);
4910
+ }
4911
+ }
4912
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
4913
+
4914
+ }
4915
+ }
4916
+
4880
4917
  /**
4881
4918
  * DescribeInstanceParams response structure.
4882
4919
  * @class
@@ -5290,6 +5327,48 @@ class InquirePriceModifyResponse extends AbstractModel {
5290
5327
  }
5291
5328
  }
5292
5329
 
5330
+ /**
5331
+ *
5332
+ * @class
5333
+ */
5334
+ class SlaveZoneStockInfo extends AbstractModel {
5335
+ constructor(){
5336
+ super();
5337
+
5338
+ /**
5339
+ * Replica AZ.
5340
+ * @type {string || null}
5341
+ */
5342
+ this.SlaveZone = null;
5343
+
5344
+ /**
5345
+ * Inventory quantity in spare availability zone.
5346
+ * @type {number || null}
5347
+ */
5348
+ this.StockCount = null;
5349
+
5350
+ /**
5351
+ * Whether there is inventory in the spare availability zone.
5352
+ * @type {boolean || null}
5353
+ */
5354
+ this.HasStock = null;
5355
+
5356
+ }
5357
+
5358
+ /**
5359
+ * @private
5360
+ */
5361
+ deserialize(params) {
5362
+ if (!params) {
5363
+ return;
5364
+ }
5365
+ this.SlaveZone = 'SlaveZone' in params ? params.SlaveZone : null;
5366
+ this.StockCount = 'StockCount' in params ? params.StockCount : null;
5367
+ this.HasStock = 'HasStock' in params ? params.HasStock : null;
5368
+
5369
+ }
5370
+ }
5371
+
5293
5372
  /**
5294
5373
  * ModifyProxyRwSplit request structure.
5295
5374
  * @class
@@ -6077,6 +6156,90 @@ class DescribeClusterTransparentEncryptInfoRequest extends AbstractModel {
6077
6156
  }
6078
6157
  }
6079
6158
 
6159
+ /**
6160
+ * Product specification.
6161
+ * @class
6162
+ */
6163
+ class GoodsSpec extends AbstractModel {
6164
+ constructor(){
6165
+ super();
6166
+
6167
+ /**
6168
+ * Number of products
6169
+ Note: This field may return null, indicating that no valid values can be obtained.
6170
+ * @type {number || null}
6171
+ */
6172
+ this.GoodsNum = null;
6173
+
6174
+ /**
6175
+ * Number of CPU cores. required for PREPAID and POSTPAID instance types.
6176
+ Note: This field may return null, indicating that no valid values can be obtained.
6177
+ * @type {number || null}
6178
+ */
6179
+ this.Cpu = null;
6180
+
6181
+ /**
6182
+ * Memory size in gb. required for PREPAID and POSTPAID instance types.
6183
+ Note: This field may return null, indicating that no valid values can be obtained.
6184
+ * @type {number || null}
6185
+ */
6186
+ this.Memory = null;
6187
+
6188
+ /**
6189
+ * Ccu size. required for serverless type.
6190
+ Note: This field may return null, indicating that no valid values can be obtained.
6191
+ * @type {number || null}
6192
+ */
6193
+ this.Ccu = null;
6194
+
6195
+ /**
6196
+ * Storage size. required for PREPAID storage type.
6197
+ Note: This field may return null, indicating that no valid values can be obtained.
6198
+ * @type {number || null}
6199
+ */
6200
+ this.StorageLimit = null;
6201
+
6202
+ /**
6203
+ * Purchase duration.
6204
+ Note: This field may return null, indicating that no valid values can be obtained.
6205
+ * @type {number || null}
6206
+ */
6207
+ this.TimeSpan = null;
6208
+
6209
+ /**
6210
+ * Duration unit.
6211
+ Note: This field may return null, indicating that no valid values can be obtained.
6212
+ * @type {string || null}
6213
+ */
6214
+ this.TimeUnit = null;
6215
+
6216
+ /**
6217
+ * Machine type.
6218
+ * @type {string || null}
6219
+ */
6220
+ this.DeviceType = null;
6221
+
6222
+ }
6223
+
6224
+ /**
6225
+ * @private
6226
+ */
6227
+ deserialize(params) {
6228
+ if (!params) {
6229
+ return;
6230
+ }
6231
+ this.GoodsNum = 'GoodsNum' in params ? params.GoodsNum : null;
6232
+ this.Cpu = 'Cpu' in params ? params.Cpu : null;
6233
+ this.Memory = 'Memory' in params ? params.Memory : null;
6234
+ this.Ccu = 'Ccu' in params ? params.Ccu : null;
6235
+ this.StorageLimit = 'StorageLimit' in params ? params.StorageLimit : null;
6236
+ this.TimeSpan = 'TimeSpan' in params ? params.TimeSpan : null;
6237
+ this.TimeUnit = 'TimeUnit' in params ? params.TimeUnit : null;
6238
+ this.DeviceType = 'DeviceType' in params ? params.DeviceType : null;
6239
+
6240
+ }
6241
+ }
6242
+
6080
6243
  /**
6081
6244
  * DeleteParamTemplate request structure.
6082
6245
  * @class
@@ -11195,24 +11358,48 @@ base - basic version; common - general version; enterprise - enterprise edition.
11195
11358
  }
11196
11359
 
11197
11360
  /**
11198
- * DescribeBinlogSaveDays response structure.
11361
+ * Database account information
11199
11362
  * @class
11200
11363
  */
11201
- class DescribeBinlogSaveDaysResponse extends AbstractModel {
11364
+ class Account extends AbstractModel {
11202
11365
  constructor(){
11203
11366
  super();
11204
11367
 
11205
11368
  /**
11206
- * Binlog retention period in days
11207
- * @type {number || null}
11369
+ * Database account name
11370
+ * @type {string || null}
11208
11371
  */
11209
- this.BinlogSaveDays = null;
11372
+ this.AccountName = null;
11210
11373
 
11211
11374
  /**
11212
- * 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.
11375
+ * Database account description
11213
11376
  * @type {string || null}
11214
11377
  */
11215
- this.RequestId = null;
11378
+ this.Description = null;
11379
+
11380
+ /**
11381
+ * Creation time
11382
+ * @type {string || null}
11383
+ */
11384
+ this.CreateTime = null;
11385
+
11386
+ /**
11387
+ * Update time
11388
+ * @type {string || null}
11389
+ */
11390
+ this.UpdateTime = null;
11391
+
11392
+ /**
11393
+ * Host
11394
+ * @type {string || null}
11395
+ */
11396
+ this.Host = null;
11397
+
11398
+ /**
11399
+ * The max connections
11400
+ * @type {number || null}
11401
+ */
11402
+ this.MaxUserConnections = null;
11216
11403
 
11217
11404
  }
11218
11405
 
@@ -11223,8 +11410,12 @@ class DescribeBinlogSaveDaysResponse extends AbstractModel {
11223
11410
  if (!params) {
11224
11411
  return;
11225
11412
  }
11226
- this.BinlogSaveDays = 'BinlogSaveDays' in params ? params.BinlogSaveDays : null;
11227
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
11413
+ this.AccountName = 'AccountName' in params ? params.AccountName : null;
11414
+ this.Description = 'Description' in params ? params.Description : null;
11415
+ this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
11416
+ this.UpdateTime = 'UpdateTime' in params ? params.UpdateTime : null;
11417
+ this.Host = 'Host' in params ? params.Host : null;
11418
+ this.MaxUserConnections = 'MaxUserConnections' in params ? params.MaxUserConnections : null;
11228
11419
 
11229
11420
  }
11230
11421
  }
@@ -11376,6 +11567,66 @@ class UpgradeProxyVersionRequest extends AbstractModel {
11376
11567
  }
11377
11568
  }
11378
11569
 
11570
+ /**
11571
+ * Item price.
11572
+ * @class
11573
+ */
11574
+ class GoodsPrice extends AbstractModel {
11575
+ constructor(){
11576
+ super();
11577
+
11578
+ /**
11579
+ * Specifies the instance price.
11580
+ Note: This field may return null, indicating that no valid values can be obtained.
11581
+ * @type {TradePrice || null}
11582
+ */
11583
+ this.InstancePrice = null;
11584
+
11585
+ /**
11586
+ * Specifies the storage price.
11587
+ Note: This field may return null, indicating that no valid values can be obtained.
11588
+ * @type {TradePrice || null}
11589
+ */
11590
+ this.StoragePrice = null;
11591
+
11592
+ /**
11593
+ * Specifies the product specification.
11594
+ Note: This field may return null, indicating that no valid values can be obtained.
11595
+ * @type {GoodsSpec || null}
11596
+ */
11597
+ this.GoodsSpec = null;
11598
+
11599
+ }
11600
+
11601
+ /**
11602
+ * @private
11603
+ */
11604
+ deserialize(params) {
11605
+ if (!params) {
11606
+ return;
11607
+ }
11608
+
11609
+ if (params.InstancePrice) {
11610
+ let obj = new TradePrice();
11611
+ obj.deserialize(params.InstancePrice)
11612
+ this.InstancePrice = obj;
11613
+ }
11614
+
11615
+ if (params.StoragePrice) {
11616
+ let obj = new TradePrice();
11617
+ obj.deserialize(params.StoragePrice)
11618
+ this.StoragePrice = obj;
11619
+ }
11620
+
11621
+ if (params.GoodsSpec) {
11622
+ let obj = new GoodsSpec();
11623
+ obj.deserialize(params.GoodsSpec)
11624
+ this.GoodsSpec = obj;
11625
+ }
11626
+
11627
+ }
11628
+ }
11629
+
11379
11630
  /**
11380
11631
  * ModifyResourcePackageClusters request structure.
11381
11632
  * @class
@@ -17741,30 +17992,24 @@ class ParamItemDetail extends AbstractModel {
17741
17992
  }
17742
17993
 
17743
17994
  /**
17744
- *
17995
+ * DescribeBinlogSaveDays response structure.
17745
17996
  * @class
17746
17997
  */
17747
- class SlaveZoneStockInfo extends AbstractModel {
17998
+ class DescribeBinlogSaveDaysResponse extends AbstractModel {
17748
17999
  constructor(){
17749
18000
  super();
17750
18001
 
17751
18002
  /**
17752
- * Replica AZ.
17753
- * @type {string || null}
17754
- */
17755
- this.SlaveZone = null;
17756
-
17757
- /**
17758
- * Inventory quantity in spare availability zone.
18003
+ * Binlog retention period in days
17759
18004
  * @type {number || null}
17760
18005
  */
17761
- this.StockCount = null;
18006
+ this.BinlogSaveDays = null;
17762
18007
 
17763
18008
  /**
17764
- * Whether there is inventory in the spare availability zone.
17765
- * @type {boolean || null}
18009
+ * 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.
18010
+ * @type {string || null}
17766
18011
  */
17767
- this.HasStock = null;
18012
+ this.RequestId = null;
17768
18013
 
17769
18014
  }
17770
18015
 
@@ -17775,9 +18020,8 @@ class SlaveZoneStockInfo extends AbstractModel {
17775
18020
  if (!params) {
17776
18021
  return;
17777
18022
  }
17778
- this.SlaveZone = 'SlaveZone' in params ? params.SlaveZone : null;
17779
- this.StockCount = 'StockCount' in params ? params.StockCount : null;
17780
- this.HasStock = 'HasStock' in params ? params.HasStock : null;
18023
+ this.BinlogSaveDays = 'BinlogSaveDays' in params ? params.BinlogSaveDays : null;
18024
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
17781
18025
 
17782
18026
  }
17783
18027
  }
@@ -20431,6 +20675,7 @@ module.exports = {
20431
20675
  DescribeSlaveZonesResponse: DescribeSlaveZonesResponse,
20432
20676
  DescribeProxiesResponse: DescribeProxiesResponse,
20433
20677
  DescribeClusterDetailDatabasesRequest: DescribeClusterDetailDatabasesRequest,
20678
+ InquirePriceMultiSpecRequest: InquirePriceMultiSpecRequest,
20434
20679
  CreateClustersResponse: CreateClustersResponse,
20435
20680
  CynosdbInstanceGrp: CynosdbInstanceGrp,
20436
20681
  ModifyInstanceParamRequest: ModifyInstanceParamRequest,
@@ -20482,7 +20727,6 @@ module.exports = {
20482
20727
  InquirePriceCreateResponse: InquirePriceCreateResponse,
20483
20728
  DescribeClusterReadOnlyRequest: DescribeClusterReadOnlyRequest,
20484
20729
  DescribeIntegrateTaskResponse: DescribeIntegrateTaskResponse,
20485
- Account: Account,
20486
20730
  CreateClusterDatabaseResponse: CreateClusterDatabaseResponse,
20487
20731
  CloseProxyResponse: CloseProxyResponse,
20488
20732
  DescribeResourcePackageSaleSpecRequest: DescribeResourcePackageSaleSpecRequest,
@@ -20491,6 +20735,7 @@ module.exports = {
20491
20735
  ModifyBackupConfigResponse: ModifyBackupConfigResponse,
20492
20736
  ModifyClusterDatabaseRequest: ModifyClusterDatabaseRequest,
20493
20737
  DescribeServerlessStrategyResponse: DescribeServerlessStrategyResponse,
20738
+ InquirePriceMultiSpecResponse: InquirePriceMultiSpecResponse,
20494
20739
  DescribeInstanceParamsResponse: DescribeInstanceParamsResponse,
20495
20740
  ModifyBackupNameRequest: ModifyBackupNameRequest,
20496
20741
  AuditRuleFilters: AuditRuleFilters,
@@ -20500,6 +20745,7 @@ module.exports = {
20500
20745
  DescribeServerlessInstanceSpecsResponse: DescribeServerlessInstanceSpecsResponse,
20501
20746
  DescribeBinlogsRequest: DescribeBinlogsRequest,
20502
20747
  InquirePriceModifyResponse: InquirePriceModifyResponse,
20748
+ SlaveZoneStockInfo: SlaveZoneStockInfo,
20503
20749
  ModifyProxyRwSplitRequest: ModifyProxyRwSplitRequest,
20504
20750
  DescribeResourcePackageListResponse: DescribeResourcePackageListResponse,
20505
20751
  RuleFilters: RuleFilters,
@@ -20515,6 +20761,7 @@ module.exports = {
20515
20761
  IsolateInstanceResponse: IsolateInstanceResponse,
20516
20762
  CopyClusterPasswordComplexityResponse: CopyClusterPasswordComplexityResponse,
20517
20763
  DescribeClusterTransparentEncryptInfoRequest: DescribeClusterTransparentEncryptInfoRequest,
20764
+ GoodsSpec: GoodsSpec,
20518
20765
  DeleteParamTemplateRequest: DeleteParamTemplateRequest,
20519
20766
  ServerlessSpec: ServerlessSpec,
20520
20767
  ModifyBackupDownloadRestrictionRequest: ModifyBackupDownloadRestrictionRequest,
@@ -20609,11 +20856,12 @@ module.exports = {
20609
20856
  CloseWanResponse: CloseWanResponse,
20610
20857
  DescribeInstancesResponse: DescribeInstancesResponse,
20611
20858
  SalePackageSpec: SalePackageSpec,
20612
- DescribeBinlogSaveDaysResponse: DescribeBinlogSaveDaysResponse,
20859
+ Account: Account,
20613
20860
  ModifyResourcePackagesDeductionPriorityResponse: ModifyResourcePackagesDeductionPriorityResponse,
20614
20861
  CloseWanRequest: CloseWanRequest,
20615
20862
  InstanceNameWeight: InstanceNameWeight,
20616
20863
  UpgradeProxyVersionRequest: UpgradeProxyVersionRequest,
20864
+ GoodsPrice: GoodsPrice,
20617
20865
  ModifyResourcePackageClustersRequest: ModifyResourcePackageClustersRequest,
20618
20866
  ObjectTask: ObjectTask,
20619
20867
  DescribeFlowResponse: DescribeFlowResponse,
@@ -20731,7 +20979,7 @@ module.exports = {
20731
20979
  IntegrateInstanceInfo: IntegrateInstanceInfo,
20732
20980
  ExportInstanceErrorLogsResponse: ExportInstanceErrorLogsResponse,
20733
20981
  ParamItemDetail: ParamItemDetail,
20734
- SlaveZoneStockInfo: SlaveZoneStockInfo,
20982
+ DescribeBinlogSaveDaysResponse: DescribeBinlogSaveDaysResponse,
20735
20983
  IsolateClusterResponse: IsolateClusterResponse,
20736
20984
  ModifyVipVportResponse: ModifyVipVportResponse,
20737
20985
  ModifyDBInstanceSecurityGroupsRequest: ModifyDBInstanceSecurityGroupsRequest,
@@ -390,7 +390,7 @@ class MdpClient extends AbstractClient {
390
390
  }
391
391
 
392
392
  /**
393
- * BindSSAICDNDomainWithChannel
393
+ * This API is used to bind a CDN playback domain to a channel.
394
394
  * @param {BindSSAICDNDomainWithChannelRequest} req
395
395
  * @param {function(string, BindSSAICDNDomainWithChannelResponse):void} cb
396
396
  * @public
@@ -709,7 +709,7 @@ class MdpClient extends AbstractClient {
709
709
  }
710
710
 
711
711
  /**
712
- * UnbindSSAICDNDomainWithChannel
712
+ * This API is used to cancel the correlation between a channel and a CDN playback domain.
713
713
  * @param {UnbindSSAICDNDomainWithChannelRequest} req
714
714
  * @param {function(string, UnbindSSAICDNDomainWithChannelResponse):void} cb
715
715
  * @public
@@ -1208,13 +1208,13 @@ class UnbindSSAICDNDomainWithChannelRequest extends AbstractModel {
1208
1208
  super();
1209
1209
 
1210
1210
  /**
1211
- * Channel Id
1211
+ * Channel Id.
1212
1212
  * @type {string || null}
1213
1213
  */
1214
1214
  this.ChannelId = null;
1215
1215
 
1216
1216
  /**
1217
- * The domain name for CDN playback.
1217
+ * Specifies the playback domain of CDN.
1218
1218
  * @type {string || null}
1219
1219
  */
1220
1220
  this.CdnDomain = null;
@@ -6370,13 +6370,13 @@ class BindSSAICDNDomainWithChannelRequest extends AbstractModel {
6370
6370
  super();
6371
6371
 
6372
6372
  /**
6373
- * Channel Id
6373
+ * Channel Id.
6374
6374
  * @type {string || null}
6375
6375
  */
6376
6376
  this.ChannelId = null;
6377
6377
 
6378
6378
  /**
6379
- * The domain name for CDN playback.
6379
+ * Specifies the playback domain of CDN.
6380
6380
  * @type {string || null}
6381
6381
  */
6382
6382
  this.CdnDomain = null;
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20181225: require("./v20181225"), v20210331: require("./v20210331"),
2
+ v20210331: require("./v20210331"), v20181225: require("./v20181225"),
3
3
  };
@@ -2023,42 +2023,36 @@ class DescribeTeamListInfoResp extends AbstractModel {
2023
2023
 
2024
2024
  /**
2025
2025
  * Team ID
2026
- Note: This field may return null, indicating that no valid values can be obtained.
2027
2026
  * @type {string || null}
2028
2027
  */
2029
2028
  this.TeamId = null;
2030
2029
 
2031
2030
  /**
2032
2031
  * Team name
2033
- Note: This field may return null, indicating that no valid values can be obtained.
2034
2032
  * @type {string || null}
2035
2033
  */
2036
2034
  this.TeamName = null;
2037
2035
 
2038
2036
  /**
2039
- * Admin ID
2040
- Note: This field may return null, indicating that no valid values can be obtained.
2037
+ * Administrator user ID
2041
2038
  * @type {string || null}
2042
2039
  */
2043
2040
  this.AdminUserId = null;
2044
2041
 
2045
2042
  /**
2046
- * Admin account
2047
- Note: This field may return null, indicating that no valid values can be obtained.
2043
+ * Administrator account
2048
2044
  * @type {string || null}
2049
2045
  */
2050
2046
  this.AdminUserAccount = null;
2051
2047
 
2052
2048
  /**
2053
- * Admin username
2054
- Note: This field may return null, indicating that no valid values can be obtained.
2049
+ * Administrator username
2055
2050
  * @type {string || null}
2056
2051
  */
2057
2052
  this.AdminUserName = null;
2058
2053
 
2059
2054
  /**
2060
2055
  * Number of team members
2061
- Note: This field may return null, indicating that no valid values can be obtained.
2062
2056
  * @type {number || null}
2063
2057
  */
2064
2058
  this.MemberCount = null;
@@ -2071,7 +2065,6 @@ Note: This field may return null, indicating that no valid values can be obtaine
2071
2065
 
2072
2066
  /**
2073
2067
  * Team permission type
2074
- Note: This field may return null, indicating that no valid values can be obtained.
2075
2068
  * @type {Array.<number> || null}
2076
2069
  */
2077
2070
  this.TeamRoleTypeList = null;
@@ -2082,6 +2075,18 @@ Note: This field may return null, indicating that no valid values can be obtaine
2082
2075
  */
2083
2076
  this.RelatedTeamId = null;
2084
2077
 
2078
+ /**
2079
+ * Team expiration time. 0 means never expire.
2080
+ * @type {number || null}
2081
+ */
2082
+ this.ExpireTime = null;
2083
+
2084
+ /**
2085
+ * Team status. valid values: 1: normal; 2: disabled; 3: expired.
2086
+ * @type {number || null}
2087
+ */
2088
+ this.Status = null;
2089
+
2085
2090
  }
2086
2091
 
2087
2092
  /**
@@ -2100,6 +2105,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
2100
2105
  this.RegisterLink = 'RegisterLink' in params ? params.RegisterLink : null;
2101
2106
  this.TeamRoleTypeList = 'TeamRoleTypeList' in params ? params.TeamRoleTypeList : null;
2102
2107
  this.RelatedTeamId = 'RelatedTeamId' in params ? params.RelatedTeamId : null;
2108
+ this.ExpireTime = 'ExpireTime' in params ? params.ExpireTime : null;
2109
+ this.Status = 'Status' in params ? params.Status : null;
2103
2110
 
2104
2111
  }
2105
2112
  }
@@ -6626,15 +6633,13 @@ class DescribeTeamPageResp extends AbstractModel {
6626
6633
  super();
6627
6634
 
6628
6635
  /**
6629
- * Total number of entries
6630
- Note: This field may return null, indicating that no valid values can be obtained.
6636
+ * Total count
6631
6637
  * @type {number || null}
6632
6638
  */
6633
6639
  this.TotalCount = null;
6634
6640
 
6635
6641
  /**
6636
6642
  * List information
6637
- Note: This field may return null, indicating that no valid values can be obtained.
6638
6643
  * @type {Array.<DescribeTeamListInfoResp> || null}
6639
6644
  */
6640
6645
  this.DataList = null;
@@ -6999,7 +7004,7 @@ class DescribeTeamListRequest extends AbstractModel {
6999
7004
  this.Offset = null;
7000
7005
 
7001
7006
  /**
7002
- * Number of results per page
7007
+ * Page size
7003
7008
  * @type {number || null}
7004
7009
  */
7005
7010
  this.Limit = null;
@@ -7011,7 +7016,7 @@ class DescribeTeamListRequest extends AbstractModel {
7011
7016
  this.PlatformId = null;
7012
7017
 
7013
7018
  /**
7014
- * Name of the team to be queried
7019
+ * Team name to be queried
7015
7020
  * @type {string || null}
7016
7021
  */
7017
7022
  this.Keyword = null;
@@ -7743,49 +7748,42 @@ class DescribeTeamDetailResp extends AbstractModel {
7743
7748
 
7744
7749
  /**
7745
7750
  * Team name
7746
- Note: This field may return null, indicating that no valid values can be obtained.
7747
7751
  * @type {string || null}
7748
7752
  */
7749
7753
  this.TeamName = null;
7750
7754
 
7751
7755
  /**
7752
- * Team role type 1-Mini program team 2-Application team
7753
- Note: This field may return null, indicating that no valid values can be obtained.
7756
+ * Team role type 1-mini program team 2-application team
7754
7757
  * @type {number || null}
7755
7758
  */
7756
7759
  this.TeamRoleType = null;
7757
7760
 
7758
7761
  /**
7759
- * Admin account
7760
- Note: This field may return null, indicating that no valid values can be obtained.
7762
+ * Administrator account
7761
7763
  * @type {string || null}
7762
7764
  */
7763
7765
  this.AdminUserAccount = null;
7764
7766
 
7765
7767
  /**
7766
7768
  * Creator
7767
- Note: This field may return null, indicating that no valid values can be obtained.
7768
7769
  * @type {string || null}
7769
7770
  */
7770
7771
  this.CreateUser = null;
7771
7772
 
7772
7773
  /**
7773
7774
  * Creation time
7774
- Note: This field may return null, indicating that no valid values can be obtained.
7775
7775
  * @type {string || null}
7776
7776
  */
7777
7777
  this.CreateTime = null;
7778
7778
 
7779
7779
  /**
7780
7780
  * Number of team members
7781
- Note: This field may return null, indicating that no valid values can be obtained.
7782
7781
  * @type {number || null}
7783
7782
  */
7784
7783
  this.MemberCount = null;
7785
7784
 
7786
7785
  /**
7787
7786
  * Number of bound mini program teams
7788
- Note: This field may return null, indicating that no valid values can be obtained.
7789
7787
  * @type {number || null}
7790
7788
  */
7791
7789
  this.BindMiniTeamCount = null;
@@ -7803,11 +7801,23 @@ Note: This field may return null, indicating that no valid values can be obtaine
7803
7801
  this.RegisterLink = null;
7804
7802
 
7805
7803
  /**
7806
- * Application name. It’s required when querying details of a mini program team.
7804
+ * Application name. It Is required when querying details of a mini program team.
7807
7805
  * @type {string || null}
7808
7806
  */
7809
7807
  this.ApplicationName = null;
7810
7808
 
7809
+ /**
7810
+ * Team expiration time. 0 means never expire.
7811
+ * @type {number || null}
7812
+ */
7813
+ this.ExpireTime = null;
7814
+
7815
+ /**
7816
+ * Team status. valid values: 1: normal; 2: disabled; 3: expired.
7817
+ * @type {number || null}
7818
+ */
7819
+ this.Status = null;
7820
+
7811
7821
  }
7812
7822
 
7813
7823
  /**
@@ -7827,6 +7837,8 @@ Note: This field may return null, indicating that no valid values can be obtaine
7827
7837
  this.BindTeamName = 'BindTeamName' in params ? params.BindTeamName : null;
7828
7838
  this.RegisterLink = 'RegisterLink' in params ? params.RegisterLink : null;
7829
7839
  this.ApplicationName = 'ApplicationName' in params ? params.ApplicationName : null;
7840
+ this.ExpireTime = 'ExpireTime' in params ? params.ExpireTime : null;
7841
+ this.Status = 'Status' in params ? params.Status : null;
7830
7842
 
7831
7843
  }
7832
7844
  }
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210701: require("./v20210701"), v20201221: require("./v20201221"),
2
+ v20201221: require("./v20201221"), v20210701: require("./v20210701"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20220106: require("./v20220106"), v20220901: require("./v20220901"),
2
+ v20220901: require("./v20220901"), v20220106: require("./v20220106"),
3
3
  };
@@ -3216,37 +3216,37 @@ class DescribeTopL7AnalysisDataRequest extends AbstractModel {
3216
3216
  this.EndTime = null;
3217
3217
 
3218
3218
  /**
3219
- * Queried metric. Valid values:
3220
- <li> l7Flow_outFlux_country: L7 EdgeOne response traffic aggregated by the country/region dimension;</li>
3221
- <li> l7Flow_outFlux_province: L7 EdgeOne response traffic aggregated by the dimension of provinces in chinese mainland;</li>
3222
- <li> l7Flow_outFlux_statusCode: L7 EdgeOne response traffic aggregated by the status code dimension;</li>
3223
- <li> l7Flow_outFlux_domain: L7 EdgeOne response traffic aggregated by the domain name dimension;</li>
3224
- <li>l7Flow_outFlux_url: L7 EdgeOne response traffic aggregated by url path dimension.</li>
3225
- <li> l7Flow_outFlux_resourceType: L7 EdgeOne response traffic aggregated by the resource type dimension;</li>
3226
- <li> l7Flow_outFlux_sip: L7 EdgeOne response traffic aggregated by the client IP dimension;</li>
3227
- <li>l7Flow_outFlux_referers: L7 EdgeOne response traffic aggregated by referer dimension.</li>
3228
- <li> l7Flow_outFlux_ua_device: L7 EdgeOne response traffic aggregated by the device type dimension;</li>
3229
- <li> l7Flow_outFlux_ua_browser: L7 EdgeOne response traffic aggregated by the browser type dimension;</li>
3230
- <li> l7Flow_outFlux_ua_os: L7 EdgeOne response traffic aggregated by the operating system type dimension;</li>
3231
- <li> l7Flow_outFlux_ua: L7 EdgeOne response traffic aggregated by the User-Agent dimension;</li>
3232
- <li> l7Flow_request_country: L7 request count aggregated by the country/region dimension;</li>
3233
- <li> l7Flow_request_province: L7 request count aggregated by the dimension of provinces in the chinese mainland;</li>
3234
- <li> l7Flow_request_statusCode: L7 request count aggregated by the status code dimension;</li>
3235
- <li> l7Flow_request_domain: L7 request count aggregated by the domain name dimension;</li>
3236
- <li>l7Flow_request_url: L7 request count aggregated by url Path dimension.</li>
3237
- <li> l7Flow_request_resourceType: L7 request count aggregated by resource type dimension;</li>
3238
- <li> l7Flow_request_sip: L7 request count aggregated by the client IP dimension;</li>
3239
- <li>l7Flow_request_referer: L7 request count aggregated by referer dimension.</li>
3240
- <li> l7Flow_request_ua_device: L7 request count aggregated by the device type dimension;</li>
3241
- <li> l7Flow_request_ua_browser: L7 request count aggregated by the browser type dimension;</li>
3242
- <li> l7Flow_request_ua_os: L7 request count aggregated by the operating system type dimension.</li>
3243
- <li> l7Flow_request_ua: L7 request count aggregated by the User-Agent dimension.</li>
3219
+ * Queried metric. valid values:.
3220
+ <li> l7Flow_outFlux_country: specifies the l7 EdgeOne response traffic metric counted by the country/region dimension.</li>.
3221
+ <li> l7Flow_outFlux_province: specifies the l7 EdgeOne response traffic metric counted by the dimension of provinces in chinese mainland.</li>.
3222
+ <li> l7Flow_outFlux_statusCode: specifies the l7 EdgeOne response traffic metric by status code dimension.</li>.
3223
+ <li> l7Flow_outFlux_domain: specifies the l7 EdgeOne response traffic metric counted by domain name dimension.</li>.
3224
+ <li>l7Flow_outFlux_url: specifies the l7 EdgeOne response traffic metric counted by url Path dimension.</li>.
3225
+ <li> l7Flow_outFlux_resourceType: specifies the l7 EdgeOne response traffic metric counted by resource type dimension.</li>.
3226
+ <li> l7Flow_outFlux_sip: specifies the l7 EdgeOne response traffic metric counted by the client IP dimension.</li>.
3227
+ <li>l7Flow_outFlux_referers: specifies the l7 EdgeOne response traffic statistics by Referer dimension.</li>.
3228
+ <li> l7Flow_outFlux_ua_device: specifies the l7 EdgeOne response traffic metric counted by device type dimension.</li>.
3229
+ <li> l7Flow_outFlux_ua_browser: specifies the l7 EdgeOne response traffic metric by browser type dimension.</li>.
3230
+ <li> l7Flow_outFlux_ua_os: specifies the l7 EdgeOne response traffic metric counted by the operating system type dimension.</li>.
3231
+ <li> l7Flow_outFlux_ua: specifies the l7 EdgeOne response traffic metric by User-Agent dimension statistics.</li>.
3232
+ <li> l7Flow_request_country: specifies the l7 access request count metric by country/region dimension.</li>.
3233
+ <li> l7Flow_request_province: specifies the l7 access request count metric by province in the chinese mainland.</li>.
3234
+ <li> l7Flow_request_statusCode: specifies the l7 access request count metric by status code dimension.</li>.
3235
+ <li> l7Flow_request_domain: specifies the l7 access request count metric counted by the domain name dimension.</li>.
3236
+ <li> l7Flow_request_url: specifies the l7 access request count metric counted by url Path dimension. </li>.
3237
+ <li> l7Flow_request_resourceType: specifies the l7 access request count metric counted by the resource type dimension.</li>.
3238
+ <li> l7Flow_request_sip: specifies the l7 access request count metric counted by the client IP dimension.</li>.
3239
+ <li>l7Flow_request_referer: specifies l7 access request count metrics by referer dimension.</li>.
3240
+ <li> l7Flow_request_ua_device: specifies the l7 access request count metric by device type dimension.</li>.
3241
+ <li> l7Flow_request_ua_browser: specifies the l7 access request count metric by browser type dimension.</li>.
3242
+ <li> l7Flow_request_ua_os: specifies the l7 access request count metric counted by the operating system type dimension.</li>.
3243
+ <li> l7Flow_request_ua: l7 access request count metric counted by the User-Agent dimension.</li>.
3244
3244
  * @type {string || null}
3245
3245
  */
3246
3246
  this.MetricName = null;
3247
3247
 
3248
3248
  /**
3249
- * Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
3249
+ * Site ID list. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
3250
3250
  * @type {Array.<string> || null}
3251
3251
  */
3252
3252
  this.ZoneIds = null;
@@ -3258,19 +3258,20 @@ class DescribeTopL7AnalysisDataRequest extends AbstractModel {
3258
3258
  this.Limit = null;
3259
3259
 
3260
3260
  /**
3261
- * Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
3261
+ * Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.comom/document/product/1552/98219?from_cn_redirect=1#1aaf1150-55a4-4b4d-b103-3a8317ac7945).
3262
+ If needed, limit the site or content identifier by importing the corresponding value in the `ZoneIds.N` parameter.
3262
3263
  * @type {Array.<QueryCondition> || null}
3263
3264
  */
3264
3265
  this.Filters = null;
3265
3266
 
3266
3267
  /**
3267
- * Query time granularity. This parameter is deprecated.
3268
+ * Query time granularity. this parameter is invalid. to be deprecated.
3268
3269
  * @type {string || null}
3269
3270
  */
3270
3271
  this.Interval = null;
3271
3272
 
3272
3273
  /**
3273
- * Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
3274
+ * Data ownership region. this parameter is deprecated. please filter data by client region in `Filters.country`.
3274
3275
  * @type {string || null}
3275
3276
  */
3276
3277
  this.Area = null;
@@ -6060,7 +6061,7 @@ class DownloadL4LogsRequest extends AbstractModel {
6060
6061
  this.EndTime = null;
6061
6062
 
6062
6063
  /**
6063
- * ZoneId set. This parameter is required.
6064
+ * ZoneId set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980).
6064
6065
  * @type {Array.<string> || null}
6065
6066
  */
6066
6067
  this.ZoneIds = null;
@@ -9538,7 +9539,7 @@ class MaxAge extends AbstractModel {
9538
9539
  this.FollowOrigin = null;
9539
9540
 
9540
9541
  /**
9541
- * Specifies the maximum amount of time (in seconds). The maximum value is 365 days.
9542
+ * Specifies the maximum amount of time (in seconds). Value range: 0 to 315360000.
9542
9543
  Note: The value `0` means not to cache.
9543
9544
  * @type {number || null}
9544
9545
  */
@@ -10805,7 +10806,7 @@ class Task extends AbstractModel {
10805
10806
  this.FailType = null;
10806
10807
 
10807
10808
  /**
10808
- * Failure description for refresh and preheating.
10809
+ * Description of the reason for cache purge or warm cache failure.
10809
10810
  * @type {string || null}
10810
10811
  */
10811
10812
  this.FailMessage = null;
@@ -14553,7 +14554,7 @@ class DownloadL7LogsRequest extends AbstractModel {
14553
14554
  this.EndTime = null;
14554
14555
 
14555
14556
  /**
14556
- * ZoneId set. This parameter is required.
14557
+ * ZoneId set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980).
14557
14558
  * @type {Array.<string> || null}
14558
14559
  */
14559
14560
  this.ZoneIds = null;
@@ -17267,7 +17268,7 @@ class DescribePurgeTasksRequest extends AbstractModel {
17267
17268
  super();
17268
17269
 
17269
17270
  /**
17270
- * Site ID. This parameter is required.
17271
+ * Site ID. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980)
17271
17272
  * @type {string || null}
17272
17273
  */
17273
17274
  this.ZoneId = null;
@@ -17301,8 +17302,8 @@ class DescribePurgeTasksRequest extends AbstractModel {
17301
17302
  <li>job-id: Filter by task ID in the format like 1379afjk91u32h. Multiple values and fuzzy queries are not supported.</li>
17302
17303
  <li>target: Filter by target resource information in the format like http://www.qq.com/1.txt or tag1. Multiple values are not supported yet. Fuzzy queries are supported.</li>
17303
17304
  <li>domains: Filter by domain name in the format like www.qq.com. Fuzzy queries are not supported.</li>
17304
- <li>statuses: Filter by task status. Fuzzy queries are not supported. Options:<br>?? processing: processing<br>?? success: successful<br>?? failed: failed<br>?? timeout: timed out</li>
17305
- <li>type: Filter by cache clearance type. Multiple values and fuzzy queries are not supported yet. Options: <br>?? purge_url: URL<br>?? purge_prefix: prefix<br>?? purge_all: all cached content<br>?? purge_host: Hostname<br>?? purge_cache_tag: CacheTag</li>
17305
+ <li>statuses: Filter by task status. Fuzzy queries are not supported. Options:<br>processing: processing<br>success: successful<br>failed: failed<br>timeout: timed out<br>canceled: Canceled</li>
17306
+ <li>type: Filter by cache clearance type. Multiple values and fuzzy queries are not supported yet. Options: <br>purge_url: URL<br>purge_prefix: prefix<br>purge_all: all cached content<br>purge_host: Hostname<br>purge_cache_tag: CacheTag</li>
17306
17307
  * @type {Array.<AdvancedFilter> || null}
17307
17308
  */
17308
17309
  this.Filters = null;
@@ -18160,7 +18161,7 @@ class DescribeDDoSAttackEventRequest extends AbstractModel {
18160
18161
  this.PolicyIds = null;
18161
18162
 
18162
18163
  /**
18163
- * Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
18164
+ * Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
18164
18165
  * @type {Array.<string> || null}
18165
18166
  */
18166
18167
  this.ZoneIds = null;
@@ -22562,7 +22563,7 @@ class DescribeTimingL7AnalysisDataRequest extends AbstractModel {
22562
22563
  this.MetricNames = null;
22563
22564
 
22564
22565
  /**
22565
- * Site ID list. This parameter is required. A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
22566
+ * Site ID list. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site IDs can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. To query account-level data, you must have resource permissions for all sites in this API.
22566
22567
  * @type {Array.<string> || null}
22567
22568
  */
22568
22569
  this.ZoneIds = null;
@@ -22578,14 +22579,14 @@ class DescribeTimingL7AnalysisDataRequest extends AbstractModel {
22578
22579
  this.Interval = null;
22579
22580
 
22580
22581
  /**
22581
- * Filtering conditions used when querying data. Refer to the [Filtering Conditions for Analytics](https://www.tencentcloud.com/document/product/1145/56985) document for the available filters applicable to L7 client traffic, bandwidth and requests.
22582
- To restrict results by zone or content identifier, input the corresponding values via the `ZoneIds.N` parameter.
22582
+ * Filter criteria used when filtering data. valid values refer to the available filter options for L7 access traffic, bandwidth, and request count in the [metric analysis filtering condition description](https://www.tencentcloud.comom/document/product/1552/98219?from_cn_redirect=1#1aaf1150-55a4-4b4d-b103-3a8317ac7945).
22583
+ If needed, limit the site or content identifier by importing the corresponding value in the `ZoneIds.N` parameter.
22583
22584
  * @type {Array.<QueryCondition> || null}
22584
22585
  */
22585
22586
  this.Filters = null;
22586
22587
 
22587
22588
  /**
22588
- * Data region. This parameter is deprecated. Please filter data by client region in `Filters.country`.
22589
+ * Data ownership region. this parameter is deprecated. please filter data by client region in `Filters.country`.
22589
22590
  * @type {string || null}
22590
22591
  */
22591
22592
  this.Area = null;
@@ -28445,9 +28446,9 @@ class Https extends AbstractModel {
28445
28446
  /**
28446
28447
  * Tls version settings, valid values:.
28447
28448
  <Li>`TLSv1`: tlsv1 version;</li>.
28448
- <li>`TLSV1.1`: TLSV1.1 version;</li>.
28449
- <li>TLSV1.2: specifies the TLSV1.2 version.</li>.
28450
- <Li>TLSv1.3: specifies the tlsv1.3 version. consecutive versions must be enabled when modifying.</li>.
28449
+ <li>`TLSv1.1`: TLSv1.1 version;</li>.
28450
+ <li>TLSv1.2: specifies the TLSv1.2 version.</li>.
28451
+ <Li>TLSv1.3: specifies the TLSv1.3 version. consecutive versions must be enabled when modifying.</li>.
28451
28452
  * @type {Array.<string> || null}
28452
28453
  */
28453
28454
  this.TlsVersion = null;
@@ -30330,7 +30331,7 @@ class DescribeDDoSAttackTopDataRequest extends AbstractModel {
30330
30331
  this.MetricName = null;
30331
30332
 
30332
30333
  /**
30333
- * Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
30334
+ * Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
30334
30335
  * @type {Array.<string> || null}
30335
30336
  */
30336
30337
  this.ZoneIds = null;
@@ -30463,7 +30464,7 @@ class DescribeDDoSAttackDataRequest extends AbstractModel {
30463
30464
  this.MetricNames = null;
30464
30465
 
30465
30466
  /**
30466
- * Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
30467
+ * Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). A maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
30467
30468
  * @type {Array.<string> || null}
30468
30469
  */
30469
30470
  this.ZoneIds = null;
@@ -32227,7 +32228,7 @@ class DescribePrefetchTasksRequest extends AbstractModel {
32227
32228
  super();
32228
32229
 
32229
32230
  /**
32230
- * Site ID. This parameter is required.
32231
+ * Site ID.The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980)
32231
32232
  * @type {string || null}
32232
32233
  */
32233
32234
  this.ZoneId = null;
@@ -32257,7 +32258,7 @@ class DescribePrefetchTasksRequest extends AbstractModel {
32257
32258
  this.Limit = null;
32258
32259
 
32259
32260
  /**
32260
- * Filter criteria. The maximum number of Filters.Values is 20. The detailed filter criteria are as follows: <li>job-id: Filter by task ID in the format like 1379afjk91u32h. Multiple values and fuzzy queries are not supported.</li><li>target: Filter by target resource information in the format like http://www.qq.com/1.txt. Multiple values and fuzzy queries are not supported.</li><li>domains: Filter by domain name in the format like www.qq.com. Fuzzy queries are not supported.</li><li>statuses: Filter by task status. Fuzzy queries are not supported. Options:<br>??processing: processing<br>??success: successful<br>??failed: failed<br>??timeout: timed out<br>??invalid: invalid, that is, the response status code of the origin server is not 2xx. Please check the origin server service.</li>
32261
+ * Filter criteria. The maximum number of Filters.Values is 20. The detailed filter criteria are as follows: <li>job-id: Filter by task ID in the format like 1379afjk91u32h. Multiple values and fuzzy queries are not supported.</li><li>target: Filter by target resource information in the format like http://www.qq.com/1.txt. Multiple values and fuzzy queries are not supported.</li><li>domains: Filter by domain name in the format like www.qq.com. Fuzzy queries are not supported.</li><li>statuses: Filter by task status. Fuzzy queries are not supported. Options:<br>processing: processing<br>success: successful<br>failed: failed<br>timeout: timed out<br>invalid: invalid, that is, the response status code of the origin server is not 2xx. Please check the origin server service.<br>canceled: Canceled
32261
32262
  * @type {Array.<AdvancedFilter> || null}
32262
32263
  */
32263
32264
  this.Filters = null;
@@ -36111,7 +36112,7 @@ class DescribeTimingL4DataRequest extends AbstractModel {
36111
36112
  this.MetricNames = null;
36112
36113
 
36113
36114
  /**
36114
- * Site ID set. this parameter is required. a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
36115
+ * Site ID set. The parameter will change from optional to mandatory after May 30, 2024.Refer to [Cloud API Change Notification](https://www.tencentcloud.com/document/product/1145/59980). a maximum of 100 site ids can be imported. use `*` to query data for all sites under the tencent cloud root account. to query account-level data, you must have resource permissions for all sites in this api.
36115
36116
  * @type {Array.<string> || null}
36116
36117
  */
36117
36118
  this.ZoneIds = null;
@@ -1117,7 +1117,7 @@ A site can be deleted by using the [Delete Site](https://intl.cloud.tencent.com/
1117
1117
 
1118
1118
  /**
1119
1119
  * This API is used to delete an alias domain name.
1120
- The feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service?from=connect-us).
1120
+ The feature is only supported by the enterprise plan and is currently in closed beta testing. If you need to use it, [Contact Us](https://www.tencentcloud.com/contact-us).
1121
1121
  * @param {DeleteAliasDomainRequest} req
1122
1122
  * @param {function(string, DeleteAliasDomainResponse):void} cb
1123
1123
  * @public
@@ -1164,7 +1164,7 @@ For sites connected via the CNAME, if you have not verified the ownership of the
1164
1164
 
1165
1165
  /**
1166
1166
  * This API is used to modify an alias domain name.
1167
- The feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service?from=connect-us).
1167
+ The feature is only supported in the enterprise plan and is currently in closed beta testing. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).
1168
1168
  * @param {ModifyAliasDomainRequest} req
1169
1169
  * @param {function(string, ModifyAliasDomainResponse):void} cb
1170
1170
  * @public
@@ -1264,7 +1264,7 @@ The feature is only supported in the enterprise plan and is currently in closed
1264
1264
  }
1265
1265
 
1266
1266
  /**
1267
- * This API is used to query the LoadBalancer list. The load balancing feature is in beta test. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service).
1267
+ * This API is used to query the LoadBalancer list. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).
1268
1268
  * @param {DescribeLoadBalancerListRequest} req
1269
1269
  * @param {function(string, DescribeLoadBalancerListResponse):void} cb
1270
1270
  * @public
@@ -1599,10 +1599,10 @@ The feature is only supported in the enterprise plan and is currently in closed
1599
1599
  }
1600
1600
 
1601
1601
  /**
1602
- * This API is used to query the top N data of the L7 domain services by a specified dimension.
1603
- Notes:
1604
- 1. There is a delay of about 10 minutes for this API. It is recommended to query data from 10 minutes before the current time.
1605
- 2. By default, the API returns traffic and request data after Web Security mitigation (that is, the clean traffic). Users can set `Filters.mitigatedByWebSecurity ` to query data that has been mitigated by Web Security.
1602
+ * This API is used to query the top N data of the L7 domain name business by specified dimension.
1603
+ Create and bind policy Query instance Reset instance access password.
1604
+ This API is used to query data with a delay of about 10 minutes. It is recommended to pull data from at least 10 minutes before the current time.
1605
+ This API is used to return post-protection traffic request data by default. Users can query defended data in `Filters.mitigatedByWebSecurity`.
1606
1606
  * @param {DescribeTopL7AnalysisDataRequest} req
1607
1607
  * @param {function(string, DescribeTopL7AnalysisDataResponse):void} cb
1608
1608
  * @public
@@ -1779,10 +1779,10 @@ Notes:
1779
1779
  }
1780
1780
 
1781
1781
  /**
1782
- * This API is used to query time-series data for L7 domain services.
1783
- Notes:
1784
- 1. There is a delay of about 10 minutes for this API. It is recommended to query data from 10 minutes before the current time.
1785
- 2. By default, the API returns traffic and request data after Web Security mitigation (that is, the clean traffic). Users can set `Filters.mitigatedByWebSecurity ` to query data that has been mitigated by Web Security.
1782
+ * This API is used to query time series data for L7 domain name business.
1783
+ Create and bind policy Query instance Reset instance access password.
1784
+ This API is used to query data with a delay of about 10 minutes. It is recommended to pull data from at least 10 minutes before the current time.
1785
+ This API is used to return post-protection traffic request data by default. Users can query defended data in `Filters.mitigatedByWebSecurity`.
1786
1786
  * @param {DescribeTimingL7AnalysisDataRequest} req
1787
1787
  * @param {function(string, DescribeTimingL7AnalysisDataResponse):void} cb
1788
1788
  * @public
@@ -2836,7 +2836,7 @@ The feature is only supported in the enterprise plan and is currently in closed
2836
2836
  }
2837
2837
 
2838
2838
  /**
2839
- * This API is used to query the health status of origin server groups under a LoadBalancer. The load balancing feature is in beta test. If you need to use it, [contact us](https://intl.cloud.tencent.com/online?from_cn_redirect=1-service).
2839
+ * This API is used to query the health status of origin server groups under a LoadBalancer. The load balancing feature is in beta test. If you need to use it, [contact us](https://www.tencentcloud.com/contact-us).
2840
2840
  * @param {DescribeOriginGroupHealthStatusRequest} req
2841
2841
  * @param {function(string, DescribeOriginGroupHealthStatusResponse):void} cb
2842
2842
  * @public
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20220501: require("./v20220501"), v20180525: require("./v20180525"),
2
+ v20180525: require("./v20180525"), v20220501: require("./v20220501"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210922: require("./v20210922"), v20201229: require("./v20201229"),
2
+ v20201229: require("./v20201229"), v20210922: require("./v20210922"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20240718: require("./v20240718"), v20180717: require("./v20180717"),
2
+ v20180717: require("./v20180717"), v20240718: require("./v20240718"),
3
3
  };