tencentcloud-sdk-nodejs 4.0.581 → 4.0.583
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 +498 -0
- package/SERVICE_CHANGELOG.md +753 -32
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +24 -12
- package/src/services/cdn/v20180606/cdn_models.ts +8 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +32 -0
- package/src/services/cls/v20201016/cls_client.ts +177 -162
- package/src/services/cls/v20201016/cls_models.ts +195 -21
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/cwp/v20180228/cwp_models.ts +11 -2
- package/src/services/dlc/v20210125/dlc_models.ts +57 -7
- package/src/services/domain/v20180808/domain_client.ts +2 -3
- package/src/services/domain/v20180808/domain_models.ts +21 -3
- package/src/services/ess/v20201111/ess_client.ts +28 -3
- package/src/services/ess/v20201111/ess_models.ts +118 -38
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_client.ts +69 -21
- package/src/services/lcic/v20220817/lcic_models.ts +205 -33
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -1
- package/src/services/live/v20180801/live_models.ts +21 -0
- package/src/services/postgres/v20170312/postgres_client.ts +1 -0
- package/src/services/postgres/v20170312/postgres_models.ts +36 -1
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +95 -63
- package/src/services/rum/v20210622/rum_client.ts +86 -38
- package/src/services/rum/v20210622/rum_models.ts +283 -13
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +61 -23
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +239 -34
- package/src/services/tcss/v20201101/tcss_models.ts +5 -4
- package/src/services/tke/v20180525/tke_client.ts +12 -0
- package/src/services/tke/v20180525/tke_models.ts +31 -0
- package/src/services/trp/v20210515/trp_client.ts +55 -17
- package/src/services/trp/v20210515/trp_models.ts +157 -26
- package/src/services/tsf/v20180326/tsf_client.ts +49 -25
- package/src/services/tsf/v20180326/tsf_models.ts +142 -5
- package/src/services/waf/v20180125/waf_client.ts +40 -15
- package/src/services/waf/v20180125/waf_models.ts +325 -29
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +18 -6
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +28 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +161 -157
- package/tencentcloud/services/cls/v20201016/cls_client.js +163 -157
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +176 -30
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +48 -7
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +18 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +15 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +105 -37
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +23 -7
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +33 -9
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +176 -29
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +80 -48
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +29 -13
- package/tencentcloud/services/rum/v20210622/rum_client.js +42 -18
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +236 -12
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +21 -9
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +30 -12
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +202 -30
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -0
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +17 -5
- package/tencentcloud/services/trp/v20210515/trp_client.js +24 -6
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +140 -26
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +17 -9
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +24 -12
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +118 -4
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +14 -6
- package/tencentcloud/services/waf/v20180125/waf_client.js +19 -7
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +276 -27
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cls.v20201016.test.js +12 -2
- package/test/ess.v20201111.test.js +20 -0
- package/test/lcic.v20220817.test.js +46 -6
- package/test/rum.v20210622.test.js +52 -12
- package/test/sqlserver.v20180328.test.js +44 -14
- package/test/tke.v20180525.test.js +10 -0
- package/test/trp.v20210515.test.js +34 -4
- package/test/tsf.v20180326.test.js +28 -8
- package/test/waf.v20180125.test.js +24 -4
|
@@ -98,9 +98,9 @@ it("rum.v20210622.DescribeDataLogUrlStatistics", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("rum.v20210622.
|
|
101
|
+
it("rum.v20210622.DeleteOfflineLogConfig", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.DeleteOfflineLogConfig({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +208,9 @@ it("rum.v20210622.DescribeOfflineLogs", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
-
it("rum.v20210622.
|
|
211
|
+
it("rum.v20210622.DescribeAppSingleCaseList", async function () {
|
|
212
212
|
try {
|
|
213
|
-
const data = await client.
|
|
213
|
+
const data = await client.DescribeAppSingleCaseList({})
|
|
214
214
|
expect(data).to.be.ok
|
|
215
215
|
} catch(error) {
|
|
216
216
|
expect(error.requestId).to.be.ok
|
|
@@ -258,9 +258,9 @@ it("rum.v20210622.DescribeDataStaticUrl", async function () {
|
|
|
258
258
|
}
|
|
259
259
|
})
|
|
260
260
|
|
|
261
|
-
it("rum.v20210622.
|
|
261
|
+
it("rum.v20210622.DescribeDataFetchUrlInfo", async function () {
|
|
262
262
|
try {
|
|
263
|
-
const data = await client.
|
|
263
|
+
const data = await client.DescribeDataFetchUrlInfo({})
|
|
264
264
|
expect(data).to.be.ok
|
|
265
265
|
} catch(error) {
|
|
266
266
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +278,19 @@ it("rum.v20210622.DescribeDataPvUrlStatistics", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
-
it("rum.v20210622.
|
|
281
|
+
it("rum.v20210622.DescribeAppSingleCaseDetailList", async function () {
|
|
282
282
|
try {
|
|
283
|
-
const data = await client.
|
|
283
|
+
const data = await client.DescribeAppSingleCaseDetailList({})
|
|
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("rum.v20210622.DescribeAppMetricsData", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.DescribeAppMetricsData({})
|
|
284
294
|
expect(data).to.be.ok
|
|
285
295
|
} catch(error) {
|
|
286
296
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +328,16 @@ it("rum.v20210622.ModifyInstance", async function () {
|
|
|
318
328
|
}
|
|
319
329
|
})
|
|
320
330
|
|
|
331
|
+
it("rum.v20210622.ModifyProjectLimit", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.ModifyProjectLimit({})
|
|
334
|
+
expect(data).to.be.ok
|
|
335
|
+
} catch(error) {
|
|
336
|
+
expect(error.requestId).to.be.ok
|
|
337
|
+
expect(error.code).to.be.ok
|
|
338
|
+
}
|
|
339
|
+
})
|
|
340
|
+
|
|
321
341
|
it("rum.v20210622.DescribeDataStaticResource", async function () {
|
|
322
342
|
try {
|
|
323
343
|
const data = await client.DescribeDataStaticResource({})
|
|
@@ -338,6 +358,16 @@ it("rum.v20210622.DescribeProjectLimits", async function () {
|
|
|
338
358
|
}
|
|
339
359
|
})
|
|
340
360
|
|
|
361
|
+
it("rum.v20210622.DescribeAppDimensionMetrics", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.DescribeAppDimensionMetrics({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
341
371
|
it("rum.v20210622.DescribeDataCustomUrl", async function () {
|
|
342
372
|
try {
|
|
343
373
|
const data = await client.DescribeDataCustomUrl({})
|
|
@@ -408,9 +438,9 @@ it("rum.v20210622.DeleteWhitelist", async function () {
|
|
|
408
438
|
}
|
|
409
439
|
})
|
|
410
440
|
|
|
411
|
-
it("rum.v20210622.
|
|
441
|
+
it("rum.v20210622.CreateTawInstance", async function () {
|
|
412
442
|
try {
|
|
413
|
-
const data = await client.
|
|
443
|
+
const data = await client.CreateTawInstance({})
|
|
414
444
|
expect(data).to.be.ok
|
|
415
445
|
} catch(error) {
|
|
416
446
|
expect(error.requestId).to.be.ok
|
|
@@ -498,6 +528,16 @@ it("rum.v20210622.DescribeOfflineLogConfigs", async function () {
|
|
|
498
528
|
}
|
|
499
529
|
})
|
|
500
530
|
|
|
531
|
+
it("rum.v20210622.DescribeReleaseFileSign", async function () {
|
|
532
|
+
try {
|
|
533
|
+
const data = await client.DescribeReleaseFileSign({})
|
|
534
|
+
expect(data).to.be.ok
|
|
535
|
+
} catch(error) {
|
|
536
|
+
expect(error.requestId).to.be.ok
|
|
537
|
+
expect(error.code).to.be.ok
|
|
538
|
+
}
|
|
539
|
+
})
|
|
540
|
+
|
|
501
541
|
it("rum.v20210622.DescribeDataLogUrlInfo", async function () {
|
|
502
542
|
try {
|
|
503
543
|
const data = await client.DescribeDataLogUrlInfo({})
|
|
@@ -578,9 +618,9 @@ it("rum.v20210622.DescribeUvList", async function () {
|
|
|
578
618
|
}
|
|
579
619
|
})
|
|
580
620
|
|
|
581
|
-
it("rum.v20210622.
|
|
621
|
+
it("rum.v20210622.DescribeDataFetchProject", async function () {
|
|
582
622
|
try {
|
|
583
|
-
const data = await client.
|
|
623
|
+
const data = await client.DescribeDataFetchProject({})
|
|
584
624
|
expect(data).to.be.ok
|
|
585
625
|
} catch(error) {
|
|
586
626
|
expect(error.requestId).to.be.ok
|
|
@@ -38,16 +38,6 @@ it("sqlserver.v20180328.RecycleReadOnlyGroup", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("sqlserver.v20180328.ModifyDBInstanceRenewFlag", async function () {
|
|
42
|
-
try {
|
|
43
|
-
const data = await client.ModifyDBInstanceRenewFlag({})
|
|
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
41
|
it("sqlserver.v20180328.StartIncrementalMigration", async function () {
|
|
52
42
|
try {
|
|
53
43
|
const data = await client.StartIncrementalMigration({})
|
|
@@ -178,9 +168,9 @@ it("sqlserver.v20180328.CreatePublishSubscribe", async function () {
|
|
|
178
168
|
}
|
|
179
169
|
})
|
|
180
170
|
|
|
181
|
-
it("sqlserver.v20180328.
|
|
171
|
+
it("sqlserver.v20180328.DescribeReadOnlyGroupByReadOnlyInstance", async function () {
|
|
182
172
|
try {
|
|
183
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeReadOnlyGroupByReadOnlyInstance({})
|
|
184
174
|
expect(data).to.be.ok
|
|
185
175
|
} catch(error) {
|
|
186
176
|
expect(error.requestId).to.be.ok
|
|
@@ -728,6 +718,16 @@ it("sqlserver.v20180328.DescribeBackupUploadSize", async function () {
|
|
|
728
718
|
}
|
|
729
719
|
})
|
|
730
720
|
|
|
721
|
+
it("sqlserver.v20180328.StartInstanceXEvent", async function () {
|
|
722
|
+
try {
|
|
723
|
+
const data = await client.StartInstanceXEvent({})
|
|
724
|
+
expect(data).to.be.ok
|
|
725
|
+
} catch(error) {
|
|
726
|
+
expect(error.requestId).to.be.ok
|
|
727
|
+
expect(error.code).to.be.ok
|
|
728
|
+
}
|
|
729
|
+
})
|
|
730
|
+
|
|
731
731
|
it("sqlserver.v20180328.DeleteMigration", async function () {
|
|
732
732
|
try {
|
|
733
733
|
const data = await client.DeleteMigration({})
|
|
@@ -958,6 +958,16 @@ it("sqlserver.v20180328.InquiryPriceUpgradeDBInstance", async function () {
|
|
|
958
958
|
}
|
|
959
959
|
})
|
|
960
960
|
|
|
961
|
+
it("sqlserver.v20180328.DescribeBackupFiles", async function () {
|
|
962
|
+
try {
|
|
963
|
+
const data = await client.DescribeBackupFiles({})
|
|
964
|
+
expect(data).to.be.ok
|
|
965
|
+
} catch(error) {
|
|
966
|
+
expect(error.requestId).to.be.ok
|
|
967
|
+
expect(error.code).to.be.ok
|
|
968
|
+
}
|
|
969
|
+
})
|
|
970
|
+
|
|
961
971
|
it("sqlserver.v20180328.InquiryPriceRenewDBInstance", async function () {
|
|
962
972
|
try {
|
|
963
973
|
const data = await client.InquiryPriceRenewDBInstance({})
|
|
@@ -968,6 +978,16 @@ it("sqlserver.v20180328.InquiryPriceRenewDBInstance", async function () {
|
|
|
968
978
|
}
|
|
969
979
|
})
|
|
970
980
|
|
|
981
|
+
it("sqlserver.v20180328.DescribeXEvents", async function () {
|
|
982
|
+
try {
|
|
983
|
+
const data = await client.DescribeXEvents({})
|
|
984
|
+
expect(data).to.be.ok
|
|
985
|
+
} catch(error) {
|
|
986
|
+
expect(error.requestId).to.be.ok
|
|
987
|
+
expect(error.code).to.be.ok
|
|
988
|
+
}
|
|
989
|
+
})
|
|
990
|
+
|
|
971
991
|
it("sqlserver.v20180328.ModifyBackupMigration", async function () {
|
|
972
992
|
try {
|
|
973
993
|
const data = await client.ModifyBackupMigration({})
|
|
@@ -1028,6 +1048,16 @@ it("sqlserver.v20180328.DeleteBackupMigration", async function () {
|
|
|
1028
1048
|
}
|
|
1029
1049
|
})
|
|
1030
1050
|
|
|
1051
|
+
it("sqlserver.v20180328.DescribeDBInstancesAttribute", async function () {
|
|
1052
|
+
try {
|
|
1053
|
+
const data = await client.DescribeDBInstancesAttribute({})
|
|
1054
|
+
expect(data).to.be.ok
|
|
1055
|
+
} catch(error) {
|
|
1056
|
+
expect(error.requestId).to.be.ok
|
|
1057
|
+
expect(error.code).to.be.ok
|
|
1058
|
+
}
|
|
1059
|
+
})
|
|
1060
|
+
|
|
1031
1061
|
it("sqlserver.v20180328.UpgradeDBInstance", async function () {
|
|
1032
1062
|
try {
|
|
1033
1063
|
const data = await client.UpgradeDBInstance({})
|
|
@@ -1048,9 +1078,9 @@ it("sqlserver.v20180328.ModifyReadOnlyGroupDetails", async function () {
|
|
|
1048
1078
|
}
|
|
1049
1079
|
})
|
|
1050
1080
|
|
|
1051
|
-
it("sqlserver.v20180328.
|
|
1081
|
+
it("sqlserver.v20180328.ModifyDBInstanceRenewFlag", async function () {
|
|
1052
1082
|
try {
|
|
1053
|
-
const data = await client.
|
|
1083
|
+
const data = await client.ModifyDBInstanceRenewFlag({})
|
|
1054
1084
|
expect(data).to.be.ok
|
|
1055
1085
|
} catch(error) {
|
|
1056
1086
|
expect(error.requestId).to.be.ok
|
|
@@ -918,6 +918,16 @@ it("tke.v20180525.CreateEKSCluster", async function () {
|
|
|
918
918
|
}
|
|
919
919
|
})
|
|
920
920
|
|
|
921
|
+
it("tke.v20180525.UpdateClusterKubeconfig", async function () {
|
|
922
|
+
try {
|
|
923
|
+
const data = await client.UpdateClusterKubeconfig({})
|
|
924
|
+
expect(data).to.be.ok
|
|
925
|
+
} catch(error) {
|
|
926
|
+
expect(error.requestId).to.be.ok
|
|
927
|
+
expect(error.code).to.be.ok
|
|
928
|
+
}
|
|
929
|
+
})
|
|
930
|
+
|
|
921
931
|
it("tke.v20180525.DescribeVpcCniPodLimits", async function () {
|
|
922
932
|
try {
|
|
923
933
|
const data = await client.DescribeVpcCniPodLimits({})
|
|
@@ -48,6 +48,16 @@ it("trp.v20210515.ModifyTraceCodeUnlink", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("trp.v20210515.AuthorizedTransfer", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.AuthorizedTransfer({})
|
|
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
|
+
|
|
51
61
|
it("trp.v20210515.DescribeCustomRuleById", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.DescribeCustomRuleById({})
|
|
@@ -148,6 +158,16 @@ it("trp.v20210515.DescribeCorpQuotas", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
161
|
+
it("trp.v20210515.ReportBatchCallbackStatus", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.ReportBatchCallbackStatus({})
|
|
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
|
+
|
|
151
171
|
it("trp.v20210515.ModifyCustomRule", async function () {
|
|
152
172
|
try {
|
|
153
173
|
const data = await client.ModifyCustomRule({})
|
|
@@ -348,6 +368,16 @@ it("trp.v20210515.CreateCodeBatch", async function () {
|
|
|
348
368
|
}
|
|
349
369
|
})
|
|
350
370
|
|
|
371
|
+
it("trp.v20210515.EffectFeedback", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.EffectFeedback({})
|
|
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("trp.v20210515.DeleteCodeBatch", async function () {
|
|
352
382
|
try {
|
|
353
383
|
const data = await client.DeleteCodeBatch({})
|
|
@@ -378,9 +408,9 @@ it("trp.v20210515.CreateTraceData", async function () {
|
|
|
378
408
|
}
|
|
379
409
|
})
|
|
380
410
|
|
|
381
|
-
it("trp.v20210515.
|
|
411
|
+
it("trp.v20210515.CreateCodePack", async function () {
|
|
382
412
|
try {
|
|
383
|
-
const data = await client.
|
|
413
|
+
const data = await client.CreateCodePack({})
|
|
384
414
|
expect(data).to.be.ok
|
|
385
415
|
} catch(error) {
|
|
386
416
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +478,9 @@ it("trp.v20210515.DescribeMerchants", async function () {
|
|
|
448
478
|
}
|
|
449
479
|
})
|
|
450
480
|
|
|
451
|
-
it("trp.v20210515.
|
|
481
|
+
it("trp.v20210515.CreateMerchant", async function () {
|
|
452
482
|
try {
|
|
453
|
-
const data = await client.
|
|
483
|
+
const data = await client.CreateMerchant({})
|
|
454
484
|
expect(data).to.be.ok
|
|
455
485
|
} catch(error) {
|
|
456
486
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("tsf.v20180326.DescribePodInstances", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("tsf.v20180326.
|
|
101
|
+
it("tsf.v20180326.CreateConfigWithDetailResp", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.CreateConfigWithDetailResp({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +188,9 @@ it("tsf.v20180326.DescribeGroupAttribute", async function () {
|
|
|
188
188
|
}
|
|
189
189
|
})
|
|
190
190
|
|
|
191
|
-
it("tsf.v20180326.
|
|
191
|
+
it("tsf.v20180326.CreateFileConfigWithDetailResp", async function () {
|
|
192
192
|
try {
|
|
193
|
-
const data = await client.
|
|
193
|
+
const data = await client.CreateFileConfigWithDetailResp({})
|
|
194
194
|
expect(data).to.be.ok
|
|
195
195
|
} catch(error) {
|
|
196
196
|
expect(error.requestId).to.be.ok
|
|
@@ -368,9 +368,9 @@ it("tsf.v20180326.RevokeFileConfig", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
-
it("tsf.v20180326.
|
|
371
|
+
it("tsf.v20180326.DescribeDeliveryConfig", async function () {
|
|
372
372
|
try {
|
|
373
|
-
const data = await client.
|
|
373
|
+
const data = await client.DescribeDeliveryConfig({})
|
|
374
374
|
expect(data).to.be.ok
|
|
375
375
|
} catch(error) {
|
|
376
376
|
expect(error.requestId).to.be.ok
|
|
@@ -558,6 +558,16 @@ it("tsf.v20180326.UpdateRepository", async function () {
|
|
|
558
558
|
}
|
|
559
559
|
})
|
|
560
560
|
|
|
561
|
+
it("tsf.v20180326.DescribeUsableUnitNamespaces", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.DescribeUsableUnitNamespaces({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
561
571
|
it("tsf.v20180326.DescribeGroupUseDetail", async function () {
|
|
562
572
|
try {
|
|
563
573
|
const data = await client.DescribeGroupUseDetail({})
|
|
@@ -1008,6 +1018,16 @@ it("tsf.v20180326.DescribeSimpleGroups", async function () {
|
|
|
1008
1018
|
}
|
|
1009
1019
|
})
|
|
1010
1020
|
|
|
1021
|
+
it("tsf.v20180326.DescribeConfigs", async function () {
|
|
1022
|
+
try {
|
|
1023
|
+
const data = await client.DescribeConfigs({})
|
|
1024
|
+
expect(data).to.be.ok
|
|
1025
|
+
} catch(error) {
|
|
1026
|
+
expect(error.requestId).to.be.ok
|
|
1027
|
+
expect(error.code).to.be.ok
|
|
1028
|
+
}
|
|
1029
|
+
})
|
|
1030
|
+
|
|
1011
1031
|
it("tsf.v20180326.DescribeStatistics", async function () {
|
|
1012
1032
|
try {
|
|
1013
1033
|
const data = await client.DescribeStatistics({})
|
|
@@ -1918,9 +1938,9 @@ it("tsf.v20180326.ModifyGroup", async function () {
|
|
|
1918
1938
|
}
|
|
1919
1939
|
})
|
|
1920
1940
|
|
|
1921
|
-
it("tsf.v20180326.
|
|
1941
|
+
it("tsf.v20180326.CreateContainGroup", async function () {
|
|
1922
1942
|
try {
|
|
1923
|
-
const data = await client.
|
|
1943
|
+
const data = await client.CreateContainGroup({})
|
|
1924
1944
|
expect(data).to.be.ok
|
|
1925
1945
|
} catch(error) {
|
|
1926
1946
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("waf.v20180125.DescribeAccessExports", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("waf.v20180125.
|
|
31
|
+
it("waf.v20180125.DescribePeakPoints", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.DescribePeakPoints({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +278,19 @@ it("waf.v20180125.PostAttackDownloadTask", async function () {
|
|
|
278
278
|
}
|
|
279
279
|
})
|
|
280
280
|
|
|
281
|
-
it("waf.v20180125.
|
|
281
|
+
it("waf.v20180125.ModifyCustomRuleStatus", async function () {
|
|
282
282
|
try {
|
|
283
|
-
const data = await client.
|
|
283
|
+
const data = await client.ModifyCustomRuleStatus({})
|
|
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("waf.v20180125.DescribePeakValue", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.DescribePeakValue({})
|
|
284
294
|
expect(data).to.be.ok
|
|
285
295
|
} catch(error) {
|
|
286
296
|
expect(error.requestId).to.be.ok
|
|
@@ -448,6 +458,16 @@ it("waf.v20180125.AddDomainWhiteRule", async function () {
|
|
|
448
458
|
}
|
|
449
459
|
})
|
|
450
460
|
|
|
461
|
+
it("waf.v20180125.SwitchDomainRules", async function () {
|
|
462
|
+
try {
|
|
463
|
+
const data = await client.SwitchDomainRules({})
|
|
464
|
+
expect(data).to.be.ok
|
|
465
|
+
} catch(error) {
|
|
466
|
+
expect(error.requestId).to.be.ok
|
|
467
|
+
expect(error.code).to.be.ok
|
|
468
|
+
}
|
|
469
|
+
})
|
|
470
|
+
|
|
451
471
|
it("waf.v20180125.DescribeCustomWhiteRule", async function () {
|
|
452
472
|
try {
|
|
453
473
|
const data = await client.DescribeCustomWhiteRule({})
|