tencentcloud-sdk-nodejs 4.0.647 → 4.0.649
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 +331 -0
- package/SERVICE_CHANGELOG.md +571 -353
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +20 -10
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cbs/v20170312/cbs_client.ts +20 -51
- package/src/services/cbs/v20170312/cbs_models.ts +16 -165
- package/src/services/cdb/v20170320/cdb_client.ts +4 -84
- package/src/services/cdb/v20170320/cdb_models.ts +41 -568
- package/src/services/cfg/v20210820/cfg_client.ts +1 -0
- package/src/services/cfg/v20210820/cfg_models.ts +22 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +14 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +59 -6
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +4 -0
- package/src/services/domain/v20180808/domain_client.ts +13 -1
- package/src/services/domain/v20180808/domain_models.ts +40 -20
- package/src/services/emr/v20190103/emr_models.ts +4 -4
- package/src/services/ess/v20201111/ess_client.ts +6 -5
- package/src/services/ess/v20201111/ess_models.ts +53 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +8 -8
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +712 -565
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +602 -104
- package/src/services/ocr/v20181119/ocr_models.ts +8 -8
- package/src/services/tdid/v20210519/tdid_client.ts +9 -39
- package/src/services/tdid/v20210519/tdid_models.ts +24 -102
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tiw/v20190919/tiw_client.ts +17 -5
- package/src/services/tiw/v20190919/tiw_models.ts +105 -65
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +4 -2
- package/src/services/waf/v20180125/waf_models.ts +4 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +20 -10
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +10 -23
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +11 -28
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +16 -159
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -31
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -40
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -548
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +21 -0
- 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 +56 -6
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +4 -0
- 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 +38 -20
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +53 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -8
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +291 -242
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +392 -319
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +575 -103
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +4 -17
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +4 -21
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +23 -96
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +5 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +6 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +103 -65
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +3 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +3 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -5
- package/test/cbs.v20170312.test.js +4 -24
- package/test/cdb.v20170320.test.js +0 -50
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/domain.v20180808.test.js +10 -0
- package/test/lighthouse.v20200324.test.js +272 -152
- package/test/tdid.v20210519.test.js +2 -22
- package/test/tiw.v20190919.test.js +10 -0
|
@@ -676,7 +676,7 @@ export interface SearchAttackLogRequest {
|
|
|
676
676
|
*/
|
|
677
677
|
EndTime: string;
|
|
678
678
|
/**
|
|
679
|
-
*
|
|
679
|
+
* 接口升级,这个字段传空字符串,翻页使用Page字段
|
|
680
680
|
*/
|
|
681
681
|
Context: string;
|
|
682
682
|
/**
|
|
@@ -983,7 +983,7 @@ export interface SwitchDomainRulesResponse {
|
|
|
983
983
|
*/
|
|
984
984
|
export interface SearchAccessLogResponse {
|
|
985
985
|
/**
|
|
986
|
-
*
|
|
986
|
+
* 新接口此字段失效,默认返回空字符串
|
|
987
987
|
*/
|
|
988
988
|
Context?: string;
|
|
989
989
|
/**
|
|
@@ -2261,7 +2261,7 @@ export interface SearchAttackLogResponse {
|
|
|
2261
2261
|
*/
|
|
2262
2262
|
Count?: number;
|
|
2263
2263
|
/**
|
|
2264
|
-
*
|
|
2264
|
+
* 接口升级,此字段无效,默认返回空字符串
|
|
2265
2265
|
*/
|
|
2266
2266
|
Context?: string;
|
|
2267
2267
|
/**
|
|
@@ -3531,8 +3531,7 @@ export interface SearchAccessLogRequest {
|
|
|
3531
3531
|
*/
|
|
3532
3532
|
Limit?: number;
|
|
3533
3533
|
/**
|
|
3534
|
-
*
|
|
3535
|
-
新版本此字段填空填
|
|
3534
|
+
* 新版本此字段失效,填空字符串,翻页使用Page
|
|
3536
3535
|
*/
|
|
3537
3536
|
Context?: string;
|
|
3538
3537
|
/**
|
|
@@ -168,16 +168,6 @@ it("cbs.v20170312.DescribeDiskBackups", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("cbs.v20170312.DescribeDiskOperationLogs", async function () {
|
|
172
|
-
try {
|
|
173
|
-
const data = await client.DescribeDiskOperationLogs({})
|
|
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
171
|
it("cbs.v20170312.DeleteAutoSnapshotPolicies", async function () {
|
|
182
172
|
try {
|
|
183
173
|
const data = await client.DeleteAutoSnapshotPolicies({})
|
|
@@ -378,16 +368,6 @@ it("cbs.v20170312.ApplySnapshot", async function () {
|
|
|
378
368
|
}
|
|
379
369
|
})
|
|
380
370
|
|
|
381
|
-
it("cbs.v20170312.DescribeSnapshotOperationLogs", async function () {
|
|
382
|
-
try {
|
|
383
|
-
const data = await client.DescribeSnapshotOperationLogs({})
|
|
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
|
-
|
|
391
371
|
it("cbs.v20170312.ModifySnapshotsSharePermission", async function () {
|
|
392
372
|
try {
|
|
393
373
|
const data = await client.ModifySnapshotsSharePermission({})
|
|
@@ -398,9 +378,9 @@ it("cbs.v20170312.ModifySnapshotsSharePermission", async function () {
|
|
|
398
378
|
}
|
|
399
379
|
})
|
|
400
380
|
|
|
401
|
-
it("cbs.v20170312.
|
|
381
|
+
it("cbs.v20170312.CreateSnapshot", async function () {
|
|
402
382
|
try {
|
|
403
|
-
const data = await client.
|
|
383
|
+
const data = await client.CreateSnapshot({})
|
|
404
384
|
expect(data).to.be.ok
|
|
405
385
|
} catch(error) {
|
|
406
386
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +408,9 @@ it("cbs.v20170312.ResizeDisk", async function () {
|
|
|
428
408
|
}
|
|
429
409
|
})
|
|
430
410
|
|
|
431
|
-
it("cbs.v20170312.
|
|
411
|
+
it("cbs.v20170312.DetachDisks", async function () {
|
|
432
412
|
try {
|
|
433
|
-
const data = await client.
|
|
413
|
+
const data = await client.DetachDisks({})
|
|
434
414
|
expect(data).to.be.ok
|
|
435
415
|
} catch(error) {
|
|
436
416
|
expect(error.requestId).to.be.ok
|
|
@@ -598,16 +598,6 @@ it("cdb.v20170320.DescribeProjectSecurityGroups", async function () {
|
|
|
598
598
|
}
|
|
599
599
|
})
|
|
600
600
|
|
|
601
|
-
it("cdb.v20170320.ModifyCDBProxyConnectionPool", async function () {
|
|
602
|
-
try {
|
|
603
|
-
const data = await client.ModifyCDBProxyConnectionPool({})
|
|
604
|
-
expect(data).to.be.ok
|
|
605
|
-
} catch(error) {
|
|
606
|
-
expect(error.requestId).to.be.ok
|
|
607
|
-
expect(error.code).to.be.ok
|
|
608
|
-
}
|
|
609
|
-
})
|
|
610
|
-
|
|
611
601
|
it("cdb.v20170320.DescribeSlowLogs", async function () {
|
|
612
602
|
try {
|
|
613
603
|
const data = await client.DescribeSlowLogs({})
|
|
@@ -868,16 +858,6 @@ it("cdb.v20170320.DeleteBackup", async function () {
|
|
|
868
858
|
}
|
|
869
859
|
})
|
|
870
860
|
|
|
871
|
-
it("cdb.v20170320.ModifyCDBProxyVipVPort", async function () {
|
|
872
|
-
try {
|
|
873
|
-
const data = await client.ModifyCDBProxyVipVPort({})
|
|
874
|
-
expect(data).to.be.ok
|
|
875
|
-
} catch(error) {
|
|
876
|
-
expect(error.requestId).to.be.ok
|
|
877
|
-
expect(error.code).to.be.ok
|
|
878
|
-
}
|
|
879
|
-
})
|
|
880
|
-
|
|
881
861
|
it("cdb.v20170320.DescribeRoMinScale", async function () {
|
|
882
862
|
try {
|
|
883
863
|
const data = await client.DescribeRoMinScale({})
|
|
@@ -1178,16 +1158,6 @@ it("cdb.v20170320.DescribeUploadedFiles", async function () {
|
|
|
1178
1158
|
}
|
|
1179
1159
|
})
|
|
1180
1160
|
|
|
1181
|
-
it("cdb.v20170320.DescribeCDBProxy", async function () {
|
|
1182
|
-
try {
|
|
1183
|
-
const data = await client.DescribeCDBProxy({})
|
|
1184
|
-
expect(data).to.be.ok
|
|
1185
|
-
} catch(error) {
|
|
1186
|
-
expect(error.requestId).to.be.ok
|
|
1187
|
-
expect(error.code).to.be.ok
|
|
1188
|
-
}
|
|
1189
|
-
})
|
|
1190
|
-
|
|
1191
1161
|
it("cdb.v20170320.ModifyAccountDescription", async function () {
|
|
1192
1162
|
try {
|
|
1193
1163
|
const data = await client.ModifyAccountDescription({})
|
|
@@ -1368,16 +1338,6 @@ it("cdb.v20170320.ModifyAuditRule", async function () {
|
|
|
1368
1338
|
}
|
|
1369
1339
|
})
|
|
1370
1340
|
|
|
1371
|
-
it("cdb.v20170320.QueryCDBProxy", async function () {
|
|
1372
|
-
try {
|
|
1373
|
-
const data = await client.QueryCDBProxy({})
|
|
1374
|
-
expect(data).to.be.ok
|
|
1375
|
-
} catch(error) {
|
|
1376
|
-
expect(error.requestId).to.be.ok
|
|
1377
|
-
expect(error.code).to.be.ok
|
|
1378
|
-
}
|
|
1379
|
-
})
|
|
1380
|
-
|
|
1381
1341
|
it("cdb.v20170320.ModifyCdbProxyAddressVipAndVPort", async function () {
|
|
1382
1342
|
try {
|
|
1383
1343
|
const data = await client.ModifyCdbProxyAddressVipAndVPort({})
|
|
@@ -1398,16 +1358,6 @@ it("cdb.v20170320.DeleteAuditRule", async function () {
|
|
|
1398
1358
|
}
|
|
1399
1359
|
})
|
|
1400
1360
|
|
|
1401
|
-
it("cdb.v20170320.DescribeProxyConnectionPoolConf", async function () {
|
|
1402
|
-
try {
|
|
1403
|
-
const data = await client.DescribeProxyConnectionPoolConf({})
|
|
1404
|
-
expect(data).to.be.ok
|
|
1405
|
-
} catch(error) {
|
|
1406
|
-
expect(error.requestId).to.be.ok
|
|
1407
|
-
expect(error.code).to.be.ok
|
|
1408
|
-
}
|
|
1409
|
-
})
|
|
1410
|
-
|
|
1411
1361
|
it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
|
|
1412
1362
|
try {
|
|
1413
1363
|
const data = await client.DescribeSupportedPrivileges({})
|
|
@@ -558,6 +558,16 @@ it("ckafka.v20190819.DescribeAppInfo", async function () {
|
|
|
558
558
|
}
|
|
559
559
|
})
|
|
560
560
|
|
|
561
|
+
it("ckafka.v20190819.InstanceScalingDown", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.InstanceScalingDown({})
|
|
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("ckafka.v20190819.DescribeTopicAttributes", async function () {
|
|
562
572
|
try {
|
|
563
573
|
const data = await client.DescribeTopicAttributes({})
|
|
@@ -118,6 +118,16 @@ it("domain.v20180808.DeleteTemplate", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
+
it("domain.v20180808.CreateDomainRedemption", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.CreateDomainRedemption({})
|
|
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
|
+
|
|
121
131
|
it("domain.v20180808.CheckDomain", async function () {
|
|
122
132
|
try {
|
|
123
133
|
const data = await client.CheckDomain({})
|