tencentcloud-sdk-nodejs 4.1.286 → 4.1.287
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/es/common/sdk_version.js +1 -1
- package/es/services/cfw/v20190904/cfw_client.js +9 -0
- package/es/services/cngw/v20230418/cngw_client.js +3 -0
- package/es/services/config/v20220802/config_client.js +8 -2
- package/es/services/dbdc/v20201029/dbdc_client.js +3 -0
- package/es/services/ocr/v20181119/ocr_client.js +2 -17
- package/es/services/tcb/v20180608/tcb_client.js +3 -0
- package/es/services/tse/v20201207/tse_client.js +7 -4
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +43 -42
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +69 -97
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +13 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +236 -56
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +16 -17
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +5 -1
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +6 -0
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +367 -6
- package/tencentcloud/services/config/v20220802/config_client.d.ts +11 -3
- package/tencentcloud/services/config/v20220802/config_client.js +15 -3
- package/tencentcloud/services/config/v20220802/config_models.d.ts +117 -0
- package/tencentcloud/services/ctsdb/v20230202/ctsdb_models.d.ts +13 -8
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +16 -8
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +5 -1
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +6 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +62 -40
- package/tencentcloud/services/es/v20180416/es_models.d.ts +13 -9
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +17 -23
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +57 -90
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +57 -100
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +425 -755
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +31 -30
- package/tencentcloud/services/rce/v20260130/rce_models.d.ts +13 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +18 -2
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +84 -20
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +9 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +12 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +143 -43
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +23 -25
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.287";
|
|
@@ -60,6 +60,9 @@ export class Client extends AbstractClient {
|
|
|
60
60
|
async ModifyClusterVpcFwSwitch(req, cb) {
|
|
61
61
|
return this.request("ModifyClusterVpcFwSwitch", req, cb);
|
|
62
62
|
}
|
|
63
|
+
async CreateWhiteRule(req, cb) {
|
|
64
|
+
return this.request("CreateWhiteRule", req, cb);
|
|
65
|
+
}
|
|
63
66
|
async DescribeNDRAssetIdentificationList(req, cb) {
|
|
64
67
|
return this.request("DescribeNDRAssetIdentificationList", req, cb);
|
|
65
68
|
}
|
|
@@ -189,6 +192,9 @@ export class Client extends AbstractClient {
|
|
|
189
192
|
async DescribeNatFwSwitch(req, cb) {
|
|
190
193
|
return this.request("DescribeNatFwSwitch", req, cb);
|
|
191
194
|
}
|
|
195
|
+
async DeleteWhiteRule(req, cb) {
|
|
196
|
+
return this.request("DeleteWhiteRule", req, cb);
|
|
197
|
+
}
|
|
192
198
|
async ModifyVpcFwSequenceRules(req, cb) {
|
|
193
199
|
return this.request("ModifyVpcFwSequenceRules", req, cb);
|
|
194
200
|
}
|
|
@@ -348,6 +354,9 @@ export class Client extends AbstractClient {
|
|
|
348
354
|
async ExpandCfwVertical(req, cb) {
|
|
349
355
|
return this.request("ExpandCfwVertical", req, cb);
|
|
350
356
|
}
|
|
357
|
+
async ModifyWhiteRule(req, cb) {
|
|
358
|
+
return this.request("ModifyWhiteRule", req, cb);
|
|
359
|
+
}
|
|
351
360
|
async CreateVpcFwGroup(req, cb) {
|
|
352
361
|
return this.request("CreateVpcFwGroup", req, cb);
|
|
353
362
|
}
|
|
@@ -69,6 +69,9 @@ export class Client extends AbstractClient {
|
|
|
69
69
|
async ModifyCloudNativeAPIGatewayConsumer(req, cb) {
|
|
70
70
|
return this.request("ModifyCloudNativeAPIGatewayConsumer", req, cb);
|
|
71
71
|
}
|
|
72
|
+
async DescribeCNGWServicesWithRoutes(req, cb) {
|
|
73
|
+
return this.request("DescribeCNGWServicesWithRoutes", req, cb);
|
|
74
|
+
}
|
|
72
75
|
async ModifyCloudNativeAPIGatewayMCPServer(req, cb) {
|
|
73
76
|
return this.request("ModifyCloudNativeAPIGatewayMCPServer", req, cb);
|
|
74
77
|
}
|
|
@@ -33,6 +33,9 @@ export class Client extends AbstractClient {
|
|
|
33
33
|
async OpenConfigRecorder(req, cb) {
|
|
34
34
|
return this.request("OpenConfigRecorder", req, cb);
|
|
35
35
|
}
|
|
36
|
+
async ListConfigRuleResourceEvaluationResults(req, cb) {
|
|
37
|
+
return this.request("ListConfigRuleResourceEvaluationResults", req, cb);
|
|
38
|
+
}
|
|
36
39
|
async StartConfigRuleEvaluation(req, cb) {
|
|
37
40
|
return this.request("StartConfigRuleEvaluation", req, cb);
|
|
38
41
|
}
|
|
@@ -72,8 +75,8 @@ export class Client extends AbstractClient {
|
|
|
72
75
|
async ListRemediations(req, cb) {
|
|
73
76
|
return this.request("ListRemediations", req, cb);
|
|
74
77
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
78
|
+
async ListAggregateConfigRuleResourceEvaluationResults(req, cb) {
|
|
79
|
+
return this.request("ListAggregateConfigRuleResourceEvaluationResults", req, cb);
|
|
77
80
|
}
|
|
78
81
|
async DeleteAggregateCompliancePack(req, cb) {
|
|
79
82
|
return this.request("DeleteAggregateCompliancePack", req, cb);
|
|
@@ -117,6 +120,9 @@ export class Client extends AbstractClient {
|
|
|
117
120
|
async ListAggregateConfigRuleEvaluationResults(req, cb) {
|
|
118
121
|
return this.request("ListAggregateConfigRuleEvaluationResults", req, cb);
|
|
119
122
|
}
|
|
123
|
+
async UpdateConfigDeliver(req, cb) {
|
|
124
|
+
return this.request("UpdateConfigDeliver", req, cb);
|
|
125
|
+
}
|
|
120
126
|
async AddCompliancePack(req, cb) {
|
|
121
127
|
return this.request("AddCompliancePack", req, cb);
|
|
122
128
|
}
|
|
@@ -66,6 +66,9 @@ export class Client extends AbstractClient {
|
|
|
66
66
|
async IsolateDBCustomNode(req, cb) {
|
|
67
67
|
return this.request("IsolateDBCustomNode", req, cb);
|
|
68
68
|
}
|
|
69
|
+
async ModifyDBCustomClusterAttributes(req, cb) {
|
|
70
|
+
return this.request("ModifyDBCustomClusterAttributes", req, cb);
|
|
71
|
+
}
|
|
69
72
|
async DescribeInstanceList(req, cb) {
|
|
70
73
|
return this.request("DescribeInstanceList", req, cb);
|
|
71
74
|
}
|
|
@@ -3,9 +3,6 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("ocr.tencentcloudapi.com", "2018-11-19", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async InsuranceBillOCR(req, cb) {
|
|
7
|
-
return this.request("InsuranceBillOCR", req, cb);
|
|
8
|
-
}
|
|
9
6
|
async ImageEnhancement(req, cb) {
|
|
10
7
|
return this.request("ImageEnhancement", req, cb);
|
|
11
8
|
}
|
|
@@ -108,8 +105,8 @@ export class Client extends AbstractClient {
|
|
|
108
105
|
async WaybillOCR(req, cb) {
|
|
109
106
|
return this.request("WaybillOCR", req, cb);
|
|
110
107
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
108
|
+
async GeneralBasicOCR(req, cb) {
|
|
109
|
+
return this.request("GeneralBasicOCR", req, cb);
|
|
113
110
|
}
|
|
114
111
|
async PermitOCR(req, cb) {
|
|
115
112
|
return this.request("PermitOCR", req, cb);
|
|
@@ -126,9 +123,6 @@ export class Client extends AbstractClient {
|
|
|
126
123
|
async SmartStructuralOCR(req, cb) {
|
|
127
124
|
return this.request("SmartStructuralOCR", req, cb);
|
|
128
125
|
}
|
|
129
|
-
async ExtractDocMultiPro(req, cb) {
|
|
130
|
-
return this.request("ExtractDocMultiPro", req, cb);
|
|
131
|
-
}
|
|
132
126
|
async SubmitQuestionMarkAgentJob(req, cb) {
|
|
133
127
|
return this.request("SubmitQuestionMarkAgentJob", req, cb);
|
|
134
128
|
}
|
|
@@ -210,15 +204,9 @@ export class Client extends AbstractClient {
|
|
|
210
204
|
async EraseHandwrittenImageOCR(req, cb) {
|
|
211
205
|
return this.request("EraseHandwrittenImageOCR", req, cb);
|
|
212
206
|
}
|
|
213
|
-
async FormulaOCR(req, cb) {
|
|
214
|
-
return this.request("FormulaOCR", req, cb);
|
|
215
|
-
}
|
|
216
207
|
async PassportOCR(req, cb) {
|
|
217
208
|
return this.request("PassportOCR", req, cb);
|
|
218
209
|
}
|
|
219
|
-
async GeneralBasicOCR(req, cb) {
|
|
220
|
-
return this.request("GeneralBasicOCR", req, cb);
|
|
221
|
-
}
|
|
222
210
|
async GetOCRToken(req, cb) {
|
|
223
211
|
return this.request("GetOCRToken", req, cb);
|
|
224
212
|
}
|
|
@@ -234,9 +222,6 @@ export class Client extends AbstractClient {
|
|
|
234
222
|
async CropEnhanceImageOCR(req, cb) {
|
|
235
223
|
return this.request("CropEnhanceImageOCR", req, cb);
|
|
236
224
|
}
|
|
237
|
-
async EduPaperOCR(req, cb) {
|
|
238
|
-
return this.request("EduPaperOCR", req, cb);
|
|
239
|
-
}
|
|
240
225
|
async RideHailingTransportLicenseOCR(req, cb) {
|
|
241
226
|
return this.request("RideHailingTransportLicenseOCR", req, cb);
|
|
242
227
|
}
|
|
@@ -225,6 +225,9 @@ export class Client extends AbstractClient {
|
|
|
225
225
|
async DeleteCloudApp(req, cb) {
|
|
226
226
|
return this.request("DeleteCloudApp", req, cb);
|
|
227
227
|
}
|
|
228
|
+
async DescribeCloudBaseRunBuildLog(req, cb) {
|
|
229
|
+
return this.request("DescribeCloudBaseRunBuildLog", req, cb);
|
|
230
|
+
}
|
|
228
231
|
async AssumeRoleForAllocatedEnv(req, cb) {
|
|
229
232
|
return this.request("AssumeRoleForAllocatedEnv", req, cb);
|
|
230
233
|
}
|
|
@@ -411,8 +411,8 @@ export class Client extends AbstractClient {
|
|
|
411
411
|
async DeleteCloudNativeAPIGatewayService(req, cb) {
|
|
412
412
|
return this.request("DeleteCloudNativeAPIGatewayService", req, cb);
|
|
413
413
|
}
|
|
414
|
-
async
|
|
415
|
-
return this.request("
|
|
414
|
+
async DescribeCloudNativeAPIGatewayRoutes(req, cb) {
|
|
415
|
+
return this.request("DescribeCloudNativeAPIGatewayRoutes", req, cb);
|
|
416
416
|
}
|
|
417
417
|
async DescribeConfigFileGroups(req, cb) {
|
|
418
418
|
return this.request("DescribeConfigFileGroups", req, cb);
|
|
@@ -429,6 +429,9 @@ export class Client extends AbstractClient {
|
|
|
429
429
|
async ModifyCloudNativeAPIGatewayConsumer(req, cb) {
|
|
430
430
|
return this.request("ModifyCloudNativeAPIGatewayConsumer", req, cb);
|
|
431
431
|
}
|
|
432
|
+
async DescribeCNGWServicesWithRoutes(req, cb) {
|
|
433
|
+
return this.request("DescribeCNGWServicesWithRoutes", req, cb);
|
|
434
|
+
}
|
|
432
435
|
async DescribeNacosServerInterfaces(req, cb) {
|
|
433
436
|
return this.request("DescribeNacosServerInterfaces", req, cb);
|
|
434
437
|
}
|
|
@@ -456,8 +459,8 @@ export class Client extends AbstractClient {
|
|
|
456
459
|
async DescribeCloudNativeAPIGatewayNodes(req, cb) {
|
|
457
460
|
return this.request("DescribeCloudNativeAPIGatewayNodes", req, cb);
|
|
458
461
|
}
|
|
459
|
-
async
|
|
460
|
-
return this.request("
|
|
462
|
+
async DescribeCloudNativeAPIGatewaySecretKeyList(req, cb) {
|
|
463
|
+
return this.request("DescribeCloudNativeAPIGatewaySecretKeyList", req, cb);
|
|
461
464
|
}
|
|
462
465
|
async CreateCloudNativeAPIGatewayServiceRateLimit(req, cb) {
|
|
463
466
|
return this.request("CreateCloudNativeAPIGatewayServiceRateLimit", req, cb);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.287";
|
|
@@ -2614,7 +2614,7 @@ export interface DescribeGatherResourceRequest {
|
|
|
2614
2614
|
*/
|
|
2615
2615
|
TreeNodeUniqKey?: string;
|
|
2616
2616
|
/**
|
|
2617
|
-
* <p>资源目录类别,枚举值如下:<br>all - 全部<br>none - 未归集</p>
|
|
2617
|
+
* <p>资源目录类别,枚举值如下:<br>all - 全部<br>none - 未归集</p><p>枚举值:</p><ul><li>all: 全部</li><li>none: 未归集</li><li>allocation: 已公摊资源</li><li>gather: 已归集资源</li></ul>
|
|
2618
2618
|
*/
|
|
2619
2619
|
GatherType?: string;
|
|
2620
2620
|
/**
|
|
@@ -8108,164 +8108,165 @@ export interface BillActionType {
|
|
|
8108
8108
|
*/
|
|
8109
8109
|
export interface GatherResourceSummary {
|
|
8110
8110
|
/**
|
|
8111
|
-
*
|
|
8111
|
+
* <p>支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识</p>
|
|
8112
8112
|
*/
|
|
8113
8113
|
PayerUin?: string;
|
|
8114
8114
|
/**
|
|
8115
|
-
*
|
|
8115
|
+
* <p>使用者 UIN:实际使用资源的账号 ID</p>
|
|
8116
8116
|
*/
|
|
8117
8117
|
OwnerUin?: string;
|
|
8118
8118
|
/**
|
|
8119
|
-
*
|
|
8119
|
+
* <p>操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)</p>
|
|
8120
8120
|
*/
|
|
8121
8121
|
OperateUin?: string;
|
|
8122
8122
|
/**
|
|
8123
|
-
*
|
|
8123
|
+
* <p>实例类型编码</p>
|
|
8124
8124
|
*/
|
|
8125
8125
|
InstanceType?: string;
|
|
8126
8126
|
/**
|
|
8127
|
-
*
|
|
8127
|
+
* <p>实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”</p>
|
|
8128
8128
|
*/
|
|
8129
8129
|
InstanceTypeName?: string;
|
|
8130
8130
|
/**
|
|
8131
|
-
*
|
|
8131
|
+
* <p>资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名</p>
|
|
8132
8132
|
*/
|
|
8133
8133
|
ResourceId?: string;
|
|
8134
8134
|
/**
|
|
8135
|
-
*
|
|
8135
|
+
* <p>实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名</p>
|
|
8136
8136
|
*/
|
|
8137
8137
|
ResourceName?: string;
|
|
8138
8138
|
/**
|
|
8139
|
-
*
|
|
8139
|
+
* <p>分账单元唯一标识</p>
|
|
8140
8140
|
*/
|
|
8141
8141
|
TreeNodeUniqKey?: string;
|
|
8142
8142
|
/**
|
|
8143
|
-
*
|
|
8143
|
+
* <p>分账单元名称</p>
|
|
8144
8144
|
*/
|
|
8145
8145
|
TreeNodeUniqKeyName?: string;
|
|
8146
8146
|
/**
|
|
8147
|
-
*
|
|
8147
|
+
* <p>资源命中公摊规则ID</p>
|
|
8148
8148
|
*/
|
|
8149
8149
|
RuleId?: number;
|
|
8150
8150
|
/**
|
|
8151
|
-
*
|
|
8151
|
+
* <p>资源命中公摊规则名称</p>
|
|
8152
8152
|
*/
|
|
8153
8153
|
RuleName?: string;
|
|
8154
8154
|
/**
|
|
8155
|
-
*
|
|
8155
|
+
* <p>产品编码</p>
|
|
8156
8156
|
*/
|
|
8157
8157
|
BusinessCode?: string;
|
|
8158
8158
|
/**
|
|
8159
|
-
*
|
|
8159
|
+
* <p>产品名称:用户所采购的各类云产品</p>
|
|
8160
8160
|
*/
|
|
8161
8161
|
BusinessCodeName?: string;
|
|
8162
8162
|
/**
|
|
8163
|
-
*
|
|
8163
|
+
* <p>组件名称编码</p>
|
|
8164
8164
|
*/
|
|
8165
8165
|
ItemCode?: string;
|
|
8166
8166
|
/**
|
|
8167
|
-
*
|
|
8167
|
+
* <p>组件名称:用户购买的产品或服务,所包含的具体组件</p>
|
|
8168
8168
|
*/
|
|
8169
8169
|
ItemCodeName?: string;
|
|
8170
8170
|
/**
|
|
8171
|
-
*
|
|
8171
|
+
* <p>地域ID</p>
|
|
8172
8172
|
*/
|
|
8173
8173
|
RegionId?: number;
|
|
8174
8174
|
/**
|
|
8175
|
-
*
|
|
8175
|
+
* <p>地域名称:资源所属地域</p>
|
|
8176
8176
|
*/
|
|
8177
8177
|
RegionName?: string;
|
|
8178
8178
|
/**
|
|
8179
|
-
*
|
|
8179
|
+
* <p>分账标签:资源绑定的标签</p>
|
|
8180
8180
|
*/
|
|
8181
8181
|
Tag?: Array<BillTag>;
|
|
8182
8182
|
/**
|
|
8183
|
-
*
|
|
8183
|
+
* <p>优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率</p>
|
|
8184
8184
|
*/
|
|
8185
8185
|
RealTotalCost?: string;
|
|
8186
8186
|
/**
|
|
8187
|
-
*
|
|
8187
|
+
* <p>现金账户支出(元):通过现金账户支付的金额</p>
|
|
8188
8188
|
*/
|
|
8189
8189
|
CashPayAmount?: string;
|
|
8190
8190
|
/**
|
|
8191
|
-
*
|
|
8191
|
+
* <p>代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额</p>
|
|
8192
8192
|
*/
|
|
8193
8193
|
VoucherPayAmount?: string;
|
|
8194
8194
|
/**
|
|
8195
|
-
*
|
|
8195
|
+
* <p>赠送账户支出(元):使用赠送金支付的金额</p>
|
|
8196
8196
|
*/
|
|
8197
8197
|
IncentivePayAmount?: string;
|
|
8198
8198
|
/**
|
|
8199
|
-
*
|
|
8199
|
+
* <p>分成账户支出(元):通过分成金账户支付的金额</p>
|
|
8200
8200
|
*/
|
|
8201
8201
|
TransferPayAmount?: string;
|
|
8202
8202
|
/**
|
|
8203
|
-
*
|
|
8204
|
-
0 - 分摊
|
|
8205
|
-
1 - 归集
|
|
8206
|
-
-1 - 未分配
|
|
8203
|
+
* <p>费用归集类型:费用来源类型,分摊、归集、未分配<br>0 - 分摊<br>1 - 归集<br>-1 - 未分配</p>
|
|
8207
8204
|
*/
|
|
8208
8205
|
AllocationType?: number;
|
|
8209
8206
|
/**
|
|
8210
|
-
*
|
|
8207
|
+
* <p>当前归属单元信息</p>
|
|
8211
8208
|
*/
|
|
8212
8209
|
BelongTreeNodeUniqKey?: AllocationTreeNode;
|
|
8213
8210
|
/**
|
|
8214
|
-
*
|
|
8211
|
+
* <p>当前资源命中公摊规则信息</p>
|
|
8215
8212
|
*/
|
|
8216
8213
|
BelongRule?: AllocationRule;
|
|
8217
8214
|
/**
|
|
8218
|
-
*
|
|
8215
|
+
* <p>其它归属单元信息</p>
|
|
8219
8216
|
*/
|
|
8220
8217
|
OtherTreeNodeUniqKeys?: Array<AllocationTreeNode>;
|
|
8221
8218
|
/**
|
|
8222
|
-
*
|
|
8219
|
+
* <p>其他命中规则信息</p>
|
|
8223
8220
|
*/
|
|
8224
8221
|
OtherRules?: Array<AllocationRule>;
|
|
8225
8222
|
/**
|
|
8226
|
-
*
|
|
8223
|
+
* <p>项目ID</p>
|
|
8227
8224
|
*/
|
|
8228
8225
|
ProjectId?: number;
|
|
8229
8226
|
/**
|
|
8230
|
-
*
|
|
8227
|
+
* <p>项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目</p>
|
|
8231
8228
|
*/
|
|
8232
8229
|
ProjectName?: string;
|
|
8233
8230
|
/**
|
|
8234
|
-
*
|
|
8231
|
+
* <p>子产品编码</p>
|
|
8235
8232
|
*/
|
|
8236
8233
|
ProductCode?: string;
|
|
8237
8234
|
/**
|
|
8238
|
-
*
|
|
8235
|
+
* <p>子产品名称:用户采购的具体产品细分类型</p>
|
|
8239
8236
|
*/
|
|
8240
8237
|
ProductCodeName?: string;
|
|
8241
8238
|
/**
|
|
8242
|
-
*
|
|
8239
|
+
* <p>计费模式编码</p>
|
|
8243
8240
|
*/
|
|
8244
8241
|
PayMode?: string;
|
|
8245
8242
|
/**
|
|
8246
|
-
*
|
|
8243
|
+
* <p>计费模式:资源的计费模式,区分为包年包月和按量计费</p>
|
|
8247
8244
|
*/
|
|
8248
8245
|
PayModeName?: string;
|
|
8249
8246
|
/**
|
|
8250
|
-
*
|
|
8247
|
+
* <p>交易类型编码</p>
|
|
8251
8248
|
*/
|
|
8252
8249
|
ActionType?: string;
|
|
8253
8250
|
/**
|
|
8254
|
-
*
|
|
8251
|
+
* <p>交易类型:明细交易类型</p>
|
|
8255
8252
|
*/
|
|
8256
8253
|
ActionTypeName?: string;
|
|
8257
8254
|
/**
|
|
8258
|
-
*
|
|
8255
|
+
* <p>分拆项 ID:涉及分拆产品的分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名</p>
|
|
8259
8256
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8260
8257
|
* @deprecated
|
|
8261
8258
|
*/
|
|
8262
8259
|
SplitItemId?: string;
|
|
8263
8260
|
/**
|
|
8264
|
-
*
|
|
8261
|
+
* <p>分拆项名称:涉及分拆产品的分拆后的分拆项</p>
|
|
8265
8262
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8266
8263
|
* @deprecated
|
|
8267
8264
|
*/
|
|
8268
8265
|
SplitItemName?: string;
|
|
8266
|
+
/**
|
|
8267
|
+
* <p>归集方式</p><p>枚举值:</p><ul><li>0: 未归集</li><li>1: 自动命中</li><li>2: 手动分配待生效</li><li>3: 手动分配已生效</li></ul>
|
|
8268
|
+
*/
|
|
8269
|
+
EffectiveMode?: string;
|
|
8269
8270
|
}
|
|
8270
8271
|
/**
|
|
8271
8272
|
* DescribeSavingPlanResourceInfo返回参数结构体
|