tencentcloud-sdk-nodejs-intl-en 3.0.1373 → 3.0.1375
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tencentcloud/as/v20180419/as_client.js +3 -2
- package/tencentcloud/as/v20180419/models.js +103 -87
- package/tencentcloud/billing/v20180709/billing_client.js +15 -1
- package/tencentcloud/billing/v20180709/models.js +248 -55
- package/tencentcloud/cdb/v20170320/models.js +8 -8
- package/tencentcloud/cdn/v20180606/cdn_client.js +15 -11
- package/tencentcloud/cdn/v20180606/models.js +319 -80
- package/tencentcloud/cls/v20201016/cls_client.js +1709 -374
- package/tencentcloud/cls/v20201016/models.js +23480 -6683
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +4 -4
- package/tencentcloud/cvm/v20170312/models.js +20 -22
- package/tencentcloud/cwp/v20180228/cwp_client.js +615 -350
- package/tencentcloud/cwp/v20180228/models.js +10317 -5290
- package/tencentcloud/cynosdb/v20190107/models.js +305 -286
- package/tencentcloud/faceid/v20180301/models.js +29 -12
- package/tencentcloud/gme/v20180711/models.js +13 -3
- package/tencentcloud/iai/v20200303/iai_client.js +1 -1
- package/tencentcloud/mna/v20210119/models.js +2 -2
- package/tencentcloud/mongodb/v20190725/models.js +12 -12
- package/tencentcloud/postgres/v20170312/models.js +9 -9
- package/tencentcloud/rum/v20210622/models.js +16 -16
- package/tencentcloud/rum/v20210622/rum_client.js +1 -1
- package/tencentcloud/scf/v20180416/models.js +2 -2
- package/tencentcloud/tat/v20201028/models.js +56 -47
- package/tencentcloud/tcsas/v20250106/models.js +11162 -7488
- package/tencentcloud/tcsas/v20250106/tcsas_client.js +613 -324
- package/tencentcloud/tcss/v20201101/models.js +7275 -2457
- package/tencentcloud/tcss/v20201101/tcss_client.js +2328 -2021
- package/tencentcloud/teo/v20220901/models.js +880 -153
- package/tencentcloud/teo/v20220901/teo_client.js +103 -47
- package/tencentcloud/trtc/v20190722/models.js +315 -83
- package/tencentcloud/trtc/v20190722/trtc_client.js +5 -1
- package/tencentcloud/vod/v20180717/models.js +693 -229
- package/tencentcloud/vod/v20180717/vod_client.js +24 -6
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1375";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -708,7 +708,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
/**
|
|
711
|
-
* This API is used to query the quota of [spread placement groups](https://
|
|
711
|
+
* This API is used to query the quota of [spread placement groups](https://www.tencentcloud.com/document/product/213/15486).
|
|
712
712
|
* @param {DescribeDisasterRecoverGroupQuotaRequest} req
|
|
713
713
|
* @param {function(string, DescribeDisasterRecoverGroupQuotaResponse):void} cb
|
|
714
714
|
* @public
|
|
@@ -780,7 +780,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
780
780
|
/**
|
|
781
781
|
* This API (ResizeInstanceDisks) is used to expand the data disks of an instance.
|
|
782
782
|
|
|
783
|
-
* Currently, you can only use the API to expand non-elastic data disks whose [disk type](https://www.tencentcloud.com/document/product/213/15753) is `CLOUD_BASIC`, `CLOUD_PREMIUM`, or `CLOUD_SSD`. You can use [`DescribeDisks`](https://
|
|
783
|
+
* Currently, you can only use the API to expand non-elastic data disks whose [disk type](https://www.tencentcloud.com/document/product/213/15753) is `CLOUD_BASIC`, `CLOUD_PREMIUM`, or `CLOUD_SSD`. You can use [`DescribeDisks`](https://www.tencentcloud.com/document/api/362/16315) to check whether a disk is elastic. If the `Portable` field in the response is `false`, it means that the disk is non-elastic.
|
|
784
784
|
* Currently, this API does not support [CDH](https://intl.cloud.tencent.com/document/product/416?from_cn_redirect=1) instances.
|
|
785
785
|
* Currently, only one data disk can be expanded at a time.
|
|
786
786
|
* @param {ResizeInstanceDisksRequest} req
|
|
@@ -797,7 +797,7 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
797
797
|
|
|
798
798
|
An instance launch template is a configuration data and can be used to create instances. Its content includes configurations required to create instances, such as instance type, types and sizes of data disk and system disk, and security group and other information.
|
|
799
799
|
|
|
800
|
-
This API is used to create an instance launch template. After the initial creation of the instance template, its template version is the default version 1. A new version can be created using CreateLaunchTemplateVersion
|
|
800
|
+
This API is used to create an instance launch template. After the initial creation of the instance template, its template version is the default version 1. A new version can be created using [CreateLaunchTemplateVersion](https://www.tencentcloud.com/document/api/213/45361), and the version number will increment. By default, when specifying an instance launch template in [RunInstances](https://www.tencentcloud.com/document/api/213/33237), if the template version number is not specified, the default version will be used.
|
|
801
801
|
* @param {CreateLaunchTemplateRequest} req
|
|
802
802
|
* @param {function(string, CreateLaunchTemplateResponse):void} cb
|
|
803
803
|
* @public
|
|
@@ -1135,7 +1135,7 @@ This API is used to perform operations that do not support instances with no cha
|
|
|
1135
1135
|
* This API is used to renew annual and monthly subscription instances.
|
|
1136
1136
|
|
|
1137
1137
|
This API is used to operate on monthly subscription instances only.
|
|
1138
|
-
This API is used to ensure your account balance is sufficient for renewal. You can check the balance via the DescribeAccountBalance API
|
|
1138
|
+
This API is used to ensure your account balance is sufficient for renewal. You can check the balance via the [DescribeAccountBalance API](https://www.tencentcloud.com/document/api/555/50284).
|
|
1139
1139
|
* You can query the result of the instance operation by calling the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258). If the latest operation status (LatestOperationState) of the instance is **SUCCESS**, the operation is successful.
|
|
1140
1140
|
* @param {RenewInstancesRequest} req
|
|
1141
1141
|
* @param {function(string, RenewInstancesResponse):void} cb
|
|
@@ -3132,7 +3132,7 @@ class ModifyChcAttributeRequest extends AbstractModel {
|
|
|
3132
3132
|
this.BmcUser = null;
|
|
3133
3133
|
|
|
3134
3134
|
/**
|
|
3135
|
-
* The password can contain 8 to 16 characters, including letters, numbers and special symbols (
|
|
3135
|
+
* The password can contain 8 to 16 characters, including letters, numbers and special symbols ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/
|
|
3136
3136
|
* @type {string || null}
|
|
3137
3137
|
*/
|
|
3138
3138
|
this.Password = null;
|
|
@@ -4685,7 +4685,7 @@ class DescribeDisasterRecoverGroupQuotaResponse extends AbstractModel {
|
|
|
4685
4685
|
this.CvmInRackGroupQuota = null;
|
|
4686
4686
|
|
|
4687
4687
|
/**
|
|
4688
|
-
*
|
|
4688
|
+
* Quota for instances in a disaster recovery group of the switch type.
|
|
4689
4689
|
* @type {number || null}
|
|
4690
4690
|
*/
|
|
4691
4691
|
this.CvmInSwitchGroupQuota = null;
|
|
@@ -5014,13 +5014,13 @@ class DataDisk extends AbstractModel {
|
|
|
5014
5014
|
super();
|
|
5015
5015
|
|
|
5016
5016
|
/**
|
|
5017
|
-
* Data disk size, unit: GiB. the minimum adjustment step size is 10 GiB. the value ranges of different data disk types vary. for specific limitations, see the storage overview
|
|
5017
|
+
* Data disk size, unit: GiB. the minimum adjustment step size is 10 GiB. the value ranges of different data disk types vary. for specific limitations, see the [storage overview](https://www.tencentcloud.com/document/product/213/4952). the default value is 0, which means no data disk purchase. for more restrictions, see the product document.
|
|
5018
5018
|
* @type {number || null}
|
|
5019
5019
|
*/
|
|
5020
5020
|
this.DiskSize = null;
|
|
5021
5021
|
|
|
5022
5022
|
/**
|
|
5023
|
-
* Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.com/document/product/213/4952
|
|
5023
|
+
* Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.com/document/product/213/4952). valid values: <br /><li>LOCAL_BASIC: LOCAL disk</li> <li>LOCAL_SSD: LOCAL SSD</li><li>LOCAL_NVME: LOCAL NVME disk, which is closely related to InstanceType and cannot be specified</li><li>LOCAL_PRO: LOCAL HDD, which is closely related to InstanceType and cannot be specified</li><li>cloud_BASIC: BASIC cloud disk</li><li>cloud_PREMIUM: high-performance cloud block storage</li><li>cloud_SSD: SSD cloud disk</li><li>cloud_HSSD: enhanced SSD cloud disk</li> <li>cloud_TSSD: ultra-fast SSD cbs</li><li>cloud_BSSD: universal SSD cloud disk</li><br />default: LOCAL_BASIC.<br/><br />this parameter is invalid for the `ResizeInstanceDisk` api.
|
|
5024
5024
|
* @type {string || null}
|
|
5025
5025
|
*/
|
|
5026
5026
|
this.DiskType = null;
|
|
@@ -7187,7 +7187,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7187
7187
|
this.Placement = null;
|
|
7188
7188
|
|
|
7189
7189
|
/**
|
|
7190
|
-
* Specify an effective [mirror](https://
|
|
7190
|
+
* Specify an effective [mirror](https://www.tencentcloud.com/document/product/213/4940) ID in the format of `img-xxx`. there are four image types: <li>PUBLIC image</li> <li>custom image</li> <li>shared image</li> <li>service market image</li> you can obtain available mirror ids in the following ways: <li>the mirror ids of `PUBLIC image`, `custom image` and `shared image` can be queried by logging in to the [console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_image); the mirror ids of `service market image` can be queried through the [cloud market](https://market.cloud.tencent.com/list).</li> <li>call the api [DescribeImages](https://www.tencentcloud.com/document/api/213/33272), input InstanceType to obtain the list of images supported by the current model, and take the `ImageId` field from the return information.</li>.
|
|
7191
7191
|
* @type {string || null}
|
|
7192
7192
|
*/
|
|
7193
7193
|
this.ImageId = null;
|
|
@@ -7201,7 +7201,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7201
7201
|
/**
|
|
7202
7202
|
* Instance model. Different instance models specify different resource specifications.
|
|
7203
7203
|
|
|
7204
|
-
<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained by calling the DescribeInstanceTypeConfigs api to get the latest specification table or referring to the [instance specifications](https://
|
|
7204
|
+
<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, the specific values can be obtained by calling the DescribeInstanceTypeConfigs api to get the latest specification table or referring to the [instance specifications](https://www.tencentcloud.com/document/product/213/11518) description. if this parameter is not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><li>for instances created with the payment mode CDHPAID, this parameter has the prefix "CDH_" and is generated based on the CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.
|
|
7205
7205
|
* @type {string || null}
|
|
7206
7206
|
*/
|
|
7207
7207
|
this.InstanceType = null;
|
|
@@ -7231,7 +7231,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7231
7231
|
this.InternetAccessible = null;
|
|
7232
7232
|
|
|
7233
7233
|
/**
|
|
7234
|
-
* Number of instances to purchase. value range for monthly subscription instances: [1, 300]. value range for pay-as-you-go instances: [1, 100]. default value: 1. the number of instances to purchase must not exceed the remaining user quota. for specific quota limitations, see [CVM instance purchase limitations](https://
|
|
7234
|
+
* Number of instances to purchase. value range for monthly subscription instances: [1, 300]. value range for pay-as-you-go instances: [1, 100]. default value: 1. the number of instances to purchase must not exceed the remaining user quota. for specific quota limitations, see [CVM instance purchase limitations](https://www.tencentcloud.com/document/product/213/2664).
|
|
7235
7235
|
* @type {number || null}
|
|
7236
7236
|
*/
|
|
7237
7237
|
this.InstanceCount = null;
|
|
@@ -7249,7 +7249,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7249
7249
|
this.LoginSettings = null;
|
|
7250
7250
|
|
|
7251
7251
|
/**
|
|
7252
|
-
* Security group to which an instance belongs. this parameter can be obtained by calling the sgId field in the returned value of [DescribeSecurityGroups](https://
|
|
7252
|
+
* Security group to which an instance belongs. this parameter can be obtained by calling the sgId field in the returned value of [DescribeSecurityGroups](https://www.tencentcloud.com/document/api/215/15808). if not specified, the default security group is bound.
|
|
7253
7253
|
* @type {Array.<string> || null}
|
|
7254
7254
|
*/
|
|
7255
7255
|
this.SecurityGroupIds = null;
|
|
@@ -7297,7 +7297,7 @@ class CreateLaunchTemplateRequest extends AbstractModel {
|
|
|
7297
7297
|
this.InstanceMarketOptions = null;
|
|
7298
7298
|
|
|
7299
7299
|
/**
|
|
7300
|
-
* User data provided for an instance must be encoded in base64. valid values for maximum data size are up to 16 KB. for details on obtaining this parameter, see running commands at startup for Windows
|
|
7300
|
+
* User data provided for an instance must be encoded in base64. valid values for maximum data size are up to 16 KB. for details on obtaining this parameter, see running commands at startup for [Windows](https://www.tencentcloud.com/document/product/213/17526) and [Linux](https://www.tencentcloud.com/document/product/213/17525).
|
|
7301
7301
|
* @type {string || null}
|
|
7302
7302
|
*/
|
|
7303
7303
|
this.UserData = null;
|
|
@@ -7325,7 +7325,7 @@ false (default): sends a normal request. after passing the check, creates an ins
|
|
|
7325
7325
|
this.HpcClusterId = null;
|
|
7326
7326
|
|
|
7327
7327
|
/**
|
|
7328
|
-
* Instance [billing mode](https://
|
|
7328
|
+
* Instance [billing mode](https://www.tencentcloud.com/document/product/213/2180).<br><li>PREPAID: prepaid, that is, monthly subscription.</li><li>POSTPAID_BY_HOUR: pay-as-you-go by hour.</li><li>CDHPAID: CDH instance (created based on CDH; the resources of the host are free of charge).</li><li>SPOTPAID: spot payment.</li>Default value: POSTPAID_BY_HOUR.
|
|
7329
7329
|
* @type {string || null}
|
|
7330
7330
|
*/
|
|
7331
7331
|
this.InstanceChargeType = null;
|
|
@@ -11545,7 +11545,7 @@ class ModifyImageAttributeRequest extends AbstractModel {
|
|
|
11545
11545
|
super();
|
|
11546
11546
|
|
|
11547
11547
|
/**
|
|
11548
|
-
* Image ID, such as `img-gvbnzy6f`. You can obtain the image ID in the following ways:<li>Call the [DescribeImages](https://
|
|
11548
|
+
* Image ID, such as `img-gvbnzy6f`. You can obtain the image ID in the following ways:<li>Call the [DescribeImages](https://www.tencentcloud.com/document/api/213/33272) API and find the value of `ImageId` in the response.</li><li>Obtain it in the [Image console](https://console.cloud.tencent.com/cvm/image).</li>
|
|
11549
11549
|
* @type {string || null}
|
|
11550
11550
|
*/
|
|
11551
11551
|
this.ImageId = null;
|
|
@@ -12258,7 +12258,7 @@ class VirtualPrivateCloud extends AbstractModel {
|
|
|
12258
12258
|
super();
|
|
12259
12259
|
|
|
12260
12260
|
/**
|
|
12261
|
-
* vpc ID, such as `vpc-xxx`.
|
|
12261
|
+
* vpc ID, such as `vpc-xxx`. Valid vpc ids can be queried by logging in to the [console](https://console.tencentcloud.com/vpc/vpc?rid=1) or by calling the API [DescribeVpcs](https://www.tencentcloud.com/document/product/215/15778) and obtaining the `VpcId` field from the API response. if both VpcId and SubnetId are input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.
|
|
12262
12262
|
* @type {string || null}
|
|
12263
12263
|
*/
|
|
12264
12264
|
this.VpcId = null;
|
|
@@ -12343,14 +12343,13 @@ class ResizeInstanceDisksRequest extends AbstractModel {
|
|
|
12343
12343
|
super();
|
|
12344
12344
|
|
|
12345
12345
|
/**
|
|
12346
|
-
* Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the DescribeInstances
|
|
12346
|
+
* Instance ID to be operated. can be obtained from the `InstanceId` in the return value from the [DescribeInstances API](https://www.tencentcloud.com/document/api/213/33258) .
|
|
12347
12347
|
* @type {string || null}
|
|
12348
12348
|
*/
|
|
12349
12349
|
this.InstanceId = null;
|
|
12350
12350
|
|
|
12351
12351
|
/**
|
|
12352
|
-
* Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.com/document/api/362/16315
|
|
12353
|
-
<dx-alert infotype="explain" title="">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>
|
|
12352
|
+
* Specifies the configuration information of the data disk to be expanded, only supporting specifying the target capacity of the disk to be expanded. only non-elastic data disks (with `Portable` being `false` in the return values of [DescribeDisks](https://www.tencentcloud.com/document/api/362/16315)) can be expanded. the unit of data disk capacity is GiB. the minimum expansion step is 10 GiB. for data disk type selection, refer to [disk product introduction](https://www.tencentcloud.com/document/product/362/31636). the available data disk type is restricted by the instance type `InstanceType`. additionally, the maximum allowable capacity for expansion varies by data disk type. You can specify either DataDisks or SystemDisk, but not both at the same time.
|
|
12354
12353
|
* @type {Array.<DataDisk> || null}
|
|
12355
12354
|
*/
|
|
12356
12355
|
this.DataDisks = null;
|
|
@@ -12362,8 +12361,7 @@ class ResizeInstanceDisksRequest extends AbstractModel {
|
|
|
12362
12361
|
this.ForceStop = null;
|
|
12363
12362
|
|
|
12364
12363
|
/**
|
|
12365
|
-
* System disk configuration information to be expanded. only supports specifying the purpose capacity of the disk to be expanded. only supports cloud disk expansion.
|
|
12366
|
-
<dx-alert infotype="explain" title="">You should specify either DataDisks or SystemDisk, but you cannot specify both at the same time.</dx-alert>
|
|
12364
|
+
* System disk configuration information to be expanded. only supports specifying the purpose capacity of the disk to be expanded. only supports cloud disk expansion. You can specify either DataDisks or SystemDisk, but not both at the same time.
|
|
12367
12365
|
* @type {SystemDisk || null}
|
|
12368
12366
|
*/
|
|
12369
12367
|
this.SystemDisk = null;
|
|
@@ -12563,7 +12561,7 @@ class InternetAccessible extends AbstractModel {
|
|
|
12563
12561
|
this.InternetChargeType = null;
|
|
12564
12562
|
|
|
12565
12563
|
/**
|
|
12566
|
-
* The maximum outbound bandwidth of the public network, in Mbps. The default value is 0 Mbps. The upper limit of bandwidth varies for different models. For more information, see [Purchase Network Bandwidth](https://
|
|
12564
|
+
* The maximum outbound bandwidth of the public network, in Mbps. The default value is 0 Mbps. The upper limit of bandwidth varies for different models. For more information, see [Purchase Network Bandwidth](https://www.tencentcloud.com/document/product/213/12523).
|
|
12567
12565
|
* @type {number || null}
|
|
12568
12566
|
*/
|
|
12569
12567
|
this.InternetMaxBandwidthOut = null;
|
|
@@ -12602,7 +12600,7 @@ Note: The static single-line IP is only supported in some regions.
|
|
|
12602
12600
|
<li> AntiDDoSEIP: specifies the anti-ddos eip. only partial regions support anti-ddos eip. details visible in the [elastic IP product overview](https://www.tencentcloud.com/document/product/213/5733).</li>.
|
|
12603
12601
|
If needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.
|
|
12604
12602
|
|
|
12605
|
-
This feature is in beta test in selected regions. submit a ticket for consultation
|
|
12603
|
+
This feature is in beta test in selected regions. [submit a ticket for consultation](https://console.tencentcloud.com/workorder/category) if needed.
|
|
12606
12604
|
* @type {string || null}
|
|
12607
12605
|
*/
|
|
12608
12606
|
this.IPv4AddressType = null;
|
|
@@ -12613,7 +12611,7 @@ This feature is in beta test in selected regions. submit a ticket for consultati
|
|
|
12613
12611
|
<Li>HighQualityEIPv6: specifies the high quality ipv6. highqualityeipv6 is only supported in hong kong (china).</li>.
|
|
12614
12612
|
If needed, assign an elastic IPv6 address for resource allocation.
|
|
12615
12613
|
|
|
12616
|
-
This feature is in beta test in selected regions. submit a ticket for consultation
|
|
12614
|
+
This feature is in beta test in selected regions. [submit a ticket for consultation](https://console.tencentcloud.com/workorder/category) if needed.
|
|
12617
12615
|
* @type {string || null}
|
|
12618
12616
|
*/
|
|
12619
12617
|
this.IPv6AddressType = null;
|
|
@@ -12956,13 +12954,13 @@ class InquiryPriceResetInstancesTypeRequest extends AbstractModel {
|
|
|
12956
12954
|
super();
|
|
12957
12955
|
|
|
12958
12956
|
/**
|
|
12959
|
-
* One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://
|
|
12957
|
+
* One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258). The maximum number of instances per request is 1.
|
|
12960
12958
|
* @type {Array.<string> || null}
|
|
12961
12959
|
*/
|
|
12962
12960
|
this.InstanceIds = null;
|
|
12963
12961
|
|
|
12964
12962
|
/**
|
|
12965
|
-
* Instance model. Resources vary with the instance model. Specific values can be found in the tables of [Instance Types]
|
|
12963
|
+
* Instance model. Resources vary with the instance model. Specific values can be found in the tables of [Instance Types](https://www.tencentcloud.com/document/product/213/11518).
|
|
12966
12964
|
* @type {string || null}
|
|
12967
12965
|
*/
|
|
12968
12966
|
this.InstanceType = null;
|