tencentcloud-sdk-nodejs 4.0.806 → 4.0.808
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/CHANGELOG.md +422 -0
- package/SERVICE_CHANGELOG.md +405 -189
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +14 -14
- package/src/services/batch/v20170312/batch_models.ts +5 -5
- package/src/services/billing/v20180709/billing_client.ts +214 -64
- package/src/services/billing/v20180709/billing_models.ts +4111 -1330
- package/src/services/cam/v20190116/cam_models.ts +18 -18
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
- package/src/services/cvm/v20170312/cvm_client.ts +5 -5
- package/src/services/cvm/v20170312/cvm_models.ts +26 -26
- package/src/services/dcdb/v20180411/dcdb_models.ts +24 -24
- package/src/services/dts/v20211206/dts_models.ts +25 -10
- package/src/services/ess/v20201111/ess_client.ts +8 -6
- package/src/services/ess/v20201111/ess_models.ts +65 -10
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +21 -0
- package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +31 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +34 -34
- package/src/services/mrs/v20200910/mrs_models.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +13 -0
- package/src/services/postgres/v20170312/postgres_client.ts +5 -5
- package/src/services/postgres/v20170312/postgres_models.ts +64 -64
- package/src/services/rce/v20201103/rce_models.ts +60 -62
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +15 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +127 -26
- package/src/services/tdmq/v20200217/tdmq_client.ts +14 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +140 -26
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_client.ts +5 -6
- package/src/services/vpc/v20170312/vpc_models.ts +14 -14
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +14 -14
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -5
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +58 -18
- package/tencentcloud/services/billing/v20180709/billing_client.js +85 -25
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4023 -1292
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +18 -18
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +5 -5
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -26
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -24
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +25 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +64 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +30 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +34 -34
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +12 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +13 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +64 -64
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +60 -62
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +7 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +124 -26
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -26
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +5 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +14 -14
- package/test/billing.v20180709.test.js +118 -18
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
|
@@ -1042,7 +1042,7 @@ export interface AddBandwidthPackageResourcesRequest {
|
|
|
1042
1042
|
*/
|
|
1043
1043
|
BandwidthPackageId?: string
|
|
1044
1044
|
/**
|
|
1045
|
-
* 带宽包类型,当前支持'BGP'
|
|
1045
|
+
* 带宽包类型,当前支持'BGP'、'HIGH_QUALITY_BGP'、'ANYCAST'、'SINGLEISP_CUCC'、'SINGLEISP_CMCC'、'SINGLEISP_CTCC'等类型。
|
|
1046
1046
|
*/
|
|
1047
1047
|
NetworkType?: string
|
|
1048
1048
|
/**
|
|
@@ -2955,8 +2955,8 @@ export interface DescribeIp6AddressesRequest {
|
|
|
2955
2955
|
*/
|
|
2956
2956
|
Ip6AddressIds?: Array<string>
|
|
2957
2957
|
/**
|
|
2958
|
-
* 每次请求的`Filters`的上限为10,`Filter.Values`的上限为
|
|
2959
|
-
<li> address-ip - String - 是否必填:否 - (过滤条件)按照
|
|
2958
|
+
* 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:
|
|
2959
|
+
<li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPV6 的 IP 地址过滤。</li>
|
|
2960
2960
|
<li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。</li>
|
|
2961
2961
|
*/
|
|
2962
2962
|
Filters?: Array<Filter>
|
|
@@ -3124,7 +3124,7 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest {
|
|
|
3124
3124
|
*/
|
|
3125
3125
|
export interface ReturnNormalAddressesRequest {
|
|
3126
3126
|
/**
|
|
3127
|
-
*
|
|
3127
|
+
* 普通公网IP 的 IP 地址,示例:101.35.139.183
|
|
3128
3128
|
*/
|
|
3129
3129
|
AddressIps?: Array<string>
|
|
3130
3130
|
}
|
|
@@ -3190,7 +3190,7 @@ export interface ModifyAddressInternetChargeTypeRequest {
|
|
|
3190
3190
|
*/
|
|
3191
3191
|
AddressId: string
|
|
3192
3192
|
/**
|
|
3193
|
-
* 弹性公网IP
|
|
3193
|
+
* 弹性公网IP调整目标计费模式,支持 "BANDWIDTH_PREPAID_BY_MONTH"、"TRAFFIC_POSTPAID_BY_HOUR"、"BANDWIDTH_POSTPAID_BY_HOUR"
|
|
3194
3194
|
*/
|
|
3195
3195
|
InternetChargeType: string
|
|
3196
3196
|
/**
|
|
@@ -4622,7 +4622,7 @@ export interface AllocateIp6AddressesBandwidthRequest {
|
|
|
4622
4622
|
*/
|
|
4623
4623
|
InternetMaxBandwidthOut?: number
|
|
4624
4624
|
/**
|
|
4625
|
-
* 网络计费模式。IPV6
|
|
4625
|
+
* 网络计费模式。IPV6当前支持"TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。默认网络计费模式是"TRAFFIC_POSTPAID_BY_HOUR"。
|
|
4626
4626
|
*/
|
|
4627
4627
|
InternetChargeType?: string
|
|
4628
4628
|
/**
|
|
@@ -6402,7 +6402,7 @@ export interface CreateBandwidthPackageRequest {
|
|
|
6402
6402
|
*/
|
|
6403
6403
|
NetworkType?: string
|
|
6404
6404
|
/**
|
|
6405
|
-
* 带宽包计费类型, 默认为:
|
|
6405
|
+
* 带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:
|
|
6406
6406
|
<li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>
|
|
6407
6407
|
<li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>
|
|
6408
6408
|
<li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>
|
|
@@ -6420,7 +6420,7 @@ export interface CreateBandwidthPackageRequest {
|
|
|
6420
6420
|
*/
|
|
6421
6421
|
BandwidthPackageCount?: number
|
|
6422
6422
|
/**
|
|
6423
|
-
* 带宽包限速大小。单位:Mbps,-1
|
|
6423
|
+
* 带宽包限速大小。单位:Mbps,-1表示不限速。不同计费类型的带宽包对应不同的带宽上下限。
|
|
6424
6424
|
*/
|
|
6425
6425
|
InternetMaxBandwidth?: number
|
|
6426
6426
|
/**
|
|
@@ -6496,18 +6496,18 @@ export interface DescribeVpnGatewaysRequest {
|
|
|
6496
6496
|
<li>vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。</li>
|
|
6497
6497
|
<li>vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。</li>
|
|
6498
6498
|
<li>vpn-gateway-name - String - (过滤条件)VPN实例名称。</li>
|
|
6499
|
-
<li>type - String - (过滤条件)VPN网关类型:'IPSEC', 'SSL'。</li>
|
|
6499
|
+
<li>type - String - (过滤条件)VPN网关类型:'IPSEC', 'SSL', 'CCN', 'SSL_CCN'。</li>
|
|
6500
6500
|
<li>public-ip-address- String - (过滤条件)公网IP。</li>
|
|
6501
6501
|
<li>renew-flag - String - (过滤条件)网关续费类型,手动续费:'NOTIFY_AND_MANUAL_RENEW'、自动续费:'NOTIFY_AND_AUTO_RENEW'。</li>
|
|
6502
6502
|
<li>zone - String - (过滤条件)VPN所在可用区,形如:ap-guangzhou-2。</li>
|
|
6503
6503
|
*/
|
|
6504
6504
|
Filters?: Array<FilterObject>
|
|
6505
6505
|
/**
|
|
6506
|
-
*
|
|
6506
|
+
* 偏移量,默认值为0。
|
|
6507
6507
|
*/
|
|
6508
6508
|
Offset?: number
|
|
6509
6509
|
/**
|
|
6510
|
-
*
|
|
6510
|
+
* 请求对象个数,默认值为20。
|
|
6511
6511
|
*/
|
|
6512
6512
|
Limit?: number
|
|
6513
6513
|
}
|
|
@@ -7082,11 +7082,11 @@ export interface DescribeSpecificTrafficPackageUsedDetailsRequest {
|
|
|
7082
7082
|
*/
|
|
7083
7083
|
EndTime?: string
|
|
7084
7084
|
/**
|
|
7085
|
-
*
|
|
7085
|
+
* 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 中的相关小节
|
|
7086
7086
|
*/
|
|
7087
7087
|
Offset?: number
|
|
7088
7088
|
/**
|
|
7089
|
-
*
|
|
7089
|
+
* 返回数量,默认为20。关于Limit的更进一步介绍请参考 API 中的相关小节。
|
|
7090
7090
|
*/
|
|
7091
7091
|
Limit?: number
|
|
7092
7092
|
}
|
|
@@ -10659,7 +10659,7 @@ export interface ModifyAddressAttributeRequest {
|
|
|
10659
10659
|
*/
|
|
10660
10660
|
AddressId: string
|
|
10661
10661
|
/**
|
|
10662
|
-
* 修改后的 EIP 名称。长度上限为
|
|
10662
|
+
* 修改后的 EIP 名称。长度上限为128个字符。
|
|
10663
10663
|
*/
|
|
10664
10664
|
AddressName?: string
|
|
10665
10665
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.808";
|
|
@@ -4183,7 +4183,7 @@ export interface DescribeBizHttpStatusResponse {
|
|
|
4183
4183
|
*/
|
|
4184
4184
|
export interface InsL7Rules {
|
|
4185
4185
|
/**
|
|
4186
|
-
*
|
|
4186
|
+
* 规则在中间状态不可修改,只可在(0, 2, 8)状态可编辑。
|
|
4187
4187
|
规则状态,0: 正常运行中, 1: 配置规则中(配置生效中), 2: 配置规则失败(配置生效失败), 3: 删除规则中(删除生效中), 5: 删除规则失败(删除失败), 6: 等待添加规则, 7: 等待删除规则, 8: 等待上传证书, 9: 规则对应的资源不存在,被隔离, 10:等待修改规则, 11:配置修改中
|
|
4188
4188
|
*/
|
|
4189
4189
|
Status: number;
|
|
@@ -4274,7 +4274,7 @@ export interface ModifyCCPrecisionPolicyResponse {
|
|
|
4274
4274
|
export interface CcGeoIPBlockConfig {
|
|
4275
4275
|
/**
|
|
4276
4276
|
* 区域类型,取值[
|
|
4277
|
-
oversea(
|
|
4277
|
+
oversea(境外)
|
|
4278
4278
|
china(国内)
|
|
4279
4279
|
customized(自定义地区)
|
|
4280
4280
|
]
|
|
@@ -4843,7 +4843,7 @@ export interface DescribeCCTrendResponse {
|
|
|
4843
4843
|
*/
|
|
4844
4844
|
Count?: number;
|
|
4845
4845
|
/**
|
|
4846
|
-
*
|
|
4846
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
|
|
4847
4847
|
*/
|
|
4848
4848
|
Business?: string;
|
|
4849
4849
|
/**
|
|
@@ -5037,7 +5037,7 @@ export interface TagInfo {
|
|
|
5037
5037
|
*/
|
|
5038
5038
|
export interface DescribeDDoSTrendRequest {
|
|
5039
5039
|
/**
|
|
5040
|
-
*
|
|
5040
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
|
|
5041
5041
|
*/
|
|
5042
5042
|
Business: string;
|
|
5043
5043
|
/**
|
|
@@ -5614,40 +5614,40 @@ export interface DescribeDDoSTrendResponse {
|
|
|
5614
5614
|
/**
|
|
5615
5615
|
* 值个数
|
|
5616
5616
|
*/
|
|
5617
|
-
Count
|
|
5617
|
+
Count?: number;
|
|
5618
5618
|
/**
|
|
5619
|
-
*
|
|
5619
|
+
* DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
|
|
5620
5620
|
*/
|
|
5621
|
-
Business
|
|
5621
|
+
Business?: string;
|
|
5622
5622
|
/**
|
|
5623
5623
|
* 资源的IP
|
|
5624
5624
|
*/
|
|
5625
|
-
Ip
|
|
5625
|
+
Ip?: string;
|
|
5626
5626
|
/**
|
|
5627
5627
|
* 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
|
|
5628
5628
|
*/
|
|
5629
|
-
Period
|
|
5629
|
+
Period?: number;
|
|
5630
5630
|
/**
|
|
5631
5631
|
* 统计开始时间
|
|
5632
5632
|
*/
|
|
5633
|
-
StartTime
|
|
5633
|
+
StartTime?: string;
|
|
5634
5634
|
/**
|
|
5635
5635
|
* 统计结束时间
|
|
5636
5636
|
*/
|
|
5637
|
-
EndTime
|
|
5637
|
+
EndTime?: string;
|
|
5638
5638
|
/**
|
|
5639
5639
|
* 值数组,攻击流量带宽单位为Mbps,包速率单位为pps
|
|
5640
5640
|
*/
|
|
5641
|
-
Data
|
|
5641
|
+
Data?: Array<number | bigint>;
|
|
5642
5642
|
/**
|
|
5643
5643
|
* 资源ID
|
|
5644
5644
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5645
5645
|
*/
|
|
5646
|
-
Id
|
|
5646
|
+
Id?: string;
|
|
5647
5647
|
/**
|
|
5648
5648
|
* 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]
|
|
5649
5649
|
*/
|
|
5650
|
-
MetricName
|
|
5650
|
+
MetricName?: string;
|
|
5651
5651
|
/**
|
|
5652
5652
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5653
5653
|
*/
|
|
@@ -2122,12 +2122,12 @@ export interface ComputeNode {
|
|
|
2122
2122
|
*/
|
|
2123
2123
|
export interface ItemPrice {
|
|
2124
2124
|
/**
|
|
2125
|
-
* 后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)
|
|
2125
|
+
* 后续合计费用的原价,后付费模式使用,单位:元。<br><li>如返回了其他时间区间项,如UnitPriceSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
|
2126
2126
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2127
2127
|
*/
|
|
2128
2128
|
UnitPrice?: number;
|
|
2129
2129
|
/**
|
|
2130
|
-
* 后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR
|
|
2130
|
+
* 后续计价单元,后付费模式使用,可取值范围: <br><li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR):</li><li>GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。</li>
|
|
2131
2131
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2132
2132
|
*/
|
|
2133
2133
|
ChargeUnit?: string;
|
|
@@ -2147,7 +2147,7 @@ export interface ItemPrice {
|
|
|
2147
2147
|
*/
|
|
2148
2148
|
Discount?: number;
|
|
2149
2149
|
/**
|
|
2150
|
-
* 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)
|
|
2150
|
+
* 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时</li>
|
|
2151
2151
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2152
2152
|
*/
|
|
2153
2153
|
UnitPriceDiscount?: number;
|
|
@@ -2926,7 +2926,7 @@ export interface ModifyComputeEnvRequest {
|
|
|
2926
2926
|
*/
|
|
2927
2927
|
export interface InternetAccessible {
|
|
2928
2928
|
/**
|
|
2929
|
-
* 网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID
|
|
2929
|
+
* 网络计费类型。取值范围:<br><li>BANDWIDTH_PREPAID:预付费按带宽结算</li><li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li><li>BANDWIDTH_PACKAGE:带宽包用户</li>默认取值:非带宽包用户默认与子机付费类型保持一致,比如子机付费类型为预付费,网络计费类型默认为预付费;子机付费类型为后付费,网络计费类型默认为后付费。
|
|
2930
2930
|
*/
|
|
2931
2931
|
InternetChargeType?: string;
|
|
2932
2932
|
/**
|
|
@@ -2934,7 +2934,7 @@ export interface InternetAccessible {
|
|
|
2934
2934
|
*/
|
|
2935
2935
|
InternetMaxBandwidthOut?: number;
|
|
2936
2936
|
/**
|
|
2937
|
-
* 是否分配公网IP。取值范围:<br><li>true:表示分配公网IP
|
|
2937
|
+
* 是否分配公网IP。取值范围:<br><li>true:表示分配公网IP</li><li>false:表示不分配公网IP</li><br>当公网带宽大于0Mbps时,可自由选择开通与否,默认开通公网IP;当公网带宽为0,则不允许分配公网IP。该参数仅在RunInstances接口中作为入参使用。
|
|
2938
2938
|
*/
|
|
2939
2939
|
PublicIpAssigned?: boolean;
|
|
2940
2940
|
/**
|
|
@@ -1,32 +1,53 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DeleteAllocationTagResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeCostSummaryByProjectRequest, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest,
|
|
3
|
+
import { DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DeleteAllocationTagResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeCostSummaryByProjectRequest, DescribeAllocateConditionsRequest, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeBillSummaryByProductRequest, DescribeSavingPlanOverviewResponse, DescribeDosageDetailListResponse, DescribeAllocationBillDetailRequest, DescribeBillListRequest, DescribeAllocationTrendByMonthRequest, DescribeVoucherUsageDetailsResponse, DescribeAllocationOverviewRequest, DescribeGatherResourceResponse, DescribeCostDetailResponse, DescribeAllocationMonthOverviewResponse, DescribeAllocationSummaryByItemResponse, DescribeDosageDetailByDateResponse, DescribeDosageDetailByDateRequest, DescribeGatherResourceRequest, DescribeCostSummaryByProjectResponse, DescribeBillSummaryByTagResponse, DescribeBillSummaryByPayModeResponse, DescribeAllocationSummaryByBusinessResponse, DescribeAllocationSummaryByItemRequest, DescribeBillSummaryByTagRequest, DescribeSavingPlanCoverageResponse, DescribeBillSummaryByProjectRequest, DescribeBillResourceSummaryForOrganizationRequest, DescribeCostSummaryByRegionRequest, DescribeBillDownloadUrlRequest, DescribeAllocationSummaryByBusinessRequest, CreateSavingPlanOrderResponse, DescribeBillSummaryByPayModeRequest, DescribeAllocationBillConditionsRequest, DescribeSavingPlanCoverageRequest, PayDealsResponse, CreateSavingPlanOrderRequest, DescribeBillDetailResponse, DescribeDealsByCondResponse, DescribeBillSummaryByProjectResponse, DescribeBillDownloadUrlResponse, PayDealsRequest, DescribeAllocationBillConditionsResponse, DescribeAllocationMonthOverviewRequest, DescribeBillSummaryResponse, DescribeBillSummaryForOrganizationRequest, DescribeSavingPlanOverviewRequest, DescribeBillDetailForOrganizationRequest, DescribeVoucherUsageDetailsRequest, DescribeBillResourceSummaryRequest, DescribeCostDetailRequest, DescribeAllocationSummaryByResourceRequest, DescribeBillSummaryForOrganizationResponse, DescribeTagListRequest, DescribeBillResourceSummaryForOrganizationResponse, DescribeCostSummaryByResourceRequest, CreateAllocationTagRequest, DescribeBillSummaryByProductResponse, DescribeBillSummaryByRegionResponse, CreateAllocationTagResponse, DescribeAccountBalanceRequest, DescribeBillDetailRequest, DescribeSavingPlanResourceInfoRequest, DescribeVoucherInfoResponse, DescribeBillListResponse, DescribeAccountBalanceResponse, DescribeAllocationBillDetailResponse, DescribeSavingPlanUsageResponse, DescribeAllocateConditionsResponse, DescribeDosageDetailListRequest, DescribeVoucherInfoRequest, DescribeSavingPlanUsageRequest, DescribeSavingPlanResourceInfoResponse, DescribeDealsByCondRequest, DescribeAllocationSummaryByResourceResponse, DescribeDosageCosDetailByDateResponse, DescribeTagListResponse, DescribeAllocationTrendByMonthResponse, DescribeCostSummaryByRegionResponse } from "./billing_models";
|
|
4
4
|
/**
|
|
5
5
|
* billing client
|
|
6
6
|
* @class
|
|
7
7
|
*/
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 成员账号获取管理账号代付账单(费用明细)。
|
|
12
|
+
注意事项:在请求接口时,由于网络不稳定或其它异常,可能会导致请求失败。如果您遇到这种情况,我们建议您在接口请求失败时,手动发起重试操作,这样可以更好地确保您的接口请求能够成功执行。
|
|
13
|
+
*/
|
|
14
|
+
DescribeBillDetailForOrganization(req: DescribeBillDetailForOrganizationRequest, cb?: (error: string, rep: DescribeBillDetailForOrganizationResponse) => void): Promise<DescribeBillDetailForOrganizationResponse>;
|
|
10
15
|
/**
|
|
11
16
|
* 获取按资源汇总消耗详情
|
|
12
17
|
*/
|
|
13
18
|
DescribeCostSummaryByResource(req: DescribeCostSummaryByResourceRequest, cb?: (error: string, rep: DescribeCostSummaryByResourceResponse) => void): Promise<DescribeCostSummaryByResourceResponse>;
|
|
14
19
|
/**
|
|
15
|
-
*
|
|
20
|
+
* 获取收支明细列表,支持翻页和参数过滤
|
|
16
21
|
*/
|
|
17
|
-
|
|
22
|
+
DescribeBillList(req: DescribeBillListRequest, cb?: (error: string, rep: DescribeBillListResponse) => void): Promise<DescribeBillListResponse>;
|
|
18
23
|
/**
|
|
19
24
|
* 查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
20
25
|
*/
|
|
21
26
|
DescribeSavingPlanCoverage(req: DescribeSavingPlanCoverageRequest, cb?: (error: string, rep: DescribeSavingPlanCoverageResponse) => void): Promise<DescribeSavingPlanCoverageResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* 查询分账账单按资源汇总
|
|
29
|
+
*/
|
|
30
|
+
DescribeAllocationSummaryByResource(req: DescribeAllocationSummaryByResourceRequest, cb?: (error: string, rep: DescribeAllocationSummaryByResourceResponse) => void): Promise<DescribeAllocationSummaryByResourceResponse>;
|
|
22
31
|
/**
|
|
23
32
|
* 获取账单资源汇总数据
|
|
24
33
|
*/
|
|
25
34
|
DescribeBillResourceSummary(req: DescribeBillResourceSummaryRequest, cb?: (error: string, rep: DescribeBillResourceSummaryResponse) => void): Promise<DescribeBillResourceSummaryResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* 查询分账账单按产品汇总
|
|
37
|
+
*/
|
|
38
|
+
DescribeAllocationSummaryByBusiness(req: DescribeAllocationSummaryByBusinessRequest, cb?: (error: string, rep: DescribeAllocationSummaryByBusinessResponse) => void): Promise<DescribeAllocationSummaryByBusinessResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* 查询资源目录筛选条件
|
|
41
|
+
*/
|
|
42
|
+
DescribeAllocateConditions(req: DescribeAllocateConditionsRequest, cb?: (error: string, rep: DescribeAllocateConditionsResponse) => void): Promise<DescribeAllocateConditionsResponse>;
|
|
26
43
|
/**
|
|
27
44
|
* 查用当前用户明细节省计划总览查询时段内的使用情况
|
|
28
45
|
*/
|
|
29
46
|
DescribeSavingPlanOverview(req: DescribeSavingPlanOverviewRequest, cb?: (error: string, rep: DescribeSavingPlanOverviewResponse) => void): Promise<DescribeSavingPlanOverviewResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* 查询分账账单日概览
|
|
49
|
+
*/
|
|
50
|
+
DescribeAllocationOverview(req: DescribeAllocationOverviewRequest, cb?: (error: string, rep: DescribeAllocationOverviewResponse) => void): Promise<DescribeAllocationOverviewResponse>;
|
|
30
51
|
/**
|
|
31
52
|
* 获取已接入标准用量明细模板产品的用量明细数据,目前已接入并支持查询的产品包括:云联络中心、实时音视频、实时音视频、智能媒资托管、CODING DevOps、全球IP应用加速
|
|
32
53
|
*/
|
|
@@ -67,13 +88,13 @@ export declare class Client extends AbstractClient {
|
|
|
67
88
|
*/
|
|
68
89
|
DescribeBillSummaryByPayMode(req: DescribeBillSummaryByPayModeRequest, cb?: (error: string, rep: DescribeBillSummaryByPayModeResponse) => void): Promise<DescribeBillSummaryByPayModeResponse>;
|
|
69
90
|
/**
|
|
70
|
-
*
|
|
91
|
+
* 获取按地域汇总消耗详情
|
|
71
92
|
*/
|
|
72
|
-
|
|
93
|
+
DescribeCostSummaryByRegion(req: DescribeCostSummaryByRegionRequest, cb?: (error: string, rep: DescribeCostSummaryByRegionResponse) => void): Promise<DescribeCostSummaryByRegionResponse>;
|
|
73
94
|
/**
|
|
74
|
-
*
|
|
95
|
+
* 查询分账账单费用趋势
|
|
75
96
|
*/
|
|
76
|
-
|
|
97
|
+
DescribeAllocationTrendByMonth(req: DescribeAllocationTrendByMonthRequest, cb?: (error: string, rep: DescribeAllocationTrendByMonthResponse) => void): Promise<DescribeAllocationTrendByMonthResponse>;
|
|
77
98
|
/**
|
|
78
99
|
* 该接口支持通过传参,获取L0-PDF、L1-汇总、L2-资源、L3-明细、账单包、五类账单文件下载链接
|
|
79
100
|
*/
|
|
@@ -83,10 +104,9 @@ export declare class Client extends AbstractClient {
|
|
|
83
104
|
*/
|
|
84
105
|
DescribeDosageCosDetailByDate(req: DescribeDosageCosDetailByDateRequest, cb?: (error: string, rep: DescribeDosageCosDetailByDateResponse) => void): Promise<DescribeDosageCosDetailByDateResponse>;
|
|
85
106
|
/**
|
|
86
|
-
*
|
|
87
|
-
注意事项:在请求接口时,由于网络不稳定或其它异常,可能会导致请求失败。如果您遇到这种情况,我们建议您在接口请求失败时,手动发起重试操作,这样可以更好地确保您的接口请求能够成功执行。
|
|
107
|
+
* 查询分账账单筛选条件
|
|
88
108
|
*/
|
|
89
|
-
|
|
109
|
+
DescribeAllocationBillConditions(req: DescribeAllocationBillConditionsRequest, cb?: (error: string, rep: DescribeAllocationBillConditionsResponse) => void): Promise<DescribeAllocationBillConditionsResponse>;
|
|
90
110
|
/**
|
|
91
111
|
* 获取云账户余额信息。
|
|
92
112
|
*/
|
|
@@ -100,13 +120,9 @@ export declare class Client extends AbstractClient {
|
|
|
100
120
|
*/
|
|
101
121
|
DescribeSavingPlanUsage(req: DescribeSavingPlanUsageRequest, cb?: (error: string, rep: DescribeSavingPlanUsageResponse) => void): Promise<DescribeSavingPlanUsageResponse>;
|
|
102
122
|
/**
|
|
103
|
-
*
|
|
104
|
-
*/
|
|
105
|
-
DescribeVoucherUsageDetails(req: DescribeVoucherUsageDetailsRequest, cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void): Promise<DescribeVoucherUsageDetailsResponse>;
|
|
106
|
-
/**
|
|
107
|
-
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
123
|
+
* 查询分账账单明细
|
|
108
124
|
*/
|
|
109
|
-
|
|
125
|
+
DescribeAllocationBillDetail(req: DescribeAllocationBillDetailRequest, cb?: (error: string, rep: DescribeAllocationBillDetailResponse) => void): Promise<DescribeAllocationBillDetailResponse>;
|
|
110
126
|
/**
|
|
111
127
|
* 获取按地域汇总费用分布
|
|
112
128
|
*/
|
|
@@ -115,6 +131,10 @@ export declare class Client extends AbstractClient {
|
|
|
115
131
|
* 获取按项目汇总费用分布
|
|
116
132
|
*/
|
|
117
133
|
DescribeBillSummaryByProject(req: DescribeBillSummaryByProjectRequest, cb?: (error: string, rep: DescribeBillSummaryByProjectResponse) => void): Promise<DescribeBillSummaryByProjectResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* 查询分账账单月概览
|
|
136
|
+
*/
|
|
137
|
+
DescribeAllocationMonthOverview(req: DescribeAllocationMonthOverviewRequest, cb?: (error: string, rep: DescribeAllocationMonthOverviewResponse) => void): Promise<DescribeAllocationMonthOverviewResponse>;
|
|
118
138
|
/**
|
|
119
139
|
* 获取按标签汇总费用分布
|
|
120
140
|
*/
|
|
@@ -123,6 +143,10 @@ export declare class Client extends AbstractClient {
|
|
|
123
143
|
* 该接口支持通过传参,按照产品、项目、地域、计费模式和标签五个维度获取账单费用明细。
|
|
124
144
|
*/
|
|
125
145
|
DescribeBillSummaryForOrganization(req: DescribeBillSummaryForOrganizationRequest, cb?: (error: string, rep: DescribeBillSummaryForOrganizationResponse) => void): Promise<DescribeBillSummaryForOrganizationResponse>;
|
|
146
|
+
/**
|
|
147
|
+
* 查询分账账单资源归集汇总
|
|
148
|
+
*/
|
|
149
|
+
DescribeGatherResource(req: DescribeGatherResourceRequest, cb?: (error: string, rep: DescribeGatherResourceResponse) => void): Promise<DescribeGatherResourceResponse>;
|
|
126
150
|
/**
|
|
127
151
|
* 查询节省计划详情
|
|
128
152
|
*/
|
|
@@ -132,9 +156,17 @@ export declare class Client extends AbstractClient {
|
|
|
132
156
|
*/
|
|
133
157
|
DescribeTagList(req: DescribeTagListRequest, cb?: (error: string, rep: DescribeTagListResponse) => void): Promise<DescribeTagListResponse>;
|
|
134
158
|
/**
|
|
135
|
-
*
|
|
159
|
+
* 获取代金券使用记录
|
|
136
160
|
*/
|
|
137
|
-
|
|
161
|
+
DescribeVoucherUsageDetails(req: DescribeVoucherUsageDetailsRequest, cb?: (error: string, rep: DescribeVoucherUsageDetailsResponse) => void): Promise<DescribeVoucherUsageDetailsResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* 支付订单
|
|
164
|
+
*/
|
|
165
|
+
PayDeals(req: PayDealsRequest, cb?: (error: string, rep: PayDealsResponse) => void): Promise<PayDealsResponse>;
|
|
166
|
+
/**
|
|
167
|
+
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
168
|
+
*/
|
|
169
|
+
CreateSavingPlanOrder(req: CreateSavingPlanOrderRequest, cb?: (error: string, rep: CreateSavingPlanOrderResponse) => void): Promise<CreateSavingPlanOrderResponse>;
|
|
138
170
|
/**
|
|
139
171
|
* 批量取消设置分账标签
|
|
140
172
|
*/
|
|
@@ -143,6 +175,14 @@ export declare class Client extends AbstractClient {
|
|
|
143
175
|
* 查询订单
|
|
144
176
|
*/
|
|
145
177
|
DescribeDealsByCond(req: DescribeDealsByCondRequest, cb?: (error: string, rep: DescribeDealsByCondResponse) => void): Promise<DescribeDealsByCondResponse>;
|
|
178
|
+
/**
|
|
179
|
+
* 获取按产品汇总消耗详情
|
|
180
|
+
*/
|
|
181
|
+
DescribeCostSummaryByProduct(req: DescribeCostSummaryByProductRequest, cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void): Promise<DescribeCostSummaryByProductResponse>;
|
|
182
|
+
/**
|
|
183
|
+
* 查询分账账单按组件汇总
|
|
184
|
+
*/
|
|
185
|
+
DescribeAllocationSummaryByItem(req: DescribeAllocationSummaryByItemRequest, cb?: (error: string, rep: DescribeAllocationSummaryByItemResponse) => void): Promise<DescribeAllocationSummaryByItemResponse>;
|
|
146
186
|
/**
|
|
147
187
|
* 获取产品汇总费用分布
|
|
148
188
|
*/
|
|
@@ -27,6 +27,13 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("billing.tencentcloudapi.com", "2018-07-09", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* 成员账号获取管理账号代付账单(费用明细)。
|
|
32
|
+
注意事项:在请求接口时,由于网络不稳定或其它异常,可能会导致请求失败。如果您遇到这种情况,我们建议您在接口请求失败时,手动发起重试操作,这样可以更好地确保您的接口请求能够成功执行。
|
|
33
|
+
*/
|
|
34
|
+
async DescribeBillDetailForOrganization(req, cb) {
|
|
35
|
+
return this.request("DescribeBillDetailForOrganization", req, cb);
|
|
36
|
+
}
|
|
30
37
|
/**
|
|
31
38
|
* 获取按资源汇总消耗详情
|
|
32
39
|
*/
|
|
@@ -34,10 +41,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
34
41
|
return this.request("DescribeCostSummaryByResource", req, cb);
|
|
35
42
|
}
|
|
36
43
|
/**
|
|
37
|
-
*
|
|
44
|
+
* 获取收支明细列表,支持翻页和参数过滤
|
|
38
45
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
46
|
+
async DescribeBillList(req, cb) {
|
|
47
|
+
return this.request("DescribeBillList", req, cb);
|
|
41
48
|
}
|
|
42
49
|
/**
|
|
43
50
|
* 查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
@@ -45,18 +52,42 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
45
52
|
async DescribeSavingPlanCoverage(req, cb) {
|
|
46
53
|
return this.request("DescribeSavingPlanCoverage", req, cb);
|
|
47
54
|
}
|
|
55
|
+
/**
|
|
56
|
+
* 查询分账账单按资源汇总
|
|
57
|
+
*/
|
|
58
|
+
async DescribeAllocationSummaryByResource(req, cb) {
|
|
59
|
+
return this.request("DescribeAllocationSummaryByResource", req, cb);
|
|
60
|
+
}
|
|
48
61
|
/**
|
|
49
62
|
* 获取账单资源汇总数据
|
|
50
63
|
*/
|
|
51
64
|
async DescribeBillResourceSummary(req, cb) {
|
|
52
65
|
return this.request("DescribeBillResourceSummary", req, cb);
|
|
53
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* 查询分账账单按产品汇总
|
|
69
|
+
*/
|
|
70
|
+
async DescribeAllocationSummaryByBusiness(req, cb) {
|
|
71
|
+
return this.request("DescribeAllocationSummaryByBusiness", req, cb);
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* 查询资源目录筛选条件
|
|
75
|
+
*/
|
|
76
|
+
async DescribeAllocateConditions(req, cb) {
|
|
77
|
+
return this.request("DescribeAllocateConditions", req, cb);
|
|
78
|
+
}
|
|
54
79
|
/**
|
|
55
80
|
* 查用当前用户明细节省计划总览查询时段内的使用情况
|
|
56
81
|
*/
|
|
57
82
|
async DescribeSavingPlanOverview(req, cb) {
|
|
58
83
|
return this.request("DescribeSavingPlanOverview", req, cb);
|
|
59
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* 查询分账账单日概览
|
|
87
|
+
*/
|
|
88
|
+
async DescribeAllocationOverview(req, cb) {
|
|
89
|
+
return this.request("DescribeAllocationOverview", req, cb);
|
|
90
|
+
}
|
|
60
91
|
/**
|
|
61
92
|
* 获取已接入标准用量明细模板产品的用量明细数据,目前已接入并支持查询的产品包括:云联络中心、实时音视频、实时音视频、智能媒资托管、CODING DevOps、全球IP应用加速
|
|
62
93
|
*/
|
|
@@ -115,16 +146,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
115
146
|
return this.request("DescribeBillSummaryByPayMode", req, cb);
|
|
116
147
|
}
|
|
117
148
|
/**
|
|
118
|
-
*
|
|
149
|
+
* 获取按地域汇总消耗详情
|
|
119
150
|
*/
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
151
|
+
async DescribeCostSummaryByRegion(req, cb) {
|
|
152
|
+
return this.request("DescribeCostSummaryByRegion", req, cb);
|
|
122
153
|
}
|
|
123
154
|
/**
|
|
124
|
-
*
|
|
155
|
+
* 查询分账账单费用趋势
|
|
125
156
|
*/
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
157
|
+
async DescribeAllocationTrendByMonth(req, cb) {
|
|
158
|
+
return this.request("DescribeAllocationTrendByMonth", req, cb);
|
|
128
159
|
}
|
|
129
160
|
/**
|
|
130
161
|
* 该接口支持通过传参,获取L0-PDF、L1-汇总、L2-资源、L3-明细、账单包、五类账单文件下载链接
|
|
@@ -139,11 +170,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
139
170
|
return this.request("DescribeDosageCosDetailByDate", req, cb);
|
|
140
171
|
}
|
|
141
172
|
/**
|
|
142
|
-
*
|
|
143
|
-
注意事项:在请求接口时,由于网络不稳定或其它异常,可能会导致请求失败。如果您遇到这种情况,我们建议您在接口请求失败时,手动发起重试操作,这样可以更好地确保您的接口请求能够成功执行。
|
|
173
|
+
* 查询分账账单筛选条件
|
|
144
174
|
*/
|
|
145
|
-
async
|
|
146
|
-
return this.request("
|
|
175
|
+
async DescribeAllocationBillConditions(req, cb) {
|
|
176
|
+
return this.request("DescribeAllocationBillConditions", req, cb);
|
|
147
177
|
}
|
|
148
178
|
/**
|
|
149
179
|
* 获取云账户余额信息。
|
|
@@ -164,16 +194,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
164
194
|
return this.request("DescribeSavingPlanUsage", req, cb);
|
|
165
195
|
}
|
|
166
196
|
/**
|
|
167
|
-
*
|
|
168
|
-
*/
|
|
169
|
-
async DescribeVoucherUsageDetails(req, cb) {
|
|
170
|
-
return this.request("DescribeVoucherUsageDetails", req, cb);
|
|
171
|
-
}
|
|
172
|
-
/**
|
|
173
|
-
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
197
|
+
* 查询分账账单明细
|
|
174
198
|
*/
|
|
175
|
-
async
|
|
176
|
-
return this.request("
|
|
199
|
+
async DescribeAllocationBillDetail(req, cb) {
|
|
200
|
+
return this.request("DescribeAllocationBillDetail", req, cb);
|
|
177
201
|
}
|
|
178
202
|
/**
|
|
179
203
|
* 获取按地域汇总费用分布
|
|
@@ -187,6 +211,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
187
211
|
async DescribeBillSummaryByProject(req, cb) {
|
|
188
212
|
return this.request("DescribeBillSummaryByProject", req, cb);
|
|
189
213
|
}
|
|
214
|
+
/**
|
|
215
|
+
* 查询分账账单月概览
|
|
216
|
+
*/
|
|
217
|
+
async DescribeAllocationMonthOverview(req, cb) {
|
|
218
|
+
return this.request("DescribeAllocationMonthOverview", req, cb);
|
|
219
|
+
}
|
|
190
220
|
/**
|
|
191
221
|
* 获取按标签汇总费用分布
|
|
192
222
|
*/
|
|
@@ -199,6 +229,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
199
229
|
async DescribeBillSummaryForOrganization(req, cb) {
|
|
200
230
|
return this.request("DescribeBillSummaryForOrganization", req, cb);
|
|
201
231
|
}
|
|
232
|
+
/**
|
|
233
|
+
* 查询分账账单资源归集汇总
|
|
234
|
+
*/
|
|
235
|
+
async DescribeGatherResource(req, cb) {
|
|
236
|
+
return this.request("DescribeGatherResource", req, cb);
|
|
237
|
+
}
|
|
202
238
|
/**
|
|
203
239
|
* 查询节省计划详情
|
|
204
240
|
*/
|
|
@@ -212,10 +248,22 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
212
248
|
return this.request("DescribeTagList", req, cb);
|
|
213
249
|
}
|
|
214
250
|
/**
|
|
215
|
-
*
|
|
251
|
+
* 获取代金券使用记录
|
|
216
252
|
*/
|
|
217
|
-
async
|
|
218
|
-
return this.request("
|
|
253
|
+
async DescribeVoucherUsageDetails(req, cb) {
|
|
254
|
+
return this.request("DescribeVoucherUsageDetails", req, cb);
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* 支付订单
|
|
258
|
+
*/
|
|
259
|
+
async PayDeals(req, cb) {
|
|
260
|
+
return this.request("PayDeals", req, cb);
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* 创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
264
|
+
*/
|
|
265
|
+
async CreateSavingPlanOrder(req, cb) {
|
|
266
|
+
return this.request("CreateSavingPlanOrder", req, cb);
|
|
219
267
|
}
|
|
220
268
|
/**
|
|
221
269
|
* 批量取消设置分账标签
|
|
@@ -229,6 +277,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
229
277
|
async DescribeDealsByCond(req, cb) {
|
|
230
278
|
return this.request("DescribeDealsByCond", req, cb);
|
|
231
279
|
}
|
|
280
|
+
/**
|
|
281
|
+
* 获取按产品汇总消耗详情
|
|
282
|
+
*/
|
|
283
|
+
async DescribeCostSummaryByProduct(req, cb) {
|
|
284
|
+
return this.request("DescribeCostSummaryByProduct", req, cb);
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* 查询分账账单按组件汇总
|
|
288
|
+
*/
|
|
289
|
+
async DescribeAllocationSummaryByItem(req, cb) {
|
|
290
|
+
return this.request("DescribeAllocationSummaryByItem", req, cb);
|
|
291
|
+
}
|
|
232
292
|
/**
|
|
233
293
|
* 获取产品汇总费用分布
|
|
234
294
|
*/
|