tencentcloud-sdk-nodejs 4.1.283 → 4.1.284
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 +224 -32
- 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/cdb/v20170320/cdb_models.d.ts +7 -12
- 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/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 +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +289 -33
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +432 -48
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +7468 -944
- 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 +6 -8
- 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 +5 -7
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +15 -15
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +9 -9
- 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 +2 -2
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
*/
|