tencentcloud-sdk-nodejs 4.0.732 → 4.0.733
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 +42 -0
- package/SERVICE_CHANGELOG.md +66 -220
- package/package.json +1 -1
- package/products.md +2 -2
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/bma/index.ts +2 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +30 -18
- package/src/services/waf/v20180125/waf_models.ts +176 -66
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +10 -8
- package/tencentcloud/services/waf/v20180125/waf_client.js +13 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +170 -64
- package/test/waf.v20180125.test.js +20 -10
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const mgobe: {
|
|
2
|
-
v20201014: {
|
|
3
|
-
Client: typeof import("./v20201014/mgobe_client").Client;
|
|
4
|
-
Models: typeof import("./v20201014/mgobe_models");
|
|
5
|
-
};
|
|
6
2
|
v20190929: {
|
|
7
3
|
Client: typeof import("./v20190929/mgobe_client").Client;
|
|
8
4
|
Models: typeof import("./v20190929/mgobe_models");
|
|
9
5
|
};
|
|
6
|
+
v20201014: {
|
|
7
|
+
Client: typeof import("./v20201014/mgobe_client").Client;
|
|
8
|
+
Models: typeof import("./v20201014/mgobe_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.mgobe = void 0;
|
|
4
|
-
const v20201014_1 = require("./v20201014");
|
|
5
4
|
const v20190929_1 = require("./v20190929");
|
|
5
|
+
const v20201014_1 = require("./v20201014");
|
|
6
6
|
exports.mgobe = {
|
|
7
|
-
v20201014: v20201014_1.v20201014,
|
|
8
7
|
v20190929: v20190929_1.v20190929,
|
|
8
|
+
v20201014: v20201014_1.v20201014,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const mongodb: {
|
|
2
|
-
v20180408: {
|
|
3
|
-
Client: typeof import("./v20180408/mongodb_client").Client;
|
|
4
|
-
Models: typeof import("./v20180408/mongodb_models");
|
|
5
|
-
};
|
|
6
2
|
v20190725: {
|
|
7
3
|
Client: typeof import("./v20190725/mongodb_client").Client;
|
|
8
4
|
Models: typeof import("./v20190725/mongodb_models");
|
|
9
5
|
};
|
|
6
|
+
v20180408: {
|
|
7
|
+
Client: typeof import("./v20180408/mongodb_client").Client;
|
|
8
|
+
Models: typeof import("./v20180408/mongodb_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.mongodb = void 0;
|
|
4
|
-
const v20180408_1 = require("./v20180408");
|
|
5
4
|
const v20190725_1 = require("./v20190725");
|
|
5
|
+
const v20180408_1 = require("./v20180408");
|
|
6
6
|
exports.mongodb = {
|
|
7
|
-
v20180408: v20180408_1.v20180408,
|
|
8
7
|
v20190725: v20190725_1.v20190725,
|
|
8
|
+
v20180408: v20180408_1.v20180408,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const organization: {
|
|
2
|
-
v20181225: {
|
|
3
|
-
Client: typeof import("./v20181225/organization_client").Client;
|
|
4
|
-
Models: typeof import("./v20181225/organization_models");
|
|
5
|
-
};
|
|
6
2
|
v20210331: {
|
|
7
3
|
Client: typeof import("./v20210331/organization_client").Client;
|
|
8
4
|
Models: typeof import("./v20210331/organization_models");
|
|
9
5
|
};
|
|
6
|
+
v20181225: {
|
|
7
|
+
Client: typeof import("./v20181225/organization_client").Client;
|
|
8
|
+
Models: typeof import("./v20181225/organization_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.organization = void 0;
|
|
4
|
-
const v20181225_1 = require("./v20181225");
|
|
5
4
|
const v20210331_1 = require("./v20210331");
|
|
5
|
+
const v20181225_1 = require("./v20181225");
|
|
6
6
|
exports.organization = {
|
|
7
|
-
v20181225: v20181225_1.v20181225,
|
|
8
7
|
v20210331: v20210331_1.v20210331,
|
|
8
|
+
v20181225: v20181225_1.v20181225,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tbp: {
|
|
2
|
-
v20190627: {
|
|
3
|
-
Client: typeof import("./v20190627/tbp_client").Client;
|
|
4
|
-
Models: typeof import("./v20190627/tbp_models");
|
|
5
|
-
};
|
|
6
2
|
v20190311: {
|
|
7
3
|
Client: typeof import("./v20190311/tbp_client").Client;
|
|
8
4
|
Models: typeof import("./v20190311/tbp_models");
|
|
9
5
|
};
|
|
6
|
+
v20190627: {
|
|
7
|
+
Client: typeof import("./v20190627/tbp_client").Client;
|
|
8
|
+
Models: typeof import("./v20190627/tbp_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tbp = void 0;
|
|
4
|
-
const v20190627_1 = require("./v20190627");
|
|
5
4
|
const v20190311_1 = require("./v20190311");
|
|
5
|
+
const v20190627_1 = require("./v20190627");
|
|
6
6
|
exports.tbp = {
|
|
7
|
-
v20190627: v20190627_1.v20190627,
|
|
8
7
|
v20190311: v20190311_1.v20190311,
|
|
8
|
+
v20190627: v20190627_1.v20190627,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tem: {
|
|
2
|
-
v20210701: {
|
|
3
|
-
Client: typeof import("./v20210701/tem_client").Client;
|
|
4
|
-
Models: typeof import("./v20210701/tem_models");
|
|
5
|
-
};
|
|
6
2
|
v20201221: {
|
|
7
3
|
Client: typeof import("./v20201221/tem_client").Client;
|
|
8
4
|
Models: typeof import("./v20201221/tem_models");
|
|
9
5
|
};
|
|
6
|
+
v20210701: {
|
|
7
|
+
Client: typeof import("./v20210701/tem_client").Client;
|
|
8
|
+
Models: typeof import("./v20210701/tem_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tem = void 0;
|
|
4
|
-
const v20210701_1 = require("./v20210701");
|
|
5
4
|
const v20201221_1 = require("./v20201221");
|
|
5
|
+
const v20210701_1 = require("./v20210701");
|
|
6
6
|
exports.tem = {
|
|
7
|
-
v20210701: v20210701_1.v20210701,
|
|
8
7
|
v20201221: v20201221_1.v20201221,
|
|
8
|
+
v20210701: v20210701_1.v20210701,
|
|
9
9
|
};
|
|
@@ -6681,7 +6681,7 @@ export interface CreateSecurityIPGroupResponse {
|
|
|
6681
6681
|
*/
|
|
6682
6682
|
export interface CreateSharedCNAMEResponse {
|
|
6683
6683
|
/**
|
|
6684
|
-
* 共享 CNAME
|
|
6684
|
+
* 共享 CNAME。格式为:`<自定义前缀>+<ZoneId中的12位随机字符串>+share.dnse[0-5].com`。
|
|
6685
6685
|
*/
|
|
6686
6686
|
SharedCNAME?: string;
|
|
6687
6687
|
/**
|
|
@@ -7003,7 +7003,7 @@ export interface CreateSharedCNAMERequest {
|
|
|
7003
7003
|
/**
|
|
7004
7004
|
* 共享 CNAME 前缀。请输入合法的域名前缀,例如"test-api"、"test-api.com",限制输入 50 个字符。
|
|
7005
7005
|
|
|
7006
|
-
共享 CNAME
|
|
7006
|
+
共享 CNAME 完整格式为:`<自定义前缀>+<zoneid中的12位随机字符串>+share.dnse[0-5].com`。
|
|
7007
7007
|
|
|
7008
7008
|
例如前缀传入 example.com,EO 会为您创建共享 CNAME:example.com.sai2ig51kaa5.share.dnse2.com。
|
|
7009
7009
|
*/
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const thpc: {
|
|
2
|
-
v20220401: {
|
|
3
|
-
Client: typeof import("./v20220401/thpc_client").Client;
|
|
4
|
-
Models: typeof import("./v20220401/thpc_models");
|
|
5
|
-
};
|
|
6
2
|
v20211109: {
|
|
7
3
|
Client: typeof import("./v20211109/thpc_client").Client;
|
|
8
4
|
Models: typeof import("./v20211109/thpc_models");
|
|
@@ -11,4 +7,8 @@ export declare const thpc: {
|
|
|
11
7
|
Client: typeof import("./v20230321/thpc_client").Client;
|
|
12
8
|
Models: typeof import("./v20230321/thpc_models");
|
|
13
9
|
};
|
|
10
|
+
v20220401: {
|
|
11
|
+
Client: typeof import("./v20220401/thpc_client").Client;
|
|
12
|
+
Models: typeof import("./v20220401/thpc_models");
|
|
13
|
+
};
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.thpc = void 0;
|
|
4
|
-
const v20220401_1 = require("./v20220401");
|
|
5
4
|
const v20211109_1 = require("./v20211109");
|
|
6
5
|
const v20230321_1 = require("./v20230321");
|
|
6
|
+
const v20220401_1 = require("./v20220401");
|
|
7
7
|
exports.thpc = {
|
|
8
|
-
v20220401: v20220401_1.v20220401,
|
|
9
8
|
v20211109: v20211109_1.v20211109,
|
|
10
9
|
v20230321: v20230321_1.v20230321,
|
|
10
|
+
v20220401: v20220401_1.v20220401,
|
|
11
11
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tione: {
|
|
2
|
-
v20191022: {
|
|
3
|
-
Client: typeof import("./v20191022/tione_client").Client;
|
|
4
|
-
Models: typeof import("./v20191022/tione_models");
|
|
5
|
-
};
|
|
6
2
|
v20211111: {
|
|
7
3
|
Client: typeof import("./v20211111/tione_client").Client;
|
|
8
4
|
Models: typeof import("./v20211111/tione_models");
|
|
9
5
|
};
|
|
6
|
+
v20191022: {
|
|
7
|
+
Client: typeof import("./v20191022/tione_client").Client;
|
|
8
|
+
Models: typeof import("./v20191022/tione_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tione = void 0;
|
|
4
|
-
const v20191022_1 = require("./v20191022");
|
|
5
4
|
const v20211111_1 = require("./v20211111");
|
|
5
|
+
const v20191022_1 = require("./v20191022");
|
|
6
6
|
exports.tione = {
|
|
7
|
-
v20191022: v20191022_1.v20191022,
|
|
8
7
|
v20211111: v20211111_1.v20211111,
|
|
8
|
+
v20191022: v20191022_1.v20191022,
|
|
9
9
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const vm: {
|
|
2
|
-
v20210922: {
|
|
3
|
-
Client: typeof import("./v20210922/vm_client").Client;
|
|
4
|
-
Models: typeof import("./v20210922/vm_models");
|
|
5
|
-
};
|
|
6
2
|
v20200709: {
|
|
7
3
|
Client: typeof import("./v20200709/vm_client").Client;
|
|
8
4
|
Models: typeof import("./v20200709/vm_models");
|
|
9
5
|
};
|
|
6
|
+
v20210922: {
|
|
7
|
+
Client: typeof import("./v20210922/vm_client").Client;
|
|
8
|
+
Models: typeof import("./v20210922/vm_models");
|
|
9
|
+
};
|
|
10
10
|
v20201229: {
|
|
11
11
|
Client: typeof import("./v20201229/vm_client").Client;
|
|
12
12
|
Models: typeof import("./v20201229/vm_models");
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.vm = void 0;
|
|
4
|
-
const v20210922_1 = require("./v20210922");
|
|
5
4
|
const v20200709_1 = require("./v20200709");
|
|
5
|
+
const v20210922_1 = require("./v20210922");
|
|
6
6
|
const v20201229_1 = require("./v20201229");
|
|
7
7
|
exports.vm = {
|
|
8
|
-
v20210922: v20210922_1.v20210922,
|
|
9
8
|
v20200709: v20200709_1.v20200709,
|
|
9
|
+
v20210922: v20210922_1.v20210922,
|
|
10
10
|
v20201229: v20201229_1.v20201229,
|
|
11
11
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { ModifyWebshellStatusRequest, DescribeUserClbWafRegionsResponse, AddAntiFakeUrlRequest, DescribePeakValueResponse, DeleteHostRequest, DescribeCertificateVerifyResultResponse, ModifyUserSignatureRuleResponse, ModifyInstanceNameResponse, DescribeWafAutoDenyRulesRequest, GenerateDealsAndPayNewRequest, DeleteCustomWhiteRuleResponse, ModifyHostModeResponse, GetAttackDownloadRecordsRequest, DescribeDomainRulesRequest, DeleteDownloadRecordRequest, DeleteAccessExportResponse, DescribeModuleStatusResponse, AddAntiInfoLeakRulesRequest, DeleteAttackWhiteRuleResponse, DescribeWebshellStatusRequest, GetAttackHistogramResponse, DeleteSpartaProtectionResponse, SwitchDomainRulesRequest, ModifyApiAnalyzeStatusResponse, ModifyAttackWhiteRuleRequest, ModifyCustomRuleResponse, FreshAntiFakeUrlRequest, ModifyAreaBanStatusRequest, DescribeSessionRequest, DescribePolicyStatusRequest, DescribeAccessFastAnalysisRequest, DeleteIpAccessControlRequest, DescribeDomainCountInfoResponse, ModifyHostModeRequest, DescribeCiphersDetailResponse, DescribeCustomRuleListRequest, PostAttackDownloadTaskResponse, DescribeAttackWhiteRuleRequest, AddSpartaProtectionResponse, DescribeUserDomainInfoRequest, DescribeHostResponse, ModifyWafAutoDenyRulesResponse, DescribeUserSignatureRuleResponse, UpsertCCRuleResponse, DescribeHostRequest, DeleteCustomRuleRequest, DescribeHostsRequest, ModifyCustomWhiteRuleStatusRequest, DescribeFindDomainListRequest, ModifyInstanceElasticModeResponse, DescribeCustomWhiteRuleResponse, ModifySpartaProtectionRequest, DeleteAttackDownloadRecordRequest, DescribeAntiFakeRulesRequest, DescribeVipInfoRequest, DescribeFindDomainListResponse, DeleteSessionResponse,
|
|
3
|
+
import { ModifyWebshellStatusRequest, DescribeUserClbWafRegionsResponse, AddAntiFakeUrlRequest, DescribePeakValueResponse, DeleteHostRequest, DescribeCertificateVerifyResultResponse, ModifyUserSignatureRuleResponse, ModifyInstanceNameResponse, DescribeWafAutoDenyRulesRequest, GenerateDealsAndPayNewRequest, DeleteCustomWhiteRuleResponse, ModifyHostModeResponse, GetAttackDownloadRecordsRequest, DescribeDomainRulesRequest, DeleteDownloadRecordRequest, DeleteAccessExportResponse, DescribeModuleStatusResponse, AddAntiInfoLeakRulesRequest, DeleteAttackWhiteRuleResponse, DescribeWebshellStatusRequest, GetAttackHistogramResponse, DeleteSpartaProtectionResponse, SwitchDomainRulesRequest, ModifyApiAnalyzeStatusResponse, ModifyAttackWhiteRuleRequest, ModifyCustomRuleResponse, FreshAntiFakeUrlRequest, ModifyAreaBanStatusRequest, DescribeSessionRequest, DescribePolicyStatusRequest, DescribeAccessFastAnalysisRequest, DeleteIpAccessControlRequest, DescribeDomainCountInfoResponse, ModifyHostModeRequest, DescribeCiphersDetailResponse, DescribeCustomRuleListRequest, PostAttackDownloadTaskResponse, DescribeAttackWhiteRuleRequest, AddSpartaProtectionResponse, DescribeUserDomainInfoRequest, DescribeHostResponse, ModifyWafAutoDenyRulesResponse, DescribeUserSignatureRuleResponse, UpsertCCRuleResponse, DescribeHostRequest, DeleteCustomRuleRequest, DescribeHostsRequest, ModifyCustomWhiteRuleStatusRequest, DescribeFindDomainListRequest, ModifyInstanceElasticModeResponse, DescribeCustomWhiteRuleResponse, ModifySpartaProtectionRequest, DeleteAttackDownloadRecordRequest, DescribeAntiFakeRulesRequest, DescribeVipInfoRequest, DescribeFindDomainListResponse, DeleteSessionResponse, DescribeAccessIndexResponse, ModifyUserSignatureRuleRequest, ModifyWafThreatenIntelligenceResponse, DescribeUserDomainInfoResponse, ModifyAntiInfoLeakRulesResponse, AddCustomWhiteRuleResponse, SwitchElasticModeRequest, DescribeModuleStatusRequest, DescribeAntiFakeUrlRequest, DeleteAttackWhiteRuleRequest, DescribeHostsResponse, DescribeAccessIndexRequest, DescribeDomainsResponse, AddAntiFakeUrlResponse, ModifySpartaProtectionResponse, DescribeUserCdcClbWafRegionsResponse, SwitchElasticModeResponse, PostAttackDownloadTaskRequest, ModifyAntiFakeUrlStatusRequest, ModifyAccessPeriodResponse, ModifyAttackWhiteRuleResponse, SearchAccessLogResponse, DescribeAntiInfoLeakageRulesRequest, CreateHostResponse, ModifyBotStatusRequest, ModifyHostFlowModeRequest, CreateHostRequest, GetInstanceQpsLimitResponse, ModifyCustomWhiteRuleResponse, DescribePortsRequest, DescribeWafAutoDenyStatusResponse, DescribeTlsVersionRequest, DescribeDomainDetailsSaasRequest, DescribeDomainCountInfoRequest, DescribeDomainWhiteRulesRequest, DescribePeakPointsResponse, ModifyInstanceRenewFlagRequest, DeleteIpAccessControlResponse, DescribeWafInfoResponse, AddAttackWhiteRuleRequest, DescribeAntiFakeUrlResponse, DescribeIpAccessControlRequest, ModifyWafThreatenIntelligenceRequest, ModifyInstanceQpsLimitResponse, DescribeIpHitItemsRequest, DescribeUserSignatureRuleRequest, DescribeUserClbWafRegionsRequest, AddAntiInfoLeakRulesResponse, AddDomainWhiteRuleRequest, DeleteAntiInfoLeakRuleResponse, DescribeRuleLimitResponse, CreateAccessExportResponse, ModifyHostRequest, DescribeHistogramResponse, RefreshAccessCheckResultResponse, ModifyUserLevelResponse, CreateAccessExportRequest, DescribeAutoDenyIPResponse, DescribeAntiInfoLeakRulesResponse, DescribeIpHitItemsResponse, ModifyHostResponse, DescribeCertificateVerifyResultRequest, DescribeUserCdcClbWafRegionsRequest, DeleteAttackDownloadRecordResponse, DescribeFlowTrendRequest, DescribeWafAutoDenyStatusRequest, AddDomainWhiteRuleResponse, DescribeIpAccessControlResponse, ModifyProtectionStatusRequest, DescribeInstancesResponse, UpsertCCAutoStatusResponse, ModifyGenerateDealsResponse, UpsertSessionResponse, DeleteHostResponse, DeleteSessionRequest, SearchAttackLogRequest, AddCustomRuleResponse, DescribeFlowTrendResponse, UpsertIpAccessControlRequest, ModifyObjectRequest, DescribeAccessExportsRequest, DescribeCustomWhiteRuleRequest, DeleteAntiFakeUrlResponse, DescribeUserLevelResponse, DescribeCustomRuleListResponse, GetInstanceQpsLimitRequest, ModifyUserLevelRequest, SwitchDomainRulesResponse, ModifyInstanceQpsLimitRequest, FreshAntiFakeUrlResponse, DeleteSpartaProtectionRequest, DescribeAntiFakeRulesResponse, DescribeWafInfoRequest, GetAttackTotalCountRequest, DeleteDomainWhiteRulesResponse, DescribeAttackOverviewResponse, DescribeCCAutoStatusRequest, DescribeDomainDetailsClbRequest, ModifyDomainsCLSStatusResponse, ModifyBotStatusResponse, ModifyCustomRuleStatusResponse, ModifyHostStatusResponse, ModifyCustomRuleStatusRequest, ModifySpartaProtectionModeRequest, DescribeAttackOverviewRequest, DescribeUserLevelRequest, ModifyAntiFakeUrlResponse, DescribeBatchIpAccessControlRequest, DescribeInstancesRequest, ModifyAntiInfoLeakRulesRequest, DescribeBatchIpAccessControlResponse, DescribeDomainDetailsSaasResponse, ModifyApiAnalyzeStatusRequest, ModifyAntiInfoLeakRuleStatusResponse, ModifyAreaBanStatusResponse, ModifyWafAutoDenyRulesRequest, DescribeAccessFastAnalysisResponse, ModifyDomainIpv6StatusResponse, DescribeHostLimitResponse, DeleteAntiFakeUrlRequest, DescribeSpartaProtectionInfoRequest, ModifyWebshellStatusResponse, GenerateDealsAndPayNewResponse, DescribeCCRuleRequest, DescribeCCRuleListResponse, GetAttackDownloadRecordsResponse, DescribeAccessHistogramResponse, DescribeTopAttackDomainResponse, AddCustomWhiteRuleRequest, UpsertIpAccessControlResponse, DescribeAccessHistogramRequest, DescribeWafThreatenIntelligenceRequest, DescribeAccessExportsResponse, DeleteCustomRuleResponse, DescribeHistogramRequest, DeleteCCRuleResponse, UpsertCCRuleRequest, ModifyAntiInfoLeakRuleStatusRequest, ModifyProtectionStatusResponse, DescribeDomainsRequest, UpsertCCAutoStatusRequest, SearchAttackLogResponse, RefreshAccessCheckResultRequest, DescribeSpartaProtectionInfoResponse, ModifyModuleStatusRequest, ModifyInstanceNameRequest, DescribePortsResponse, ModifyCustomRuleRequest, ModifyDomainWhiteRuleRequest, DescribePeakPointsRequest, ModifyHostFlowModeResponse, DescribeCiphersDetailRequest, ModifyDomainIpv6StatusRequest, DescribeAntiInfoLeakageRulesResponse, GetAttackHistogramRequest, DescribeAttackTypeRequest, ModifyCustomWhiteRuleRequest, DeleteCustomWhiteRuleRequest, ModifyInstanceRenewFlagResponse, AddAttackWhiteRuleResponse, DescribeWafThreatenIntelligenceResponse, DescribeAutoDenyIPRequest, AddSpartaProtectionRequest, ModifyModuleStatusResponse, DescribeCCAutoStatusResponse, DescribeAntiInfoLeakRulesRequest, DeleteDomainWhiteRulesRequest, DescribeDomainVerifyResultRequest, ModifySpartaProtectionModeResponse, ModifyCustomWhiteRuleStatusResponse, DescribeTopAttackDomainRequest, DeleteDownloadRecordResponse, ModifyAccessPeriodRequest, DescribePeakValueRequest, DescribeDomainDetailsClbResponse, DescribePolicyStatusResponse, GetAttackTotalCountResponse, DescribeDomainRulesResponse, DescribeCCRuleListRequest, DescribeDomainVerifyResultResponse, AddCustomRuleRequest, DescribeWafAutoDenyRulesResponse, DeleteCCRuleRequest, DescribeAttackTypeResponse, DescribeCCRuleResponse, ModifyGenerateDealsRequest, ModifyDomainWhiteRuleResponse, ModifyObjectResponse, ModifyAntiFakeUrlStatusResponse, ModifyAntiFakeUrlRequest, ModifyInstanceElasticModeRequest, DescribeWebshellStatusResponse, DeleteAntiInfoLeakRuleRequest, DescribeVipInfoResponse, DescribeRuleLimitRequest, ModifyDomainsCLSStatusRequest, DeleteAccessExportRequest, DescribeTlsVersionResponse, DescribeDomainWhiteRulesResponse, DescribeSessionResponse, UpsertSessionRequest, DescribeHostLimitRequest, DescribeObjectsResponse, SearchAccessLogRequest, DescribeAttackWhiteRuleResponse, DescribeObjectsRequest, ModifyHostStatusRequest } from "./waf_models";
|
|
4
4
|
/**
|
|
5
5
|
* waf client
|
|
6
6
|
* @class
|
|
@@ -141,6 +141,10 @@ export declare class Client extends AbstractClient {
|
|
|
141
141
|
* 查看防护对象列表
|
|
142
142
|
*/
|
|
143
143
|
DescribeObjects(req: DescribeObjectsRequest, cb?: (error: string, rep: DescribeObjectsResponse) => void): Promise<DescribeObjectsResponse>;
|
|
144
|
+
/**
|
|
145
|
+
* Waf 斯巴达版本更新cc自动封堵状态
|
|
146
|
+
*/
|
|
147
|
+
UpsertCCAutoStatus(req: UpsertCCAutoStatusRequest, cb?: (error: string, rep: UpsertCCAutoStatusResponse) => void): Promise<UpsertCCAutoStatusResponse>;
|
|
144
148
|
/**
|
|
145
149
|
* 获取各个模块具体的规格限制
|
|
146
150
|
*/
|
|
@@ -166,10 +170,6 @@ export declare class Client extends AbstractClient {
|
|
|
166
170
|
* 生成攻击日志的产生时间柱状图
|
|
167
171
|
*/
|
|
168
172
|
GetAttackHistogram(req: GetAttackHistogramRequest, cb?: (error: string, rep: GetAttackHistogramResponse) => void): Promise<GetAttackHistogramResponse>;
|
|
169
|
-
/**
|
|
170
|
-
* 配置WAF自动封禁模块状态
|
|
171
|
-
*/
|
|
172
|
-
ModifyWafAutoDenyStatus(req: ModifyWafAutoDenyStatusRequest, cb?: (error: string, rep: ModifyWafAutoDenyStatusResponse) => void): Promise<ModifyWafAutoDenyStatusResponse>;
|
|
173
173
|
/**
|
|
174
174
|
* 本接口用于修改访问日志保存期限及大字段是否存储
|
|
175
175
|
*/
|
|
@@ -220,9 +220,7 @@ export declare class Client extends AbstractClient {
|
|
|
220
220
|
*/
|
|
221
221
|
DescribeUserLevel(req: DescribeUserLevelRequest, cb?: (error: string, rep: DescribeUserLevelResponse) => void): Promise<DescribeUserLevelResponse>;
|
|
222
222
|
/**
|
|
223
|
-
*
|
|
224
|
-
|
|
225
|
-
Waf CC V2 Query接口
|
|
223
|
+
* Waf CC V2 Query接口
|
|
226
224
|
*/
|
|
227
225
|
DescribeCCRule(req: DescribeCCRuleRequest, cb?: (error: string, rep: DescribeCCRuleResponse) => void): Promise<DescribeCCRuleResponse>;
|
|
228
226
|
/**
|
|
@@ -520,6 +518,10 @@ Waf CC V2 Query接口
|
|
|
520
518
|
* Waf 会话定义 Upsert接口
|
|
521
519
|
*/
|
|
522
520
|
UpsertSession(req: UpsertSessionRequest, cb?: (error: string, rep: UpsertSessionResponse) => void): Promise<UpsertSessionResponse>;
|
|
521
|
+
/**
|
|
522
|
+
* Waf 斯巴达版本查询cc自动封堵状态
|
|
523
|
+
*/
|
|
524
|
+
DescribeCCAutoStatus(req: DescribeCCAutoStatusRequest, cb?: (error: string, rep: DescribeCCAutoStatusResponse) => void): Promise<DescribeCCAutoStatusResponse>;
|
|
523
525
|
/**
|
|
524
526
|
* 获取用户特征规则列表
|
|
525
527
|
*/
|
|
@@ -227,6 +227,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
227
227
|
async DescribeObjects(req, cb) {
|
|
228
228
|
return this.request("DescribeObjects", req, cb);
|
|
229
229
|
}
|
|
230
|
+
/**
|
|
231
|
+
* Waf 斯巴达版本更新cc自动封堵状态
|
|
232
|
+
*/
|
|
233
|
+
async UpsertCCAutoStatus(req, cb) {
|
|
234
|
+
return this.request("UpsertCCAutoStatus", req, cb);
|
|
235
|
+
}
|
|
230
236
|
/**
|
|
231
237
|
* 获取各个模块具体的规格限制
|
|
232
238
|
*/
|
|
@@ -264,12 +270,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
264
270
|
async GetAttackHistogram(req, cb) {
|
|
265
271
|
return this.request("GetAttackHistogram", req, cb);
|
|
266
272
|
}
|
|
267
|
-
/**
|
|
268
|
-
* 配置WAF自动封禁模块状态
|
|
269
|
-
*/
|
|
270
|
-
async ModifyWafAutoDenyStatus(req, cb) {
|
|
271
|
-
return this.request("ModifyWafAutoDenyStatus", req, cb);
|
|
272
|
-
}
|
|
273
273
|
/**
|
|
274
274
|
* 本接口用于修改访问日志保存期限及大字段是否存储
|
|
275
275
|
*/
|
|
@@ -344,9 +344,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
344
344
|
return this.request("DescribeUserLevel", req, cb);
|
|
345
345
|
}
|
|
346
346
|
/**
|
|
347
|
-
*
|
|
348
|
-
|
|
349
|
-
Waf CC V2 Query接口
|
|
347
|
+
* Waf CC V2 Query接口
|
|
350
348
|
*/
|
|
351
349
|
async DescribeCCRule(req, cb) {
|
|
352
350
|
return this.request("DescribeCCRule", req, cb);
|
|
@@ -790,6 +788,12 @@ Waf CC V2 Query接口
|
|
|
790
788
|
async UpsertSession(req, cb) {
|
|
791
789
|
return this.request("UpsertSession", req, cb);
|
|
792
790
|
}
|
|
791
|
+
/**
|
|
792
|
+
* Waf 斯巴达版本查询cc自动封堵状态
|
|
793
|
+
*/
|
|
794
|
+
async DescribeCCAutoStatus(req, cb) {
|
|
795
|
+
return this.request("DescribeCCAutoStatus", req, cb);
|
|
796
|
+
}
|
|
793
797
|
/**
|
|
794
798
|
* 获取用户特征规则列表
|
|
795
799
|
*/
|