tencentcloud-sdk-nodejs 4.0.309 → 4.0.310
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +117 -0
- package/SERVICE_CHANGELOG.md +150 -87
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +11 -6
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cls/v20201016/cls_models.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +15 -0
- package/src/services/ess/v20201111/ess_models.ts +2 -7
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +46 -0
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/nlp/v20190408/nlp_client.ts +14 -0
- package/src/services/nlp/v20190408/nlp_models.ts +31 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/tke/v20180525/tke_models.ts +21 -21
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +12 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -6
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +21 -21
- package/test/nlp.v20190408.test.js +10 -0
|
@@ -557,7 +557,7 @@ export interface CreateParamTemplateRequest {
|
|
|
557
557
|
ParamList?: Array<Parameter>
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
|
-
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
560
|
+
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
561
561
|
*/
|
|
562
562
|
TemplateType?: string
|
|
563
563
|
}
|
|
@@ -1008,7 +1008,7 @@ export interface DescribeAuditRulesRequest {
|
|
|
1008
1008
|
Limit?: number
|
|
1009
1009
|
|
|
1010
1010
|
/**
|
|
1011
|
-
*
|
|
1011
|
+
* 分页偏移量。默认值为0。
|
|
1012
1012
|
*/
|
|
1013
1013
|
Offset?: number
|
|
1014
1014
|
}
|
|
@@ -1804,7 +1804,7 @@ export interface DescribeParamTemplateInfoResponse {
|
|
|
1804
1804
|
Description: string
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
* 参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
1807
|
+
* 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
1808
1808
|
*/
|
|
1809
1809
|
TemplateType: string
|
|
1810
1810
|
|
|
@@ -2232,7 +2232,7 @@ export interface ApplyCDBProxyRequest {
|
|
|
2232
2232
|
SecurityGroup?: Array<string>
|
|
2233
2233
|
|
|
2234
2234
|
/**
|
|
2235
|
-
*
|
|
2235
|
+
* 描述说明,最大支持256位。
|
|
2236
2236
|
*/
|
|
2237
2237
|
Desc?: string
|
|
2238
2238
|
}
|
|
@@ -6444,7 +6444,7 @@ export interface ModifyAccountPrivilegesRequest {
|
|
|
6444
6444
|
ColumnPrivileges?: Array<ColumnPrivilege>
|
|
6445
6445
|
|
|
6446
6446
|
/**
|
|
6447
|
-
* 该参数不为空时,为批量修改权限。可选值为:grant
|
|
6447
|
+
* 该参数不为空时,为批量修改权限。可选值为:grant - 授予权限,revoke - 回收权限。
|
|
6448
6448
|
*/
|
|
6449
6449
|
ModifyAction?: string
|
|
6450
6450
|
}
|
|
@@ -7767,7 +7767,7 @@ export interface CloseCDBProxyRequest {
|
|
|
7767
7767
|
ProxyGroupId: string
|
|
7768
7768
|
|
|
7769
7769
|
/**
|
|
7770
|
-
* 是否只关闭读写分离,取值:"true" | "false"
|
|
7770
|
+
* 是否只关闭读写分离,取值:"true" | "false",默认为"false"
|
|
7771
7771
|
*/
|
|
7772
7772
|
OnlyCloseRW?: boolean
|
|
7773
7773
|
}
|
|
@@ -1005,7 +1005,7 @@ export interface TopicInfo {
|
|
|
1005
1005
|
StorageType: string
|
|
1006
1006
|
|
|
1007
1007
|
/**
|
|
1008
|
-
*
|
|
1008
|
+
* 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
|
|
1009
1009
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1010
1010
|
*/
|
|
1011
1011
|
Period: number
|
|
@@ -1933,12 +1933,12 @@ export interface CreateTopicRequest {
|
|
|
1933
1933
|
MaxSplitPartitions?: number
|
|
1934
1934
|
|
|
1935
1935
|
/**
|
|
1936
|
-
* 日志主题的存储类型,可选值 hot(实时存储),cold
|
|
1936
|
+
* 日志主题的存储类型,可选值 hot(实时存储),cold(低频存储);默认为hot。
|
|
1937
1937
|
*/
|
|
1938
1938
|
StorageType?: string
|
|
1939
1939
|
|
|
1940
1940
|
/**
|
|
1941
|
-
*
|
|
1941
|
+
* 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
|
|
1942
1942
|
*/
|
|
1943
1943
|
Period?: number
|
|
1944
1944
|
}
|
|
@@ -1441,6 +1441,16 @@ export interface CreateUserRequest {
|
|
|
1441
1441
|
* 绑定到用户的权限集合
|
|
1442
1442
|
*/
|
|
1443
1443
|
PolicySet?: Array<Policy>
|
|
1444
|
+
|
|
1445
|
+
/**
|
|
1446
|
+
* 用户类型。ADMIN:管理员 COMMON:一般用户。当用户类型为管理员的时候,不能设置权限集合和绑定的工作组集合,管理员默认拥有所有权限。该参数不填默认为COMMON
|
|
1447
|
+
*/
|
|
1448
|
+
UserType?: string
|
|
1449
|
+
|
|
1450
|
+
/**
|
|
1451
|
+
* 绑定到用户的工作组ID集合。
|
|
1452
|
+
*/
|
|
1453
|
+
WorkGroupIds?: Array<number>
|
|
1444
1454
|
}
|
|
1445
1455
|
|
|
1446
1456
|
/**
|
|
@@ -2096,6 +2106,11 @@ export interface CreateWorkGroupRequest {
|
|
|
2096
2106
|
* 工作组绑定的鉴权策略集合
|
|
2097
2107
|
*/
|
|
2098
2108
|
PolicySet?: Array<Policy>
|
|
2109
|
+
|
|
2110
|
+
/**
|
|
2111
|
+
* 需要绑定到工作组的用户Id集合
|
|
2112
|
+
*/
|
|
2113
|
+
UserIds?: Array<string>
|
|
2099
2114
|
}
|
|
2100
2115
|
|
|
2101
2116
|
/**
|
|
@@ -568,13 +568,8 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
|
568
568
|
ApproverRole?: number
|
|
569
569
|
|
|
570
570
|
/**
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
VERIFYCODE - 验证码;
|
|
574
|
-
|
|
575
|
-
可以选择多个, 按照顺序进行优先级选择
|
|
576
|
-
注:使用验证码方式认证签署时,请传入["VERIFYCODE","WEIXINAPP"]
|
|
577
|
-
*/
|
|
571
|
+
* 签署意愿确认渠道,WEIXINAPP:人脸识别
|
|
572
|
+
*/
|
|
578
573
|
VerifyChannel?: Array<string>
|
|
579
574
|
|
|
580
575
|
/**
|
|
@@ -3266,7 +3266,7 @@ export interface CreateRuleRequest {
|
|
|
3266
3266
|
ForwardProtocol?: string
|
|
3267
3267
|
|
|
3268
3268
|
/**
|
|
3269
|
-
* 回源Host
|
|
3269
|
+
* 回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host。
|
|
3270
3270
|
*/
|
|
3271
3271
|
ForwardHost?: string
|
|
3272
3272
|
|
|
@@ -1681,6 +1681,11 @@ export interface ModifyAlarmNoticeRequest {
|
|
|
1681
1681
|
* 回调通知 最多3个
|
|
1682
1682
|
*/
|
|
1683
1683
|
URLNotices?: Array<URLNotice>
|
|
1684
|
+
|
|
1685
|
+
/**
|
|
1686
|
+
* 告警通知推送到CLS服务 最多1个
|
|
1687
|
+
*/
|
|
1688
|
+
CLSNotices?: Array<CLSNotice>
|
|
1684
1689
|
}
|
|
1685
1690
|
|
|
1686
1691
|
/**
|
|
@@ -4218,6 +4223,11 @@ export interface DescribeAlarmPoliciesRequest {
|
|
|
4218
4223
|
* 是否需要策略与入参过滤维度参数的对应关系,1:是 0:否,默认为0
|
|
4219
4224
|
*/
|
|
4220
4225
|
NeedCorrespondence?: number
|
|
4226
|
+
|
|
4227
|
+
/**
|
|
4228
|
+
* 按照触发任务(例如弹性伸缩)过滤策略。最多10个
|
|
4229
|
+
*/
|
|
4230
|
+
TriggerTasks?: Array<AlarmPolicyTriggerTask>
|
|
4221
4231
|
}
|
|
4222
4232
|
|
|
4223
4233
|
/**
|
|
@@ -4367,6 +4377,12 @@ export interface AlarmNotice {
|
|
|
4367
4377
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4368
4378
|
*/
|
|
4369
4379
|
PolicyIds: Array<string>
|
|
4380
|
+
|
|
4381
|
+
/**
|
|
4382
|
+
* 推送cls渠道
|
|
4383
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4384
|
+
*/
|
|
4385
|
+
CLSNotices: Array<CLSNotice>
|
|
4370
4386
|
}
|
|
4371
4387
|
|
|
4372
4388
|
/**
|
|
@@ -5629,6 +5645,11 @@ export interface CreateAlarmNoticeRequest {
|
|
|
5629
5645
|
* 回调通知 最多3个
|
|
5630
5646
|
*/
|
|
5631
5647
|
URLNotices?: Array<URLNotice>
|
|
5648
|
+
|
|
5649
|
+
/**
|
|
5650
|
+
* 推送CLS日志服务的操作 最多1个
|
|
5651
|
+
*/
|
|
5652
|
+
CLSNotices?: Array<CLSNotice>
|
|
5632
5653
|
}
|
|
5633
5654
|
|
|
5634
5655
|
/**
|
|
@@ -5830,6 +5851,31 @@ export interface UnBindingAllPolicyObjectRequest {
|
|
|
5830
5851
|
PolicyId?: string
|
|
5831
5852
|
}
|
|
5832
5853
|
|
|
5854
|
+
/**
|
|
5855
|
+
* 告警通知中的推送CLS操作
|
|
5856
|
+
*/
|
|
5857
|
+
export interface CLSNotice {
|
|
5858
|
+
/**
|
|
5859
|
+
* 地域
|
|
5860
|
+
*/
|
|
5861
|
+
Region: string
|
|
5862
|
+
|
|
5863
|
+
/**
|
|
5864
|
+
* 日志集Id
|
|
5865
|
+
*/
|
|
5866
|
+
LogSetId: string
|
|
5867
|
+
|
|
5868
|
+
/**
|
|
5869
|
+
* 主题Id
|
|
5870
|
+
*/
|
|
5871
|
+
TopicId: string
|
|
5872
|
+
|
|
5873
|
+
/**
|
|
5874
|
+
* 启停状态,可不传,默认启用。0=停用,1=启用
|
|
5875
|
+
*/
|
|
5876
|
+
Enable?: number
|
|
5877
|
+
}
|
|
5878
|
+
|
|
5833
5879
|
/**
|
|
5834
5880
|
* 查询策略输出的事件告警条件
|
|
5835
5881
|
*/
|
|
@@ -1017,7 +1017,7 @@ export interface CreateImageSpriteTemplateRequest {
|
|
|
1017
1017
|
*/
|
|
1018
1018
|
export interface MediaSnapshotByTimePicInfoItem {
|
|
1019
1019
|
/**
|
|
1020
|
-
*
|
|
1020
|
+
* 该张截图对应视频文件中的时间偏移,单位为秒。
|
|
1021
1021
|
*/
|
|
1022
1022
|
TimeOffset: number
|
|
1023
1023
|
|
|
@@ -36,6 +36,7 @@ import {
|
|
|
36
36
|
DescribeEntityResponse,
|
|
37
37
|
WordItem,
|
|
38
38
|
ClassificationResult,
|
|
39
|
+
TextCorrectionProResponse,
|
|
39
40
|
DescribeEntityRequest,
|
|
40
41
|
Keyword,
|
|
41
42
|
TextSimilarityProRequest,
|
|
@@ -65,6 +66,7 @@ import {
|
|
|
65
66
|
SentimentAnalysisResponse,
|
|
66
67
|
DeleteWordItemsRequest,
|
|
67
68
|
DescribeDictResponse,
|
|
69
|
+
TextCorrectionProRequest,
|
|
68
70
|
TextCorrectionResponse,
|
|
69
71
|
TextSimilarityProResponse,
|
|
70
72
|
DescribeDictsResponse,
|
|
@@ -366,6 +368,18 @@ https://ai.tencent.com/ailab/nlp/zh/embedding.html
|
|
|
366
368
|
return this.request("KeywordsExtraction", req, cb)
|
|
367
369
|
}
|
|
368
370
|
|
|
371
|
+
/**
|
|
372
|
+
* 提供对中文文本的自动纠错功能,能够识别输入文本中的错误片段,定位错误并给出正确的文本结果;支持长度不超过128字符(含标点符号)的长文本纠错。
|
|
373
|
+
|
|
374
|
+
此功能是基于千亿级大规模互联网语料和LSTM、BERT等深度神经网络模型进行训练,并持续迭代更新,以保证效果不断提升,是搜索引擎、语音识别、内容审核等功能更好运行的基础之一。
|
|
375
|
+
*/
|
|
376
|
+
async TextCorrectionPro(
|
|
377
|
+
req: TextCorrectionProRequest,
|
|
378
|
+
cb?: (error: string, rep: TextCorrectionProResponse) => void
|
|
379
|
+
): Promise<TextCorrectionProResponse> {
|
|
380
|
+
return this.request("TextCorrectionPro", req, cb)
|
|
381
|
+
}
|
|
382
|
+
|
|
369
383
|
/**
|
|
370
384
|
* 删除自定义词库,会附带相应删除词库包含的所有词条。
|
|
371
385
|
*/
|
|
@@ -379,6 +379,27 @@ export interface ClassificationResult {
|
|
|
379
379
|
FifthClassProbability?: number
|
|
380
380
|
}
|
|
381
381
|
|
|
382
|
+
/**
|
|
383
|
+
* TextCorrectionPro返回参数结构体
|
|
384
|
+
*/
|
|
385
|
+
export interface TextCorrectionProResponse {
|
|
386
|
+
/**
|
|
387
|
+
* 纠错详情
|
|
388
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
389
|
+
*/
|
|
390
|
+
CCITokens: Array<CCIToken>
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* 纠错后的文本
|
|
394
|
+
*/
|
|
395
|
+
ResultText: string
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
399
|
+
*/
|
|
400
|
+
RequestId?: string
|
|
401
|
+
}
|
|
402
|
+
|
|
382
403
|
/**
|
|
383
404
|
* DescribeEntity请求参数结构体
|
|
384
405
|
*/
|
|
@@ -865,6 +886,16 @@ export interface DescribeDictResponse {
|
|
|
865
886
|
RequestId?: string
|
|
866
887
|
}
|
|
867
888
|
|
|
889
|
+
/**
|
|
890
|
+
* TextCorrectionPro请求参数结构体
|
|
891
|
+
*/
|
|
892
|
+
export interface TextCorrectionProRequest {
|
|
893
|
+
/**
|
|
894
|
+
* 待纠错的文本(仅支持UTF-8格式,不超过128字符)
|
|
895
|
+
*/
|
|
896
|
+
Text: string
|
|
897
|
+
}
|
|
898
|
+
|
|
868
899
|
/**
|
|
869
900
|
* TextCorrection返回参数结构体
|
|
870
901
|
*/
|
|
@@ -4316,6 +4316,16 @@ export interface MLIDPassportOCRResponse {
|
|
|
4316
4316
|
*/
|
|
4317
4317
|
AdvancedInfo: string
|
|
4318
4318
|
|
|
4319
|
+
/**
|
|
4320
|
+
* 最下方第一行 MRZ Code 序列
|
|
4321
|
+
*/
|
|
4322
|
+
CodeSet: string
|
|
4323
|
+
|
|
4324
|
+
/**
|
|
4325
|
+
* 最下方第二行 MRZ Code 序列
|
|
4326
|
+
*/
|
|
4327
|
+
CodeCrc: string
|
|
4328
|
+
|
|
4319
4329
|
/**
|
|
4320
4330
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4321
4331
|
*/
|
|
@@ -77,50 +77,50 @@ export interface DescribeClusterSecurityResponse {
|
|
|
77
77
|
/**
|
|
78
78
|
* 集群的账号名称
|
|
79
79
|
*/
|
|
80
|
-
UserName
|
|
80
|
+
UserName: string
|
|
81
81
|
|
|
82
82
|
/**
|
|
83
83
|
* 集群的访问密码
|
|
84
84
|
*/
|
|
85
|
-
Password
|
|
85
|
+
Password: string
|
|
86
86
|
|
|
87
87
|
/**
|
|
88
88
|
* 集群访问CA证书
|
|
89
89
|
*/
|
|
90
|
-
CertificationAuthority
|
|
90
|
+
CertificationAuthority: string
|
|
91
91
|
|
|
92
92
|
/**
|
|
93
93
|
* 集群访问的地址
|
|
94
94
|
*/
|
|
95
|
-
ClusterExternalEndpoint
|
|
95
|
+
ClusterExternalEndpoint: string
|
|
96
96
|
|
|
97
97
|
/**
|
|
98
98
|
* 集群访问的域名
|
|
99
99
|
*/
|
|
100
|
-
Domain
|
|
100
|
+
Domain: string
|
|
101
101
|
|
|
102
102
|
/**
|
|
103
103
|
* 集群Endpoint地址
|
|
104
104
|
*/
|
|
105
|
-
PgwEndpoint
|
|
105
|
+
PgwEndpoint: string
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
108
|
* 集群访问策略组
|
|
109
109
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
110
110
|
*/
|
|
111
|
-
SecurityPolicy
|
|
111
|
+
SecurityPolicy: Array<string>
|
|
112
112
|
|
|
113
113
|
/**
|
|
114
114
|
* 集群Kubeconfig文件
|
|
115
115
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
116
116
|
*/
|
|
117
|
-
Kubeconfig
|
|
117
|
+
Kubeconfig: string
|
|
118
118
|
|
|
119
119
|
/**
|
|
120
120
|
* 集群JnsGw的访问地址
|
|
121
121
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
122
122
|
*/
|
|
123
|
-
JnsGwEndpoint
|
|
123
|
+
JnsGwEndpoint: string
|
|
124
124
|
|
|
125
125
|
/**
|
|
126
126
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -191,19 +191,19 @@ export interface DeleteClusterInstancesResponse {
|
|
|
191
191
|
* 删除成功的实例ID列表
|
|
192
192
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
193
193
|
*/
|
|
194
|
-
SuccInstanceIds
|
|
194
|
+
SuccInstanceIds: Array<string>
|
|
195
195
|
|
|
196
196
|
/**
|
|
197
197
|
* 删除失败的实例ID列表
|
|
198
198
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
199
199
|
*/
|
|
200
|
-
FailedInstanceIds
|
|
200
|
+
FailedInstanceIds: Array<string>
|
|
201
201
|
|
|
202
202
|
/**
|
|
203
203
|
* 未匹配到的实例ID列表
|
|
204
204
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
205
205
|
*/
|
|
206
|
-
NotFoundInstanceIds
|
|
206
|
+
NotFoundInstanceIds: Array<string>
|
|
207
207
|
|
|
208
208
|
/**
|
|
209
209
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1267,13 +1267,13 @@ export interface DescribeRegionsResponse {
|
|
|
1267
1267
|
* 地域的数量
|
|
1268
1268
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1269
1269
|
*/
|
|
1270
|
-
TotalCount
|
|
1270
|
+
TotalCount: number
|
|
1271
1271
|
|
|
1272
1272
|
/**
|
|
1273
1273
|
* 地域列表
|
|
1274
1274
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1275
1275
|
*/
|
|
1276
|
-
RegionInstanceSet
|
|
1276
|
+
RegionInstanceSet: Array<RegionInstance>
|
|
1277
1277
|
|
|
1278
1278
|
/**
|
|
1279
1279
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1950,13 +1950,13 @@ export interface DescribeImagesResponse {
|
|
|
1950
1950
|
* 镜像数量
|
|
1951
1951
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1952
1952
|
*/
|
|
1953
|
-
TotalCount
|
|
1953
|
+
TotalCount: number
|
|
1954
1954
|
|
|
1955
1955
|
/**
|
|
1956
1956
|
* 镜像信息列表
|
|
1957
1957
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1958
1958
|
*/
|
|
1959
|
-
ImageInstanceSet
|
|
1959
|
+
ImageInstanceSet: Array<ImageInstance>
|
|
1960
1960
|
|
|
1961
1961
|
/**
|
|
1962
1962
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4233,13 +4233,13 @@ export interface DescribeRouteTableConflictsResponse {
|
|
|
4233
4233
|
/**
|
|
4234
4234
|
* 路由表是否冲突。
|
|
4235
4235
|
*/
|
|
4236
|
-
HasConflict
|
|
4236
|
+
HasConflict: boolean
|
|
4237
4237
|
|
|
4238
4238
|
/**
|
|
4239
4239
|
* 路由表冲突列表。
|
|
4240
4240
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4241
4241
|
*/
|
|
4242
|
-
RouteTableConflictSet
|
|
4242
|
+
RouteTableConflictSet: Array<RouteTableConflict>
|
|
4243
4243
|
|
|
4244
4244
|
/**
|
|
4245
4245
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5547,7 +5547,7 @@ export interface Cluster {
|
|
|
5547
5547
|
TagSpecification: Array<TagSpecification>
|
|
5548
5548
|
|
|
5549
5549
|
/**
|
|
5550
|
-
* 集群状态 (Running 运行中 Creating 创建中 Abnormal 异常 )
|
|
5550
|
+
* 集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常 )
|
|
5551
5551
|
*/
|
|
5552
5552
|
ClusterStatus: string
|
|
5553
5553
|
|
|
@@ -7460,12 +7460,12 @@ export interface DescribeClusterAsGroupsResponse {
|
|
|
7460
7460
|
/**
|
|
7461
7461
|
* 集群关联的伸缩组总数
|
|
7462
7462
|
*/
|
|
7463
|
-
TotalCount
|
|
7463
|
+
TotalCount: number
|
|
7464
7464
|
|
|
7465
7465
|
/**
|
|
7466
7466
|
* 集群关联的伸缩组列表
|
|
7467
7467
|
*/
|
|
7468
|
-
ClusterAsGroupSet
|
|
7468
|
+
ClusterAsGroupSet: Array<ClusterAsGroup>
|
|
7469
7469
|
|
|
7470
7470
|
/**
|
|
7471
7471
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.310";
|
|
@@ -424,21 +424,21 @@ export interface CreateRecTaskRequest {
|
|
|
424
424
|
*/
|
|
425
425
|
DataLen?: number;
|
|
426
426
|
/**
|
|
427
|
-
*
|
|
427
|
+
* 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1。
|
|
428
428
|
*/
|
|
429
|
-
|
|
429
|
+
ConvertNumMode?: number;
|
|
430
430
|
/**
|
|
431
431
|
* 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
|
|
432
432
|
*/
|
|
433
433
|
FilterDirty?: number;
|
|
434
434
|
/**
|
|
435
|
-
*
|
|
435
|
+
* 热词表id。如不设置该参数,自动生效默认热词表;如果设置了该参数,那么将生效对应的热词表。
|
|
436
436
|
*/
|
|
437
|
-
|
|
437
|
+
HotwordId?: string;
|
|
438
438
|
/**
|
|
439
|
-
*
|
|
439
|
+
* 自学习模型 id。如不设置该参数,自动生效最后一次上线的自学习模型;如果设置了该参数,那么将生效对应的自学习模型。
|
|
440
440
|
*/
|
|
441
|
-
|
|
441
|
+
CustomizationId?: string;
|
|
442
442
|
/**
|
|
443
443
|
* 附加参数(该参数无意义,忽略即可)
|
|
444
444
|
*/
|
|
@@ -447,6 +447,10 @@ export interface CreateRecTaskRequest {
|
|
|
447
447
|
* 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认值为 0。
|
|
448
448
|
*/
|
|
449
449
|
FilterPunc?: number;
|
|
450
|
+
/**
|
|
451
|
+
* 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
|
|
452
|
+
*/
|
|
453
|
+
FilterModal?: number;
|
|
450
454
|
}
|
|
451
455
|
/**
|
|
452
456
|
* GetAsrVocabList请求参数结构体
|
|
@@ -458,7 +458,7 @@ export interface CreateParamTemplateRequest {
|
|
|
458
458
|
*/
|
|
459
459
|
ParamList?: Array<Parameter>;
|
|
460
460
|
/**
|
|
461
|
-
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
461
|
+
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
462
462
|
*/
|
|
463
463
|
TemplateType?: string;
|
|
464
464
|
}
|
|
@@ -839,7 +839,7 @@ export interface DescribeAuditRulesRequest {
|
|
|
839
839
|
*/
|
|
840
840
|
Limit?: number;
|
|
841
841
|
/**
|
|
842
|
-
*
|
|
842
|
+
* 分页偏移量。默认值为0。
|
|
843
843
|
*/
|
|
844
844
|
Offset?: number;
|
|
845
845
|
}
|
|
@@ -1509,7 +1509,7 @@ export interface DescribeParamTemplateInfoResponse {
|
|
|
1509
1509
|
*/
|
|
1510
1510
|
Description: string;
|
|
1511
1511
|
/**
|
|
1512
|
-
* 参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
1512
|
+
* 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
1513
1513
|
*/
|
|
1514
1514
|
TemplateType: string;
|
|
1515
1515
|
/**
|
|
@@ -1871,7 +1871,7 @@ export interface ApplyCDBProxyRequest {
|
|
|
1871
1871
|
*/
|
|
1872
1872
|
SecurityGroup?: Array<string>;
|
|
1873
1873
|
/**
|
|
1874
|
-
*
|
|
1874
|
+
* 描述说明,最大支持256位。
|
|
1875
1875
|
*/
|
|
1876
1876
|
Desc?: string;
|
|
1877
1877
|
}
|
|
@@ -5423,7 +5423,7 @@ export interface ModifyAccountPrivilegesRequest {
|
|
|
5423
5423
|
*/
|
|
5424
5424
|
ColumnPrivileges?: Array<ColumnPrivilege>;
|
|
5425
5425
|
/**
|
|
5426
|
-
* 该参数不为空时,为批量修改权限。可选值为:grant
|
|
5426
|
+
* 该参数不为空时,为批量修改权限。可选值为:grant - 授予权限,revoke - 回收权限。
|
|
5427
5427
|
*/
|
|
5428
5428
|
ModifyAction?: string;
|
|
5429
5429
|
}
|
|
@@ -6542,7 +6542,7 @@ export interface CloseCDBProxyRequest {
|
|
|
6542
6542
|
*/
|
|
6543
6543
|
ProxyGroupId: string;
|
|
6544
6544
|
/**
|
|
6545
|
-
* 是否只关闭读写分离,取值:"true" | "false"
|
|
6545
|
+
* 是否只关闭读写分离,取值:"true" | "false",默认为"false"
|
|
6546
6546
|
*/
|
|
6547
6547
|
OnlyCloseRW?: boolean;
|
|
6548
6548
|
}
|
|
@@ -849,7 +849,7 @@ export interface TopicInfo {
|
|
|
849
849
|
*/
|
|
850
850
|
StorageType: string;
|
|
851
851
|
/**
|
|
852
|
-
*
|
|
852
|
+
* 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
|
|
853
853
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
854
854
|
*/
|
|
855
855
|
Period: number;
|
|
@@ -1632,11 +1632,11 @@ export interface CreateTopicRequest {
|
|
|
1632
1632
|
*/
|
|
1633
1633
|
MaxSplitPartitions?: number;
|
|
1634
1634
|
/**
|
|
1635
|
-
* 日志主题的存储类型,可选值 hot(实时存储),cold
|
|
1635
|
+
* 日志主题的存储类型,可选值 hot(实时存储),cold(低频存储);默认为hot。
|
|
1636
1636
|
*/
|
|
1637
1637
|
StorageType?: string;
|
|
1638
1638
|
/**
|
|
1639
|
-
*
|
|
1639
|
+
* 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
|
|
1640
1640
|
*/
|
|
1641
1641
|
Period?: number;
|
|
1642
1642
|
}
|
|
@@ -1214,6 +1214,14 @@ export interface CreateUserRequest {
|
|
|
1214
1214
|
* 绑定到用户的权限集合
|
|
1215
1215
|
*/
|
|
1216
1216
|
PolicySet?: Array<Policy>;
|
|
1217
|
+
/**
|
|
1218
|
+
* 用户类型。ADMIN:管理员 COMMON:一般用户。当用户类型为管理员的时候,不能设置权限集合和绑定的工作组集合,管理员默认拥有所有权限。该参数不填默认为COMMON
|
|
1219
|
+
*/
|
|
1220
|
+
UserType?: string;
|
|
1221
|
+
/**
|
|
1222
|
+
* 绑定到用户的工作组ID集合。
|
|
1223
|
+
*/
|
|
1224
|
+
WorkGroupIds?: Array<number>;
|
|
1217
1225
|
}
|
|
1218
1226
|
/**
|
|
1219
1227
|
* ModifyWorkGroup请求参数结构体
|
|
@@ -1769,6 +1777,10 @@ export interface CreateWorkGroupRequest {
|
|
|
1769
1777
|
* 工作组绑定的鉴权策略集合
|
|
1770
1778
|
*/
|
|
1771
1779
|
PolicySet?: Array<Policy>;
|
|
1780
|
+
/**
|
|
1781
|
+
* 需要绑定到工作组的用户Id集合
|
|
1782
|
+
*/
|
|
1783
|
+
UserIds?: Array<string>;
|
|
1772
1784
|
}
|
|
1773
1785
|
/**
|
|
1774
1786
|
* SQL查询任务
|
|
@@ -462,12 +462,7 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
|
|
|
462
462
|
*/
|
|
463
463
|
ApproverRole?: number;
|
|
464
464
|
/**
|
|
465
|
-
*
|
|
466
|
-
WEIXINAPP - 微信小程序;
|
|
467
|
-
VERIFYCODE - 验证码;
|
|
468
|
-
|
|
469
|
-
可以选择多个, 按照顺序进行优先级选择
|
|
470
|
-
注:使用验证码方式认证签署时,请传入["VERIFYCODE","WEIXINAPP"]
|
|
465
|
+
* 签署意愿确认渠道,WEIXINAPP:人脸识别
|
|
471
466
|
*/
|
|
472
467
|
VerifyChannel?: Array<string>;
|
|
473
468
|
/**
|