tencentcloud-sdk-nodejs-intl-en 3.0.1328 → 3.0.1330
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/antiddos/v20200309/models.js +13 -13
- package/tencentcloud/apigateway/v20180808/models.js +7 -7
- package/tencentcloud/as/v20180419/models.js +8 -8
- package/tencentcloud/batch/v20170312/models.js +1 -1
- package/tencentcloud/billing/v20180709/billing_client.js +33 -0
- package/tencentcloud/billing/v20180709/models.js +414 -4
- package/tencentcloud/cam/v20190116/models.js +2 -2
- package/tencentcloud/cbs/v20170312/models.js +1 -1
- package/tencentcloud/ccc/v20200210/ccc_client.js +55 -8
- package/tencentcloud/ccc/v20200210/models.js +457 -132
- package/tencentcloud/cdb/v20170320/models.js +21 -21
- package/tencentcloud/cdc/v20201214/models.js +14 -14
- package/tencentcloud/cdn/v20180606/models.js +3 -3
- package/tencentcloud/cdwdoris/v20211228/models.js +8 -8
- package/tencentcloud/cfg/v20210820/models.js +2 -2
- package/tencentcloud/cfs/v20190719/models.js +14 -7
- package/tencentcloud/cfw/v20190904/models.js +69 -27
- package/tencentcloud/cls/v20201016/models.js +10 -10
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/csip/v20221121/models.js +85 -79
- package/tencentcloud/cvm/v20170312/models.js +15 -15
- package/tencentcloud/cwp/v20180228/models.js +55 -20
- package/tencentcloud/cynosdb/v20190107/models.js +151 -122
- package/tencentcloud/dayu/v20180709/models.js +1 -1
- package/tencentcloud/dcdb/v20180411/dcdb_client.js +3 -3
- package/tencentcloud/dcdb/v20180411/models.js +73 -3
- package/tencentcloud/dlc/v20210125/models.js +4 -4
- package/tencentcloud/dts/v20211206/models.js +9 -9
- package/tencentcloud/eb/v20210416/models.js +2 -2
- package/tencentcloud/emr/v20190103/models.js +8 -8
- package/tencentcloud/facefusion/v20220927/models.js +24 -12
- package/tencentcloud/faceid/v20180301/models.js +16 -16
- package/tencentcloud/gaap/v20180529/models.js +1 -1
- package/tencentcloud/hunyuan/v20230901/models.js +4 -4
- package/tencentcloud/ims/v20201229/models.js +1 -1
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +2 -2
- package/tencentcloud/lcic/v20220817/models.js +11 -11
- package/tencentcloud/lighthouse/v20200324/models.js +3 -3
- package/tencentcloud/lke/v20231130/models.js +139 -45
- package/tencentcloud/mariadb/v20170312/mariadb_client.js +3 -3
- package/tencentcloud/mariadb/v20170312/models.js +66 -3
- package/tencentcloud/mdc/v20200828/models.js +46 -44
- package/tencentcloud/mdl/v20200326/models.js +6 -6
- package/tencentcloud/mdp/v20200527/models.js +4 -4
- package/tencentcloud/mongodb/v20190725/models.js +1 -1
- package/tencentcloud/monitor/v20180724/models.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +47 -44
- package/tencentcloud/msp/v20180319/models.js +2 -2
- package/tencentcloud/ocr/v20181119/models.js +36 -30
- package/tencentcloud/postgres/v20170312/models.js +3 -3
- package/tencentcloud/rum/v20210622/models.js +6 -2
- package/tencentcloud/sqlserver/v20180328/models.js +240 -181
- package/tencentcloud/ssl/v20191205/models.js +1 -1
- package/tencentcloud/tat/v20201028/models.js +32 -32
- package/tencentcloud/tcmpp/v20240801/models.js +2 -2
- package/tencentcloud/tcss/v20201101/models.js +45 -45
- package/tencentcloud/tdid/v20210519/models.js +2 -2
- package/tencentcloud/tdmq/v20200217/models.js +46 -46
- package/tencentcloud/teo/v20220106/models.js +15 -5
- package/tencentcloud/teo/v20220901/models.js +9 -6
- package/tencentcloud/tiw/v20190919/models.js +13 -3
- package/tencentcloud/tke/v20180525/models.js +3 -3
- package/tencentcloud/tke/v20220501/models.js +4 -1
- package/tencentcloud/tms/v20201229/models.js +9 -9
- package/tencentcloud/tmt/v20180321/models.js +2 -2
- package/tencentcloud/trtc/v20190722/models.js +25 -18
- package/tencentcloud/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/tts/v20190823/models.js +11 -10
- package/tencentcloud/vod/v20180717/models.js +63 -41
- package/tencentcloud/vpc/v20170312/models.js +16 -12
package/package.json
CHANGED
|
@@ -1926,7 +1926,7 @@ class CreateWaterPrintConfigResponse extends AbstractModel {
|
|
|
1926
1926
|
}
|
|
1927
1927
|
|
|
1928
1928
|
/**
|
|
1929
|
-
*
|
|
1929
|
+
* IP blocking records
|
|
1930
1930
|
* @class
|
|
1931
1931
|
*/
|
|
1932
1932
|
class IpBlockData extends AbstractModel {
|
|
@@ -1934,37 +1934,37 @@ class IpBlockData extends AbstractModel {
|
|
|
1934
1934
|
super();
|
|
1935
1935
|
|
|
1936
1936
|
/**
|
|
1937
|
-
*
|
|
1937
|
+
* Status (Blocked: Blocked; UnBlocking: Unblocking; UnBlockFailed: Unblock failed)
|
|
1938
1938
|
* @type {string || null}
|
|
1939
1939
|
*/
|
|
1940
1940
|
this.Status = null;
|
|
1941
1941
|
|
|
1942
1942
|
/**
|
|
1943
|
-
*
|
|
1943
|
+
* Resource IP
|
|
1944
1944
|
* @type {string || null}
|
|
1945
1945
|
*/
|
|
1946
1946
|
this.Ip = null;
|
|
1947
1947
|
|
|
1948
1948
|
/**
|
|
1949
|
-
*
|
|
1949
|
+
* Blocking Time
|
|
1950
1950
|
* @type {string || null}
|
|
1951
1951
|
*/
|
|
1952
1952
|
this.BlockTime = null;
|
|
1953
1953
|
|
|
1954
1954
|
/**
|
|
1955
|
-
*
|
|
1955
|
+
* Unblock Time (Estimated Unblock Time)
|
|
1956
1956
|
* @type {string || null}
|
|
1957
1957
|
*/
|
|
1958
1958
|
this.UnBlockTime = null;
|
|
1959
1959
|
|
|
1960
1960
|
/**
|
|
1961
|
-
*
|
|
1961
|
+
* Unblock type (user: self-service unblocking; auto: automatic unblocking; update: upgrade unblocking; bind: Anti-DDoS Pro binding unblocking)
|
|
1962
1962
|
* @type {string || null}
|
|
1963
1963
|
*/
|
|
1964
1964
|
this.ActionType = null;
|
|
1965
1965
|
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* Anti-DDoS flag, 0: non-Anti-DDoS, 1: Anti-DDoS
|
|
1968
1968
|
* @type {number || null}
|
|
1969
1969
|
*/
|
|
1970
1970
|
this.ProtectFlag = null;
|
|
@@ -5727,19 +5727,19 @@ class DescribeBasicDeviceStatusRequest extends AbstractModel {
|
|
|
5727
5727
|
this.IpList = null;
|
|
5728
5728
|
|
|
5729
5729
|
/**
|
|
5730
|
-
*
|
|
5730
|
+
* Pass id for domain-bound resources
|
|
5731
5731
|
* @type {Array.<string> || null}
|
|
5732
5732
|
*/
|
|
5733
5733
|
this.IdList = null;
|
|
5734
5734
|
|
|
5735
5735
|
/**
|
|
5736
|
-
*
|
|
5736
|
+
* region name
|
|
5737
5737
|
* @type {number || null}
|
|
5738
5738
|
*/
|
|
5739
5739
|
this.FilterRegion = null;
|
|
5740
5740
|
|
|
5741
5741
|
/**
|
|
5742
|
-
*
|
|
5742
|
+
* CNAME WAF resource
|
|
5743
5743
|
* @type {Array.<string> || null}
|
|
5744
5744
|
*/
|
|
5745
5745
|
this.CnameWafIdList = null;
|
|
@@ -5820,7 +5820,7 @@ class IPLineInfo extends AbstractModel {
|
|
|
5820
5820
|
this.Type = null;
|
|
5821
5821
|
|
|
5822
5822
|
/**
|
|
5823
|
-
*
|
|
5823
|
+
* line IP
|
|
5824
5824
|
* @type {string || null}
|
|
5825
5825
|
*/
|
|
5826
5826
|
this.Eip = null;
|
|
@@ -6214,7 +6214,7 @@ class DDoSSpeedLimitConfig extends AbstractModel {
|
|
|
6214
6214
|
this.DstPortScopes = null;
|
|
6215
6215
|
|
|
6216
6216
|
/**
|
|
6217
|
-
*
|
|
6217
|
+
* Configuration ID is generated after the configuration is successfully added. When adding a new restriction configuration, this field does not need to be filled in; when modifying or deleting a rate limiting configuration, the Configuration ID needs to be filled in.
|
|
6218
6218
|
* @type {string || null}
|
|
6219
6219
|
*/
|
|
6220
6220
|
this.Id = null;
|
|
@@ -6524,7 +6524,7 @@ class CcGeoIpPolicyNew extends AbstractModel {
|
|
|
6524
6524
|
this.Ip = null;
|
|
6525
6525
|
|
|
6526
6526
|
/**
|
|
6527
|
-
*
|
|
6527
|
+
* domain name
|
|
6528
6528
|
* @type {string || null}
|
|
6529
6529
|
*/
|
|
6530
6530
|
this.Domain = null;
|
|
@@ -5247,7 +5247,7 @@ class DescribeUpstreamBindApisResponse extends AbstractModel {
|
|
|
5247
5247
|
}
|
|
5248
5248
|
|
|
5249
5249
|
/**
|
|
5250
|
-
*
|
|
5250
|
+
* Policy List
|
|
5251
5251
|
* @class
|
|
5252
5252
|
*/
|
|
5253
5253
|
class IPStrategiesStatus extends AbstractModel {
|
|
@@ -5255,13 +5255,13 @@ class IPStrategiesStatus extends AbstractModel {
|
|
|
5255
5255
|
super();
|
|
5256
5256
|
|
|
5257
5257
|
/**
|
|
5258
|
-
*
|
|
5258
|
+
* Number of policies.
|
|
5259
5259
|
* @type {number || null}
|
|
5260
5260
|
*/
|
|
5261
5261
|
this.TotalCount = null;
|
|
5262
5262
|
|
|
5263
5263
|
/**
|
|
5264
|
-
*
|
|
5264
|
+
* Policy List.
|
|
5265
5265
|
* @type {Array.<IPStrategy> || null}
|
|
5266
5266
|
*/
|
|
5267
5267
|
this.StrategySet = null;
|
|
@@ -13040,7 +13040,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
13040
13040
|
}
|
|
13041
13041
|
|
|
13042
13042
|
/**
|
|
13043
|
-
*
|
|
13043
|
+
* API Binding Policy List
|
|
13044
13044
|
* @class
|
|
13045
13045
|
*/
|
|
13046
13046
|
class ApiEnvironmentStrategyStatus extends AbstractModel {
|
|
@@ -13048,13 +13048,13 @@ class ApiEnvironmentStrategyStatus extends AbstractModel {
|
|
|
13048
13048
|
super();
|
|
13049
13049
|
|
|
13050
13050
|
/**
|
|
13051
|
-
*
|
|
13051
|
+
* The quantity of rate limiting policies bound to APIs.
|
|
13052
13052
|
* @type {number || null}
|
|
13053
13053
|
*/
|
|
13054
13054
|
this.TotalCount = null;
|
|
13055
13055
|
|
|
13056
13056
|
/**
|
|
13057
|
-
*
|
|
13057
|
+
* API Binding Rate Limiting Policy List.
|
|
13058
13058
|
* @type {Array.<ApiEnvironmentStrategy> || null}
|
|
13059
13059
|
*/
|
|
13060
13060
|
this.ApiEnvironmentStrategySet = null;
|
|
@@ -15518,7 +15518,7 @@ class CreateApiKeyRequest extends AbstractModel {
|
|
|
15518
15518
|
this.AccessKeySecret = null;
|
|
15519
15519
|
|
|
15520
15520
|
/**
|
|
15521
|
-
*
|
|
15521
|
+
* Tag
|
|
15522
15522
|
* @type {Array.<Tag> || null}
|
|
15523
15523
|
*/
|
|
15524
15524
|
this.Tags = null;
|
|
@@ -428,7 +428,7 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
428
428
|
super();
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
|
-
* <p>Scaling group ID. obtain available scaling group ids in the following ways:</p><li>query scaling group ids by logging in to the <a href="https://console.cloud.tencent.com/autoscaling/group">console</a>.</li><li>obtain scaling group ids by calling the <a href="https://www.tencentcloud.
|
|
431
|
+
* <p>Scaling group ID. obtain available scaling group ids in the following ways:</p><li>query scaling group ids by logging in to the <a href="https://console.cloud.tencent.com/autoscaling/group">console</a>.</li><li>obtain scaling group ids by calling the <a href="https://www.tencentcloud.com/document/api/377/20438?from_cn_redirect=1">DescribeAutoScalingGroups</a> api and retrieving AutoScalingGroupId from the returned information.</li>.
|
|
432
432
|
* @type {string || null}
|
|
433
433
|
*/
|
|
434
434
|
this.AutoScalingGroupId = null;
|
|
@@ -452,7 +452,7 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
452
452
|
this.DesiredCapacity = null;
|
|
453
453
|
|
|
454
454
|
/**
|
|
455
|
-
* <p>Launch configuration ID. obtain available launch configuration ids in the following ways:</p><li>query the launch configuration ID by logging in to the <a href="https://console.cloud.tencent.com/autoscaling/config">console</a>.</li><li>obtain the launch configuration ID by calling the <a href="https://www.tencentcloud.
|
|
455
|
+
* <p>Launch configuration ID. obtain available launch configuration ids in the following ways:</p><li>query the launch configuration ID by logging in to the <a href="https://console.cloud.tencent.com/autoscaling/config">console</a>.</li><li>obtain the launch configuration ID by calling the <a href="https://www.tencentcloud.com/document/api/377/20445?from_cn_redirect=1">DescribeLaunchConfigurations</a> api and retrieving the LaunchConfigurationId from the returned information.</li>.
|
|
456
456
|
* @type {string || null}
|
|
457
457
|
*/
|
|
458
458
|
this.LaunchConfigurationId = null;
|
|
@@ -470,13 +470,13 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
470
470
|
this.MinSize = null;
|
|
471
471
|
|
|
472
472
|
/**
|
|
473
|
-
* <p>Project ID. obtain this parameter by calling the `ProjectId` field in the return value of <a href="https://www.tencentcloud.
|
|
473
|
+
* <p>Project ID. obtain this parameter by calling the `ProjectId` field in the return value of <a href="https://www.tencentcloud.com/document/api/651/78725?from_cn_redirect=1">DescribeProject</a>. default value is 0, indicating usage of the default project.</p>.
|
|
474
474
|
* @type {number || null}
|
|
475
475
|
*/
|
|
476
476
|
this.ProjectId = null;
|
|
477
477
|
|
|
478
478
|
/**
|
|
479
|
-
* <p>subnet ID list. valid vpc subnet ids can be obtained by logging in to the <a href="https://console.cloud.tencent.com/vpc/subnet">console</a> for querying. you can also call the API <a href="https://www.tencentcloud.
|
|
479
|
+
* <p>subnet ID list. valid vpc subnet ids can be obtained by logging in to the <a href="https://console.cloud.tencent.com/vpc/subnet">console</a> for querying. you can also call the API <a href="https://www.tencentcloud.com/document/product/215/15784?from_cn_redirect=1">DescribeSubnets</a> and retrieve them from the SubnetId field in the API response.</p>.
|
|
480
480
|
* @type {Array.<string> || null}
|
|
481
481
|
*/
|
|
482
482
|
this.SubnetIds = null;
|
|
@@ -488,7 +488,7 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
488
488
|
this.TerminationPolicies = null;
|
|
489
489
|
|
|
490
490
|
/**
|
|
491
|
-
* <p>vpc ID. when modifying the vpc, you need to change the SubnetIds parameter to the subnet of this vpc. effective VpcId can be queried by logging in to the <a href="https://console.cloud.tencent.com/vpc/vpc">console</a>; you can also call the <a href="https://www.tencentcloud.
|
|
491
|
+
* <p>vpc ID. when modifying the vpc, you need to change the SubnetIds parameter to the subnet of this vpc. effective VpcId can be queried by logging in to the <a href="https://console.cloud.tencent.com/vpc/vpc">console</a>; you can also call the <a href="https://www.tencentcloud.com/document/api/215/15778?from_cn_redirect=1">DescribeVpc</a> api and get the VpcId field from the api response.</p>.
|
|
492
492
|
* @type {string || null}
|
|
493
493
|
*/
|
|
494
494
|
this.VpcId = null;
|
|
@@ -530,7 +530,7 @@ class ModifyAutoScalingGroupRequest extends AbstractModel {
|
|
|
530
530
|
this.MultiZoneSubnetPolicy = null;
|
|
531
531
|
|
|
532
532
|
/**
|
|
533
|
-
* <p>Scaling group instance health check type, values are as follows:</p><li>CVM: determine whether an instance is unhealthy based on its network status. an unhealthy network status refers to an event where instances become unreachable via PING. for detailed criteria of judgment, refer to [instance health check](https://www.tencentcloud.
|
|
533
|
+
* <p>Scaling group instance health check type, values are as follows:</p><li>CVM: determine whether an instance is unhealthy based on its network status. an unhealthy network status refers to an event where instances become unreachable via PING. for detailed criteria of judgment, refer to [instance health check](https://www.tencentcloud.com/document/product/377/8553?from_cn_redirect=1).</li><li>CLB: determine whether an instance is unhealthy based on the health check status of CLB. for the principle of CLB health check, see [health check](https://www.tencentcloud.com/document/product/214/6097?from_cn_redirect=1).</li>.
|
|
534
534
|
* @type {string || null}
|
|
535
535
|
*/
|
|
536
536
|
this.HealthCheckType = null;
|
|
@@ -9656,7 +9656,7 @@ Note: this field may return null, indicating that no valid value was found.
|
|
|
9656
9656
|
this.BandwidthPackageId = null;
|
|
9657
9657
|
|
|
9658
9658
|
/**
|
|
9659
|
-
* Line type. for details on various types of lines and supported regions, refer to [EIP IP address type](https://www.tencentcloud.
|
|
9659
|
+
* Line type. for details on various types of lines and supported regions, refer to [EIP IP address type](https://www.tencentcloud.com/document/product/1199/41646?from_cn_redirect=1). default value: BGP.
|
|
9660
9660
|
|
|
9661
9661
|
<Li>BGP: general bgp line.</li>.
|
|
9662
9662
|
For a user who has enabled the static single-line IP allowlist, valid values include:.
|
|
@@ -9675,7 +9675,7 @@ Note: The static single-line IP is only supported in some regions.
|
|
|
9675
9675
|
|
|
9676
9676
|
<Li>WanIP: specifies the public ip address.</li>.
|
|
9677
9677
|
<Li>HighQualityEIP: highqualityip. only Singapore and hong kong (china) support highqualityip.</li>.
|
|
9678
|
-
<Li>AntiDDoSEIP: anti-ddos eip. only partially supported regions can use anti-ddos eip. details visible in [elastic ip product overview](https://www.tencentcloud.
|
|
9678
|
+
<Li>AntiDDoSEIP: anti-ddos eip. only partially supported regions can use anti-ddos eip. details visible in [elastic ip product overview](https://www.tencentcloud.com/document/product/1199/41646?from_cn_redirect=1).</li>.
|
|
9679
9679
|
If needed to assign an elastic IPv4 address to a resource, specify the elastic IPv4 address type. if only use WanIP, do not set this field.
|
|
9680
9680
|
|
|
9681
9681
|
High quality IP the anti-ddos feature is only in beta test in some regions. if needed, submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category).
|
|
@@ -4807,7 +4807,7 @@ Note: this field may return null, indicating that no valid value is obtained.
|
|
|
4807
4807
|
this.Remark = null;
|
|
4808
4808
|
|
|
4809
4809
|
/**
|
|
4810
|
-
*
|
|
4810
|
+
* The number of physical GPU cards mapped to the instance model, unit: card. For vGPU configurations, the value is less than 1; for passthrough configurations, the value is greater than or equal to 1. vGPU utilizes slicing virtualization technology to partition physical GPU cards, allowing a single GPU card to be allocated to multiple instances after virtualization. Passthrough configurations directly mount GPU devices to instances.
|
|
4811
4811
|
* @type {number || null}
|
|
4812
4812
|
*/
|
|
4813
4813
|
this.GpuCount = null;
|
|
@@ -47,8 +47,10 @@ const DescribeGatherRuleDetailRequest = models.DescribeGatherRuleDetailRequest;
|
|
|
47
47
|
const DistributionBillDetail = models.DistributionBillDetail;
|
|
48
48
|
const DescribeDosageCosDetailByDateRequest = models.DescribeDosageCosDetailByDateRequest;
|
|
49
49
|
const DescribeBillAdjustInfoResponse = models.DescribeBillAdjustInfoResponse;
|
|
50
|
+
const OperateRsp = models.OperateRsp;
|
|
50
51
|
const DescribeAllocationRuleDetailRequest = models.DescribeAllocationRuleDetailRequest;
|
|
51
52
|
const DescribeAllocationUnitDetailResponse = models.DescribeAllocationUnitDetailResponse;
|
|
53
|
+
const RenewInstance = models.RenewInstance;
|
|
52
54
|
const DescribeBillSummaryByProductRequest = models.DescribeBillSummaryByProductRequest;
|
|
53
55
|
const AllocationUnit = models.AllocationUnit;
|
|
54
56
|
const AllocationRationExpression = models.AllocationRationExpression;
|
|
@@ -72,6 +74,7 @@ const ModifyGatherRuleResponse = models.ModifyGatherRuleResponse;
|
|
|
72
74
|
const CreateGatherRuleRequest = models.CreateGatherRuleRequest;
|
|
73
75
|
const DescribeBillResourceSummaryForOrganizationRequest = models.DescribeBillResourceSummaryForOrganizationRequest;
|
|
74
76
|
const DescribeCostSummaryByRegionRequest = models.DescribeCostSummaryByRegionRequest;
|
|
77
|
+
const SetRenewalRequest = models.SetRenewalRequest;
|
|
75
78
|
const ConsumptionSummaryTrend = models.ConsumptionSummaryTrend;
|
|
76
79
|
const DescribeBillDownloadUrlRequest = models.DescribeBillDownloadUrlRequest;
|
|
77
80
|
const DescribeBillSummaryByPayModeRequest = models.DescribeBillSummaryByPayModeRequest;
|
|
@@ -90,6 +93,7 @@ const DescribeBillSummaryByProjectResponse = models.DescribeBillSummaryByProject
|
|
|
90
93
|
const DescribeBillAdjustInfoRequest = models.DescribeBillAdjustInfoRequest;
|
|
91
94
|
const DeleteAllocationRuleResponse = models.DeleteAllocationRuleResponse;
|
|
92
95
|
const TagDataInfo = models.TagDataInfo;
|
|
96
|
+
const DescribeRenewInstancesRequest = models.DescribeRenewInstancesRequest;
|
|
93
97
|
const PayDealsRequest = models.PayDealsRequest;
|
|
94
98
|
const SummaryTotal = models.SummaryTotal;
|
|
95
99
|
const BusinessSummaryTotal = models.BusinessSummaryTotal;
|
|
@@ -113,6 +117,7 @@ const ActionSummaryOverviewItem = models.ActionSummaryOverviewItem;
|
|
|
113
117
|
const DescribeBillDetailForOrganizationRequest = models.DescribeBillDetailForOrganizationRequest;
|
|
114
118
|
const DescribeVoucherUsageDetailsRequest = models.DescribeVoucherUsageDetailsRequest;
|
|
115
119
|
const DescribeBillResourceSummaryRequest = models.DescribeBillResourceSummaryRequest;
|
|
120
|
+
const DescribeRenewInstancesResponse = models.DescribeRenewInstancesResponse;
|
|
116
121
|
const BillDetailComponent = models.BillDetailComponent;
|
|
117
122
|
const ConditionRegion = models.ConditionRegion;
|
|
118
123
|
const TagSummaryOverviewItem = models.TagSummaryOverviewItem;
|
|
@@ -129,6 +134,7 @@ const CreateAllocationTagRequest = models.CreateAllocationTagRequest;
|
|
|
129
134
|
const ExcludedProducts = models.ExcludedProducts;
|
|
130
135
|
const PayModeSummaryOverviewItem = models.PayModeSummaryOverviewItem;
|
|
131
136
|
const DescribeAllocationRuleDetailResponse = models.DescribeAllocationRuleDetailResponse;
|
|
137
|
+
const SetRenewalResponse = models.SetRenewalResponse;
|
|
132
138
|
const UsageDetails = models.UsageDetails;
|
|
133
139
|
const AnalyseBusinessDetail = models.AnalyseBusinessDetail;
|
|
134
140
|
const AnalyseConditions = models.AnalyseConditions;
|
|
@@ -181,6 +187,19 @@ class BillingClient extends AbstractClient {
|
|
|
181
187
|
super("billing.intl.tencentcloudapi.com", "2018-07-09", credential, region, profile);
|
|
182
188
|
}
|
|
183
189
|
|
|
190
|
+
/**
|
|
191
|
+
* Notes:
|
|
192
|
+
1. This API supports querying annual and monthly subscription instances integrated into the renewal management page, including running and isolated instances (some products unsupported).
|
|
193
|
+
2. When using this API, a sub-user should have the QcloudFinanceRenewManageFullAccess permission policy.
|
|
194
|
+
* @param {DescribeRenewInstancesRequest} req
|
|
195
|
+
* @param {function(string, DescribeRenewInstancesResponse):void} cb
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
DescribeRenewInstances(req, cb) {
|
|
199
|
+
let resp = new DescribeRenewInstancesResponse();
|
|
200
|
+
this.request("DescribeRenewInstances", req, resp, cb);
|
|
201
|
+
}
|
|
202
|
+
|
|
184
203
|
/**
|
|
185
204
|
* Delete a collection rule.
|
|
186
205
|
* @param {DeleteGatherRuleRequest} req
|
|
@@ -338,6 +357,20 @@ Note:
|
|
|
338
357
|
this.request("DescribeBillDetail", req, resp, cb);
|
|
339
358
|
}
|
|
340
359
|
|
|
360
|
+
/**
|
|
361
|
+
* Notes:
|
|
362
|
+
1. This API supports setting auto-renewal mode and period for annual and monthly subscription instances.
|
|
363
|
+
2. Obtain the product code and region code through an instance query API.
|
|
364
|
+
3. When using this API, a sub-user must possess the QcloudFinanceRenewManageFullAccess permission policy.
|
|
365
|
+
* @param {SetRenewalRequest} req
|
|
366
|
+
* @param {function(string, SetRenewalResponse):void} cb
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
SetRenewal(req, cb) {
|
|
370
|
+
let resp = new SetRenewalResponse();
|
|
371
|
+
this.request("SetRenewal", req, resp, cb);
|
|
372
|
+
}
|
|
373
|
+
|
|
341
374
|
/**
|
|
342
375
|
* This API is used to get bill details by product, project, region, billing mode, and tag by passing in parameters.
|
|
343
376
|
* @param {DescribeBillSummaryRequest} req
|