tencentcloud-sdk-nodejs 4.1.201 → 4.1.203
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/cls/v20201016/cls_client.js +16 -4
- package/es/services/config/v20220802/config_client.js +162 -6
- package/es/services/csip/v20221121/csip_client.js +155 -146
- package/es/services/cvm/v20170312/cvm_client.js +22 -4
- package/es/services/dnspod/v20210323/dnspod_client.js +3 -0
- package/es/services/domain/v20180808/domain_client.js +3 -0
- package/es/services/ess/v20201111/ess_client.js +14 -2
- package/es/services/hai/v20230812/hai_client.js +10 -4
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +14 -8
- package/es/services/live/v20180801/live_client.js +10 -4
- package/es/services/mongodb/v20190725/mongodb_client.js +3 -0
- package/es/services/monitor/v20230616/monitor_client.js +14 -2
- package/es/services/redis/v20180412/redis_client.js +26 -2
- package/es/services/sqlserver/v20180328/sqlserver_client.js +30 -6
- package/es/services/tcb/v20180608/tcb_client.js +58 -46
- package/es/services/tse/v20201207/tse_client.js +11 -2
- package/es/services/waf/v20180125/waf_client.js +6 -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/ags/v20250920/ags_models.d.ts +85 -27
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +8 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +41 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +12 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +17 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +30 -26
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +87 -94
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +21 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +30 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +484 -122
- package/tencentcloud/services/config/v20220802/config_client.d.ts +215 -7
- package/tencentcloud/services/config/v20220802/config_client.js +321 -9
- package/tencentcloud/services/config/v20220802/config_models.d.ts +2640 -241
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +167 -155
- package/tencentcloud/services/csip/v20221121/csip_client.js +249 -231
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +354 -100
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +37 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +50 -6
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +360 -22
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +19 -8
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +28 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +84 -26
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +35 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/es/v20250101/es_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +19 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +27 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +176 -14
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -39
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +14 -6
- package/tencentcloud/services/hai/v20230812/hai_client.js +19 -7
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +129 -60
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +17 -9
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +24 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +76 -4
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +14 -5
- package/tencentcloud/services/live/v20180801/live_client.js +19 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +154 -50
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +42 -0
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +19 -3
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +27 -3
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +463 -63
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +154 -102
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +38 -37
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +5 -5
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +35 -3
- package/tencentcloud/services/redis/v20180412/redis_client.js +51 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +909 -345
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +13 -16
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +39 -7
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +57 -9
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +956 -159
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +86 -68
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +118 -92
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1407 -1160
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +32 -34
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +32 -20
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +44 -23
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +26 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +21 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +17 -4
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +17 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +52 -4
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +33 -33
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +15 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +21 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +199 -35
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +18 -23
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -4
- package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +141 -14
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +124 -39
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +189 -260
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +261 -65
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +35 -6
|
@@ -6,14 +6,17 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async DescribeCreateMySQLResult(req, cb) {
|
|
7
7
|
return this.request("DescribeCreateMySQLResult", req, cb);
|
|
8
8
|
}
|
|
9
|
+
async DescribeGatewayVersions(req, cb) {
|
|
10
|
+
return this.request("DescribeGatewayVersions", req, cb);
|
|
11
|
+
}
|
|
9
12
|
async ModifyClsTopic(req, cb) {
|
|
10
13
|
return this.request("ModifyClsTopic", req, cb);
|
|
11
14
|
}
|
|
12
15
|
async DescribeUserList(req, cb) {
|
|
13
16
|
return this.request("DescribeUserList", req, cb);
|
|
14
17
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
18
|
+
async DescribeVmSpec(req, cb) {
|
|
19
|
+
return this.request("DescribeVmSpec", req, cb);
|
|
17
20
|
}
|
|
18
21
|
async CreateHostingDomain(req, cb) {
|
|
19
22
|
return this.request("CreateHostingDomain", req, cb);
|
|
@@ -27,35 +30,38 @@ export class Client extends AbstractClient {
|
|
|
27
30
|
async UpdateTable(req, cb) {
|
|
28
31
|
return this.request("UpdateTable", req, cb);
|
|
29
32
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
33
|
+
async DescribeApiKeyList(req, cb) {
|
|
34
|
+
return this.request("DescribeApiKeyList", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async DeleteVmInstance(req, cb) {
|
|
37
|
+
return this.request("DeleteVmInstance", req, cb);
|
|
32
38
|
}
|
|
33
39
|
async CreateEnvResource(req, cb) {
|
|
34
40
|
return this.request("CreateEnvResource", req, cb);
|
|
35
41
|
}
|
|
36
|
-
async DestroyStaticStore(req, cb) {
|
|
37
|
-
return this.request("DestroyStaticStore", req, cb);
|
|
38
|
-
}
|
|
39
42
|
async CreateEnv(req, cb) {
|
|
40
43
|
return this.request("CreateEnv", req, cb);
|
|
41
44
|
}
|
|
42
45
|
async ModifyDatabaseACL(req, cb) {
|
|
43
46
|
return this.request("ModifyDatabaseACL", req, cb);
|
|
44
47
|
}
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
48
|
+
async CreateVmInstance(req, cb) {
|
|
49
|
+
return this.request("CreateVmInstance", req, cb);
|
|
47
50
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
51
|
+
async DeleteHTTPServiceRoute(req, cb) {
|
|
52
|
+
return this.request("DeleteHTTPServiceRoute", req, cb);
|
|
53
|
+
}
|
|
54
|
+
async DescribeHTTPServiceRoute(req, cb) {
|
|
55
|
+
return this.request("DescribeHTTPServiceRoute", req, cb);
|
|
50
56
|
}
|
|
51
57
|
async CreateAuthDomain(req, cb) {
|
|
52
58
|
return this.request("CreateAuthDomain", req, cb);
|
|
53
59
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
60
|
+
async DescribeVmInstances(req, cb) {
|
|
61
|
+
return this.request("DescribeVmInstances", req, cb);
|
|
56
62
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
63
|
+
async InquireVmPrice(req, cb) {
|
|
64
|
+
return this.request("InquireVmPrice", req, cb);
|
|
59
65
|
}
|
|
60
66
|
async DescribeCloudBaseRunServerVersion(req, cb) {
|
|
61
67
|
return this.request("DescribeCloudBaseRunServerVersion", req, cb);
|
|
@@ -63,8 +69,8 @@ export class Client extends AbstractClient {
|
|
|
63
69
|
async DescribeAuthDomains(req, cb) {
|
|
64
70
|
return this.request("DescribeAuthDomains", req, cb);
|
|
65
71
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
72
|
+
async DescribeClient(req, cb) {
|
|
73
|
+
return this.request("DescribeClient", req, cb);
|
|
68
74
|
}
|
|
69
75
|
async ModifySafeRule(req, cb) {
|
|
70
76
|
return this.request("ModifySafeRule", req, cb);
|
|
@@ -81,12 +87,15 @@ export class Client extends AbstractClient {
|
|
|
81
87
|
async ModifyClient(req, cb) {
|
|
82
88
|
return this.request("ModifyClient", req, cb);
|
|
83
89
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
90
|
+
async ModifyHTTPServiceRoute(req, cb) {
|
|
91
|
+
return this.request("ModifyHTTPServiceRoute", req, cb);
|
|
86
92
|
}
|
|
87
93
|
async DescribeHostingDomainTask(req, cb) {
|
|
88
94
|
return this.request("DescribeHostingDomainTask", req, cb);
|
|
89
95
|
}
|
|
96
|
+
async RenewEnv(req, cb) {
|
|
97
|
+
return this.request("RenewEnv", req, cb);
|
|
98
|
+
}
|
|
90
99
|
async ReinstateEnv(req, cb) {
|
|
91
100
|
return this.request("ReinstateEnv", req, cb);
|
|
92
101
|
}
|
|
@@ -105,9 +114,6 @@ export class Client extends AbstractClient {
|
|
|
105
114
|
async ModifyEnv(req, cb) {
|
|
106
115
|
return this.request("ModifyEnv", req, cb);
|
|
107
116
|
}
|
|
108
|
-
async DeleteCloudBaseGWAPI(req, cb) {
|
|
109
|
-
return this.request("DeleteCloudBaseGWAPI", req, cb);
|
|
110
|
-
}
|
|
111
117
|
async DeleteProvider(req, cb) {
|
|
112
118
|
return this.request("DeleteProvider", req, cb);
|
|
113
119
|
}
|
|
@@ -117,8 +123,8 @@ export class Client extends AbstractClient {
|
|
|
117
123
|
async CheckTcbService(req, cb) {
|
|
118
124
|
return this.request("CheckTcbService", req, cb);
|
|
119
125
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
126
|
+
async CreateApiKey(req, cb) {
|
|
127
|
+
return this.request("CreateApiKey", req, cb);
|
|
122
128
|
}
|
|
123
129
|
async DescribeSafeRule(req, cb) {
|
|
124
130
|
return this.request("DescribeSafeRule", req, cb);
|
|
@@ -129,14 +135,17 @@ export class Client extends AbstractClient {
|
|
|
129
135
|
async DescribeMySQLTaskStatus(req, cb) {
|
|
130
136
|
return this.request("DescribeMySQLTaskStatus", req, cb);
|
|
131
137
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
138
|
+
async RunSql(req, cb) {
|
|
139
|
+
return this.request("RunSql", req, cb);
|
|
134
140
|
}
|
|
135
141
|
async DescribeQuotaData(req, cb) {
|
|
136
142
|
return this.request("DescribeQuotaData", req, cb);
|
|
137
143
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
144
|
+
async ModifyProvider(req, cb) {
|
|
145
|
+
return this.request("ModifyProvider", req, cb);
|
|
146
|
+
}
|
|
147
|
+
async DestroyEnv(req, cb) {
|
|
148
|
+
return this.request("DestroyEnv", req, cb);
|
|
140
149
|
}
|
|
141
150
|
async ModifyUser(req, cb) {
|
|
142
151
|
return this.request("ModifyUser", req, cb);
|
|
@@ -150,35 +159,35 @@ export class Client extends AbstractClient {
|
|
|
150
159
|
async DeleteTable(req, cb) {
|
|
151
160
|
return this.request("DeleteTable", req, cb);
|
|
152
161
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
155
|
-
}
|
|
156
|
-
async DescribeCloudBaseGWService(req, cb) {
|
|
157
|
-
return this.request("DescribeCloudBaseGWService", req, cb);
|
|
162
|
+
async DescribeBillingInfo(req, cb) {
|
|
163
|
+
return this.request("DescribeBillingInfo", req, cb);
|
|
158
164
|
}
|
|
159
165
|
async DescribeCloudBaseBuildService(req, cb) {
|
|
160
166
|
return this.request("DescribeCloudBaseBuildService", req, cb);
|
|
161
167
|
}
|
|
168
|
+
async SearchClsLog(req, cb) {
|
|
169
|
+
return this.request("SearchClsLog", req, cb);
|
|
170
|
+
}
|
|
162
171
|
async DescribeEnvs(req, cb) {
|
|
163
172
|
return this.request("DescribeEnvs", req, cb);
|
|
164
173
|
}
|
|
165
174
|
async DestroyMySQL(req, cb) {
|
|
166
175
|
return this.request("DestroyMySQL", req, cb);
|
|
167
176
|
}
|
|
177
|
+
async RunCommands(req, cb) {
|
|
178
|
+
return this.request("RunCommands", req, cb);
|
|
179
|
+
}
|
|
168
180
|
async CreateBillDeal(req, cb) {
|
|
169
181
|
return this.request("CreateBillDeal", req, cb);
|
|
170
182
|
}
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
173
|
-
}
|
|
174
|
-
async CreateCloudBaseGWAPI(req, cb) {
|
|
175
|
-
return this.request("CreateCloudBaseGWAPI", req, cb);
|
|
183
|
+
async DescribeCurveData(req, cb) {
|
|
184
|
+
return this.request("DescribeCurveData", req, cb);
|
|
176
185
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
186
|
+
async CreateHTTPServiceRoute(req, cb) {
|
|
187
|
+
return this.request("CreateHTTPServiceRoute", req, cb);
|
|
179
188
|
}
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
189
|
+
async CreateTable(req, cb) {
|
|
190
|
+
return this.request("CreateTable", req, cb);
|
|
182
191
|
}
|
|
183
192
|
async CreateUser(req, cb) {
|
|
184
193
|
return this.request("CreateUser", req, cb);
|
|
@@ -189,11 +198,14 @@ export class Client extends AbstractClient {
|
|
|
189
198
|
async DescribeEnvLimit(req, cb) {
|
|
190
199
|
return this.request("DescribeEnvLimit", req, cb);
|
|
191
200
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
201
|
+
async EditAuthConfig(req, cb) {
|
|
202
|
+
return this.request("EditAuthConfig", req, cb);
|
|
194
203
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
204
|
+
async DestroyStaticStore(req, cb) {
|
|
205
|
+
return this.request("DestroyStaticStore", req, cb);
|
|
206
|
+
}
|
|
207
|
+
async DeleteApiKey(req, cb) {
|
|
208
|
+
return this.request("DeleteApiKey", req, cb);
|
|
197
209
|
}
|
|
198
210
|
async AddProvider(req, cb) {
|
|
199
211
|
return this.request("AddProvider", req, cb);
|
|
@@ -54,6 +54,9 @@ export class Client extends AbstractClient {
|
|
|
54
54
|
async DeleteGovernanceAliases(req, cb) {
|
|
55
55
|
return this.request("DeleteGovernanceAliases", req, cb);
|
|
56
56
|
}
|
|
57
|
+
async ModifyGovernanceInstances(req, cb) {
|
|
58
|
+
return this.request("ModifyGovernanceInstances", req, cb);
|
|
59
|
+
}
|
|
57
60
|
async DescribeZookeeperReplicas(req, cb) {
|
|
58
61
|
return this.request("DescribeZookeeperReplicas", req, cb);
|
|
59
62
|
}
|
|
@@ -69,6 +72,9 @@ export class Client extends AbstractClient {
|
|
|
69
72
|
async DescribeCloudNativeAPIGatewayCertificateDetails(req, cb) {
|
|
70
73
|
return this.request("DescribeCloudNativeAPIGatewayCertificateDetails", req, cb);
|
|
71
74
|
}
|
|
75
|
+
async CreateOrModifyCloudNativeAPIGatewayCORS(req, cb) {
|
|
76
|
+
return this.request("CreateOrModifyCloudNativeAPIGatewayCORS", req, cb);
|
|
77
|
+
}
|
|
72
78
|
async DescribeAutoScalerResourceStrategies(req, cb) {
|
|
73
79
|
return this.request("DescribeAutoScalerResourceStrategies", req, cb);
|
|
74
80
|
}
|
|
@@ -360,8 +366,8 @@ export class Client extends AbstractClient {
|
|
|
360
366
|
async DeleteGovernanceNamespaces(req, cb) {
|
|
361
367
|
return this.request("DeleteGovernanceNamespaces", req, cb);
|
|
362
368
|
}
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
369
|
+
async DeleteCloudNativeAPIGatewayCORS(req, cb) {
|
|
370
|
+
return this.request("DeleteCloudNativeAPIGatewayCORS", req, cb);
|
|
365
371
|
}
|
|
366
372
|
async DescribeConfigFiles(req, cb) {
|
|
367
373
|
return this.request("DescribeConfigFiles", req, cb);
|
|
@@ -384,4 +390,7 @@ export class Client extends AbstractClient {
|
|
|
384
390
|
async UpdateUpstreamHealthCheckConfig(req, cb) {
|
|
385
391
|
return this.request("UpdateUpstreamHealthCheckConfig", req, cb);
|
|
386
392
|
}
|
|
393
|
+
async DescribeCloudNativeAPIGatewayCORS(req, cb) {
|
|
394
|
+
return this.request("DescribeCloudNativeAPIGatewayCORS", req, cb);
|
|
395
|
+
}
|
|
387
396
|
}
|
|
@@ -360,6 +360,9 @@ export class Client extends AbstractClient {
|
|
|
360
360
|
async DescribeProtectionModes(req, cb) {
|
|
361
361
|
return this.request("DescribeProtectionModes", req, cb);
|
|
362
362
|
}
|
|
363
|
+
async DescribeQClawContentSecCheck(req, cb) {
|
|
364
|
+
return this.request("DescribeQClawContentSecCheck", req, cb);
|
|
365
|
+
}
|
|
363
366
|
async CreateRateLimitV2(req, cb) {
|
|
364
367
|
return this.request("CreateRateLimitV2", req, cb);
|
|
365
368
|
}
|
|
@@ -504,6 +507,9 @@ export class Client extends AbstractClient {
|
|
|
504
507
|
async ModifyModuleStatus(req, cb) {
|
|
505
508
|
return this.request("ModifyModuleStatus", req, cb);
|
|
506
509
|
}
|
|
510
|
+
async DescribeLLMContentSecCheck(req, cb) {
|
|
511
|
+
return this.request("DescribeLLMContentSecCheck", req, cb);
|
|
512
|
+
}
|
|
507
513
|
async DescribeUserCdcClbWafRegions(req, cb) {
|
|
508
514
|
return this.request("DescribeUserCdcClbWafRegions", req, cb);
|
|
509
515
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.203";
|
|
@@ -29,29 +29,37 @@ export interface CosStorageSource {
|
|
|
29
29
|
*/
|
|
30
30
|
export interface StartSandboxInstanceRequest {
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* <p>沙箱工具 ID,与 ToolName 至少有一个要填</p>
|
|
33
33
|
*/
|
|
34
34
|
ToolId?: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* <p>沙箱工具名称,与 ToolId 至少有一个要填</p>
|
|
37
37
|
*/
|
|
38
38
|
ToolName?: string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* <p>超时时间,超过这个时间就自动回收实例。支持格式:5m、300s、1h 等,默认 5m。最小 30s,最大 24h</p>
|
|
41
41
|
*/
|
|
42
42
|
Timeout?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* <p>幂等性 Token,长度不超过 64 字符</p>
|
|
45
45
|
*/
|
|
46
46
|
ClientToken?: string;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* <p>沙箱实例存储挂载配置</p>
|
|
49
49
|
*/
|
|
50
50
|
MountOptions?: Array<MountOption>;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* <p>沙箱实例自定义配置</p>
|
|
53
53
|
*/
|
|
54
54
|
CustomConfiguration?: CustomConfiguration;
|
|
55
|
+
/**
|
|
56
|
+
* <p>沙箱访问认证模式</p><p>枚举值:</p><ul><li>DEFAULT: 跟随系统策略</li><li>TOKEN: Token认证</li><li>NONE: 免认证 </li></ul><p>默认值:DEFAULT</p>
|
|
57
|
+
*/
|
|
58
|
+
AuthMode?: string;
|
|
59
|
+
/**
|
|
60
|
+
* <p>沙箱元数据</p>
|
|
61
|
+
*/
|
|
62
|
+
Metadata?: Array<MetadataVar>;
|
|
55
63
|
}
|
|
56
64
|
/**
|
|
57
65
|
* 沙箱实例结构体
|
|
@@ -101,6 +109,14 @@ export interface SandboxInstance {
|
|
|
101
109
|
* <p>沙箱实例自定义配置</p>
|
|
102
110
|
*/
|
|
103
111
|
CustomConfiguration?: CustomConfigurationDetail;
|
|
112
|
+
/**
|
|
113
|
+
* <p>网络模式</p><p>枚举值:</p><ul><li>PUBLIC: 公网访问</li><li>SANDBOX: 无网络</li><li>INTERNAL_SERVICE: 腾讯云内部公共服务</li></ul><p>可以覆盖工具级别的网络配置。但如果一个工具本身就不支持 VPC 网络,那么即便在实例设置里选了 VPC 模式,也是无效的</p>
|
|
114
|
+
*/
|
|
115
|
+
NetworkMode?: string;
|
|
116
|
+
/**
|
|
117
|
+
* <p>沙箱实例元数据</p>
|
|
118
|
+
*/
|
|
119
|
+
Metadata?: Array<MetadataVar>;
|
|
104
120
|
}
|
|
105
121
|
/**
|
|
106
122
|
* 文件存储配置
|
|
@@ -438,6 +454,23 @@ export interface PortConfiguration {
|
|
|
438
454
|
*/
|
|
439
455
|
Protocol?: string;
|
|
440
456
|
}
|
|
457
|
+
/**
|
|
458
|
+
* 沙箱自定义 dns 配置
|
|
459
|
+
*/
|
|
460
|
+
export interface DNSConfig {
|
|
461
|
+
/**
|
|
462
|
+
* <p>DNS 服务器地址</p><p>参数格式:需要有效 IP 地址</p><p>默认值:10.0.0.1</p>
|
|
463
|
+
*/
|
|
464
|
+
Servers: Array<string>;
|
|
465
|
+
/**
|
|
466
|
+
* <p>搜索域(对应 resolv.conf 的 search 指令)</p>
|
|
467
|
+
*/
|
|
468
|
+
Searches?: Array<string>;
|
|
469
|
+
/**
|
|
470
|
+
* <p>配置项(对应 resolv.conf 选项)</p>
|
|
471
|
+
*/
|
|
472
|
+
Options?: Array<string>;
|
|
473
|
+
}
|
|
441
474
|
/**
|
|
442
475
|
* 沙箱工具结构体
|
|
443
476
|
*/
|
|
@@ -542,7 +575,7 @@ export interface Filter {
|
|
|
542
575
|
*/
|
|
543
576
|
export interface StartSandboxInstanceResponse {
|
|
544
577
|
/**
|
|
545
|
-
*
|
|
578
|
+
* <p>创建的沙箱实例完整信息</p>
|
|
546
579
|
*/
|
|
547
580
|
Instance?: SandboxInstance;
|
|
548
581
|
/**
|
|
@@ -555,37 +588,41 @@ export interface StartSandboxInstanceResponse {
|
|
|
555
588
|
*/
|
|
556
589
|
export interface CustomConfiguration {
|
|
557
590
|
/**
|
|
558
|
-
*
|
|
591
|
+
* <p>镜像地址</p>
|
|
559
592
|
*/
|
|
560
593
|
Image?: string;
|
|
561
594
|
/**
|
|
562
|
-
*
|
|
595
|
+
* <p>镜像仓库类型:<code>enterprise</code>、<code>personal</code>。</p>
|
|
563
596
|
*/
|
|
564
597
|
ImageRegistryType?: string;
|
|
565
598
|
/**
|
|
566
|
-
*
|
|
599
|
+
* <p>启动命令</p>
|
|
567
600
|
*/
|
|
568
601
|
Command?: Array<string>;
|
|
569
602
|
/**
|
|
570
|
-
*
|
|
603
|
+
* <p>启动参数</p>
|
|
571
604
|
*/
|
|
572
605
|
Args?: Array<string>;
|
|
573
606
|
/**
|
|
574
|
-
*
|
|
607
|
+
* <p>环境变量</p>
|
|
575
608
|
*/
|
|
576
609
|
Env?: Array<EnvVar>;
|
|
577
610
|
/**
|
|
578
|
-
*
|
|
611
|
+
* <p>端口配置</p>
|
|
579
612
|
*/
|
|
580
613
|
Ports?: Array<PortConfiguration>;
|
|
581
614
|
/**
|
|
582
|
-
*
|
|
615
|
+
* <p>资源配置</p>
|
|
583
616
|
*/
|
|
584
617
|
Resources?: ResourceConfiguration;
|
|
585
618
|
/**
|
|
586
|
-
*
|
|
619
|
+
* <p>探针配置</p>
|
|
587
620
|
*/
|
|
588
621
|
Probe?: ProbeConfiguration;
|
|
622
|
+
/**
|
|
623
|
+
* <p>沙箱 DNS 配置</p>
|
|
624
|
+
*/
|
|
625
|
+
DNSConfig?: DNSConfig;
|
|
589
626
|
}
|
|
590
627
|
/**
|
|
591
628
|
* 镜像卷挂载源配置
|
|
@@ -622,7 +659,7 @@ export interface AcquireSandboxInstanceTokenRequest {
|
|
|
622
659
|
*/
|
|
623
660
|
export interface PauseSandboxInstanceRequest {
|
|
624
661
|
/**
|
|
625
|
-
*
|
|
662
|
+
* <p>沙箱实例ID</p>
|
|
626
663
|
*/
|
|
627
664
|
InstanceId: string;
|
|
628
665
|
}
|
|
@@ -694,41 +731,45 @@ export interface DescribeSandboxInstanceListRequest {
|
|
|
694
731
|
*/
|
|
695
732
|
export interface CustomConfigurationDetail {
|
|
696
733
|
/**
|
|
697
|
-
*
|
|
734
|
+
* <p>镜像地址</p>
|
|
698
735
|
*/
|
|
699
736
|
Image?: string;
|
|
700
737
|
/**
|
|
701
|
-
*
|
|
738
|
+
* <p>镜像仓库类型:<code>TCR</code>、<code>CCR</code>。</p>
|
|
702
739
|
*/
|
|
703
740
|
ImageRegistryType?: string;
|
|
704
741
|
/**
|
|
705
|
-
*
|
|
742
|
+
* <p>镜像 Digest</p>
|
|
706
743
|
*/
|
|
707
744
|
ImageDigest?: string;
|
|
708
745
|
/**
|
|
709
|
-
*
|
|
746
|
+
* <p>启动命令</p>
|
|
710
747
|
*/
|
|
711
748
|
Command?: Array<string>;
|
|
712
749
|
/**
|
|
713
|
-
*
|
|
750
|
+
* <p>启动参数</p>
|
|
714
751
|
*/
|
|
715
752
|
Args?: Array<string>;
|
|
716
753
|
/**
|
|
717
|
-
*
|
|
754
|
+
* <p>环境变量</p>
|
|
718
755
|
*/
|
|
719
756
|
Env?: Array<EnvVar>;
|
|
720
757
|
/**
|
|
721
|
-
*
|
|
758
|
+
* <p>端口配置</p>
|
|
722
759
|
*/
|
|
723
760
|
Ports?: Array<PortConfiguration>;
|
|
724
761
|
/**
|
|
725
|
-
*
|
|
762
|
+
* <p>资源配置</p>
|
|
726
763
|
*/
|
|
727
764
|
Resources?: ResourceConfiguration;
|
|
728
765
|
/**
|
|
729
|
-
*
|
|
766
|
+
* <p>探针配置</p>
|
|
730
767
|
*/
|
|
731
768
|
Probe?: ProbeConfiguration;
|
|
769
|
+
/**
|
|
770
|
+
* <p>沙箱 DNS 配置</p>
|
|
771
|
+
*/
|
|
772
|
+
DNSConfig?: DNSConfig;
|
|
732
773
|
}
|
|
733
774
|
/**
|
|
734
775
|
* DescribeAPIKeyList请求参数结构体
|
|
@@ -739,13 +780,17 @@ export type DescribeAPIKeyListRequest = null;
|
|
|
739
780
|
*/
|
|
740
781
|
export interface UpdateSandboxInstanceRequest {
|
|
741
782
|
/**
|
|
742
|
-
*
|
|
783
|
+
* <p>沙箱实例ID</p>
|
|
743
784
|
*/
|
|
744
785
|
InstanceId: string;
|
|
745
786
|
/**
|
|
746
|
-
*
|
|
787
|
+
* <p>新的超时时间(从设置时开始重新计算超时),支持格式:5m、300s、1h等。最小30s,最大24h。如果不指定则保持原有超时设置</p>
|
|
747
788
|
*/
|
|
748
789
|
Timeout?: string;
|
|
790
|
+
/**
|
|
791
|
+
* <p>沙箱实例元数据</p>
|
|
792
|
+
*/
|
|
793
|
+
Metadata?: Array<MetadataVar>;
|
|
749
794
|
}
|
|
750
795
|
/**
|
|
751
796
|
* DeleteSandboxTool请求参数结构体
|
|
@@ -864,6 +909,19 @@ export interface LogConfiguration {
|
|
|
864
909
|
*/
|
|
865
910
|
CLSConfig?: CLSConfig;
|
|
866
911
|
}
|
|
912
|
+
/**
|
|
913
|
+
* metadata 项
|
|
914
|
+
*/
|
|
915
|
+
export interface MetadataVar {
|
|
916
|
+
/**
|
|
917
|
+
* <p>沙箱元数据名</p>
|
|
918
|
+
*/
|
|
919
|
+
Name?: string;
|
|
920
|
+
/**
|
|
921
|
+
* <p>沙箱元数据值</p>
|
|
922
|
+
*/
|
|
923
|
+
Value?: string;
|
|
924
|
+
}
|
|
867
925
|
/**
|
|
868
926
|
* 标签
|
|
869
927
|
*/
|
|
@@ -129,6 +129,14 @@ export interface SubmitTextureTo3DJobRequest {
|
|
|
129
129
|
* <p>源3D模型文件。<br>Type可选值:OBJ,GLB</p>
|
|
130
130
|
*/
|
|
131
131
|
File3D: File3D;
|
|
132
|
+
/**
|
|
133
|
+
* <p>混元生3D生成模型版本,默认为3.0,可选项:3.0,3.1<br>仅选择3.1版本时,多视图功能可用。</p>
|
|
134
|
+
*/
|
|
135
|
+
Model?: string;
|
|
136
|
+
/**
|
|
137
|
+
* <p>多视角的模型图片(仅3.1版本支持),视角参考值:<br>left:左视图;<br>right:右视图;<br>back:后视图;<br>top:顶视图;<br>bottom:底视图;<br>left_front:左前45°视图;<br>right_front:右前45°视图;</p><p>每个视角仅限制一张图片。<br>●图片大小限制:编码后所有图片大小总和不可超过8M。(base64编码下图片大小总和不超过6M,因base64编码后图片大小会大30%左右)<br>●图片分辨率限制:单边分辨率小于5000且大于128。<br>●支持图片格式:支持jpg或png</p>
|
|
138
|
+
*/
|
|
139
|
+
MultiViewImages?: Array<ViewImage>;
|
|
132
140
|
/**
|
|
133
141
|
* <p>文生3D,3D内容的描述,中文正向提示词。<br>最多支持200个 utf-8 字符。<br>文生3D, image、image_url和 prompt必填其一,且prompt和image/image_url不能同时存在。</p>
|
|
134
142
|
*/
|
|
@@ -531,7 +531,7 @@ export interface SubmitTextToImageJobRequest {
|
|
|
531
531
|
*/
|
|
532
532
|
Images?: Array<string>;
|
|
533
533
|
/**
|
|
534
|
-
* <p>生成图分辨率<br>格式:"${宽}:${高}",说明:分辨率的设置和输入是否有参考图(image_urls/images参数)有关:<br>一、文生图(无参考图)<br>默认分辨率:1024:1024;<br>尺寸约束:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。<br>二、图生图(有参考图)<br>尺寸约束:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。</p><
|
|
534
|
+
* <p>生成图分辨率<br>格式:"${宽}:${高}",说明:分辨率的设置和输入是否有参考图(image_urls/images参数)有关:<br>一、文生图(无参考图)<br>默认分辨率:1024:1024;<br>尺寸约束:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。<br>二、图生图(有参考图)<br>尺寸约束:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。</p><p>传入尺寸时(输出自适应,不严格遵循传入尺寸):<br>输入图分辨率分桶与传入尺寸分桶一致时:按输入图长宽比,缩放至接近 1024:1024 面积输出;<br>输入图分辨率分桶与传入尺寸分桶不一致时:从 尺寸列表 中选取最接近传入尺寸的尺寸输出<br>尺寸列表:2048:512、1984:512、1920:512、1856:512、1792:512、<br>1728:512、1664:512、1600:512、1536:512、1472:576、<br>1408:640、1344:704、1280:768、1216:832、1152:896、<br>1088:960、1024:1024、960:1088、896:1152、832:1216、<br>768:1280、704:1344、640:1408、576:1472、512:1536、<br>512:1600、512:1664、512:1728、512:1792、512:1856、<br>512:1920、512:1984、512:2048、768:1024、720:1280、<br>1024:768、1280:720<br>不传入尺寸时:将传入默认值1024:1024。</p>
|
|
535
535
|
*/
|
|
536
536
|
Resolution?: string;
|
|
537
537
|
/**
|
|
@@ -70,6 +70,14 @@ export interface CreateModelServiceRequest {
|
|
|
70
70
|
* 超时配置,秒
|
|
71
71
|
*/
|
|
72
72
|
Timeout?: number;
|
|
73
|
+
/**
|
|
74
|
+
* 是否开启提示词安全检测
|
|
75
|
+
*/
|
|
76
|
+
PromptModerateStatus?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* 提示词安全检测配置
|
|
79
|
+
*/
|
|
80
|
+
PromptModerateConfig?: PromptModerateConfigDTO;
|
|
73
81
|
}
|
|
74
82
|
/**
|
|
75
83
|
* secretKey的出参
|
|
@@ -692,6 +700,14 @@ export interface ModifyModelServiceRequest {
|
|
|
692
700
|
* 超时配置,秒
|
|
693
701
|
*/
|
|
694
702
|
Timeout?: number;
|
|
703
|
+
/**
|
|
704
|
+
* 是否开启提示词安全检测配置
|
|
705
|
+
*/
|
|
706
|
+
PromptModerateStatus?: boolean;
|
|
707
|
+
/**
|
|
708
|
+
* 提示词安全检测配置
|
|
709
|
+
*/
|
|
710
|
+
PromptModerateConfig?: PromptModerateConfigDTO;
|
|
695
711
|
}
|
|
696
712
|
/**
|
|
697
713
|
* ModifyModel返回参数结构体
|
|
@@ -1985,6 +2001,21 @@ export interface DeleteAgentAppMcpServersResponse {
|
|
|
1985
2001
|
*/
|
|
1986
2002
|
RequestId?: string;
|
|
1987
2003
|
}
|
|
2004
|
+
/**
|
|
2005
|
+
* 提示词安全配置
|
|
2006
|
+
*/
|
|
2007
|
+
export interface PromptModerateConfigDTO {
|
|
2008
|
+
/**
|
|
2009
|
+
* 执行动作
|
|
2010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2011
|
+
*/
|
|
2012
|
+
Action?: string;
|
|
2013
|
+
/**
|
|
2014
|
+
* 响应拦截内容
|
|
2015
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2016
|
+
*/
|
|
2017
|
+
InterceptMessage?: string;
|
|
2018
|
+
}
|
|
1988
2019
|
/**
|
|
1989
2020
|
* TargetHostDTO
|
|
1990
2021
|
*/
|
|
@@ -2444,6 +2475,16 @@ export interface DescribeModelServiceResponseVO {
|
|
|
2444
2475
|
* 请求路径
|
|
2445
2476
|
*/
|
|
2446
2477
|
Url?: string;
|
|
2478
|
+
/**
|
|
2479
|
+
* 是否开启提示词安全检测
|
|
2480
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2481
|
+
*/
|
|
2482
|
+
PromptModerateStatus?: boolean;
|
|
2483
|
+
/**
|
|
2484
|
+
* 提示词安全检测配置
|
|
2485
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2486
|
+
*/
|
|
2487
|
+
PromptModerateConfig?: PromptModerateConfigDTO;
|
|
2447
2488
|
}
|
|
2448
2489
|
/**
|
|
2449
2490
|
* DescribeModelsSort
|
|
@@ -1175,6 +1175,10 @@ export interface ApmAppConfig {
|
|
|
1175
1175
|
* <p>响应时间预警阈值(ms),用于判断应用健康状态为"黄色"</p>
|
|
1176
1176
|
*/
|
|
1177
1177
|
ResponseDurationWarningThreshold?: number;
|
|
1178
|
+
/**
|
|
1179
|
+
* <p>是否默认使用探针自带熔断阈值</p>
|
|
1180
|
+
*/
|
|
1181
|
+
UseDefaultFuseConfig?: boolean;
|
|
1178
1182
|
}
|
|
1179
1183
|
/**
|
|
1180
1184
|
* CreateApmSampleConfig返回参数结构体
|
|
@@ -2977,6 +2981,10 @@ export interface ApmApplicationConfigView {
|
|
|
2977
2981
|
* <p>响应时间预警阈值</p><p>单位:ms</p>
|
|
2978
2982
|
*/
|
|
2979
2983
|
ResponseDurationWarningThreshold?: number;
|
|
2984
|
+
/**
|
|
2985
|
+
* <p>是否使用探针默认熔断阈值</p>
|
|
2986
|
+
*/
|
|
2987
|
+
UseDefaultFuseConfig?: boolean;
|
|
2980
2988
|
}
|
|
2981
2989
|
/**
|
|
2982
2990
|
* 排序字段
|
|
@@ -3331,6 +3339,10 @@ export interface ModifyApmApplicationConfigRequest {
|
|
|
3331
3339
|
* <p>响应时间预警阈值(ms),用于判断应用健康状态为"黄色"</p>
|
|
3332
3340
|
*/
|
|
3333
3341
|
ResponseDurationWarningThreshold?: number;
|
|
3342
|
+
/**
|
|
3343
|
+
* <p>是否使用探针默认熔断阈值</p>
|
|
3344
|
+
*/
|
|
3345
|
+
UseDefaultFuseConfig?: boolean;
|
|
3334
3346
|
}
|
|
3335
3347
|
/**
|
|
3336
3348
|
* ModifyGeneralApmApplicationConfig返回参数结构体
|