tencentcloud-sdk-nodejs-intl-en 3.0.1349 → 3.0.1350
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/advisor/v20200721/models.js +11 -24
- package/tencentcloud/asr/v20190614/models.js +9 -2
- package/tencentcloud/billing/v20180709/billing_client.js +242 -64
- package/tencentcloud/billing/v20180709/models.js +10788 -4645
- package/tencentcloud/ciam/index.js +1 -1
- package/tencentcloud/cloudaudit/v20190319/cloudaudit_client.js +2 -30
- package/tencentcloud/cloudaudit/v20190319/models.js +132 -247
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/faceid/v20180301/faceid_client.js +260 -143
- package/tencentcloud/faceid/v20180301/models.js +4283 -3113
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/organization/v20210331/models.js +1 -1
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/sms/v20210111/models.js +250 -31
- package/tencentcloud/sms/v20210111/sms_client.js +16 -3
- package/tencentcloud/sts/v20180813/models.js +42 -26
- package/tencentcloud/sts/v20180813/sts_client.js +30 -4
- package/tencentcloud/tag/v20180813/tag_client.js +1 -1
- package/tencentcloud/tchd/v20230306/models.js +1 -1
- package/tencentcloud/tem/index.js +1 -1
- package/tencentcloud/tke/index.js +1 -1
- package/tencentcloud/trtc/v20190722/models.js +263 -168
- package/tencentcloud/trtc/v20190722/trtc_client.js +11 -13
- package/tencentcloud/vod/index.js +1 -1
- package/tencentcloud/wedata/index.js +1 -1
|
@@ -17,70 +17,94 @@
|
|
|
17
17
|
const models = require("./models");
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
19
|
const CreateAllocationUnitRequest = models.CreateAllocationUnitRequest;
|
|
20
|
-
const
|
|
20
|
+
const DescribeBillAdjustInfoResponse = models.DescribeBillAdjustInfoResponse;
|
|
21
21
|
const DescribeCostSummaryByProductRequest = models.DescribeCostSummaryByProductRequest;
|
|
22
|
-
const
|
|
22
|
+
const DescribeCPQBillingMappingRequest = models.DescribeCPQBillingMappingRequest;
|
|
23
23
|
const ConsumptionBusinessSummaryDataItem = models.ConsumptionBusinessSummaryDataItem;
|
|
24
|
+
const RenewInstance = models.RenewInstance;
|
|
24
25
|
const ModifyAllocationRuleRequest = models.ModifyAllocationRuleRequest;
|
|
25
26
|
const DeleteAllocationRuleRequest = models.DeleteAllocationRuleRequest;
|
|
26
27
|
const CreateAllocationRuleResponse = models.CreateAllocationRuleResponse;
|
|
27
28
|
const BillTagInfo = models.BillTagInfo;
|
|
29
|
+
const AllocationOverviewTotal = models.AllocationOverviewTotal;
|
|
28
30
|
const CreateInstanceResponse = models.CreateInstanceResponse;
|
|
29
31
|
const ConditionBusiness = models.ConditionBusiness;
|
|
30
32
|
const AnalyseActionTypeDetail = models.AnalyseActionTypeDetail;
|
|
33
|
+
const DescribeCPQBillingMappingResponse = models.DescribeCPQBillingMappingResponse;
|
|
31
34
|
const DescribeCostExplorerSummaryRequest = models.DescribeCostExplorerSummaryRequest;
|
|
35
|
+
const BillBusinessLink = models.BillBusinessLink;
|
|
32
36
|
const DescribeCostSummaryByProductResponse = models.DescribeCostSummaryByProductResponse;
|
|
33
37
|
const DescribeAllocationTreeResponse = models.DescribeAllocationTreeResponse;
|
|
34
|
-
const
|
|
38
|
+
const AllocationMonthOverviewDetail = models.AllocationMonthOverviewDetail;
|
|
35
39
|
const AllocationTree = models.AllocationTree;
|
|
36
40
|
const DescribeBillDetailForOrganizationResponse = models.DescribeBillDetailForOrganizationResponse;
|
|
37
41
|
const BillDetailComponentConfig = models.BillDetailComponentConfig;
|
|
38
42
|
const DescribeCostSummaryByResourceResponse = models.DescribeCostSummaryByResourceResponse;
|
|
39
43
|
const DescribeBillSummaryByRegionRequest = models.DescribeBillSummaryByRegionRequest;
|
|
40
44
|
const AdjustInfoDetail = models.AdjustInfoDetail;
|
|
45
|
+
const DescribeAllocateConditionsRequest = models.DescribeAllocateConditionsRequest;
|
|
41
46
|
const CreateAllocationRuleRequest = models.CreateAllocationRuleRequest;
|
|
42
47
|
const ConsumptionRegionSummaryDataItem = models.ConsumptionRegionSummaryDataItem;
|
|
43
|
-
const
|
|
48
|
+
const DescribeAllocationUnitDetailResponse = models.DescribeAllocationUnitDetailResponse;
|
|
44
49
|
const DescribeBillSummaryRequest = models.DescribeBillSummaryRequest;
|
|
45
50
|
const DescribeBillResourceSummaryResponse = models.DescribeBillResourceSummaryResponse;
|
|
51
|
+
const AllocationSummaryByItem = models.AllocationSummaryByItem;
|
|
52
|
+
const TagSummaryOverviewItem = models.TagSummaryOverviewItem;
|
|
46
53
|
const DescribeGatherRuleDetailRequest = models.DescribeGatherRuleDetailRequest;
|
|
47
54
|
const DistributionBillDetail = models.DistributionBillDetail;
|
|
55
|
+
const DescribeAllocationOverviewResponse = models.DescribeAllocationOverviewResponse;
|
|
48
56
|
const DescribeDosageCosDetailByDateRequest = models.DescribeDosageCosDetailByDateRequest;
|
|
49
|
-
const
|
|
57
|
+
const DeleteAllocationTagRequest = models.DeleteAllocationTagRequest;
|
|
50
58
|
const OperateRsp = models.OperateRsp;
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
59
|
+
const BillDistributionResourceSummary = models.BillDistributionResourceSummary;
|
|
60
|
+
const BusinessSummaryInfo = models.BusinessSummaryInfo;
|
|
61
|
+
const DescribeAllocationBillDetailRequest = models.DescribeAllocationBillDetailRequest;
|
|
54
62
|
const DescribeBillSummaryByProductRequest = models.DescribeBillSummaryByProductRequest;
|
|
63
|
+
const DescribeAllocationTrendByMonthRequest = models.DescribeAllocationTrendByMonthRequest;
|
|
55
64
|
const AllocationUnit = models.AllocationUnit;
|
|
56
65
|
const AllocationRationExpression = models.AllocationRationExpression;
|
|
57
66
|
const DescribeVoucherUsageDetailsResponse = models.DescribeVoucherUsageDetailsResponse;
|
|
67
|
+
const ResourceSpuSet = models.ResourceSpuSet;
|
|
58
68
|
const ConsumptionSummaryTotal = models.ConsumptionSummaryTotal;
|
|
59
|
-
const
|
|
69
|
+
const DescribeAllocationOverviewRequest = models.DescribeAllocationOverviewRequest;
|
|
70
|
+
const DescribeGatherResourceResponse = models.DescribeGatherResourceResponse;
|
|
60
71
|
const DescribeCostDetailResponse = models.DescribeCostDetailResponse;
|
|
61
|
-
const
|
|
72
|
+
const DescribeAllocationMonthOverviewResponse = models.DescribeAllocationMonthOverviewResponse;
|
|
73
|
+
const DescribeAllocationSummaryByItemResponse = models.DescribeAllocationSummaryByItemResponse;
|
|
74
|
+
const DescribeGatherResourceRequest = models.DescribeGatherResourceRequest;
|
|
62
75
|
const DescribeCostSummaryByProjectResponse = models.DescribeCostSummaryByProjectResponse;
|
|
63
76
|
const AnalyseProjectDetail = models.AnalyseProjectDetail;
|
|
64
77
|
const ProjectSummaryOverviewItem = models.ProjectSummaryOverviewItem;
|
|
65
78
|
const DescribeBillSummaryByTagResponse = models.DescribeBillSummaryByTagResponse;
|
|
66
79
|
const ModifyGatherRuleRequest = models.ModifyGatherRuleRequest;
|
|
80
|
+
const SummaryDetail = models.SummaryDetail;
|
|
67
81
|
const DescribeBillSummaryByPayModeResponse = models.DescribeBillSummaryByPayModeResponse;
|
|
82
|
+
const DescribeAllocationSummaryByBusinessResponse = models.DescribeAllocationSummaryByBusinessResponse;
|
|
83
|
+
const DescribeAllocationSummaryByItemRequest = models.DescribeAllocationSummaryByItemRequest;
|
|
68
84
|
const DescribeBillSummaryByTagRequest = models.DescribeBillSummaryByTagRequest;
|
|
69
85
|
const AnalyseDetail = models.AnalyseDetail;
|
|
70
|
-
const
|
|
86
|
+
const BillDays = models.BillDays;
|
|
71
87
|
const DescribeAllocationRuleSummaryResponse = models.DescribeAllocationRuleSummaryResponse;
|
|
72
88
|
const AnalyseAmountDetail = models.AnalyseAmountDetail;
|
|
73
|
-
const
|
|
89
|
+
const DescribeBillSummaryByProjectRequest = models.DescribeBillSummaryByProjectRequest;
|
|
74
90
|
const CreateGatherRuleRequest = models.CreateGatherRuleRequest;
|
|
75
91
|
const DescribeBillResourceSummaryForOrganizationRequest = models.DescribeBillResourceSummaryForOrganizationRequest;
|
|
76
92
|
const DescribeCostSummaryByRegionRequest = models.DescribeCostSummaryByRegionRequest;
|
|
77
93
|
const SetRenewalRequest = models.SetRenewalRequest;
|
|
78
94
|
const ConsumptionSummaryTrend = models.ConsumptionSummaryTrend;
|
|
79
95
|
const DescribeBillDownloadUrlRequest = models.DescribeBillDownloadUrlRequest;
|
|
96
|
+
const DescribeAllocationSummaryByBusinessRequest = models.DescribeAllocationSummaryByBusinessRequest;
|
|
80
97
|
const DescribeBillSummaryByPayModeRequest = models.DescribeBillSummaryByPayModeRequest;
|
|
81
98
|
const DeleteGatherRuleResponse = models.DeleteGatherRuleResponse;
|
|
99
|
+
const DescribeAllocationBillConditionsRequest = models.DescribeAllocationBillConditionsRequest;
|
|
82
100
|
const ApplicableProducts = models.ApplicableProducts;
|
|
101
|
+
const AllocationSummaryByResource = models.AllocationSummaryByResource;
|
|
102
|
+
const DescribeAllocationRuleDetailRequest = models.DescribeAllocationRuleDetailRequest;
|
|
103
|
+
const AllocationOverviewNode = models.AllocationOverviewNode;
|
|
83
104
|
const ConditionPayMode = models.ConditionPayMode;
|
|
105
|
+
const BillProductLink = models.BillProductLink;
|
|
106
|
+
const AllocationTreeNode = models.AllocationTreeNode;
|
|
107
|
+
const GatherRuleSummary = models.GatherRuleSummary;
|
|
84
108
|
const PayDealsResponse = models.PayDealsResponse;
|
|
85
109
|
const DescribeCostSummaryByProjectRequest = models.DescribeCostSummaryByProjectRequest;
|
|
86
110
|
const BillDetailAssociatedOrder = models.BillDetailAssociatedOrder;
|
|
@@ -88,7 +112,8 @@ const BillDetail = models.BillDetail;
|
|
|
88
112
|
const DescribeBillDetailResponse = models.DescribeBillDetailResponse;
|
|
89
113
|
const Deal = models.Deal;
|
|
90
114
|
const DescribeDealsByCondResponse = models.DescribeDealsByCondResponse;
|
|
91
|
-
const
|
|
115
|
+
const BillZoneId = models.BillZoneId;
|
|
116
|
+
const BillRegion = models.BillRegion;
|
|
92
117
|
const DescribeBillSummaryByProjectResponse = models.DescribeBillSummaryByProjectResponse;
|
|
93
118
|
const DescribeBillAdjustInfoRequest = models.DescribeBillAdjustInfoRequest;
|
|
94
119
|
const DeleteAllocationRuleResponse = models.DeleteAllocationRuleResponse;
|
|
@@ -97,22 +122,35 @@ const DescribeRenewInstancesRequest = models.DescribeRenewInstancesRequest;
|
|
|
97
122
|
const PayDealsRequest = models.PayDealsRequest;
|
|
98
123
|
const SummaryTotal = models.SummaryTotal;
|
|
99
124
|
const BusinessSummaryTotal = models.BusinessSummaryTotal;
|
|
125
|
+
const DescribeAllocationBillConditionsResponse = models.DescribeAllocationBillConditionsResponse;
|
|
100
126
|
const CostComponentSet = models.CostComponentSet;
|
|
101
127
|
const RenewInstanceResponse = models.RenewInstanceResponse;
|
|
102
128
|
const AnalyseHeaderDetail = models.AnalyseHeaderDetail;
|
|
129
|
+
const DescribeAllocationMonthOverviewRequest = models.DescribeAllocationMonthOverviewRequest;
|
|
130
|
+
const AllocationOverviewDetail = models.AllocationOverviewDetail;
|
|
103
131
|
const AnalysePayModeDetail = models.AnalysePayModeDetail;
|
|
132
|
+
const AllocationBillTrendDetail = models.AllocationBillTrendDetail;
|
|
104
133
|
const DescribeBillSummaryResponse = models.DescribeBillSummaryResponse;
|
|
105
134
|
const AnalyseOwnerUinDetail = models.AnalyseOwnerUinDetail;
|
|
106
135
|
const Conditions = models.Conditions;
|
|
107
136
|
const AnalyseTimeDetail = models.AnalyseTimeDetail;
|
|
108
137
|
const RefundInstanceRequest = models.RefundInstanceRequest;
|
|
138
|
+
const BillOwnerUin = models.BillOwnerUin;
|
|
139
|
+
const AllocationRule = models.AllocationRule;
|
|
109
140
|
const RegionSummaryOverviewItem = models.RegionSummaryOverviewItem;
|
|
110
141
|
const ConsumptionProjectSummaryDataItem = models.ConsumptionProjectSummaryDataItem;
|
|
111
142
|
const AnalyseRegionDetail = models.AnalyseRegionDetail;
|
|
112
143
|
const ProductInfo = models.ProductInfo;
|
|
113
|
-
const
|
|
144
|
+
const DeleteAllocationTagResponse = models.DeleteAllocationTagResponse;
|
|
145
|
+
const AllocationDetail = models.AllocationDetail;
|
|
146
|
+
const VoucherInfos = models.VoucherInfos;
|
|
114
147
|
const DescribeAllocationUnitDetailRequest = models.DescribeAllocationUnitDetailRequest;
|
|
115
148
|
const DescribeBillSummaryForOrganizationRequest = models.DescribeBillSummaryForOrganizationRequest;
|
|
149
|
+
const AllocationSummaryByBusiness = models.AllocationSummaryByBusiness;
|
|
150
|
+
const CreateInstanceRequest = models.CreateInstanceRequest;
|
|
151
|
+
const AllocationStat = models.AllocationStat;
|
|
152
|
+
const ModifyGatherRuleResponse = models.ModifyGatherRuleResponse;
|
|
153
|
+
const BillProject = models.BillProject;
|
|
116
154
|
const ActionSummaryOverviewItem = models.ActionSummaryOverviewItem;
|
|
117
155
|
const DescribeBillDetailForOrganizationRequest = models.DescribeBillDetailForOrganizationRequest;
|
|
118
156
|
const DescribeVoucherUsageDetailsRequest = models.DescribeVoucherUsageDetailsRequest;
|
|
@@ -120,12 +158,14 @@ const DescribeBillResourceSummaryRequest = models.DescribeBillResourceSummaryReq
|
|
|
120
158
|
const DescribeRenewInstancesResponse = models.DescribeRenewInstancesResponse;
|
|
121
159
|
const BillDetailComponent = models.BillDetailComponent;
|
|
122
160
|
const ConditionRegion = models.ConditionRegion;
|
|
123
|
-
const
|
|
161
|
+
const AllocationAverageData = models.AllocationAverageData;
|
|
124
162
|
const ConsumptionResourceSummaryConditionValue = models.ConsumptionResourceSummaryConditionValue;
|
|
125
163
|
const DescribeCostSummaryByRegionResponse = models.DescribeCostSummaryByRegionResponse;
|
|
126
164
|
const DescribeCostDetailRequest = models.DescribeCostDetailRequest;
|
|
127
|
-
const
|
|
165
|
+
const DescribeAllocationSummaryByResourceRequest = models.DescribeAllocationSummaryByResourceRequest;
|
|
128
166
|
const RenewInstanceRequest = models.RenewInstanceRequest;
|
|
167
|
+
const DescribeBillSummaryForOrganizationResponse = models.DescribeBillSummaryForOrganizationResponse;
|
|
168
|
+
const BillOperateUin = models.BillOperateUin;
|
|
129
169
|
const DescribeTagListRequest = models.DescribeTagListRequest;
|
|
130
170
|
const DescribeBillResourceSummaryForOrganizationResponse = models.DescribeBillResourceSummaryForOrganizationResponse;
|
|
131
171
|
const DescribeAllocationTreeRequest = models.DescribeAllocationTreeRequest;
|
|
@@ -133,12 +173,15 @@ const DescribeCostSummaryByResourceRequest = models.DescribeCostSummaryByResourc
|
|
|
133
173
|
const CreateAllocationTagRequest = models.CreateAllocationTagRequest;
|
|
134
174
|
const ExcludedProducts = models.ExcludedProducts;
|
|
135
175
|
const PayModeSummaryOverviewItem = models.PayModeSummaryOverviewItem;
|
|
176
|
+
const BillBusiness = models.BillBusiness;
|
|
136
177
|
const DescribeAllocationRuleDetailResponse = models.DescribeAllocationRuleDetailResponse;
|
|
137
178
|
const SetRenewalResponse = models.SetRenewalResponse;
|
|
138
179
|
const UsageDetails = models.UsageDetails;
|
|
180
|
+
const BillInstanceType = models.BillInstanceType;
|
|
139
181
|
const AnalyseBusinessDetail = models.AnalyseBusinessDetail;
|
|
140
182
|
const AnalyseConditions = models.AnalyseConditions;
|
|
141
183
|
const CostDetail = models.CostDetail;
|
|
184
|
+
const UinTempAmountModel = models.UinTempAmountModel;
|
|
142
185
|
const DescribeBillSummaryByProductResponse = models.DescribeBillSummaryByProductResponse;
|
|
143
186
|
const DescribeBillSummaryByRegionResponse = models.DescribeBillSummaryByRegionResponse;
|
|
144
187
|
const CreateAllocationTagResponse = models.CreateAllocationTagResponse;
|
|
@@ -150,30 +193,41 @@ const DescribeBillDetailRequest = models.DescribeBillDetailRequest;
|
|
|
150
193
|
const AnalyseZoneDetail = models.AnalyseZoneDetail;
|
|
151
194
|
const DescribeVoucherInfoResponse = models.DescribeVoucherInfoResponse;
|
|
152
195
|
const AllocationRulesSummary = models.AllocationRulesSummary;
|
|
153
|
-
const
|
|
196
|
+
const DeleteGatherRuleRequest = models.DeleteGatherRuleRequest;
|
|
154
197
|
const DescribeAccountBalanceResponse = models.DescribeAccountBalanceResponse;
|
|
198
|
+
const DescribeAllocationBillDetailResponse = models.DescribeAllocationBillDetailResponse;
|
|
155
199
|
const BusinessSummaryOverviewItem = models.BusinessSummaryOverviewItem;
|
|
156
200
|
const CreateGatherRuleResponse = models.CreateGatherRuleResponse;
|
|
201
|
+
const BillTag = models.BillTag;
|
|
202
|
+
const DescribeAllocateConditionsResponse = models.DescribeAllocateConditionsResponse;
|
|
157
203
|
const UsageRecords = models.UsageRecords;
|
|
158
204
|
const ModifyAllocationRuleResponse = models.ModifyAllocationRuleResponse;
|
|
205
|
+
const BillComponent = models.BillComponent;
|
|
159
206
|
const DescribeVoucherInfoRequest = models.DescribeVoucherInfoRequest;
|
|
207
|
+
const BillActionType = models.BillActionType;
|
|
208
|
+
const GatherResourceSummary = models.GatherResourceSummary;
|
|
160
209
|
const DescribeDealsByCondRequest = models.DescribeDealsByCondRequest;
|
|
210
|
+
const DescribeAllocationSummaryByResourceResponse = models.DescribeAllocationSummaryByResourceResponse;
|
|
161
211
|
const CreateAllocationUnitResponse = models.CreateAllocationUnitResponse;
|
|
162
212
|
const DescribeDosageCosDetailByDateResponse = models.DescribeDosageCosDetailByDateResponse;
|
|
163
|
-
const
|
|
213
|
+
const BillItem = models.BillItem;
|
|
214
|
+
const DeleteAllocationUnitRequest = models.DeleteAllocationUnitRequest;
|
|
164
215
|
const RefundInstanceResponse = models.RefundInstanceResponse;
|
|
165
216
|
const AllocationRuleExpression = models.AllocationRuleExpression;
|
|
166
|
-
const
|
|
217
|
+
const BillProduct = models.BillProduct;
|
|
167
218
|
const DeleteAllocationUnitResponse = models.DeleteAllocationUnitResponse;
|
|
168
219
|
const ConditionProject = models.ConditionProject;
|
|
169
220
|
const DescribeTagListResponse = models.DescribeTagListResponse;
|
|
170
221
|
const CosDetailSets = models.CosDetailSets;
|
|
171
222
|
const DescribeAllocationRuleSummaryRequest = models.DescribeAllocationRuleSummaryRequest;
|
|
223
|
+
const BillPayMode = models.BillPayMode;
|
|
224
|
+
const DescribeAllocationTrendByMonthResponse = models.DescribeAllocationTrendByMonthResponse;
|
|
172
225
|
const ModifyAllocationUnitResponse = models.ModifyAllocationUnitResponse;
|
|
226
|
+
const DescribeGatherRuleDetailResponse = models.DescribeGatherRuleDetailResponse;
|
|
173
227
|
const AnalyseConditionDetail = models.AnalyseConditionDetail;
|
|
174
228
|
const BillResourceSummary = models.BillResourceSummary;
|
|
175
|
-
const
|
|
176
|
-
const
|
|
229
|
+
const AnalyseHeaderTimeDetail = models.AnalyseHeaderTimeDetail;
|
|
230
|
+
const DescribeCostExplorerSummaryResponse = models.DescribeCostExplorerSummaryResponse;
|
|
177
231
|
const AllocationRuleOverview = models.AllocationRuleOverview;
|
|
178
232
|
|
|
179
233
|
|
|
@@ -200,6 +254,18 @@ class BillingClient extends AbstractClient {
|
|
|
200
254
|
this.request("DescribeRenewInstances", req, resp, cb);
|
|
201
255
|
}
|
|
202
256
|
|
|
257
|
+
/**
|
|
258
|
+
* This API is used to get pay-on-behalf bills of the admin account (bill details).
|
|
259
|
+
Note: The API request may fail due to network instability or other exceptions. In this case, we recommend you manually retry the request when the API request fails.
|
|
260
|
+
* @param {DescribeBillDetailForOrganizationRequest} req
|
|
261
|
+
* @param {function(string, DescribeBillDetailForOrganizationResponse):void} cb
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
DescribeBillDetailForOrganization(req, cb) {
|
|
265
|
+
let resp = new DescribeBillDetailForOrganizationResponse();
|
|
266
|
+
this.request("DescribeBillDetailForOrganization", req, resp, cb);
|
|
267
|
+
}
|
|
268
|
+
|
|
203
269
|
/**
|
|
204
270
|
* Delete a collection rule.
|
|
205
271
|
* @param {DeleteGatherRuleRequest} req
|
|
@@ -233,6 +299,17 @@ class BillingClient extends AbstractClient {
|
|
|
233
299
|
this.request("DescribeCostSummaryByRegion", req, resp, cb);
|
|
234
300
|
}
|
|
235
301
|
|
|
302
|
+
/**
|
|
303
|
+
* This API is used to query the details of a cost allocation bill by resource.
|
|
304
|
+
* @param {DescribeAllocationSummaryByResourceRequest} req
|
|
305
|
+
* @param {function(string, DescribeAllocationSummaryByResourceResponse):void} cb
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
DescribeAllocationSummaryByResource(req, cb) {
|
|
309
|
+
let resp = new DescribeAllocationSummaryByResourceResponse();
|
|
310
|
+
this.request("DescribeAllocationSummaryByResource", req, resp, cb);
|
|
311
|
+
}
|
|
312
|
+
|
|
236
313
|
/**
|
|
237
314
|
* This API is used to query all sharing rule overviews.
|
|
238
315
|
* @param {DescribeAllocationRuleSummaryRequest} req
|
|
@@ -267,14 +344,36 @@ class BillingClient extends AbstractClient {
|
|
|
267
344
|
}
|
|
268
345
|
|
|
269
346
|
/**
|
|
270
|
-
* This API is used to query the
|
|
271
|
-
* @param {
|
|
272
|
-
* @param {function(string,
|
|
347
|
+
* This API is used to query the filter conditions of a resource directory.
|
|
348
|
+
* @param {DescribeAllocateConditionsRequest} req
|
|
349
|
+
* @param {function(string, DescribeAllocateConditionsResponse):void} cb
|
|
273
350
|
* @public
|
|
274
351
|
*/
|
|
275
|
-
|
|
276
|
-
let resp = new
|
|
277
|
-
this.request("
|
|
352
|
+
DescribeAllocateConditions(req, cb) {
|
|
353
|
+
let resp = new DescribeAllocateConditionsResponse();
|
|
354
|
+
this.request("DescribeAllocateConditions", req, resp, cb);
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* Query the four-layer matching relationship between the quoted product name and billing products
|
|
359
|
+
* @param {DescribeCPQBillingMappingRequest} req
|
|
360
|
+
* @param {function(string, DescribeCPQBillingMappingResponse):void} cb
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
DescribeCPQBillingMapping(req, cb) {
|
|
364
|
+
let resp = new DescribeCPQBillingMappingResponse();
|
|
365
|
+
this.request("DescribeCPQBillingMapping", req, resp, cb);
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* This API is used to query the daily overview of a cost allocation bill.
|
|
370
|
+
* @param {DescribeAllocationOverviewRequest} req
|
|
371
|
+
* @param {function(string, DescribeAllocationOverviewResponse):void} cb
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
DescribeAllocationOverview(req, cb) {
|
|
375
|
+
let resp = new DescribeAllocationOverviewResponse();
|
|
376
|
+
this.request("DescribeAllocationOverview", req, resp, cb);
|
|
278
377
|
}
|
|
279
378
|
|
|
280
379
|
/**
|
|
@@ -427,14 +526,36 @@ Note:
|
|
|
427
526
|
}
|
|
428
527
|
|
|
429
528
|
/**
|
|
430
|
-
* This API is used to
|
|
431
|
-
* @param {
|
|
432
|
-
* @param {function(string,
|
|
529
|
+
* This API is used to query voucher usage details.
|
|
530
|
+
* @param {DescribeVoucherUsageDetailsRequest} req
|
|
531
|
+
* @param {function(string, DescribeVoucherUsageDetailsResponse):void} cb
|
|
433
532
|
* @public
|
|
434
533
|
*/
|
|
435
|
-
|
|
436
|
-
let resp = new
|
|
437
|
-
this.request("
|
|
534
|
+
DescribeVoucherUsageDetails(req, cb) {
|
|
535
|
+
let resp = new DescribeVoucherUsageDetailsResponse();
|
|
536
|
+
this.request("DescribeVoucherUsageDetails", req, resp, cb);
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* Edit a collection rule.
|
|
541
|
+
* @param {ModifyGatherRuleRequest} req
|
|
542
|
+
* @param {function(string, ModifyGatherRuleResponse):void} cb
|
|
543
|
+
* @public
|
|
544
|
+
*/
|
|
545
|
+
ModifyGatherRule(req, cb) {
|
|
546
|
+
let resp = new ModifyGatherRuleResponse();
|
|
547
|
+
this.request("ModifyGatherRule", req, resp, cb);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
/**
|
|
551
|
+
* This API is used to query the cost trend of a cost allocation bill.
|
|
552
|
+
* @param {DescribeAllocationTrendByMonthRequest} req
|
|
553
|
+
* @param {function(string, DescribeAllocationTrendByMonthResponse):void} cb
|
|
554
|
+
* @public
|
|
555
|
+
*/
|
|
556
|
+
DescribeAllocationTrendByMonth(req, cb) {
|
|
557
|
+
let resp = new DescribeAllocationTrendByMonthResponse();
|
|
558
|
+
this.request("DescribeAllocationTrendByMonth", req, resp, cb);
|
|
438
559
|
}
|
|
439
560
|
|
|
440
561
|
/**
|
|
@@ -460,15 +581,14 @@ Note:
|
|
|
460
581
|
}
|
|
461
582
|
|
|
462
583
|
/**
|
|
463
|
-
* This API is used to
|
|
464
|
-
|
|
465
|
-
* @param {
|
|
466
|
-
* @param {function(string, DescribeBillDetailForOrganizationResponse):void} cb
|
|
584
|
+
* This API is used to query the filter conditions of a cost allocation bill.
|
|
585
|
+
* @param {DescribeAllocationBillConditionsRequest} req
|
|
586
|
+
* @param {function(string, DescribeAllocationBillConditionsResponse):void} cb
|
|
467
587
|
* @public
|
|
468
588
|
*/
|
|
469
|
-
|
|
470
|
-
let resp = new
|
|
471
|
-
this.request("
|
|
589
|
+
DescribeAllocationBillConditions(req, cb) {
|
|
590
|
+
let resp = new DescribeAllocationBillConditionsResponse();
|
|
591
|
+
this.request("DescribeAllocationBillConditions", req, resp, cb);
|
|
472
592
|
}
|
|
473
593
|
|
|
474
594
|
/**
|
|
@@ -482,6 +602,17 @@ Note: The API request may fail due to network instability or other exceptions. I
|
|
|
482
602
|
this.request("DescribeAccountBalance", req, resp, cb);
|
|
483
603
|
}
|
|
484
604
|
|
|
605
|
+
/**
|
|
606
|
+
* This API is used to query the cost tree.
|
|
607
|
+
* @param {DescribeAllocationTreeRequest} req
|
|
608
|
+
* @param {function(string, DescribeAllocationTreeResponse):void} cb
|
|
609
|
+
* @public
|
|
610
|
+
*/
|
|
611
|
+
DescribeAllocationTree(req, cb) {
|
|
612
|
+
let resp = new DescribeAllocationTreeResponse();
|
|
613
|
+
this.request("DescribeAllocationTree", req, resp, cb);
|
|
614
|
+
}
|
|
615
|
+
|
|
485
616
|
/**
|
|
486
617
|
* Creating an instance resource will generate an order for the newly purchased instance resource and automatically complete the payment using the balance of the Tencent Cloud account. The account calling this API must be granted the finace:trade permission; otherwise, the payment will fail.
|
|
487
618
|
Currently, the integrated and supported product for purchase includes: Cloud Firewall.
|
|
@@ -494,17 +625,6 @@ Currently, the integrated and supported product for purchase includes: Cloud Fir
|
|
|
494
625
|
this.request("CreateInstance", req, resp, cb);
|
|
495
626
|
}
|
|
496
627
|
|
|
497
|
-
/**
|
|
498
|
-
* This API is used to query the cost tree.
|
|
499
|
-
* @param {DescribeAllocationTreeRequest} req
|
|
500
|
-
* @param {function(string, DescribeAllocationTreeResponse):void} cb
|
|
501
|
-
* @public
|
|
502
|
-
*/
|
|
503
|
-
DescribeAllocationTree(req, cb) {
|
|
504
|
-
let resp = new DescribeAllocationTreeResponse();
|
|
505
|
-
this.request("DescribeAllocationTree", req, resp, cb);
|
|
506
|
-
}
|
|
507
|
-
|
|
508
628
|
/**
|
|
509
629
|
* Query the details of a cost allocation unit.
|
|
510
630
|
* @param {DescribeAllocationUnitDetailRequest} req
|
|
@@ -517,7 +637,7 @@ Currently, the integrated and supported product for purchase includes: Cloud Fir
|
|
|
517
637
|
}
|
|
518
638
|
|
|
519
639
|
/**
|
|
520
|
-
* This API is used to
|
|
640
|
+
* This API is used to query whether there is a bill adjustment for the current UIN through API. Customers can obtain bill adjustment status faster and proactively.
|
|
521
641
|
* @param {DescribeBillAdjustInfoRequest} req
|
|
522
642
|
* @param {function(string, DescribeBillAdjustInfoResponse):void} cb
|
|
523
643
|
* @public
|
|
@@ -528,14 +648,14 @@ Currently, the integrated and supported product for purchase includes: Cloud Fir
|
|
|
528
648
|
}
|
|
529
649
|
|
|
530
650
|
/**
|
|
531
|
-
* This API is used to query
|
|
532
|
-
* @param {
|
|
533
|
-
* @param {function(string,
|
|
651
|
+
* This API is used to query the details of a cost allocation bill.
|
|
652
|
+
* @param {DescribeAllocationBillDetailRequest} req
|
|
653
|
+
* @param {function(string, DescribeAllocationBillDetailResponse):void} cb
|
|
534
654
|
* @public
|
|
535
655
|
*/
|
|
536
|
-
|
|
537
|
-
let resp = new
|
|
538
|
-
this.request("
|
|
656
|
+
DescribeAllocationBillDetail(req, cb) {
|
|
657
|
+
let resp = new DescribeAllocationBillDetailResponse();
|
|
658
|
+
this.request("DescribeAllocationBillDetail", req, resp, cb);
|
|
539
659
|
}
|
|
540
660
|
|
|
541
661
|
/**
|
|
@@ -560,6 +680,17 @@ Currently, the integrated and supported product for purchase includes: Cloud Fir
|
|
|
560
680
|
this.request("DescribeBillSummaryByProject", req, resp, cb);
|
|
561
681
|
}
|
|
562
682
|
|
|
683
|
+
/**
|
|
684
|
+
* This API is used to query the monthly overview of a cost allocation bill.
|
|
685
|
+
* @param {DescribeAllocationMonthOverviewRequest} req
|
|
686
|
+
* @param {function(string, DescribeAllocationMonthOverviewResponse):void} cb
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
DescribeAllocationMonthOverview(req, cb) {
|
|
690
|
+
let resp = new DescribeAllocationMonthOverviewResponse();
|
|
691
|
+
this.request("DescribeAllocationMonthOverview", req, resp, cb);
|
|
692
|
+
}
|
|
693
|
+
|
|
563
694
|
/**
|
|
564
695
|
* Create a sharing rule.
|
|
565
696
|
* @param {CreateAllocationRuleRequest} req
|
|
@@ -593,6 +724,17 @@ Currently, the integrated and supported product for purchase includes: Cloud Fir
|
|
|
593
724
|
this.request("DescribeBillSummaryForOrganization", req, resp, cb);
|
|
594
725
|
}
|
|
595
726
|
|
|
727
|
+
/**
|
|
728
|
+
* This API is used to query the details of a cost allocation bill by resource.
|
|
729
|
+
* @param {DescribeGatherResourceRequest} req
|
|
730
|
+
* @param {function(string, DescribeGatherResourceResponse):void} cb
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
DescribeGatherResource(req, cb) {
|
|
734
|
+
let resp = new DescribeGatherResourceResponse();
|
|
735
|
+
this.request("DescribeGatherResource", req, resp, cb);
|
|
736
|
+
}
|
|
737
|
+
|
|
596
738
|
/**
|
|
597
739
|
* This API is used to get cost allocation tags.
|
|
598
740
|
* @param {DescribeTagListRequest} req
|
|
@@ -628,14 +770,25 @@ Currently, the integrated and supported product for renewal includes: Cloud Fire
|
|
|
628
770
|
}
|
|
629
771
|
|
|
630
772
|
/**
|
|
631
|
-
*
|
|
632
|
-
* @param {
|
|
633
|
-
* @param {function(string,
|
|
773
|
+
* This API is used to query the details of a cost allocation bill by product.
|
|
774
|
+
* @param {DescribeAllocationSummaryByBusinessRequest} req
|
|
775
|
+
* @param {function(string, DescribeAllocationSummaryByBusinessResponse):void} cb
|
|
634
776
|
* @public
|
|
635
777
|
*/
|
|
636
|
-
|
|
637
|
-
let resp = new
|
|
638
|
-
this.request("
|
|
778
|
+
DescribeAllocationSummaryByBusiness(req, cb) {
|
|
779
|
+
let resp = new DescribeAllocationSummaryByBusinessResponse();
|
|
780
|
+
this.request("DescribeAllocationSummaryByBusiness", req, resp, cb);
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* This API is used to pay for an order.
|
|
785
|
+
* @param {PayDealsRequest} req
|
|
786
|
+
* @param {function(string, PayDealsResponse):void} cb
|
|
787
|
+
* @public
|
|
788
|
+
*/
|
|
789
|
+
PayDeals(req, cb) {
|
|
790
|
+
let resp = new PayDealsResponse();
|
|
791
|
+
this.request("PayDeals", req, resp, cb);
|
|
639
792
|
}
|
|
640
793
|
|
|
641
794
|
/**
|
|
@@ -671,6 +824,17 @@ Currently, the integrated and supported product for renewal includes: Cloud Fire
|
|
|
671
824
|
this.request("DescribeDealsByCond", req, resp, cb);
|
|
672
825
|
}
|
|
673
826
|
|
|
827
|
+
/**
|
|
828
|
+
* This API is used to query the collection rule details.
|
|
829
|
+
* @param {DescribeGatherRuleDetailRequest} req
|
|
830
|
+
* @param {function(string, DescribeGatherRuleDetailResponse):void} cb
|
|
831
|
+
* @public
|
|
832
|
+
*/
|
|
833
|
+
DescribeGatherRuleDetail(req, cb) {
|
|
834
|
+
let resp = new DescribeGatherRuleDetailResponse();
|
|
835
|
+
this.request("DescribeGatherRuleDetail", req, resp, cb);
|
|
836
|
+
}
|
|
837
|
+
|
|
674
838
|
/**
|
|
675
839
|
* To unsubscribe from an unneeded instance, only the actual payment amount will be refunded, any used vouchers will not be returned. The refunded amount will be credited to your Tencent Cloud account balance by default.The account calling this API must be granted the finace:RefundInstance permission; otherwise, the refund process will fail.
|
|
676
840
|
Currently, the integrated and supported product for this operation includes: Cloud Firewall.
|
|
@@ -683,6 +847,17 @@ Currently, the integrated and supported product for this operation includes: Clo
|
|
|
683
847
|
this.request("RefundInstance", req, resp, cb);
|
|
684
848
|
}
|
|
685
849
|
|
|
850
|
+
/**
|
|
851
|
+
* This API is used to query the details of a cost allocation bill by item.
|
|
852
|
+
* @param {DescribeAllocationSummaryByItemRequest} req
|
|
853
|
+
* @param {function(string, DescribeAllocationSummaryByItemResponse):void} cb
|
|
854
|
+
* @public
|
|
855
|
+
*/
|
|
856
|
+
DescribeAllocationSummaryByItem(req, cb) {
|
|
857
|
+
let resp = new DescribeAllocationSummaryByItemResponse();
|
|
858
|
+
this.request("DescribeAllocationSummaryByItem", req, resp, cb);
|
|
859
|
+
}
|
|
860
|
+
|
|
686
861
|
/**
|
|
687
862
|
* Gets the bill summarized according to product
|
|
688
863
|
* @param {DescribeBillSummaryByProductRequest} req
|
|
@@ -707,6 +882,9 @@ Currently, the integrated and supported product for this operation includes: Clo
|
|
|
707
882
|
|
|
708
883
|
/**
|
|
709
884
|
* This API is used to query consumption details.
|
|
885
|
+
|
|
886
|
+
Notes:
|
|
887
|
+
For customers with large-scale consumption detail (for example, monthly consumption detail exceeding 1M), there will be a timeout risk when retrieving detailed data via API call. It is recommended to enable the billing data storage function and analyze bill files obtained in a bucket. [Store bills to COS](https://www.tencentcloud.com/document/product/555/61275?from_cn_redirect=1)
|
|
710
888
|
* @param {DescribeCostDetailRequest} req
|
|
711
889
|
* @param {function(string, DescribeCostDetailResponse):void} cb
|
|
712
890
|
* @public
|