tencentcloud-sdk-nodejs 4.0.522 → 4.0.524
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 +398 -0
- package/SERVICE_CHANGELOG.md +370 -93
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +2 -3
- package/src/services/antiddos/v20200309/antiddos_models.ts +13 -3
- package/src/services/cdb/v20170320/cdb_models.ts +25 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +32 -16
- package/src/services/dayu/v20180709/dayu_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +16 -3
- package/src/services/ess/v20201111/ess_models.ts +230 -161
- package/src/services/essbasic/v20210526/essbasic_client.ts +15 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +83 -13
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/gme/v20180711/gme_client.ts +6 -6
- package/src/services/gme/v20180711/gme_models.ts +25 -25
- package/src/services/lcic/v20220817/lcic_client.ts +16 -2
- package/src/services/lcic/v20220817/lcic_models.ts +80 -25
- package/src/services/monitor/v20180724/monitor_client.ts +543 -290
- package/src/services/monitor/v20180724/monitor_models.ts +6085 -4792
- package/src/services/mps/v20190612/mps_models.ts +7 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +24 -12
- package/src/services/teo/v20220901/teo_models.ts +3 -2
- package/src/services/tiia/v20190529/tiia_client.ts +18 -0
- package/src/services/tiia/v20190529/tiia_models.ts +35 -0
- package/src/services/tiw/v20190919/tiw_models.ts +29 -11
- package/src/services/tke/v20180525/tke_models.ts +11 -1
- package/src/services/trp/v20210515/trp_models.ts +10 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +0 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +11 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +20 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +30 -14
- package/tencentcloud/services/dayu/v20180709/dayu_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +197 -138
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +72 -13
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -6
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -6
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +25 -25
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +68 -22
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +91 -11
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +135 -15
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5383 -4272
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +22 -12
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +11 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +12 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +30 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +26 -11
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +9 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/monitor.v20180724.test.js +210 -10
- package/test/tiia.v20190529.test.js +10 -0
|
@@ -7279,6 +7279,13 @@ export interface AiAnalysisTaskInput {
|
|
|
7279
7279
|
* 视频内容分析模板 ID。
|
|
7280
7280
|
*/
|
|
7281
7281
|
Definition: number
|
|
7282
|
+
|
|
7283
|
+
/**
|
|
7284
|
+
* 扩展参数,其值为序列化的 json字符串。
|
|
7285
|
+
注意:此参数为定制需求参数,需要线下对接。
|
|
7286
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7287
|
+
*/
|
|
7288
|
+
ExtendedParameter?: string
|
|
7282
7289
|
}
|
|
7283
7290
|
|
|
7284
7291
|
/**
|
|
@@ -633,73 +633,85 @@ export interface Savepoint {
|
|
|
633
633
|
* 主键
|
|
634
634
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
635
635
|
*/
|
|
636
|
-
Id
|
|
636
|
+
Id?: number
|
|
637
637
|
|
|
638
638
|
/**
|
|
639
639
|
* 版本号
|
|
640
640
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
641
641
|
*/
|
|
642
|
-
VersionId
|
|
642
|
+
VersionId?: number
|
|
643
643
|
|
|
644
644
|
/**
|
|
645
645
|
* 状态 1: Active; 2: Expired; 3: InProgress; 4: Failed; 5: Timeout
|
|
646
646
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
647
647
|
*/
|
|
648
|
-
Status
|
|
648
|
+
Status?: number
|
|
649
649
|
|
|
650
650
|
/**
|
|
651
651
|
* 创建时间
|
|
652
652
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
653
653
|
*/
|
|
654
|
-
CreateTime
|
|
654
|
+
CreateTime?: number
|
|
655
655
|
|
|
656
656
|
/**
|
|
657
657
|
* 更新时间
|
|
658
658
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
659
659
|
*/
|
|
660
|
-
UpdateTime
|
|
660
|
+
UpdateTime?: number
|
|
661
661
|
|
|
662
662
|
/**
|
|
663
663
|
* 路径
|
|
664
664
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
665
665
|
*/
|
|
666
|
-
Path
|
|
666
|
+
Path?: string
|
|
667
667
|
|
|
668
668
|
/**
|
|
669
669
|
* 大小
|
|
670
670
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
671
671
|
*/
|
|
672
|
-
Size
|
|
672
|
+
Size?: number
|
|
673
673
|
|
|
674
674
|
/**
|
|
675
675
|
* 快照类型 1: savepoint;2: checkpoint;3: cancelWithSavepoint
|
|
676
676
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
677
677
|
*/
|
|
678
|
-
RecordType
|
|
678
|
+
RecordType?: number
|
|
679
679
|
|
|
680
680
|
/**
|
|
681
681
|
* 运行作业实例的顺序 ID
|
|
682
682
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
683
683
|
*/
|
|
684
|
-
JobRuntimeId
|
|
684
|
+
JobRuntimeId?: number
|
|
685
685
|
|
|
686
686
|
/**
|
|
687
687
|
* 描述
|
|
688
688
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
689
689
|
*/
|
|
690
|
-
Description
|
|
690
|
+
Description?: string
|
|
691
691
|
|
|
692
692
|
/**
|
|
693
693
|
* 固定超时时间
|
|
694
694
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
695
695
|
*/
|
|
696
|
-
Timeout
|
|
696
|
+
Timeout?: number
|
|
697
697
|
|
|
698
698
|
/**
|
|
699
699
|
* 快照 serialId
|
|
700
700
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
701
701
|
*/
|
|
702
|
-
SerialId
|
|
702
|
+
SerialId?: string
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* 耗时
|
|
706
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
707
|
+
*/
|
|
708
|
+
TimeConsuming?: number
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* 快照路径状态 1:可用;2:不可用;
|
|
712
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
713
|
+
*/
|
|
714
|
+
PathStatus?: number
|
|
703
715
|
}
|
|
704
716
|
|
|
705
717
|
/**
|
|
@@ -1639,7 +1639,7 @@ export interface DescribeOriginProtectionResponse {
|
|
|
1639
1639
|
* 源站防护信息。
|
|
1640
1640
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1641
1641
|
*/
|
|
1642
|
-
OriginProtectionInfo
|
|
1642
|
+
OriginProtectionInfo?: Array<OriginProtectionInfo>
|
|
1643
1643
|
|
|
1644
1644
|
/**
|
|
1645
1645
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2913,7 +2913,7 @@ export interface DescribeOriginProtectionRequest {
|
|
|
2913
2913
|
<li>need-update<br> 按照【<strong>站点是否需要更新源站防护IP白名单</strong>】进行过滤。<br> 类型:String<br> 必选:否<br> 可选项:<br> true:需要更新<br> false:无需更新<br></li>
|
|
2914
2914
|
<li>plan-support<br> 按照【<strong>站点套餐是否支持源站防护</strong>】进行过滤。<br> 类型:String<br> 必选:否<br> 可选项:<br> true:支持<br> false:不支持<br></li>
|
|
2915
2915
|
*/
|
|
2916
|
-
Filters?: Filter
|
|
2916
|
+
Filters?: Array<Filter>
|
|
2917
2917
|
|
|
2918
2918
|
/**
|
|
2919
2919
|
* 分页查询偏移量,默认为0。
|
|
@@ -7380,6 +7380,7 @@ export interface Resource {
|
|
|
7380
7380
|
* 地域,取值有:
|
|
7381
7381
|
<li>mainland:国内;</li>
|
|
7382
7382
|
<li>overseas:海外。</li>
|
|
7383
|
+
<li>global:全球。</li>
|
|
7383
7384
|
*/
|
|
7384
7385
|
Area: string
|
|
7385
7386
|
}
|
|
@@ -48,6 +48,7 @@ import {
|
|
|
48
48
|
AssessQualityRequest,
|
|
49
49
|
DeleteImagesRequest,
|
|
50
50
|
CreateGroupRequest,
|
|
51
|
+
UpdateImageRequest,
|
|
51
52
|
DescribeImagesRequest,
|
|
52
53
|
Rect,
|
|
53
54
|
DetectProductBetaRequest,
|
|
@@ -82,6 +83,7 @@ import {
|
|
|
82
83
|
LemmaInfo,
|
|
83
84
|
DescribeImagesResponse,
|
|
84
85
|
DetectMisbehaviorRequest,
|
|
86
|
+
UpdateImageResponse,
|
|
85
87
|
CreateGroupResponse,
|
|
86
88
|
} from "./tiia_models"
|
|
87
89
|
|
|
@@ -434,6 +436,7 @@ export class Client extends AbstractClient {
|
|
|
434
436
|
>
|
|
435
437
|
- 可前往 [图像搜索](https://cloud.tencent.com/document/product/1589) 产品文档中查看更多产品信息。
|
|
436
438
|
|
|
439
|
+
|
|
437
440
|
*/
|
|
438
441
|
async SearchImage(
|
|
439
442
|
req: SearchImageRequest,
|
|
@@ -442,6 +445,21 @@ export class Client extends AbstractClient {
|
|
|
442
445
|
return this.request("SearchImage", req, cb)
|
|
443
446
|
}
|
|
444
447
|
|
|
448
|
+
/**
|
|
449
|
+
* 本接口支持根据图库ID、物品ID、图片名称来修改图片信息(暂仅支持修改Tags)
|
|
450
|
+
|
|
451
|
+
>
|
|
452
|
+
- 可前往 [图像搜索](https://cloud.tencent.com/document/product/1589) 产品文档中查看更多产品信息。
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
*/
|
|
456
|
+
async UpdateImage(
|
|
457
|
+
req: UpdateImageRequest,
|
|
458
|
+
cb?: (error: string, rep: UpdateImageResponse) => void
|
|
459
|
+
): Promise<UpdateImageResponse> {
|
|
460
|
+
return this.request("UpdateImage", req, cb)
|
|
461
|
+
}
|
|
462
|
+
|
|
445
463
|
/**
|
|
446
464
|
* 传入一张图片,识别出图片中是否存在宠物
|
|
447
465
|
>
|
|
@@ -931,6 +931,31 @@ GroupType不支持修改,若不确定适用的服务类型,建议先对不
|
|
|
931
931
|
GroupType?: number
|
|
932
932
|
}
|
|
933
933
|
|
|
934
|
+
/**
|
|
935
|
+
* UpdateImage请求参数结构体
|
|
936
|
+
*/
|
|
937
|
+
export interface UpdateImageRequest {
|
|
938
|
+
/**
|
|
939
|
+
* 图库ID。
|
|
940
|
+
*/
|
|
941
|
+
GroupId: string
|
|
942
|
+
|
|
943
|
+
/**
|
|
944
|
+
* 物品ID,最多支持64个字符。
|
|
945
|
+
*/
|
|
946
|
+
EntityId: string
|
|
947
|
+
|
|
948
|
+
/**
|
|
949
|
+
* 图片名称,最多支持64个字符。
|
|
950
|
+
*/
|
|
951
|
+
PicName?: string
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* 新的自定义标签,最多不超过10个,格式为JSON。
|
|
955
|
+
*/
|
|
956
|
+
Tags?: string
|
|
957
|
+
}
|
|
958
|
+
|
|
934
959
|
/**
|
|
935
960
|
* DescribeImages请求参数结构体
|
|
936
961
|
*/
|
|
@@ -1868,6 +1893,16 @@ export interface DetectMisbehaviorRequest {
|
|
|
1868
1893
|
ImageBase64?: string
|
|
1869
1894
|
}
|
|
1870
1895
|
|
|
1896
|
+
/**
|
|
1897
|
+
* UpdateImage返回参数结构体
|
|
1898
|
+
*/
|
|
1899
|
+
export interface UpdateImageResponse {
|
|
1900
|
+
/**
|
|
1901
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1902
|
+
*/
|
|
1903
|
+
RequestId?: string
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1871
1906
|
/**
|
|
1872
1907
|
* CreateGroup返回参数结构体
|
|
1873
1908
|
*/
|
|
@@ -214,13 +214,13 @@ export interface StartWhiteboardPushRequest {
|
|
|
214
214
|
RoomId: number
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
* 用于白板推流服务进入白板房间的用户ID
|
|
218
|
-
用户ID最大长度不能大于60
|
|
217
|
+
* 用于白板推流服务进入白板房间的用户ID。在没有额外指定`IMAuthParam`和`TRTCAuthParam`的情况下,这个用户ID同时会用于IM登录、IM加群、TRTC进房推流等操作。
|
|
218
|
+
用户ID最大长度不能大于60个字节,该用户ID必须是一个单独的未同时在其他地方使用的用户ID,白板推流服务使用这个用户ID进入房间进行白板音视频推流,若该用户ID和其他地方同时在使用的用户ID重复,会导致白板推流服务与其他使用场景帐号互踢,影响正常推流。
|
|
219
219
|
*/
|
|
220
220
|
PushUserId: string
|
|
221
221
|
|
|
222
222
|
/**
|
|
223
|
-
* 与PushUserId
|
|
223
|
+
* 与PushUserId对应的IM签名(usersig)。
|
|
224
224
|
*/
|
|
225
225
|
PushUserSig: string
|
|
226
226
|
|
|
@@ -337,9 +337,7 @@ SdkAppID = 12345678,RoomID = 12345,PushUserID = push_user_1
|
|
|
337
337
|
TRTCRoomIdStr?: string
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
|
-
*
|
|
341
|
-
|
|
342
|
-
IM鉴权信息参数,用于IM鉴权。
|
|
340
|
+
* IM鉴权信息参数,用于IM鉴权。
|
|
343
341
|
当白板信令所使用的IM应用与白板应用的SdkAppId不一致时,可以通过此参数提供对应IM应用鉴权信息。
|
|
344
342
|
|
|
345
343
|
如果提供了此参数,白板推流服务会优先使用此参数指定的SdkAppId作为白板信令的传输通道,否则使用公共参数中的SdkAppId作为白板信令的传输通道。
|
|
@@ -347,14 +345,22 @@ IM鉴权信息参数,用于IM鉴权。
|
|
|
347
345
|
IMAuthParam?: AuthParam
|
|
348
346
|
|
|
349
347
|
/**
|
|
350
|
-
*
|
|
351
|
-
|
|
352
|
-
TRTC鉴权信息参数,用于TRTC进房推流鉴权。
|
|
348
|
+
* TRTC鉴权信息参数,用于TRTC进房推流鉴权。
|
|
353
349
|
当需要推流到的TRTC房间所对应的TRTC应用与白板应用的SdkAppId不一致时,可以通过此参数提供对应的TRTC应用鉴权信息。
|
|
354
350
|
|
|
355
351
|
如果提供了此参数,白板推流服务会优先使用此参数指定的SdkAppId作为白板推流的目标TRTC应用,否则使用公共参数中的SdkAppId作为白板推流的目标TRTC应用。
|
|
356
352
|
*/
|
|
357
353
|
TRTCAuthParam?: AuthParam
|
|
354
|
+
|
|
355
|
+
/**
|
|
356
|
+
* 内测参数,需要提前申请白名单进行体验。
|
|
357
|
+
|
|
358
|
+
指定白板推流时推流用户进TRTC房间的进房模式。默认为 TRTCAppSceneVideoCall
|
|
359
|
+
|
|
360
|
+
TRTCAppSceneVideoCall - 视频通话场景,即绝大多数时间都是两人或两人以上视频通话的场景,内部编码器和网络协议优化侧重流畅性,降低通话延迟和卡顿率。
|
|
361
|
+
TRTCAppSceneLIVE - 直播场景,即绝大多数时间都是一人直播,偶尔有多人视频互动的场景,内部编码器和网络协议优化侧重性能和兼容性,性能和清晰度表现更佳。
|
|
362
|
+
*/
|
|
363
|
+
TRTCEnterRoomMode?: string
|
|
358
364
|
}
|
|
359
365
|
|
|
360
366
|
/**
|
|
@@ -697,13 +703,13 @@ export interface StartWhiteboardPushResponse {
|
|
|
697
703
|
/**
|
|
698
704
|
* 推流任务Id
|
|
699
705
|
*/
|
|
700
|
-
TaskId
|
|
706
|
+
TaskId?: string
|
|
701
707
|
|
|
702
708
|
/**
|
|
703
709
|
* 备份任务结果参数
|
|
704
710
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
705
711
|
*/
|
|
706
|
-
Backup
|
|
712
|
+
Backup?: string
|
|
707
713
|
|
|
708
714
|
/**
|
|
709
715
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1579,6 +1585,18 @@ export interface DescribeTranscodeResponse {
|
|
|
1579
1585
|
*/
|
|
1580
1586
|
CompressFileUrl?: string
|
|
1581
1587
|
|
|
1588
|
+
/**
|
|
1589
|
+
* 资源清单文件下载URL(内测体验)
|
|
1590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1591
|
+
*/
|
|
1592
|
+
ResourceListUrl?: string
|
|
1593
|
+
|
|
1594
|
+
/**
|
|
1595
|
+
* 文档制作方式(内测体验)
|
|
1596
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1597
|
+
*/
|
|
1598
|
+
Ext?: string
|
|
1599
|
+
|
|
1582
1600
|
/**
|
|
1583
1601
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1584
1602
|
*/
|
|
@@ -1052,6 +1052,11 @@ major 大版本原地升级
|
|
|
1052
1052
|
* 最大可容忍的不可用Pod比例
|
|
1053
1053
|
*/
|
|
1054
1054
|
MaxNotReadyPercent?: number
|
|
1055
|
+
|
|
1056
|
+
/**
|
|
1057
|
+
* 是否升级节点运行时,默认false不升级
|
|
1058
|
+
*/
|
|
1059
|
+
UpgradeRunTime?: boolean
|
|
1055
1060
|
}
|
|
1056
1061
|
|
|
1057
1062
|
/**
|
|
@@ -6850,6 +6855,11 @@ export interface CreateClusterVirtualNodePoolRequest {
|
|
|
6850
6855
|
*/
|
|
6851
6856
|
SubnetIds?: Array<string>
|
|
6852
6857
|
|
|
6858
|
+
/**
|
|
6859
|
+
* 安全组ID列表
|
|
6860
|
+
*/
|
|
6861
|
+
SecurityGroupIds?: Array<string>
|
|
6862
|
+
|
|
6853
6863
|
/**
|
|
6854
6864
|
* 虚拟节点label
|
|
6855
6865
|
*/
|
|
@@ -9635,7 +9645,7 @@ export interface CreateClusterVirtualNodePoolResponse {
|
|
|
9635
9645
|
/**
|
|
9636
9646
|
* 节点池ID
|
|
9637
9647
|
*/
|
|
9638
|
-
NodePoolId
|
|
9648
|
+
NodePoolId?: string
|
|
9639
9649
|
|
|
9640
9650
|
/**
|
|
9641
9651
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.524";
|
|
@@ -194,7 +194,6 @@ export declare class Client extends AbstractClient {
|
|
|
194
194
|
DescribeBizHttpStatus(req: DescribeBizHttpStatusRequest, cb?: (error: string, rep: DescribeBizHttpStatusResponse) => void): Promise<DescribeBizHttpStatusResponse>;
|
|
195
195
|
/**
|
|
196
196
|
* 获取高防包资产实例列表
|
|
197
|
-
|
|
198
197
|
*/
|
|
199
198
|
DescribeListBGPInstances(req: DescribeListBGPInstancesRequest, cb?: (error: string, rep: DescribeListBGPInstancesResponse) => void): Promise<DescribeListBGPInstancesResponse>;
|
|
200
199
|
/**
|
|
@@ -565,7 +565,7 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
565
565
|
*/
|
|
566
566
|
FilterInstanceIdList?: Array<string>;
|
|
567
567
|
/**
|
|
568
|
-
*
|
|
568
|
+
* 企业版搜索, 1:包含重保护航套餐下的企业版列表, 2: 不包含重保护航套餐的企业版列表
|
|
569
569
|
*/
|
|
570
570
|
FilterEnterpriseFlag?: number;
|
|
571
571
|
/**
|
|
@@ -588,6 +588,10 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
588
588
|
* 重保护航搜索
|
|
589
589
|
*/
|
|
590
590
|
FilterConvoy?: number;
|
|
591
|
+
/**
|
|
592
|
+
* 默认false;接口传true,返回数据中不包含高级信息,高级信息包含:InstanceList[0].Usage。
|
|
593
|
+
*/
|
|
594
|
+
ExcludeAdvancedInfo?: boolean;
|
|
591
595
|
}
|
|
592
596
|
/**
|
|
593
597
|
* 字段值,K-V形式
|
|
@@ -982,6 +986,10 @@ export interface L7RuleHealth {
|
|
|
982
986
|
* 被动探测判定正常状态码,1xx =1, 2xx=2, 3xx=4, 4xx=8,5xx=16,多个状态码值加和
|
|
983
987
|
*/
|
|
984
988
|
PassiveStatusCode?: number;
|
|
989
|
+
/**
|
|
990
|
+
* 被动探测配置状态,0: 正常,1:配置中,2:配置失败
|
|
991
|
+
*/
|
|
992
|
+
PassiveStatus?: number;
|
|
985
993
|
}
|
|
986
994
|
/**
|
|
987
995
|
* ModifyPacketFilterConfig返回参数结构体
|
|
@@ -4641,11 +4649,11 @@ export interface DescribeListBGPInstancesResponse {
|
|
|
4641
4649
|
/**
|
|
4642
4650
|
* 总数
|
|
4643
4651
|
*/
|
|
4644
|
-
Total
|
|
4652
|
+
Total?: number;
|
|
4645
4653
|
/**
|
|
4646
4654
|
* 高防包资产实例列表
|
|
4647
4655
|
*/
|
|
4648
|
-
InstanceList
|
|
4656
|
+
InstanceList?: Array<BGPInstance>;
|
|
4649
4657
|
/**
|
|
4650
4658
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4651
4659
|
*/
|
|
@@ -718,6 +718,14 @@ export interface DescribeDBInstancesRequest {
|
|
|
718
718
|
* 标签键值
|
|
719
719
|
*/
|
|
720
720
|
Tags?: Array<Tag>;
|
|
721
|
+
/**
|
|
722
|
+
* 数据库代理 IP 。
|
|
723
|
+
*/
|
|
724
|
+
ProxyVips?: Array<string>;
|
|
725
|
+
/**
|
|
726
|
+
* 数据库代理 ID 。
|
|
727
|
+
*/
|
|
728
|
+
ProxyIds?: Array<string>;
|
|
721
729
|
}
|
|
722
730
|
/**
|
|
723
731
|
* 表名
|
|
@@ -6484,6 +6492,18 @@ export interface CommonTimeWindow {
|
|
|
6484
6492
|
* 周日的时间窗,格式如: 02:00-06:00
|
|
6485
6493
|
*/
|
|
6486
6494
|
Sunday?: string;
|
|
6495
|
+
/**
|
|
6496
|
+
* 常规备份保留策略,weekly-按周备份,monthly-按月备份,默认为weekly
|
|
6497
|
+
*/
|
|
6498
|
+
BackupPeriodStrategy?: string;
|
|
6499
|
+
/**
|
|
6500
|
+
* 如果设置为按月备份,需填入每月具体备份日期,相邻备份天数不得超过两天。例[1,4,7,9,11,14,17,19,22,25,28,30,31]
|
|
6501
|
+
*/
|
|
6502
|
+
Days?: Array<number>;
|
|
6503
|
+
/**
|
|
6504
|
+
* 月度备份时间窗,BackupPeriodStrategy为monthly时必填。格式如: 02:00-06:00
|
|
6505
|
+
*/
|
|
6506
|
+
BackupPeriodTime?: string;
|
|
6487
6507
|
}
|
|
6488
6508
|
/**
|
|
6489
6509
|
* ModifyAccountMaxUserConnections请求参数结构体
|
|
@@ -1602,7 +1602,7 @@ export interface DescribeInstancesDetailResponse {
|
|
|
1602
1602
|
/**
|
|
1603
1603
|
* 返回的实例详情结果对象
|
|
1604
1604
|
*/
|
|
1605
|
-
Result
|
|
1605
|
+
Result?: InstanceDetailResponse;
|
|
1606
1606
|
/**
|
|
1607
1607
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1608
1608
|
*/
|
|
@@ -5205,7 +5205,7 @@ export interface DescribeInstancesDetailRequest {
|
|
|
5205
5205
|
*/
|
|
5206
5206
|
InstanceId?: string;
|
|
5207
5207
|
/**
|
|
5208
|
-
*
|
|
5208
|
+
* (过滤条件)按照实例名,实例Id,可用区,私有网络id,子网id 过滤,支持模糊查询
|
|
5209
5209
|
*/
|
|
5210
5210
|
SearchWord?: string;
|
|
5211
5211
|
/**
|
|
@@ -140,10 +140,6 @@ export interface DeleteAlarmNoticeResponse {
|
|
|
140
140
|
* DescribeLogHistogram请求参数结构体
|
|
141
141
|
*/
|
|
142
142
|
export interface DescribeLogHistogramRequest {
|
|
143
|
-
/**
|
|
144
|
-
* 要查询的日志主题ID
|
|
145
|
-
*/
|
|
146
|
-
TopicId: string;
|
|
147
143
|
/**
|
|
148
144
|
* 要查询的日志的起始时间,Unix时间戳,单位ms
|
|
149
145
|
*/
|
|
@@ -156,6 +152,10 @@ export interface DescribeLogHistogramRequest {
|
|
|
156
152
|
* 查询语句
|
|
157
153
|
*/
|
|
158
154
|
Query: string;
|
|
155
|
+
/**
|
|
156
|
+
* 要查询的日志主题ID
|
|
157
|
+
*/
|
|
158
|
+
TopicId?: string;
|
|
159
159
|
/**
|
|
160
160
|
* 时间间隔: 单位ms 限制性条件:(To-From) / interval <= 200
|
|
161
161
|
*/
|
|
@@ -1615,11 +1615,16 @@ export interface CreateIndexRequest {
|
|
|
1615
1615
|
*/
|
|
1616
1616
|
Status?: boolean;
|
|
1617
1617
|
/**
|
|
1618
|
-
*
|
|
1618
|
+
* 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引,默认为false,推荐设置为true
|
|
1619
|
+
* false:不包含
|
|
1620
|
+
* true:包含
|
|
1619
1621
|
*/
|
|
1620
1622
|
IncludeInternalFields?: boolean;
|
|
1621
1623
|
/**
|
|
1622
|
-
*
|
|
1624
|
+
* 元数据字段(前缀为`__TAG__`的字段)是否包含至全文索引,默认为0,推荐设置为1
|
|
1625
|
+
* 0:仅包含开启键值索引的元数据字段
|
|
1626
|
+
* 1:包含所有元数据字段
|
|
1627
|
+
* 2:不包含任何元数据字段
|
|
1623
1628
|
*/
|
|
1624
1629
|
MetadataFlag?: number;
|
|
1625
1630
|
}
|
|
@@ -2462,11 +2467,16 @@ export interface ModifyIndexRequest {
|
|
|
2462
2467
|
*/
|
|
2463
2468
|
Rule?: RuleInfo;
|
|
2464
2469
|
/**
|
|
2465
|
-
*
|
|
2470
|
+
* 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引,默认为false,推荐设置为true
|
|
2471
|
+
* false:不包含
|
|
2472
|
+
* true:包含
|
|
2466
2473
|
*/
|
|
2467
2474
|
IncludeInternalFields?: boolean;
|
|
2468
2475
|
/**
|
|
2469
|
-
*
|
|
2476
|
+
* 元数据字段(前缀为`__TAG__`的字段)是否包含至全文索引,默认为0,推荐设置为1
|
|
2477
|
+
* 0:仅包含开启键值索引的元数据字段
|
|
2478
|
+
* 1:包含所有元数据字段
|
|
2479
|
+
* 2:不包含任何元数据字段
|
|
2470
2480
|
*/
|
|
2471
2481
|
MetadataFlag?: number;
|
|
2472
2482
|
}
|
|
@@ -3395,10 +3405,6 @@ export interface MonitorTime {
|
|
|
3395
3405
|
* SearchLog请求参数结构体
|
|
3396
3406
|
*/
|
|
3397
3407
|
export interface SearchLogRequest {
|
|
3398
|
-
/**
|
|
3399
|
-
* 要检索分析的日志主题ID
|
|
3400
|
-
*/
|
|
3401
|
-
TopicId: string;
|
|
3402
3408
|
/**
|
|
3403
3409
|
* 要检索分析的日志的起始时间,Unix时间戳(毫秒)
|
|
3404
3410
|
*/
|
|
@@ -3410,8 +3416,13 @@ export interface SearchLogRequest {
|
|
|
3410
3416
|
/**
|
|
3411
3417
|
* 检索分析语句,最大长度为12KB
|
|
3412
3418
|
语句由 <a href="https://cloud.tencent.com/document/product/614/47044" target="_blank">[检索条件]</a> | <a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句
|
|
3419
|
+
使用*或空字符串可查询所有日志
|
|
3413
3420
|
*/
|
|
3414
3421
|
Query: string;
|
|
3422
|
+
/**
|
|
3423
|
+
* 要检索分析的日志主题ID
|
|
3424
|
+
*/
|
|
3425
|
+
TopicId?: string;
|
|
3415
3426
|
/**
|
|
3416
3427
|
* 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
|
|
3417
3428
|
注意:
|
|
@@ -3642,12 +3653,17 @@ export interface DescribeIndexResponse {
|
|
|
3642
3653
|
*/
|
|
3643
3654
|
ModifyTime: string;
|
|
3644
3655
|
/**
|
|
3645
|
-
*
|
|
3656
|
+
* 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引
|
|
3657
|
+
* false:不包含
|
|
3658
|
+
* true:包含
|
|
3646
3659
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3647
3660
|
*/
|
|
3648
3661
|
IncludeInternalFields: boolean;
|
|
3649
3662
|
/**
|
|
3650
|
-
*
|
|
3663
|
+
* 元数据字段(前缀为`__TAG__`的字段)是否包含至全文索引
|
|
3664
|
+
* 0:仅包含开启键值索引的元数据字段
|
|
3665
|
+
* 1:包含所有元数据字段
|
|
3666
|
+
* 2:不包含任何元数据字段
|
|
3651
3667
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3652
3668
|
*/
|
|
3653
3669
|
MetadataFlag: number;
|
|
@@ -1112,6 +1112,10 @@ export interface IpBlockData {
|
|
|
1112
1112
|
* 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
|
|
1113
1113
|
*/
|
|
1114
1114
|
ActionType: string;
|
|
1115
|
+
/**
|
|
1116
|
+
* 高防标记,0:非高防,1:高防
|
|
1117
|
+
*/
|
|
1118
|
+
ProtectFlag?: number;
|
|
1115
1119
|
}
|
|
1116
1120
|
/**
|
|
1117
1121
|
* DescribeCCSelfDefinePolicy请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CancelFlowResponse, DescribeFlowEvidenceReportRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, UploadFilesRequest, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateIntegrationEmployeesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateConvertTaskApiRequest, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, DescribeThirdPartyAuthCodeRequest, DescribeFlowInfoRequest, CreateBatchCancelFlowUrlResponse, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateFlowByFilesRequest, DescribeFileUrlsRequest, CreateFlowApproversRequest, CreateFlowEvidenceReportResponse, DescribeFileUrlsResponse, CreateDocumentRequest, DescribeOrganizationSealsResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreateIntegrationEmployeesResponse, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, CreateSchemeUrlResponse, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, StartFlowRequest, CreatePrepareFlowRequest, DeleteIntegrationEmployeesResponse, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeFlowBriefsRequest, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoResponse, CreateFlowResponse, CancelMultiFlowSignQRCodeResponse } from "./ess_models";
|
|
3
|
+
import { CancelFlowResponse, DescribeFlowEvidenceReportRequest, CreateSchemeUrlRequest, CreateFlowApproversResponse, UploadFilesRequest, CreateMultiFlowSignQRCodeResponse, DescribeThirdPartyAuthCodeResponse, CreateIntegrationEmployeesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateConvertTaskApiRequest, DescribeFlowTemplatesRequest, DescribeFlowEvidenceReportResponse, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, CreateFlowRequest, DescribeThirdPartyAuthCodeRequest, DescribeFlowInfoRequest, CreateBatchCancelFlowUrlResponse, DescribeIntegrationEmployeesResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreateFlowApproversRequest, CreateFlowEvidenceReportResponse, DescribeFileUrlsResponse, CreateDocumentRequest, DescribeOrganizationSealsResponse, DeleteIntegrationEmployeesRequest, GetTaskResultApiRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateFlowByFilesResponse, UploadFilesResponse, VerifyPdfRequest, CreateFlowSignReviewResponse, CreateSchemeUrlResponse, CreatePrepareFlowResponse, GetTaskResultApiResponse, CancelMultiFlowSignQRCodeRequest, StartFlowRequest, CreatePrepareFlowRequest, DeleteIntegrationEmployeesResponse, DescribeOrganizationSealsRequest, CancelFlowRequest, DescribeFlowBriefsRequest, VerifyPdfResponse, DescribeFlowBriefsResponse, DescribeFlowTemplatesResponse, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, DescribeFlowInfoResponse, CreateFlowResponse, CancelMultiFlowSignQRCodeResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -126,6 +126,10 @@ export declare class Client extends AbstractClient {
|
|
|
126
126
|
调用时需要设置Domain/接口请求域名为 file.ess.tencent.cn,并设置参数Version/版本号为2020-12-22
|
|
127
127
|
*/
|
|
128
128
|
UploadFiles(req: UploadFilesRequest, cb?: (error: string, rep: UploadFilesResponse) => void): Promise<UploadFilesResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* 创建签署链接,需要联系运营人员开白后才可使用
|
|
131
|
+
*/
|
|
132
|
+
CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
|
|
129
133
|
/**
|
|
130
134
|
* 通过AuthCode查询用户是否实名
|
|
131
135
|
*/
|
|
@@ -190,6 +190,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
190
190
|
async UploadFiles(req, cb) {
|
|
191
191
|
return this.request("UploadFiles", req, cb);
|
|
192
192
|
}
|
|
193
|
+
/**
|
|
194
|
+
* 创建签署链接,需要联系运营人员开白后才可使用
|
|
195
|
+
*/
|
|
196
|
+
async CreateFlowSignUrl(req, cb) {
|
|
197
|
+
return this.request("CreateFlowSignUrl", req, cb);
|
|
198
|
+
}
|
|
193
199
|
/**
|
|
194
200
|
* 通过AuthCode查询用户是否实名
|
|
195
201
|
*/
|