tencentcloud-sdk-nodejs 4.0.843 → 4.0.844
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 +241 -0
- package/SERVICE_CHANGELOG.md +332 -58
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +4 -3
- package/src/services/cls/v20201016/cls_models.ts +43 -3
- package/src/services/dlc/v20210125/dlc_models.ts +8 -3
- package/src/services/domain/v20180808/domain_client.ts +13 -1
- package/src/services/domain/v20180808/domain_models.ts +36 -4
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +25 -8
- package/src/services/ess/v20201111/ess_models.ts +59 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +6 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +12 -10
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
- package/src/services/lke/v20231130/lke_client.ts +27 -1
- package/src/services/lke/v20231130/lke_models.ts +238 -3
- package/src/services/ocr/v20181119/ocr_client.ts +22 -7
- package/src/services/ocr/v20181119/ocr_models.ts +346 -259
- package/src/services/rce/v20201103/rce_models.ts +10 -5
- package/src/services/rum/v20210622/rum_models.ts +32 -32
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -6
- package/src/services/tms/v20201229/tms_client.ts +13 -1
- package/src/services/tms/v20201229/tms_models.ts +40 -16
- package/src/services/tse/v20201207/tse_client.ts +3 -2
- package/src/services/tse/v20201207/tse_models.ts +37 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +4 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +43 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -3
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -4
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +6 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +12 -10
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +9 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +12 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +232 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +341 -257
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +10 -5
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +32 -32
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +38 -16
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +36 -13
- package/test/domain.v20180808.test.js +10 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/lke.v20231130.test.js +20 -0
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tms.v20201229.test.js +10 -0
|
@@ -3,25 +3,30 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface OutputManageMarketingRisk {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 错误码,0 表示成功,非0表示失败错误码。
|
|
7
|
+
0:成功
|
|
8
|
+
1:错误
|
|
9
|
+
1002:参数错误
|
|
10
|
+
4300:未开通服务
|
|
11
|
+
4301:后端未创建对应产品
|
|
7
12
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
13
|
*/
|
|
9
|
-
Code
|
|
14
|
+
Code?: number;
|
|
10
15
|
/**
|
|
11
16
|
* UTF-8编码,出错消息。
|
|
12
17
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13
18
|
*/
|
|
14
|
-
Message
|
|
19
|
+
Message?: string;
|
|
15
20
|
/**
|
|
16
21
|
* 业务详情。
|
|
17
22
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18
23
|
*/
|
|
19
|
-
Value
|
|
24
|
+
Value?: OutputManageMarketingRiskValue;
|
|
20
25
|
/**
|
|
21
26
|
* 控制台显示的req_id。
|
|
22
27
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23
28
|
*/
|
|
24
|
-
UUid
|
|
29
|
+
UUid?: string;
|
|
25
30
|
}
|
|
26
31
|
/**
|
|
27
32
|
* 微信账号信息。
|
|
@@ -27,7 +27,7 @@ export interface CreateTawInstanceRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
InstanceDesc?: string;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* 每天数据上报量,(不作量级限制)
|
|
31
31
|
*/
|
|
32
32
|
CountNum?: string;
|
|
33
33
|
/**
|
|
@@ -124,7 +124,7 @@ export interface DescribeDataFetchProjectRequest {
|
|
|
124
124
|
*/
|
|
125
125
|
Device?: string;
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
128
128
|
*/
|
|
129
129
|
IsAbroad?: string;
|
|
130
130
|
/**
|
|
@@ -274,7 +274,7 @@ export interface DescribeDataPvUrlInfoResponse {
|
|
|
274
274
|
/**
|
|
275
275
|
* 返回值
|
|
276
276
|
*/
|
|
277
|
-
Result
|
|
277
|
+
Result?: string;
|
|
278
278
|
/**
|
|
279
279
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
280
280
|
*/
|
|
@@ -296,7 +296,7 @@ export interface DescribeDataFetchUrlResponse {
|
|
|
296
296
|
/**
|
|
297
297
|
* 返回值
|
|
298
298
|
*/
|
|
299
|
-
Result
|
|
299
|
+
Result?: string;
|
|
300
300
|
/**
|
|
301
301
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
302
302
|
*/
|
|
@@ -577,7 +577,7 @@ export interface DescribeDataCustomUrlRequest {
|
|
|
577
577
|
*/
|
|
578
578
|
Device?: string;
|
|
579
579
|
/**
|
|
580
|
-
*
|
|
580
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
581
581
|
*/
|
|
582
582
|
IsAbroad?: string;
|
|
583
583
|
/**
|
|
@@ -634,7 +634,7 @@ export interface DescribeRumGroupLogResponse {
|
|
|
634
634
|
/**
|
|
635
635
|
* 返回字符串
|
|
636
636
|
*/
|
|
637
|
-
Result
|
|
637
|
+
Result?: string;
|
|
638
638
|
/**
|
|
639
639
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
640
640
|
*/
|
|
@@ -713,7 +713,7 @@ export interface DescribeDataStaticUrlRequest {
|
|
|
713
713
|
*/
|
|
714
714
|
Device?: string;
|
|
715
715
|
/**
|
|
716
|
-
*
|
|
716
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
717
717
|
*/
|
|
718
718
|
IsAbroad?: string;
|
|
719
719
|
/**
|
|
@@ -945,7 +945,7 @@ export interface DescribeDataPerformancePageRequest {
|
|
|
945
945
|
*/
|
|
946
946
|
ExtThird?: string;
|
|
947
947
|
/**
|
|
948
|
-
*
|
|
948
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
949
949
|
*/
|
|
950
950
|
IsAbroad?: string;
|
|
951
951
|
/**
|
|
@@ -1072,7 +1072,7 @@ export interface DescribeDataFetchUrlRequest {
|
|
|
1072
1072
|
*/
|
|
1073
1073
|
Device?: string;
|
|
1074
1074
|
/**
|
|
1075
|
-
*
|
|
1075
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1076
1076
|
*/
|
|
1077
1077
|
IsAbroad?: string;
|
|
1078
1078
|
/**
|
|
@@ -1144,7 +1144,7 @@ export interface DescribeDataLogUrlStatisticsResponse {
|
|
|
1144
1144
|
/**
|
|
1145
1145
|
* 返回值
|
|
1146
1146
|
*/
|
|
1147
|
-
Result
|
|
1147
|
+
Result?: string;
|
|
1148
1148
|
/**
|
|
1149
1149
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1150
1150
|
*/
|
|
@@ -1284,7 +1284,7 @@ export interface DescribeDataPvUrlStatisticsRequest {
|
|
|
1284
1284
|
*/
|
|
1285
1285
|
Device?: string;
|
|
1286
1286
|
/**
|
|
1287
|
-
*
|
|
1287
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1288
1288
|
*/
|
|
1289
1289
|
IsAbroad?: string;
|
|
1290
1290
|
/**
|
|
@@ -1436,7 +1436,7 @@ export interface DescribeDataStaticProjectRequest {
|
|
|
1436
1436
|
*/
|
|
1437
1437
|
Device?: string;
|
|
1438
1438
|
/**
|
|
1439
|
-
*
|
|
1439
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1440
1440
|
*/
|
|
1441
1441
|
IsAbroad?: string;
|
|
1442
1442
|
/**
|
|
@@ -1563,7 +1563,7 @@ export interface DescribeRumStatsLogListResponse {
|
|
|
1563
1563
|
/**
|
|
1564
1564
|
* 返回字符串
|
|
1565
1565
|
*/
|
|
1566
|
-
Result
|
|
1566
|
+
Result?: string;
|
|
1567
1567
|
/**
|
|
1568
1568
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1569
1569
|
*/
|
|
@@ -1578,7 +1578,7 @@ export interface CreateWhitelistRequest {
|
|
|
1578
1578
|
*/
|
|
1579
1579
|
InstanceID: string;
|
|
1580
1580
|
/**
|
|
1581
|
-
*
|
|
1581
|
+
* 备注(暂未作字节数限制)
|
|
1582
1582
|
*/
|
|
1583
1583
|
Remark: string;
|
|
1584
1584
|
/**
|
|
@@ -1627,7 +1627,7 @@ export interface DescribeDataCustomUrlResponse {
|
|
|
1627
1627
|
/**
|
|
1628
1628
|
* 返回值
|
|
1629
1629
|
*/
|
|
1630
|
-
Result
|
|
1630
|
+
Result?: string;
|
|
1631
1631
|
/**
|
|
1632
1632
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1633
1633
|
*/
|
|
@@ -1739,7 +1739,7 @@ export interface DescribeDataSetUrlStatisticsRequest {
|
|
|
1739
1739
|
*/
|
|
1740
1740
|
Device?: string;
|
|
1741
1741
|
/**
|
|
1742
|
-
*
|
|
1742
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1743
1743
|
*/
|
|
1744
1744
|
IsAbroad?: string;
|
|
1745
1745
|
/**
|
|
@@ -1779,7 +1779,7 @@ export interface DescribeDataStaticProjectResponse {
|
|
|
1779
1779
|
/**
|
|
1780
1780
|
* 返回值
|
|
1781
1781
|
*/
|
|
1782
|
-
Result
|
|
1782
|
+
Result?: string;
|
|
1783
1783
|
/**
|
|
1784
1784
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1785
1785
|
*/
|
|
@@ -1995,7 +1995,7 @@ export interface DescribeDataLogUrlStatisticsRequest {
|
|
|
1995
1995
|
*/
|
|
1996
1996
|
Device?: string;
|
|
1997
1997
|
/**
|
|
1998
|
-
*
|
|
1998
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1999
1999
|
*/
|
|
2000
2000
|
IsAbroad?: string;
|
|
2001
2001
|
/**
|
|
@@ -2143,7 +2143,7 @@ export interface DescribeDataPerformancePageResponse {
|
|
|
2143
2143
|
/**
|
|
2144
2144
|
* 返回值
|
|
2145
2145
|
*/
|
|
2146
|
-
Result
|
|
2146
|
+
Result?: string;
|
|
2147
2147
|
/**
|
|
2148
2148
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2149
2149
|
*/
|
|
@@ -2165,7 +2165,7 @@ export interface DescribeDataStaticResourceResponse {
|
|
|
2165
2165
|
/**
|
|
2166
2166
|
* 返回值
|
|
2167
2167
|
*/
|
|
2168
|
-
Result
|
|
2168
|
+
Result?: string;
|
|
2169
2169
|
/**
|
|
2170
2170
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2171
2171
|
*/
|
|
@@ -2257,7 +2257,7 @@ export interface DescribeDataWebVitalsPageRequest {
|
|
|
2257
2257
|
*/
|
|
2258
2258
|
Device?: string;
|
|
2259
2259
|
/**
|
|
2260
|
-
*
|
|
2260
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2261
2261
|
*/
|
|
2262
2262
|
IsAbroad?: string;
|
|
2263
2263
|
/**
|
|
@@ -2350,7 +2350,7 @@ export interface DescribeDataFetchUrlInfoRequest {
|
|
|
2350
2350
|
*/
|
|
2351
2351
|
Device?: string;
|
|
2352
2352
|
/**
|
|
2353
|
-
*
|
|
2353
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2354
2354
|
*/
|
|
2355
2355
|
IsAbroad?: string;
|
|
2356
2356
|
/**
|
|
@@ -2381,7 +2381,7 @@ export interface DescribeDataFetchUrlInfoResponse {
|
|
|
2381
2381
|
/**
|
|
2382
2382
|
* 返回值
|
|
2383
2383
|
*/
|
|
2384
|
-
Result
|
|
2384
|
+
Result?: string;
|
|
2385
2385
|
/**
|
|
2386
2386
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2387
2387
|
*/
|
|
@@ -2407,7 +2407,7 @@ export interface DescribeDataStaticUrlResponse {
|
|
|
2407
2407
|
/**
|
|
2408
2408
|
* 返回值
|
|
2409
2409
|
*/
|
|
2410
|
-
Result
|
|
2410
|
+
Result?: string;
|
|
2411
2411
|
/**
|
|
2412
2412
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2413
2413
|
*/
|
|
@@ -2420,11 +2420,11 @@ export interface CreateWhitelistResponse {
|
|
|
2420
2420
|
/**
|
|
2421
2421
|
* 消息
|
|
2422
2422
|
*/
|
|
2423
|
-
Msg
|
|
2423
|
+
Msg?: string;
|
|
2424
2424
|
/**
|
|
2425
2425
|
* 白名单ID
|
|
2426
2426
|
*/
|
|
2427
|
-
ID
|
|
2427
|
+
ID?: number;
|
|
2428
2428
|
/**
|
|
2429
2429
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2430
2430
|
*/
|
|
@@ -2499,7 +2499,7 @@ export interface DescribeDataWebVitalsPageResponse {
|
|
|
2499
2499
|
/**
|
|
2500
2500
|
* 返回值
|
|
2501
2501
|
*/
|
|
2502
|
-
Result
|
|
2502
|
+
Result?: string;
|
|
2503
2503
|
/**
|
|
2504
2504
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2505
2505
|
*/
|
|
@@ -2777,7 +2777,7 @@ export interface DescribeRumLogExportResponse {
|
|
|
2777
2777
|
/**
|
|
2778
2778
|
* 返回字符串
|
|
2779
2779
|
*/
|
|
2780
|
-
Result
|
|
2780
|
+
Result?: string;
|
|
2781
2781
|
/**
|
|
2782
2782
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2783
2783
|
*/
|
|
@@ -2947,7 +2947,7 @@ export interface DescribeDataStaticResourceRequest {
|
|
|
2947
2947
|
*/
|
|
2948
2948
|
Device?: string;
|
|
2949
2949
|
/**
|
|
2950
|
-
*
|
|
2950
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2951
2951
|
*/
|
|
2952
2952
|
IsAbroad?: string;
|
|
2953
2953
|
/**
|
|
@@ -3082,7 +3082,7 @@ export interface DescribeDataPvUrlInfoRequest {
|
|
|
3082
3082
|
*/
|
|
3083
3083
|
Device?: string;
|
|
3084
3084
|
/**
|
|
3085
|
-
*
|
|
3085
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3086
3086
|
*/
|
|
3087
3087
|
IsAbroad?: string;
|
|
3088
3088
|
/**
|
|
@@ -3118,7 +3118,7 @@ export interface DescribeDataFetchProjectResponse {
|
|
|
3118
3118
|
/**
|
|
3119
3119
|
* 返回值
|
|
3120
3120
|
*/
|
|
3121
|
-
Result
|
|
3121
|
+
Result?: string;
|
|
3122
3122
|
/**
|
|
3123
3123
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3124
3124
|
*/
|
|
@@ -3247,7 +3247,7 @@ export interface DescribeDataSetUrlStatisticsResponse {
|
|
|
3247
3247
|
/**
|
|
3248
3248
|
* 返回值
|
|
3249
3249
|
*/
|
|
3250
|
-
Result
|
|
3250
|
+
Result?: string;
|
|
3251
3251
|
/**
|
|
3252
3252
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3253
3253
|
*/
|
|
@@ -3417,27 +3417,27 @@ export interface DescribeMsgResponse {
|
|
|
3417
3417
|
/**
|
|
3418
3418
|
* 消息属性。
|
|
3419
3419
|
*/
|
|
3420
|
-
Properties
|
|
3420
|
+
Properties?: string;
|
|
3421
3421
|
/**
|
|
3422
3422
|
* 消息体。
|
|
3423
3423
|
*/
|
|
3424
|
-
Body
|
|
3424
|
+
Body?: string;
|
|
3425
3425
|
/**
|
|
3426
3426
|
* 批次ID。
|
|
3427
3427
|
*/
|
|
3428
|
-
BatchId
|
|
3428
|
+
BatchId?: string;
|
|
3429
3429
|
/**
|
|
3430
3430
|
* 生产时间。
|
|
3431
3431
|
*/
|
|
3432
|
-
ProduceTime
|
|
3432
|
+
ProduceTime?: string;
|
|
3433
3433
|
/**
|
|
3434
3434
|
* 消息ID。
|
|
3435
3435
|
*/
|
|
3436
|
-
MsgId
|
|
3436
|
+
MsgId?: string;
|
|
3437
3437
|
/**
|
|
3438
3438
|
* 生产者名称。
|
|
3439
3439
|
*/
|
|
3440
|
-
ProducerName
|
|
3440
|
+
ProducerName?: string;
|
|
3441
3441
|
/**
|
|
3442
3442
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3443
3443
|
*/
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { ModerateTextResponse, TextModerationRequest, ModerateTextRequest, TextModerationResponse } from "./tms_models";
|
|
3
|
+
import { AnswerQuestionRequest, AnswerQuestionResponse, ModerateTextResponse, TextModerationRequest, ModerateTextRequest, TextModerationResponse } from "./tms_models";
|
|
4
4
|
/**
|
|
5
5
|
* tms client
|
|
6
6
|
* @class
|
|
7
7
|
*/
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* "AIGC代答"产品帮助客户在其AIGC场景下,对于敏感类的问题,不是由客户的大模型机器人来回答,而是我们来进行代答,尽最大可能帮助客户规避风险。
|
|
12
|
+
*/
|
|
13
|
+
AnswerQuestion(req: AnswerQuestionRequest, cb?: (error: string, rep: AnswerQuestionResponse) => void): Promise<AnswerQuestionResponse>;
|
|
10
14
|
/**
|
|
11
15
|
* 天御文本内容安全定制标签文本审核接口为定制接口,会按照客户定制标签输出审核结果,如需使用请联系商务经理或[在线客服](https://cloud.tencent.com/online-service?from=doc_1125)咨询。
|
|
12
16
|
*/
|
|
@@ -27,6 +27,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("tms.tencentcloudapi.com", "2020-12-29", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* "AIGC代答"产品帮助客户在其AIGC场景下,对于敏感类的问题,不是由客户的大模型机器人来回答,而是我们来进行代答,尽最大可能帮助客户规避风险。
|
|
32
|
+
*/
|
|
33
|
+
async AnswerQuestion(req, cb) {
|
|
34
|
+
return this.request("AnswerQuestion", req, cb);
|
|
35
|
+
}
|
|
30
36
|
/**
|
|
31
37
|
* 天御文本内容安全定制标签文本审核接口为定制接口,会按照客户定制标签输出审核结果,如需使用请联系商务经理或[在线客服](https://cloud.tencent.com/online-service?from=doc_1125)咨询。
|
|
32
38
|
*/
|
|
@@ -1,27 +1,24 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* AnswerQuestion请求参数结构体
|
|
3
3
|
*/
|
|
4
|
-
export interface
|
|
5
|
-
/**
|
|
6
|
-
* 内容审核结果客户定制标签码
|
|
7
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
|
-
*/
|
|
9
|
-
Code?: string;
|
|
4
|
+
export interface AnswerQuestionRequest {
|
|
10
5
|
/**
|
|
11
|
-
*
|
|
12
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6
|
+
* 用户问题
|
|
13
7
|
*/
|
|
14
|
-
|
|
8
|
+
Question: string;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* AnswerQuestion返回参数结构体
|
|
12
|
+
*/
|
|
13
|
+
export interface AnswerQuestionResponse {
|
|
15
14
|
/**
|
|
16
|
-
*
|
|
17
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15
|
+
* 匹配到的答案
|
|
18
16
|
*/
|
|
19
|
-
|
|
17
|
+
Answer?: string;
|
|
20
18
|
/**
|
|
21
|
-
*
|
|
22
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
19
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23
20
|
*/
|
|
24
|
-
|
|
21
|
+
RequestId?: string;
|
|
25
22
|
}
|
|
26
23
|
/**
|
|
27
24
|
* 该字段用于返回审核结果明细字段的标签及分数
|
|
@@ -43,6 +40,31 @@ export interface Tag {
|
|
|
43
40
|
*/
|
|
44
41
|
Score?: number;
|
|
45
42
|
}
|
|
43
|
+
/**
|
|
44
|
+
* 内容审核多级标签结构
|
|
45
|
+
*/
|
|
46
|
+
export interface LabelGrade {
|
|
47
|
+
/**
|
|
48
|
+
* 内容审核结果客户定制标签码
|
|
49
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
50
|
+
*/
|
|
51
|
+
Code?: string;
|
|
52
|
+
/**
|
|
53
|
+
* 内容审核结果客户定制一级标签
|
|
54
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
55
|
+
*/
|
|
56
|
+
Grade1?: string;
|
|
57
|
+
/**
|
|
58
|
+
* 内容审核结果客户定制二级标签
|
|
59
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
60
|
+
*/
|
|
61
|
+
Grade2?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 内容审核结果客户定制三级标签
|
|
64
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
65
|
+
*/
|
|
66
|
+
Grade3?: string;
|
|
67
|
+
}
|
|
46
68
|
/**
|
|
47
69
|
* 情感分析结果
|
|
48
70
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeConfigFileGroupsResponse, DescribeCloudNativeAPIGatewayCertificatesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DescribeCloudNativeAPIGatewayNodesRequest, DeleteNativeGatewayServerGroupResponse, ModifyConsoleNetworkRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DescribeAutoScalerResourceStrategyBindingGroupsRequest, CreateNativeGatewayServerGroupRequest, DescribeAllConfigFileTemplatesResponse, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeGovernanceAliasesRequest, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, ModifyGovernanceAliasRequest, DescribeCloudNativeAPIGatewayNodesResponse, DescribeConfigFileReleaseVersionsRequest, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeZookeeperServerInterfacesRequest, DeleteGovernanceNamespacesResponse, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRequest, CreateWafDomainsResponse, DescribeCloudNativeAPIGatewayServicesRequest, CreateConfigFileResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeGovernanceServiceContractVersionsRequest, DeleteAutoScalerResourceStrategyRequest, DescribePublicNetworkRequest, CreateGovernanceInstancesResponse, CreateGovernanceNamespacesRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DeleteGovernanceInstancesResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, BindAutoScalerResourceStrategyToGroupsResponse, DescribeAutoScalerResourceStrategiesResponse, ModifyNetworkAccessStrategyRequest, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, DeleteGovernanceAliasesResponse, RollbackConfigFileReleasesResponse, ModifyUpstreamNodeStatusRequest, ModifyCloudNativeAPIGatewayRouteResponse, OpenWafProtectionResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileReleasesResponse,
|
|
3
|
+
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeConfigFileGroupsResponse, DescribeCloudNativeAPIGatewayCertificatesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DescribeCloudNativeAPIGatewayNodesRequest, DeleteNativeGatewayServerGroupResponse, ModifyConsoleNetworkRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DescribeAutoScalerResourceStrategyBindingGroupsRequest, CreateNativeGatewayServerGroupRequest, DescribeAllConfigFileTemplatesResponse, DescribeCloudNativeAPIGatewayConfigResponse, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeGovernanceAliasesRequest, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, ModifyGovernanceAliasRequest, DescribeCloudNativeAPIGatewayNodesResponse, DescribeConfigFileReleaseVersionsRequest, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeZookeeperServerInterfacesRequest, DeleteGovernanceNamespacesResponse, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRequest, CreateWafDomainsResponse, DescribeCloudNativeAPIGatewayServicesRequest, CreateConfigFileResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeGovernanceServiceContractVersionsRequest, DeleteAutoScalerResourceStrategyRequest, DescribePublicNetworkRequest, CreateGovernanceInstancesResponse, CreateGovernanceNamespacesRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DeleteGovernanceInstancesResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, BindAutoScalerResourceStrategyToGroupsResponse, DescribeAutoScalerResourceStrategiesResponse, ModifyNetworkAccessStrategyRequest, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, DeleteGovernanceAliasesResponse, RollbackConfigFileReleasesResponse, ModifyUpstreamNodeStatusRequest, ModifyCloudNativeAPIGatewayRouteResponse, OpenWafProtectionResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileReleasesResponse, CreateGovernanceServicesRequest, DescribeCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeGovernanceInstancesResponse, ModifyConfigFilesRequest, DeleteGovernanceNamespacesRequest, ModifyGovernanceNamespacesResponse, DescribeConfigFileReleaseRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DescribeCloudNativeAPIGatewayConfigRequest, ModifyConfigFileGroupRequest, UnbindAutoScalerResourceStrategyFromGroupsResponse, DeleteConfigFilesResponse, DescribeCloudNativeAPIGatewaysRequest, CreateGovernanceInstancesRequest, ModifyConfigFilesResponse, BindAutoScalerResourceStrategyToGroupsRequest, ModifyNetworkAccessStrategyResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayRouteRequest, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, DescribePublicNetworkResponse, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DeleteGovernanceInstancesRequest, DeleteGovernanceInstancesByHostRequest, DescribeConfigFileResponse, RollbackConfigFileReleasesRequest, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CreateGovernanceNamespacesResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateConfigFileGroupRequest, DeleteEngineRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, DescribeWafDomainsResponse, ModifyNetworkBasicInfoRequest, DescribeUpstreamHealthCheckConfigRequest, DescribeSREInstanceAccessAddressRequest, DeleteAutoScalerResourceStrategyResponse, ModifyConsoleNetworkResponse, DescribeConfigFileGroupsRequest, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateUpstreamTargetsResponse, UpdateUpstreamHealthCheckConfigRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeGovernanceServiceContractsRequest, ModifyAutoScalerResourceStrategyRequest, DescribeConfigFileReleaseVersionsResponse, DeleteGovernanceAliasesRequest, DescribeConfigFilesResponse, DescribeConfigFileReleasesRequest, DescribeAllConfigFileTemplatesRequest, DescribeGovernanceNamespacesResponse, DeleteCloudNativeAPIGatewayRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, DeleteGovernanceInstancesByHostResponse, DescribeConfigFilesByGroupRequest, CreateGovernanceServicesResponse, CreateConfigFileGroupResponse, ModifyGovernanceNamespacesRequest, CreateGovernanceAliasRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, DescribeConfigFilesRequest, CreateCloudNativeAPIGatewayCertificateRequest, DescribeConfigFilesByGroupResponse, DescribeWafDomainsRequest, DescribeWafProtectionRequest, ModifyUpstreamNodeStatusResponse, DescribeAutoScalerResourceStrategiesRequest, CreateCloudNativeAPIGatewayPublicNetworkRequest, DescribeGovernanceInstancesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, ModifyGovernanceServicesRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, DeleteConfigFileGroupRequest, DescribeNativeGatewayServerGroupsResponse, UpdateEngineInternetAccessRequest, ModifyCloudNativeAPIGatewayResponse, OpenWafProtectionRequest, DeleteGovernanceServicesRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, ModifyConfigFileGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNetworkBasicInfoResponse, ModifyGovernanceServicesResponse, UpdateEngineInternetAccessResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceServiceContractsResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeNativeGatewayServerGroupsRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, DescribeConfigFileRequest, ModifyGovernanceAliasResponse, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DeleteConfigFileReleasesResponse, DescribeZookeeperReplicasResponse, DescribeGovernanceServiceContractVersionsResponse, ModifyGovernanceInstancesRequest, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, PublishConfigFilesRequest, CreateAutoScalerResourceStrategyResponse, DescribeConfigFileReleaseHistoriesRequest, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, ModifyGovernanceInstancesResponse, DescribeCloudNativeAPIGatewayPortsRequest, UpdateCloudNativeAPIGatewayCertificateInfoResponse, DescribeGovernanceServicesRequest, DescribeConfigFileReleaseResponse, DescribeGovernanceAliasesResponse } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|
|
@@ -720,6 +720,19 @@ export interface QpsThreshold {
|
|
|
720
720
|
*/
|
|
721
721
|
Max: number;
|
|
722
722
|
}
|
|
723
|
+
/**
|
|
724
|
+
* DescribeCloudNativeAPIGatewayConfig返回参数结构体
|
|
725
|
+
*/
|
|
726
|
+
export interface DescribeCloudNativeAPIGatewayConfigResponse {
|
|
727
|
+
/**
|
|
728
|
+
* 获取云原生API网关响应结果。
|
|
729
|
+
*/
|
|
730
|
+
Result?: DescribeCloudNativeAPIGatewayConfigResult;
|
|
731
|
+
/**
|
|
732
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
733
|
+
*/
|
|
734
|
+
RequestId?: string;
|
|
735
|
+
}
|
|
723
736
|
/**
|
|
724
737
|
* ModifyCloudNativeAPIGatewayRouteRateLimit请求参数结构体
|
|
725
738
|
*/
|
|
@@ -2772,17 +2785,17 @@ export interface KongPassiveHealthCheck {
|
|
|
2772
2785
|
Type?: string;
|
|
2773
2786
|
}
|
|
2774
2787
|
/**
|
|
2775
|
-
*
|
|
2788
|
+
* CreateGovernanceServices请求参数结构体
|
|
2776
2789
|
*/
|
|
2777
|
-
export interface
|
|
2790
|
+
export interface CreateGovernanceServicesRequest {
|
|
2778
2791
|
/**
|
|
2779
|
-
*
|
|
2792
|
+
* tse 实例 id。
|
|
2780
2793
|
*/
|
|
2781
|
-
|
|
2794
|
+
InstanceId: string;
|
|
2782
2795
|
/**
|
|
2783
|
-
*
|
|
2796
|
+
* 服务信息。
|
|
2784
2797
|
*/
|
|
2785
|
-
|
|
2798
|
+
GovernanceServices: Array<GovernanceServiceInput>;
|
|
2786
2799
|
}
|
|
2787
2800
|
/**
|
|
2788
2801
|
* DescribeCloudNativeAPIGateway请求参数结构体
|
|
@@ -4098,17 +4111,17 @@ export interface DescribeGovernanceServicesResponse {
|
|
|
4098
4111
|
RequestId?: string;
|
|
4099
4112
|
}
|
|
4100
4113
|
/**
|
|
4101
|
-
*
|
|
4114
|
+
* 云原生网关限流插件参数限流的精确Qps阈值
|
|
4102
4115
|
*/
|
|
4103
|
-
export interface
|
|
4116
|
+
export interface AccurateQpsThreshold {
|
|
4104
4117
|
/**
|
|
4105
|
-
*
|
|
4118
|
+
* qps阈值控制维度,包含:second、minute、hour、day、month、year
|
|
4106
4119
|
*/
|
|
4107
|
-
|
|
4120
|
+
Unit: string;
|
|
4108
4121
|
/**
|
|
4109
|
-
*
|
|
4122
|
+
* 全局配置ID
|
|
4110
4123
|
*/
|
|
4111
|
-
|
|
4124
|
+
GlobalConfigId: string;
|
|
4112
4125
|
}
|
|
4113
4126
|
/**
|
|
4114
4127
|
* CreateGovernanceNamespaces返回参数结构体
|
|
@@ -5830,6 +5843,11 @@ export interface LimitRule {
|
|
|
5830
5843
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5831
5844
|
*/
|
|
5832
5845
|
QpsThresholds?: Array<QpsThreshold>;
|
|
5846
|
+
/**
|
|
5847
|
+
* 精确限流阈值
|
|
5848
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5849
|
+
*/
|
|
5850
|
+
AccurateQpsThresholds?: Array<AccurateQpsThreshold>;
|
|
5833
5851
|
}
|
|
5834
5852
|
/**
|
|
5835
5853
|
* CreateCloudNativeAPIGatewayServiceRateLimit返回参数结构体
|
|
@@ -7316,6 +7334,10 @@ export interface CreateEngineRequest {
|
|
|
7316
7334
|
如果只有一个磁盘,storageCapacity与storageOption里面的capacity应该一致
|
|
7317
7335
|
*/
|
|
7318
7336
|
StorageOption?: Array<StorageOption>;
|
|
7337
|
+
/**
|
|
7338
|
+
* ZK引擎实例,可用区分布约束,STRICT:强约束,PERMISSIVE: 弱约束
|
|
7339
|
+
*/
|
|
7340
|
+
AffinityConstraint?: string;
|
|
7319
7341
|
}
|
|
7320
7342
|
/**
|
|
7321
7343
|
* ModifyCloudNativeAPIGatewayCanaryRule请求参数结构体
|
|
@@ -7677,7 +7699,8 @@ export interface EngineRegionInfo {
|
|
|
7677
7699
|
*/
|
|
7678
7700
|
VpcInfos: Array<VpcInfo>;
|
|
7679
7701
|
/**
|
|
7680
|
-
* 是否为主地域
|
|
7702
|
+
* Polaris: 是否为主地域
|
|
7703
|
+
Zookeeper: 是否为Leader固定地域
|
|
7681
7704
|
*/
|
|
7682
7705
|
MainRegion?: boolean;
|
|
7683
7706
|
/**
|
|
@@ -288,6 +288,16 @@ it("domain.v20180808.BatchModifyDomainInfo", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
+
it("domain.v20180808.ModifyTemplate", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.ModifyTemplate({})
|
|
294
|
+
expect(data).to.be.ok
|
|
295
|
+
} catch(error) {
|
|
296
|
+
expect(error.requestId).to.be.ok
|
|
297
|
+
expect(error.code).to.be.ok
|
|
298
|
+
}
|
|
299
|
+
})
|
|
300
|
+
|
|
291
301
|
it("domain.v20180808.TransferProhibitionBatch", async function () {
|
|
292
302
|
try {
|
|
293
303
|
const data = await client.TransferProhibitionBatch({})
|
|
@@ -128,6 +128,16 @@ it("ess.v20201111.CreateFlowGroupSignReview", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("ess.v20201111.UnbindEmployeeUserIdWithClientOpenId", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.UnbindEmployeeUserIdWithClientOpenId({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
131
141
|
it("ess.v20201111.RenewAutoSignLicense", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.RenewAutoSignLicense({})
|
|
@@ -168,9 +178,9 @@ it("ess.v20201111.ModifyExtendedService", async function () {
|
|
|
168
178
|
}
|
|
169
179
|
})
|
|
170
180
|
|
|
171
|
-
it("ess.v20201111.
|
|
181
|
+
it("ess.v20201111.DescribeBatchOrganizationRegistrationUrls", async function () {
|
|
172
182
|
try {
|
|
173
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeBatchOrganizationRegistrationUrls({})
|
|
174
184
|
expect(data).to.be.ok
|
|
175
185
|
} catch(error) {
|
|
176
186
|
expect(error.requestId).to.be.ok
|