tencentcloud-sdk-nodejs 4.0.637 → 4.0.639
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 +520 -0
- package/SERVICE_CHANGELOG.md +555 -98
- package/package.json +1 -1
- package/products.md +33 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
- package/src/services/as/v20180419/as_models.ts +2 -2
- package/src/services/cls/v20201016/cls_client.ts +62 -11
- package/src/services/cls/v20201016/cls_models.ts +335 -55
- package/src/services/cms/v20190321/cms_models.ts +13 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +38 -38
- 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 +146 -27
- package/src/services/ecm/v20190719/ecm_models.ts +424 -90
- package/src/services/ess/v20201111/ess_client.ts +39 -10
- package/src/services/ess/v20201111/ess_models.ts +273 -84
- package/src/services/essbasic/v20210526/essbasic_client.ts +13 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +50 -4
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +14 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
- package/src/services/soe/v20180724/soe_client.ts +1 -0
- package/src/services/soe/v20180724/soe_models.ts +35 -9
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +4 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -6
- package/src/services/tcb/v20180608/tcb_models.ts +25 -18
- package/src/services/tchd/index.ts +5 -0
- package/src/services/tchd/v20230306/index.ts +6 -0
- package/src/services/tchd/v20230306/tchd_client.ts +45 -0
- package/src/services/tchd/v20230306/tchd_models.ts +96 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +35 -5
- package/src/services/tke/v20180525/tke_models.ts +6 -6
- package/src/services/trp/v20210515/trp_models.ts +9 -1
- package/src/services/trtc/v20190722/trtc_client.ts +0 -17
- package/src/services/trtc/v20190722/trtc_models.ts +0 -104
- package/src/services/tse/v20201207/tse_client.ts +324 -55
- package/src/services/tse/v20201207/tse_models.ts +1931 -522
- package/src/services/tts/v20190823/tts_models.ts +4 -1
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +2 -2
- package/src/services/wav/v20210129/wav_models.ts +4 -0
- 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/as/v20180419/as_models.d.ts +2 -2
- 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 +324 -55
- package/tencentcloud/services/cms/v20190321/cms_models.d.ts +13 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -38
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +52 -7
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +72 -9
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +404 -90
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +14 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +267 -84
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +48 -4
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- 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/soe/v20180724/soe_models.d.ts +34 -9
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +3 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +3 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -6
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +25 -18
- package/tencentcloud/services/tchd/index.d.ts +6 -0
- package/tencentcloud/services/tchd/index.js +7 -0
- package/tencentcloud/services/tchd/v20230306/index.d.ts +6 -0
- package/tencentcloud/services/tchd/v20230306/index.js +9 -0
- package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +14 -0
- package/tencentcloud/services/tchd/v20230306/tchd_client.js +37 -0
- package/tencentcloud/services/tchd/v20230306/tchd_models.d.ts +76 -0
- package/tencentcloud/services/tchd/v20230306/tchd_models.js +18 -0
- 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 +33 -5
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -6
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -8
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -9
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -100
- 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/tts/v20190823/tts_models.d.ts +4 -1
- 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 +2 -2
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/ecm.v20190719.test.js +96 -6
- package/test/ess.v20201111.test.js +22 -2
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/tchd.v20230306.test.js +31 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/trtc.v20190722.test.js +0 -10
- package/test/tse.v20201207.test.js +220 -10
|
@@ -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
|