tencentcloud-sdk-nodejs 4.0.385 → 4.0.388
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 +553 -0
- package/SERVICE_CHANGELOG.md +533 -85
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +65 -3
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +11 -0
- package/src/services/cfg/v20210820/cfg_models.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +275 -48
- package/src/services/ckafka/v20190819/ckafka_models.ts +3610 -468
- package/src/services/cvm/v20170312/cvm_models.ts +8 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +54 -16
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +270 -51
- package/src/services/dcdb/v20180411/dcdb_models.ts +6 -0
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -3
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +12 -0
- package/src/services/mmps/v20200710/mmps_client.ts +13 -1
- package/src/services/mmps/v20200710/mmps_models.ts +79 -24
- package/src/services/oceanus/v20190422/oceanus_client.ts +37 -11
- package/src/services/oceanus/v20190422/oceanus_models.ts +219 -126
- package/src/services/ocr/v20181119/ocr_client.ts +24 -8
- package/src/services/ocr/v20181119/ocr_models.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +5 -0
- package/src/services/ses/v20201002/ses_models.ts +21 -1
- package/src/services/ssa/v20180608/ssa_models.ts +7 -7
- package/src/services/tem/v20210701/tem_client.ts +25 -13
- package/src/services/tem/v20210701/tem_models.ts +41 -11
- package/src/services/tke/v20180525/tke_client.ts +58 -10
- package/src/services/tke/v20180525/tke_models.ts +199 -82
- package/src/services/trtc/v20190722/trtc_client.ts +211 -134
- package/src/services/trtc/v20190722/trtc_models.ts +577 -199
- package/src/services/vpc/v20170312/vpc_client.ts +74 -26
- package/src/services/vpc/v20170312/vpc_models.ts +130 -30
- package/src/services/waf/v20180125/waf_client.ts +2 -14
- package/src/services/waf/v20180125/waf_models.ts +31 -96
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +56 -3
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +65 -9
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +96 -12
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3116 -467
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +228 -45
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -0
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +5 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +6 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +69 -23
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +195 -116
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +17 -1
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +7 -7
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +9 -5
- package/tencentcloud/services/tem/v20210701/tem_client.js +12 -6
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +36 -10
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +27 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +170 -68
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +81 -52
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +112 -71
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +487 -161
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +25 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +36 -12
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +113 -26
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -81
- package/test/ckafka.v20190819.test.js +148 -8
- package/test/cynosdb.v20190107.test.js +34 -4
- package/test/mmps.v20200710.test.js +10 -0
- package/test/oceanus.v20190422.test.js +20 -0
- package/test/tem.v20210701.test.js +14 -4
- package/test/tke.v20180525.test.js +42 -2
- package/test/trtc.v20190722.test.js +94 -34
- package/test/vpc.v20170312.test.js +48 -8
- package/test/waf.v20180125.test.js +0 -10
|
@@ -328,13 +328,27 @@ export interface DeleteDownloadRecordRequest {
|
|
|
328
328
|
Flow: string;
|
|
329
329
|
}
|
|
330
330
|
/**
|
|
331
|
-
*
|
|
331
|
+
* DescribeAccessIndex接口的出参数
|
|
332
332
|
*/
|
|
333
|
-
export interface
|
|
333
|
+
export interface AccessRuleInfo {
|
|
334
334
|
/**
|
|
335
|
-
*
|
|
335
|
+
* 全文索引配置
|
|
336
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
337
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
336
338
|
*/
|
|
337
|
-
|
|
339
|
+
FullText: AccessFullTextInfo;
|
|
340
|
+
/**
|
|
341
|
+
* 键值索引配置
|
|
342
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
343
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
344
|
+
*/
|
|
345
|
+
KeyValue: AccessRuleKeyValueInfo;
|
|
346
|
+
/**
|
|
347
|
+
* 元字段索引配置
|
|
348
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
349
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
350
|
+
*/
|
|
351
|
+
Tag: AccessRuleTagInfo;
|
|
338
352
|
}
|
|
339
353
|
/**
|
|
340
354
|
* DescribeAccessExports请求参数结构体
|
|
@@ -371,6 +385,15 @@ export interface ModifyAccessPeriodResponse {
|
|
|
371
385
|
*/
|
|
372
386
|
RequestId?: string;
|
|
373
387
|
}
|
|
388
|
+
/**
|
|
389
|
+
* DeleteAccessExport返回参数结构体
|
|
390
|
+
*/
|
|
391
|
+
export interface DeleteAccessExportResponse {
|
|
392
|
+
/**
|
|
393
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
394
|
+
*/
|
|
395
|
+
RequestId?: string;
|
|
396
|
+
}
|
|
374
397
|
/**
|
|
375
398
|
* clb-waf QPS套餐 New
|
|
376
399
|
*/
|
|
@@ -836,47 +859,6 @@ export interface DownloadAttackRecordInfo {
|
|
|
836
859
|
*/
|
|
837
860
|
TotalCount: number;
|
|
838
861
|
}
|
|
839
|
-
/**
|
|
840
|
-
* CreateAttackDownloadTask请求参数结构体
|
|
841
|
-
*/
|
|
842
|
-
export interface CreateAttackDownloadTaskRequest {
|
|
843
|
-
/**
|
|
844
|
-
* 域名,所有域名填写all
|
|
845
|
-
*/
|
|
846
|
-
Domain: string;
|
|
847
|
-
/**
|
|
848
|
-
* 查询起始时间
|
|
849
|
-
*/
|
|
850
|
-
FromTime: string;
|
|
851
|
-
/**
|
|
852
|
-
* 查询结束时间
|
|
853
|
-
*/
|
|
854
|
-
ToTime: string;
|
|
855
|
-
/**
|
|
856
|
-
* 下载任务名字
|
|
857
|
-
*/
|
|
858
|
-
Name: string;
|
|
859
|
-
/**
|
|
860
|
-
* 风险等级
|
|
861
|
-
*/
|
|
862
|
-
RiskLevel?: number;
|
|
863
|
-
/**
|
|
864
|
-
* 拦截状态
|
|
865
|
-
*/
|
|
866
|
-
Status?: number;
|
|
867
|
-
/**
|
|
868
|
-
* 自定义策略ID
|
|
869
|
-
*/
|
|
870
|
-
RuleId?: number;
|
|
871
|
-
/**
|
|
872
|
-
* 攻击者IP
|
|
873
|
-
*/
|
|
874
|
-
AttackIp?: string;
|
|
875
|
-
/**
|
|
876
|
-
* 攻击类型
|
|
877
|
-
*/
|
|
878
|
-
AttackType?: string;
|
|
879
|
-
}
|
|
880
862
|
/**
|
|
881
863
|
* DescribeWafAutoDenyStatus返回参数结构体
|
|
882
864
|
*/
|
|
@@ -1031,19 +1013,6 @@ export interface PortItem {
|
|
|
1031
1013
|
*/
|
|
1032
1014
|
NginxServerId: string;
|
|
1033
1015
|
}
|
|
1034
|
-
/**
|
|
1035
|
-
* CreateAttackDownloadTask返回参数结构体
|
|
1036
|
-
*/
|
|
1037
|
-
export interface CreateAttackDownloadTaskResponse {
|
|
1038
|
-
/**
|
|
1039
|
-
* 任务ID
|
|
1040
|
-
*/
|
|
1041
|
-
Flow: string;
|
|
1042
|
-
/**
|
|
1043
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1044
|
-
*/
|
|
1045
|
-
RequestId?: string;
|
|
1046
|
-
}
|
|
1047
1016
|
/**
|
|
1048
1017
|
* Waf 威胁情报封禁模块配置详情
|
|
1049
1018
|
*/
|
|
@@ -1712,29 +1681,6 @@ export interface DescribeIpHitItemsRequest {
|
|
|
1712
1681
|
*/
|
|
1713
1682
|
Ip?: string;
|
|
1714
1683
|
}
|
|
1715
|
-
/**
|
|
1716
|
-
* DescribeAccessIndex接口的出参数
|
|
1717
|
-
*/
|
|
1718
|
-
export interface AccessRuleInfo {
|
|
1719
|
-
/**
|
|
1720
|
-
* 全文索引配置
|
|
1721
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1723
|
-
*/
|
|
1724
|
-
FullText: AccessFullTextInfo;
|
|
1725
|
-
/**
|
|
1726
|
-
* 键值索引配置
|
|
1727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1729
|
-
*/
|
|
1730
|
-
KeyValue: AccessRuleKeyValueInfo;
|
|
1731
|
-
/**
|
|
1732
|
-
* 元字段索引配置
|
|
1733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1735
|
-
*/
|
|
1736
|
-
Tag: AccessRuleTagInfo;
|
|
1737
|
-
}
|
|
1738
1684
|
/**
|
|
1739
1685
|
* GetAttackDownloadRecords返回参数结构体
|
|
1740
1686
|
*/
|
|
@@ -58,6 +58,16 @@ it("ckafka.v20190819.DescribeConsumerGroup", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("ckafka.v20190819.DescribeConnectResource", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeConnectResource({})
|
|
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
|
+
|
|
61
71
|
it("ckafka.v20190819.DescribeTopicSubscribeGroup", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.DescribeTopicSubscribeGroup({})
|
|
@@ -78,6 +88,16 @@ it("ckafka.v20190819.ModifyInstancePre", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
91
|
+
it("ckafka.v20190819.DescribeTopicDetail", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeTopicDetail({})
|
|
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
|
+
|
|
81
101
|
it("ckafka.v20190819.BatchModifyTopicAttributes", async function () {
|
|
82
102
|
try {
|
|
83
103
|
const data = await client.BatchModifyTopicAttributes({})
|
|
@@ -128,6 +148,16 @@ it("ckafka.v20190819.CreateTopicIpWhiteList", async function () {
|
|
|
128
148
|
}
|
|
129
149
|
})
|
|
130
150
|
|
|
151
|
+
it("ckafka.v20190819.DeleteDatahubTask", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DeleteDatahubTask({})
|
|
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
|
+
|
|
131
161
|
it("ckafka.v20190819.DescribeGroup", async function () {
|
|
132
162
|
try {
|
|
133
163
|
const data = await client.DescribeGroup({})
|
|
@@ -138,9 +168,19 @@ it("ckafka.v20190819.DescribeGroup", async function () {
|
|
|
138
168
|
}
|
|
139
169
|
})
|
|
140
170
|
|
|
141
|
-
it("ckafka.v20190819.
|
|
171
|
+
it("ckafka.v20190819.ModifyDatahubTask", async function () {
|
|
142
172
|
try {
|
|
143
|
-
const data = await client.
|
|
173
|
+
const data = await client.ModifyDatahubTask({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
181
|
+
it("ckafka.v20190819.DescribeDatahubTasks", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeDatahubTasks({})
|
|
144
184
|
expect(data).to.be.ok
|
|
145
185
|
} catch(error) {
|
|
146
186
|
expect(error.requestId).to.be.ok
|
|
@@ -168,6 +208,16 @@ it("ckafka.v20190819.CreateRoute", async function () {
|
|
|
168
208
|
}
|
|
169
209
|
})
|
|
170
210
|
|
|
211
|
+
it("ckafka.v20190819.DeleteConnectResource", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DeleteConnectResource({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
171
221
|
it("ckafka.v20190819.DeleteGroup", async function () {
|
|
172
222
|
try {
|
|
173
223
|
const data = await client.DeleteGroup({})
|
|
@@ -228,6 +278,16 @@ it("ckafka.v20190819.FetchMessageByOffset", async function () {
|
|
|
228
278
|
}
|
|
229
279
|
})
|
|
230
280
|
|
|
281
|
+
it("ckafka.v20190819.DeleteDatahubTopic", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.DeleteDatahubTopic({})
|
|
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
|
+
|
|
231
291
|
it("ckafka.v20190819.DeleteTopicIpWhiteList", async function () {
|
|
232
292
|
try {
|
|
233
293
|
const data = await client.DeleteTopicIpWhiteList({})
|
|
@@ -238,9 +298,19 @@ it("ckafka.v20190819.DeleteTopicIpWhiteList", async function () {
|
|
|
238
298
|
}
|
|
239
299
|
})
|
|
240
300
|
|
|
241
|
-
it("ckafka.v20190819.
|
|
301
|
+
it("ckafka.v20190819.DescribeRegion", async function () {
|
|
242
302
|
try {
|
|
243
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeRegion({})
|
|
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("ckafka.v20190819.ModifyGroupOffsets", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.ModifyGroupOffsets({})
|
|
244
314
|
expect(data).to.be.ok
|
|
245
315
|
} catch(error) {
|
|
246
316
|
expect(error.requestId).to.be.ok
|
|
@@ -268,6 +338,26 @@ it("ckafka.v20190819.CreateTopic", async function () {
|
|
|
268
338
|
}
|
|
269
339
|
})
|
|
270
340
|
|
|
341
|
+
it("ckafka.v20190819.CreateConnectResource", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.CreateConnectResource({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
351
|
+
it("ckafka.v20190819.DescribeDatahubTask", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.DescribeDatahubTask({})
|
|
354
|
+
expect(data).to.be.ok
|
|
355
|
+
} catch(error) {
|
|
356
|
+
expect(error.requestId).to.be.ok
|
|
357
|
+
expect(error.code).to.be.ok
|
|
358
|
+
}
|
|
359
|
+
})
|
|
360
|
+
|
|
271
361
|
it("ckafka.v20190819.CheckCdcCluster", async function () {
|
|
272
362
|
try {
|
|
273
363
|
const data = await client.CheckCdcCluster({})
|
|
@@ -288,6 +378,16 @@ it("ckafka.v20190819.CreatePartition", async function () {
|
|
|
288
378
|
}
|
|
289
379
|
})
|
|
290
380
|
|
|
381
|
+
it("ckafka.v20190819.FetchLatestDatahubMessageList", async function () {
|
|
382
|
+
try {
|
|
383
|
+
const data = await client.FetchLatestDatahubMessageList({})
|
|
384
|
+
expect(data).to.be.ok
|
|
385
|
+
} catch(error) {
|
|
386
|
+
expect(error.requestId).to.be.ok
|
|
387
|
+
expect(error.code).to.be.ok
|
|
388
|
+
}
|
|
389
|
+
})
|
|
390
|
+
|
|
291
391
|
it("ckafka.v20190819.DeleteUser", async function () {
|
|
292
392
|
try {
|
|
293
393
|
const data = await client.DeleteUser({})
|
|
@@ -298,6 +398,26 @@ it("ckafka.v20190819.DeleteUser", async function () {
|
|
|
298
398
|
}
|
|
299
399
|
})
|
|
300
400
|
|
|
401
|
+
it("ckafka.v20190819.ModifyConnectResource", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ModifyConnectResource({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
411
|
+
it("ckafka.v20190819.FetchDatahubMessageByOffset", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.FetchDatahubMessageByOffset({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
301
421
|
it("ckafka.v20190819.CreateToken", async function () {
|
|
302
422
|
try {
|
|
303
423
|
const data = await client.CreateToken({})
|
|
@@ -308,9 +428,9 @@ it("ckafka.v20190819.CreateToken", async function () {
|
|
|
308
428
|
}
|
|
309
429
|
})
|
|
310
430
|
|
|
311
|
-
it("ckafka.v20190819.
|
|
431
|
+
it("ckafka.v20190819.DescribeDatahubGroupOffsets", async function () {
|
|
312
432
|
try {
|
|
313
|
-
const data = await client.
|
|
433
|
+
const data = await client.DescribeDatahubGroupOffsets({})
|
|
314
434
|
expect(data).to.be.ok
|
|
315
435
|
} catch(error) {
|
|
316
436
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +508,16 @@ it("ckafka.v20190819.BatchCreateAcl", async function () {
|
|
|
388
508
|
}
|
|
389
509
|
})
|
|
390
510
|
|
|
511
|
+
it("ckafka.v20190819.CreateDatahubTask", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.CreateDatahubTask({})
|
|
514
|
+
expect(data).to.be.ok
|
|
515
|
+
} catch(error) {
|
|
516
|
+
expect(error.requestId).to.be.ok
|
|
517
|
+
expect(error.code).to.be.ok
|
|
518
|
+
}
|
|
519
|
+
})
|
|
520
|
+
|
|
391
521
|
it("ckafka.v20190819.DeleteAclRule", async function () {
|
|
392
522
|
try {
|
|
393
523
|
const data = await client.DeleteAclRule({})
|
|
@@ -478,9 +608,9 @@ it("ckafka.v20190819.DescribeCkafkaZone", async function () {
|
|
|
478
608
|
}
|
|
479
609
|
})
|
|
480
610
|
|
|
481
|
-
it("ckafka.v20190819.
|
|
611
|
+
it("ckafka.v20190819.DescribeConnectResources", async function () {
|
|
482
612
|
try {
|
|
483
|
-
const data = await client.
|
|
613
|
+
const data = await client.DescribeConnectResources({})
|
|
484
614
|
expect(data).to.be.ok
|
|
485
615
|
} catch(error) {
|
|
486
616
|
expect(error.requestId).to.be.ok
|
|
@@ -518,4 +648,14 @@ it("ckafka.v20190819.DeleteTopic", async function () {
|
|
|
518
648
|
}
|
|
519
649
|
})
|
|
520
650
|
|
|
651
|
+
it("ckafka.v20190819.ModifyPassword", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.ModifyPassword({})
|
|
654
|
+
expect(data).to.be.ok
|
|
655
|
+
} catch(error) {
|
|
656
|
+
expect(error.requestId).to.be.ok
|
|
657
|
+
expect(error.code).to.be.ok
|
|
658
|
+
}
|
|
659
|
+
})
|
|
660
|
+
|
|
521
661
|
})
|
|
@@ -88,6 +88,16 @@ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("cynosdb.v20190107.DescribeParamTemplates", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeParamTemplates({})
|
|
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
|
+
|
|
91
101
|
it("cynosdb.v20190107.DescribeClusterInstanceGrps", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.DescribeClusterInstanceGrps({})
|
|
@@ -108,9 +118,9 @@ it("cynosdb.v20190107.OfflineCluster", async function () {
|
|
|
108
118
|
}
|
|
109
119
|
})
|
|
110
120
|
|
|
111
|
-
it("cynosdb.v20190107.
|
|
121
|
+
it("cynosdb.v20190107.ModifyBackupName", async function () {
|
|
112
122
|
try {
|
|
113
|
-
const data = await client.
|
|
123
|
+
const data = await client.ModifyBackupName({})
|
|
114
124
|
expect(data).to.be.ok
|
|
115
125
|
} catch(error) {
|
|
116
126
|
expect(error.requestId).to.be.ok
|
|
@@ -268,6 +278,16 @@ it("cynosdb.v20190107.IsolateCluster", async function () {
|
|
|
268
278
|
}
|
|
269
279
|
})
|
|
270
280
|
|
|
281
|
+
it("cynosdb.v20190107.InquirePriceCreate", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.InquirePriceCreate({})
|
|
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
|
+
|
|
271
291
|
it("cynosdb.v20190107.DescribeBackupDownloadUrl", async function () {
|
|
272
292
|
try {
|
|
273
293
|
const data = await client.DescribeBackupDownloadUrl({})
|
|
@@ -348,9 +368,9 @@ it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
|
|
|
348
368
|
}
|
|
349
369
|
})
|
|
350
370
|
|
|
351
|
-
it("cynosdb.v20190107.
|
|
371
|
+
it("cynosdb.v20190107.InquirePriceRenew", async function () {
|
|
352
372
|
try {
|
|
353
|
-
const data = await client.
|
|
373
|
+
const data = await client.InquirePriceRenew({})
|
|
354
374
|
expect(data).to.be.ok
|
|
355
375
|
} catch(error) {
|
|
356
376
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +408,16 @@ it("cynosdb.v20190107.DescribeResourcesByDealName", async function () {
|
|
|
388
408
|
}
|
|
389
409
|
})
|
|
390
410
|
|
|
411
|
+
it("cynosdb.v20190107.PauseServerless", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.PauseServerless({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
391
421
|
it("cynosdb.v20190107.ModifyClusterParam", async function () {
|
|
392
422
|
try {
|
|
393
423
|
const data = await client.ModifyClusterParam({})
|
|
@@ -28,6 +28,16 @@ it("mmps.v20200710.CreateAppScanTask", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("mmps.v20200710.CreateFlySecMiniAppProfessionalScanTask", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.CreateFlySecMiniAppProfessionalScanTask({})
|
|
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
|
+
|
|
31
41
|
it("mmps.v20200710.DescribeFlySecMiniAppScanReportList", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.DescribeFlySecMiniAppScanReportList({})
|
|
@@ -28,6 +28,16 @@ it("oceanus.v20190422.DescribeTreeJobs", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("oceanus.v20190422.CopyJobs", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.CopyJobs({})
|
|
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
|
+
|
|
31
41
|
it("oceanus.v20190422.DeleteResourceConfigs", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.DeleteResourceConfigs({})
|
|
@@ -138,6 +148,16 @@ it("oceanus.v20190422.DeleteJobs", async function () {
|
|
|
138
148
|
}
|
|
139
149
|
})
|
|
140
150
|
|
|
151
|
+
it("oceanus.v20190422.CreateFolder", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.CreateFolder({})
|
|
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
|
+
|
|
141
161
|
it("oceanus.v20190422.CheckSavepoint", async function () {
|
|
142
162
|
try {
|
|
143
163
|
const data = await client.CheckSavepoint({})
|
|
@@ -128,9 +128,9 @@ it("tem.v20210701.DescribeApplicationPods", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("tem.v20210701.
|
|
131
|
+
it("tem.v20210701.RestartApplicationPod", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.RestartApplicationPod({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +218,9 @@ it("tem.v20210701.CreateApplication", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
-
it("tem.v20210701.
|
|
221
|
+
it("tem.v20210701.RestartApplication", async function () {
|
|
222
222
|
try {
|
|
223
|
-
const data = await client.
|
|
223
|
+
const data = await client.RestartApplication({})
|
|
224
224
|
expect(data).to.be.ok
|
|
225
225
|
} catch(error) {
|
|
226
226
|
expect(error.requestId).to.be.ok
|
|
@@ -268,4 +268,14 @@ it("tem.v20210701.CreateResource", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
+
it("tem.v20210701.DestroyEnvironment", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DestroyEnvironment({})
|
|
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
|
+
|
|
271
281
|
})
|
|
@@ -58,6 +58,16 @@ it("tke.v20180525.CreateCluster", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("tke.v20180525.InstallEdgeLogAgent", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.InstallEdgeLogAgent({})
|
|
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
|
+
|
|
61
71
|
it("tke.v20180525.ModifyClusterAsGroupOptionAttribute", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.ModifyClusterAsGroupOptionAttribute({})
|
|
@@ -88,6 +98,16 @@ it("tke.v20180525.DeleteCluster", async function () {
|
|
|
88
98
|
}
|
|
89
99
|
})
|
|
90
100
|
|
|
101
|
+
it("tke.v20180525.UninstallEdgeLogAgent", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.UninstallEdgeLogAgent({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
91
111
|
it("tke.v20180525.DeleteEdgeClusterInstances", async function () {
|
|
92
112
|
try {
|
|
93
113
|
const data = await client.DeleteEdgeClusterInstances({})
|
|
@@ -348,6 +368,16 @@ it("tke.v20180525.UpdateClusterVersion", async function () {
|
|
|
348
368
|
}
|
|
349
369
|
})
|
|
350
370
|
|
|
371
|
+
it("tke.v20180525.CreatePrometheusRecordRuleYaml", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.CreatePrometheusRecordRuleYaml({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
351
381
|
it("tke.v20180525.DescribeAvailableClusterVersion", async function () {
|
|
352
382
|
try {
|
|
353
383
|
const data = await client.DescribeAvailableClusterVersion({})
|
|
@@ -1098,6 +1128,16 @@ it("tke.v20180525.DescribeClusterSecurity", async function () {
|
|
|
1098
1128
|
}
|
|
1099
1129
|
})
|
|
1100
1130
|
|
|
1131
|
+
it("tke.v20180525.DescribeClusterEndpoints", async function () {
|
|
1132
|
+
try {
|
|
1133
|
+
const data = await client.DescribeClusterEndpoints({})
|
|
1134
|
+
expect(data).to.be.ok
|
|
1135
|
+
} catch(error) {
|
|
1136
|
+
expect(error.requestId).to.be.ok
|
|
1137
|
+
expect(error.code).to.be.ok
|
|
1138
|
+
}
|
|
1139
|
+
})
|
|
1140
|
+
|
|
1101
1141
|
it("tke.v20180525.DescribePrometheusClusterAgents", async function () {
|
|
1102
1142
|
try {
|
|
1103
1143
|
const data = await client.DescribePrometheusClusterAgents({})
|
|
@@ -1468,9 +1508,9 @@ it("tke.v20180525.CreateClusterNodePool", async function () {
|
|
|
1468
1508
|
}
|
|
1469
1509
|
})
|
|
1470
1510
|
|
|
1471
|
-
it("tke.v20180525.
|
|
1511
|
+
it("tke.v20180525.CreateEdgeLogConfig", async function () {
|
|
1472
1512
|
try {
|
|
1473
|
-
const data = await client.
|
|
1513
|
+
const data = await client.CreateEdgeLogConfig({})
|
|
1474
1514
|
expect(data).to.be.ok
|
|
1475
1515
|
} catch(error) {
|
|
1476
1516
|
expect(error.requestId).to.be.ok
|