tencentcloud-sdk-nodejs 4.0.636 → 4.0.638
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/CHANGELOG.md +500 -0
- package/SERVICE_CHANGELOG.md +590 -109
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
- package/src/services/cls/v20201016/cls_client.ts +62 -11
- package/src/services/cls/v20201016/cls_models.ts +331 -55
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +17 -13
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +48 -11
- package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
- package/src/services/ecm/v20190719/ecm_client.ts +4 -3
- package/src/services/ecm/v20190719/ecm_models.ts +123 -77
- package/src/services/essbasic/v20210526/essbasic_models.ts +46 -40
- package/src/services/gaap/v20180529/gaap_models.ts +35 -35
- package/src/services/lcic/v20220817/lcic_models.ts +14 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
- package/src/services/pts/v20210728/pts_models.ts +2 -2
- package/src/services/soe/v20180724/soe_client.ts +1 -0
- package/src/services/soe/v20180724/soe_models.ts +35 -9
- package/src/services/tcr/v20190924/tcr_client.ts +62 -13
- package/src/services/tcr/v20190924/tcr_models.ts +352 -134
- package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
- package/src/services/thpc/v20230321/thpc_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +16 -4
- package/src/services/trp/v20210515/trp_models.ts +9 -1
- package/src/services/tse/v20201207/tse_client.ts +324 -55
- package/src/services/tse/v20201207/tse_models.ts +1931 -522
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +18 -18
- package/src/services/vpc/v20170312/vpc_client.ts +3 -2
- package/src/services/vpc/v20170312/vpc_models.ts +22 -18
- package/src/services/wedata/v20210820/wedata_client.ts +16 -2
- package/src/services/wedata/v20210820/wedata_models.ts +210 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +320 -55
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +46 -11
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +121 -76
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -40
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +35 -35
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +17 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +24 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +341 -132
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +28 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
- package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -18
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -18
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +206 -12
- package/test/cls.v20201016.test.js +42 -2
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/tcr.v20190924.test.js +40 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +220 -10
- package/test/wedata.v20210820.test.js +10 -0
|
@@ -18,9 +18,89 @@ const client = new tencentcloud.tse.v20201207.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("tse.v20201207.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("tse.v20201207.
|
|
21
|
+
it("tse.v20201207.DescribeOneCloudNativeAPIGatewayService", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeOneCloudNativeAPIGatewayService({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
it("tse.v20201207.DeleteCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DeleteCloudNativeAPIGatewayServiceRateLimit({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
it("tse.v20201207.DescribeZookeeperServerInterfaces", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeZookeeperServerInterfaces({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ModifyCloudNativeAPIGatewayServiceRateLimit({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
61
|
+
it("tse.v20201207.CreateEngine", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.CreateEngine({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
it("tse.v20201207.DeleteCloudNativeAPIGatewayService", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DeleteCloudNativeAPIGatewayService({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
81
|
+
it("tse.v20201207.CreateCloudNativeAPIGatewayService", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.CreateCloudNativeAPIGatewayService({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
91
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayRoutes", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeCloudNativeAPIGatewayRoutes({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
101
|
+
it("tse.v20201207.DeleteCloudNativeAPIGatewayRoute", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DeleteCloudNativeAPIGatewayRoute({})
|
|
24
104
|
expect(data).to.be.ok
|
|
25
105
|
} catch(error) {
|
|
26
106
|
expect(error.requestId).to.be.ok
|
|
@@ -38,6 +118,56 @@ it("tse.v20201207.DeleteEngine", async function () {
|
|
|
38
118
|
}
|
|
39
119
|
})
|
|
40
120
|
|
|
121
|
+
it("tse.v20201207.DeleteCloudNativeAPIGatewayCanaryRule", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.DeleteCloudNativeAPIGatewayCanaryRule({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
131
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayServices", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeCloudNativeAPIGatewayServices({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
141
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayRouteRateLimit", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.ModifyCloudNativeAPIGatewayRouteRateLimit({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
151
|
+
it("tse.v20201207.DescribeNacosServerInterfaces", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeNacosServerInterfaces({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
161
|
+
it("tse.v20201207.DescribeZookeeperReplicas", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeZookeeperReplicas({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
41
171
|
it("tse.v20201207.DescribeSREInstances", async function () {
|
|
42
172
|
try {
|
|
43
173
|
const data = await client.DescribeSREInstances({})
|
|
@@ -48,9 +178,29 @@ it("tse.v20201207.DescribeSREInstances", async function () {
|
|
|
48
178
|
}
|
|
49
179
|
})
|
|
50
180
|
|
|
51
|
-
it("tse.v20201207.
|
|
181
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
52
182
|
try {
|
|
53
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeCloudNativeAPIGatewayServiceRateLimit({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
191
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayRouteRateLimit", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.DescribeCloudNativeAPIGatewayRouteRateLimit({})
|
|
194
|
+
expect(data).to.be.ok
|
|
195
|
+
} catch(error) {
|
|
196
|
+
expect(error.requestId).to.be.ok
|
|
197
|
+
expect(error.code).to.be.ok
|
|
198
|
+
}
|
|
199
|
+
})
|
|
200
|
+
|
|
201
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayService", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.ModifyCloudNativeAPIGatewayService({})
|
|
54
204
|
expect(data).to.be.ok
|
|
55
205
|
} catch(error) {
|
|
56
206
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +218,9 @@ it("tse.v20201207.DescribeCloudNativeAPIGatewayNodes", async function () {
|
|
|
68
218
|
}
|
|
69
219
|
})
|
|
70
220
|
|
|
71
|
-
it("tse.v20201207.
|
|
221
|
+
it("tse.v20201207.CreateCloudNativeAPIGatewayCanaryRule", async function () {
|
|
72
222
|
try {
|
|
73
|
-
const data = await client.
|
|
223
|
+
const data = await client.CreateCloudNativeAPIGatewayCanaryRule({})
|
|
74
224
|
expect(data).to.be.ok
|
|
75
225
|
} catch(error) {
|
|
76
226
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +238,9 @@ it("tse.v20201207.UpdateEngineInternetAccess", async function () {
|
|
|
88
238
|
}
|
|
89
239
|
})
|
|
90
240
|
|
|
91
|
-
it("tse.v20201207.
|
|
241
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayCanaryRule", async function () {
|
|
92
242
|
try {
|
|
93
|
-
const data = await client.
|
|
243
|
+
const data = await client.ModifyCloudNativeAPIGatewayCanaryRule({})
|
|
94
244
|
expect(data).to.be.ok
|
|
95
245
|
} catch(error) {
|
|
96
246
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +248,69 @@ it("tse.v20201207.CreateEngine", async function () {
|
|
|
98
248
|
}
|
|
99
249
|
})
|
|
100
250
|
|
|
101
|
-
it("tse.v20201207.
|
|
251
|
+
it("tse.v20201207.CreateCloudNativeAPIGatewayServiceRateLimit", async function () {
|
|
102
252
|
try {
|
|
103
|
-
const data = await client.
|
|
253
|
+
const data = await client.CreateCloudNativeAPIGatewayServiceRateLimit({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
261
|
+
it("tse.v20201207.CreateCloudNativeAPIGatewayRoute", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.CreateCloudNativeAPIGatewayRoute({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
271
|
+
it("tse.v20201207.DeleteCloudNativeAPIGatewayRouteRateLimit", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DeleteCloudNativeAPIGatewayRouteRateLimit({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
281
|
+
it("tse.v20201207.CreateCloudNativeAPIGatewayRouteRateLimit", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.CreateCloudNativeAPIGatewayRouteRateLimit({})
|
|
284
|
+
expect(data).to.be.ok
|
|
285
|
+
} catch(error) {
|
|
286
|
+
expect(error.requestId).to.be.ok
|
|
287
|
+
expect(error.code).to.be.ok
|
|
288
|
+
}
|
|
289
|
+
})
|
|
290
|
+
|
|
291
|
+
it("tse.v20201207.DescribeNacosReplicas", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.DescribeNacosReplicas({})
|
|
294
|
+
expect(data).to.be.ok
|
|
295
|
+
} catch(error) {
|
|
296
|
+
expect(error.requestId).to.be.ok
|
|
297
|
+
expect(error.code).to.be.ok
|
|
298
|
+
}
|
|
299
|
+
})
|
|
300
|
+
|
|
301
|
+
it("tse.v20201207.ModifyCloudNativeAPIGatewayRoute", async function () {
|
|
302
|
+
try {
|
|
303
|
+
const data = await client.ModifyCloudNativeAPIGatewayRoute({})
|
|
304
|
+
expect(data).to.be.ok
|
|
305
|
+
} catch(error) {
|
|
306
|
+
expect(error.requestId).to.be.ok
|
|
307
|
+
expect(error.code).to.be.ok
|
|
308
|
+
}
|
|
309
|
+
})
|
|
310
|
+
|
|
311
|
+
it("tse.v20201207.DescribeCloudNativeAPIGatewayCanaryRules", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.DescribeCloudNativeAPIGatewayCanaryRules({})
|
|
104
314
|
expect(data).to.be.ok
|
|
105
315
|
} catch(error) {
|
|
106
316
|
expect(error.requestId).to.be.ok
|
|
@@ -1118,6 +1118,16 @@ it("wedata.v20210820.RerunInstances", async function () {
|
|
|
1118
1118
|
}
|
|
1119
1119
|
})
|
|
1120
1120
|
|
|
1121
|
+
it("wedata.v20210820.DescribeBatchOperateTask", async function () {
|
|
1122
|
+
try {
|
|
1123
|
+
const data = await client.DescribeBatchOperateTask({})
|
|
1124
|
+
expect(data).to.be.ok
|
|
1125
|
+
} catch(error) {
|
|
1126
|
+
expect(error.requestId).to.be.ok
|
|
1127
|
+
expect(error.code).to.be.ok
|
|
1128
|
+
}
|
|
1129
|
+
})
|
|
1130
|
+
|
|
1121
1131
|
it("wedata.v20210820.DeleteRule", async function () {
|
|
1122
1132
|
try {
|
|
1123
1133
|
const data = await client.DeleteRule({})
|