tencentcloud-sdk-nodejs 4.1.283 → 4.1.285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/common/sdk_version.js +1 -1
- package/es/services/adp/v20260520/adp_client.js +0 -33
- package/es/services/cngw/v20230418/cngw_client.js +6 -0
- package/es/services/dlc/v20210125/dlc_client.js +295 -46
- package/es/services/kms/v20190118/kms_client.js +3 -0
- package/es/services/mqtt/v20240516/mqtt_client.js +20 -8
- package/es/services/omics/v20221128/omics_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_client.d.ts +2 -45
- package/tencentcloud/services/adp/v20260520/adp_client.js +1 -66
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +430 -825
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +50 -24
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +10 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -12
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +54 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +10 -2
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +13 -1
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +366 -189
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +99 -61
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +55 -71
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +13 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +379 -47
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +567 -69
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9924 -2053
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +17 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +58 -29
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +57 -29
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +15 -15
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +5 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +6 -0
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +26 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +9 -9
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +26 -10
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +37 -13
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +283 -107
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +30 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +8 -33
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +34 -40
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -3
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +44 -100
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -24
|
@@ -19,6 +19,10 @@ export interface PauseSandboxInstanceRequest {
|
|
|
19
19
|
* <p>沙箱实例ID</p>
|
|
20
20
|
*/
|
|
21
21
|
InstanceId: string;
|
|
22
|
+
/**
|
|
23
|
+
* <p>可选。带内存暂停,恢复后保留进程和内存状态。true=带内存;false=仅磁盘;不传=系统默认(当前默认 true,带内存)。</p>
|
|
24
|
+
*/
|
|
25
|
+
Memory?: boolean;
|
|
22
26
|
}
|
|
23
27
|
/**
|
|
24
28
|
* 沙箱实例对象存储挂载配置
|
|
@@ -66,7 +70,7 @@ export interface StartSandboxInstanceRequest {
|
|
|
66
70
|
*/
|
|
67
71
|
CustomConfiguration?: CustomConfiguration;
|
|
68
72
|
/**
|
|
69
|
-
* <p>沙箱访问认证模式</p><p>枚举值:</p><ul><li>DEFAULT: 默认,即
|
|
73
|
+
* <p>沙箱访问认证模式</p><p>枚举值:</p><ul><li>DEFAULT: 默认,即TOKEN认证</li><li>TOKEN: Token认证,即所有端口访问都需携带Token</li><li>NONE: 免认证,即所有端口访问无需携带Token</li><li>PUBLIC: 公开模式,即ENVD管理端口(49983)访问需携带Token,其他端口无需携带Token</li></ul><p>默认值:DEFAULT</p>
|
|
70
74
|
*/
|
|
71
75
|
AuthMode?: string;
|
|
72
76
|
/**
|
|
@@ -295,23 +299,23 @@ export interface HttpGetAction {
|
|
|
295
299
|
*/
|
|
296
300
|
export interface DescribePreCacheImageTaskResponse {
|
|
297
301
|
/**
|
|
298
|
-
*
|
|
302
|
+
* <p>镜像地址</p>
|
|
299
303
|
*/
|
|
300
304
|
Image?: string;
|
|
301
305
|
/**
|
|
302
|
-
*
|
|
306
|
+
* <p>镜像 Digest</p>
|
|
303
307
|
*/
|
|
304
308
|
ImageDigest?: string;
|
|
305
309
|
/**
|
|
306
|
-
*
|
|
310
|
+
* <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>。</p>
|
|
307
311
|
*/
|
|
308
312
|
ImageRegistryType?: string;
|
|
309
313
|
/**
|
|
310
|
-
*
|
|
314
|
+
* <p>镜像预热状态</p>
|
|
311
315
|
*/
|
|
312
316
|
Status?: string;
|
|
313
317
|
/**
|
|
314
|
-
*
|
|
318
|
+
* <p>镜像预热状态描述</p>
|
|
315
319
|
*/
|
|
316
320
|
Message?: string;
|
|
317
321
|
/**
|
|
@@ -324,9 +328,13 @@ export interface DescribePreCacheImageTaskResponse {
|
|
|
324
328
|
*/
|
|
325
329
|
export interface ResumeSandboxInstanceRequest {
|
|
326
330
|
/**
|
|
327
|
-
*
|
|
331
|
+
* <p>沙箱实例ID</p>
|
|
328
332
|
*/
|
|
329
333
|
InstanceId: string;
|
|
334
|
+
/**
|
|
335
|
+
* <p>超时时间,超过这个时间就自动回收实例。支持格式:5m、300s、1h 等,默认 5m。最小 30s,最大 24h</p>
|
|
336
|
+
*/
|
|
337
|
+
Timeout?: string;
|
|
330
338
|
}
|
|
331
339
|
/**
|
|
332
340
|
* DeleteAPIKey返回参数结构体
|
|
@@ -376,15 +384,15 @@ export interface UpdateSandboxInstanceResponse {
|
|
|
376
384
|
*/
|
|
377
385
|
export interface DescribePreCacheImageTaskRequest {
|
|
378
386
|
/**
|
|
379
|
-
*
|
|
387
|
+
* <p>镜像地址</p>
|
|
380
388
|
*/
|
|
381
389
|
Image: string;
|
|
382
390
|
/**
|
|
383
|
-
*
|
|
391
|
+
* <p>镜像 Digest</p>
|
|
384
392
|
*/
|
|
385
393
|
ImageDigest: string;
|
|
386
394
|
/**
|
|
387
|
-
*
|
|
395
|
+
* <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>、<code>custom</code> 。</p><p>枚举值:</p><ul><li>enterprise: tcr 企业容器镜像服务</li><li>personal: ccr 个人容器镜像服务</li></ul>
|
|
388
396
|
*/
|
|
389
397
|
ImageRegistryType: string;
|
|
390
398
|
}
|
|
@@ -404,6 +412,10 @@ export interface StorageSource {
|
|
|
404
412
|
* <p>文件存储配置</p>
|
|
405
413
|
*/
|
|
406
414
|
Cfs?: CfsStorageSource;
|
|
415
|
+
/**
|
|
416
|
+
* <p>AgentBucket 存储配置</p>
|
|
417
|
+
*/
|
|
418
|
+
AgentBucket?: AgentBucketStorageSource;
|
|
407
419
|
}
|
|
408
420
|
/**
|
|
409
421
|
* 资源配置
|
|
@@ -626,7 +638,7 @@ export interface CustomConfiguration {
|
|
|
626
638
|
*/
|
|
627
639
|
Image?: string;
|
|
628
640
|
/**
|
|
629
|
-
* <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code
|
|
641
|
+
* <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>、<code>custom</code></p><p>枚举值:</p><ul><li>enterprise: tcr 企业容器镜像服务</li><li>personal: ccr 个人容器镜像服务</li></ul>
|
|
630
642
|
*/
|
|
631
643
|
ImageRegistryType?: string;
|
|
632
644
|
/**
|
|
@@ -663,19 +675,19 @@ export interface CustomConfiguration {
|
|
|
663
675
|
*/
|
|
664
676
|
export interface ImageStorageSource {
|
|
665
677
|
/**
|
|
666
|
-
*
|
|
678
|
+
* <p>镜像地址</p>
|
|
667
679
|
*/
|
|
668
680
|
Reference?: string;
|
|
669
681
|
/**
|
|
670
|
-
*
|
|
682
|
+
* <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>。</p>
|
|
671
683
|
*/
|
|
672
684
|
ImageRegistryType?: string;
|
|
673
685
|
/**
|
|
674
|
-
*
|
|
686
|
+
* <p>镜像内部的路径</p>
|
|
675
687
|
*/
|
|
676
688
|
SubPath?: string;
|
|
677
689
|
/**
|
|
678
|
-
*
|
|
690
|
+
* <p>镜像 Digest,请求时无需传入</p>
|
|
679
691
|
*/
|
|
680
692
|
Digest?: string;
|
|
681
693
|
}
|
|
@@ -770,7 +782,7 @@ export interface CustomConfigurationDetail {
|
|
|
770
782
|
*/
|
|
771
783
|
Image?: string;
|
|
772
784
|
/**
|
|
773
|
-
* <p>镜像仓库类型:<code>
|
|
785
|
+
* <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>、<code>custom</code>。</p><p>枚举值:</p><ul><li>enterprise: TCR 企业容器镜像服务</li><li>personal: CCR 个人容器镜像服务</li></ul>
|
|
774
786
|
*/
|
|
775
787
|
ImageRegistryType?: string;
|
|
776
788
|
/**
|
|
@@ -858,6 +870,23 @@ export interface VPCConfig {
|
|
|
858
870
|
*/
|
|
859
871
|
SecurityGroupIds?: Array<string>;
|
|
860
872
|
}
|
|
873
|
+
/**
|
|
874
|
+
* 用于记录 Agent Bucket 的 Storage Source
|
|
875
|
+
*/
|
|
876
|
+
export interface AgentBucketStorageSource {
|
|
877
|
+
/**
|
|
878
|
+
* <p>用于传入 AgentBucket 的 LibraryID</p>
|
|
879
|
+
*/
|
|
880
|
+
LibraryId?: string;
|
|
881
|
+
/**
|
|
882
|
+
* <p>用于传入 AgentBucket 的 spaceId</p>
|
|
883
|
+
*/
|
|
884
|
+
SpaceId?: string;
|
|
885
|
+
/**
|
|
886
|
+
* <p>用于传入 AgentBucket 的 AccessDomain</p>
|
|
887
|
+
*/
|
|
888
|
+
AccessDomain?: string;
|
|
889
|
+
}
|
|
861
890
|
/**
|
|
862
891
|
* DeleteAPIKey请求参数结构体
|
|
863
892
|
*/
|
|
@@ -929,10 +958,6 @@ export interface CreatePreCacheImageTaskRequest {
|
|
|
929
958
|
* <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>、<code>custom</code></p><p>枚举值:</p><ul><li>enterprise: tcr 企业容器镜像服务</li><li>personal: ccr 个人容器镜像服务</li></ul>
|
|
930
959
|
*/
|
|
931
960
|
ImageRegistryType: string;
|
|
932
|
-
/**
|
|
933
|
-
* <p>预热超时时长</p>
|
|
934
|
-
*/
|
|
935
|
-
TimeoutMinutes?: number;
|
|
936
961
|
}
|
|
937
962
|
/**
|
|
938
963
|
* 沙箱工具日志推送CLS相关配置
|
|
@@ -1021,19 +1046,20 @@ export interface ResumeSandboxInstanceResponse {
|
|
|
1021
1046
|
*/
|
|
1022
1047
|
export interface StorageMount {
|
|
1023
1048
|
/**
|
|
1024
|
-
*
|
|
1049
|
+
* <p>存储挂载配置名称</p>
|
|
1025
1050
|
*/
|
|
1026
1051
|
Name?: string;
|
|
1027
1052
|
/**
|
|
1028
|
-
*
|
|
1053
|
+
* <p>存储配置</p>
|
|
1054
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1029
1055
|
*/
|
|
1030
1056
|
StorageSource?: StorageSource;
|
|
1031
1057
|
/**
|
|
1032
|
-
*
|
|
1058
|
+
* <p>沙箱实例本地挂载路径</p>
|
|
1033
1059
|
*/
|
|
1034
1060
|
MountPath?: string;
|
|
1035
1061
|
/**
|
|
1036
|
-
*
|
|
1062
|
+
* <p>存储挂载读写权限配置,默认为false</p>
|
|
1037
1063
|
*/
|
|
1038
1064
|
ReadOnly?: boolean;
|
|
1039
1065
|
}
|
|
@@ -92,9 +92,13 @@ export interface QueryHunyuan3DPartJobResponse {
|
|
|
92
92
|
*/
|
|
93
93
|
ResultFile3Ds?: Array<File3D>;
|
|
94
94
|
/**
|
|
95
|
-
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p>
|
|
95
|
+
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p><p>该参数废弃, 超过 9MB 不返回, 请使用 PartSegmentationInfoUrl 下载</p>
|
|
96
96
|
*/
|
|
97
97
|
PartSegmentationInfo?: string;
|
|
98
|
+
/**
|
|
99
|
+
* <p>PartSegmentationInfo 下载地址</p>
|
|
100
|
+
*/
|
|
101
|
+
PartSegmentationInfoUrl?: string;
|
|
98
102
|
/**
|
|
99
103
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
100
104
|
*/
|
|
@@ -690,9 +694,13 @@ export interface SubmitHunyuan3DPartJobRequest {
|
|
|
690
694
|
*/
|
|
691
695
|
PartSegmentationInfo?: string;
|
|
692
696
|
/**
|
|
693
|
-
* <p
|
|
697
|
+
* <p>是否分步骤进行组件生成;<br>开启后,输入原始模型后,可生成带分割信息的模型以及分割数据,可对此信息编辑后再传入带有分割信息的模型和分割数据进行编辑后的组件生成;<br>此参数默认关闭。</p>
|
|
694
698
|
*/
|
|
695
699
|
EnableStagedGeneration?: boolean;
|
|
700
|
+
/**
|
|
701
|
+
* <p>是否开启后处理,开启后将只输出一个模型链接,默认关闭。 (开启此接口后,需额外增加20积分)</p>
|
|
702
|
+
*/
|
|
703
|
+
EnablePostProcess?: boolean;
|
|
696
704
|
}
|
|
697
705
|
/**
|
|
698
706
|
* SubmitHunyuanTo3DProJob返回参数结构体
|
|
@@ -2934,36 +2934,31 @@ export interface DeleteParamTemplateRequest {
|
|
|
2934
2934
|
*/
|
|
2935
2935
|
export interface DrInfo {
|
|
2936
2936
|
/**
|
|
2937
|
-
*
|
|
2937
|
+
* <p>灾备实例状态</p><p>枚举值:</p><ul><li>0: 创建中</li><li>1: 运行中</li><li>4: 正在进行隔离操作</li><li>5: 已隔离</li></ul>
|
|
2938
2938
|
*/
|
|
2939
2939
|
Status?: number;
|
|
2940
2940
|
/**
|
|
2941
|
-
*
|
|
2941
|
+
* <p>可用区信息</p>
|
|
2942
2942
|
*/
|
|
2943
2943
|
Zone?: string;
|
|
2944
2944
|
/**
|
|
2945
|
-
*
|
|
2945
|
+
* <p>实例ID</p>
|
|
2946
2946
|
*/
|
|
2947
2947
|
InstanceId?: string;
|
|
2948
2948
|
/**
|
|
2949
|
-
*
|
|
2949
|
+
* <p>地域信息</p>
|
|
2950
2950
|
*/
|
|
2951
2951
|
Region?: string;
|
|
2952
2952
|
/**
|
|
2953
|
-
*
|
|
2954
|
-
0 - 灾备未同步;
|
|
2955
|
-
1 - 灾备同步中;
|
|
2956
|
-
2 - 灾备同步成功;
|
|
2957
|
-
3 - 灾备同步失败;
|
|
2958
|
-
4 - 灾备同步修复中。
|
|
2953
|
+
* <p>实例同步状态。可能的返回值为:<br>0 - 灾备未同步;<br>1 - 灾备同步中;<br>2 - 灾备同步成功;<br>3 - 灾备同步失败;<br>4 - 灾备同步修复中。</p>
|
|
2959
2954
|
*/
|
|
2960
2955
|
SyncStatus?: number;
|
|
2961
2956
|
/**
|
|
2962
|
-
*
|
|
2957
|
+
* <p>实例名称</p>
|
|
2963
2958
|
*/
|
|
2964
2959
|
InstanceName?: string;
|
|
2965
2960
|
/**
|
|
2966
|
-
*
|
|
2961
|
+
* <p>实例类型</p>
|
|
2967
2962
|
*/
|
|
2968
2963
|
InstanceType?: number;
|
|
2969
2964
|
}
|
|
@@ -1528,37 +1528,41 @@ export interface Campus {
|
|
|
1528
1528
|
*/
|
|
1529
1529
|
export interface WorkOrderData {
|
|
1530
1530
|
/**
|
|
1531
|
-
*
|
|
1531
|
+
* <p>工单号</p>
|
|
1532
1532
|
*/
|
|
1533
1533
|
WorkOrderId?: string;
|
|
1534
1534
|
/**
|
|
1535
|
-
*
|
|
1535
|
+
* <p>服务类型,一个服务可能会产生多个工单</p>
|
|
1536
1536
|
*/
|
|
1537
1537
|
ServiceType?: string;
|
|
1538
1538
|
/**
|
|
1539
|
-
*
|
|
1539
|
+
* <p>工单类型</p>
|
|
1540
1540
|
*/
|
|
1541
1541
|
OrderType?: string;
|
|
1542
1542
|
/**
|
|
1543
|
-
*
|
|
1543
|
+
* <p>工单状态</p>
|
|
1544
1544
|
*/
|
|
1545
1545
|
OrderStatus?: string;
|
|
1546
1546
|
/**
|
|
1547
|
-
*
|
|
1547
|
+
* <p>工单创建人</p>
|
|
1548
1548
|
*/
|
|
1549
1549
|
Creator?: string;
|
|
1550
1550
|
/**
|
|
1551
|
-
*
|
|
1551
|
+
* <p>工单创建时间</p>
|
|
1552
1552
|
*/
|
|
1553
1553
|
CreateTime?: string;
|
|
1554
1554
|
/**
|
|
1555
|
-
*
|
|
1555
|
+
* <p>工单完成时间</p>
|
|
1556
1556
|
*/
|
|
1557
1557
|
FinishTime?: string;
|
|
1558
1558
|
/**
|
|
1559
|
-
*
|
|
1559
|
+
* <p>工单关联的dcops单号</p>
|
|
1560
1560
|
*/
|
|
1561
1561
|
TicketId?: string;
|
|
1562
|
+
/**
|
|
1563
|
+
* <p>SLA</p>
|
|
1564
|
+
*/
|
|
1565
|
+
SLAInfo?: SLAInfo;
|
|
1562
1566
|
}
|
|
1563
1567
|
/**
|
|
1564
1568
|
* 归集业务联系人信息
|
|
@@ -1941,6 +1945,31 @@ export interface Device {
|
|
|
1941
1945
|
*/
|
|
1942
1946
|
HardwareMemo?: string;
|
|
1943
1947
|
}
|
|
1948
|
+
/**
|
|
1949
|
+
* SLA 信息
|
|
1950
|
+
*/
|
|
1951
|
+
export interface SLAInfo {
|
|
1952
|
+
/**
|
|
1953
|
+
* <p>SLA 状态</p><p>枚举值:</p><ul><li>InSLA: SLA 内</li><li>Overdue: 已超时</li><li>Completed: 已完成</li></ul>
|
|
1954
|
+
*/
|
|
1955
|
+
SLAStatus?: string;
|
|
1956
|
+
/**
|
|
1957
|
+
* <p>到期时间</p>
|
|
1958
|
+
*/
|
|
1959
|
+
DueTime?: string;
|
|
1960
|
+
/**
|
|
1961
|
+
* <p>剩余时长</p><p>单位:小时</p>
|
|
1962
|
+
*/
|
|
1963
|
+
RemainingHours?: number;
|
|
1964
|
+
/**
|
|
1965
|
+
* <p>超时时长</p><p>单位:小时</p>
|
|
1966
|
+
*/
|
|
1967
|
+
OverdueHours?: number;
|
|
1968
|
+
/**
|
|
1969
|
+
* <p>SLA 工作日天数</p><p>单位:天</p>
|
|
1970
|
+
*/
|
|
1971
|
+
SLADays?: number;
|
|
1972
|
+
}
|
|
1944
1973
|
/**
|
|
1945
1974
|
* CreateServerModel返回参数结构体
|
|
1946
1975
|
*/
|
|
@@ -2721,7 +2750,7 @@ export interface DescribeDeviceListResponse {
|
|
|
2721
2750
|
*/
|
|
2722
2751
|
export interface DescribeDeviceWorkOrderDetailRequest {
|
|
2723
2752
|
/**
|
|
2724
|
-
*
|
|
2753
|
+
* <p>工单ID</p>
|
|
2725
2754
|
*/
|
|
2726
2755
|
OrderId: string;
|
|
2727
2756
|
}
|
|
@@ -2867,37 +2896,45 @@ export interface DescribeIdcsResponse {
|
|
|
2867
2896
|
*/
|
|
2868
2897
|
export interface DescribeDeviceWorkOrderDetailResponse {
|
|
2869
2898
|
/**
|
|
2870
|
-
*
|
|
2899
|
+
* <p>工单ID</p>
|
|
2871
2900
|
*/
|
|
2872
2901
|
OrderId?: string;
|
|
2873
2902
|
/**
|
|
2874
|
-
*
|
|
2903
|
+
* <p>服务类型</p>
|
|
2875
2904
|
*/
|
|
2876
2905
|
ServiceType?: string;
|
|
2877
2906
|
/**
|
|
2878
|
-
*
|
|
2907
|
+
* <p>工单类型</p>
|
|
2879
2908
|
*/
|
|
2880
2909
|
OrderType?: string;
|
|
2881
2910
|
/**
|
|
2882
|
-
*
|
|
2911
|
+
* <p>工单状态</p>
|
|
2883
2912
|
*/
|
|
2884
2913
|
OrderStatus?: string;
|
|
2885
2914
|
/**
|
|
2886
|
-
*
|
|
2915
|
+
* <p>工单流程状态</p>
|
|
2887
2916
|
*/
|
|
2888
2917
|
StepSet?: Array<OrderStep>;
|
|
2889
2918
|
/**
|
|
2890
|
-
*
|
|
2919
|
+
* <p>工单设备信息</p>
|
|
2891
2920
|
*/
|
|
2892
2921
|
DeviceSet?: Array<DeviceHistory>;
|
|
2893
2922
|
/**
|
|
2894
|
-
*
|
|
2923
|
+
* <p>工单的入参信息</p>
|
|
2895
2924
|
*/
|
|
2896
2925
|
BaseInfo?: DeviceOrderBaseInfo;
|
|
2897
2926
|
/**
|
|
2898
|
-
*
|
|
2927
|
+
* <p>工单的拒绝原因,工单状态为reject的时候返回</p>
|
|
2899
2928
|
*/
|
|
2900
2929
|
RejectReason?: string;
|
|
2930
|
+
/**
|
|
2931
|
+
* <p>工单 SLA 信息</p>
|
|
2932
|
+
*/
|
|
2933
|
+
SLAInfo?: SLAInfo;
|
|
2934
|
+
/**
|
|
2935
|
+
* <p>前序未完成的工单号</p>
|
|
2936
|
+
*/
|
|
2937
|
+
PreOrderSet?: Array<string>;
|
|
2901
2938
|
/**
|
|
2902
2939
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2903
2940
|
*/
|
|
@@ -10440,6 +10440,10 @@ export interface ToolCall {
|
|
|
10440
10440
|
* <p>索引值</p>
|
|
10441
10441
|
*/
|
|
10442
10442
|
Index?: number;
|
|
10443
|
+
/**
|
|
10444
|
+
* <p>模型返回的思考签名,执行工具后需在后续请求中原样回传</p>
|
|
10445
|
+
*/
|
|
10446
|
+
ThoughtSignature?: string;
|
|
10443
10447
|
}
|
|
10444
10448
|
/**
|
|
10445
10449
|
* DeleteCloudProductLogCollection返回参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayMCPServerACLRequest, DeleteCloudNativeAPIGatewayMCPToolResponse, CreateCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, DeleteCloudNativeAPIGatewayConsumerResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, ModifyCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayMCPServerAuthResponse, DescribeCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, ModifyCloudNativeAPIGatewaySecretKeyResponse, AddCloudNativeAPIGatewayConsumerInGroupResponse, DescribeCloudNativeAPIGatewayMCPToolACLListResponse, ModifyCloudNativeAPIGatewayMCPServerAuthResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, CreateCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest,
|
|
3
|
+
import { CreateCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayMCPServerACLRequest, DeleteCloudNativeAPIGatewayMCPToolResponse, CreateCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, DeleteCloudNativeAPIGatewayConsumerResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, ModifyCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayMCPServerAuthResponse, DescribeCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, ModifyCloudNativeAPIGatewaySecretKeyResponse, AddCloudNativeAPIGatewayConsumerInGroupResponse, DescribeCloudNativeAPIGatewayMCPToolACLListResponse, ModifyCloudNativeAPIGatewayMCPServerAuthResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, CreateCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest, DescribeCloudNativeAPIGatewayLLMModelServicesRequest, CreateCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, ModifyCloudNativeAPIGatewayMCPServerACLRequest, ModifyCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayConsumerResponse, DescribeCloudNativeAPIGatewayMCPToolListRequest, DeleteCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayMCPToolACLListRequest, DeleteCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayMCPToolACLResponse, DescribeCloudNativeAPIGatewayMCPToolsFromFileRequest, CreateCloudNativeAPIGatewayConsumerGroupResponse, UpdateCloudNativeAPIGatewayMCPToolsResponse, DescribeCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayMCPServerStatusResponse, DescribeCloudNativeAPIGatewayLLMModelAPIRequest, CreateCloudNativeAPIGatewayConsumerRequest, BindCloudNativeAPIGatewaySecretKeyRequest, ModifyCloudNativeAPIGatewayConsumerResponse, ModifyCloudNativeAPIGatewayMCPServerACLResponse, DeleteCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsRequest, CreateCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolACLRequest, CreateCloudNativeAPIGatewayMCPServerResponse, UpdateCloudNativeAPIGatewayMCPToolsRequest, DeleteCloudNativeAPIGatewayLLMModelAPIRequest, ModifyCloudNativeAPIGatewayMCPServerStatusRequest, ModifyCloudNativeAPIGatewayMCPToolResponse, RemoveCloudNativeAPIGatewayConsumerInGroupResponse, DescribeCloudNativeAPIGatewayLLMModelAPIsResponse, AddCloudNativeAPIGatewayConsumerInGroupRequest, CreateCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIResponse, UnbindCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse, ModifyCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse, DescribeCloudNativeAPIGatewayMCPServerACLResponse, ModifyCloudNativeAPIGatewayMCPServerResponse, DescribeCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewaySecretKeyRequest, AddCloudNativeAPIGatewayConsumerGroupAuthResponse, DeleteCloudNativeAPIGatewayConsumerRequest, ModifyCloudNativeAPIGatewayMCPToolStatusResponse, ModifyCloudNativeAPIGatewayConsumerGroupRequest, UnbindCloudNativeAPIGatewaySecretKeyRequest, BindCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolListResponse, DeleteCloudNativeAPIGatewayConsumerGroupRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeCloudNativeAPIGatewayMCPServerListRequest, DescribeCloudNativeAPIGatewayConsumerGroupResponse, ModifyCloudNativeAPIGatewayMCPServerAuthRequest, DescribeCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageListRequest, ModifyCloudNativeAPIGatewayMCPToolStatusRequest, CreateCloudNativeAPIGatewayLLMModelServiceRequest, AddCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeCloudNativeAPIGatewaySecretKeyValueResponse, CreateCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayLLMModelServiceRequest, DescribeCloudNativeAPIGatewayMCPServerListResponse, CreateCloudNativeAPIGatewayLLMModelAPIResponse, DescribeCloudNativeAPIGatewayMCPServerAuthRequest, DeleteCloudNativeAPIGatewayLLMModelServiceRequest, DeleteCloudNativeAPIGatewayConsumerGroupResponse, ModifyCloudNativeAPIGatewayLLMModelAPIRequest, CreateCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayLLMTokenUsageListResponse } from "./cngw_models";
|
|
4
4
|
/**
|
|
5
5
|
* cngw client
|
|
6
6
|
* @class
|
|
@@ -84,7 +84,7 @@ export declare class Client extends AbstractClient {
|
|
|
84
84
|
*/
|
|
85
85
|
DescribeCloudNativeAPIGatewayMCPServer(req: DescribeCloudNativeAPIGatewayMCPServerRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPServerResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPServerResponse>;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* 查询指定网关实例下的所有 LLM 模型 API 列表。支持按名称关键词模糊搜索、按过滤器筛选,以及分页查询。用于绑定场景时,可通过 ConsumerGroupId 和 UseToBind 参数筛选可绑定的模型 API。
|
|
88
88
|
*/
|
|
89
89
|
DescribeCloudNativeAPIGatewayLLMModelAPIs(req: DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelAPIsResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelAPIsResponse>;
|
|
90
90
|
/**
|
|
@@ -143,6 +143,10 @@ export declare class Client extends AbstractClient {
|
|
|
143
143
|
* 修改AI网关MCP Tool
|
|
144
144
|
*/
|
|
145
145
|
ModifyCloudNativeAPIGatewayMCPTool(req: ModifyCloudNativeAPIGatewayMCPToolRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPToolResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPToolResponse>;
|
|
146
|
+
/**
|
|
147
|
+
* 批量导入从OpenAPI文件中解析的MCP Tools
|
|
148
|
+
*/
|
|
149
|
+
UpdateCloudNativeAPIGatewayMCPTools(req: UpdateCloudNativeAPIGatewayMCPToolsRequest, cb?: (error: string, rep: UpdateCloudNativeAPIGatewayMCPToolsResponse) => void): Promise<UpdateCloudNativeAPIGatewayMCPToolsResponse>;
|
|
146
150
|
/**
|
|
147
151
|
* 修改 MCP Server 的认证配置
|
|
148
152
|
*/
|
|
@@ -195,6 +199,10 @@ export declare class Client extends AbstractClient {
|
|
|
195
199
|
* 查询 LLM 模型服务列表。
|
|
196
200
|
*/
|
|
197
201
|
DescribeCloudNativeAPIGatewayLLMModelServices(req: DescribeCloudNativeAPIGatewayLLMModelServicesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelServicesResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelServicesResponse>;
|
|
202
|
+
/**
|
|
203
|
+
* 从OpenAPI文件中解析出可导入的MCP tools
|
|
204
|
+
*/
|
|
205
|
+
DescribeCloudNativeAPIGatewayMCPToolsFromFile(req: DescribeCloudNativeAPIGatewayMCPToolsFromFileRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse>;
|
|
198
206
|
/**
|
|
199
207
|
* 删除AI网关消费者组
|
|
200
208
|
*/
|
|
@@ -142,7 +142,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
142
142
|
return this.request("DescribeCloudNativeAPIGatewayMCPServer", req, cb);
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
|
-
*
|
|
145
|
+
* 查询指定网关实例下的所有 LLM 模型 API 列表。支持按名称关键词模糊搜索、按过滤器筛选,以及分页查询。用于绑定场景时,可通过 ConsumerGroupId 和 UseToBind 参数筛选可绑定的模型 API。
|
|
146
146
|
*/
|
|
147
147
|
async DescribeCloudNativeAPIGatewayLLMModelAPIs(req, cb) {
|
|
148
148
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelAPIs", req, cb);
|
|
@@ -231,6 +231,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
231
231
|
async ModifyCloudNativeAPIGatewayMCPTool(req, cb) {
|
|
232
232
|
return this.request("ModifyCloudNativeAPIGatewayMCPTool", req, cb);
|
|
233
233
|
}
|
|
234
|
+
/**
|
|
235
|
+
* 批量导入从OpenAPI文件中解析的MCP Tools
|
|
236
|
+
*/
|
|
237
|
+
async UpdateCloudNativeAPIGatewayMCPTools(req, cb) {
|
|
238
|
+
return this.request("UpdateCloudNativeAPIGatewayMCPTools", req, cb);
|
|
239
|
+
}
|
|
234
240
|
/**
|
|
235
241
|
* 修改 MCP Server 的认证配置
|
|
236
242
|
*/
|
|
@@ -309,6 +315,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
309
315
|
async DescribeCloudNativeAPIGatewayLLMModelServices(req, cb) {
|
|
310
316
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelServices", req, cb);
|
|
311
317
|
}
|
|
318
|
+
/**
|
|
319
|
+
* 从OpenAPI文件中解析出可导入的MCP tools
|
|
320
|
+
*/
|
|
321
|
+
async DescribeCloudNativeAPIGatewayMCPToolsFromFile(req, cb) {
|
|
322
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolsFromFile", req, cb);
|
|
323
|
+
}
|
|
312
324
|
/**
|
|
313
325
|
* 删除AI网关消费者组
|
|
314
326
|
*/
|