tencentcloud-sdk-nodejs 4.1.43 → 4.1.44
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/dsgc/v20190723/dsgc_client.js +6 -51
- package/es/services/index.js +0 -1
- package/es/services/tione/v20211111/tione_client.js +3 -0
- 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/ams/v20201229/ams_models.d.ts +29 -31
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +12 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -7
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +53 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +1 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +1 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +7 -99
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +9 -131
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +36 -231
- package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -0
- package/tencentcloud/services/index.d.ts +0 -1
- package/tencentcloud/services/index.js +0 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -0
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +11 -4
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +3 -3
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +176 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -1
- package/es/services/apcas/index.js +0 -4
- package/es/services/apcas/v20201127/apcas_client.js +0 -27
- package/es/services/apcas/v20201127/apcas_models.js +0 -0
- package/es/services/apcas/v20201127/index.js +0 -6
- package/tencentcloud/services/apcas/index.d.ts +0 -6
- package/tencentcloud/services/apcas/index.js +0 -7
- package/tencentcloud/services/apcas/v20201127/apcas_client.d.ts +0 -38
- package/tencentcloud/services/apcas/v20201127/apcas_client.js +0 -73
- package/tencentcloud/services/apcas/v20201127/apcas_models.d.ts +0 -389
- package/tencentcloud/services/apcas/v20201127/apcas_models.js +0 -18
- package/tencentcloud/services/apcas/v20201127/index.d.ts +0 -6
- package/tencentcloud/services/apcas/v20201127/index.js +0 -10
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.44";
|
|
@@ -48,8 +48,8 @@ export class Client extends AbstractClient {
|
|
|
48
48
|
async DescribeDSPAAssessmentRiskLevelList(req, cb) {
|
|
49
49
|
return this.request("DescribeDSPAAssessmentRiskLevelList", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async ModifyDSPAAssessmentRiskLatest(req, cb) {
|
|
52
|
+
return this.request("ModifyDSPAAssessmentRiskLatest", req, cb);
|
|
53
53
|
}
|
|
54
54
|
async DescribeDSPACategoryRuleStatistic(req, cb) {
|
|
55
55
|
return this.request("DescribeDSPACategoryRuleStatistic", req, cb);
|
|
@@ -57,8 +57,8 @@ export class Client extends AbstractClient {
|
|
|
57
57
|
async DeleteDSPACOSDiscoveryTaskResult(req, cb) {
|
|
58
58
|
return this.request("DeleteDSPACOSDiscoveryTaskResult", req, cb);
|
|
59
59
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
60
|
+
async DescribeDSPADiscoveryTasks(req, cb) {
|
|
61
|
+
return this.request("DescribeDSPADiscoveryTasks", req, cb);
|
|
62
62
|
}
|
|
63
63
|
async DescribeRDBAssetSensitiveDistribution(req, cb) {
|
|
64
64
|
return this.request("DescribeRDBAssetSensitiveDistribution", req, cb);
|
|
@@ -72,15 +72,9 @@ export class Client extends AbstractClient {
|
|
|
72
72
|
async DeleteCosMetaResource(req, cb) {
|
|
73
73
|
return this.request("DeleteCosMetaResource", req, cb);
|
|
74
74
|
}
|
|
75
|
-
async ModifyStandardInfo(req, cb) {
|
|
76
|
-
return this.request("ModifyStandardInfo", req, cb);
|
|
77
|
-
}
|
|
78
75
|
async DescribeReportTaskDownloadUrl(req, cb) {
|
|
79
76
|
return this.request("DescribeReportTaskDownloadUrl", req, cb);
|
|
80
77
|
}
|
|
81
|
-
async ModifyMergeClassification(req, cb) {
|
|
82
|
-
return this.request("ModifyMergeClassification", req, cb);
|
|
83
|
-
}
|
|
84
78
|
async DescribeDSPACOSDiscoveryTaskResult(req, cb) {
|
|
85
79
|
return this.request("DescribeDSPACOSDiscoveryTaskResult", req, cb);
|
|
86
80
|
}
|
|
@@ -132,9 +126,6 @@ export class Client extends AbstractClient {
|
|
|
132
126
|
async DescribeDSPACategories(req, cb) {
|
|
133
127
|
return this.request("DescribeDSPACategories", req, cb);
|
|
134
128
|
}
|
|
135
|
-
async CreateNewClassification(req, cb) {
|
|
136
|
-
return this.request("CreateNewClassification", req, cb);
|
|
137
|
-
}
|
|
138
129
|
async ModifyDSPAAssessmentRiskTemplate(req, cb) {
|
|
139
130
|
return this.request("ModifyDSPAAssessmentRiskTemplate", req, cb);
|
|
140
131
|
}
|
|
@@ -147,18 +138,12 @@ export class Client extends AbstractClient {
|
|
|
147
138
|
async DescribeDSPAAssessmentRiskAmountOverview(req, cb) {
|
|
148
139
|
return this.request("DescribeDSPAAssessmentRiskAmountOverview", req, cb);
|
|
149
140
|
}
|
|
150
|
-
async CreateClassificationRule(req, cb) {
|
|
151
|
-
return this.request("CreateClassificationRule", req, cb);
|
|
152
|
-
}
|
|
153
141
|
async DescribeDSPAESDataAssetByComplianceId(req, cb) {
|
|
154
142
|
return this.request("DescribeDSPAESDataAssetByComplianceId", req, cb);
|
|
155
143
|
}
|
|
156
144
|
async DescribeDSPAComplianceGroups(req, cb) {
|
|
157
145
|
return this.request("DescribeDSPAComplianceGroups", req, cb);
|
|
158
146
|
}
|
|
159
|
-
async ModifyLevelName(req, cb) {
|
|
160
|
-
return this.request("ModifyLevelName", req, cb);
|
|
161
|
-
}
|
|
162
147
|
async DescribeDSPACOSDiscoveryTaskDetail(req, cb) {
|
|
163
148
|
return this.request("DescribeDSPACOSDiscoveryTaskDetail", req, cb);
|
|
164
149
|
}
|
|
@@ -171,9 +156,6 @@ export class Client extends AbstractClient {
|
|
|
171
156
|
async DescribeMongoAssetSensitiveDistribution(req, cb) {
|
|
172
157
|
return this.request("DescribeMongoAssetSensitiveDistribution", req, cb);
|
|
173
158
|
}
|
|
174
|
-
async ModifyLevelInfo(req, cb) {
|
|
175
|
-
return this.request("ModifyLevelInfo", req, cb);
|
|
176
|
-
}
|
|
177
159
|
async CreateDSPACategoryRelation(req, cb) {
|
|
178
160
|
return this.request("CreateDSPACategoryRelation", req, cb);
|
|
179
161
|
}
|
|
@@ -192,9 +174,6 @@ export class Client extends AbstractClient {
|
|
|
192
174
|
async DescribeDSPAAssessmentTemplates(req, cb) {
|
|
193
175
|
return this.request("DescribeDSPAAssessmentTemplates", req, cb);
|
|
194
176
|
}
|
|
195
|
-
async ModifyDSPAAssessmentRiskLatest(req, cb) {
|
|
196
|
-
return this.request("ModifyDSPAAssessmentRiskLatest", req, cb);
|
|
197
|
-
}
|
|
198
177
|
async EnableDSPADiscoveryRule(req, cb) {
|
|
199
178
|
return this.request("EnableDSPADiscoveryRule", req, cb);
|
|
200
179
|
}
|
|
@@ -213,9 +192,6 @@ export class Client extends AbstractClient {
|
|
|
213
192
|
async DescribeDSPARDBDataAssetDetail(req, cb) {
|
|
214
193
|
return this.request("DescribeDSPARDBDataAssetDetail", req, cb);
|
|
215
194
|
}
|
|
216
|
-
async DescribeClassificationInfo(req, cb) {
|
|
217
|
-
return this.request("DescribeClassificationInfo", req, cb);
|
|
218
|
-
}
|
|
219
195
|
async DescribeDSPAAssessmentRiskItemTop5(req, cb) {
|
|
220
196
|
return this.request("DescribeDSPAAssessmentRiskItemTop5", req, cb);
|
|
221
197
|
}
|
|
@@ -243,8 +219,8 @@ export class Client extends AbstractClient {
|
|
|
243
219
|
async DescribeDSPAAssessmentRiskTemplateVulnerableList(req, cb) {
|
|
244
220
|
return this.request("DescribeDSPAAssessmentRiskTemplateVulnerableList", req, cb);
|
|
245
221
|
}
|
|
246
|
-
async
|
|
247
|
-
return this.request("
|
|
222
|
+
async DescribeDSPACOSDataAssetDetail(req, cb) {
|
|
223
|
+
return this.request("DescribeDSPACOSDataAssetDetail", req, cb);
|
|
248
224
|
}
|
|
249
225
|
async DeleteDSPAAssessmentTask(req, cb) {
|
|
250
226
|
return this.request("DeleteDSPAAssessmentTask", req, cb);
|
|
@@ -258,9 +234,6 @@ export class Client extends AbstractClient {
|
|
|
258
234
|
async DescribeDSPALevelDetail(req, cb) {
|
|
259
235
|
return this.request("DescribeDSPALevelDetail", req, cb);
|
|
260
236
|
}
|
|
261
|
-
async CreateOrCopyStandard(req, cb) {
|
|
262
|
-
return this.request("CreateOrCopyStandard", req, cb);
|
|
263
|
-
}
|
|
264
237
|
async DescribeAssetOverview(req, cb) {
|
|
265
238
|
return this.request("DescribeAssetOverview", req, cb);
|
|
266
239
|
}
|
|
@@ -288,9 +261,6 @@ export class Client extends AbstractClient {
|
|
|
288
261
|
async CreateDSPAMetaResources(req, cb) {
|
|
289
262
|
return this.request("CreateDSPAMetaResources", req, cb);
|
|
290
263
|
}
|
|
291
|
-
async ModifyClassificationRuleState(req, cb) {
|
|
292
|
-
return this.request("ModifyClassificationRuleState", req, cb);
|
|
293
|
-
}
|
|
294
264
|
async ModifyDSPAClusterInfo(req, cb) {
|
|
295
265
|
return this.request("ModifyDSPAClusterInfo", req, cb);
|
|
296
266
|
}
|
|
@@ -300,9 +270,6 @@ export class Client extends AbstractClient {
|
|
|
300
270
|
async DescribeDSPAAssessmentLatestRiskDetailInfo(req, cb) {
|
|
301
271
|
return this.request("DescribeDSPAAssessmentLatestRiskDetailInfo", req, cb);
|
|
302
272
|
}
|
|
303
|
-
async DescribeRuleList(req, cb) {
|
|
304
|
-
return this.request("DescribeRuleList", req, cb);
|
|
305
|
-
}
|
|
306
273
|
async DescribeDSPAAssessmentTasks(req, cb) {
|
|
307
274
|
return this.request("DescribeDSPAAssessmentTasks", req, cb);
|
|
308
275
|
}
|
|
@@ -360,15 +327,9 @@ export class Client extends AbstractClient {
|
|
|
360
327
|
async CreateDSPADiscoveryRule(req, cb) {
|
|
361
328
|
return this.request("CreateDSPADiscoveryRule", req, cb);
|
|
362
329
|
}
|
|
363
|
-
async ModifyNewClassification(req, cb) {
|
|
364
|
-
return this.request("ModifyNewClassification", req, cb);
|
|
365
|
-
}
|
|
366
330
|
async DescribeCOSAssetSensitiveDistribution(req, cb) {
|
|
367
331
|
return this.request("DescribeCOSAssetSensitiveDistribution", req, cb);
|
|
368
332
|
}
|
|
369
|
-
async DescribeLeafClassification(req, cb) {
|
|
370
|
-
return this.request("DescribeLeafClassification", req, cb);
|
|
371
|
-
}
|
|
372
333
|
async CreateDSPADiscoveryTask(req, cb) {
|
|
373
334
|
return this.request("CreateDSPADiscoveryTask", req, cb);
|
|
374
335
|
}
|
|
@@ -387,9 +348,6 @@ export class Client extends AbstractClient {
|
|
|
387
348
|
async DescribeDSPAAssessmentRiskDistributionOverview(req, cb) {
|
|
388
349
|
return this.request("DescribeDSPAAssessmentRiskDistributionOverview", req, cb);
|
|
389
350
|
}
|
|
390
|
-
async DescribeClassificationRuleCount(req, cb) {
|
|
391
|
-
return this.request("DescribeClassificationRuleCount", req, cb);
|
|
392
|
-
}
|
|
393
351
|
async DescribeDSPACategoryTreeWithRules(req, cb) {
|
|
394
352
|
return this.request("DescribeDSPACategoryTreeWithRules", req, cb);
|
|
395
353
|
}
|
|
@@ -402,9 +360,6 @@ export class Client extends AbstractClient {
|
|
|
402
360
|
async DescribeDSPAAssessmentTemplateControlItems(req, cb) {
|
|
403
361
|
return this.request("DescribeDSPAAssessmentTemplateControlItems", req, cb);
|
|
404
362
|
}
|
|
405
|
-
async ModifyLevelState(req, cb) {
|
|
406
|
-
return this.request("ModifyLevelState", req, cb);
|
|
407
|
-
}
|
|
408
363
|
async DescribeDSPALevelGroups(req, cb) {
|
|
409
364
|
return this.request("DescribeDSPALevelGroups", req, cb);
|
|
410
365
|
}
|
package/es/services/index.js
CHANGED
|
@@ -9,7 +9,6 @@ export { ame } from "./ame";
|
|
|
9
9
|
export { ams } from "./ams";
|
|
10
10
|
export { anicloud } from "./anicloud";
|
|
11
11
|
export { antiddos } from "./antiddos";
|
|
12
|
-
export { apcas } from "./apcas";
|
|
13
12
|
export { ape } from "./ape";
|
|
14
13
|
export { api } from "./api";
|
|
15
14
|
export { apigateway } from "./apigateway";
|
|
@@ -24,6 +24,9 @@ export class Client extends AbstractClient {
|
|
|
24
24
|
async DescribeTrainingTasks(req, cb) {
|
|
25
25
|
return this.request("DescribeTrainingTasks", req, cb);
|
|
26
26
|
}
|
|
27
|
+
async DescribeEvents(req, cb) {
|
|
28
|
+
return this.request("DescribeEvents", req, cb);
|
|
29
|
+
}
|
|
27
30
|
async DescribeBuildInImages(req, cb) {
|
|
28
31
|
return this.request("DescribeBuildInImages", req, cb);
|
|
29
32
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.44";
|
|
@@ -39,10 +39,8 @@ export interface TextResult {
|
|
|
39
39
|
Suggestion?: string;
|
|
40
40
|
/**
|
|
41
41
|
* 自定义词库的类型,自定义词库相关的信息可登录控制台中查看;
|
|
42
|
-
|
|
43
42
|
1:自定义黑白库;
|
|
44
|
-
|
|
45
|
-
2:自定义库;
|
|
43
|
+
2:公库;
|
|
46
44
|
*/
|
|
47
45
|
LibType?: number;
|
|
48
46
|
/**
|
|
@@ -89,22 +87,22 @@ export interface AudioResultDetailSpeakerResult {
|
|
|
89
87
|
* 该字段用于返回检测结果需要检测的内容类型。
|
|
90
88
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
91
89
|
*/
|
|
92
|
-
Label
|
|
90
|
+
Label?: string;
|
|
93
91
|
/**
|
|
94
92
|
* 该字段用于返回呻吟检测的置信度,取值范围:0(置信度最低)-100(置信度最高),越高代表音频越有可能属于说话人声纹。
|
|
95
93
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
96
94
|
*/
|
|
97
|
-
Score
|
|
95
|
+
Score?: number;
|
|
98
96
|
/**
|
|
99
97
|
* 该字段用于返回对应说话人的片段在音频文件内的开始时间,单位为秒。
|
|
100
98
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
101
99
|
*/
|
|
102
|
-
StartTime
|
|
100
|
+
StartTime?: number;
|
|
103
101
|
/**
|
|
104
102
|
* 该字段用于返回对应说话人的片段在音频文件内的结束时间,单位为秒。
|
|
105
103
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
106
104
|
*/
|
|
107
|
-
EndTime
|
|
105
|
+
EndTime?: number;
|
|
108
106
|
}
|
|
109
107
|
/**
|
|
110
108
|
* CreateAudioModerationSyncTask请求参数结构体
|
|
@@ -557,22 +555,22 @@ export interface TaskLabel {
|
|
|
557
555
|
* 该字段用于返回检测结果所对应的恶意标签。<br>返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。
|
|
558
556
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
559
557
|
*/
|
|
560
|
-
Label
|
|
558
|
+
Label?: string;
|
|
561
559
|
/**
|
|
562
560
|
* 该字段用于返回当前标签对应的后续操作建议。当您获取到判定结果后,返回值表示系统推荐的后续操作;建议您按照业务所需,对不同违规类型与建议值进行处理。<br>返回值:**Block**:建议屏蔽,**Review** :建议人工复审,**Pass**:建议通过
|
|
563
561
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
564
562
|
*/
|
|
565
|
-
Suggestion
|
|
563
|
+
Suggestion?: string;
|
|
566
564
|
/**
|
|
567
565
|
* 该字段用于返回当前标签(Label)下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高** ),越高代表文本越有可能属于当前返回的标签;如:*色情 99*,则表明该文本非常有可能属于色情内容;*色情 0*,则表明该文本不属于色情内容。
|
|
568
566
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
569
567
|
*/
|
|
570
|
-
Score
|
|
568
|
+
Score?: number;
|
|
571
569
|
/**
|
|
572
570
|
* 该字段用于返回当前标签(Lable)下的二级标签。
|
|
573
571
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
574
572
|
*/
|
|
575
|
-
SubLabel
|
|
573
|
+
SubLabel?: string;
|
|
576
574
|
}
|
|
577
575
|
/**
|
|
578
576
|
* 任务筛选器
|
|
@@ -603,17 +601,17 @@ export interface InputInfo {
|
|
|
603
601
|
* 该字段表示文件访问类型,取值为**URL**(资源链接)和**COS** (腾讯云对象存储)。
|
|
604
602
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
605
603
|
*/
|
|
606
|
-
Type
|
|
604
|
+
Type?: string;
|
|
607
605
|
/**
|
|
608
606
|
* 该字段表示文件访问的链接地址,格式为标准URL格式。<br> 备注:当Type为URL时此字段不为空。
|
|
609
607
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
610
608
|
*/
|
|
611
|
-
Url
|
|
609
|
+
Url?: string;
|
|
612
610
|
/**
|
|
613
611
|
* 该字段表示文件访问的腾讯云存储桶信息。<br> 备注:当Type为COS时此字段不为空。
|
|
614
612
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
615
613
|
*/
|
|
616
|
-
BucketInfo
|
|
614
|
+
BucketInfo?: BucketInfo;
|
|
617
615
|
}
|
|
618
616
|
/**
|
|
619
617
|
* 用于表示数据存储的相关信息
|
|
@@ -664,27 +662,27 @@ export interface AudioResultDetailLanguageResult {
|
|
|
664
662
|
* 该字段用于返回对应的语言种类信息。
|
|
665
663
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
666
664
|
*/
|
|
667
|
-
Label
|
|
665
|
+
Label?: string;
|
|
668
666
|
/**
|
|
669
667
|
* 该参数用于返回当前标签下的置信度,取值范围:0(**置信度最低**)-100(**置信度最高**),越高代表音频越有可能属于当前返回的语种标签;
|
|
670
668
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
671
669
|
*/
|
|
672
|
-
Score
|
|
670
|
+
Score?: number;
|
|
673
671
|
/**
|
|
674
672
|
* 该参数用于返回对应语种标签的片段在音频文件内的开始时间,单位为秒。
|
|
675
673
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
676
674
|
*/
|
|
677
|
-
StartTime
|
|
675
|
+
StartTime?: number;
|
|
678
676
|
/**
|
|
679
677
|
* 该参数用于返回对应语种标签的片段在音频文件内的结束时间,单位为秒。
|
|
680
678
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
681
679
|
*/
|
|
682
|
-
EndTime
|
|
680
|
+
EndTime?: number;
|
|
683
681
|
/**
|
|
684
682
|
* *内测中,敬请期待*
|
|
685
683
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
686
684
|
*/
|
|
687
|
-
SubLabelCode
|
|
685
|
+
SubLabelCode?: string;
|
|
688
686
|
}
|
|
689
687
|
/**
|
|
690
688
|
* 识别类标签结果信息
|
|
@@ -694,12 +692,12 @@ export interface RecognitionResult {
|
|
|
694
692
|
* 可能的取值有:Teenager 、Gender
|
|
695
693
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
696
694
|
*/
|
|
697
|
-
Label
|
|
695
|
+
Label?: string;
|
|
698
696
|
/**
|
|
699
697
|
* 识别标签列表
|
|
700
698
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
701
699
|
*/
|
|
702
|
-
Tags
|
|
700
|
+
Tags?: Array<Tag>;
|
|
703
701
|
}
|
|
704
702
|
/**
|
|
705
703
|
* 呻吟低俗检测结果
|
|
@@ -1077,23 +1075,23 @@ export interface MediaInfo {
|
|
|
1077
1075
|
/**
|
|
1078
1076
|
* 该字段用于返回传入的媒体文件的编码格式,如wav、mp3、aac、flac、amr、3gp、 m4a、wma、ogg、ape等。
|
|
1079
1077
|
*/
|
|
1080
|
-
Codecs
|
|
1078
|
+
Codecs?: string;
|
|
1081
1079
|
/**
|
|
1082
1080
|
* 该字段用于返回对传入的流媒体文件进行分片的片段时长,单位为毫秒。**默认值为15秒**,支持用户自定义配置。
|
|
1083
1081
|
*/
|
|
1084
|
-
Duration
|
|
1082
|
+
Duration?: number;
|
|
1085
1083
|
/**
|
|
1086
1084
|
* *内测中,敬请期待*
|
|
1087
1085
|
*/
|
|
1088
|
-
Width
|
|
1086
|
+
Width?: number;
|
|
1089
1087
|
/**
|
|
1090
1088
|
* *内测中,敬请期待*
|
|
1091
1089
|
*/
|
|
1092
|
-
Height
|
|
1090
|
+
Height?: number;
|
|
1093
1091
|
/**
|
|
1094
1092
|
* *内测中,敬请期待*
|
|
1095
1093
|
*/
|
|
1096
|
-
Thumbnail
|
|
1094
|
+
Thumbnail?: string;
|
|
1097
1095
|
}
|
|
1098
1096
|
/**
|
|
1099
1097
|
* 音频切片识别标签
|
|
@@ -1105,22 +1103,22 @@ export interface Tag {
|
|
|
1105
1103
|
当Label 为Gender 时 Name可能取值有:Male 、Female
|
|
1106
1104
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1107
1105
|
*/
|
|
1108
|
-
Name
|
|
1106
|
+
Name?: string;
|
|
1109
1107
|
/**
|
|
1110
1108
|
* 置信分:0~100,数值越大表示置信度越高
|
|
1111
1109
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1112
1110
|
*/
|
|
1113
|
-
Score
|
|
1111
|
+
Score?: number;
|
|
1114
1112
|
/**
|
|
1115
1113
|
* 识别开始偏移时间,单位:毫秒
|
|
1116
1114
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1117
1115
|
*/
|
|
1118
|
-
StartTime
|
|
1116
|
+
StartTime?: number;
|
|
1119
1117
|
/**
|
|
1120
1118
|
* 识别结束偏移时间,单位:毫秒
|
|
1121
1119
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1122
1120
|
*/
|
|
1123
|
-
EndTime
|
|
1121
|
+
EndTime?: number;
|
|
1124
1122
|
}
|
|
1125
1123
|
/**
|
|
1126
1124
|
* 表示声音段信息
|
|
@@ -1137,7 +1135,7 @@ export interface AudioSegments {
|
|
|
1137
1135
|
*/
|
|
1138
1136
|
Result?: AudioResult;
|
|
1139
1137
|
/**
|
|
1140
|
-
*
|
|
1138
|
+
* 入库时间
|
|
1141
1139
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1142
1140
|
*/
|
|
1143
1141
|
CreatedAt?: string;
|
|
@@ -1760,11 +1760,11 @@ export interface Placement {
|
|
|
1760
1760
|
*/
|
|
1761
1761
|
Zone: string;
|
|
1762
1762
|
/**
|
|
1763
|
-
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的
|
|
1763
|
+
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 `ProjectId` 字段来获取。默认取值0,表示默认项目。
|
|
1764
1764
|
*/
|
|
1765
1765
|
ProjectId?: number;
|
|
1766
1766
|
/**
|
|
1767
|
-
* 实例所属的专用宿主机ID
|
|
1767
|
+
* 实例所属的专用宿主机ID列表,仅用于入参。如果您有购买专用宿主机并且指定了该参数,则您购买的实例就会随机的部署在这些专用宿主机上。该参数可以通过调用 [DescribeHosts](https://cloud.tencent.com/document/api/213/16474) 的返回值中的 `HostId` 字段来获取。
|
|
1768
1768
|
*/
|
|
1769
1769
|
HostIds?: Array<string>;
|
|
1770
1770
|
/**
|
|
@@ -2210,6 +2210,18 @@ export interface NodeInfo {
|
|
|
2210
2210
|
* Id
|
|
2211
2211
|
*/
|
|
2212
2212
|
Id?: string;
|
|
2213
|
+
/**
|
|
2214
|
+
* RIP
|
|
2215
|
+
*/
|
|
2216
|
+
RIp?: string;
|
|
2217
|
+
/**
|
|
2218
|
+
* 计算组ID
|
|
2219
|
+
*/
|
|
2220
|
+
ComputeGroupId?: string;
|
|
2221
|
+
/**
|
|
2222
|
+
* 创建时间
|
|
2223
|
+
*/
|
|
2224
|
+
CreateTime?: string;
|
|
2213
2225
|
}
|
|
2214
2226
|
/**
|
|
2215
2227
|
* 前端规则描述
|
|
@@ -1707,20 +1707,20 @@ export interface DashboardNoticeMode {
|
|
|
1707
1707
|
ReceiverType: string;
|
|
1708
1708
|
/**
|
|
1709
1709
|
* 知方式对应的值。
|
|
1710
|
-
<br> <li/> 当ReceiverType不是
|
|
1710
|
+
<br> <li/> 当ReceiverType不是 WeCom 时,Values必填。
|
|
1711
1711
|
*/
|
|
1712
1712
|
Values?: Array<string>;
|
|
1713
1713
|
/**
|
|
1714
1714
|
* 仪表盘通知渠道。
|
|
1715
1715
|
<br><li/> 支持:["Email","Sms","WeChat","Phone"]。
|
|
1716
|
-
<br><li/> 当ReceiverType是 Email 或
|
|
1716
|
+
<br><li/> 当ReceiverType是 Email 或 WeCom 时,ReceiverChannels不能赋值。
|
|
1717
1717
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1718
1718
|
*/
|
|
1719
1719
|
ReceiverChannels?: Array<string>;
|
|
1720
1720
|
/**
|
|
1721
1721
|
* 回调Url。
|
|
1722
|
-
<br><li/> 当ReceiverType是
|
|
1723
|
-
<br><li/> 当ReceiverType不是
|
|
1722
|
+
<br><li/> 当ReceiverType是 WeCom 时,Url必填。
|
|
1723
|
+
<br><li/> 当ReceiverType不是 WeCom 时,Url不能填写。
|
|
1724
1724
|
*/
|
|
1725
1725
|
Url?: string;
|
|
1726
1726
|
}
|
|
@@ -2441,6 +2441,7 @@ export interface ModifyAlarmRequest {
|
|
|
2441
2441
|
Status?: boolean;
|
|
2442
2442
|
/**
|
|
2443
2443
|
* 该参数已废弃,请使用Status参数控制是否开启告警策略。
|
|
2444
|
+
* @deprecated
|
|
2444
2445
|
*/
|
|
2445
2446
|
Enable?: boolean;
|
|
2446
2447
|
/**
|
|
@@ -2668,7 +2669,8 @@ export interface CreateAlarmRequest {
|
|
|
2668
2669
|
*/
|
|
2669
2670
|
Status?: boolean;
|
|
2670
2671
|
/**
|
|
2671
|
-
*
|
|
2672
|
+
* 请使用Status参数控制是否开启告警策略。
|
|
2673
|
+
* @deprecated
|
|
2672
2674
|
*/
|
|
2673
2675
|
Enable?: boolean;
|
|
2674
2676
|
/**
|
|
@@ -2954,9 +2956,10 @@ export interface CreateConfigExtraRequest {
|
|
|
2954
2956
|
*/
|
|
2955
2957
|
ContainerStdout?: ContainerStdoutInfo;
|
|
2956
2958
|
/**
|
|
2957
|
-
* 日志格式化方式,用于容器采集场景。
|
|
2959
|
+
* 日志格式化方式,用于容器采集场景。
|
|
2958
2960
|
- stdout-docker-json:用于docker容器采集场景
|
|
2959
2961
|
- stdout-containerd:用于containerd容器采集场景
|
|
2962
|
+
* @deprecated
|
|
2960
2963
|
*/
|
|
2961
2964
|
LogFormat?: string;
|
|
2962
2965
|
/**
|
|
@@ -4895,11 +4898,13 @@ export interface WebCallback {
|
|
|
4895
4898
|
UserIds?: Array<string>;
|
|
4896
4899
|
/**
|
|
4897
4900
|
* 该参数已废弃,请使用NoticeContentId。
|
|
4901
|
+
* @deprecated
|
|
4898
4902
|
*/
|
|
4899
4903
|
Headers?: Array<string>;
|
|
4900
4904
|
/**
|
|
4901
4905
|
* 该参数已废弃,请使用NoticeContentId。
|
|
4902
4906
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4907
|
+
* @deprecated
|
|
4903
4908
|
*/
|
|
4904
4909
|
Body?: string;
|
|
4905
4910
|
/**
|
|
@@ -7639,9 +7644,10 @@ export interface ModifyConfigExtraRequest {
|
|
|
7639
7644
|
*/
|
|
7640
7645
|
LogType?: string;
|
|
7641
7646
|
/**
|
|
7642
|
-
*
|
|
7647
|
+
* 日志格式化方式,用于容器采集场景。
|
|
7643
7648
|
- stdout-docker-json:用于docker容器采集场景
|
|
7644
7649
|
- stdout-containerd:用于containerd容器采集场景
|
|
7650
|
+
* @deprecated
|
|
7645
7651
|
*/
|
|
7646
7652
|
LogFormat?: string;
|
|
7647
7653
|
/**
|
|
@@ -592,6 +592,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
592
592
|
ProgramFpgaImage(req: ProgramFpgaImageRequest, cb?: (error: string, rep: ProgramFpgaImageResponse) => void): Promise<ProgramFpgaImageResponse>;
|
|
593
593
|
/**
|
|
594
594
|
* 本接口(CreateLaunchTemplateVersion)根据指定的实例模板ID以及对应的模板版本号创建新的实例启动模板,若未指定模板版本号则使用默认版本号。每个实例启动模板最多创建30个版本。
|
|
595
|
+
* 新实例模板中未显式指定的参数值,使用指定版本号对应参数值覆盖。
|
|
595
596
|
*/
|
|
596
597
|
CreateLaunchTemplateVersion(req: CreateLaunchTemplateVersionRequest, cb?: (error: string, rep: CreateLaunchTemplateVersionResponse) => void): Promise<CreateLaunchTemplateVersionResponse>;
|
|
597
598
|
/**
|
|
@@ -800,6 +800,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
800
800
|
}
|
|
801
801
|
/**
|
|
802
802
|
* 本接口(CreateLaunchTemplateVersion)根据指定的实例模板ID以及对应的模板版本号创建新的实例启动模板,若未指定模板版本号则使用默认版本号。每个实例启动模板最多创建30个版本。
|
|
803
|
+
* 新实例模板中未显式指定的参数值,使用指定版本号对应参数值覆盖。
|
|
803
804
|
*/
|
|
804
805
|
async CreateLaunchTemplateVersion(req, cb) {
|
|
805
806
|
return this.request("CreateLaunchTemplateVersion", req, cb);
|
|
@@ -1982,11 +1982,11 @@ export interface Placement {
|
|
|
1982
1982
|
*/
|
|
1983
1983
|
Zone: string;
|
|
1984
1984
|
/**
|
|
1985
|
-
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的
|
|
1985
|
+
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 `ProjectId` 字段来获取。默认取值0,表示默认项目。
|
|
1986
1986
|
*/
|
|
1987
1987
|
ProjectId?: number;
|
|
1988
1988
|
/**
|
|
1989
|
-
* 实例所属的专用宿主机ID
|
|
1989
|
+
* 实例所属的专用宿主机ID列表,仅用于入参。如果您有购买专用宿主机并且指定了该参数,则您购买的实例就会随机的部署在这些专用宿主机上。该参数可以通过调用 [DescribeHosts](https://cloud.tencent.com/document/api/213/16474) 的返回值中的 `HostId` 字段来获取。
|
|
1990
1990
|
*/
|
|
1991
1991
|
HostIds?: Array<string>;
|
|
1992
1992
|
/**
|
|
@@ -3398,11 +3398,11 @@ export interface CreateLaunchTemplateVersionRequest {
|
|
|
3398
3398
|
*/
|
|
3399
3399
|
LaunchTemplateId: string;
|
|
3400
3400
|
/**
|
|
3401
|
-
*
|
|
3401
|
+
* 若给定,新实例启动模板将基于给定的版本号创建。若未指定则使用默认版本,可以通过 [DescribeLaunchTemplateVersions](https://cloud.tencent.com/document/api/213/66323)查询默认版本。
|
|
3402
3402
|
*/
|
|
3403
3403
|
LaunchTemplateVersion?: number;
|
|
3404
3404
|
/**
|
|
3405
|
-
* 实例启动模板版本描述。长度为2~256
|
|
3405
|
+
* 实例启动模板版本描述。长度为2~256个英文或中文字符,不指定该参数时默认为空字符。
|
|
3406
3406
|
*/
|
|
3407
3407
|
LaunchTemplateVersionDescription?: string;
|
|
3408
3408
|
/**
|
|
@@ -3431,7 +3431,7 @@ export interface CreateLaunchTemplateVersionRequest {
|
|
|
3431
3431
|
*/
|
|
3432
3432
|
InternetAccessible?: InternetAccessible;
|
|
3433
3433
|
/**
|
|
3434
|
-
*
|
|
3434
|
+
* 购买实例数量。具体配额相关限制详见[CVM实例购买限制](https://cloud.tencent.com/document/product/213/2664)。
|
|
3435
3435
|
*/
|
|
3436
3436
|
InstanceCount?: number;
|
|
3437
3437
|
/**
|
|
@@ -3487,7 +3487,7 @@ export interface CreateLaunchTemplateVersionRequest {
|
|
|
3487
3487
|
*/
|
|
3488
3488
|
DryRun?: boolean;
|
|
3489
3489
|
/**
|
|
3490
|
-
* CAM角色名称。可通过[
|
|
3490
|
+
* CAM角色名称。可通过[ DescribeRoleList ](https://cloud.tencent.com/document/product/598/13887)接口返回值中的`roleName`获取。
|
|
3491
3491
|
*/
|
|
3492
3492
|
CamRoleName?: string;
|
|
3493
3493
|
/**
|
|
@@ -3748,7 +3748,7 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3748
3748
|
*/
|
|
3749
3749
|
ImageId: string;
|
|
3750
3750
|
/**
|
|
3751
|
-
* 实例启动模板版本描述。长度为2~256
|
|
3751
|
+
* 实例启动模板版本描述。长度为2~256个英文或中文字符,默认为空字符。
|
|
3752
3752
|
*/
|
|
3753
3753
|
LaunchTemplateVersionDescription?: string;
|
|
3754
3754
|
/**
|
|
@@ -3761,7 +3761,7 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3761
3761
|
*/
|
|
3762
3762
|
SystemDisk?: SystemDisk;
|
|
3763
3763
|
/**
|
|
3764
|
-
* 实例数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD
|
|
3764
|
+
* 实例数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘,详情请参考[ 云硬盘使用限制](https://cloud.tencent.com/document/product/362/5145)。
|
|
3765
3765
|
*/
|
|
3766
3766
|
DataDisks?: Array<DataDisk>;
|
|
3767
3767
|
/**
|
|
@@ -3773,7 +3773,7 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3773
3773
|
*/
|
|
3774
3774
|
InternetAccessible?: InternetAccessible;
|
|
3775
3775
|
/**
|
|
3776
|
-
*
|
|
3776
|
+
* 购买实例数量。默认取值:1。指定购买实例的数量不能超过用户所能购买的剩余配额数量,具体配额相关限制详见[CVM实例购买限制](https://cloud.tencent.com/document/product/213/2664)。
|
|
3777
3777
|
*/
|
|
3778
3778
|
InstanceCount?: number;
|
|
3779
3779
|
/**
|
|
@@ -3785,7 +3785,8 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3785
3785
|
*/
|
|
3786
3786
|
LoginSettings?: LoginSettings;
|
|
3787
3787
|
/**
|
|
3788
|
-
* 实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的
|
|
3788
|
+
* 实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的 `SecurityGroupId` 字段来获取。若不指定该参数,则绑定指定项目下的默认安全组,如默认安全组不存在则将自动创建。
|
|
3789
|
+
|
|
3789
3790
|
*/
|
|
3790
3791
|
SecurityGroupIds?: Array<string>;
|
|
3791
3792
|
/**
|
|
@@ -3805,7 +3806,7 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3805
3806
|
*/
|
|
3806
3807
|
ActionTimer?: ActionTimer;
|
|
3807
3808
|
/**
|
|
3808
|
-
* 置放群组id
|
|
3809
|
+
* 置放群组id,仅支持指定一个。该参数可以通过调用 [ DescribeDisasterRecoverGroups ](https://cloud.tencent.com/document/api/213/17810) 的返回值中的 `DisasterRecoverGroupId` 字段来获取。
|
|
3809
3810
|
*/
|
|
3810
3811
|
DisasterRecoverGroupIds?: Array<string>;
|
|
3811
3812
|
/**
|
|
@@ -3833,7 +3834,7 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3833
3834
|
*/
|
|
3834
3835
|
CamRoleName?: string;
|
|
3835
3836
|
/**
|
|
3836
|
-
* 高性能计算集群ID
|
|
3837
|
+
* 高性能计算集群ID。若创建的实例为高性能计算实例,需指定实例放置的集群,否则不可指定。该参数可以通过调用 [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220) 的返回值中的 `HpcClusterId` 字段来获取。
|
|
3837
3838
|
*/
|
|
3838
3839
|
HpcClusterId?: string;
|
|
3839
3840
|
/**
|