tencentcloud-sdk-nodejs 4.0.648 → 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 +146 -0
- package/SERVICE_CHANGELOG.md +179 -98
- package/package.json +1 -1
- package/products.md +15 -15
- 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/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/emr/v20190103/emr_models.ts +4 -4
- package/src/services/ess/v20201111/ess_models.ts +6 -2
- 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/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/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/emr/v20190103/emr_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -2
- 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/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/ckafka.v20190819.test.js +10 -0
- package/test/lighthouse.v20200324.test.js +272 -152
|
@@ -11133,7 +11133,7 @@ export interface ProcessMediaByProcedureRequest {
|
|
|
11133
11133
|
*/
|
|
11134
11134
|
SessionContext?: string;
|
|
11135
11135
|
/**
|
|
11136
|
-
*
|
|
11136
|
+
* 用于去重的识别码,如果 7 天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
|
11137
11137
|
*/
|
|
11138
11138
|
SessionId?: string;
|
|
11139
11139
|
/**
|
|
@@ -88,7 +88,9 @@ export declare class Client extends AbstractClient {
|
|
|
88
88
|
*/
|
|
89
89
|
DescribeAccessFastAnalysis(req: DescribeAccessFastAnalysisRequest, cb?: (error: string, rep: DescribeAccessFastAnalysisResponse) => void): Promise<DescribeAccessFastAnalysisResponse>;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* 接口已废弃
|
|
92
|
+
|
|
93
|
+
描述WAF自动封禁IP详情,对齐自动封堵状态
|
|
92
94
|
*/
|
|
93
95
|
DescribeAutoDenyIP(req: DescribeAutoDenyIPRequest, cb?: (error: string, rep: DescribeAutoDenyIPResponse) => void): Promise<DescribeAutoDenyIPResponse>;
|
|
94
96
|
/**
|
|
@@ -148,7 +148,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
148
148
|
return this.request("DescribeAccessFastAnalysis", req, cb);
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* 接口已废弃
|
|
152
|
+
|
|
153
|
+
描述WAF自动封禁IP详情,对齐自动封堵状态
|
|
152
154
|
*/
|
|
153
155
|
async DescribeAutoDenyIP(req, cb) {
|
|
154
156
|
return this.request("DescribeAutoDenyIP", req, cb);
|
|
@@ -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
|
/**
|
|
@@ -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({})
|