tencentcloud-sdk-nodejs-intl-en 3.0.373 → 3.0.377

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.373",
3
+ "version": "3.0.377",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2104,13 +2104,13 @@ class DetachLoadBalancersRequest extends AbstractModel {
2104
2104
  this.AutoScalingGroupId = null;
2105
2105
 
2106
2106
  /**
2107
- * List of classic CLB IDs. Up to 20 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.
2107
+ * List of classic CLB IDs. Up to 20 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancerIdentifications` cannot be specified at the same time.
2108
2108
  * @type {Array.<string> || null}
2109
2109
  */
2110
2110
  this.LoadBalancerIds = null;
2111
2111
 
2112
2112
  /**
2113
- * List of application CLB IDs. Up to 50 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancers` cannot be specified at the same time.
2113
+ * List of application CLB IDs. Up to 50 IDs are allowed. `LoadBalancerIds` and `ForwardLoadBalancerIdentifications` cannot be specified at the same time.
2114
2114
  * @type {Array.<ForwardLoadBalancerIdentification> || null}
2115
2115
  */
2116
2116
  this.ForwardLoadBalancerIdentifications = null;
@@ -3961,14 +3961,13 @@ If an availability zone or subnet in Zones/SubnetIds does not exist, a verificat
3961
3961
 
3962
3962
  /**
3963
3963
  * Multi-availability zone/subnet policy. Valid values: PRIORITY and EQUALITY. Default value: PRIORITY.
3964
- <br><li> PRIORITY: creates instances based on the priority determined by the order in the availability zone/subnet list. If an instance can be successfully created in the availability zone/subnet of the highest priority, all instances will be created in the availability zone/subnet.
3965
- <br><li> EQUALITY: scales out the availability zone/subnet with the least instances each time. This gives each availability zone/subnet an opportunity for scale-out and disperses the instances created during multiple scale-out operations across different availability zones/subnets.
3964
+ <br><li> PRIORITY: when creating instances, choose the availability zone/subnet based on the order in the list from top to bottom. If the first instance is successfully created in the availability zone/subnet of the highest priority, all instances will be created in this availability zone/subnet.
3965
+ <br><li>EQUALITY: instances created for scale-out are distributed to multiple availability zones/subnets, so as to keep the number of instances in different availability zone/subnet in balance.
3966
3966
 
3967
- Notes about this policy:
3968
- <br><li> When the scaling group is based on basic network, this policy applies to multiple availability zones. When the scaling group is based on VPC, this policy applies to multiple subnets, and you do not need to consider availability zones. For example, if you have four subnets (A, B, C, and D) and A, B, and C are in availability zone 1 and D is in availability zone 2, you only need to decide the order of the four subnets, without worrying about the issue of availability zones.
3969
- <br><li> This policy is applicable to multiple availability zones/subnets, but is not applicable to multiple models with launch configurations. When there are multiple models, the PRIORITY policy is applied.
3970
- <br><li> During instance creation, apply the multi-model policy and then apply the multi-availability zones/subnet policy. For example, if you have models A and B and subnets 1, 2, and 3 (based on the PRIORITY policy), creation will be attempted in the following order: A1, A2, A3, B1, B2, and B3. If A1 is sold out, A2 (not B1) is tried next.
3971
- <br><li> No matter what policy is used, a single scaling event always uses a specific configuration at priority (model * availability zone/subnet).
3967
+ Notes:
3968
+ <br><li> When the scaling group is based on the classic network, this policy applies to multiple availability zones. When the scaling group is based on a VPC, this policy applies to multiple subnets, and you do not need to consider availability zones. For example, if you have four subnets (A, B, C, and D) and A, B, and C are in availability zone 1 and D is in availability zone 2, you only need to decide the order of the four subnets, without worrying about the issue of availability zones.
3969
+ <br><li> This policy is applicable to multiple availability zones/subnets, but is not applicable to multiple models with launch configurations. Specify the models according to the model priority.
3970
+ <br><li> When creating instances based on the PRIORITY policy, apply the multi-model policy and then apply the multi-availability zones/subnet policy. For example, if you have models A and B and subnets 1, 2, and 3, creation will be attempted in the following order: A1, A2, A3, B1, B2, and B3. If A1 is sold out, A2 (not B1) is tried next.
3972
3971
  * @type {string || null}
3973
3972
  */
3974
3973
  this.MultiZoneSubnetPolicy = null;
@@ -5975,7 +5974,7 @@ class ModifyLoadBalancerTargetAttributesRequest extends AbstractModel {
5975
5974
  this.AutoScalingGroupId = null;
5976
5975
 
5977
5976
  /**
5978
- * List of application CLBs to modify.Up to 50 CLBs allowed.
5977
+ * List of application CLBs to modify. Up to 50 CLBs allowed.
5979
5978
  * @type {Array.<ForwardLoadBalancer> || null}
5980
5979
  */
5981
5980
  this.ForwardLoadBalancers = null;
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.373";
1
+ const sdkVersion = "3.0.377";
2
2
  module.exports = sdkVersion
@@ -46,6 +46,7 @@ const CopyAccountPrivilegesResponse = models.CopyAccountPrivilegesResponse;
46
46
  const CloneAccountRequest = models.CloneAccountRequest;
47
47
  const ParamModifyResult = models.ParamModifyResult;
48
48
  const DescribeDBSecurityGroupsRequest = models.DescribeDBSecurityGroupsRequest;
49
+ const SwitchDBInstanceHAResponse = models.SwitchDBInstanceHAResponse;
49
50
  const DescribeProjectSecurityGroupsResponse = models.DescribeProjectSecurityGroupsResponse;
50
51
  const DatabaseFunction = models.DatabaseFunction;
51
52
  const BriefNodeInfo = models.BriefNodeInfo;
@@ -55,6 +56,7 @@ const DescribeDBLogFilesResponse = models.DescribeDBLogFilesResponse;
55
56
  const DatabaseTable = models.DatabaseTable;
56
57
  const GrantAccountPrivilegesRequest = models.GrantAccountPrivilegesRequest;
57
58
  const DescribeDCDBShardsRequest = models.DescribeDCDBShardsRequest;
59
+ const SwitchDBInstanceHARequest = models.SwitchDBInstanceHARequest;
58
60
  const DBParamValue = models.DBParamValue;
59
61
  const ModifyDBParametersRequest = models.ModifyDBParametersRequest;
60
62
  const DCDBInstanceInfo = models.DCDBInstanceInfo;
@@ -214,6 +216,17 @@ Note: accounts with the same username but different hosts are different accounts
214
216
  this.request("DescribeFlow", req, resp, cb);
215
217
  }
216
218
 
219
+ /**
220
+ * This API is used to start a source-replica switch of instances.
221
+ * @param {SwitchDBInstanceHARequest} req
222
+ * @param {function(string, SwitchDBInstanceHAResponse):void} cb
223
+ * @public
224
+ */
225
+ SwitchDBInstanceHA(req, cb) {
226
+ let resp = new SwitchDBInstanceHAResponse();
227
+ this.request("SwitchDBInstanceHA", req, resp, cb);
228
+ }
229
+
217
230
  /**
218
231
  * This API is used to initialize instances, including setting the default character set and table name case sensitivity.
219
232
  * @param {InitDCDBInstancesRequest} req
@@ -1363,6 +1363,41 @@ class DescribeDBSecurityGroupsRequest extends AbstractModel {
1363
1363
  }
1364
1364
  }
1365
1365
 
1366
+ /**
1367
+ * SwitchDBInstanceHA response structure.
1368
+ * @class
1369
+ */
1370
+ class SwitchDBInstanceHAResponse extends AbstractModel {
1371
+ constructor(){
1372
+ super();
1373
+
1374
+ /**
1375
+ * Async task ID
1376
+ * @type {number || null}
1377
+ */
1378
+ this.FlowId = null;
1379
+
1380
+ /**
1381
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1382
+ * @type {string || null}
1383
+ */
1384
+ this.RequestId = null;
1385
+
1386
+ }
1387
+
1388
+ /**
1389
+ * @private
1390
+ */
1391
+ deserialize(params) {
1392
+ if (!params) {
1393
+ return;
1394
+ }
1395
+ this.FlowId = 'FlowId' in params ? params.FlowId : null;
1396
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
1397
+
1398
+ }
1399
+ }
1400
+
1366
1401
  /**
1367
1402
  * DescribeProjectSecurityGroups response structure.
1368
1403
  * @class
@@ -1802,6 +1837,41 @@ class DescribeDCDBShardsRequest extends AbstractModel {
1802
1837
  }
1803
1838
  }
1804
1839
 
1840
+ /**
1841
+ * SwitchDBInstanceHA request structure.
1842
+ * @class
1843
+ */
1844
+ class SwitchDBInstanceHARequest extends AbstractModel {
1845
+ constructor(){
1846
+ super();
1847
+
1848
+ /**
1849
+ * Instance ID in the format of tdsql-ow728lmc
1850
+ * @type {string || null}
1851
+ */
1852
+ this.InstanceId = null;
1853
+
1854
+ /**
1855
+ * Target AZ. The node with the lowest delay in the target AZ will be automatically promoted to source node.
1856
+ * @type {string || null}
1857
+ */
1858
+ this.Zone = null;
1859
+
1860
+ }
1861
+
1862
+ /**
1863
+ * @private
1864
+ */
1865
+ deserialize(params) {
1866
+ if (!params) {
1867
+ return;
1868
+ }
1869
+ this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
1870
+ this.Zone = 'Zone' in params ? params.Zone : null;
1871
+
1872
+ }
1873
+ }
1874
+
1805
1875
  /**
1806
1876
  * TencentDB parameter information.
1807
1877
  * @class
@@ -4900,6 +4970,7 @@ module.exports = {
4900
4970
  CloneAccountRequest: CloneAccountRequest,
4901
4971
  ParamModifyResult: ParamModifyResult,
4902
4972
  DescribeDBSecurityGroupsRequest: DescribeDBSecurityGroupsRequest,
4973
+ SwitchDBInstanceHAResponse: SwitchDBInstanceHAResponse,
4903
4974
  DescribeProjectSecurityGroupsResponse: DescribeProjectSecurityGroupsResponse,
4904
4975
  DatabaseFunction: DatabaseFunction,
4905
4976
  BriefNodeInfo: BriefNodeInfo,
@@ -4909,6 +4980,7 @@ module.exports = {
4909
4980
  DatabaseTable: DatabaseTable,
4910
4981
  GrantAccountPrivilegesRequest: GrantAccountPrivilegesRequest,
4911
4982
  DescribeDCDBShardsRequest: DescribeDCDBShardsRequest,
4983
+ SwitchDBInstanceHARequest: SwitchDBInstanceHARequest,
4912
4984
  DBParamValue: DBParamValue,
4913
4985
  ModifyDBParametersRequest: ModifyDBParametersRequest,
4914
4986
  DCDBInstanceInfo: DCDBInstanceInfo,
@@ -1809,6 +1809,13 @@ Note: This field may return `null`, indicating that no valid value was found.
1809
1809
  */
1810
1810
  this.FrozenDiskSize = null;
1811
1811
 
1812
+ /**
1813
+ * Cluster health status. `-1`: Unknown; `0`: Green; `1`: Yellow; `2`: Red
1814
+ Note: This field may return `null`, indicating that no valid value was found.
1815
+ * @type {number || null}
1816
+ */
1817
+ this.HealthStatus = null;
1818
+
1812
1819
  }
1813
1820
 
1814
1821
  /**
@@ -1948,6 +1955,7 @@ Note: This field may return `null`, indicating that no valid value was found.
1948
1955
  this.FrozenMemSize = 'FrozenMemSize' in params ? params.FrozenMemSize : null;
1949
1956
  this.FrozenDiskType = 'FrozenDiskType' in params ? params.FrozenDiskType : null;
1950
1957
  this.FrozenDiskSize = 'FrozenDiskSize' in params ? params.FrozenDiskSize : null;
1958
+ this.HealthStatus = 'HealthStatus' in params ? params.HealthStatus : null;
1951
1959
 
1952
1960
  }
1953
1961
  }
@@ -2253,6 +2261,12 @@ class DescribeInstancesRequest extends AbstractModel {
2253
2261
  */
2254
2262
  this.ZoneList = null;
2255
2263
 
2264
+ /**
2265
+ * Health status filter list
2266
+ * @type {Array.<number> || null}
2267
+ */
2268
+ this.HealthStatus = null;
2269
+
2256
2270
  }
2257
2271
 
2258
2272
  /**
@@ -2280,6 +2294,7 @@ class DescribeInstancesRequest extends AbstractModel {
2280
2294
  }
2281
2295
  this.IpList = 'IpList' in params ? params.IpList : null;
2282
2296
  this.ZoneList = 'ZoneList' in params ? params.ZoneList : null;
2297
+ this.HealthStatus = 'HealthStatus' in params ? params.HealthStatus : null;
2283
2298
 
2284
2299
  }
2285
2300
  }
@@ -54,6 +54,23 @@ class RegionDetail extends AbstractModel {
54
54
  */
55
55
  this.IDCType = null;
56
56
 
57
+ /**
58
+ * Feature bitmap. Valid values:
59
+ `0`: the feature is not supported;
60
+ `1`: the feature is supported.
61
+ Each bit in the bitmap represents a feature:
62
+ 1st bit: layer-4 acceleration;
63
+ 2nd bit: layer-7 acceleration;
64
+ 3rd bit: HTTP3 access;
65
+ 4th bit: IPv6;
66
+ 5th bit: dedicated BGP access;
67
+ 6th bit: non-BGP access;
68
+ 7th bit: QoS acceleration.
69
+ Note: this field may return `null`, indicating that no valid values can be obtained.
70
+ * @type {number || null}
71
+ */
72
+ this.FeatureBitmap = null;
73
+
57
74
  }
58
75
 
59
76
  /**
@@ -68,6 +85,7 @@ class RegionDetail extends AbstractModel {
68
85
  this.RegionArea = 'RegionArea' in params ? params.RegionArea : null;
69
86
  this.RegionAreaName = 'RegionAreaName' in params ? params.RegionAreaName : null;
70
87
  this.IDCType = 'IDCType' in params ? params.IDCType : null;
88
+ this.FeatureBitmap = 'FeatureBitmap' in params ? params.FeatureBitmap : null;
71
89
 
72
90
  }
73
91
  }
@@ -1410,6 +1428,16 @@ class DescribeHTTPSListenersRequest extends AbstractModel {
1410
1428
  */
1411
1429
  this.GroupId = null;
1412
1430
 
1431
+ /**
1432
+ * Specifies whether to enable HTTP3. Valid values:
1433
+ `0`: disable HTTP3;
1434
+ `1`: enable HTTP3.
1435
+ Note: If HTTP3 is enabled for a connection, the listener will use the port that is originally accessed to UDP, and a UDP listener with the same port cannot be created.
1436
+ After the connection is created, you cannot change your HTTP3 setting.
1437
+ * @type {number || null}
1438
+ */
1439
+ this.Http3Supported = null;
1440
+
1413
1441
  }
1414
1442
 
1415
1443
  /**
@@ -1427,6 +1455,7 @@ class DescribeHTTPSListenersRequest extends AbstractModel {
1427
1455
  this.Limit = 'Limit' in params ? params.Limit : null;
1428
1456
  this.SearchValue = 'SearchValue' in params ? params.SearchValue : null;
1429
1457
  this.GroupId = 'GroupId' in params ? params.GroupId : null;
1458
+ this.Http3Supported = 'Http3Supported' in params ? params.Http3Supported : null;
1430
1459
 
1431
1460
  }
1432
1461
  }
@@ -2946,6 +2975,16 @@ class CreateProxyGroupRequest extends AbstractModel {
2946
2975
  */
2947
2976
  this.PackageType = null;
2948
2977
 
2978
+ /**
2979
+ * Specifies whether to enable HTTP3. Valid values:
2980
+ `0`: disable HTTP3;
2981
+ `1`: enable HTTP3.
2982
+ Note that if HTTP3 is enabled for a connection, TCP/UDP access will not be allowed.
2983
+ After the connection is created, you cannot change your HTTP3 setting.
2984
+ * @type {number || null}
2985
+ */
2986
+ this.Http3Supported = null;
2987
+
2949
2988
  }
2950
2989
 
2951
2990
  /**
@@ -2978,6 +3017,7 @@ class CreateProxyGroupRequest extends AbstractModel {
2978
3017
  }
2979
3018
  this.IPAddressVersion = 'IPAddressVersion' in params ? params.IPAddressVersion : null;
2980
3019
  this.PackageType = 'PackageType' in params ? params.PackageType : null;
3020
+ this.Http3Supported = 'Http3Supported' in params ? params.Http3Supported : null;
2981
3021
 
2982
3022
  }
2983
3023
  }
@@ -5780,6 +5820,15 @@ Note: this field may return null, indicating that no valid values can be obtaine
5780
5820
  */
5781
5821
  this.ProxyType = null;
5782
5822
 
5823
+ /**
5824
+ * Specifies whether to enable HTTP3. Valid values:
5825
+ `0`: disable HTTP3;
5826
+ `1`: enable HTTP3.
5827
+ Note: this field may return `null`, indicating that no valid values can be obtained.
5828
+ * @type {number || null}
5829
+ */
5830
+ this.Http3Supported = null;
5831
+
5783
5832
  }
5784
5833
 
5785
5834
  /**
@@ -5812,6 +5861,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
5812
5861
  this.Version = 'Version' in params ? params.Version : null;
5813
5862
  this.CreateTime = 'CreateTime' in params ? params.CreateTime : null;
5814
5863
  this.ProxyType = 'ProxyType' in params ? params.ProxyType : null;
5864
+ this.Http3Supported = 'Http3Supported' in params ? params.Http3Supported : null;
5815
5865
 
5816
5866
  }
5817
5867
  }
@@ -6263,7 +6313,7 @@ The connection is to be replicated if this parameter is set.
6263
6313
  this.PackageType = null;
6264
6314
 
6265
6315
  /**
6266
- *
6316
+ * Specifies whether to enable HTTP3. Valid values: `0` (disable HTTP3); `1` (enable HTTP3). Note: If HTTP3 is enabled for a connection, TCP/UDP access will not be allowed. After the connection is created, you cannot change your HTTP3 setting.
6267
6317
  * @type {number || null}
6268
6318
  */
6269
6319
  this.Http3Supported = null;
@@ -6471,6 +6521,15 @@ This field or the `ClientCertificateId` field is required for mutual authenticat
6471
6521
  */
6472
6522
  this.PolyClientCertificateIds = null;
6473
6523
 
6524
+ /**
6525
+ * Specifies whether to enable HTTP3. Valid values:
6526
+ `0`: disable HTTP3;
6527
+ `1`: enable HTTP3.
6528
+ HTTP3 is not enabled by default. You can enable it with this field SetDomainHttp3.
6529
+ * @type {number || null}
6530
+ */
6531
+ this.Http3Supported = null;
6532
+
6474
6533
  }
6475
6534
 
6476
6535
  /**
@@ -6485,6 +6544,7 @@ This field or the `ClientCertificateId` field is required for mutual authenticat
6485
6544
  this.CertificateId = 'CertificateId' in params ? params.CertificateId : null;
6486
6545
  this.ClientCertificateId = 'ClientCertificateId' in params ? params.ClientCertificateId : null;
6487
6546
  this.PolyClientCertificateIds = 'PolyClientCertificateIds' in params ? params.PolyClientCertificateIds : null;
6547
+ this.Http3Supported = 'Http3Supported' in params ? params.Http3Supported : null;
6488
6548
 
6489
6549
  }
6490
6550
  }
@@ -6846,12 +6906,21 @@ Note: This field may return `null`, indicating that no valid values can be obtai
6846
6906
  this.IPAddressVersion = null;
6847
6907
 
6848
6908
  /**
6849
- * Package type of connection groups. Valid values: `Thunder` (general connection group) and `Accelerator` (game accelerator connection group).
6909
+ * Package type of connection groups. Valid values: `Thunder` (general connection group), `Accelerator` (game accelerator connection group), and `CrossBorder` (cross-MLC-border connection group).
6850
6910
  Note: This field may return `null`, indicating that no valid values can be obtained.
6851
6911
  * @type {string || null}
6852
6912
  */
6853
6913
  this.PackageType = null;
6854
6914
 
6915
+ /**
6916
+ * Specifies whether to enable HTTP3. Valid values:
6917
+ `0`: disable;
6918
+ `1`: enable.
6919
+ Note: this field may return `null`, indicating that no valid values can be obtained.
6920
+ * @type {number || null}
6921
+ */
6922
+ this.Http3Supported = null;
6923
+
6855
6924
  }
6856
6925
 
6857
6926
  /**
@@ -6892,6 +6961,7 @@ Note: This field may return `null`, indicating that no valid values can be obtai
6892
6961
  this.ClientIPMethod = 'ClientIPMethod' in params ? params.ClientIPMethod : null;
6893
6962
  this.IPAddressVersion = 'IPAddressVersion' in params ? params.IPAddressVersion : null;
6894
6963
  this.PackageType = 'PackageType' in params ? params.PackageType : null;
6964
+ this.Http3Supported = 'Http3Supported' in params ? params.Http3Supported : null;
6895
6965
 
6896
6966
  }
6897
6967
  }
@@ -8149,7 +8219,18 @@ class AccessRegionDetial extends AbstractModel {
8149
8219
  this.IDCType = null;
8150
8220
 
8151
8221
  /**
8152
- *
8222
+ * Feature bitmap. Valid values:
8223
+ `0`: disable the feature;
8224
+ `1`: enable the feature.
8225
+ Each bit in the bitmap represents a feature:
8226
+ 1st bit: layer-4 acceleration;
8227
+ 2nd bit: layer-7 acceleration;
8228
+ 3rd bit: HTTP3 access;
8229
+ 4th bit: IPv6;
8230
+ 5th bit: dedicated BGP access;
8231
+ 6th bit: non-BGP access;
8232
+ 7th bit: QoS acceleration.
8233
+ Note: this field may return `null`, indicating that no valid values can be obtained.
8153
8234
  * @type {number || null}
8154
8235
  */
8155
8236
  this.FeatureBitmap = null;
@@ -9232,6 +9313,15 @@ Note: This field may return `null`, indicating that no valid values can be obtai
9232
9313
  */
9233
9314
  this.BanStatus = null;
9234
9315
 
9316
+ /**
9317
+ * Specifies whether to enable HTTP3. Valid values:
9318
+ `0`: disable HTTP3;
9319
+ `1`: enable HTTP3.
9320
+ Note: This field may return `null`, indicating that no valid values can be obtained.
9321
+ * @type {number || null}
9322
+ */
9323
+ this.Http3Supported = null;
9324
+
9235
9325
  }
9236
9326
 
9237
9327
  /**
@@ -9285,6 +9375,7 @@ Note: This field may return `null`, indicating that no valid values can be obtai
9285
9375
  }
9286
9376
  this.DomainStatus = 'DomainStatus' in params ? params.DomainStatus : null;
9287
9377
  this.BanStatus = 'BanStatus' in params ? params.BanStatus : null;
9378
+ this.Http3Supported = 'Http3Supported' in params ? params.Http3Supported : null;
9288
9379
 
9289
9380
  }
9290
9381
  }
@@ -9740,7 +9831,7 @@ class CheckProxyCreateRequest extends AbstractModel {
9740
9831
  this.PackageType = null;
9741
9832
 
9742
9833
  /**
9743
- *
9834
+ * Specifies whether to enable HTTP3. Valid values: `0` (disable HTTP3); `1` (enable HTTP3). Note: If HTTP3 is enabled for a connection, TCP/UDP access will not be allowed. After the connection is created, you cannot change your HTTP3 setting.
9744
9835
  * @type {number || null}
9745
9836
  */
9746
9837
  this.Http3Supported = null;
@@ -10059,6 +10150,16 @@ The one-way authentication is used by default.
10059
10150
  */
10060
10151
  this.GroupId = null;
10061
10152
 
10153
+ /**
10154
+ * Specifies whether to enable HTTP3. Valid values:
10155
+ `0`: disable HTTP3;
10156
+ `1`: enable HTTP3.
10157
+ Note: If HTTP3 is enabled for a connection, the listener will use the port that is originally accessed to UDP, and a UDP listener with the same port cannot be created.
10158
+ After the connection is created, you cannot change your HTTP3 setting.
10159
+ * @type {number || null}
10160
+ */
10161
+ this.Http3Supported = null;
10162
+
10062
10163
  }
10063
10164
 
10064
10165
  /**
@@ -10077,6 +10178,7 @@ The one-way authentication is used by default.
10077
10178
  this.ClientCertificateId = 'ClientCertificateId' in params ? params.ClientCertificateId : null;
10078
10179
  this.PolyClientCertificateIds = 'PolyClientCertificateIds' in params ? params.PolyClientCertificateIds : null;
10079
10180
  this.GroupId = 'GroupId' in params ? params.GroupId : null;
10181
+ this.Http3Supported = 'Http3Supported' in params ? params.Http3Supported : null;
10080
10182
 
10081
10183
  }
10082
10184
  }
@@ -10443,7 +10545,7 @@ class InquiryPriceCreateProxyRequest extends AbstractModel {
10443
10545
  this.PackageType = null;
10444
10546
 
10445
10547
  /**
10446
- *
10548
+ * Specifies whether to enable HTTP3. Valid values: `0` (disable HTTP3); `1` (enable HTTP3). Note: If HTTP3 is enabled for a connection, TCP/UDP access will not be allowed. After the connection is created, you cannot change your HTTP3 setting.
10447
10549
  * @type {number || null}
10448
10550
  */
10449
10551
  this.Http3Supported = null;
@@ -10889,7 +10991,10 @@ Note: this field may return `null`, indicating that no valid value can be obtain
10889
10991
  this.IPList = null;
10890
10992
 
10891
10993
  /**
10892
- *
10994
+ * Specifies whether to enable HTTP3. Valid values:
10995
+ `0`: disable HTTP3;
10996
+ `1`: enable HTTP3.
10997
+ Note: this field may return `null`, indicating that no valid value can be obtained.
10893
10998
  * @type {number || null}
10894
10999
  */
10895
11000
  this.Http3Supported = null;
@@ -93,17 +93,17 @@ class GmeClient extends AbstractClient {
93
93
  }
94
94
 
95
95
  /**
96
- * This API is used to submit a speech detection task. Up to 100 tasks can be added in the detection task list. Before using this API, please enable the speech analysis service in [Console > Service Configuration](https://console.cloud.tencent.com/gamegme/conf).
96
+ * This API is used to submit a speech detection task. Up to 100 tasks can be added in the detection task list. Before using this API, please activate the speech analysis service in [Console > Service Configuration](https://console.cloud.tencent.com/gamegme/conf).
97
97
  </br></br>
98
98
 
99
- <h4><b>Feature trial description:</b></h4>
99
+ <h4><b>About the trial:</b></h4>
100
100
  <li>You can try out the speech analysis service free of charge in <a href="https://console.cloud.tencent.com/gamegme/tryout">Console > Product Trial</a>.</li>
101
101
  </br>
102
102
 
103
103
  <h4><b>API feature description:</b></h4>
104
- <li>This API can check audio streams or files for non-compliant content.</li>
104
+ <li>This API checks audio streams or files for non-compliant content.</li>
105
105
  <li>The detection result can be obtained by setting the callback address (`Callback`) or calling the `DescribeScanResultList` API for polling.</li>
106
- <li>The scenario can be specified, such as abusive, pornographic, or politically sensitive information.</li>
106
+ <li>The scenario can be specified, such as abusive or pornographic.</li>
107
107
  <li>Detection tasks can be submitted in batches. Up to 100 tasks can be added in the detection task list.</li>
108
108
  </br>
109
109
  <h4><b>Audio file limit description:</b></h4>
@@ -134,12 +134,10 @@ class GmeClient extends AbstractClient {
134
134
  <td>
135
135
  <p>normal: normal</p>
136
136
  <p>porn: pornographic</p>
137
- <p>politics: politically sensitive</p>
138
137
  <p>abuse: abusive</p>
139
138
  <p>ad: advertising</p>
140
- <p>terrorism: terrorism</p>
141
139
  <p>contraband: prohibited</p>
142
- <p>customized: custom keyword library. This feature is only available to allowlisted users. To try it out, please <a href="https://intl.cloud.tencent.com/apply/p/8809fjcik56?from_cn_redirect=1">contact us</a>.</p>
140
+ <p>customized: custom keyword library. This feature is only available to beta users. To try it out, please <a href="https://intl.cloud.tencent.com/apply/p/8809fjcik56?from_cn_redirect=1">contact us</a>.</p>
143
141
  </td>
144
142
  </tr>
145
143
  </tbody>
@@ -152,7 +150,7 @@ class GmeClient extends AbstractClient {
152
150
  <table>
153
151
  <thread>
154
152
  <tr>
155
- <th>Name</th>
153
+ <th>Item</th>
156
154
  <th>Type</th>
157
155
  <th>Required</th>
158
156
  <th>Description</th>
@@ -1622,7 +1622,7 @@ class ScanVoiceRequest extends AbstractModel {
1622
1622
  this.BizId = null;
1623
1623
 
1624
1624
  /**
1625
- * Speech detection scenario. The value of this parameter is currently required to be `default`. Preset scenarios: abusive, pornographic, politically sensitive, advertising, terrorism, and prohibited scenarios. For specific values, please see the <a href="#Label_Value">Label description</a> above.
1625
+ * Speech detection scenario. The value of this parameter is currently required to be `default`. Preset scenarios: abusive, pornographic, advertising, and other prohibited scenarios. For specific values, please see the <a href="#Label_Value">Label description</a> above.
1626
1626
  * @type {Array.<string> || null}
1627
1627
  */
1628
1628
  this.Scenes = null;
@@ -1647,6 +1647,12 @@ class ScanVoiceRequest extends AbstractModel {
1647
1647
  */
1648
1648
  this.Callback = null;
1649
1649
 
1650
+ /**
1651
+ * The language. `jp` represents Japanese
1652
+ * @type {string || null}
1653
+ */
1654
+ this.Lang = null;
1655
+
1650
1656
  }
1651
1657
 
1652
1658
  /**
@@ -1669,6 +1675,7 @@ class ScanVoiceRequest extends AbstractModel {
1669
1675
  }
1670
1676
  }
1671
1677
  this.Callback = 'Callback' in params ? params.Callback : null;
1678
+ this.Lang = 'Lang' in params ? params.Lang : null;
1672
1679
 
1673
1680
  }
1674
1681
  }