tencentcloud-sdk-nodejs-intl-en 3.0.1198 → 3.0.1200
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/billing/v20180709/models.js +16 -23
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/emr/v20190103/emr_client.js +3 -1
- package/tencentcloud/emr/v20190103/models.js +234 -26
- package/tencentcloud/intlpartnersmgt/v20220928/models.js +9 -3
- package/tencentcloud/iotcloud/v20210408/models.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +128 -100
- package/tencentcloud/redis/v20180412/models.js +1 -1
- package/tencentcloud/sqlserver/v20180328/models.js +1 -1
- package/tencentcloud/ssl/v20191205/models.js +988 -117
- package/tencentcloud/ssl/v20191205/ssl_client.js +85 -3
- package/tencentcloud/teo/v20220901/models.js +48 -0
package/package.json
CHANGED
|
@@ -4367,8 +4367,6 @@ class Deal extends AbstractModel {
|
|
|
4367
4367
|
|
|
4368
4368
|
/**
|
|
4369
4369
|
* Product code
|
|
4370
|
-
|
|
4371
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4372
4370
|
* @type {string || null}
|
|
4373
4371
|
*/
|
|
4374
4372
|
this.ProductCode = null;
|
|
@@ -4386,15 +4384,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4386
4384
|
this.BigDealId = null;
|
|
4387
4385
|
|
|
4388
4386
|
/**
|
|
4389
|
-
* Refund formula
|
|
4390
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4387
|
+
* Refund formula.
|
|
4391
4388
|
* @type {string || null}
|
|
4392
4389
|
*/
|
|
4393
4390
|
this.Formula = null;
|
|
4394
4391
|
|
|
4395
4392
|
/**
|
|
4396
|
-
* Refund involves order information
|
|
4397
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4393
|
+
* Refund involves order information.
|
|
4398
4394
|
* @type {string || null}
|
|
4399
4395
|
*/
|
|
4400
4396
|
this.RefReturnDeals = null;
|
|
@@ -4408,33 +4404,30 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4408
4404
|
/**
|
|
4409
4405
|
* Transaction type
|
|
4410
4406
|
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
`
|
|
4414
|
-
|
|
4415
|
-
upgrade
|
|
4416
|
-
renew
|
|
4417
|
-
purchase
|
|
4418
|
-
preMoveOut
|
|
4419
|
-
preMoveIn
|
|
4420
|
-
preToPost prepaid to postpaid
|
|
4421
|
-
postMoveOut
|
|
4422
|
-
postMoveIn
|
|
4423
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4407
|
+
Modify network mode adjust bandwidth mode.
|
|
4408
|
+
Adjust bandwidth size.
|
|
4409
|
+
`Refund`: refund.
|
|
4410
|
+
downgrade.
|
|
4411
|
+
upgrade configuration.
|
|
4412
|
+
renew.
|
|
4413
|
+
purchase.
|
|
4414
|
+
preMoveOut monthly subscription resource migration out.
|
|
4415
|
+
preMoveIn specifies the monthly subscription resources to migrate.
|
|
4416
|
+
preToPost specifies the prepaid to postpaid conversion.
|
|
4417
|
+
postMoveOut specifies the pay-as-you-go resources to be migrated out.
|
|
4418
|
+
postMoveIn specifies the pay-as-you-go resources for inbound migration.
|
|
4424
4419
|
* @type {string || null}
|
|
4425
4420
|
*/
|
|
4426
4421
|
this.Action = null;
|
|
4427
4422
|
|
|
4428
4423
|
/**
|
|
4429
|
-
* Product code
|
|
4430
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4424
|
+
* Product code chinese name.
|
|
4431
4425
|
* @type {string || null}
|
|
4432
4426
|
*/
|
|
4433
4427
|
this.ProductName = null;
|
|
4434
4428
|
|
|
4435
4429
|
/**
|
|
4436
|
-
*
|
|
4437
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
4430
|
+
* Sub-Product code chinese name.
|
|
4438
4431
|
* @type {string || null}
|
|
4439
4432
|
*/
|
|
4440
4433
|
this.SubProductName = null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1200";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -61,6 +61,7 @@ const Placement = models.Placement;
|
|
|
61
61
|
const PodParameter = models.PodParameter;
|
|
62
62
|
const AllNodeResourceSpec = models.AllNodeResourceSpec;
|
|
63
63
|
const DescribeUsersForUserManagerRequest = models.DescribeUsersForUserManagerRequest;
|
|
64
|
+
const TerminateClusterNodesResponse = models.TerminateClusterNodesResponse;
|
|
64
65
|
const StrategyConfig = models.StrategyConfig;
|
|
65
66
|
const StartStopServiceOrMonitorResponse = models.StartStopServiceOrMonitorResponse;
|
|
66
67
|
const MultiDisk = models.MultiDisk;
|
|
@@ -78,7 +79,8 @@ const ModifyResourceTags = models.ModifyResourceTags;
|
|
|
78
79
|
const ModifyResourcesTagsRequest = models.ModifyResourcesTagsRequest;
|
|
79
80
|
const DescribeResourceScheduleResponse = models.DescribeResourceScheduleResponse;
|
|
80
81
|
const DescribeHiveQueriesResponse = models.DescribeHiveQueriesResponse;
|
|
81
|
-
const
|
|
82
|
+
const NodeRenewPriceDetail = models.NodeRenewPriceDetail;
|
|
83
|
+
const RenewPriceDetail = models.RenewPriceDetail;
|
|
82
84
|
const ModifyResourceSchedulerRequest = models.ModifyResourceSchedulerRequest;
|
|
83
85
|
const LoginSettings = models.LoginSettings;
|
|
84
86
|
const PriceResource = models.PriceResource;
|
|
@@ -2987,7 +2987,19 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
2987
2987
|
this.TimeSpan = null;
|
|
2988
2988
|
|
|
2989
2989
|
/**
|
|
2990
|
-
*
|
|
2990
|
+
*
|
|
2991
|
+
* @type {Array.<PriceDetail> || null}
|
|
2992
|
+
*/
|
|
2993
|
+
this.PriceDetail = null;
|
|
2994
|
+
|
|
2995
|
+
/**
|
|
2996
|
+
*
|
|
2997
|
+
* @type {Array.<NodeRenewPriceDetail> || null}
|
|
2998
|
+
*/
|
|
2999
|
+
this.NodeRenewPriceDetails = null;
|
|
3000
|
+
|
|
3001
|
+
/**
|
|
3002
|
+
* 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.
|
|
2991
3003
|
* @type {string || null}
|
|
2992
3004
|
*/
|
|
2993
3005
|
this.RequestId = null;
|
|
@@ -3005,6 +3017,24 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
3005
3017
|
this.DiscountCost = 'DiscountCost' in params ? params.DiscountCost : null;
|
|
3006
3018
|
this.TimeUnit = 'TimeUnit' in params ? params.TimeUnit : null;
|
|
3007
3019
|
this.TimeSpan = 'TimeSpan' in params ? params.TimeSpan : null;
|
|
3020
|
+
|
|
3021
|
+
if (params.PriceDetail) {
|
|
3022
|
+
this.PriceDetail = new Array();
|
|
3023
|
+
for (let z in params.PriceDetail) {
|
|
3024
|
+
let obj = new PriceDetail();
|
|
3025
|
+
obj.deserialize(params.PriceDetail[z]);
|
|
3026
|
+
this.PriceDetail.push(obj);
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
if (params.NodeRenewPriceDetails) {
|
|
3031
|
+
this.NodeRenewPriceDetails = new Array();
|
|
3032
|
+
for (let z in params.NodeRenewPriceDetails) {
|
|
3033
|
+
let obj = new NodeRenewPriceDetail();
|
|
3034
|
+
obj.deserialize(params.NodeRenewPriceDetails[z]);
|
|
3035
|
+
this.NodeRenewPriceDetails.push(obj);
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3008
3038
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
3009
3039
|
|
|
3010
3040
|
}
|
|
@@ -3679,6 +3709,41 @@ class DescribeUsersForUserManagerRequest extends AbstractModel {
|
|
|
3679
3709
|
}
|
|
3680
3710
|
}
|
|
3681
3711
|
|
|
3712
|
+
/**
|
|
3713
|
+
* TerminateClusterNodes response structure.
|
|
3714
|
+
* @class
|
|
3715
|
+
*/
|
|
3716
|
+
class TerminateClusterNodesResponse extends AbstractModel {
|
|
3717
|
+
constructor(){
|
|
3718
|
+
super();
|
|
3719
|
+
|
|
3720
|
+
/**
|
|
3721
|
+
* The scale-in process ID.
|
|
3722
|
+
* @type {number || null}
|
|
3723
|
+
*/
|
|
3724
|
+
this.FlowId = null;
|
|
3725
|
+
|
|
3726
|
+
/**
|
|
3727
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
3728
|
+
* @type {string || null}
|
|
3729
|
+
*/
|
|
3730
|
+
this.RequestId = null;
|
|
3731
|
+
|
|
3732
|
+
}
|
|
3733
|
+
|
|
3734
|
+
/**
|
|
3735
|
+
* @private
|
|
3736
|
+
*/
|
|
3737
|
+
deserialize(params) {
|
|
3738
|
+
if (!params) {
|
|
3739
|
+
return;
|
|
3740
|
+
}
|
|
3741
|
+
this.FlowId = 'FlowId' in params ? params.FlowId : null;
|
|
3742
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
3743
|
+
|
|
3744
|
+
}
|
|
3745
|
+
}
|
|
3746
|
+
|
|
3682
3747
|
/**
|
|
3683
3748
|
* Restart, stop, or start of service/monitoring configurations
|
|
3684
3749
|
* @class
|
|
@@ -4697,24 +4762,60 @@ class DescribeHiveQueriesResponse extends AbstractModel {
|
|
|
4697
4762
|
}
|
|
4698
4763
|
|
|
4699
4764
|
/**
|
|
4700
|
-
*
|
|
4765
|
+
*
|
|
4701
4766
|
* @class
|
|
4702
4767
|
*/
|
|
4703
|
-
class
|
|
4768
|
+
class NodeRenewPriceDetail extends AbstractModel {
|
|
4704
4769
|
constructor(){
|
|
4705
4770
|
super();
|
|
4706
4771
|
|
|
4707
4772
|
/**
|
|
4708
|
-
*
|
|
4773
|
+
*
|
|
4709
4774
|
* @type {number || null}
|
|
4710
4775
|
*/
|
|
4711
|
-
this.
|
|
4776
|
+
this.ChargeType = null;
|
|
4712
4777
|
|
|
4713
4778
|
/**
|
|
4714
|
-
*
|
|
4779
|
+
*
|
|
4715
4780
|
* @type {string || null}
|
|
4716
4781
|
*/
|
|
4717
|
-
this.
|
|
4782
|
+
this.EmrResourceId = null;
|
|
4783
|
+
|
|
4784
|
+
/**
|
|
4785
|
+
*
|
|
4786
|
+
* @type {string || null}
|
|
4787
|
+
*/
|
|
4788
|
+
this.NodeType = null;
|
|
4789
|
+
|
|
4790
|
+
/**
|
|
4791
|
+
*
|
|
4792
|
+
* @type {string || null}
|
|
4793
|
+
*/
|
|
4794
|
+
this.Ip = null;
|
|
4795
|
+
|
|
4796
|
+
/**
|
|
4797
|
+
*
|
|
4798
|
+
* @type {string || null}
|
|
4799
|
+
*/
|
|
4800
|
+
this.ExpireTime = null;
|
|
4801
|
+
|
|
4802
|
+
/**
|
|
4803
|
+
*
|
|
4804
|
+
* @type {number || null}
|
|
4805
|
+
*/
|
|
4806
|
+
this.OriginalCost = null;
|
|
4807
|
+
|
|
4808
|
+
/**
|
|
4809
|
+
*
|
|
4810
|
+
* @type {number || null}
|
|
4811
|
+
*/
|
|
4812
|
+
this.DiscountCost = null;
|
|
4813
|
+
|
|
4814
|
+
/**
|
|
4815
|
+
*
|
|
4816
|
+
* @type {Array.<RenewPriceDetail> || null}
|
|
4817
|
+
*/
|
|
4818
|
+
this.RenewPriceDetails = null;
|
|
4718
4819
|
|
|
4719
4820
|
}
|
|
4720
4821
|
|
|
@@ -4725,8 +4826,78 @@ class TerminateClusterNodesResponse extends AbstractModel {
|
|
|
4725
4826
|
if (!params) {
|
|
4726
4827
|
return;
|
|
4727
4828
|
}
|
|
4728
|
-
this.
|
|
4729
|
-
this.
|
|
4829
|
+
this.ChargeType = 'ChargeType' in params ? params.ChargeType : null;
|
|
4830
|
+
this.EmrResourceId = 'EmrResourceId' in params ? params.EmrResourceId : null;
|
|
4831
|
+
this.NodeType = 'NodeType' in params ? params.NodeType : null;
|
|
4832
|
+
this.Ip = 'Ip' in params ? params.Ip : null;
|
|
4833
|
+
this.ExpireTime = 'ExpireTime' in params ? params.ExpireTime : null;
|
|
4834
|
+
this.OriginalCost = 'OriginalCost' in params ? params.OriginalCost : null;
|
|
4835
|
+
this.DiscountCost = 'DiscountCost' in params ? params.DiscountCost : null;
|
|
4836
|
+
|
|
4837
|
+
if (params.RenewPriceDetails) {
|
|
4838
|
+
this.RenewPriceDetails = new Array();
|
|
4839
|
+
for (let z in params.RenewPriceDetails) {
|
|
4840
|
+
let obj = new RenewPriceDetail();
|
|
4841
|
+
obj.deserialize(params.RenewPriceDetails[z]);
|
|
4842
|
+
this.RenewPriceDetails.push(obj);
|
|
4843
|
+
}
|
|
4844
|
+
}
|
|
4845
|
+
|
|
4846
|
+
}
|
|
4847
|
+
}
|
|
4848
|
+
|
|
4849
|
+
/**
|
|
4850
|
+
*
|
|
4851
|
+
* @class
|
|
4852
|
+
*/
|
|
4853
|
+
class RenewPriceDetail extends AbstractModel {
|
|
4854
|
+
constructor(){
|
|
4855
|
+
super();
|
|
4856
|
+
|
|
4857
|
+
/**
|
|
4858
|
+
*
|
|
4859
|
+
* @type {string || null}
|
|
4860
|
+
*/
|
|
4861
|
+
this.BillingName = null;
|
|
4862
|
+
|
|
4863
|
+
/**
|
|
4864
|
+
*
|
|
4865
|
+
* @type {number || null}
|
|
4866
|
+
*/
|
|
4867
|
+
this.Policy = null;
|
|
4868
|
+
|
|
4869
|
+
/**
|
|
4870
|
+
*
|
|
4871
|
+
* @type {number || null}
|
|
4872
|
+
*/
|
|
4873
|
+
this.Quantity = null;
|
|
4874
|
+
|
|
4875
|
+
/**
|
|
4876
|
+
*
|
|
4877
|
+
* @type {number || null}
|
|
4878
|
+
*/
|
|
4879
|
+
this.OriginalCost = null;
|
|
4880
|
+
|
|
4881
|
+
/**
|
|
4882
|
+
*
|
|
4883
|
+
* @type {number || null}
|
|
4884
|
+
*/
|
|
4885
|
+
this.DiscountCost = null;
|
|
4886
|
+
|
|
4887
|
+
}
|
|
4888
|
+
|
|
4889
|
+
/**
|
|
4890
|
+
* @private
|
|
4891
|
+
*/
|
|
4892
|
+
deserialize(params) {
|
|
4893
|
+
if (!params) {
|
|
4894
|
+
return;
|
|
4895
|
+
}
|
|
4896
|
+
this.BillingName = 'BillingName' in params ? params.BillingName : null;
|
|
4897
|
+
this.Policy = 'Policy' in params ? params.Policy : null;
|
|
4898
|
+
this.Quantity = 'Quantity' in params ? params.Quantity : null;
|
|
4899
|
+
this.OriginalCost = 'OriginalCost' in params ? params.OriginalCost : null;
|
|
4900
|
+
this.DiscountCost = 'DiscountCost' in params ? params.DiscountCost : null;
|
|
4730
4901
|
|
|
4731
4902
|
}
|
|
4732
4903
|
}
|
|
@@ -6531,24 +6702,18 @@ class InquiryPriceRenewInstanceRequest extends AbstractModel {
|
|
|
6531
6702
|
*/
|
|
6532
6703
|
this.TimeSpan = null;
|
|
6533
6704
|
|
|
6534
|
-
/**
|
|
6535
|
-
* List of resource IDs of the node to be renewed. The resource ID is in the format of `emr-vm-xxxxxxxx`. A valid resource ID can be queried in the [console](https://console.cloud.tencent.com/emr/static/hardware).
|
|
6536
|
-
* @type {Array.<string> || null}
|
|
6537
|
-
*/
|
|
6538
|
-
this.ResourceIds = null;
|
|
6539
|
-
|
|
6540
|
-
/**
|
|
6541
|
-
* Location of the instance. This parameter is used to specify the AZ, project, and other attributes of the instance.
|
|
6542
|
-
* @type {Placement || null}
|
|
6543
|
-
*/
|
|
6544
|
-
this.Placement = null;
|
|
6545
|
-
|
|
6546
6705
|
/**
|
|
6547
6706
|
* Instance billing mode.
|
|
6548
6707
|
* @type {number || null}
|
|
6549
6708
|
*/
|
|
6550
6709
|
this.PayMode = null;
|
|
6551
6710
|
|
|
6711
|
+
/**
|
|
6712
|
+
* List of resource IDs of the node to be renewed. The resource ID is in the format of `emr-vm-xxxxxxxx`. A valid resource ID can be queried in the [console](https://console.cloud.tencent.com/emr/static/hardware).
|
|
6713
|
+
* @type {Array.<string> || null}
|
|
6714
|
+
*/
|
|
6715
|
+
this.ResourceIds = null;
|
|
6716
|
+
|
|
6552
6717
|
/**
|
|
6553
6718
|
* Unit of time for instance renewal.
|
|
6554
6719
|
* @type {string || null}
|
|
@@ -6561,12 +6726,30 @@ class InquiryPriceRenewInstanceRequest extends AbstractModel {
|
|
|
6561
6726
|
*/
|
|
6562
6727
|
this.Currency = null;
|
|
6563
6728
|
|
|
6729
|
+
/**
|
|
6730
|
+
* Location of the instance. This parameter is used to specify the AZ, project, and other attributes of the instance.
|
|
6731
|
+
* @type {Placement || null}
|
|
6732
|
+
*/
|
|
6733
|
+
this.Placement = null;
|
|
6734
|
+
|
|
6564
6735
|
/**
|
|
6565
6736
|
* Whether to change from pay-as-you-go billing to monthly subscription billing. `0`: no; `1`: yes
|
|
6566
6737
|
* @type {number || null}
|
|
6567
6738
|
*/
|
|
6568
6739
|
this.ModifyPayMode = null;
|
|
6569
6740
|
|
|
6741
|
+
/**
|
|
6742
|
+
*
|
|
6743
|
+
* @type {boolean || null}
|
|
6744
|
+
*/
|
|
6745
|
+
this.NeedDetail = null;
|
|
6746
|
+
|
|
6747
|
+
/**
|
|
6748
|
+
*
|
|
6749
|
+
* @type {string || null}
|
|
6750
|
+
*/
|
|
6751
|
+
this.InstanceId = null;
|
|
6752
|
+
|
|
6570
6753
|
}
|
|
6571
6754
|
|
|
6572
6755
|
/**
|
|
@@ -6577,17 +6760,19 @@ class InquiryPriceRenewInstanceRequest extends AbstractModel {
|
|
|
6577
6760
|
return;
|
|
6578
6761
|
}
|
|
6579
6762
|
this.TimeSpan = 'TimeSpan' in params ? params.TimeSpan : null;
|
|
6763
|
+
this.PayMode = 'PayMode' in params ? params.PayMode : null;
|
|
6580
6764
|
this.ResourceIds = 'ResourceIds' in params ? params.ResourceIds : null;
|
|
6765
|
+
this.TimeUnit = 'TimeUnit' in params ? params.TimeUnit : null;
|
|
6766
|
+
this.Currency = 'Currency' in params ? params.Currency : null;
|
|
6581
6767
|
|
|
6582
6768
|
if (params.Placement) {
|
|
6583
6769
|
let obj = new Placement();
|
|
6584
6770
|
obj.deserialize(params.Placement)
|
|
6585
6771
|
this.Placement = obj;
|
|
6586
6772
|
}
|
|
6587
|
-
this.PayMode = 'PayMode' in params ? params.PayMode : null;
|
|
6588
|
-
this.TimeUnit = 'TimeUnit' in params ? params.TimeUnit : null;
|
|
6589
|
-
this.Currency = 'Currency' in params ? params.Currency : null;
|
|
6590
6773
|
this.ModifyPayMode = 'ModifyPayMode' in params ? params.ModifyPayMode : null;
|
|
6774
|
+
this.NeedDetail = 'NeedDetail' in params ? params.NeedDetail : null;
|
|
6775
|
+
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
6591
6776
|
|
|
6592
6777
|
}
|
|
6593
6778
|
}
|
|
@@ -7794,6 +7979,24 @@ class InquiryPriceScaleOutInstanceRequest extends AbstractModel {
|
|
|
7794
7979
|
*/
|
|
7795
7980
|
this.MasterCount = null;
|
|
7796
7981
|
|
|
7982
|
+
/**
|
|
7983
|
+
* The type can be ComputeResource, EMR, or a default value. The default value is EMR.
|
|
7984
|
+
* @type {string || null}
|
|
7985
|
+
*/
|
|
7986
|
+
this.ResourceBaseType = null;
|
|
7987
|
+
|
|
7988
|
+
/**
|
|
7989
|
+
* Computing resource ID.
|
|
7990
|
+
* @type {string || null}
|
|
7991
|
+
*/
|
|
7992
|
+
this.ComputeResourceId = null;
|
|
7993
|
+
|
|
7994
|
+
/**
|
|
7995
|
+
* Scale-out resource type.
|
|
7996
|
+
* @type {string || null}
|
|
7997
|
+
*/
|
|
7998
|
+
this.HardwareResourceType = null;
|
|
7999
|
+
|
|
7797
8000
|
}
|
|
7798
8001
|
|
|
7799
8002
|
/**
|
|
@@ -7813,6 +8016,9 @@ class InquiryPriceScaleOutInstanceRequest extends AbstractModel {
|
|
|
7813
8016
|
this.Currency = 'Currency' in params ? params.Currency : null;
|
|
7814
8017
|
this.RouterCount = 'RouterCount' in params ? params.RouterCount : null;
|
|
7815
8018
|
this.MasterCount = 'MasterCount' in params ? params.MasterCount : null;
|
|
8019
|
+
this.ResourceBaseType = 'ResourceBaseType' in params ? params.ResourceBaseType : null;
|
|
8020
|
+
this.ComputeResourceId = 'ComputeResourceId' in params ? params.ComputeResourceId : null;
|
|
8021
|
+
this.HardwareResourceType = 'HardwareResourceType' in params ? params.HardwareResourceType : null;
|
|
7816
8022
|
|
|
7817
8023
|
}
|
|
7818
8024
|
}
|
|
@@ -8200,7 +8406,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8200
8406
|
this.MultipleEmrPrice = null;
|
|
8201
8407
|
|
|
8202
8408
|
/**
|
|
8203
|
-
* The unique request ID,
|
|
8409
|
+
* 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.
|
|
8204
8410
|
* @type {string || null}
|
|
8205
8411
|
*/
|
|
8206
8412
|
this.RequestId = null;
|
|
@@ -9119,6 +9325,7 @@ module.exports = {
|
|
|
9119
9325
|
PodParameter: PodParameter,
|
|
9120
9326
|
AllNodeResourceSpec: AllNodeResourceSpec,
|
|
9121
9327
|
DescribeUsersForUserManagerRequest: DescribeUsersForUserManagerRequest,
|
|
9328
|
+
TerminateClusterNodesResponse: TerminateClusterNodesResponse,
|
|
9122
9329
|
StrategyConfig: StrategyConfig,
|
|
9123
9330
|
StartStopServiceOrMonitorResponse: StartStopServiceOrMonitorResponse,
|
|
9124
9331
|
MultiDisk: MultiDisk,
|
|
@@ -9136,7 +9343,8 @@ module.exports = {
|
|
|
9136
9343
|
ModifyResourcesTagsRequest: ModifyResourcesTagsRequest,
|
|
9137
9344
|
DescribeResourceScheduleResponse: DescribeResourceScheduleResponse,
|
|
9138
9345
|
DescribeHiveQueriesResponse: DescribeHiveQueriesResponse,
|
|
9139
|
-
|
|
9346
|
+
NodeRenewPriceDetail: NodeRenewPriceDetail,
|
|
9347
|
+
RenewPriceDetail: RenewPriceDetail,
|
|
9140
9348
|
ModifyResourceSchedulerRequest: ModifyResourceSchedulerRequest,
|
|
9141
9349
|
LoginSettings: LoginSettings,
|
|
9142
9350
|
PriceResource: PriceResource,
|
|
@@ -3591,7 +3591,7 @@ class DescribeCustomerBillDetailRequest extends AbstractModel {
|
|
|
3591
3591
|
super();
|
|
3592
3592
|
|
|
3593
3593
|
/**
|
|
3594
|
-
* Sub-account UIN
|
|
3594
|
+
* Sub-account UIN.
|
|
3595
3595
|
* @type {number || null}
|
|
3596
3596
|
*/
|
|
3597
3597
|
this.CustomerUin = null;
|
|
@@ -4982,7 +4982,6 @@ Standard ri reserved instance.
|
|
|
4982
4982
|
|
|
4983
4983
|
/**
|
|
4984
4984
|
* Project name.
|
|
4985
|
-
.
|
|
4986
4985
|
|
|
4987
4986
|
* @type {string || null}
|
|
4988
4987
|
*/
|
|
@@ -5107,7 +5106,7 @@ Original cost = component list price * component usage * usage duration.
|
|
|
5107
5106
|
this.OriginalCost = null;
|
|
5108
5107
|
|
|
5109
5108
|
/**
|
|
5110
|
-
* Discount (default is 1).
|
|
5109
|
+
* Discount (default is 1) - abandoned.
|
|
5111
5110
|
* @type {string || null}
|
|
5112
5111
|
*/
|
|
5113
5112
|
this.DiscountRate = null;
|
|
@@ -5142,6 +5141,12 @@ Original cost = component list price * component usage * usage duration.
|
|
|
5142
5141
|
*/
|
|
5143
5142
|
this.Id = null;
|
|
5144
5143
|
|
|
5144
|
+
/**
|
|
5145
|
+
* customer discount rate. The discount rate applied to the reseller's customer, which set by reseller, default value equal to 1.
|
|
5146
|
+
* @type {string || null}
|
|
5147
|
+
*/
|
|
5148
|
+
this.CustomerDiscountRate = null;
|
|
5149
|
+
|
|
5145
5150
|
}
|
|
5146
5151
|
|
|
5147
5152
|
/**
|
|
@@ -5182,6 +5187,7 @@ Original cost = component list price * component usage * usage duration.
|
|
|
5182
5187
|
this.VoucherDeduction = 'VoucherDeduction' in params ? params.VoucherDeduction : null;
|
|
5183
5188
|
this.TotalCost = 'TotalCost' in params ? params.TotalCost : null;
|
|
5184
5189
|
this.Id = 'Id' in params ? params.Id : null;
|
|
5190
|
+
this.CustomerDiscountRate = 'CustomerDiscountRate' in params ? params.CustomerDiscountRate : null;
|
|
5185
5191
|
|
|
5186
5192
|
}
|
|
5187
5193
|
}
|
|
@@ -2480,7 +2480,7 @@ class UpdateProductDynamicRegisterResponse extends AbstractModel {
|
|
|
2480
2480
|
this.RegisterLimit = null;
|
|
2481
2481
|
|
|
2482
2482
|
/**
|
|
2483
|
-
* The unique request ID,
|
|
2483
|
+
* 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.
|
|
2484
2484
|
* @type {string || null}
|
|
2485
2485
|
*/
|
|
2486
2486
|
this.RequestId = null;
|