tencentcloud-sdk-nodejs 4.0.522 → 4.0.523
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 +242 -0
- package/SERVICE_CHANGELOG.md +323 -78
- package/package.json +1 -1
- package/products.md +14 -14
- 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 +10 -0
- package/src/services/cls/v20201016/cls_models.ts +32 -16
- package/src/services/dayu/v20180709/dayu_models.ts +5 -0
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_client.ts +13 -1
- package/src/services/lcic/v20220817/lcic_models.ts +23 -3
- 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 +1 -0
- package/src/services/tiia/v20190529/tiia_client.ts +18 -0
- package/src/services/tiia/v20190529/tiia_models.ts +35 -0
- package/src/services/tke/v20180525/tke_models.ts +11 -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 +8 -0
- 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/faceid/v20180301/faceid_models.d.ts +1 -1
- 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 +20 -3
- 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 +1 -0
- 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/tke/v20180525/tke_models.d.ts +9 -1
- 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
|
/**
|
|
@@ -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
|
*/
|
|
@@ -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.523";
|
|
@@ -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
|
*/
|
|
@@ -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,12 +1,16 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateRoomRequest, SetAppCustomContentRequest, UnbindDocumentFromRoomResponse, DescribeUserRequest, CreateDocumentResponse, DescribeRoomStatisticsRequest, BindDocumentToRoomRequest, CreateDocumentRequest, SetAppCustomContentResponse, LoginOriginIdResponse, LoginUserResponse, DescribeRoomResponse, DeleteRoomResponse, DescribeRoomStatisticsResponse, CreateSupervisorResponse, DeleteRoomRequest, RegisterUserResponse,
|
|
3
|
+
import { CreateRoomRequest, SetAppCustomContentRequest, UnbindDocumentFromRoomResponse, DescribeUserRequest, CreateDocumentResponse, DescribeRoomStatisticsRequest, BindDocumentToRoomRequest, CreateDocumentRequest, SetAppCustomContentResponse, LoginOriginIdResponse, LoginUserResponse, DescribeAppDetailRequest, ModifyAppResponse, DescribeRoomResponse, DeleteRoomResponse, DescribeRoomStatisticsResponse, CreateSupervisorResponse, DeleteRoomRequest, RegisterUserResponse, DescribeAppDetailResponse, ModifyAppRequest, CreateSupervisorRequest, UnbindDocumentFromRoomRequest, LoginOriginIdRequest, RegisterUserRequest, LoginUserRequest, BindDocumentToRoomResponse, CreateRoomResponse, DescribeUserResponse, DescribeRoomRequest } from "./lcic_models";
|
|
4
4
|
/**
|
|
5
5
|
* lcic client
|
|
6
6
|
* @class
|
|
7
7
|
*/
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 获取应用详情
|
|
12
|
+
*/
|
|
13
|
+
DescribeAppDetail(req?: DescribeAppDetailRequest, cb?: (error: string, rep: DescribeAppDetailResponse) => void): Promise<DescribeAppDetailResponse>;
|
|
10
14
|
/**
|
|
11
15
|
* 创建房间内可以使用的文档。
|
|
12
16
|
*/
|
|
@@ -27,6 +27,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("lcic.tencentcloudapi.com", "2022-08-17", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* 获取应用详情
|
|
32
|
+
*/
|
|
33
|
+
async DescribeAppDetail(req, cb) {
|
|
34
|
+
return this.request("DescribeAppDetail", req, cb);
|
|
35
|
+
}
|
|
30
36
|
/**
|
|
31
37
|
* 创建房间内可以使用的文档。
|
|
32
38
|
*/
|
|
@@ -232,6 +232,19 @@ export interface LoginUserResponse {
|
|
|
232
232
|
*/
|
|
233
233
|
RequestId?: string;
|
|
234
234
|
}
|
|
235
|
+
/**
|
|
236
|
+
* DescribeAppDetail请求参数结构体
|
|
237
|
+
*/
|
|
238
|
+
export declare type DescribeAppDetailRequest = null;
|
|
239
|
+
/**
|
|
240
|
+
* ModifyApp返回参数结构体
|
|
241
|
+
*/
|
|
242
|
+
export interface ModifyAppResponse {
|
|
243
|
+
/**
|
|
244
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
245
|
+
*/
|
|
246
|
+
RequestId?: string;
|
|
247
|
+
}
|
|
235
248
|
/**
|
|
236
249
|
* DescribeRoom返回参数结构体
|
|
237
250
|
*/
|
|
@@ -403,9 +416,9 @@ export interface RegisterUserResponse {
|
|
|
403
416
|
RequestId?: string;
|
|
404
417
|
}
|
|
405
418
|
/**
|
|
406
|
-
*
|
|
419
|
+
* DescribeAppDetail返回参数结构体
|
|
407
420
|
*/
|
|
408
|
-
export interface
|
|
421
|
+
export interface DescribeAppDetailResponse {
|
|
409
422
|
/**
|
|
410
423
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
411
424
|
*/
|
|
@@ -469,9 +482,13 @@ export interface ModifyAppRequest {
|
|
|
469
482
|
*/
|
|
470
483
|
SdkAppId: number;
|
|
471
484
|
/**
|
|
472
|
-
*
|
|
485
|
+
* 回调地址。
|
|
473
486
|
*/
|
|
474
487
|
Callback?: string;
|
|
488
|
+
/**
|
|
489
|
+
* 回调key。
|
|
490
|
+
*/
|
|
491
|
+
CallbackKey?: string;
|
|
475
492
|
}
|
|
476
493
|
/**
|
|
477
494
|
* CreateSupervisor请求参数结构体
|