tencentcloud-sdk-nodejs-cngw 4.1.302 → 4.1.312
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.
|
@@ -6,8 +6,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
6
6
|
async DeleteCloudNativeAPIGatewayConsumer(req, cb) {
|
|
7
7
|
return this.request("DeleteCloudNativeAPIGatewayConsumer", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async DescribeCloudNativeAPIGatewayAIQuota(req, cb) {
|
|
10
|
+
return this.request("DescribeCloudNativeAPIGatewayAIQuota", req, cb);
|
|
11
|
+
}
|
|
12
|
+
async ModifyCloudNativeAPIGatewayMCPRoute(req, cb) {
|
|
13
|
+
return this.request("ModifyCloudNativeAPIGatewayMCPRoute", req, cb);
|
|
14
|
+
}
|
|
15
|
+
async AddCloudNativeAPIGatewayConsumerGroupAuth(req, cb) {
|
|
16
|
+
return this.request("AddCloudNativeAPIGatewayConsumerGroupAuth", req, cb);
|
|
11
17
|
}
|
|
12
18
|
async DeleteCloudNativeAPIGatewayMCPServer(req, cb) {
|
|
13
19
|
return this.request("DeleteCloudNativeAPIGatewayMCPServer", req, cb);
|
|
@@ -18,12 +24,24 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
18
24
|
async ModifyCloudNativeAPIGatewayMCPServerACL(req, cb) {
|
|
19
25
|
return this.request("ModifyCloudNativeAPIGatewayMCPServerACL", req, cb);
|
|
20
26
|
}
|
|
27
|
+
async DescribeCloudNativeAPIGatewayAIQuotaList(req, cb) {
|
|
28
|
+
return this.request("DescribeCloudNativeAPIGatewayAIQuotaList", req, cb);
|
|
29
|
+
}
|
|
30
|
+
async CreateCloudNativeAPIGatewayAIServiceSource(req, cb) {
|
|
31
|
+
return this.request("CreateCloudNativeAPIGatewayAIServiceSource", req, cb);
|
|
32
|
+
}
|
|
21
33
|
async RemoveCloudNativeAPIGatewayConsumerGroupAuth(req, cb) {
|
|
22
34
|
return this.request("RemoveCloudNativeAPIGatewayConsumerGroupAuth", req, cb);
|
|
23
35
|
}
|
|
24
36
|
async DeleteCloudNativeAPIGatewayMCPTool(req, cb) {
|
|
25
37
|
return this.request("DeleteCloudNativeAPIGatewayMCPTool", req, cb);
|
|
26
38
|
}
|
|
39
|
+
async DescribeCloudNativeAPIGatewayMCPToolVersion(req, cb) {
|
|
40
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolVersion", req, cb);
|
|
41
|
+
}
|
|
42
|
+
async ModifyCloudNativeAPIGatewayConsumerGroup(req, cb) {
|
|
43
|
+
return this.request("ModifyCloudNativeAPIGatewayConsumerGroup", req, cb);
|
|
44
|
+
}
|
|
27
45
|
async CreateCloudNativeAPIGatewayLLMModelAPI(req, cb) {
|
|
28
46
|
return this.request("CreateCloudNativeAPIGatewayLLMModelAPI", req, cb);
|
|
29
47
|
}
|
|
@@ -36,11 +54,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
36
54
|
async ModifyCloudNativeAPIGatewayMCPToolStatus(req, cb) {
|
|
37
55
|
return this.request("ModifyCloudNativeAPIGatewayMCPToolStatus", req, cb);
|
|
38
56
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
57
|
+
async DescribeCloudNativeAPIGatewayMCPToolImportTask(req, cb) {
|
|
58
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolImportTask", req, cb);
|
|
41
59
|
}
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
60
|
+
async ModifyCloudNativeAPIGatewayMCPServer(req, cb) {
|
|
61
|
+
return this.request("ModifyCloudNativeAPIGatewayMCPServer", req, cb);
|
|
62
|
+
}
|
|
63
|
+
async DeleteCloudNativeAPIGatewayAIServiceSource(req, cb) {
|
|
64
|
+
return this.request("DeleteCloudNativeAPIGatewayAIServiceSource", req, cb);
|
|
44
65
|
}
|
|
45
66
|
async DescribeCloudNativeAPIGatewayConsumerGroup(req, cb) {
|
|
46
67
|
return this.request("DescribeCloudNativeAPIGatewayConsumerGroup", req, cb);
|
|
@@ -54,6 +75,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
54
75
|
async DescribeCloudNativeAPIGatewayMCPToolACLList(req, cb) {
|
|
55
76
|
return this.request("DescribeCloudNativeAPIGatewayMCPToolACLList", req, cb);
|
|
56
77
|
}
|
|
78
|
+
async CheckCloudNativeAPIGatewayMCPToolVersionExist(req, cb) {
|
|
79
|
+
return this.request("CheckCloudNativeAPIGatewayMCPToolVersionExist", req, cb);
|
|
80
|
+
}
|
|
57
81
|
async CreateCloudNativeAPIGatewayLLMModelService(req, cb) {
|
|
58
82
|
return this.request("CreateCloudNativeAPIGatewayLLMModelService", req, cb);
|
|
59
83
|
}
|
|
@@ -63,6 +87,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
63
87
|
async DescribeCloudNativeAPIGatewayLLMModelAPIs(req, cb) {
|
|
64
88
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelAPIs", req, cb);
|
|
65
89
|
}
|
|
90
|
+
async DescribeCloudNativeAPIGatewayMCPRouteList(req, cb) {
|
|
91
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPRouteList", req, cb);
|
|
92
|
+
}
|
|
66
93
|
async AddCloudNativeAPIGatewayConsumerInGroup(req, cb) {
|
|
67
94
|
return this.request("AddCloudNativeAPIGatewayConsumerInGroup", req, cb);
|
|
68
95
|
}
|
|
@@ -72,8 +99,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
72
99
|
async DescribeCNGWServicesWithRoutes(req, cb) {
|
|
73
100
|
return this.request("DescribeCNGWServicesWithRoutes", req, cb);
|
|
74
101
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
102
|
+
async DescribeCloudNativeAPIGatewayAIServiceSourceList(req, cb) {
|
|
103
|
+
return this.request("DescribeCloudNativeAPIGatewayAIServiceSourceList", req, cb);
|
|
77
104
|
}
|
|
78
105
|
async DescribeCloudNativeAPIGatewayMCPServerList(req, cb) {
|
|
79
106
|
return this.request("DescribeCloudNativeAPIGatewayMCPServerList", req, cb);
|
|
@@ -87,21 +114,33 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
87
114
|
async DeleteCloudNativeAPIGatewaySecretKey(req, cb) {
|
|
88
115
|
return this.request("DeleteCloudNativeAPIGatewaySecretKey", req, cb);
|
|
89
116
|
}
|
|
117
|
+
async UnbindCloudNativeAPIGatewaySecretKey(req, cb) {
|
|
118
|
+
return this.request("UnbindCloudNativeAPIGatewaySecretKey", req, cb);
|
|
119
|
+
}
|
|
90
120
|
async DescribeCloudNativeAPIGatewayLLMModelService(req, cb) {
|
|
91
121
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelService", req, cb);
|
|
92
122
|
}
|
|
123
|
+
async DescribeCloudNativeAPIGatewayMCPToolsFromFile(req, cb) {
|
|
124
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolsFromFile", req, cb);
|
|
125
|
+
}
|
|
93
126
|
async ModifyCloudNativeAPIGatewayLLMModelAPI(req, cb) {
|
|
94
127
|
return this.request("ModifyCloudNativeAPIGatewayLLMModelAPI", req, cb);
|
|
95
128
|
}
|
|
96
129
|
async DescribeCloudNativeAPIGatewayLLMTokenUsageStatistics(req, cb) {
|
|
97
130
|
return this.request("DescribeCloudNativeAPIGatewayLLMTokenUsageStatistics", req, cb);
|
|
98
131
|
}
|
|
132
|
+
async RollbackCloudNativeAPIGatewayMCPToolVersion(req, cb) {
|
|
133
|
+
return this.request("RollbackCloudNativeAPIGatewayMCPToolVersion", req, cb);
|
|
134
|
+
}
|
|
99
135
|
async CreateCloudNativeAPIGatewayConsumerGroup(req, cb) {
|
|
100
136
|
return this.request("CreateCloudNativeAPIGatewayConsumerGroup", req, cb);
|
|
101
137
|
}
|
|
102
138
|
async DescribeCloudNativeAPIGatewayMCPTool(req, cb) {
|
|
103
139
|
return this.request("DescribeCloudNativeAPIGatewayMCPTool", req, cb);
|
|
104
140
|
}
|
|
141
|
+
async CreateCloudNativeAPIGatewayMCPRoute(req, cb) {
|
|
142
|
+
return this.request("CreateCloudNativeAPIGatewayMCPRoute", req, cb);
|
|
143
|
+
}
|
|
105
144
|
async CreateCloudNativeAPIGatewayMCPTool(req, cb) {
|
|
106
145
|
return this.request("CreateCloudNativeAPIGatewayMCPTool", req, cb);
|
|
107
146
|
}
|
|
@@ -111,6 +150,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
111
150
|
async UpdateCloudNativeAPIGatewayMCPTools(req, cb) {
|
|
112
151
|
return this.request("UpdateCloudNativeAPIGatewayMCPTools", req, cb);
|
|
113
152
|
}
|
|
153
|
+
async DescribeCloudNativeAPIGatewaySecretKeyList(req, cb) {
|
|
154
|
+
return this.request("DescribeCloudNativeAPIGatewaySecretKeyList", req, cb);
|
|
155
|
+
}
|
|
114
156
|
async ModifyCloudNativeAPIGatewayMCPServerAuth(req, cb) {
|
|
115
157
|
return this.request("ModifyCloudNativeAPIGatewayMCPServerAuth", req, cb);
|
|
116
158
|
}
|
|
@@ -120,6 +162,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
120
162
|
async ModifyCloudNativeAPIGatewayMCPServerStatus(req, cb) {
|
|
121
163
|
return this.request("ModifyCloudNativeAPIGatewayMCPServerStatus", req, cb);
|
|
122
164
|
}
|
|
165
|
+
async DescribeCloudNativeAPIGatewayMCPToolVersionList(req, cb) {
|
|
166
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolVersionList", req, cb);
|
|
167
|
+
}
|
|
123
168
|
async CreateCloudNativeAPIGatewayMCPServer(req, cb) {
|
|
124
169
|
return this.request("CreateCloudNativeAPIGatewayMCPServer", req, cb);
|
|
125
170
|
}
|
|
@@ -141,8 +186,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
141
186
|
async DescribeCloudNativeAPIGatewaySecretKey(req, cb) {
|
|
142
187
|
return this.request("DescribeCloudNativeAPIGatewaySecretKey", req, cb);
|
|
143
188
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
189
|
+
async ModifyCloudNativeAPIGatewayLLMModelService(req, cb) {
|
|
190
|
+
return this.request("ModifyCloudNativeAPIGatewayLLMModelService", req, cb);
|
|
191
|
+
}
|
|
192
|
+
async CompareCloudNativeAPIGatewayMCPToolVersion(req, cb) {
|
|
193
|
+
return this.request("CompareCloudNativeAPIGatewayMCPToolVersion", req, cb);
|
|
146
194
|
}
|
|
147
195
|
async BindCloudNativeAPIGatewaySecretKey(req, cb) {
|
|
148
196
|
return this.request("BindCloudNativeAPIGatewaySecretKey", req, cb);
|
|
@@ -150,12 +198,24 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
150
198
|
async DescribeCloudNativeAPIGatewayLLMModelServices(req, cb) {
|
|
151
199
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelServices", req, cb);
|
|
152
200
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
201
|
+
async ModifyCloudNativeAPIGatewayAIServiceSource(req, cb) {
|
|
202
|
+
return this.request("ModifyCloudNativeAPIGatewayAIServiceSource", req, cb);
|
|
203
|
+
}
|
|
204
|
+
async DeleteCloudNativeAPIGatewayMCPRoute(req, cb) {
|
|
205
|
+
return this.request("DeleteCloudNativeAPIGatewayMCPRoute", req, cb);
|
|
206
|
+
}
|
|
207
|
+
async CheckCloudNativeAPIGatewayMCPRouteMatch(req, cb) {
|
|
208
|
+
return this.request("CheckCloudNativeAPIGatewayMCPRouteMatch", req, cb);
|
|
155
209
|
}
|
|
156
210
|
async DeleteCloudNativeAPIGatewayConsumerGroup(req, cb) {
|
|
157
211
|
return this.request("DeleteCloudNativeAPIGatewayConsumerGroup", req, cb);
|
|
158
212
|
}
|
|
213
|
+
async DeleteCloudNativeAPIGatewayMCPToolVersion(req, cb) {
|
|
214
|
+
return this.request("DeleteCloudNativeAPIGatewayMCPToolVersion", req, cb);
|
|
215
|
+
}
|
|
216
|
+
async ModifyCloudNativeAPIGatewayMCPRouteStatus(req, cb) {
|
|
217
|
+
return this.request("ModifyCloudNativeAPIGatewayMCPRouteStatus", req, cb);
|
|
218
|
+
}
|
|
159
219
|
async CreateCloudNativeAPIGatewayConsumer(req, cb) {
|
|
160
220
|
return this.request("CreateCloudNativeAPIGatewayConsumer", req, cb);
|
|
161
221
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { CreateCloudNativeAPIGatewayMCPToolRequest,
|
|
2
|
+
import { CreateCloudNativeAPIGatewayMCPToolRequest, CheckCloudNativeAPIGatewayMCPToolVersionExistRequest, CompareCloudNativeAPIGatewayMCPToolVersionResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, DeleteCloudNativeAPIGatewayMCPToolResponse, RollbackCloudNativeAPIGatewayMCPToolVersionResponse, CreateCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewaySecretKeyListResponse, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, DescribeCloudNativeAPIGatewayMCPToolVersionListRequest, DeleteCloudNativeAPIGatewayConsumerResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, ModifyCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, ModifyCloudNativeAPIGatewaySecretKeyResponse, AddCloudNativeAPIGatewayConsumerInGroupResponse, CreateCloudNativeAPIGatewayMCPRouteRequest, DescribeCloudNativeAPIGatewayMCPToolResponse, DescribeCloudNativeAPIGatewayMCPToolACLListResponse, DescribeCloudNativeAPIGatewayMCPServerListRequest, ModifyCloudNativeAPIGatewayMCPServerAuthResponse, ModifyCloudNativeAPIGatewayMCPRouteStatusResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, DescribeCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest, CreateCloudNativeAPIGatewayLLMModelServiceRequest, DescribeCloudNativeAPIGatewayLLMModelServicesRequest, CreateCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayMCPToolACLListRequest, DescribeCNGWServicesWithRoutesResponse, DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, ModifyCloudNativeAPIGatewayMCPServerACLRequest, CreateCloudNativeAPIGatewayLLMModelServiceResponse, ModifyCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewayMCPToolImportTaskResponse, DescribeCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayMCPToolVersionResponse, DescribeCloudNativeAPIGatewayMCPToolListRequest, DeleteCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolRequest, DeleteCloudNativeAPIGatewayLLMModelAPIRequest, DeleteCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewayMCPRouteListResponse, ModifyCloudNativeAPIGatewayMCPToolACLResponse, DescribeCloudNativeAPIGatewayMCPToolsFromFileRequest, CreateCloudNativeAPIGatewayConsumerGroupResponse, UpdateCloudNativeAPIGatewayMCPToolsResponse, DescribeCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayMCPServerStatusResponse, DescribeCloudNativeAPIGatewayMCPToolVersionResponse, DescribeCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewaySecretKeyListRequest, ModifyCloudNativeAPIGatewayMCPRouteResponse, DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse, ModifyCloudNativeAPIGatewayAIServiceSourceResponse, BindCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayAIQuotaResponse, DescribeCloudNativeAPIGatewayAIServiceSourceListRequest, ModifyCloudNativeAPIGatewayMCPServerACLResponse, RollbackCloudNativeAPIGatewayMCPToolVersionRequest, DescribeCloudNativeAPIGatewayMCPToolVersionRequest, DeleteCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsRequest, CreateCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolACLRequest, CreateCloudNativeAPIGatewayMCPServerResponse, UpdateCloudNativeAPIGatewayMCPToolsRequest, CreateCloudNativeAPIGatewayConsumerRequest, ModifyCloudNativeAPIGatewayMCPServerStatusRequest, ModifyCloudNativeAPIGatewayMCPToolResponse, RemoveCloudNativeAPIGatewayConsumerInGroupResponse, DeleteCloudNativeAPIGatewayMCPRouteRequest, DescribeCloudNativeAPIGatewayLLMModelAPIsResponse, CompareCloudNativeAPIGatewayMCPToolVersionRequest, AddCloudNativeAPIGatewayConsumerInGroupRequest, CreateCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIResponse, UnbindCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPServerListResponse, DescribeCloudNativeAPIGatewayMCPServerAuthResponse, ModifyCloudNativeAPIGatewayMCPRouteRequest, ModifyCloudNativeAPIGatewayAIServiceSourceRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse, DescribeCloudNativeAPIGatewayAIQuotaListRequest, DescribeCNGWServicesWithRoutesRequest, DescribeCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPServerACLResponse, DescribeCloudNativeAPIGatewayAIServiceSourceListResponse, DescribeCloudNativeAPIGatewayMCPRouteListRequest, ModifyCloudNativeAPIGatewayMCPServerResponse, CheckCloudNativeAPIGatewayMCPRouteMatchRequest, DescribeCloudNativeAPIGatewayAIQuotaRequest, DescribeCloudNativeAPIGatewaySecretKeyRequest, ModifyCloudNativeAPIGatewayMCPServerRequest, AddCloudNativeAPIGatewayConsumerGroupAuthResponse, DescribeCloudNativeAPIGatewaySecretKeyValueResponse, DeleteCloudNativeAPIGatewayConsumerRequest, ModifyCloudNativeAPIGatewayMCPToolStatusResponse, CreateCloudNativeAPIGatewayMCPRouteResponse, ModifyCloudNativeAPIGatewayMCPRouteStatusRequest, DeleteCloudNativeAPIGatewayAIServiceSourceResponse, CreateCloudNativeAPIGatewayAIServiceSourceRequest, ModifyCloudNativeAPIGatewayConsumerGroupRequest, DeleteCloudNativeAPIGatewayMCPRouteResponse, UnbindCloudNativeAPIGatewaySecretKeyRequest, BindCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolListResponse, DeleteCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayMCPToolVersionListResponse, DescribeCloudNativeAPIGatewayConsumerGroupResponse, CheckCloudNativeAPIGatewayMCPToolVersionExistResponse, CheckCloudNativeAPIGatewayMCPRouteMatchResponse, ModifyCloudNativeAPIGatewayMCPServerAuthRequest, DescribeCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageListRequest, ModifyCloudNativeAPIGatewayMCPToolStatusRequest, AddCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeCloudNativeAPIGatewayAIQuotaListResponse, ModifyCloudNativeAPIGatewayConsumerResponse, CreateCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayLLMModelServiceRequest, DeleteCloudNativeAPIGatewayAIServiceSourceRequest, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, DeleteCloudNativeAPIGatewayMCPToolVersionRequest, CreateCloudNativeAPIGatewayLLMModelAPIResponse, CreateCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPServerAuthRequest, CreateCloudNativeAPIGatewayAIServiceSourceResponse, DeleteCloudNativeAPIGatewayLLMModelServiceRequest, DescribeCloudNativeAPIGatewayMCPToolImportTaskRequest, DeleteCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayMCPServerACLRequest, ModifyCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageListResponse } from "./cngw_models";
|
|
3
3
|
/**
|
|
4
4
|
* cngw client
|
|
5
5
|
* @class
|
|
@@ -11,9 +11,17 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
11
11
|
*/
|
|
12
12
|
DeleteCloudNativeAPIGatewayConsumer(req: DeleteCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayConsumerResponse) => void): Promise<DeleteCloudNativeAPIGatewayConsumerResponse>;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 查询AI网关配额
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
DescribeCloudNativeAPIGatewayAIQuota(req: DescribeCloudNativeAPIGatewayAIQuotaRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayAIQuotaResponse) => void): Promise<DescribeCloudNativeAPIGatewayAIQuotaResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* 上传插件前置操作,获取COS相关信息
|
|
19
|
+
*/
|
|
20
|
+
ModifyCloudNativeAPIGatewayMCPRoute(req: ModifyCloudNativeAPIGatewayMCPRouteRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPRouteResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPRouteResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* 为资源(模型 API / MCP Server)添加消费者组授权。
|
|
23
|
+
*/
|
|
24
|
+
AddCloudNativeAPIGatewayConsumerGroupAuth(req: AddCloudNativeAPIGatewayConsumerGroupAuthRequest, cb?: (error: string, rep: AddCloudNativeAPIGatewayConsumerGroupAuthResponse) => void): Promise<AddCloudNativeAPIGatewayConsumerGroupAuthResponse>;
|
|
17
25
|
/**
|
|
18
26
|
* 删除AI网关MCP服务
|
|
19
27
|
*/
|
|
@@ -26,6 +34,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
26
34
|
* 修改 MCP Server ACL
|
|
27
35
|
*/
|
|
28
36
|
ModifyCloudNativeAPIGatewayMCPServerACL(req: ModifyCloudNativeAPIGatewayMCPServerACLRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPServerACLResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPServerACLResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* 查询AI配额配置列表
|
|
39
|
+
*/
|
|
40
|
+
DescribeCloudNativeAPIGatewayAIQuotaList(req: DescribeCloudNativeAPIGatewayAIQuotaListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayAIQuotaListResponse) => void): Promise<DescribeCloudNativeAPIGatewayAIQuotaListResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* 创建云原生网关AI服务来源
|
|
43
|
+
*/
|
|
44
|
+
CreateCloudNativeAPIGatewayAIServiceSource(req: CreateCloudNativeAPIGatewayAIServiceSourceRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayAIServiceSourceResponse) => void): Promise<CreateCloudNativeAPIGatewayAIServiceSourceResponse>;
|
|
29
45
|
/**
|
|
30
46
|
* 从资源(模型 API / MCP Server)移除消费者组授权。
|
|
31
47
|
*/
|
|
@@ -34,6 +50,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
34
50
|
* 删除AI网关MCP Tool
|
|
35
51
|
*/
|
|
36
52
|
DeleteCloudNativeAPIGatewayMCPTool(req: DeleteCloudNativeAPIGatewayMCPToolRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayMCPToolResponse) => void): Promise<DeleteCloudNativeAPIGatewayMCPToolResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* 修改云原生智能网关MCP Tool
|
|
55
|
+
*/
|
|
56
|
+
DescribeCloudNativeAPIGatewayMCPToolVersion(req: DescribeCloudNativeAPIGatewayMCPToolVersionRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolVersionResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolVersionResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* 修改消费者组。
|
|
59
|
+
*/
|
|
60
|
+
ModifyCloudNativeAPIGatewayConsumerGroup(req: ModifyCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<ModifyCloudNativeAPIGatewayConsumerGroupResponse>;
|
|
37
61
|
/**
|
|
38
62
|
* 创建 LLM 模型 API。
|
|
39
63
|
*/
|
|
@@ -51,13 +75,17 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
51
75
|
*/
|
|
52
76
|
ModifyCloudNativeAPIGatewayMCPToolStatus(req: ModifyCloudNativeAPIGatewayMCPToolStatusRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPToolStatusResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPToolStatusResponse>;
|
|
53
77
|
/**
|
|
54
|
-
*
|
|
78
|
+
* 查询批量导入MCP Tools的任务进度
|
|
55
79
|
*/
|
|
56
|
-
|
|
80
|
+
DescribeCloudNativeAPIGatewayMCPToolImportTask(req: DescribeCloudNativeAPIGatewayMCPToolImportTaskRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolImportTaskResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolImportTaskResponse>;
|
|
57
81
|
/**
|
|
58
|
-
* 修改
|
|
82
|
+
* 修改MCP服务配置
|
|
59
83
|
*/
|
|
60
|
-
|
|
84
|
+
ModifyCloudNativeAPIGatewayMCPServer(req: ModifyCloudNativeAPIGatewayMCPServerRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPServerResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPServerResponse>;
|
|
85
|
+
/**
|
|
86
|
+
* 删除云原生网关AI服务来源
|
|
87
|
+
*/
|
|
88
|
+
DeleteCloudNativeAPIGatewayAIServiceSource(req: DeleteCloudNativeAPIGatewayAIServiceSourceRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayAIServiceSourceResponse) => void): Promise<DeleteCloudNativeAPIGatewayAIServiceSourceResponse>;
|
|
61
89
|
/**
|
|
62
90
|
* 查询消费者组详情。
|
|
63
91
|
*/
|
|
@@ -74,6 +102,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
74
102
|
* 查询云原生网关 MCP Server 下所有 Tool 的 ACL 状态一览(含 Server ACLType 回显)。
|
|
75
103
|
*/
|
|
76
104
|
DescribeCloudNativeAPIGatewayMCPToolACLList(req: DescribeCloudNativeAPIGatewayMCPToolACLListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolACLListResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolACLListResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* 修改云原生智能网关MCP Tool
|
|
107
|
+
*/
|
|
108
|
+
CheckCloudNativeAPIGatewayMCPToolVersionExist(req: CheckCloudNativeAPIGatewayMCPToolVersionExistRequest, cb?: (error: string, rep: CheckCloudNativeAPIGatewayMCPToolVersionExistResponse) => void): Promise<CheckCloudNativeAPIGatewayMCPToolVersionExistResponse>;
|
|
77
109
|
/**
|
|
78
110
|
* 创建 LLM 模型服务。同一网关下 Name 唯一。
|
|
79
111
|
*/
|
|
@@ -86,6 +118,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
86
118
|
* 查询指定网关实例下的所有 LLM 模型 API 列表。支持按名称关键词模糊搜索、按过滤器筛选,以及分页查询。用于绑定场景时,可通过 ConsumerGroupId 和 UseToBind 参数筛选可绑定的模型 API。
|
|
87
119
|
*/
|
|
88
120
|
DescribeCloudNativeAPIGatewayLLMModelAPIs(req: DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelAPIsResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelAPIsResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* 上传插件前置操作,获取COS相关信息
|
|
123
|
+
*/
|
|
124
|
+
DescribeCloudNativeAPIGatewayMCPRouteList(req: DescribeCloudNativeAPIGatewayMCPRouteListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPRouteListResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPRouteListResponse>;
|
|
89
125
|
/**
|
|
90
126
|
* 将消费者添加到消费者组。
|
|
91
127
|
*/
|
|
@@ -99,9 +135,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
99
135
|
*/
|
|
100
136
|
DescribeCNGWServicesWithRoutes(req: DescribeCNGWServicesWithRoutesRequest, cb?: (error: string, rep: DescribeCNGWServicesWithRoutesResponse) => void): Promise<DescribeCNGWServicesWithRoutesResponse>;
|
|
101
137
|
/**
|
|
102
|
-
*
|
|
138
|
+
* 查询云原生网关AI服务来源
|
|
103
139
|
*/
|
|
104
|
-
|
|
140
|
+
DescribeCloudNativeAPIGatewayAIServiceSourceList(req: DescribeCloudNativeAPIGatewayAIServiceSourceListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayAIServiceSourceListResponse) => void): Promise<DescribeCloudNativeAPIGatewayAIServiceSourceListResponse>;
|
|
105
141
|
/**
|
|
106
142
|
* AI网关查询MCP服务列表
|
|
107
143
|
*/
|
|
@@ -118,10 +154,18 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
118
154
|
* 删除消费者密钥(被绑定时需先解绑)。
|
|
119
155
|
*/
|
|
120
156
|
DeleteCloudNativeAPIGatewaySecretKey(req: DeleteCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<DeleteCloudNativeAPIGatewaySecretKeyResponse>;
|
|
157
|
+
/**
|
|
158
|
+
* 解绑密钥
|
|
159
|
+
*/
|
|
160
|
+
UnbindCloudNativeAPIGatewaySecretKey(req: UnbindCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: UnbindCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<UnbindCloudNativeAPIGatewaySecretKeyResponse>;
|
|
121
161
|
/**
|
|
122
162
|
* 查询单个 LLM 模型服务详情。
|
|
123
163
|
*/
|
|
124
164
|
DescribeCloudNativeAPIGatewayLLMModelService(req: DescribeCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelServiceResponse>;
|
|
165
|
+
/**
|
|
166
|
+
* 从OpenAPI文件中解析出可导入的MCP tools
|
|
167
|
+
*/
|
|
168
|
+
DescribeCloudNativeAPIGatewayMCPToolsFromFile(req: DescribeCloudNativeAPIGatewayMCPToolsFromFileRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse>;
|
|
125
169
|
/**
|
|
126
170
|
* 修改 LLM 模型 API。
|
|
127
171
|
*/
|
|
@@ -130,6 +174,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
130
174
|
* 查询 AI 网关Token 消耗统计汇总
|
|
131
175
|
*/
|
|
132
176
|
DescribeCloudNativeAPIGatewayLLMTokenUsageStatistics(req: DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse>;
|
|
177
|
+
/**
|
|
178
|
+
* 修改云原生智能网关MCP Tool
|
|
179
|
+
*/
|
|
180
|
+
RollbackCloudNativeAPIGatewayMCPToolVersion(req: RollbackCloudNativeAPIGatewayMCPToolVersionRequest, cb?: (error: string, rep: RollbackCloudNativeAPIGatewayMCPToolVersionResponse) => void): Promise<RollbackCloudNativeAPIGatewayMCPToolVersionResponse>;
|
|
133
181
|
/**
|
|
134
182
|
* 创建AI 网关消费者组
|
|
135
183
|
*/
|
|
@@ -138,6 +186,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
138
186
|
* 查看AI网关MCP Tool
|
|
139
187
|
*/
|
|
140
188
|
DescribeCloudNativeAPIGatewayMCPTool(req: DescribeCloudNativeAPIGatewayMCPToolRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolResponse>;
|
|
189
|
+
/**
|
|
190
|
+
* 上传插件前置操作,获取COS相关信息
|
|
191
|
+
*/
|
|
192
|
+
CreateCloudNativeAPIGatewayMCPRoute(req: CreateCloudNativeAPIGatewayMCPRouteRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayMCPRouteResponse) => void): Promise<CreateCloudNativeAPIGatewayMCPRouteResponse>;
|
|
141
193
|
/**
|
|
142
194
|
* 创建AI网关MCP Tool
|
|
143
195
|
*/
|
|
@@ -150,6 +202,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
150
202
|
* 批量导入从OpenAPI文件中解析的MCP Tools
|
|
151
203
|
*/
|
|
152
204
|
UpdateCloudNativeAPIGatewayMCPTools(req: UpdateCloudNativeAPIGatewayMCPToolsRequest, cb?: (error: string, rep: UpdateCloudNativeAPIGatewayMCPToolsResponse) => void): Promise<UpdateCloudNativeAPIGatewayMCPToolsResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* 查询密钥列表。
|
|
207
|
+
*/
|
|
208
|
+
DescribeCloudNativeAPIGatewaySecretKeyList(req: DescribeCloudNativeAPIGatewaySecretKeyListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaySecretKeyListResponse) => void): Promise<DescribeCloudNativeAPIGatewaySecretKeyListResponse>;
|
|
153
209
|
/**
|
|
154
210
|
* 修改 MCP Server 的认证配置
|
|
155
211
|
*/
|
|
@@ -162,6 +218,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
162
218
|
* 创建AI 网关MCP Server
|
|
163
219
|
*/
|
|
164
220
|
ModifyCloudNativeAPIGatewayMCPServerStatus(req: ModifyCloudNativeAPIGatewayMCPServerStatusRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPServerStatusResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPServerStatusResponse>;
|
|
221
|
+
/**
|
|
222
|
+
* 修改云原生智能网关MCP Tool
|
|
223
|
+
*/
|
|
224
|
+
DescribeCloudNativeAPIGatewayMCPToolVersionList(req: DescribeCloudNativeAPIGatewayMCPToolVersionListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolVersionListResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolVersionListResponse>;
|
|
165
225
|
/**
|
|
166
226
|
* 创建AI网关MCP Server
|
|
167
227
|
*/
|
|
@@ -191,9 +251,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
191
251
|
*/
|
|
192
252
|
DescribeCloudNativeAPIGatewaySecretKey(req: DescribeCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<DescribeCloudNativeAPIGatewaySecretKeyResponse>;
|
|
193
253
|
/**
|
|
194
|
-
*
|
|
254
|
+
* 修改 LLM 模型服务。
|
|
195
255
|
*/
|
|
196
|
-
|
|
256
|
+
ModifyCloudNativeAPIGatewayLLMModelService(req: ModifyCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<ModifyCloudNativeAPIGatewayLLMModelServiceResponse>;
|
|
257
|
+
/**
|
|
258
|
+
* 修改云原生智能网关MCP Tool
|
|
259
|
+
*/
|
|
260
|
+
CompareCloudNativeAPIGatewayMCPToolVersion(req: CompareCloudNativeAPIGatewayMCPToolVersionRequest, cb?: (error: string, rep: CompareCloudNativeAPIGatewayMCPToolVersionResponse) => void): Promise<CompareCloudNativeAPIGatewayMCPToolVersionResponse>;
|
|
197
261
|
/**
|
|
198
262
|
* 添加密钥与资源的引用关系接口
|
|
199
263
|
*/
|
|
@@ -203,13 +267,29 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
203
267
|
*/
|
|
204
268
|
DescribeCloudNativeAPIGatewayLLMModelServices(req: DescribeCloudNativeAPIGatewayLLMModelServicesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelServicesResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelServicesResponse>;
|
|
205
269
|
/**
|
|
206
|
-
*
|
|
270
|
+
* 修改云原生网关AI服务来源
|
|
207
271
|
*/
|
|
208
|
-
|
|
272
|
+
ModifyCloudNativeAPIGatewayAIServiceSource(req: ModifyCloudNativeAPIGatewayAIServiceSourceRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayAIServiceSourceResponse) => void): Promise<ModifyCloudNativeAPIGatewayAIServiceSourceResponse>;
|
|
273
|
+
/**
|
|
274
|
+
* 上传插件前置操作,获取COS相关信息
|
|
275
|
+
*/
|
|
276
|
+
DeleteCloudNativeAPIGatewayMCPRoute(req: DeleteCloudNativeAPIGatewayMCPRouteRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayMCPRouteResponse) => void): Promise<DeleteCloudNativeAPIGatewayMCPRouteResponse>;
|
|
277
|
+
/**
|
|
278
|
+
* 上传插件前置操作,获取COS相关信息
|
|
279
|
+
*/
|
|
280
|
+
CheckCloudNativeAPIGatewayMCPRouteMatch(req: CheckCloudNativeAPIGatewayMCPRouteMatchRequest, cb?: (error: string, rep: CheckCloudNativeAPIGatewayMCPRouteMatchResponse) => void): Promise<CheckCloudNativeAPIGatewayMCPRouteMatchResponse>;
|
|
209
281
|
/**
|
|
210
282
|
* 删除AI网关消费者组
|
|
211
283
|
*/
|
|
212
284
|
DeleteCloudNativeAPIGatewayConsumerGroup(req: DeleteCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<DeleteCloudNativeAPIGatewayConsumerGroupResponse>;
|
|
285
|
+
/**
|
|
286
|
+
* 修改云原生智能网关MCP Tool
|
|
287
|
+
*/
|
|
288
|
+
DeleteCloudNativeAPIGatewayMCPToolVersion(req: DeleteCloudNativeAPIGatewayMCPToolVersionRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayMCPToolVersionResponse) => void): Promise<DeleteCloudNativeAPIGatewayMCPToolVersionResponse>;
|
|
289
|
+
/**
|
|
290
|
+
* 上传插件前置操作,获取COS相关信息
|
|
291
|
+
*/
|
|
292
|
+
ModifyCloudNativeAPIGatewayMCPRouteStatus(req: ModifyCloudNativeAPIGatewayMCPRouteStatusRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPRouteStatusResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPRouteStatusResponse>;
|
|
213
293
|
/**
|
|
214
294
|
* 创建AI网关消费者。
|
|
215
295
|
*/
|