tencentcloud-sdk-nodejs 4.1.174 → 4.1.175
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/advisor/v20200721/advisor_client.js +3 -0
- package/es/services/billing/v20180709/billing_client.js +13 -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/advisor/v20200721/advisor_client.d.ts +5 -1
- package/tencentcloud/services/advisor/v20200721/advisor_client.js +6 -0
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +41 -24
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +17 -5
- package/tencentcloud/services/billing/v20180709/billing_client.js +24 -6
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +156 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +8 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +12 -20
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +9 -7
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -36
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +8 -8
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +21 -24
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -0
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.175";
|
|
@@ -6,6 +6,9 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async DescribeTaskStrategyRisks(req, cb) {
|
|
7
7
|
return this.request("DescribeTaskStrategyRisks", req, cb);
|
|
8
8
|
}
|
|
9
|
+
async CreateAdvisorAuthorization(req, cb) {
|
|
10
|
+
return this.request("CreateAdvisorAuthorization", req, cb);
|
|
11
|
+
}
|
|
9
12
|
async DescribeStrategies(req, cb) {
|
|
10
13
|
return this.request("DescribeStrategies", req, cb);
|
|
11
14
|
}
|
|
@@ -111,14 +111,14 @@ export class Client extends AbstractClient {
|
|
|
111
111
|
async DescribeAccountBalance(req, cb) {
|
|
112
112
|
return this.request("DescribeAccountBalance", req, cb);
|
|
113
113
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
114
|
+
async DescribeAllocationTree(req, cb) {
|
|
115
|
+
return this.request("DescribeAllocationTree", req, cb);
|
|
116
116
|
}
|
|
117
117
|
async DescribeDosageDetailByDate(req, cb) {
|
|
118
118
|
return this.request("DescribeDosageDetailByDate", req, cb);
|
|
119
119
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
120
|
+
async CreateInstance(req, cb) {
|
|
121
|
+
return this.request("CreateInstance", req, cb);
|
|
122
122
|
}
|
|
123
123
|
async DescribeAllocationUnitDetail(req, cb) {
|
|
124
124
|
return this.request("DescribeAllocationUnitDetail", req, cb);
|
|
@@ -159,6 +159,9 @@ export class Client extends AbstractClient {
|
|
|
159
159
|
async DescribeBudget(req, cb) {
|
|
160
160
|
return this.request("DescribeBudget", req, cb);
|
|
161
161
|
}
|
|
162
|
+
async RenewInstance(req, cb) {
|
|
163
|
+
return this.request("RenewInstance", req, cb);
|
|
164
|
+
}
|
|
162
165
|
async DescribeCostSummaryByTag(req, cb) {
|
|
163
166
|
return this.request("DescribeCostSummaryByTag", req, cb);
|
|
164
167
|
}
|
|
@@ -177,6 +180,12 @@ export class Client extends AbstractClient {
|
|
|
177
180
|
async DescribeDealsByCond(req, cb) {
|
|
178
181
|
return this.request("DescribeDealsByCond", req, cb);
|
|
179
182
|
}
|
|
183
|
+
async DescribeGatherRuleDetail(req, cb) {
|
|
184
|
+
return this.request("DescribeGatherRuleDetail", req, cb);
|
|
185
|
+
}
|
|
186
|
+
async RefundInstance(req, cb) {
|
|
187
|
+
return this.request("RefundInstance", req, cb);
|
|
188
|
+
}
|
|
180
189
|
async DescribeCostSummaryByProduct(req, cb) {
|
|
181
190
|
return this.request("DescribeCostSummaryByProduct", req, cb);
|
|
182
191
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.175";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeStrategiesResponse, DescribeTaskStrategyRisksRequest, DescribeTaskStrategyRisksResponse, DescribeStrategiesRequest } from "./advisor_models";
|
|
3
|
+
import { DescribeStrategiesResponse, DescribeTaskStrategyRisksRequest, CreateAdvisorAuthorizationResponse, DescribeTaskStrategyRisksResponse, CreateAdvisorAuthorizationRequest, DescribeStrategiesRequest } from "./advisor_models";
|
|
4
4
|
/**
|
|
5
5
|
* advisor client
|
|
6
6
|
* @class
|
|
@@ -11,6 +11,10 @@ export declare class Client extends AbstractClient {
|
|
|
11
11
|
* 查询评估项风险实例列表
|
|
12
12
|
*/
|
|
13
13
|
DescribeTaskStrategyRisks(req: DescribeTaskStrategyRisksRequest, cb?: (error: string, rep: DescribeTaskStrategyRisksResponse) => void): Promise<DescribeTaskStrategyRisksResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 开启智能顾问授权。会同步开启报告解读和云架构协作权限
|
|
16
|
+
*/
|
|
17
|
+
CreateAdvisorAuthorization(req?: CreateAdvisorAuthorizationRequest, cb?: (error: string, rep: CreateAdvisorAuthorizationResponse) => void): Promise<CreateAdvisorAuthorizationResponse>;
|
|
14
18
|
/**
|
|
15
19
|
* 用于查询评估项的信息
|
|
16
20
|
*/
|
|
@@ -33,6 +33,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
33
33
|
async DescribeTaskStrategyRisks(req, cb) {
|
|
34
34
|
return this.request("DescribeTaskStrategyRisks", req, cb);
|
|
35
35
|
}
|
|
36
|
+
/**
|
|
37
|
+
* 开启智能顾问授权。会同步开启报告解读和云架构协作权限
|
|
38
|
+
*/
|
|
39
|
+
async CreateAdvisorAuthorization(req, cb) {
|
|
40
|
+
return this.request("CreateAdvisorAuthorization", req, cb);
|
|
41
|
+
}
|
|
36
42
|
/**
|
|
37
43
|
* 用于查询评估项的信息
|
|
38
44
|
*/
|
|
@@ -36,6 +36,45 @@ export interface DescribeTaskStrategyRisksRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
TaskType?: string;
|
|
38
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* CreateAdvisorAuthorization返回参数结构体
|
|
41
|
+
*/
|
|
42
|
+
export interface CreateAdvisorAuthorizationResponse {
|
|
43
|
+
/**
|
|
44
|
+
* 返回信息
|
|
45
|
+
*/
|
|
46
|
+
Message?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
49
|
+
*/
|
|
50
|
+
RequestId?: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* 风险实例字段描述
|
|
54
|
+
*/
|
|
55
|
+
export interface RiskFieldsDesc {
|
|
56
|
+
/**
|
|
57
|
+
* 字段ID
|
|
58
|
+
*/
|
|
59
|
+
Field: string;
|
|
60
|
+
/**
|
|
61
|
+
* 字段名称
|
|
62
|
+
*/
|
|
63
|
+
FieldName: string;
|
|
64
|
+
/**
|
|
65
|
+
* 字段类型,
|
|
66
|
+
string: 字符串类型,例如"aa"
|
|
67
|
+
int: 整形,例如 111
|
|
68
|
+
stringSlice : 字符串数组类型,例如["a", "b"]
|
|
69
|
+
tags: 标签类型, 例如: [{"Key":"kkk","Value":"vvv"},{"Key":"kkk2","Value":"vvv2"}]
|
|
70
|
+
*/
|
|
71
|
+
FieldType: string;
|
|
72
|
+
/**
|
|
73
|
+
* 字段值对应字典
|
|
74
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
75
|
+
*/
|
|
76
|
+
FieldDict: Array<KeyValue>;
|
|
77
|
+
}
|
|
39
78
|
/**
|
|
40
79
|
* DescribeTaskStrategyRisks返回参数结构体
|
|
41
80
|
*/
|
|
@@ -85,31 +124,9 @@ export interface KeyValue {
|
|
|
85
124
|
Value?: string;
|
|
86
125
|
}
|
|
87
126
|
/**
|
|
88
|
-
*
|
|
127
|
+
* CreateAdvisorAuthorization请求参数结构体
|
|
89
128
|
*/
|
|
90
|
-
export
|
|
91
|
-
/**
|
|
92
|
-
* 字段ID
|
|
93
|
-
*/
|
|
94
|
-
Field: string;
|
|
95
|
-
/**
|
|
96
|
-
* 字段名称
|
|
97
|
-
*/
|
|
98
|
-
FieldName: string;
|
|
99
|
-
/**
|
|
100
|
-
* 字段类型,
|
|
101
|
-
string: 字符串类型,例如"aa"
|
|
102
|
-
int: 整形,例如 111
|
|
103
|
-
stringSlice : 字符串数组类型,例如["a", "b"]
|
|
104
|
-
tags: 标签类型, 例如: [{"Key":"kkk","Value":"vvv"},{"Key":"kkk2","Value":"vvv2"}]
|
|
105
|
-
*/
|
|
106
|
-
FieldType: string;
|
|
107
|
-
/**
|
|
108
|
-
* 字段值对应字典
|
|
109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
110
|
-
*/
|
|
111
|
-
FieldDict: Array<KeyValue>;
|
|
112
|
-
}
|
|
129
|
+
export type CreateAdvisorAuthorizationRequest = null;
|
|
113
130
|
/**
|
|
114
131
|
* 评估项信息
|
|
115
132
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateAllocationUnitRequest, DescribeBillAdjustInfoResponse, DescribeCostSummaryByProductRequest, DescribeBudgetResponse, DescribeCostExplorerSummaryResponse, ModifyGatherRuleRequest, ModifyAllocationRuleRequest, DeleteAllocationRuleRequest, CreateAllocationRuleResponse, DescribeBudgetRequest, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DescribeAllocationTreeResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, CreateBudgetRequest, DescribeBillListResponse, DescribeAllocateConditionsRequest, CreateAllocationRuleRequest, DeleteBudgetResponse, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeGatherRuleDetailRequest, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeCostSummaryByTagRequest, DescribeBillSummaryByProductRequest, DescribeDosageDetailListResponse, DescribeAllocationBillDetailRequest, DescribeBillListRequest, DescribeAllocationTrendByMonthRequest, DescribeVoucherUsageDetailsResponse, DescribeAccountBalanceResponse, DescribeGatherResourceResponse, DescribeAllocationSummaryByResourceRequest, DescribeCostDetailResponse, DescribeAllocationMonthOverviewResponse, DescribeAllocationSummaryByItemResponse, DescribeDosageDetailByDateRequest, ModifyBudgetResponse, DescribeGatherResourceRequest, DescribeCostSummaryByProjectResponse, DescribeBillSummaryByTagResponse, ModifyAllocationRuleResponse, DescribeAllocationUnitDetailResponse, DescribeAllocationSummaryByBusinessResponse, DescribeAllocationSummaryByItemRequest, DescribeBillSummaryByTagRequest, DescribeAllocationRuleSummaryResponse, DescribeBillSummaryByProjectRequest, CreateGatherRuleRequest, DescribeBillResourceSummaryForOrganizationRequest, DescribeDosageDetailByDateResponse, DescribeBudgetRemindRecordListRequest, DescribeCostSummaryByRegionRequest, DescribeBillDownloadUrlRequest, DescribeAllocationOverviewRequest, DescribeAllocationSummaryByBusinessRequest, CreateBudgetResponse, DescribeBillSummaryByPayModeRequest, DeleteGatherRuleResponse, DescribeAllocationBillConditionsRequest, DescribeAllocationRuleDetailRequest, PayDealsResponse, DescribeCostSummaryByProjectRequest, DescribeBillDetailResponse, DescribeDealsByCondResponse, DescribeBillSummaryByProjectResponse, DescribeBillAdjustInfoRequest, DeleteAllocationRuleResponse, PayDealsRequest, DescribeAllocationBillConditionsResponse, DescribeAllocationMonthOverviewRequest, DescribeBillSummaryResponse, DescribeBudgetOperationLogResponse, DescribeAllocationUnitDetailRequest, DescribeBillSummaryForOrganizationRequest, ModifyBudgetRequest, DescribeBillDetailForOrganizationRequest, DescribeVoucherUsageDetailsRequest, DescribeBillResourceSummaryRequest, DescribeCostSummaryByRegionResponse, DescribeCostDetailRequest, DescribeBillSummaryForOrganizationResponse, DescribeTagListRequest, DescribeBillResourceSummaryForOrganizationResponse, DescribeAllocationTreeRequest, DescribeCostSummaryByResourceRequest, CreateAllocationTagRequest, DescribeAllocationRuleDetailResponse, DescribeBillSummaryByPayModeResponse, DeleteAllocationTagResponse, DescribeBudgetOperationLogRequest, DescribeBillSummaryByProductResponse, DescribeAllocationRuleSummaryRequest, CreateAllocationTagResponse, ModifyAllocationUnitRequest, DescribeBillDownloadUrlResponse, ModifyGatherRuleResponse, DescribeAccountBalanceRequest, DescribeBillDetailRequest, DescribeCostSummaryByTagResponse, DescribeSavingPlanResourceInfoRequest, DescribeVoucherInfoResponse, DeleteGatherRuleRequest, DescribeAllocationBillDetailResponse, CreateGatherRuleResponse, DescribeAllocateConditionsResponse, DescribeVoucherInfoRequest, DescribeDosageDetailListRequest, DescribeBudgetRemindRecordListResponse, DescribeBillSummaryByRegionResponse, DeleteBudgetRequest, DescribeSavingPlanResourceInfoResponse, DescribeDealsByCondRequest, DescribeAllocationSummaryByResourceResponse, CreateAllocationUnitResponse, DescribeDosageCosDetailByDateResponse, DeleteAllocationUnitRequest, DeleteAllocationUnitResponse, DescribeTagListResponse, DescribeAllocationTrendByMonthResponse, ModifyAllocationUnitResponse, DescribeGatherRuleDetailResponse } from "./billing_models";
|
|
3
|
+
import { CreateAllocationUnitRequest, DescribeBillAdjustInfoResponse, DescribeCostSummaryByProductRequest, DescribeBudgetResponse, DescribeCostExplorerSummaryResponse, ModifyGatherRuleRequest, ModifyAllocationRuleRequest, DeleteAllocationRuleRequest, CreateAllocationRuleResponse, CreateInstanceResponse, DescribeBudgetRequest, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DescribeAllocationTreeResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, CreateBudgetRequest, DescribeBillListResponse, DescribeAllocateConditionsRequest, CreateAllocationRuleRequest, DeleteBudgetResponse, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeGatherRuleDetailRequest, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeCostSummaryByTagRequest, DescribeBillSummaryByProductRequest, DescribeDosageDetailListResponse, DescribeAllocationBillDetailRequest, DescribeBillListRequest, DescribeAllocationTrendByMonthRequest, DescribeVoucherUsageDetailsResponse, DescribeAccountBalanceResponse, DescribeGatherResourceResponse, DescribeAllocationSummaryByResourceRequest, DescribeCostDetailResponse, DescribeAllocationMonthOverviewResponse, DescribeAllocationSummaryByItemResponse, DescribeDosageDetailByDateRequest, ModifyBudgetResponse, DescribeGatherResourceRequest, DescribeCostSummaryByProjectResponse, DescribeBillSummaryByTagResponse, ModifyAllocationRuleResponse, DescribeAllocationUnitDetailResponse, DescribeAllocationSummaryByBusinessResponse, DescribeAllocationSummaryByItemRequest, DescribeBillSummaryByTagRequest, DescribeAllocationRuleSummaryResponse, DescribeBillSummaryByProjectRequest, CreateGatherRuleRequest, DescribeBillResourceSummaryForOrganizationRequest, DescribeDosageDetailByDateResponse, DescribeBudgetRemindRecordListRequest, DescribeCostSummaryByRegionRequest, DescribeBillDownloadUrlRequest, DescribeAllocationOverviewRequest, DescribeAllocationSummaryByBusinessRequest, CreateBudgetResponse, DescribeBillSummaryByPayModeRequest, DeleteGatherRuleResponse, DescribeAllocationBillConditionsRequest, DescribeAllocationRuleDetailRequest, PayDealsResponse, DescribeCostSummaryByProjectRequest, DescribeBillDetailResponse, DescribeDealsByCondResponse, DescribeBillSummaryByProjectResponse, DescribeBillAdjustInfoRequest, DeleteAllocationRuleResponse, PayDealsRequest, DescribeAllocationBillConditionsResponse, RenewInstanceResponse, DescribeAllocationMonthOverviewRequest, DescribeBillSummaryResponse, RefundInstanceRequest, DescribeBudgetOperationLogResponse, DescribeAllocationUnitDetailRequest, DescribeBillSummaryForOrganizationRequest, CreateInstanceRequest, ModifyBudgetRequest, DescribeBillDetailForOrganizationRequest, DescribeVoucherUsageDetailsRequest, DescribeBillResourceSummaryRequest, DescribeCostSummaryByRegionResponse, DescribeCostDetailRequest, RenewInstanceRequest, DescribeBillSummaryForOrganizationResponse, DescribeTagListRequest, DescribeBillResourceSummaryForOrganizationResponse, DescribeAllocationTreeRequest, DescribeCostSummaryByResourceRequest, CreateAllocationTagRequest, DescribeAllocationRuleDetailResponse, DescribeBillSummaryByPayModeResponse, DeleteAllocationTagResponse, DescribeBudgetOperationLogRequest, DescribeBillSummaryByProductResponse, DescribeAllocationRuleSummaryRequest, CreateAllocationTagResponse, ModifyAllocationUnitRequest, DescribeBillDownloadUrlResponse, ModifyGatherRuleResponse, DescribeAccountBalanceRequest, DescribeBillDetailRequest, DescribeCostSummaryByTagResponse, DescribeSavingPlanResourceInfoRequest, DescribeVoucherInfoResponse, DeleteGatherRuleRequest, DescribeAllocationBillDetailResponse, CreateGatherRuleResponse, DescribeAllocateConditionsResponse, DescribeVoucherInfoRequest, DescribeDosageDetailListRequest, DescribeBudgetRemindRecordListResponse, DescribeBillSummaryByRegionResponse, DeleteBudgetRequest, DescribeSavingPlanResourceInfoResponse, DescribeDealsByCondRequest, DescribeAllocationSummaryByResourceResponse, CreateAllocationUnitResponse, DescribeDosageCosDetailByDateResponse, DeleteAllocationUnitRequest, RefundInstanceResponse, DeleteAllocationUnitResponse, DescribeTagListResponse, DescribeAllocationTrendByMonthResponse, ModifyAllocationUnitResponse, DescribeGatherRuleDetailResponse } from "./billing_models";
|
|
4
4
|
/**
|
|
5
5
|
* billing client
|
|
6
6
|
* @class
|
|
@@ -156,17 +156,17 @@ export declare class Client extends AbstractClient {
|
|
|
156
156
|
*/
|
|
157
157
|
DescribeAccountBalance(req: DescribeAccountBalanceRequest, cb?: (error: string, rep: DescribeAccountBalanceResponse) => void): Promise<DescribeAccountBalanceResponse>;
|
|
158
158
|
/**
|
|
159
|
-
*
|
|
159
|
+
* 查询分账目录树
|
|
160
160
|
*/
|
|
161
|
-
|
|
161
|
+
DescribeAllocationTree(req: DescribeAllocationTreeRequest, cb?: (error: string, rep: DescribeAllocationTreeResponse) => void): Promise<DescribeAllocationTreeResponse>;
|
|
162
162
|
/**
|
|
163
163
|
* 按日期获取产品用量明细
|
|
164
164
|
*/
|
|
165
165
|
DescribeDosageDetailByDate(req: DescribeDosageDetailByDateRequest, cb?: (error: string, rep: DescribeDosageDetailByDateResponse) => void): Promise<DescribeDosageDetailByDateResponse>;
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
167
|
+
* 创建一个实例资源,会创建一个新购实例资源的订单,并通过腾讯云账户余额自动支付。调用该接口的账号需要授予finace:trade的权限,否则无法支付成功。目前已接入并支持购买的产品包括:T-Sec-Web应用防火墙、云防火墙、主机安全、主机容器、云安全中心、T-Sec-密钥管理系统。
|
|
168
168
|
*/
|
|
169
|
-
|
|
169
|
+
CreateInstance(req: CreateInstanceRequest, cb?: (error: string, rep: CreateInstanceResponse) => void): Promise<CreateInstanceResponse>;
|
|
170
170
|
/**
|
|
171
171
|
* 查询分账单元详情
|
|
172
172
|
*/
|
|
@@ -219,6 +219,10 @@ export declare class Client extends AbstractClient {
|
|
|
219
219
|
* 获取预算详细信息
|
|
220
220
|
*/
|
|
221
221
|
DescribeBudget(req: DescribeBudgetRequest, cb?: (error: string, rep: DescribeBudgetResponse) => void): Promise<DescribeBudgetResponse>;
|
|
222
|
+
/**
|
|
223
|
+
* 续费一台实例,调用该接口续费服务器时,您需要确保您的腾讯云账户余额充足,否则会续费失败。调用该接口的账号需要授予finace:trade的权限,否则无法续费成功。目前已接入并支持续费的产品包括:T-Sec-Web应用防火墙、云防火墙、主机安全、主机容器、云安全中心、T-Sec-密钥管理系统。
|
|
224
|
+
*/
|
|
225
|
+
RenewInstance(req: RenewInstanceRequest, cb?: (error: string, rep: RenewInstanceResponse) => void): Promise<RenewInstanceResponse>;
|
|
222
226
|
/**
|
|
223
227
|
* 获取按标签汇总消耗详情
|
|
224
228
|
*/
|
|
@@ -243,6 +247,14 @@ export declare class Client extends AbstractClient {
|
|
|
243
247
|
* 查询订单
|
|
244
248
|
*/
|
|
245
249
|
DescribeDealsByCond(req: DescribeDealsByCondRequest, cb?: (error: string, rep: DescribeDealsByCondResponse) => void): Promise<DescribeDealsByCondResponse>;
|
|
250
|
+
/**
|
|
251
|
+
* 查询归集规则详情
|
|
252
|
+
*/
|
|
253
|
+
DescribeGatherRuleDetail(req: DescribeGatherRuleDetailRequest, cb?: (error: string, rep: DescribeGatherRuleDetailResponse) => void): Promise<DescribeGatherRuleDetailResponse>;
|
|
254
|
+
/**
|
|
255
|
+
* 退订不再需要的实例,只退还实付金额的部分,已使用的代金券不退还,退还的实付金额默认退到腾讯云账户余额中。调用该接口的账号需要授予finace:RefundInstance的权限,否则无法支付成功。目前已接入并支持退订的产品包括:T-Sec-Web应用防火墙、云防火墙、主机安全、主机容器、云安全中心、T-Sec-密钥管理系统。
|
|
256
|
+
*/
|
|
257
|
+
RefundInstance(req: RefundInstanceRequest, cb?: (error: string, rep: RefundInstanceResponse) => void): Promise<RefundInstanceResponse>;
|
|
246
258
|
/**
|
|
247
259
|
* 获取按产品汇总消耗详情
|
|
248
260
|
*/
|
|
@@ -248,10 +248,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
248
248
|
return this.request("DescribeAccountBalance", req, cb);
|
|
249
249
|
}
|
|
250
250
|
/**
|
|
251
|
-
*
|
|
251
|
+
* 查询分账目录树
|
|
252
252
|
*/
|
|
253
|
-
async
|
|
254
|
-
return this.request("
|
|
253
|
+
async DescribeAllocationTree(req, cb) {
|
|
254
|
+
return this.request("DescribeAllocationTree", req, cb);
|
|
255
255
|
}
|
|
256
256
|
/**
|
|
257
257
|
* 按日期获取产品用量明细
|
|
@@ -260,10 +260,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
260
260
|
return this.request("DescribeDosageDetailByDate", req, cb);
|
|
261
261
|
}
|
|
262
262
|
/**
|
|
263
|
-
*
|
|
263
|
+
* 创建一个实例资源,会创建一个新购实例资源的订单,并通过腾讯云账户余额自动支付。调用该接口的账号需要授予finace:trade的权限,否则无法支付成功。目前已接入并支持购买的产品包括:T-Sec-Web应用防火墙、云防火墙、主机安全、主机容器、云安全中心、T-Sec-密钥管理系统。
|
|
264
264
|
*/
|
|
265
|
-
async
|
|
266
|
-
return this.request("
|
|
265
|
+
async CreateInstance(req, cb) {
|
|
266
|
+
return this.request("CreateInstance", req, cb);
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
269
269
|
* 查询分账单元详情
|
|
@@ -343,6 +343,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
343
343
|
async DescribeBudget(req, cb) {
|
|
344
344
|
return this.request("DescribeBudget", req, cb);
|
|
345
345
|
}
|
|
346
|
+
/**
|
|
347
|
+
* 续费一台实例,调用该接口续费服务器时,您需要确保您的腾讯云账户余额充足,否则会续费失败。调用该接口的账号需要授予finace:trade的权限,否则无法续费成功。目前已接入并支持续费的产品包括:T-Sec-Web应用防火墙、云防火墙、主机安全、主机容器、云安全中心、T-Sec-密钥管理系统。
|
|
348
|
+
*/
|
|
349
|
+
async RenewInstance(req, cb) {
|
|
350
|
+
return this.request("RenewInstance", req, cb);
|
|
351
|
+
}
|
|
346
352
|
/**
|
|
347
353
|
* 获取按标签汇总消耗详情
|
|
348
354
|
*/
|
|
@@ -379,6 +385,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
379
385
|
async DescribeDealsByCond(req, cb) {
|
|
380
386
|
return this.request("DescribeDealsByCond", req, cb);
|
|
381
387
|
}
|
|
388
|
+
/**
|
|
389
|
+
* 查询归集规则详情
|
|
390
|
+
*/
|
|
391
|
+
async DescribeGatherRuleDetail(req, cb) {
|
|
392
|
+
return this.request("DescribeGatherRuleDetail", req, cb);
|
|
393
|
+
}
|
|
394
|
+
/**
|
|
395
|
+
* 退订不再需要的实例,只退还实付金额的部分,已使用的代金券不退还,退还的实付金额默认退到腾讯云账户余额中。调用该接口的账号需要授予finace:RefundInstance的权限,否则无法支付成功。目前已接入并支持退订的产品包括:T-Sec-Web应用防火墙、云防火墙、主机安全、主机容器、云安全中心、T-Sec-密钥管理系统。
|
|
396
|
+
*/
|
|
397
|
+
async RefundInstance(req, cb) {
|
|
398
|
+
return this.request("RefundInstance", req, cb);
|
|
399
|
+
}
|
|
382
400
|
/**
|
|
383
401
|
* 获取按产品汇总消耗详情
|
|
384
402
|
*/
|
|
@@ -301,6 +301,24 @@ export interface AllocationOverviewTotal {
|
|
|
301
301
|
*/
|
|
302
302
|
TransferPayAmount?: string;
|
|
303
303
|
}
|
|
304
|
+
/**
|
|
305
|
+
* CreateInstance返回参数结构体
|
|
306
|
+
*/
|
|
307
|
+
export interface CreateInstanceResponse {
|
|
308
|
+
/**
|
|
309
|
+
* 订单号
|
|
310
|
+
*/
|
|
311
|
+
OrderId?: string;
|
|
312
|
+
/**
|
|
313
|
+
* 实例列表,商品发货延迟可能返回空
|
|
314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
315
|
+
*/
|
|
316
|
+
InstanceIdList?: Array<string>;
|
|
317
|
+
/**
|
|
318
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
319
|
+
*/
|
|
320
|
+
RequestId?: string;
|
|
321
|
+
}
|
|
304
322
|
/**
|
|
305
323
|
* 查询返回预算完整信息
|
|
306
324
|
*/
|
|
@@ -585,7 +603,7 @@ export interface DescribeCostExplorerSummaryRequest {
|
|
|
585
603
|
*/
|
|
586
604
|
Dimensions: string;
|
|
587
605
|
/**
|
|
588
|
-
* 费用类型:cost
|
|
606
|
+
* 费用类型:cost-折后总费用,totalCost-原价费用
|
|
589
607
|
*/
|
|
590
608
|
FeeType: string;
|
|
591
609
|
/**
|
|
@@ -4585,6 +4603,19 @@ export interface CostComponentSet {
|
|
|
4585
4603
|
*/
|
|
4586
4604
|
IncentivePayAmount?: string;
|
|
4587
4605
|
}
|
|
4606
|
+
/**
|
|
4607
|
+
* RenewInstance返回参数结构体
|
|
4608
|
+
*/
|
|
4609
|
+
export interface RenewInstanceResponse {
|
|
4610
|
+
/**
|
|
4611
|
+
* 订单号列表
|
|
4612
|
+
*/
|
|
4613
|
+
OrderIdList?: Array<string>;
|
|
4614
|
+
/**
|
|
4615
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4616
|
+
*/
|
|
4617
|
+
RequestId?: string;
|
|
4618
|
+
}
|
|
4588
4619
|
/**
|
|
4589
4620
|
* 成本分析表头数据复杂类型
|
|
4590
4621
|
*/
|
|
@@ -4881,6 +4912,31 @@ export interface AnalyseTimeDetail {
|
|
|
4881
4912
|
*/
|
|
4882
4913
|
Money?: string;
|
|
4883
4914
|
}
|
|
4915
|
+
/**
|
|
4916
|
+
* RefundInstance请求参数结构体
|
|
4917
|
+
*/
|
|
4918
|
+
export interface RefundInstanceRequest {
|
|
4919
|
+
/**
|
|
4920
|
+
* ClientToken是一个由客户端生成的唯一的、区分大小写、不超过64个ASCII字符的字符串。例如,ClientToken=123e4567-e89b-12d3-a456-42665544****。
|
|
4921
|
+
*/
|
|
4922
|
+
ClientToken: string;
|
|
4923
|
+
/**
|
|
4924
|
+
* 产品一层code
|
|
4925
|
+
*/
|
|
4926
|
+
ProductCode: string;
|
|
4927
|
+
/**
|
|
4928
|
+
* 产品二层code
|
|
4929
|
+
*/
|
|
4930
|
+
SubProductCode: string;
|
|
4931
|
+
/**
|
|
4932
|
+
* 实例id
|
|
4933
|
+
*/
|
|
4934
|
+
InstanceId: string;
|
|
4935
|
+
/**
|
|
4936
|
+
* 地域code
|
|
4937
|
+
*/
|
|
4938
|
+
RegionCode: string;
|
|
4939
|
+
}
|
|
4884
4940
|
/**
|
|
4885
4941
|
* 使用者 UIN筛选列表
|
|
4886
4942
|
*/
|
|
@@ -5578,6 +5634,59 @@ export interface AllocationSummaryByBusiness {
|
|
|
5578
5634
|
*/
|
|
5579
5635
|
AllocationRealTotalCost?: string;
|
|
5580
5636
|
}
|
|
5637
|
+
/**
|
|
5638
|
+
* CreateInstance请求参数结构体
|
|
5639
|
+
*/
|
|
5640
|
+
export interface CreateInstanceRequest {
|
|
5641
|
+
/**
|
|
5642
|
+
* ClientToken是一个由客户端生成的唯一的、区分大小写、不超过64个ASCII字符的字符串。例如,ClientToken=123e4567-e89b-12d3-a456-42665544****。
|
|
5643
|
+
*/
|
|
5644
|
+
ClientToken: string;
|
|
5645
|
+
/**
|
|
5646
|
+
* 产品一层code
|
|
5647
|
+
*/
|
|
5648
|
+
ProductCode: string;
|
|
5649
|
+
/**
|
|
5650
|
+
* 产品二层code
|
|
5651
|
+
*/
|
|
5652
|
+
SubProductCode: string;
|
|
5653
|
+
/**
|
|
5654
|
+
* 地域code
|
|
5655
|
+
*/
|
|
5656
|
+
RegionCode: string;
|
|
5657
|
+
/**
|
|
5658
|
+
* 可用区code
|
|
5659
|
+
*/
|
|
5660
|
+
ZoneCode: string;
|
|
5661
|
+
/**
|
|
5662
|
+
* 付费类型,取值: PrePay:预付费
|
|
5663
|
+
*/
|
|
5664
|
+
PayMode: string;
|
|
5665
|
+
/**
|
|
5666
|
+
* 商品详情信息
|
|
5667
|
+
*/
|
|
5668
|
+
Parameter: string;
|
|
5669
|
+
/**
|
|
5670
|
+
* 商品数量,默认取值1
|
|
5671
|
+
*/
|
|
5672
|
+
Quantity?: number;
|
|
5673
|
+
/**
|
|
5674
|
+
* 项目id,默认取0
|
|
5675
|
+
*/
|
|
5676
|
+
ProjectId?: number;
|
|
5677
|
+
/**
|
|
5678
|
+
* 新购时长,取值上限:36,默认取值1
|
|
5679
|
+
*/
|
|
5680
|
+
Period?: number;
|
|
5681
|
+
/**
|
|
5682
|
+
* 新购时长单位,取值:m:按月购买,y:按年购买,默认取值m
|
|
5683
|
+
*/
|
|
5684
|
+
PeriodUnit?: string;
|
|
5685
|
+
/**
|
|
5686
|
+
* 自动续费标识,取值:NOTIFY_AND_MANUAL_RENEW:手动续费,NOTIFY_AND_AUTO_RENEW:自动续费,DISABLE_NOTIFY_AND_MANUAL_RENEW:到期不续,默认取值NOTIFY_AND_MANUAL_RENEW
|
|
5687
|
+
*/
|
|
5688
|
+
RenewFlag?: string;
|
|
5689
|
+
}
|
|
5581
5690
|
/**
|
|
5582
5691
|
* 分账账单趋势图
|
|
5583
5692
|
*/
|
|
@@ -6222,6 +6331,39 @@ export interface BudgetSendInfoDto {
|
|
|
6222
6331
|
*/
|
|
6223
6332
|
ReceiverIds?: Array<number | bigint>;
|
|
6224
6333
|
}
|
|
6334
|
+
/**
|
|
6335
|
+
* RenewInstance请求参数结构体
|
|
6336
|
+
*/
|
|
6337
|
+
export interface RenewInstanceRequest {
|
|
6338
|
+
/**
|
|
6339
|
+
* ClientToken是一个由客户端生成的唯一的、区分大小写、不超过64个ASCII字符的字符串。例如,ClientToken=123e4567-e89b-12d3-a456-42665544****。
|
|
6340
|
+
*/
|
|
6341
|
+
ClientToken: string;
|
|
6342
|
+
/**
|
|
6343
|
+
* 产品一层code
|
|
6344
|
+
*/
|
|
6345
|
+
ProductCode: string;
|
|
6346
|
+
/**
|
|
6347
|
+
* 产品二层code
|
|
6348
|
+
*/
|
|
6349
|
+
SubProductCode: string;
|
|
6350
|
+
/**
|
|
6351
|
+
* 地域code
|
|
6352
|
+
*/
|
|
6353
|
+
RegionCode: string;
|
|
6354
|
+
/**
|
|
6355
|
+
* 实例ID
|
|
6356
|
+
*/
|
|
6357
|
+
InstanceId: string;
|
|
6358
|
+
/**
|
|
6359
|
+
* 手动续费时长,取值上限:36,默认取值1
|
|
6360
|
+
*/
|
|
6361
|
+
Period?: number;
|
|
6362
|
+
/**
|
|
6363
|
+
* 手动续费时长单位,取值:m:按月续费,y:按年续费,默认取值m
|
|
6364
|
+
*/
|
|
6365
|
+
PeriodUnit?: string;
|
|
6366
|
+
}
|
|
6225
6367
|
/**
|
|
6226
6368
|
* DescribeBillSummaryForOrganization返回参数结构体
|
|
6227
6369
|
*/
|
|
@@ -8078,6 +8220,19 @@ export interface DeleteAllocationUnitRequest {
|
|
|
8078
8220
|
*/
|
|
8079
8221
|
Month?: string;
|
|
8080
8222
|
}
|
|
8223
|
+
/**
|
|
8224
|
+
* RefundInstance返回参数结构体
|
|
8225
|
+
*/
|
|
8226
|
+
export interface RefundInstanceResponse {
|
|
8227
|
+
/**
|
|
8228
|
+
* 订单号列表
|
|
8229
|
+
*/
|
|
8230
|
+
OrderIdList?: Array<string>;
|
|
8231
|
+
/**
|
|
8232
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8233
|
+
*/
|
|
8234
|
+
RequestId?: string;
|
|
8235
|
+
}
|
|
8081
8236
|
/**
|
|
8082
8237
|
* 分账规则表达式
|
|
8083
8238
|
*/
|
|
@@ -2655,6 +2655,7 @@ export interface AutoCalloutTaskInfo {
|
|
|
2655
2655
|
2 已完成:任务中所有呼叫完成
|
|
2656
2656
|
3结束中:任务到期,但仍有部分呼叫未结束
|
|
2657
2657
|
4已结束:任务到期终止
|
|
2658
|
+
5已暂停:可恢复继续执行
|
|
2658
2659
|
*/
|
|
2659
2660
|
State?: number;
|
|
2660
2661
|
/**
|
|
@@ -5156,7 +5157,7 @@ export interface DescribeAutoCalloutTaskResponse {
|
|
|
5156
5157
|
*/
|
|
5157
5158
|
IvrId?: number;
|
|
5158
5159
|
/**
|
|
5159
|
-
* 任务状态 0初始 1运行中 2已完成 3结束中 4已终止
|
|
5160
|
+
* 任务状态 0初始 1运行中 2已完成 3结束中 4已终止 5已暂停
|
|
5160
5161
|
*/
|
|
5161
5162
|
State?: number;
|
|
5162
5163
|
/**
|
|
@@ -776,6 +776,10 @@ export interface LoadAutoScaleStrategy {
|
|
|
776
776
|
* soft例如yarn
|
|
777
777
|
*/
|
|
778
778
|
Soft?: string;
|
|
779
|
+
/**
|
|
780
|
+
* 任务保护时间
|
|
781
|
+
*/
|
|
782
|
+
GraceDownProtectTime?: number;
|
|
779
783
|
}
|
|
780
784
|
/**
|
|
781
785
|
* Serverless HBase 预付费设置
|
|
@@ -3459,6 +3463,10 @@ export interface TimeAutoScaleStrategy {
|
|
|
3459
3463
|
* 优雅缩容业务pod标签,当node不存在上述pod或超过优雅缩容时间时,缩容节点
|
|
3460
3464
|
*/
|
|
3461
3465
|
GraceDownLabel?: Array<TkeLabel>;
|
|
3466
|
+
/**
|
|
3467
|
+
* 任务保护时间
|
|
3468
|
+
*/
|
|
3469
|
+
GraceDownProtectTime?: number;
|
|
3462
3470
|
}
|
|
3463
3471
|
/**
|
|
3464
3472
|
* EMR产品配置
|
|
@@ -366,39 +366,31 @@ export interface DescribeDeliverBandwidthListResponse {
|
|
|
366
366
|
*/
|
|
367
367
|
export interface DescribeLiveTranscodeDetailInfoRequest {
|
|
368
368
|
/**
|
|
369
|
-
*
|
|
369
|
+
* <p>推流域名。</p>
|
|
370
370
|
*/
|
|
371
371
|
PushDomain?: string;
|
|
372
372
|
/**
|
|
373
|
-
*
|
|
373
|
+
* <p>流名称。</p>
|
|
374
374
|
*/
|
|
375
375
|
StreamName?: string;
|
|
376
376
|
/**
|
|
377
|
-
*
|
|
378
|
-
格式:yyyymmdd。
|
|
379
|
-
注意:支持查询近1个月内某天的详细数据,截止到昨天。
|
|
377
|
+
* <p>查询时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内某天的详细数据,截止到昨天。</p>
|
|
380
378
|
*/
|
|
381
379
|
DayTime?: string;
|
|
382
380
|
/**
|
|
383
|
-
*
|
|
384
|
-
不超过100页。
|
|
381
|
+
* <p>页数,默认1,<br>不超过100页。</p>
|
|
385
382
|
*/
|
|
386
383
|
PageNum?: number;
|
|
387
384
|
/**
|
|
388
|
-
*
|
|
389
|
-
范围:[10,1000]。
|
|
385
|
+
* <p>每页个数,默认20,<br>范围:[10,1000]。</p>
|
|
390
386
|
*/
|
|
391
387
|
PageSize?: number;
|
|
392
388
|
/**
|
|
393
|
-
*
|
|
394
|
-
格式:yyyymmdd。
|
|
395
|
-
注意:支持查询近1个月内的详细数据。
|
|
389
|
+
* <p>起始天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据。</p>
|
|
396
390
|
*/
|
|
397
391
|
StartDayTime?: string;
|
|
398
392
|
/**
|
|
399
|
-
*
|
|
400
|
-
格式:yyyymmdd。
|
|
401
|
-
注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。
|
|
393
|
+
* <p>结束天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。</p>
|
|
402
394
|
*/
|
|
403
395
|
EndDayTime?: string;
|
|
404
396
|
}
|
|
@@ -3091,23 +3083,23 @@ export interface DescribeUploadStreamNumsResponse {
|
|
|
3091
3083
|
*/
|
|
3092
3084
|
export interface DescribeLiveTranscodeDetailInfoResponse {
|
|
3093
3085
|
/**
|
|
3094
|
-
*
|
|
3086
|
+
* <p>统计数据列表。</p>
|
|
3095
3087
|
*/
|
|
3096
3088
|
DataInfoList?: Array<TranscodeDetailInfo>;
|
|
3097
3089
|
/**
|
|
3098
|
-
*
|
|
3090
|
+
* <p>页码。</p>
|
|
3099
3091
|
*/
|
|
3100
3092
|
PageNum?: number;
|
|
3101
3093
|
/**
|
|
3102
|
-
*
|
|
3094
|
+
* <p>每页个数。</p>
|
|
3103
3095
|
*/
|
|
3104
3096
|
PageSize?: number;
|
|
3105
3097
|
/**
|
|
3106
|
-
*
|
|
3098
|
+
* <p>总个数。</p>
|
|
3107
3099
|
*/
|
|
3108
3100
|
TotalNum?: number;
|
|
3109
3101
|
/**
|
|
3110
|
-
*
|
|
3102
|
+
* <p>总页数。</p>
|
|
3111
3103
|
*/
|
|
3112
3104
|
TotalPage?: number;
|
|
3113
3105
|
/**
|
|
@@ -576,7 +576,7 @@ export interface DescribeDocResponse {
|
|
|
576
576
|
*/
|
|
577
577
|
UpdateTime?: string;
|
|
578
578
|
/**
|
|
579
|
-
* 文档状态: 1-未生成 2-生成中 3-生成成功 4-生成失败 5-删除中 6-删除成功 7-审核中 8-审核失败 9-审核成功 10
|
|
579
|
+
* 文档状态: 1-未生成 2-生成中 3-生成成功 4-生成失败 5-删除中 6-删除成功 7-审核中 8-审核失败 9-审核成功 10,12-导入完成 13-学习中 14-学习失败 15-更新中 16-更新失败 17-解析中 18-解析失败 19-导入失败 20-已过期 21-超量失效 22-超量失效恢复
|
|
580
580
|
*/
|
|
581
581
|
Status?: number;
|
|
582
582
|
/**
|
|
@@ -3183,7 +3183,7 @@ export interface ListQARequest {
|
|
|
3183
3183
|
*/
|
|
3184
3184
|
AcceptStatus?: Array<number | bigint>;
|
|
3185
3185
|
/**
|
|
3186
|
-
* 发布状态(2
|
|
3186
|
+
* 发布状态(2,4导入成功 7审核中 8审核失败 9人工申述中 11人工申述失败 12已过期 13超量失效 14超量失效恢复)
|
|
3187
3187
|
如果不填默认值为空数组,表示不筛选返回所有状态
|
|
3188
3188
|
*/
|
|
3189
3189
|
ReleaseStatus?: Array<number | bigint>;
|
|
@@ -3218,7 +3218,8 @@ export interface ListQARequest {
|
|
|
3218
3218
|
*/
|
|
3219
3219
|
ShowCurrCate?: number;
|
|
3220
3220
|
/**
|
|
3221
|
-
*
|
|
3221
|
+
* 问答生效域检索,不检索不传。枚举值如下:
|
|
3222
|
+
1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效。
|
|
3222
3223
|
*/
|
|
3223
3224
|
EnableScope?: number;
|
|
3224
3225
|
}
|
|
@@ -4983,7 +4984,7 @@ export interface DescribeQAResponse {
|
|
|
4983
4984
|
*/
|
|
4984
4985
|
UpdateTime?: string;
|
|
4985
4986
|
/**
|
|
4986
|
-
* 状态 <br>1-未校验 2
|
|
4987
|
+
* 状态 <br>1-未校验 2,4-导入完成 5-发布失败 6-不采纳 7-审核中 8-审核失败 9-审核失败申诉后人工审核中 11-审核失败申诉后人工审核不通过 12-已过期 13-超量失效 14-超量失效恢复 19-学习中 20-学习失败
|
|
4987
4988
|
*/
|
|
4988
4989
|
Status?: number;
|
|
4989
4990
|
/**
|
|
@@ -8379,7 +8380,7 @@ export interface ListDocRequest {
|
|
|
8379
8380
|
*/
|
|
8380
8381
|
Query?: string;
|
|
8381
8382
|
/**
|
|
8382
|
-
* 文档状态: 1-未生成 2-生成中 3-生成成功 4-生成失败 5-删除中 6-删除成功 7-审核中 8-审核失败 9-审核成功 10
|
|
8383
|
+
* 文档状态: 1-未生成 2-生成中 3-生成成功 4-生成失败 5-删除中 6-删除成功 7-审核中 8-审核失败 9-审核成功 10,12-导入成功 13-学习中 14-学习失败 15-更新中 16-更新失败 17-解析中 18-解析失败 19-导入失败 20-已过期 21-超量失效 22-超量失效恢复
|
|
8383
8384
|
*/
|
|
8384
8385
|
Status?: Array<number | bigint>;
|
|
8385
8386
|
/**
|
|
@@ -8387,7 +8388,7 @@ export interface ListDocRequest {
|
|
|
8387
8388
|
*/
|
|
8388
8389
|
QueryType?: string;
|
|
8389
8390
|
/**
|
|
8390
|
-
* 分类ID,
|
|
8391
|
+
* 分类ID, 可以通过调用ListDocCate接口,查看其返回结果获取
|
|
8391
8392
|
*/
|
|
8392
8393
|
CateBizId?: string;
|
|
8393
8394
|
/**
|
|
@@ -8403,7 +8404,8 @@ export interface ListDocRequest {
|
|
|
8403
8404
|
*/
|
|
8404
8405
|
ShowCurrCate?: number;
|
|
8405
8406
|
/**
|
|
8406
|
-
* 文档生效域;不检索默认为0
|
|
8407
|
+
* 文档生效域;不检索默认为0。检索枚举值如下:
|
|
8408
|
+
1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
|
|
8407
8409
|
*/
|
|
8408
8410
|
EnableScope?: number;
|
|
8409
8411
|
}
|
|
@@ -1444,24 +1444,7 @@ export interface IDCardOCRResponse {
|
|
|
1444
1444
|
*/
|
|
1445
1445
|
ValidDate?: string;
|
|
1446
1446
|
/**
|
|
1447
|
-
* 扩展信息,不请求则不返回,具体输入参考示例3和示例4。
|
|
1448
|
-
IdCard,裁剪后身份证照片的base64编码,请求 Config.CropIdCard 时返回;
|
|
1449
|
-
Portrait,身份证头像照片的base64编码,请求 Config.CropPortrait 时返回;
|
|
1450
|
-
|
|
1451
|
-
Quality,图片质量分数,请求 Config.Quality 时返回(取值范围:0 ~ 100,分数越低越模糊,建议阈值≥50);
|
|
1452
|
-
BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);
|
|
1453
|
-
|
|
1454
|
-
WarnInfos,告警信息,Code 告警码列表和释义:
|
|
1455
|
-
-9101 身份证边框不完整告警,
|
|
1456
|
-
|
|
1457
|
-
-9102 身份证复印件告警(黑白及彩色复印件),
|
|
1458
|
-
-9108 身份证复印件告警(仅黑白复印件),
|
|
1459
|
-
|
|
1460
|
-
-9103 身份证翻拍告警,
|
|
1461
|
-
-9105 身份证框内遮挡告警,
|
|
1462
|
-
-9104 临时身份证告警,
|
|
1463
|
-
-9106 身份证疑似存在PS痕迹告警,
|
|
1464
|
-
-9107 身份证反光告警。
|
|
1447
|
+
* 扩展信息,不请求则不返回,具体输入参考示例3和示例4。 IdCard,裁剪后身份证照片的base64编码,请求 Config.CropIdCard 时返回; Portrait,身份证头像照片的base64编码,请求 Config.CropPortrait 时返回; Quality,图片质量分数,请求 Config.Quality 时返回(取值范围:0 ~ 100,分数越低越模糊,建议阈值≥50); BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50); WarnInfos,告警信息,Code 告警码列表和释义: -9101 身份证边框不完整告警, -9102 身份证复印件告警(黑白及彩色复印件), -9108 身份证复印件告警(仅黑白复印件), -9103 身份证翻拍告警, -9105 身份证框内遮挡告警, -9104 临时身份证告警, -9106 身份证疑似存在PS痕迹告警, -9107 身份证反光告警。
|
|
1465
1448
|
*/
|
|
1466
1449
|
AdvancedInfo?: string;
|
|
1467
1450
|
/**
|
|
@@ -10612,23 +10595,7 @@ export interface IDCardOCRRequest {
|
|
|
10612
10595
|
*/
|
|
10613
10596
|
CardSide?: string;
|
|
10614
10597
|
/**
|
|
10615
|
-
* 以下可选字段均为bool 类型,默认false:
|
|
10616
|
-
CropIdCard,身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)
|
|
10617
|
-
CropPortrait,人像照片裁剪(自动抠取身份证头像区域)
|
|
10618
|
-
CopyWarn,复印件告警
|
|
10619
|
-
BorderCheckWarn,边框和框内遮挡告警
|
|
10620
|
-
ReshootWarn,翻拍告警
|
|
10621
|
-
DetectPsWarn,疑似存在PS痕迹告警
|
|
10622
|
-
TempIdWarn,临时身份证告警
|
|
10623
|
-
InvalidDateWarn,身份证有效日期不合法告警
|
|
10624
|
-
Quality,图片质量分数(评价图片的模糊程度)
|
|
10625
|
-
MultiCardDetect,是否开启正反面同框识别(仅支持二代身份证正反页同框识别或临时身份证正反页同框识别)
|
|
10626
|
-
ReflectWarn,是否开启反光检测
|
|
10627
|
-
|
|
10628
|
-
SDK 设置方式参考:
|
|
10629
|
-
Config = Json.stringify({"CropIdCard":true,"CropPortrait":true})
|
|
10630
|
-
API 3.0 Explorer 设置方式参考:
|
|
10631
|
-
Config = {"CropIdCard":true,"CropPortrait":true}
|
|
10598
|
+
* 以下可选字段均为bool 类型,默认false:CropIdCard,身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)CropPortrait,人像照片裁剪(自动抠取身份证头像区域)CopyWarn,复印件告警BorderCheckWarn,边框和框内遮挡告警ReshootWarn,翻拍告警DetectPsWarn,疑似存在PS痕迹告警(CardWarnType参数为 Advanced时同时开启电子身份证告警)TempIdWarn,临时身份证告警InvalidDateWarn,身份证有效日期不合法告警Quality,图片质量分数(评价图片的模糊程度)MultiCardDetect,是否开启正反面同框识别(仅支持二代身份证正反页同框识别或临时身份证正反页同框识别)ReflectWarn,是否开启反光检测SDK 设置方式参考:Config = Json.stringify({"CropIdCard":true,"CropPortrait":true})API 3.0 Explorer 设置方式参考:Config = {"CropIdCard":true,"CropPortrait":true}
|
|
10632
10599
|
*/
|
|
10633
10600
|
Config?: string;
|
|
10634
10601
|
/**
|
|
@@ -10647,7 +10614,7 @@ export interface IDCardOCRRequest {
|
|
|
10647
10614
|
*/
|
|
10648
10615
|
EnableDateVerify?: boolean;
|
|
10649
10616
|
/**
|
|
10650
|
-
* Basic
|
|
10617
|
+
* Basic:使用基础卡证告警能力(含基础PS告警); Advanced:开启进阶PS告警能力,PS告警效果更佳但需要更长耗时;建议测试对比后选用,默认值为 Basic
|
|
10651
10618
|
*/
|
|
10652
10619
|
CardWarnType?: string;
|
|
10653
10620
|
}
|
|
@@ -723,19 +723,19 @@ export interface MoveOrganizationNodeMembersResponse {
|
|
|
723
723
|
*/
|
|
724
724
|
export interface AttachPolicyRequest {
|
|
725
725
|
/**
|
|
726
|
-
*
|
|
726
|
+
* <p>绑定策略目标ID。成员Uin或部门ID</p>
|
|
727
727
|
*/
|
|
728
728
|
TargetId: number;
|
|
729
729
|
/**
|
|
730
|
-
*
|
|
730
|
+
* <p>目标类型。取值范围:NODE-部门、MEMBER-成员</p>
|
|
731
731
|
*/
|
|
732
732
|
TargetType: string;
|
|
733
733
|
/**
|
|
734
|
-
*
|
|
734
|
+
* <p>策略Id。可以调用<a href="https://cloud.tencent.com/document/product/850/105311">ListPolicies</a>获取</p>
|
|
735
735
|
*/
|
|
736
736
|
PolicyId: number;
|
|
737
737
|
/**
|
|
738
|
-
*
|
|
738
|
+
* <p>策略类型。默认值SERVICE_CONTROL_POLICY,取值范围:SERVICE_CONTROL_POLICY-服务控制策略、TAG_POLICY-标签策略</p>
|
|
739
739
|
*/
|
|
740
740
|
Type?: string;
|
|
741
741
|
}
|
|
@@ -3305,19 +3305,19 @@ export interface UpdateRoleConfigurationRequest {
|
|
|
3305
3305
|
*/
|
|
3306
3306
|
export interface DetachPolicyRequest {
|
|
3307
3307
|
/**
|
|
3308
|
-
*
|
|
3308
|
+
* <p>解绑策略目标ID。成员Uin或部门ID</p>
|
|
3309
3309
|
*/
|
|
3310
3310
|
TargetId: number;
|
|
3311
3311
|
/**
|
|
3312
|
-
*
|
|
3312
|
+
* <p>目标类型。取值范围:NODE-部门、MEMBER-成员</p>
|
|
3313
3313
|
*/
|
|
3314
3314
|
TargetType: string;
|
|
3315
3315
|
/**
|
|
3316
|
-
*
|
|
3316
|
+
* <p>策略Id。可以调用<a href="https://cloud.tencent.com/document/product/850/105311">ListPolicies</a>获取</p>
|
|
3317
3317
|
*/
|
|
3318
3318
|
PolicyId: number;
|
|
3319
3319
|
/**
|
|
3320
|
-
*
|
|
3320
|
+
* <p>策略类型。默认值SERVICE_CONTROL_POLICY,取值范围:SERVICE_CONTROL_POLICY-服务控制策略、TAG_POLICY-标签策略</p>
|
|
3321
3321
|
*/
|
|
3322
3322
|
Type?: string;
|
|
3323
3323
|
}
|
|
@@ -2182,80 +2182,77 @@ export interface ComputeNodeOverview {
|
|
|
2182
2182
|
*/
|
|
2183
2183
|
export interface QueueConfig {
|
|
2184
2184
|
/**
|
|
2185
|
-
*
|
|
2185
|
+
* <p>队列名称。</p>
|
|
2186
2186
|
*/
|
|
2187
2187
|
QueueName: string;
|
|
2188
2188
|
/**
|
|
2189
|
-
*
|
|
2189
|
+
* <p>队列中弹性节点数量最小值。默认值:0。取值范围:0~200。</p>
|
|
2190
2190
|
*/
|
|
2191
2191
|
MinSize?: number;
|
|
2192
2192
|
/**
|
|
2193
|
-
*
|
|
2193
|
+
* <p>队列中弹性节点数量最大值。默认值:10。取值范围:0~200。</p>
|
|
2194
2194
|
*/
|
|
2195
2195
|
MaxSize?: number;
|
|
2196
2196
|
/**
|
|
2197
|
-
*
|
|
2197
|
+
* <p>是否开启自动扩容。</p>
|
|
2198
2198
|
*/
|
|
2199
2199
|
EnableAutoExpansion?: boolean;
|
|
2200
2200
|
/**
|
|
2201
|
-
*
|
|
2201
|
+
* <p>是否开启自动缩容。</p>
|
|
2202
2202
|
*/
|
|
2203
2203
|
EnableAutoShrink?: boolean;
|
|
2204
2204
|
/**
|
|
2205
|
-
*
|
|
2205
|
+
* <p>指定有效的<a href="https://cloud.tencent.com/document/product/213/4940">镜像</a>ID,格式形如<code>img-xxx</code>。目前仅支持公有镜和特定自定义镜像。</p>
|
|
2206
2206
|
*/
|
|
2207
2207
|
ImageId?: string;
|
|
2208
2208
|
/**
|
|
2209
|
-
*
|
|
2209
|
+
* <p>节点系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。</p>
|
|
2210
2210
|
*/
|
|
2211
2211
|
SystemDisk?: SystemDisk;
|
|
2212
2212
|
/**
|
|
2213
|
-
*
|
|
2213
|
+
* <p>节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。</p>
|
|
2214
2214
|
*/
|
|
2215
2215
|
DataDisks?: Array<DataDisk>;
|
|
2216
2216
|
/**
|
|
2217
|
-
*
|
|
2217
|
+
* <p>公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。</p>
|
|
2218
2218
|
*/
|
|
2219
2219
|
InternetAccessible?: InternetAccessible;
|
|
2220
2220
|
/**
|
|
2221
|
-
*
|
|
2221
|
+
* <p>扩容节点配置信息。</p>
|
|
2222
2222
|
*/
|
|
2223
2223
|
ExpansionNodeConfigs?: Array<ExpansionNodeConfig>;
|
|
2224
2224
|
/**
|
|
2225
|
-
*
|
|
2225
|
+
* <p>队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。</p>
|
|
2226
2226
|
*/
|
|
2227
2227
|
DesiredIdleNodeCapacity?: number;
|
|
2228
2228
|
/**
|
|
2229
|
-
*
|
|
2229
|
+
* <p>队列中期望的总节点数。</p>
|
|
2230
2230
|
*/
|
|
2231
2231
|
DesiredNodeCount?: number;
|
|
2232
2232
|
/**
|
|
2233
|
-
*
|
|
2234
|
-
如果扩容比例为50,那么每轮只会扩容当前作业负载所需的50%数量的节点。
|
|
2233
|
+
* <p>扩容比例。默认值:100。取值范围:1~100。<br>如果扩容比例为50,那么每轮只会扩容当前作业负载所需的50%数量的节点。</p>
|
|
2235
2234
|
*/
|
|
2236
2235
|
ScaleOutRatio?: number;
|
|
2237
2236
|
/**
|
|
2238
|
-
*
|
|
2239
|
-
当作业负载需要扩容节点数量大于此值,当前扩容轮次按照ScaleOutRatio配置的比例进行扩容。当作业负载需要扩容节点数量小于此值,当前扩容轮次扩容当前作业负载所需数量的节点。
|
|
2240
|
-
此参数配合ScaleOutRatio参数进行使用,用于比例扩容场景下,在作业负载所需节点数量较小时,加快收敛速度。
|
|
2237
|
+
* <p>比例扩容阈值。默认值:0。取值范围:0~200。<br>当作业负载需要扩容节点数量大于此值,当前扩容轮次按照ScaleOutRatio配置的比例进行扩容。当作业负载需要扩容节点数量小于此值,当前扩容轮次扩容当前作业负载所需数量的节点。<br>此参数配合ScaleOutRatio参数进行使用,用于比例扩容场景下,在作业负载所需节点数量较小时,加快收敛速度。</p>
|
|
2241
2238
|
*/
|
|
2242
2239
|
ScaleOutNodeThreshold?: number;
|
|
2243
2240
|
/**
|
|
2244
|
-
*
|
|
2241
|
+
* <p>每轮扩容最大节点个数。默认值:100。取值范围:1~100。</p>
|
|
2245
2242
|
*/
|
|
2246
2243
|
MaxNodesPerCycle?: number;
|
|
2247
2244
|
/**
|
|
2248
|
-
*
|
|
2249
|
-
针对场景:由于实例机型的总内存会大于实例内部的可用内存,16GB内存规格的实例,实例操作系统内的可用内存只有约14.9GB内存。假设此时提交一个需要15GB内存的作业,
|
|
2250
|
-
|
|
2251
|
-
- 当ScaleUpMemRatio=0时,会匹配到16GB内存规格的实例,但是由于操作系统内的可用内存为14.9GB小于作业所需的15GB,扩容出来的实例作业无法运行起来。
|
|
2252
|
-
- 当ScaleUpMemRatio=10时,匹配实例规格会按照15*(1+10%)=16.5GB来进行实例规格匹配,则不会匹配到16GB的实例,而是更大内存规格的实例来保证作业能够被运行起来。
|
|
2245
|
+
* <p>扩容过程中,作业的内存在匹配实例机型时增大比例(不会影响作业提交的内存大小,只影响匹配计算过程)。<br><br>针对场景:由于实例机型的总内存会大于实例内部的可用内存,16GB内存规格的实例,实例操作系统内的可用内存只有约14.9GB内存。假设此时提交一个需要15GB内存的作业,</p><ul><li>当ScaleUpMemRatio=0时,会匹配到16GB内存规格的实例,但是由于操作系统内的可用内存为14.9GB小于作业所需的15GB,扩容出来的实例作业无法运行起来。</li><li>当ScaleUpMemRatio=10时,匹配实例规格会按照15*(1+10%)=16.5GB来进行实例规格匹配,则不会匹配到16GB的实例,而是更大内存规格的实例来保证作业能够被运行起来。</li></ul>
|
|
2253
2246
|
*/
|
|
2254
2247
|
ScaleUpMemRatio?: number;
|
|
2255
2248
|
/**
|
|
2256
|
-
*
|
|
2249
|
+
* <p>增强服务。通过该参数可以指定是否开启云安全、腾讯云可观测平台等服务。若不指定该参数,则默认开启腾讯云可观测平台、云安全服务、自动化助手服务。</p>
|
|
2257
2250
|
*/
|
|
2258
2251
|
EnhancedService?: EnhancedService;
|
|
2252
|
+
/**
|
|
2253
|
+
* <p>扩容实例模板,可以在cvm侧进行设置</p>
|
|
2254
|
+
*/
|
|
2255
|
+
LaunchTemplateIds?: Array<string>;
|
|
2259
2256
|
}
|
|
2260
2257
|
/**
|
|
2261
2258
|
* DescribeClusterActivities请求参数结构体
|
|
@@ -4097,18 +4097,18 @@ export interface CreateCloudModerationRequest {
|
|
|
4097
4097
|
* 机器人的UserId,用于进房发起审核任务。【*注意】这个UserId不能与当前房间内的主播观众UserId重复。如果一个房间发起多个切片任务时,机器人的userid也不能相互重复,否则会中断前一个切片任务。建议可以把房间ID作为UserId的标识的一部分,即机器人UserId在房间内唯一。
|
|
4098
4098
|
*/
|
|
4099
4099
|
UserId: string;
|
|
4100
|
-
/**
|
|
4101
|
-
* 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算UserSig的方案。
|
|
4102
|
-
*/
|
|
4103
|
-
UserSig: string;
|
|
4104
4100
|
/**
|
|
4105
4101
|
* 云端审核控制参数。
|
|
4106
4102
|
*/
|
|
4107
4103
|
ModerationParams: ModerationParams;
|
|
4108
4104
|
/**
|
|
4109
|
-
*
|
|
4105
|
+
* 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算UserSig的方案。
|
|
4106
|
+
*/
|
|
4107
|
+
UserSig: string;
|
|
4108
|
+
/**
|
|
4109
|
+
* 云端审核文件上传到云存储的参数。
|
|
4110
4110
|
*/
|
|
4111
|
-
ModerationStorageParams
|
|
4111
|
+
ModerationStorageParams?: ModerationStorageParams;
|
|
4112
4112
|
/**
|
|
4113
4113
|
* TRTC房间号的类型。 【*注意】必须和录制的房间所对应的RoomId类型相同: 0: 字符串类型的RoomId 1: 32位整型的RoomId(默认) 示例值:1
|
|
4114
4114
|
*/
|
|
@@ -3674,7 +3674,13 @@ export interface ReviewAudioVideoRequest {
|
|
|
3674
3674
|
/**
|
|
3675
3675
|
* 媒体文件 ID,即该文件在云点播上的全局唯一标识符,在上传成功后由云点播后台分配。可以在 [视频上传完成事件通知](/document/product/266/7830) 或 [云点播控制台](https://console.cloud.tencent.com/vod/media) 获取该字段。
|
|
3676
3676
|
*/
|
|
3677
|
-
FileId
|
|
3677
|
+
FileId?: string;
|
|
3678
|
+
/**
|
|
3679
|
+
* 媒体的存储路径。
|
|
3680
|
+
只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
|
|
3681
|
+
FileId和MediaStoragePath必须提供其中一个。
|
|
3682
|
+
*/
|
|
3683
|
+
MediaStoragePath?: string;
|
|
3678
3684
|
/**
|
|
3679
3685
|
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
3680
3686
|
*/
|
|
@@ -5538,6 +5544,7 @@ export interface EnhanceMediaQualityRequest {
|
|
|
5538
5544
|
FileId?: string;
|
|
5539
5545
|
/**
|
|
5540
5546
|
* 媒体的存储路径。
|
|
5547
|
+
只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
|
|
5541
5548
|
FileId和MediaStoragePath必须提供其中一个。
|
|
5542
5549
|
*/
|
|
5543
5550
|
MediaStoragePath?: string;
|
|
@@ -7738,6 +7745,7 @@ export interface ProcessMediaRequest {
|
|
|
7738
7745
|
FileId?: string;
|
|
7739
7746
|
/**
|
|
7740
7747
|
* 媒体的存储路径。
|
|
7748
|
+
只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
|
|
7741
7749
|
FileId和MediaStoragePath必须提供其中一个。
|
|
7742
7750
|
*/
|
|
7743
7751
|
MediaStoragePath?: string;
|
|
@@ -13654,6 +13662,7 @@ export interface ApplyUploadRequest {
|
|
|
13654
13662
|
ExtInfo?: string;
|
|
13655
13663
|
/**
|
|
13656
13664
|
* 媒体存储路径,以/开头。
|
|
13665
|
+
只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以指定存储路径。
|
|
13657
13666
|
*/
|
|
13658
13667
|
MediaStoragePath?: string;
|
|
13659
13668
|
}
|
|
@@ -13852,6 +13861,7 @@ export interface PullUploadRequest {
|
|
|
13852
13861
|
SourceContext?: string;
|
|
13853
13862
|
/**
|
|
13854
13863
|
* 媒体存储路径,以/开头。
|
|
13864
|
+
只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以指定存储路径。
|
|
13855
13865
|
*/
|
|
13856
13866
|
MediaStoragePath?: string;
|
|
13857
13867
|
}
|
|
@@ -13931,6 +13941,7 @@ export interface ProcessMediaByProcedureRequest {
|
|
|
13931
13941
|
FileId?: string;
|
|
13932
13942
|
/**
|
|
13933
13943
|
* 媒体的存储路径。
|
|
13944
|
+
只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
|
|
13934
13945
|
FileId和MediaStoragePath必须提供其中一个。
|
|
13935
13946
|
*/
|
|
13936
13947
|
MediaStoragePath?: string;
|
|
@@ -21958,6 +21969,7 @@ export interface ReviewImageRequest {
|
|
|
21958
21969
|
FileId?: string;
|
|
21959
21970
|
/**
|
|
21960
21971
|
* 媒体的存储路径。
|
|
21972
|
+
只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
|
|
21961
21973
|
FileId和MediaStoragePath必须提供其中一个。
|
|
21962
21974
|
*/
|
|
21963
21975
|
MediaStoragePath?: string;
|
|
@@ -10473,6 +10473,14 @@ export interface DescribeSubnetsRequest {
|
|
|
10473
10473
|
* 返回数量,默认为20,最大值为100。
|
|
10474
10474
|
*/
|
|
10475
10475
|
Limit?: string;
|
|
10476
|
+
/**
|
|
10477
|
+
* 每次调用返回的最大结果数。如果查询返回的时候有NextToken返回,您可以使用NextToken值获取更多页结果, 当NextToke返回空或者返回的结果数量小于MaxResults时,表示没有更多数据了。允许的最大页面大小为 100。
|
|
10478
|
+
*/
|
|
10479
|
+
MaxResults?: number;
|
|
10480
|
+
/**
|
|
10481
|
+
* 如果NextToken返回非空字符串 ,表示还有更多可用结果。 NextToken是每个页面唯一的分页令牌。使用返回的令牌再次调用以检索下一页。需要保持所有其他参数不变。每个分页令牌在 24 小时后过期。
|
|
10482
|
+
*/
|
|
10483
|
+
NextToken?: string;
|
|
10476
10484
|
}
|
|
10477
10485
|
/**
|
|
10478
10486
|
* CreateSubnet请求参数结构体
|
|
@@ -15857,6 +15865,10 @@ export interface DescribeSubnetsResponse {
|
|
|
15857
15865
|
* 子网对象。
|
|
15858
15866
|
*/
|
|
15859
15867
|
SubnetSet?: Array<Subnet>;
|
|
15868
|
+
/**
|
|
15869
|
+
* 如果NextToken返回非空字符串 ,表示还有更多可用结果。 NextToken是每个页面唯一的分页令牌。使用返回的令牌再次调用以检索下一页。需要保持所有其他参数不变。每个分页令牌在 24 小时后过期。
|
|
15870
|
+
*/
|
|
15871
|
+
NextToken?: string;
|
|
15860
15872
|
/**
|
|
15861
15873
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15862
15874
|
*/
|