tencentcloud-sdk-nodejs 4.0.511 → 4.0.512
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 +208 -0
- package/SERVICE_CHANGELOG.md +284 -70
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +4 -7
- package/src/services/asr/v20190614/asr_models.ts +6 -1
- package/src/services/cbs/v20170312/cbs_client.ts +13 -1
- package/src/services/cbs/v20170312/cbs_models.ts +41 -11
- package/src/services/cls/v20201016/cls_models.ts +10 -4
- package/src/services/cpdp/v20190820/cpdp_client.ts +41 -3
- package/src/services/cpdp/v20190820/cpdp_models.ts +311 -99
- package/src/services/cvm/v20170312/cvm_client.ts +23 -9
- package/src/services/cvm/v20170312/cvm_models.ts +73 -28
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +7 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -11
- package/src/services/lcic/v20220817/lcic_models.ts +4 -4
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/pts/v20210728/pts_models.ts +39 -13
- package/src/services/region/v20220627/region_models.ts +60 -0
- package/src/services/sms/v20210111/sms_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +6 -0
- package/src/services/teo/v20220901/teo_models.ts +3 -3
- package/src/services/trp/v20210515/trp_client.ts +20 -7
- package/src/services/trp/v20210515/trp_models.ts +47 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +4 -7
- package/tencentcloud/services/asr/v20190614/asr_client.js +4 -7
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +6 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +36 -10
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +13 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +18 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +266 -85
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +8 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +10 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +65 -26
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -10
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +34 -13
- package/tencentcloud/services/region/v20220627/region_models.d.ts +50 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +8 -3
- package/tencentcloud/services/trp/v20210515/trp_client.js +10 -3
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +40 -2
- package/test/cbs.v20170312.test.js +10 -0
- package/test/cpdp.v20190820.test.js +30 -0
- package/test/cvm.v20170312.test.js +12 -2
- package/test/trp.v20210515.test.js +12 -2
|
@@ -3069,41 +3069,13 @@ export interface QueryExchangerateData {
|
|
|
3069
3069
|
BaseCurrency: string;
|
|
3070
3070
|
}
|
|
3071
3071
|
/**
|
|
3072
|
-
*
|
|
3072
|
+
* 服务商账户余额返回信息
|
|
3073
3073
|
*/
|
|
3074
|
-
export interface
|
|
3075
|
-
/**
|
|
3076
|
-
* 业务提现订单号
|
|
3077
|
-
*/
|
|
3078
|
-
WithdrawOrderId: string;
|
|
3079
|
-
/**
|
|
3080
|
-
* 提现日期
|
|
3081
|
-
*/
|
|
3082
|
-
Date: string;
|
|
3074
|
+
export interface ServiceProviderAccountBalanceResult {
|
|
3083
3075
|
/**
|
|
3084
|
-
*
|
|
3085
|
-
*/
|
|
3086
|
-
PayAmt: string;
|
|
3087
|
-
/**
|
|
3088
|
-
* 聚鑫分配转入账户appid
|
|
3076
|
+
* 服务商账户余额
|
|
3089
3077
|
*/
|
|
3090
|
-
|
|
3091
|
-
/**
|
|
3092
|
-
* 聚鑫分配转出账户appid
|
|
3093
|
-
*/
|
|
3094
|
-
OutSubAppId: string;
|
|
3095
|
-
/**
|
|
3096
|
-
* ISO货币代码
|
|
3097
|
-
*/
|
|
3098
|
-
CurrencyType: string;
|
|
3099
|
-
/**
|
|
3100
|
-
* 透传字段
|
|
3101
|
-
*/
|
|
3102
|
-
MetaData?: string;
|
|
3103
|
-
/**
|
|
3104
|
-
* 扩展字段
|
|
3105
|
-
*/
|
|
3106
|
-
ExtendFieldData?: string;
|
|
3078
|
+
Balance: string;
|
|
3107
3079
|
}
|
|
3108
3080
|
/**
|
|
3109
3081
|
* QueryOpenBankDailyReceiptDownloadUrl返回参数结构体
|
|
@@ -5270,6 +5242,23 @@ export interface BindOpenBankProfitSharePayeeResponse {
|
|
|
5270
5242
|
*/
|
|
5271
5243
|
RequestId?: string;
|
|
5272
5244
|
}
|
|
5245
|
+
/**
|
|
5246
|
+
* QueryFlexServiceProviderAccountBalance请求参数结构体
|
|
5247
|
+
*/
|
|
5248
|
+
export interface QueryFlexServiceProviderAccountBalanceRequest {
|
|
5249
|
+
/**
|
|
5250
|
+
* 服务商ID
|
|
5251
|
+
*/
|
|
5252
|
+
ServiceProviderId: string;
|
|
5253
|
+
/**
|
|
5254
|
+
* 环境类型
|
|
5255
|
+
__release__:生产环境
|
|
5256
|
+
__sandbox__:沙箱环境
|
|
5257
|
+
__test__:测试环境
|
|
5258
|
+
缺省默认为生产环境
|
|
5259
|
+
*/
|
|
5260
|
+
Environment?: string;
|
|
5261
|
+
}
|
|
5273
5262
|
/**
|
|
5274
5263
|
* BindRelateAcctSmallAmount返回参数结构体
|
|
5275
5264
|
*/
|
|
@@ -5727,57 +5716,26 @@ OVERDUE_CLOSE:系统超时关闭。
|
|
|
5727
5716
|
RequestId?: string;
|
|
5728
5717
|
}
|
|
5729
5718
|
/**
|
|
5730
|
-
*
|
|
5719
|
+
* ModifyFlexFundingAccount返回参数结构体
|
|
5731
5720
|
*/
|
|
5732
|
-
export interface
|
|
5733
|
-
/**
|
|
5734
|
-
* 商户号
|
|
5735
|
-
*/
|
|
5736
|
-
MerchantId: string;
|
|
5721
|
+
export interface ModifyFlexFundingAccountResponse {
|
|
5737
5722
|
/**
|
|
5738
|
-
*
|
|
5739
|
-
*/
|
|
5740
|
-
TransactionId: string;
|
|
5741
|
-
/**
|
|
5742
|
-
* 申报流水号
|
|
5743
|
-
*/
|
|
5744
|
-
DeclareId: string;
|
|
5745
|
-
/**
|
|
5746
|
-
* 原申报流水号
|
|
5747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5748
|
-
*/
|
|
5749
|
-
OriginalDeclareId: string;
|
|
5750
|
-
/**
|
|
5751
|
-
* 付款人ID
|
|
5752
|
-
*/
|
|
5753
|
-
PayerId: string;
|
|
5754
|
-
/**
|
|
5755
|
-
* 源币种
|
|
5756
|
-
*/
|
|
5757
|
-
SourceCurrency: string;
|
|
5758
|
-
/**
|
|
5759
|
-
* 源金额
|
|
5760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5723
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
5761
5724
|
*/
|
|
5762
|
-
|
|
5725
|
+
ErrCode: string;
|
|
5763
5726
|
/**
|
|
5764
|
-
*
|
|
5727
|
+
* 错误消息
|
|
5765
5728
|
*/
|
|
5766
|
-
|
|
5729
|
+
ErrMessage: string;
|
|
5767
5730
|
/**
|
|
5768
|
-
*
|
|
5731
|
+
* 无
|
|
5769
5732
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5770
5733
|
*/
|
|
5771
|
-
|
|
5772
|
-
/**
|
|
5773
|
-
* 交易编码
|
|
5774
|
-
*/
|
|
5775
|
-
TradeCode: string;
|
|
5734
|
+
Result: string;
|
|
5776
5735
|
/**
|
|
5777
|
-
*
|
|
5778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5736
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5779
5737
|
*/
|
|
5780
|
-
|
|
5738
|
+
RequestId?: string;
|
|
5781
5739
|
}
|
|
5782
5740
|
/**
|
|
5783
5741
|
* QueryContractPayFee请求参数结构体
|
|
@@ -5841,6 +5799,15 @@ __其他__: 见附录-错误码表
|
|
|
5841
5799
|
*/
|
|
5842
5800
|
RequestId?: string;
|
|
5843
5801
|
}
|
|
5802
|
+
/**
|
|
5803
|
+
* 收款用户资金账户信息
|
|
5804
|
+
*/
|
|
5805
|
+
export interface PayeeFundingAccountResult {
|
|
5806
|
+
/**
|
|
5807
|
+
* 资金账户ID
|
|
5808
|
+
*/
|
|
5809
|
+
FundingAccountBindSerialNo: string;
|
|
5810
|
+
}
|
|
5844
5811
|
/**
|
|
5845
5812
|
* QueryFlexSettlementOrderList返回参数结构体
|
|
5846
5813
|
*/
|
|
@@ -9725,28 +9692,57 @@ __channel_account__:渠道账号(_敏感信息_ 使用 __AES128-CBC-PKCS#7__ 加
|
|
|
9725
9692
|
Value: string;
|
|
9726
9693
|
}
|
|
9727
9694
|
/**
|
|
9728
|
-
*
|
|
9695
|
+
* 成功申报材料查询数据
|
|
9729
9696
|
*/
|
|
9730
|
-
export interface
|
|
9697
|
+
export interface QueryDeclareData {
|
|
9731
9698
|
/**
|
|
9732
|
-
*
|
|
9733
|
-
__SUCCESS__: 成功
|
|
9734
|
-
__其他__: 见附录-错误码表
|
|
9699
|
+
* 商户号
|
|
9735
9700
|
*/
|
|
9736
|
-
|
|
9701
|
+
MerchantId: string;
|
|
9737
9702
|
/**
|
|
9738
|
-
*
|
|
9703
|
+
* 对接方汇出指令编号
|
|
9739
9704
|
*/
|
|
9740
|
-
|
|
9705
|
+
TransactionId: string;
|
|
9741
9706
|
/**
|
|
9742
|
-
*
|
|
9707
|
+
* 申报流水号
|
|
9708
|
+
*/
|
|
9709
|
+
DeclareId: string;
|
|
9710
|
+
/**
|
|
9711
|
+
* 原申报流水号
|
|
9743
9712
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9744
9713
|
*/
|
|
9745
|
-
|
|
9714
|
+
OriginalDeclareId: string;
|
|
9746
9715
|
/**
|
|
9747
|
-
*
|
|
9716
|
+
* 付款人ID
|
|
9748
9717
|
*/
|
|
9749
|
-
|
|
9718
|
+
PayerId: string;
|
|
9719
|
+
/**
|
|
9720
|
+
* 源币种
|
|
9721
|
+
*/
|
|
9722
|
+
SourceCurrency: string;
|
|
9723
|
+
/**
|
|
9724
|
+
* 源金额
|
|
9725
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9726
|
+
*/
|
|
9727
|
+
SourceAmount: string;
|
|
9728
|
+
/**
|
|
9729
|
+
* 目的币种
|
|
9730
|
+
*/
|
|
9731
|
+
TargetCurrency: string;
|
|
9732
|
+
/**
|
|
9733
|
+
* 目的金额
|
|
9734
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9735
|
+
*/
|
|
9736
|
+
TargetAmount: string;
|
|
9737
|
+
/**
|
|
9738
|
+
* 交易编码
|
|
9739
|
+
*/
|
|
9740
|
+
TradeCode: string;
|
|
9741
|
+
/**
|
|
9742
|
+
* 状态
|
|
9743
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9744
|
+
*/
|
|
9745
|
+
Status: string;
|
|
9750
9746
|
}
|
|
9751
9747
|
/**
|
|
9752
9748
|
* VerifyOpenBankAccount返回参数结构体
|
|
@@ -12760,6 +12756,44 @@ export interface QueryExchangeRateResponse {
|
|
|
12760
12756
|
*/
|
|
12761
12757
|
RequestId?: string;
|
|
12762
12758
|
}
|
|
12759
|
+
/**
|
|
12760
|
+
* AddFlexFundingAccount请求参数结构体
|
|
12761
|
+
*/
|
|
12762
|
+
export interface AddFlexFundingAccountRequest {
|
|
12763
|
+
/**
|
|
12764
|
+
* 资金账户类型
|
|
12765
|
+
PINGAN_BANK:平安银行
|
|
12766
|
+
*/
|
|
12767
|
+
FundingAccountType: string;
|
|
12768
|
+
/**
|
|
12769
|
+
* 收款资金账户姓名
|
|
12770
|
+
*/
|
|
12771
|
+
FundingAccountName: string;
|
|
12772
|
+
/**
|
|
12773
|
+
* 收款资金账户号
|
|
12774
|
+
*/
|
|
12775
|
+
FundingAccountNo: string;
|
|
12776
|
+
/**
|
|
12777
|
+
* 收款资金账户手机号
|
|
12778
|
+
*/
|
|
12779
|
+
PhoneNo: string;
|
|
12780
|
+
/**
|
|
12781
|
+
* 收款用户ID
|
|
12782
|
+
*/
|
|
12783
|
+
PayeeId: string;
|
|
12784
|
+
/**
|
|
12785
|
+
* 环境类型
|
|
12786
|
+
__release__:生产环境
|
|
12787
|
+
__sandbox__:沙箱环境
|
|
12788
|
+
__test__:测试环境
|
|
12789
|
+
缺省默认为生产环境
|
|
12790
|
+
*/
|
|
12791
|
+
Environment?: string;
|
|
12792
|
+
/**
|
|
12793
|
+
* 开户支行名
|
|
12794
|
+
*/
|
|
12795
|
+
BankBranchName?: string;
|
|
12796
|
+
}
|
|
12763
12797
|
/**
|
|
12764
12798
|
* 附加项信息
|
|
12765
12799
|
*/
|
|
@@ -12785,6 +12819,48 @@ export interface OldAttachmentInfo {
|
|
|
12785
12819
|
*/
|
|
12786
12820
|
AttachmentCode: string;
|
|
12787
12821
|
}
|
|
12822
|
+
/**
|
|
12823
|
+
* ModifyFlexFundingAccount请求参数结构体
|
|
12824
|
+
*/
|
|
12825
|
+
export interface ModifyFlexFundingAccountRequest {
|
|
12826
|
+
/**
|
|
12827
|
+
* 收款用户ID
|
|
12828
|
+
*/
|
|
12829
|
+
PayeeId: string;
|
|
12830
|
+
/**
|
|
12831
|
+
* 收款用户资金账户ID
|
|
12832
|
+
*/
|
|
12833
|
+
FundingAccountBindSerialNo: string;
|
|
12834
|
+
/**
|
|
12835
|
+
* 资金账户类型
|
|
12836
|
+
PINGAN_BANK:平安银行
|
|
12837
|
+
*/
|
|
12838
|
+
FundingAccountType: string;
|
|
12839
|
+
/**
|
|
12840
|
+
* 收款资金账户手机号
|
|
12841
|
+
*/
|
|
12842
|
+
PhoneNo: string;
|
|
12843
|
+
/**
|
|
12844
|
+
* 收款资金账户姓名
|
|
12845
|
+
*/
|
|
12846
|
+
FundingAccountName: string;
|
|
12847
|
+
/**
|
|
12848
|
+
* 收款资金账户号
|
|
12849
|
+
*/
|
|
12850
|
+
FundingAccountNo: string;
|
|
12851
|
+
/**
|
|
12852
|
+
* 环境类型
|
|
12853
|
+
__release__:生产环境
|
|
12854
|
+
__sandbox__:沙箱环境
|
|
12855
|
+
__test__:测试环境
|
|
12856
|
+
缺省默认为生产环境
|
|
12857
|
+
*/
|
|
12858
|
+
Environment?: string;
|
|
12859
|
+
/**
|
|
12860
|
+
* 开户支行名
|
|
12861
|
+
*/
|
|
12862
|
+
BankBranchName?: string;
|
|
12863
|
+
}
|
|
12788
12864
|
/**
|
|
12789
12865
|
* QuerySmallAmountTransfer请求参数结构体
|
|
12790
12866
|
*/
|
|
@@ -16843,6 +16919,28 @@ export interface MigrateOrderRefundRequest {
|
|
|
16843
16919
|
*/
|
|
16844
16920
|
RefundReason?: string;
|
|
16845
16921
|
}
|
|
16922
|
+
/**
|
|
16923
|
+
* AddFlexFundingAccount返回参数结构体
|
|
16924
|
+
*/
|
|
16925
|
+
export interface AddFlexFundingAccountResponse {
|
|
16926
|
+
/**
|
|
16927
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
16928
|
+
*/
|
|
16929
|
+
ErrCode: string;
|
|
16930
|
+
/**
|
|
16931
|
+
* 错误消息
|
|
16932
|
+
*/
|
|
16933
|
+
ErrMessage: string;
|
|
16934
|
+
/**
|
|
16935
|
+
* 无
|
|
16936
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16937
|
+
*/
|
|
16938
|
+
Result: PayeeFundingAccountResult;
|
|
16939
|
+
/**
|
|
16940
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
16941
|
+
*/
|
|
16942
|
+
RequestId?: string;
|
|
16943
|
+
}
|
|
16846
16944
|
/**
|
|
16847
16945
|
* 云企付-查询账户余额
|
|
16848
16946
|
*/
|
|
@@ -18552,6 +18650,43 @@ export interface QueryFlexPayeeAccountInfoResponse {
|
|
|
18552
18650
|
*/
|
|
18553
18651
|
RequestId?: string;
|
|
18554
18652
|
}
|
|
18653
|
+
/**
|
|
18654
|
+
* 聚鑫提现订单内容
|
|
18655
|
+
*/
|
|
18656
|
+
export interface WithdrawBill {
|
|
18657
|
+
/**
|
|
18658
|
+
* 业务提现订单号
|
|
18659
|
+
*/
|
|
18660
|
+
WithdrawOrderId: string;
|
|
18661
|
+
/**
|
|
18662
|
+
* 提现日期
|
|
18663
|
+
*/
|
|
18664
|
+
Date: string;
|
|
18665
|
+
/**
|
|
18666
|
+
* 提现金额,单位: 分
|
|
18667
|
+
*/
|
|
18668
|
+
PayAmt: string;
|
|
18669
|
+
/**
|
|
18670
|
+
* 聚鑫分配转入账户appid
|
|
18671
|
+
*/
|
|
18672
|
+
InSubAppId: string;
|
|
18673
|
+
/**
|
|
18674
|
+
* 聚鑫分配转出账户appid
|
|
18675
|
+
*/
|
|
18676
|
+
OutSubAppId: string;
|
|
18677
|
+
/**
|
|
18678
|
+
* ISO货币代码
|
|
18679
|
+
*/
|
|
18680
|
+
CurrencyType: string;
|
|
18681
|
+
/**
|
|
18682
|
+
* 透传字段
|
|
18683
|
+
*/
|
|
18684
|
+
MetaData?: string;
|
|
18685
|
+
/**
|
|
18686
|
+
* 扩展字段
|
|
18687
|
+
*/
|
|
18688
|
+
ExtendFieldData?: string;
|
|
18689
|
+
}
|
|
18555
18690
|
/**
|
|
18556
18691
|
* 会员间交易明细信息
|
|
18557
18692
|
*/
|
|
@@ -18769,6 +18904,28 @@ export interface ApplyOutwardOrderResponse {
|
|
|
18769
18904
|
*/
|
|
18770
18905
|
RequestId?: string;
|
|
18771
18906
|
}
|
|
18907
|
+
/**
|
|
18908
|
+
* QueryFlexServiceProviderAccountBalance返回参数结构体
|
|
18909
|
+
*/
|
|
18910
|
+
export interface QueryFlexServiceProviderAccountBalanceResponse {
|
|
18911
|
+
/**
|
|
18912
|
+
* 错误码。SUCCESS为成功,其他为失败
|
|
18913
|
+
*/
|
|
18914
|
+
ErrCode: string;
|
|
18915
|
+
/**
|
|
18916
|
+
* 错误消息
|
|
18917
|
+
*/
|
|
18918
|
+
ErrMessage: string;
|
|
18919
|
+
/**
|
|
18920
|
+
* 返回结果
|
|
18921
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18922
|
+
*/
|
|
18923
|
+
Result: ServiceProviderAccountBalanceResult;
|
|
18924
|
+
/**
|
|
18925
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
18926
|
+
*/
|
|
18927
|
+
RequestId?: string;
|
|
18928
|
+
}
|
|
18772
18929
|
/**
|
|
18773
18930
|
* 分账授权申请查询响应对象
|
|
18774
18931
|
*/
|
|
@@ -20839,6 +20996,30 @@ export interface PayeeInfoResult {
|
|
|
20839
20996
|
*/
|
|
20840
20997
|
Remark: string;
|
|
20841
20998
|
}
|
|
20999
|
+
/**
|
|
21000
|
+
* QueryOpenBankExternalSubMerchantRegistration返回参数结构体
|
|
21001
|
+
*/
|
|
21002
|
+
export interface QueryOpenBankExternalSubMerchantRegistrationResponse {
|
|
21003
|
+
/**
|
|
21004
|
+
* 错误码。
|
|
21005
|
+
__SUCCESS__: 成功
|
|
21006
|
+
__其他__: 见附录-错误码表
|
|
21007
|
+
*/
|
|
21008
|
+
ErrCode: string;
|
|
21009
|
+
/**
|
|
21010
|
+
* 错误消息。
|
|
21011
|
+
*/
|
|
21012
|
+
ErrMessage: string;
|
|
21013
|
+
/**
|
|
21014
|
+
* 返回结果。
|
|
21015
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21016
|
+
*/
|
|
21017
|
+
Result: QueryOpenBankExternalSubMerchantRegistrationResult;
|
|
21018
|
+
/**
|
|
21019
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
21020
|
+
*/
|
|
21021
|
+
RequestId?: string;
|
|
21022
|
+
}
|
|
20842
21023
|
/**
|
|
20843
21024
|
* ApplyOutwardOrder请求参数结构体
|
|
20844
21025
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { InquiryPriceTerminateInstancesResponse, AssociateInstancesKeyPairsResponse, RenewInstancesRequest, DescribeHpcClustersRequest, DescribeImageQuotaResponse, ModifyInstancesProjectRequest, ConfigureChcDeployVpcResponse,
|
|
3
|
+
import { InquiryPriceTerminateInstancesResponse, AssociateInstancesKeyPairsResponse, RenewInstancesRequest, DescribeHpcClustersRequest, DescribeImageQuotaResponse, ModifyInstancesProjectRequest, ConfigureChcDeployVpcResponse, InquiryPriceRenewHostsRequest, DeleteDisasterRecoverGroupsRequest, DeleteKeyPairsResponse, TerminateInstancesResponse, ModifyInstancesChargeTypeResponse, InquiryPriceResetInstancesInternetMaxBandwidthResponse, DescribeZonesRequest, ModifyKeyPairAttributeRequest, AssociateSecurityGroupsRequest, ResetInstancesTypeRequest, DeleteLaunchTemplateVersionsRequest, DeleteImagesRequest, DeleteLaunchTemplateRequest, DescribeInstancesResponse, DescribeHostsResponse, DeleteKeyPairsRequest, ResetInstanceRequest, DescribeChcHostsResponse, AllocateHostsRequest, DescribeRegionsResponse, PurchaseReservedInstancesOfferingRequest, RebootInstancesRequest, ResetInstancesTypeResponse, AssociateInstancesKeyPairsRequest, DeleteLaunchTemplateResponse, DescribeChcDeniedActionsResponse, DescribeInstancesStatusResponse, ModifyHpcClusterAttributeResponse, InquiryPriceModifyInstancesChargeTypeResponse, ImportKeyPairResponse, DescribeKeyPairsResponse, ResetInstancesPasswordRequest, RemoveChcAssistVpcResponse, DescribeImagesResponse, ModifyInstancesVpcAttributeResponse, DescribeLaunchTemplatesResponse, DeleteHpcClustersResponse, ModifyLaunchTemplateDefaultVersionResponse, DescribeInstancesOperationLimitRequest, ModifyImageAttributeRequest, DescribeInstanceVncUrlRequest, StopInstancesResponse, ModifyImageSharePermissionRequest, DisassociateInstancesKeyPairsResponse, DescribeLaunchTemplateVersionsRequest, InquiryPriceResizeInstanceDisksRequest, RunInstancesResponse, DescribeHpcClustersResponse, ModifyImageSharePermissionResponse, DescribeInstancesOperationLimitResponse, SyncImagesResponse, ModifyChcAttributeRequest, DescribeZoneInstanceConfigInfosResponse, ModifyInstancesAttributeRequest, RenewHostsRequest, CreateDisasterRecoverGroupResponse, RemoveChcAssistVpcRequest, StartInstancesRequest, ProgramFpgaImageResponse, DescribeInstanceInternetBandwidthConfigsResponse, CreateHpcClusterResponse, DescribeDisasterRecoverGroupsRequest, ModifyKeyPairAttributeResponse, ModifyInstancesRenewFlagRequest, SyncImagesRequest, DisassociateInstancesKeyPairsRequest, DescribeImageQuotaRequest, ResetInstancesInternetMaxBandwidthResponse, ConfigureChcDeployVpcRequest, DescribeInstanceFamilyConfigsResponse, CreateImageResponse, DescribeInstancesModificationRequest, DescribeImageSharePermissionResponse, DeleteLaunchTemplateVersionsResponse, ResetInstancesPasswordResponse, InquiryPriceRunInstancesRequest, DescribeDisasterRecoverGroupQuotaResponse, DescribeRegionsRequest, CreateDisasterRecoverGroupRequest, DescribeChcDeniedActionsRequest, DescribeReservedInstancesResponse, DescribeImportImageOsResponse, InquirePricePurchaseReservedInstancesOfferingRequest, StopInstancesRequest, DescribeKeyPairsRequest, DeleteDisasterRecoverGroupsResponse, InquiryPriceModifyInstancesChargeTypeRequest, CreateImageRequest, CreateLaunchTemplateVersionRequest, CreateKeyPairResponse, DescribeInstanceVncUrlResponse, DescribeReservedInstancesOfferingsRequest, DescribeInternetChargeTypeConfigsRequest, DescribeDisasterRecoverGroupsResponse, ExportImagesRequest, ModifyInstanceDiskTypeResponse, CreateLaunchTemplateRequest, DescribeReservedInstancesConfigInfosRequest, InquiryPriceResetInstanceRequest, DescribeLaunchTemplatesRequest, ResetInstancesInternetMaxBandwidthRequest, RemoveChcDeployVpcResponse, AssociateSecurityGroupsResponse, ImportImageRequest, ConfigureChcAssistVpcRequest, DescribeImportImageOsRequest, CreateLaunchTemplateResponse, CreateKeyPairRequest, InquiryPriceRenewInstancesResponse, AllocateHostsResponse, DescribeImageSharePermissionRequest, DescribeInstancesRequest, InquiryPriceResetInstanceResponse, RunInstancesRequest, CreateHpcClusterRequest, InquiryPriceResetInstancesInternetMaxBandwidthRequest, ModifyHostsAttributeResponse, ModifyHpcClusterAttributeRequest, ModifyChcAttributeResponse, DescribeDisasterRecoverGroupQuotaRequest, StartInstancesResponse, ModifyInstancesVpcAttributeRequest, ModifyInstancesChargeTypeRequest, DescribeInternetChargeTypeConfigsResponse, DescribeZoneInstanceConfigInfosRequest, DescribeZonesResponse, InquiryPriceTerminateInstancesRequest, ExportImagesResponse, RemoveChcDeployVpcRequest, InquiryPriceRunInstancesResponse, DescribeHostsRequest, DescribeAccountQuotaRequest, DescribeReservedInstancesRequest, ModifyInstancesRenewFlagResponse, DescribeInstancesStatusRequest, InquiryPriceResizeInstanceDisksResponse, TerminateInstancesRequest, PurchaseReservedInstancesOfferingResponse, DeleteImagesResponse, ImportImageResponse, ModifyDisasterRecoverGroupAttributeRequest, ConfigureChcAssistVpcResponse, RebootInstancesResponse, DescribeChcHostsRequest, ModifyInstanceDiskTypeRequest, InquiryPriceResetInstancesTypeResponse, DeleteHpcClustersRequest, CreateLaunchTemplateVersionResponse, ModifyImageAttributeResponse, InquiryPriceRenewInstancesRequest, DescribeReservedInstancesOfferingsResponse, DescribeInstanceTypeConfigsRequest, DescribeReservedInstancesConfigInfosResponse, InquiryPriceResetInstancesTypeRequest, ModifyLaunchTemplateDefaultVersionRequest, ModifyInstancesAttributeResponse, DescribeImagesRequest, InquiryPriceRenewHostsResponse, ResizeInstanceDisksResponse, InquirePricePurchaseReservedInstancesOfferingResponse, DisassociateSecurityGroupsRequest, ModifyHostsAttributeRequest, ImportKeyPairRequest, DescribeInstancesModificationResponse, RenewInstancesResponse, DescribeLaunchTemplateVersionsResponse, DescribeAccountQuotaResponse, ResetInstanceResponse, ProgramFpgaImageRequest, ModifyDisasterRecoverGroupAttributeResponse, DescribeInstanceTypeConfigsResponse, ResizeInstanceDisksRequest, DescribeInstanceFamilyConfigsRequest, DescribeInstanceInternetBandwidthConfigsRequest, RenewHostsResponse, DisassociateSecurityGroupsResponse, ModifyInstancesProjectResponse } from "./cvm_models";
|
|
4
4
|
/**
|
|
5
5
|
* cvm client
|
|
6
6
|
* @class
|
|
@@ -202,6 +202,10 @@ export declare class Client extends AbstractClient {
|
|
|
202
202
|
* 查看可以导入的镜像操作系统信息。
|
|
203
203
|
*/
|
|
204
204
|
DescribeImportImageOs(req?: DescribeImportImageOsRequest, cb?: (error: string, rep: DescribeImportImageOsResponse) => void): Promise<DescribeImportImageOsResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* 当高性能计算集群为空, 即集群内没有任何设备时候, 可以删除该集群。
|
|
207
|
+
*/
|
|
208
|
+
DeleteHpcClusters(req: DeleteHpcClustersRequest, cb?: (error: string, rep: DeleteHpcClustersResponse) => void): Promise<DeleteHpcClustersResponse>;
|
|
205
209
|
/**
|
|
206
210
|
* 本接口 (InquiryPriceRenewInstances) 用于续费包年包月实例询价。
|
|
207
211
|
|
|
@@ -397,9 +401,10 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
397
401
|
*/
|
|
398
402
|
RebootInstances(req: RebootInstancesRequest, cb?: (error: string, rep: RebootInstancesResponse) => void): Promise<RebootInstancesResponse>;
|
|
399
403
|
/**
|
|
400
|
-
*
|
|
404
|
+
* 本接口 (InquiryPriceRenewHosts) 用于续费包年包月`CDH`实例询价。
|
|
405
|
+
* 只支持查询包年包月`CDH`实例的续费价格。
|
|
401
406
|
*/
|
|
402
|
-
|
|
407
|
+
InquiryPriceRenewHosts(req: InquiryPriceRenewHostsRequest, cb?: (error: string, rep: InquiryPriceRenewHostsResponse) => void): Promise<InquiryPriceRenewHostsResponse>;
|
|
403
408
|
/**
|
|
404
409
|
* 本接口 (StopInstances) 用于关闭一个或多个实例。
|
|
405
410
|
|
|
@@ -292,6 +292,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
292
292
|
async DescribeImportImageOs(req, cb) {
|
|
293
293
|
return this.request("DescribeImportImageOs", req, cb);
|
|
294
294
|
}
|
|
295
|
+
/**
|
|
296
|
+
* 当高性能计算集群为空, 即集群内没有任何设备时候, 可以删除该集群。
|
|
297
|
+
*/
|
|
298
|
+
async DeleteHpcClusters(req, cb) {
|
|
299
|
+
return this.request("DeleteHpcClusters", req, cb);
|
|
300
|
+
}
|
|
295
301
|
/**
|
|
296
302
|
* 本接口 (InquiryPriceRenewInstances) 用于续费包年包月实例询价。
|
|
297
303
|
|
|
@@ -541,10 +547,11 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
541
547
|
return this.request("RebootInstances", req, cb);
|
|
542
548
|
}
|
|
543
549
|
/**
|
|
544
|
-
*
|
|
550
|
+
* 本接口 (InquiryPriceRenewHosts) 用于续费包年包月`CDH`实例询价。
|
|
551
|
+
* 只支持查询包年包月`CDH`实例的续费价格。
|
|
545
552
|
*/
|
|
546
|
-
async
|
|
547
|
-
return this.request("
|
|
553
|
+
async InquiryPriceRenewHosts(req, cb) {
|
|
554
|
+
return this.request("InquiryPriceRenewHosts", req, cb);
|
|
548
555
|
}
|
|
549
556
|
/**
|
|
550
557
|
* 本接口 (StopInstances) 用于关闭一个或多个实例。
|
|
@@ -124,13 +124,21 @@ export interface ConfigureChcDeployVpcResponse {
|
|
|
124
124
|
RequestId?: string;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* InquiryPriceRenewHosts请求参数结构体
|
|
128
128
|
*/
|
|
129
|
-
export interface
|
|
129
|
+
export interface InquiryPriceRenewHostsRequest {
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
131
|
+
* 一个或多个待操作的`CDH`实例`ID`。可通过[`DescribeHosts`](https://cloud.tencent.com/document/api/213/16474)接口返回值中的`HostId`获取。每次请求批量实例的上限为100。
|
|
132
132
|
*/
|
|
133
|
-
|
|
133
|
+
HostIds: Array<string>;
|
|
134
|
+
/**
|
|
135
|
+
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的续费时长、是否设置自动续费等属性。
|
|
136
|
+
*/
|
|
137
|
+
HostChargePrepaid: ChargePrepaid;
|
|
138
|
+
/**
|
|
139
|
+
* 试运行,测试使用,不执行具体逻辑。取值范围:<br><li>TRUE:跳过执行逻辑<br><li>FALSE:执行逻辑<br><br>默认取值:FALSE。
|
|
140
|
+
*/
|
|
141
|
+
DryRun?: boolean;
|
|
134
142
|
}
|
|
135
143
|
/**
|
|
136
144
|
* 专用宿主机实例的资源信息
|
|
@@ -767,6 +775,24 @@ export interface InstanceTypeConfigStatus {
|
|
|
767
775
|
*/
|
|
768
776
|
InstanceTypeConfig: InstanceTypeConfig;
|
|
769
777
|
}
|
|
778
|
+
/**
|
|
779
|
+
* cdh相关价格信息
|
|
780
|
+
*/
|
|
781
|
+
export interface HostPriceInfo {
|
|
782
|
+
/**
|
|
783
|
+
* 描述了cdh实例相关的价格信息
|
|
784
|
+
*/
|
|
785
|
+
HostPrice: ItemPrice;
|
|
786
|
+
}
|
|
787
|
+
/**
|
|
788
|
+
* ResetInstancesType返回参数结构体
|
|
789
|
+
*/
|
|
790
|
+
export interface ResetInstancesTypeResponse {
|
|
791
|
+
/**
|
|
792
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
793
|
+
*/
|
|
794
|
+
RequestId?: string;
|
|
795
|
+
}
|
|
770
796
|
/**
|
|
771
797
|
* AssociateInstancesKeyPairs请求参数结构体
|
|
772
798
|
*/
|
|
@@ -1112,25 +1138,21 @@ export interface DescribeInstancesOperationLimitRequest {
|
|
|
1112
1138
|
Operation: string;
|
|
1113
1139
|
}
|
|
1114
1140
|
/**
|
|
1115
|
-
*
|
|
1141
|
+
* ModifyImageAttribute请求参数结构体
|
|
1116
1142
|
*/
|
|
1117
|
-
export interface
|
|
1118
|
-
/**
|
|
1119
|
-
* 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为30。
|
|
1120
|
-
*/
|
|
1121
|
-
InstanceIds: Array<string>;
|
|
1143
|
+
export interface ModifyImageAttributeRequest {
|
|
1122
1144
|
/**
|
|
1123
|
-
*
|
|
1145
|
+
* 镜像ID,形如`img-gvbnzy6f`。镜像ID可以通过如下方式获取:<br><li>通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。<br><li>通过[镜像控制台](https://console.cloud.tencent.com/cvm/image)获取。
|
|
1124
1146
|
*/
|
|
1125
|
-
|
|
1147
|
+
ImageId: string;
|
|
1126
1148
|
/**
|
|
1127
|
-
*
|
|
1149
|
+
* 设置新的镜像名称;必须满足下列限制:<br> <li> 不得超过20个字符。<br> <li> 镜像名称不能与已有镜像重复。
|
|
1128
1150
|
*/
|
|
1129
|
-
|
|
1151
|
+
ImageName?: string;
|
|
1130
1152
|
/**
|
|
1131
|
-
*
|
|
1153
|
+
* 设置新的镜像描述;必须满足下列限制:<br> <li> 不得超过60个字符。
|
|
1132
1154
|
*/
|
|
1133
|
-
|
|
1155
|
+
ImageDescription?: string;
|
|
1134
1156
|
}
|
|
1135
1157
|
/**
|
|
1136
1158
|
* DescribeInstanceVncUrl请求参数结构体
|
|
@@ -3741,6 +3763,27 @@ export interface ChargePrepaid {
|
|
|
3741
3763
|
*/
|
|
3742
3764
|
RenewFlag?: string;
|
|
3743
3765
|
}
|
|
3766
|
+
/**
|
|
3767
|
+
* ModifyInstancesChargeType请求参数结构体
|
|
3768
|
+
*/
|
|
3769
|
+
export interface ModifyInstancesChargeTypeRequest {
|
|
3770
|
+
/**
|
|
3771
|
+
* 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为30。
|
|
3772
|
+
*/
|
|
3773
|
+
InstanceIds: Array<string>;
|
|
3774
|
+
/**
|
|
3775
|
+
* 实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。<br><li>POSTPAID_BY_HOUR:后付费,即按量付费。
|
|
3776
|
+
*/
|
|
3777
|
+
InstanceChargeType: string;
|
|
3778
|
+
/**
|
|
3779
|
+
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。<dx-alert infotype="explain" title="">若指定实例的付费模式为预付费则该参数必传。</dx-alert>
|
|
3780
|
+
*/
|
|
3781
|
+
InstanceChargePrepaid?: InstanceChargePrepaid;
|
|
3782
|
+
/**
|
|
3783
|
+
* 是否同时切换弹性数据云盘计费模式。取值范围:<br><li>TRUE:表示切换弹性数据云盘计费模式<br><li>FALSE:表示不切换弹性数据云盘计费模式<br><br>默认取值:FALSE。
|
|
3784
|
+
*/
|
|
3785
|
+
ModifyPortableDataDisk?: boolean;
|
|
3786
|
+
}
|
|
3744
3787
|
/**
|
|
3745
3788
|
* DescribeInternetChargeTypeConfigs返回参数结构体
|
|
3746
3789
|
*/
|
|
@@ -4831,21 +4874,17 @@ export interface DescribeImagesRequest {
|
|
|
4831
4874
|
InstanceType?: string;
|
|
4832
4875
|
}
|
|
4833
4876
|
/**
|
|
4834
|
-
*
|
|
4877
|
+
* InquiryPriceRenewHosts返回参数结构体
|
|
4835
4878
|
*/
|
|
4836
|
-
export interface
|
|
4879
|
+
export interface InquiryPriceRenewHostsResponse {
|
|
4837
4880
|
/**
|
|
4838
|
-
*
|
|
4839
|
-
*/
|
|
4840
|
-
ImageId: string;
|
|
4841
|
-
/**
|
|
4842
|
-
* 设置新的镜像名称;必须满足下列限制:<br> <li> 不得超过20个字符。<br> <li> 镜像名称不能与已有镜像重复。
|
|
4881
|
+
* CDH实例续费价格信息
|
|
4843
4882
|
*/
|
|
4844
|
-
|
|
4883
|
+
Price?: HostPriceInfo;
|
|
4845
4884
|
/**
|
|
4846
|
-
*
|
|
4885
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4847
4886
|
*/
|
|
4848
|
-
|
|
4887
|
+
RequestId?: string;
|
|
4849
4888
|
}
|
|
4850
4889
|
/**
|
|
4851
4890
|
* ResizeInstanceDisks返回参数结构体
|
|
@@ -71,7 +71,8 @@ export declare class Client extends AbstractClient {
|
|
|
71
71
|
*/
|
|
72
72
|
DescribeFlowInfo(req: DescribeFlowInfoRequest, cb?: (error: string, rep: DescribeFlowInfoResponse) => void): Promise<DescribeFlowInfoResponse>;
|
|
73
73
|
/**
|
|
74
|
-
* 创建出证报告,返回报告 ID
|
|
74
|
+
* 创建出证报告,返回报告 ID。需要配合出证套餐才能调用。
|
|
75
|
+
出证需要一定时间,建议调用创建出证24小时之后再通过DescribeFlowEvidenceReport进行查询。
|
|
75
76
|
*/
|
|
76
77
|
CreateFlowEvidenceReport(req: CreateFlowEvidenceReportRequest, cb?: (error: string, rep: CreateFlowEvidenceReportResponse) => void): Promise<CreateFlowEvidenceReportResponse>;
|
|
77
78
|
/**
|