tencentcloud-sdk-nodejs 4.0.707 → 4.0.709
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 +572 -0
- package/SERVICE_CHANGELOG.md +641 -83
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +9 -9
- package/src/services/bma/index.ts +2 -2
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +41 -1
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +21 -8
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +274 -205
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/clb/v20180317/clb_client.ts +30 -17
- package/src/services/clb/v20180317/clb_models.ts +107 -52
- package/src/services/cme/v20191029/cme_models.ts +8 -0
- package/src/services/cwp/v20180228/cwp_client.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +43 -3
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dlc/v20210125/dlc_client.ts +15 -3
- package/src/services/dlc/v20210125/dlc_models.ts +125 -101
- package/src/services/domain/v20180808/domain_client.ts +40 -28
- package/src/services/domain/v20180808/domain_models.ts +55 -23
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +36 -2
- package/src/services/ess/v20201111/ess_models.ts +4 -0
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +162 -9
- package/src/services/essbasic/v20210526/essbasic_models.ts +154 -55
- package/src/services/gme/v20180711/gme_models.ts +5 -3
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/lcic/v20220817/lcic_client.ts +30 -1
- package/src/services/lcic/v20220817/lcic_models.ts +191 -23
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +46 -3
- package/src/services/live/v20180801/live_models.ts +217 -59
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/oceanus/v20190422/oceanus_client.ts +69 -5
- package/src/services/oceanus/v20190422/oceanus_models.ts +361 -57
- package/src/services/organization/index.ts +2 -2
- package/src/services/organization/v20210331/organization_client.ts +57 -9
- package/src/services/organization/v20210331/organization_models.ts +192 -74
- package/src/services/rce/v20201103/rce_models.ts +7 -7
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/tcss/v20201101/tcss_models.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +128 -24
- package/src/services/tdmq/v20200217/tdmq_models.ts +853 -209
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +13 -0
- package/src/services/tse/v20201207/tse_models.ts +56 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +314 -277
- package/src/services/waf/v20180125/waf_models.ts +4528 -4307
- package/src/services/wedata/v20210820/wedata_client.ts +12 -0
- package/src/services/wedata/v20210820/wedata_models.ts +35 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -9
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +40 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +5 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +6 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +267 -201
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +10 -6
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -7
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +104 -52
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +43 -3
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +123 -101
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +15 -11
- package/tencentcloud/services/domain/v20180808/domain_client.js +21 -15
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +53 -23
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +34 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +34 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +159 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +159 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +151 -52
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -3
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/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/lcic/v20220817/lcic_client.d.ts +9 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +182 -23
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +18 -1
- package/tencentcloud/services/live/v20180801/live_client.js +23 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +208 -58
- 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/oceanus/v20190422/oceanus_client.d.ts +23 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +30 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +347 -57
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +24 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +183 -73
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +7 -7
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +37 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +54 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +838 -218
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +53 -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 +15 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +21 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4298 -4084
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +33 -1
- package/test/cdwpg.v20201230.test.js +10 -0
- package/test/clb.v20180317.test.js +14 -4
- package/test/dlc.v20210125.test.js +10 -0
- package/test/domain.v20180808.test.js +26 -16
- package/test/lcic.v20220817.test.js +20 -0
- package/test/live.v20180801.test.js +30 -0
- package/test/oceanus.v20190422.test.js +50 -0
- package/test/organization.v20210331.test.js +40 -0
- package/test/tdmq.v20200217.test.js +84 -4
- package/test/tse.v20201207.test.js +10 -0
- package/test/waf.v20180125.test.js +32 -2
- package/test/wedata.v20210820.test.js +10 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const thpc: {
|
|
2
|
-
v20211109: {
|
|
3
|
-
Client: typeof import("./v20211109/thpc_client").Client;
|
|
4
|
-
Models: typeof import("./v20211109/thpc_models");
|
|
5
|
-
};
|
|
6
2
|
v20220401: {
|
|
7
3
|
Client: typeof import("./v20220401/thpc_client").Client;
|
|
8
4
|
Models: typeof import("./v20220401/thpc_models");
|
|
9
5
|
};
|
|
6
|
+
v20211109: {
|
|
7
|
+
Client: typeof import("./v20211109/thpc_client").Client;
|
|
8
|
+
Models: typeof import("./v20211109/thpc_models");
|
|
9
|
+
};
|
|
10
10
|
v20230321: {
|
|
11
11
|
Client: typeof import("./v20230321/thpc_client").Client;
|
|
12
12
|
Models: typeof import("./v20230321/thpc_models");
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.thpc = void 0;
|
|
4
|
-
const v20211109_1 = require("./v20211109");
|
|
5
4
|
const v20220401_1 = require("./v20220401");
|
|
5
|
+
const v20211109_1 = require("./v20211109");
|
|
6
6
|
const v20230321_1 = require("./v20230321");
|
|
7
7
|
exports.thpc = {
|
|
8
|
-
v20211109: v20211109_1.v20211109,
|
|
9
8
|
v20220401: v20220401_1.v20220401,
|
|
9
|
+
v20211109: v20211109_1.v20211109,
|
|
10
10
|
v20230321: v20230321_1.v20230321,
|
|
11
11
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tms: {
|
|
2
|
-
v20201229: {
|
|
3
|
-
Client: typeof import("./v20201229/tms_client").Client;
|
|
4
|
-
Models: typeof import("./v20201229/tms_models");
|
|
5
|
-
};
|
|
6
2
|
v20200713: {
|
|
7
3
|
Client: typeof import("./v20200713/tms_client").Client;
|
|
8
4
|
Models: typeof import("./v20200713/tms_models");
|
|
9
5
|
};
|
|
6
|
+
v20201229: {
|
|
7
|
+
Client: typeof import("./v20201229/tms_client").Client;
|
|
8
|
+
Models: typeof import("./v20201229/tms_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tms = void 0;
|
|
4
|
-
const v20201229_1 = require("./v20201229");
|
|
5
4
|
const v20200713_1 = require("./v20200713");
|
|
5
|
+
const v20201229_1 = require("./v20201229");
|
|
6
6
|
exports.tms = {
|
|
7
|
-
v20201229: v20201229_1.v20201229,
|
|
8
7
|
v20200713: v20200713_1.v20200713,
|
|
8
|
+
v20201229: v20201229_1.v20201229,
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse } from "./tse_models";
|
|
3
|
+
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DescribeCloudNativeAPIGatewayServicesRequest, UpdateUpstreamTargetsResponse, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|
|
@@ -155,6 +155,10 @@ export declare class Client extends AbstractClient {
|
|
|
155
155
|
* 删除云原生API网关实例
|
|
156
156
|
*/
|
|
157
157
|
DeleteCloudNativeAPIGateway(req: DeleteCloudNativeAPIGatewayRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayResponse) => void): Promise<DeleteCloudNativeAPIGatewayResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* 更新网关上游实例列表,仅支持IPList服务类型
|
|
160
|
+
*/
|
|
161
|
+
UpdateUpstreamTargets(req: UpdateUpstreamTargetsRequest, cb?: (error: string, rep: UpdateUpstreamTargetsResponse) => void): Promise<UpdateUpstreamTargetsResponse>;
|
|
158
162
|
/**
|
|
159
163
|
* 删除云原生网关证书
|
|
160
164
|
*/
|
|
@@ -249,6 +249,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
249
249
|
async DeleteCloudNativeAPIGateway(req, cb) {
|
|
250
250
|
return this.request("DeleteCloudNativeAPIGateway", req, cb);
|
|
251
251
|
}
|
|
252
|
+
/**
|
|
253
|
+
* 更新网关上游实例列表,仅支持IPList服务类型
|
|
254
|
+
*/
|
|
255
|
+
async UpdateUpstreamTargets(req, cb) {
|
|
256
|
+
return this.request("UpdateUpstreamTargets", req, cb);
|
|
257
|
+
}
|
|
252
258
|
/**
|
|
253
259
|
* 删除云原生网关证书
|
|
254
260
|
*/
|
|
@@ -28,6 +28,11 @@ export interface DescribeCloudNativeAPIGatewayResponse {
|
|
|
28
28
|
* CreateCloudNativeAPIGatewayService返回参数结构体
|
|
29
29
|
*/
|
|
30
30
|
export interface CreateCloudNativeAPIGatewayServiceResponse {
|
|
31
|
+
/**
|
|
32
|
+
* 网关服务创建结果
|
|
33
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
34
|
+
*/
|
|
35
|
+
Result?: CreateGatewayServiceResult;
|
|
31
36
|
/**
|
|
32
37
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
33
38
|
*/
|
|
@@ -997,6 +1002,20 @@ export interface DescribeCloudNativeAPIGatewayServicesRequest {
|
|
|
997
1002
|
*/
|
|
998
1003
|
Filters?: Array<ListFilter>;
|
|
999
1004
|
}
|
|
1005
|
+
/**
|
|
1006
|
+
* UpdateUpstreamTargets返回参数结构体
|
|
1007
|
+
*/
|
|
1008
|
+
export interface UpdateUpstreamTargetsResponse {
|
|
1009
|
+
/**
|
|
1010
|
+
* 是否更新成功
|
|
1011
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1012
|
+
*/
|
|
1013
|
+
Result?: boolean;
|
|
1014
|
+
/**
|
|
1015
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1016
|
+
*/
|
|
1017
|
+
RequestId?: string;
|
|
1018
|
+
}
|
|
1000
1019
|
/**
|
|
1001
1020
|
* DescribeCloudNativeAPIGatewayCertificates返回参数结构体
|
|
1002
1021
|
*/
|
|
@@ -1098,6 +1117,16 @@ export interface DescribeSREInstancesRequest {
|
|
|
1098
1117
|
*/
|
|
1099
1118
|
QuerySource?: string;
|
|
1100
1119
|
}
|
|
1120
|
+
/**
|
|
1121
|
+
* 创建云原生网关服务结果
|
|
1122
|
+
*/
|
|
1123
|
+
export interface CreateGatewayServiceResult {
|
|
1124
|
+
/**
|
|
1125
|
+
* 网关服务ID
|
|
1126
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1127
|
+
*/
|
|
1128
|
+
ServiceId?: string;
|
|
1129
|
+
}
|
|
1101
1130
|
/**
|
|
1102
1131
|
* 云原生网关证书
|
|
1103
1132
|
*/
|
|
@@ -1161,6 +1190,23 @@ export interface DescribeZookeeperReplicasRequest {
|
|
|
1161
1190
|
*/
|
|
1162
1191
|
Offset?: number;
|
|
1163
1192
|
}
|
|
1193
|
+
/**
|
|
1194
|
+
* UpdateUpstreamTargets请求参数结构体
|
|
1195
|
+
*/
|
|
1196
|
+
export interface UpdateUpstreamTargetsRequest {
|
|
1197
|
+
/**
|
|
1198
|
+
* 网关实例ID
|
|
1199
|
+
*/
|
|
1200
|
+
GatewayId: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* 服务名称或ID
|
|
1203
|
+
*/
|
|
1204
|
+
Name: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* 实例列表
|
|
1207
|
+
*/
|
|
1208
|
+
Targets?: Array<KongTarget>;
|
|
1209
|
+
}
|
|
1164
1210
|
/**
|
|
1165
1211
|
* DeleteCloudNativeAPIGatewayService返回参数结构体
|
|
1166
1212
|
*/
|
|
@@ -2593,10 +2639,15 @@ export interface CloudNativeAPIGatewayConfig {
|
|
|
2593
2639
|
*/
|
|
2594
2640
|
Description?: string;
|
|
2595
2641
|
/**
|
|
2596
|
-
*
|
|
2642
|
+
* 负载均衡的规格类型
|
|
2597
2643
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2598
2644
|
*/
|
|
2599
2645
|
SlaType?: string;
|
|
2646
|
+
/**
|
|
2647
|
+
* clb规格名称
|
|
2648
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2649
|
+
*/
|
|
2650
|
+
SlaName?: string;
|
|
2600
2651
|
/**
|
|
2601
2652
|
* clb vip
|
|
2602
2653
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3053,7 +3104,7 @@ export interface InternetConfig {
|
|
|
3053
3104
|
*/
|
|
3054
3105
|
Description?: string;
|
|
3055
3106
|
/**
|
|
3056
|
-
*
|
|
3107
|
+
* 负载均衡的规格类型,支持clb.c2.medium、clb.c3.small、clb.c3.medium、clb.c4.small、clb.c4.medium、clb.c4.large、clb.c4.xlarge,不传为共享型。
|
|
3057
3108
|
*/
|
|
3058
3109
|
SlaType?: string;
|
|
3059
3110
|
/**
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const vm: {
|
|
2
|
-
v20201229: {
|
|
3
|
-
Client: typeof import("./v20201229/vm_client").Client;
|
|
4
|
-
Models: typeof import("./v20201229/vm_models");
|
|
5
|
-
};
|
|
6
2
|
v20210922: {
|
|
7
3
|
Client: typeof import("./v20210922/vm_client").Client;
|
|
8
4
|
Models: typeof import("./v20210922/vm_models");
|
|
@@ -11,4 +7,8 @@ export declare const vm: {
|
|
|
11
7
|
Client: typeof import("./v20200709/vm_client").Client;
|
|
12
8
|
Models: typeof import("./v20200709/vm_models");
|
|
13
9
|
};
|
|
10
|
+
v20201229: {
|
|
11
|
+
Client: typeof import("./v20201229/vm_client").Client;
|
|
12
|
+
Models: typeof import("./v20201229/vm_models");
|
|
13
|
+
};
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.vm = void 0;
|
|
4
|
-
const v20201229_1 = require("./v20201229");
|
|
5
4
|
const v20210922_1 = require("./v20210922");
|
|
6
5
|
const v20200709_1 = require("./v20200709");
|
|
6
|
+
const v20201229_1 = require("./v20201229");
|
|
7
7
|
exports.vm = {
|
|
8
|
-
v20201229: v20201229_1.v20201229,
|
|
9
8
|
v20210922: v20210922_1.v20210922,
|
|
10
9
|
v20200709: v20200709_1.v20200709,
|
|
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 {
|
|
3
|
+
import { ModifyWebshellStatusRequest, DescribeUserClbWafRegionsResponse, AddAntiFakeUrlRequest, DescribePeakValueResponse, DeleteHostRequest, DescribeCertificateVerifyResultResponse, ModifyUserSignatureRuleResponse, ModifyInstanceNameResponse, DescribeWafAutoDenyRulesRequest, GenerateDealsAndPayNewRequest, DeleteCustomWhiteRuleResponse, ModifyHostModeResponse, GetAttackDownloadRecordsRequest, DescribeDomainRulesRequest, DeleteDownloadRecordRequest, DeleteAccessExportResponse, 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, ModifyWafAutoDenyStatusResponse, DescribeAccessIndexResponse, ModifyUserSignatureRuleRequest, ModifyWafThreatenIntelligenceResponse, DescribeUserDomainInfoResponse, ModifyAntiInfoLeakRulesResponse, AddCustomWhiteRuleResponse, SwitchElasticModeRequest, DescribeAntiFakeUrlRequest, DeleteAttackWhiteRuleRequest, DescribeHostsResponse, DescribeAccessIndexRequest, DescribeDomainsResponse, AddAntiFakeUrlResponse, ModifySpartaProtectionResponse, DescribeUserCdcClbWafRegionsResponse, SwitchElasticModeResponse, PostAttackDownloadTaskRequest, ModifyAntiFakeUrlStatusRequest, ModifyWafAutoDenyStatusRequest, 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, DescribeWafThreatenIntelligenceResponse, AddDomainWhiteRuleRequest, DeleteAntiInfoLeakRuleResponse, DescribeRuleLimitResponse, CreateAccessExportResponse, ModifyHostRequest, DescribeHistogramResponse, RefreshAccessCheckResultResponse, ModifyUserLevelResponse, CreateAccessExportRequest, DescribeAutoDenyIPResponse, DescribeAntiInfoLeakRulesResponse, DescribeIpHitItemsResponse, ModifyHostResponse, DescribeCertificateVerifyResultRequest, DescribeUserCdcClbWafRegionsRequest, DeleteAttackDownloadRecordResponse, DescribeFlowTrendRequest, DescribeWafAutoDenyStatusRequest, AddDomainWhiteRuleResponse, DescribeIpAccessControlResponse, ModifyProtectionStatusRequest, DescribeInstancesResponse, UpsertSessionResponse, DeleteHostResponse, DeleteSessionRequest, SearchAttackLogRequest, AddCustomRuleResponse, DescribeFlowTrendResponse, UpsertIpAccessControlRequest, ModifyObjectRequest, DescribeAccessExportsRequest, DescribeCustomWhiteRuleRequest, DeleteAntiFakeUrlResponse, DescribeUserLevelResponse, DescribeCustomRuleListResponse, GetInstanceQpsLimitRequest, ModifyUserLevelRequest, SwitchDomainRulesResponse, ModifyInstanceQpsLimitRequest, FreshAntiFakeUrlResponse, DeleteSpartaProtectionRequest, DescribeAntiFakeRulesResponse, DescribeWafInfoRequest, GetAttackTotalCountRequest, DeleteDomainWhiteRulesResponse, DescribeAttackOverviewResponse, AddCustomWhiteRuleRequest, 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, UpsertIpAccessControlResponse, DescribeAccessHistogramRequest, DescribeWafThreatenIntelligenceRequest, DescribeAccessExportsResponse, DeleteCustomRuleResponse, DescribeHistogramRequest, DeleteCCRuleResponse, UpsertCCRuleRequest, ModifyAntiInfoLeakRuleStatusRequest, ModifyProtectionStatusResponse, DescribeDomainsRequest, SearchAttackLogResponse, RefreshAccessCheckResultRequest, DescribeSpartaProtectionInfoResponse, ModifyModuleStatusRequest, ModifyInstanceNameRequest, DescribePortsResponse, ModifyCustomRuleRequest, ModifyDomainWhiteRuleRequest, DescribePeakPointsRequest, ModifyHostFlowModeResponse, DescribeCiphersDetailRequest, ModifyDomainIpv6StatusRequest, DescribeAntiInfoLeakageRulesResponse, GetAttackHistogramRequest, DescribeAttackTypeRequest, ModifyCustomWhiteRuleRequest, DeleteCustomWhiteRuleRequest, ModifyInstanceRenewFlagResponse, AddAttackWhiteRuleResponse, DescribeAutoDenyIPRequest, AddSpartaProtectionRequest, ModifyModuleStatusResponse, DescribeAntiInfoLeakRulesRequest, DeleteDomainWhiteRulesRequest, DescribeDomainVerifyResultRequest, ModifySpartaProtectionModeResponse, ModifyCustomWhiteRuleStatusResponse, DescribeTopAttackDomainRequest, DeleteDownloadRecordResponse, ModifyAccessPeriodRequest, DescribePeakValueRequest, DescribeDomainDetailsClbResponse, DescribePolicyStatusResponse, GetAttackTotalCountResponse, DescribeDomainRulesResponse, DescribeCCRuleListRequest, DescribeDomainVerifyResultResponse, AddCustomRuleRequest, DescribeWafAutoDenyRulesResponse, DeleteCCRuleRequest, DescribeAttackTypeResponse, DescribeCCRuleResponse, 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
|
|
@@ -49,6 +49,10 @@ export declare class Client extends AbstractClient {
|
|
|
49
49
|
* 设置套餐实例的弹性qps上限
|
|
50
50
|
*/
|
|
51
51
|
ModifyInstanceQpsLimit(req: ModifyInstanceQpsLimitRequest, cb?: (error: string, rep: ModifyInstanceQpsLimitResponse) => void): Promise<ModifyInstanceQpsLimitResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* waf斯巴达-获取防护域名信息
|
|
54
|
+
*/
|
|
55
|
+
DescribeSpartaProtectionInfo(req: DescribeSpartaProtectionInfoRequest, cb?: (error: string, rep: DescribeSpartaProtectionInfoResponse) => void): Promise<DescribeSpartaProtectionInfoResponse>;
|
|
52
56
|
/**
|
|
53
57
|
* 接口已废弃
|
|
54
58
|
|
|
@@ -119,6 +123,10 @@ export declare class Client extends AbstractClient {
|
|
|
119
123
|
* 查询多种条件的聚类分析
|
|
120
124
|
*/
|
|
121
125
|
DescribeHistogram(req: DescribeHistogramRequest, cb?: (error: string, rep: DescribeHistogramResponse) => void): Promise<DescribeHistogramResponse>;
|
|
126
|
+
/**
|
|
127
|
+
* 获取域名的webshell状态
|
|
128
|
+
*/
|
|
129
|
+
DescribeWebshellStatus(req: DescribeWebshellStatusRequest, cb?: (error: string, rep: DescribeWebshellStatusResponse) => void): Promise<DescribeWebshellStatusResponse>;
|
|
122
130
|
/**
|
|
123
131
|
* 获取域名的规则白名单
|
|
124
132
|
*/
|
|
@@ -206,9 +214,9 @@ export declare class Client extends AbstractClient {
|
|
|
206
214
|
*/
|
|
207
215
|
ModifyInstanceRenewFlag(req: ModifyInstanceRenewFlagRequest, cb?: (error: string, rep: ModifyInstanceRenewFlagResponse) => void): Promise<ModifyInstanceRenewFlagResponse>;
|
|
208
216
|
/**
|
|
209
|
-
*
|
|
217
|
+
* 获取用户防护规则等级
|
|
210
218
|
*/
|
|
211
|
-
|
|
219
|
+
DescribeUserLevel(req: DescribeUserLevelRequest, cb?: (error: string, rep: DescribeUserLevelResponse) => void): Promise<DescribeUserLevelResponse>;
|
|
212
220
|
/**
|
|
213
221
|
* Waf CC V2 Query接口
|
|
214
222
|
*/
|
|
@@ -432,6 +440,10 @@ export declare class Client extends AbstractClient {
|
|
|
432
440
|
* 供用户控制台调用,修改Tiga规则引擎白名单。
|
|
433
441
|
*/
|
|
434
442
|
ModifyAttackWhiteRule(req: ModifyAttackWhiteRuleRequest, cb?: (error: string, rep: ModifyAttackWhiteRuleResponse) => void): Promise<ModifyAttackWhiteRuleResponse>;
|
|
443
|
+
/**
|
|
444
|
+
* 查询单个saaswaf域名详情
|
|
445
|
+
*/
|
|
446
|
+
DescribeDomainDetailsSaas(req: DescribeDomainDetailsSaasRequest, cb?: (error: string, rep: DescribeDomainDetailsSaasResponse) => void): Promise<DescribeDomainDetailsSaasResponse>;
|
|
435
447
|
/**
|
|
436
448
|
* 修改用户防护规则,开启关闭具体的某条规则
|
|
437
449
|
*/
|
|
@@ -89,6 +89,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
89
89
|
async ModifyInstanceQpsLimit(req, cb) {
|
|
90
90
|
return this.request("ModifyInstanceQpsLimit", req, cb);
|
|
91
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* waf斯巴达-获取防护域名信息
|
|
94
|
+
*/
|
|
95
|
+
async DescribeSpartaProtectionInfo(req, cb) {
|
|
96
|
+
return this.request("DescribeSpartaProtectionInfo", req, cb);
|
|
97
|
+
}
|
|
92
98
|
/**
|
|
93
99
|
* 接口已废弃
|
|
94
100
|
|
|
@@ -193,6 +199,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
193
199
|
async DescribeHistogram(req, cb) {
|
|
194
200
|
return this.request("DescribeHistogram", req, cb);
|
|
195
201
|
}
|
|
202
|
+
/**
|
|
203
|
+
* 获取域名的webshell状态
|
|
204
|
+
*/
|
|
205
|
+
async DescribeWebshellStatus(req, cb) {
|
|
206
|
+
return this.request("DescribeWebshellStatus", req, cb);
|
|
207
|
+
}
|
|
196
208
|
/**
|
|
197
209
|
* 获取域名的规则白名单
|
|
198
210
|
*/
|
|
@@ -322,10 +334,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
322
334
|
return this.request("ModifyInstanceRenewFlag", req, cb);
|
|
323
335
|
}
|
|
324
336
|
/**
|
|
325
|
-
*
|
|
337
|
+
* 获取用户防护规则等级
|
|
326
338
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
339
|
+
async DescribeUserLevel(req, cb) {
|
|
340
|
+
return this.request("DescribeUserLevel", req, cb);
|
|
329
341
|
}
|
|
330
342
|
/**
|
|
331
343
|
* Waf CC V2 Query接口
|
|
@@ -660,6 +672,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
660
672
|
async ModifyAttackWhiteRule(req, cb) {
|
|
661
673
|
return this.request("ModifyAttackWhiteRule", req, cb);
|
|
662
674
|
}
|
|
675
|
+
/**
|
|
676
|
+
* 查询单个saaswaf域名详情
|
|
677
|
+
*/
|
|
678
|
+
async DescribeDomainDetailsSaas(req, cb) {
|
|
679
|
+
return this.request("DescribeDomainDetailsSaas", req, cb);
|
|
680
|
+
}
|
|
663
681
|
/**
|
|
664
682
|
* 修改用户防护规则,开启关闭具体的某条规则
|
|
665
683
|
*/
|