tencentcloud-sdk-nodejs 4.1.310 → 4.1.311
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/cfw/v20190904/cfw_client.js +5 -2
- package/es/services/cngw/v20230418/cngw_client.js +72 -12
- package/es/services/tcb/v20180608/tcb_client.js +32 -11
- 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 +1 -1
- package/tencentcloud/services/adp/v20260520/adp_client.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +106 -28
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +207 -40
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +12 -12
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +93 -13
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +138 -18
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +1348 -152
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +28 -16
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +443 -138
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +50 -20
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +69 -25
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4770 -3942
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +4 -2
- package/tencentcloud/services/teo/v20220901/teo_client.js +4 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +13 -0
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +27 -11
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +57 -6
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.311";
|
|
@@ -105,6 +105,9 @@ export class Client extends AbstractClient {
|
|
|
105
105
|
async ModifyBlockIgnoreRuleNew(req, cb) {
|
|
106
106
|
return this.request("ModifyBlockIgnoreRuleNew", req, cb);
|
|
107
107
|
}
|
|
108
|
+
async ModifySecurityGroupItemRuleStatus(req, cb) {
|
|
109
|
+
return this.request("ModifySecurityGroupItemRuleStatus", req, cb);
|
|
110
|
+
}
|
|
108
111
|
async ModifyEdgeIpSwitch(req, cb) {
|
|
109
112
|
return this.request("ModifyEdgeIpSwitch", req, cb);
|
|
110
113
|
}
|
|
@@ -171,8 +174,8 @@ export class Client extends AbstractClient {
|
|
|
171
174
|
async DescribeCcnAssociatedInstances(req, cb) {
|
|
172
175
|
return this.request("DescribeCcnAssociatedInstances", req, cb);
|
|
173
176
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
177
|
+
async DescribeNDRDataLeakOutAlertList(req, cb) {
|
|
178
|
+
return this.request("DescribeNDRDataLeakOutAlertList", req, cb);
|
|
176
179
|
}
|
|
177
180
|
async DescribeNatFwInstanceWithRegion(req, cb) {
|
|
178
181
|
return this.request("DescribeNatFwInstanceWithRegion", req, cb);
|
|
@@ -6,8 +6,14 @@ export class Client extends 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 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 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 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 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 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 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 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 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 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 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
|
}
|
|
@@ -3,8 +3,11 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("tcb.tencentcloudapi.com", "2018-06-08", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async
|
|
7
|
-
return this.request("
|
|
6
|
+
async DeleteFunction(req, cb) {
|
|
7
|
+
return this.request("DeleteFunction", req, cb);
|
|
8
|
+
}
|
|
9
|
+
async ListFunctions(req, cb) {
|
|
10
|
+
return this.request("ListFunctions", req, cb);
|
|
8
11
|
}
|
|
9
12
|
async DescribeApiKeyList(req, cb) {
|
|
10
13
|
return this.request("DescribeApiKeyList", req, cb);
|
|
@@ -51,6 +54,9 @@ export class Client extends AbstractClient {
|
|
|
51
54
|
async CheckTcbService(req, cb) {
|
|
52
55
|
return this.request("CheckTcbService", req, cb);
|
|
53
56
|
}
|
|
57
|
+
async ReleaseEnv(req, cb) {
|
|
58
|
+
return this.request("ReleaseEnv", req, cb);
|
|
59
|
+
}
|
|
54
60
|
async DescribeCreditsUsageDetail(req, cb) {
|
|
55
61
|
return this.request("DescribeCreditsUsageDetail", req, cb);
|
|
56
62
|
}
|
|
@@ -120,6 +126,9 @@ export class Client extends AbstractClient {
|
|
|
120
126
|
async DescribeLoginConfig(req, cb) {
|
|
121
127
|
return this.request("DescribeLoginConfig", req, cb);
|
|
122
128
|
}
|
|
129
|
+
async DescribeManagedAIModelList(req, cb) {
|
|
130
|
+
return this.request("DescribeManagedAIModelList", req, cb);
|
|
131
|
+
}
|
|
123
132
|
async DeleteProvider(req, cb) {
|
|
124
133
|
return this.request("DeleteProvider", req, cb);
|
|
125
134
|
}
|
|
@@ -153,9 +162,15 @@ export class Client extends AbstractClient {
|
|
|
153
162
|
async DescribeEnvLimit(req, cb) {
|
|
154
163
|
return this.request("DescribeEnvLimit", req, cb);
|
|
155
164
|
}
|
|
165
|
+
async CreateFunction(req, cb) {
|
|
166
|
+
return this.request("CreateFunction", req, cb);
|
|
167
|
+
}
|
|
156
168
|
async DeleteApiKey(req, cb) {
|
|
157
169
|
return this.request("DeleteApiKey", req, cb);
|
|
158
170
|
}
|
|
171
|
+
async UpdateFunctionCode(req, cb) {
|
|
172
|
+
return this.request("UpdateFunctionCode", req, cb);
|
|
173
|
+
}
|
|
159
174
|
async ListTables(req, cb) {
|
|
160
175
|
return this.request("ListTables", req, cb);
|
|
161
176
|
}
|
|
@@ -165,8 +180,8 @@ export class Client extends AbstractClient {
|
|
|
165
180
|
async DescribePGUserMigration(req, cb) {
|
|
166
181
|
return this.request("DescribePGUserMigration", req, cb);
|
|
167
182
|
}
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
183
|
+
async GetFunction(req, cb) {
|
|
184
|
+
return this.request("GetFunction", req, cb);
|
|
170
185
|
}
|
|
171
186
|
async CreateHostingDomain(req, cb) {
|
|
172
187
|
return this.request("CreateHostingDomain", req, cb);
|
|
@@ -186,14 +201,17 @@ export class Client extends AbstractClient {
|
|
|
186
201
|
async ModifySafeRule(req, cb) {
|
|
187
202
|
return this.request("ModifySafeRule", req, cb);
|
|
188
203
|
}
|
|
204
|
+
async DownloadFunction(req, cb) {
|
|
205
|
+
return this.request("DownloadFunction", req, cb);
|
|
206
|
+
}
|
|
189
207
|
async DescribeTable(req, cb) {
|
|
190
208
|
return this.request("DescribeTable", req, cb);
|
|
191
209
|
}
|
|
192
210
|
async RepairPGUserMigrationHistory(req, cb) {
|
|
193
211
|
return this.request("RepairPGUserMigrationHistory", req, cb);
|
|
194
212
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
213
|
+
async DescribeCloudAppVersionList(req, cb) {
|
|
214
|
+
return this.request("DescribeCloudAppVersionList", req, cb);
|
|
197
215
|
}
|
|
198
216
|
async DeleteAIModel(req, cb) {
|
|
199
217
|
return this.request("DeleteAIModel", req, cb);
|
|
@@ -246,6 +264,9 @@ export class Client extends AbstractClient {
|
|
|
246
264
|
async DescribeAuthDomains(req, cb) {
|
|
247
265
|
return this.request("DescribeAuthDomains", req, cb);
|
|
248
266
|
}
|
|
267
|
+
async ModifyLoginConfig(req, cb) {
|
|
268
|
+
return this.request("ModifyLoginConfig", req, cb);
|
|
269
|
+
}
|
|
249
270
|
async DescribeMySQLClusterDetail(req, cb) {
|
|
250
271
|
return this.request("DescribeMySQLClusterDetail", req, cb);
|
|
251
272
|
}
|
|
@@ -264,9 +285,6 @@ export class Client extends AbstractClient {
|
|
|
264
285
|
async DescribeDatabaseACL(req, cb) {
|
|
265
286
|
return this.request("DescribeDatabaseACL", req, cb);
|
|
266
287
|
}
|
|
267
|
-
async ExecutePGSql(req, cb) {
|
|
268
|
-
return this.request("ExecutePGSql", req, cb);
|
|
269
|
-
}
|
|
270
288
|
async UpdateAIModel(req, cb) {
|
|
271
289
|
return this.request("UpdateAIModel", req, cb);
|
|
272
290
|
}
|
|
@@ -279,6 +297,9 @@ export class Client extends AbstractClient {
|
|
|
279
297
|
async ModifyEnvPlan(req, cb) {
|
|
280
298
|
return this.request("ModifyEnvPlan", req, cb);
|
|
281
299
|
}
|
|
300
|
+
async UpdateFunctionConfiguration(req, cb) {
|
|
301
|
+
return this.request("UpdateFunctionConfiguration", req, cb);
|
|
302
|
+
}
|
|
282
303
|
async ModifyPGInstanceSpec(req, cb) {
|
|
283
304
|
return this.request("ModifyPGInstanceSpec", req, cb);
|
|
284
305
|
}
|
|
@@ -303,8 +324,8 @@ export class Client extends AbstractClient {
|
|
|
303
324
|
async ModifyProvider(req, cb) {
|
|
304
325
|
return this.request("ModifyProvider", req, cb);
|
|
305
326
|
}
|
|
306
|
-
async
|
|
307
|
-
return this.request("
|
|
327
|
+
async ExecutePGSql(req, cb) {
|
|
328
|
+
return this.request("ExecutePGSql", req, cb);
|
|
308
329
|
}
|
|
309
330
|
async DescribeHTTPServiceCachePurgeTask(req, cb) {
|
|
310
331
|
return this.request("DescribeHTTPServiceCachePurgeTask", req, cb);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.311";
|
|
@@ -237,7 +237,7 @@ export declare class Client extends AbstractClient {
|
|
|
237
237
|
*/
|
|
238
238
|
DescribeReleaseList(req: DescribeReleaseListRequest, cb?: (error: string, rep: DescribeReleaseListResponse) => void): Promise<DescribeReleaseListResponse>;
|
|
239
239
|
/**
|
|
240
|
-
* 创建Agent
|
|
240
|
+
* 创建Agent(目前仅支持claw模式)
|
|
241
241
|
*/
|
|
242
242
|
CreateAgent(req: CreateAgentRequest, cb?: (error: string, rep: CreateAgentResponse) => void): Promise<CreateAgentResponse>;
|
|
243
243
|
/**
|
|
@@ -371,7 +371,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
371
371
|
return this.request("DescribeReleaseList", req, cb);
|
|
372
372
|
}
|
|
373
373
|
/**
|
|
374
|
-
* 创建Agent
|
|
374
|
+
* 创建Agent(目前仅支持claw模式)
|
|
375
375
|
*/
|
|
376
376
|
async CreateAgent(req, cb) {
|
|
377
377
|
return this.request("CreateAgent", req, cb);
|
|
@@ -377,20 +377,24 @@ export interface AuthConfig {
|
|
|
377
377
|
*/
|
|
378
378
|
AuthType: number;
|
|
379
379
|
/**
|
|
380
|
-
* API Key
|
|
380
|
+
* <p>API Key授权配置</p>
|
|
381
381
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
382
382
|
*/
|
|
383
383
|
ApiKeyAuthConfig?: ApiKeyAuthConfig;
|
|
384
384
|
/**
|
|
385
|
-
* CAM
|
|
385
|
+
* <p>CAM授权配置</p>
|
|
386
386
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
387
387
|
*/
|
|
388
388
|
CamAuthConfig?: CamAuthConfig;
|
|
389
389
|
/**
|
|
390
|
-
* OAuth2.0
|
|
390
|
+
* <p>OAuth2.0授权配置</p>
|
|
391
391
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
392
392
|
*/
|
|
393
393
|
OAuthConfig?: OAuthConfig;
|
|
394
|
+
/**
|
|
395
|
+
* <p>AccessKey授权配置</p>
|
|
396
|
+
*/
|
|
397
|
+
AccessKeyAuthConfig?: AccessKeyAuthConfig;
|
|
394
398
|
}
|
|
395
399
|
/**
|
|
396
400
|
* AppShareAccessControl
|
|
@@ -2070,27 +2074,29 @@ export interface ConversationContent {
|
|
|
2070
2074
|
*/
|
|
2071
2075
|
export interface CamAuthConfig {
|
|
2072
2076
|
/**
|
|
2073
|
-
*
|
|
2077
|
+
* <p>角色名称</p>
|
|
2074
2078
|
*/
|
|
2075
2079
|
RoleName: string;
|
|
2076
2080
|
/**
|
|
2077
|
-
*
|
|
2078
|
-
|
|
2079
|
-
枚举值:
|
|
2080
|
-
| uint | 描述 |
|
|
2081
|
-
| --- | --- |
|
|
2082
|
-
| 0 | 头鉴权 |
|
|
2083
|
-
| 1 | 请求信息鉴权 |
|
|
2081
|
+
* <p>密钥位置 HEADER/QUERY</p><p>枚举值:<br>| uint | 描述 |<br>| --- | --- |<br>| 0 | 头鉴权 |<br>| 1 | 请求信息鉴权 |</p>
|
|
2084
2082
|
*/
|
|
2085
2083
|
KeyLocation?: number;
|
|
2086
2084
|
/**
|
|
2087
|
-
* SecretId
|
|
2085
|
+
* <p>SecretId字段名称</p>
|
|
2088
2086
|
*/
|
|
2089
2087
|
SecretIdName?: string;
|
|
2090
2088
|
/**
|
|
2091
|
-
* SecretKey
|
|
2089
|
+
* <p>SecretKey字段名称</p>
|
|
2092
2090
|
*/
|
|
2093
2091
|
SecretKeyName?: string;
|
|
2092
|
+
/**
|
|
2093
|
+
* <p>CAM Access Key 字段配置</p>
|
|
2094
|
+
*/
|
|
2095
|
+
ParamList?: Array<AccessKeyParamConfig>;
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>是否支持CAM角色授权</p>
|
|
2098
|
+
*/
|
|
2099
|
+
SupportRoleAuth?: boolean;
|
|
2094
2100
|
}
|
|
2095
2101
|
/**
|
|
2096
2102
|
* DescribeSkillReferenceList返回参数结构体
|
|
@@ -2100,6 +2106,10 @@ export interface DescribeSkillReferenceListResponse {
|
|
|
2100
2106
|
* <p>按 SkillRefType 分组的引用汇总:某类型 total_count = 0 时不入组(不返回空占位) 本期同时落 OPENCLAW / AGENT / CORP_ASSISTANT 三路</p>
|
|
2101
2107
|
*/
|
|
2102
2108
|
ReferenceList?: Array<SkillReferenceGroup>;
|
|
2109
|
+
/**
|
|
2110
|
+
* <p>当前用户是否允许强制删除有引用的Skill</p>
|
|
2111
|
+
*/
|
|
2112
|
+
AllowForceModify?: boolean;
|
|
2103
2113
|
/**
|
|
2104
2114
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2105
2115
|
*/
|
|
@@ -3070,6 +3080,14 @@ export interface AgentPluginConfig {
|
|
|
3070
3080
|
* 插件概要信息(用于插件列表)
|
|
3071
3081
|
*/
|
|
3072
3082
|
export interface PluginSummary {
|
|
3083
|
+
/**
|
|
3084
|
+
* <p>插件配置信息</p>
|
|
3085
|
+
*/
|
|
3086
|
+
Config?: PluginConfig;
|
|
3087
|
+
/**
|
|
3088
|
+
* <p>是否已配置共享</p>
|
|
3089
|
+
*/
|
|
3090
|
+
IsShared?: boolean;
|
|
3073
3091
|
/**
|
|
3074
3092
|
* <p>插件运营管理信息</p>
|
|
3075
3093
|
*/
|
|
@@ -3082,6 +3100,10 @@ export interface PluginSummary {
|
|
|
3082
3100
|
* <p>插件基础信息</p>
|
|
3083
3101
|
*/
|
|
3084
3102
|
Profile?: PluginProfile;
|
|
3103
|
+
/**
|
|
3104
|
+
* <p>插件所属空间 ID;内置插件为空</p>
|
|
3105
|
+
*/
|
|
3106
|
+
SpaceId?: string;
|
|
3085
3107
|
/**
|
|
3086
3108
|
* <p>插件统计信息</p>
|
|
3087
3109
|
*/
|
|
@@ -3091,17 +3113,17 @@ export interface PluginSummary {
|
|
|
3091
3113
|
*/
|
|
3092
3114
|
Status?: number;
|
|
3093
3115
|
/**
|
|
3094
|
-
* <p
|
|
3116
|
+
* <p>工具信息</p>
|
|
3095
3117
|
*/
|
|
3096
|
-
|
|
3118
|
+
ToolList?: Array<ToolSummary>;
|
|
3097
3119
|
/**
|
|
3098
|
-
* <p
|
|
3120
|
+
* <p>用户维度的插件状态信息</p>
|
|
3099
3121
|
*/
|
|
3100
|
-
|
|
3122
|
+
UserState?: PluginUserState;
|
|
3101
3123
|
/**
|
|
3102
|
-
* <p
|
|
3124
|
+
* <p>更新时间,Unix时间戳</p><p>单位:秒</p>
|
|
3103
3125
|
*/
|
|
3104
|
-
|
|
3126
|
+
UpdateTime?: string;
|
|
3105
3127
|
}
|
|
3106
3128
|
/**
|
|
3107
3129
|
* CreateWorkspaceCredential返回参数结构体
|
|
@@ -4569,11 +4591,11 @@ export interface ManualOnlySchedule {
|
|
|
4569
4591
|
*/
|
|
4570
4592
|
export interface DescribePluginSummaryListRequest {
|
|
4571
4593
|
/**
|
|
4572
|
-
*
|
|
4594
|
+
* <p>空间ID,查询空间内的插件列表时使用</p>
|
|
4573
4595
|
*/
|
|
4574
4596
|
SpaceId: string;
|
|
4575
4597
|
/**
|
|
4576
|
-
*
|
|
4598
|
+
* <p>过滤条件列表,支持 PluginKind、CategoryKey、PluginSource、PluginId、PluginClass、BillingType、AuthType、IsShared、IsCreatedByMe</p>
|
|
4577
4599
|
*/
|
|
4578
4600
|
FilterList?: Array<Filter>;
|
|
4579
4601
|
/**
|
|
@@ -4585,21 +4607,25 @@ export interface DescribePluginSummaryListRequest {
|
|
|
4585
4607
|
*/
|
|
4586
4608
|
Module?: number;
|
|
4587
4609
|
/**
|
|
4588
|
-
*
|
|
4610
|
+
* <p>页码 从0开始</p>
|
|
4589
4611
|
*/
|
|
4590
4612
|
PageNumber?: number;
|
|
4591
4613
|
/**
|
|
4592
|
-
*
|
|
4614
|
+
* <p>每页大小</p>
|
|
4593
4615
|
*/
|
|
4594
4616
|
PageSize?: number;
|
|
4595
4617
|
/**
|
|
4596
|
-
*
|
|
4618
|
+
* <p>查询内容 模糊匹配:插件名称/插件描述/工具名称/工具描述</p>
|
|
4597
4619
|
*/
|
|
4598
4620
|
Query?: string;
|
|
4599
4621
|
/**
|
|
4600
4622
|
* <p>排序方式。</p><p>枚举值:</p><ul><li>0:未指定,默认排序</li><li>1:按相关性排序</li><li>2:按更新时间排序</li><li>3:默认排序</li><li>4:按热度排序</li></ul>
|
|
4601
4623
|
*/
|
|
4602
4624
|
SortType?: number;
|
|
4625
|
+
/**
|
|
4626
|
+
* <p>筛选当前空间/企业共享插件</p><p>取值范围:[0, 2]</p>
|
|
4627
|
+
*/
|
|
4628
|
+
PluginSpaceRelation?: number;
|
|
4603
4629
|
}
|
|
4604
4630
|
/**
|
|
4605
4631
|
* CreateApp返回参数结构体
|
|
@@ -4978,11 +5004,11 @@ export interface SkillDetail {
|
|
|
4978
5004
|
*/
|
|
4979
5005
|
export interface DescribePluginSummaryListResponse {
|
|
4980
5006
|
/**
|
|
4981
|
-
* plugin_list
|
|
5007
|
+
* <p>plugin_list</p>
|
|
4982
5008
|
*/
|
|
4983
5009
|
PluginList?: Array<PluginSummary>;
|
|
4984
5010
|
/**
|
|
4985
|
-
* total_count
|
|
5011
|
+
* <p>total_count</p>
|
|
4986
5012
|
*/
|
|
4987
5013
|
TotalCount?: number;
|
|
4988
5014
|
/**
|
|
@@ -5586,6 +5612,24 @@ export interface Identity {
|
|
|
5586
5612
|
*/
|
|
5587
5613
|
StrId?: string;
|
|
5588
5614
|
}
|
|
5615
|
+
/**
|
|
5616
|
+
* AccessKey鉴权配置
|
|
5617
|
+
*/
|
|
5618
|
+
export interface AccessKeyAuthConfig {
|
|
5619
|
+
/**
|
|
5620
|
+
* <p>Access Key字段配置</p>
|
|
5621
|
+
*/
|
|
5622
|
+
ParamList?: Array<AccessKeyParamConfig>;
|
|
5623
|
+
/**
|
|
5624
|
+
* <p>Access Key透传配置</p>
|
|
5625
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5626
|
+
*/
|
|
5627
|
+
PassThroughConfig?: AccessKeyPassThroughConfig;
|
|
5628
|
+
/**
|
|
5629
|
+
* <p>Access Key 使用模式</p><p>枚举值:</p><ul><li>1: Access Key透传</li></ul>
|
|
5630
|
+
*/
|
|
5631
|
+
UsageMode?: number;
|
|
5632
|
+
}
|
|
5589
5633
|
/**
|
|
5590
5634
|
* DescribeAgentDetail返回参数结构体
|
|
5591
5635
|
*/
|
|
@@ -5680,6 +5724,10 @@ export interface CreateSkillShareRequest {
|
|
|
5680
5724
|
* <p>必填,被共享的版本id(必须高于已共享版本)</p>
|
|
5681
5725
|
*/
|
|
5682
5726
|
VersionId: string;
|
|
5727
|
+
/**
|
|
5728
|
+
* <p>共享配置</p>
|
|
5729
|
+
*/
|
|
5730
|
+
CorpShareConfig?: SkillCorpShareConfig;
|
|
5683
5731
|
}
|
|
5684
5732
|
/**
|
|
5685
5733
|
* 资源消耗明细
|
|
@@ -7219,6 +7267,27 @@ export interface ResumeAppTriggerResponse {
|
|
|
7219
7267
|
*/
|
|
7220
7268
|
RequestId?: string;
|
|
7221
7269
|
}
|
|
7270
|
+
/**
|
|
7271
|
+
* Access Key 字段配置
|
|
7272
|
+
*/
|
|
7273
|
+
export interface AccessKeyParamConfig {
|
|
7274
|
+
/**
|
|
7275
|
+
* <p>Access Key 字段类型,1:AccessKeyId,2:AccessKeySecret,3:SessionToken</p>
|
|
7276
|
+
*/
|
|
7277
|
+
FieldType?: number;
|
|
7278
|
+
/**
|
|
7279
|
+
* <p>是否必填</p>
|
|
7280
|
+
*/
|
|
7281
|
+
IsRequired?: boolean;
|
|
7282
|
+
/**
|
|
7283
|
+
* <p>header/query 字段名</p>
|
|
7284
|
+
*/
|
|
7285
|
+
ParamName?: string;
|
|
7286
|
+
/**
|
|
7287
|
+
* <p>AccessKey密钥默认值,允许为空</p>
|
|
7288
|
+
*/
|
|
7289
|
+
ParamValue?: string;
|
|
7290
|
+
}
|
|
7222
7291
|
/**
|
|
7223
7292
|
* CategoryPermission
|
|
7224
7293
|
*/
|
|
@@ -7504,7 +7573,7 @@ export interface DeleteAppTriggerResponse {
|
|
|
7504
7573
|
RequestId?: string;
|
|
7505
7574
|
}
|
|
7506
7575
|
/**
|
|
7507
|
-
* 列表通用过滤条件(多个 Filter 之间为 AND 关系,同一 Filter 的多个 value_list 为 OR
|
|
7576
|
+
* 列表通用过滤条件(多个 Filter 之间为 AND 关系,同一 Filter 的多个 value_list 为 OR 关系;BETWEEN 时 value_list 必须恰好 2 个元素表示闭区间 [start, end])
|
|
7508
7577
|
*/
|
|
7509
7578
|
export interface Filter {
|
|
7510
7579
|
/**
|
|
@@ -7512,7 +7581,7 @@ export interface Filter {
|
|
|
7512
7581
|
*/
|
|
7513
7582
|
Name?: string;
|
|
7514
7583
|
/**
|
|
7515
|
-
* 操作符,默认 IN(向后兼容)<table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>FILTER_OPERATOR_IN</td><td>0</td><td>属于 value_list(默认值,向后兼容;value_list 不可为空)</td></tr><tr><td>FILTER_OPERATOR_NOT_IN</td><td>1</td><td>不属于 value_list(value_list 不可为空)</td></tr></table>
|
|
7584
|
+
* 操作符,默认 IN(向后兼容)<table><tr><td>枚举项</td><td>枚举值</td><td>描述</td></tr><tr><td>FILTER_OPERATOR_IN</td><td>0</td><td>属于 value_list(默认值,向后兼容;value_list 不可为空)</td></tr><tr><td>FILTER_OPERATOR_NOT_IN</td><td>1</td><td>不属于 value_list(value_list 不可为空)</td></tr><tr><td>FILTER_OPERATOR_BETWEEN</td><td>2</td><td>之间(闭区间 [start, end];value_list 必须恰好 2 个元素,允许其一为空表示单边开区间)</td></tr></table>
|
|
7516
7585
|
*/
|
|
7517
7586
|
Operator?: number;
|
|
7518
7587
|
/**
|
|
@@ -7554,6 +7623,15 @@ export interface MsgRecordCategory {
|
|
|
7554
7623
|
*/
|
|
7555
7624
|
TotalCount?: string;
|
|
7556
7625
|
}
|
|
7626
|
+
/**
|
|
7627
|
+
* Access Key 透传配置
|
|
7628
|
+
*/
|
|
7629
|
+
export interface AccessKeyPassThroughConfig {
|
|
7630
|
+
/**
|
|
7631
|
+
* <p>Access Key 字段统一注入位置,0:Header,1:Query</p>
|
|
7632
|
+
*/
|
|
7633
|
+
KeyLocation?: number;
|
|
7634
|
+
}
|
|
7557
7635
|
/**
|
|
7558
7636
|
* DescribeSkillReferenceList请求参数结构体
|
|
7559
7637
|
*/
|