tencentcloud-sdk-nodejs 4.0.708 → 4.0.710
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 +441 -0
- package/SERVICE_CHANGELOG.md +424 -202
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bi/v20220105/bi_client.ts +91 -79
- package/src/services/bi/v20220105/bi_models.ts +68 -25
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +25 -25
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +21 -8
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +274 -205
- package/src/services/cii/index.ts +2 -2
- package/src/services/clb/v20180317/clb_client.ts +31 -18
- package/src/services/clb/v20180317/clb_models.ts +112 -52
- package/src/services/cloudstudio/index.ts +2 -2
- 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 +32 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_client.ts +17 -4
- package/src/services/dlc/v20210125/dlc_models.ts +139 -89
- package/src/services/domain/v20180808/domain_client.ts +78 -17
- package/src/services/domain/v20180808/domain_models.ts +188 -21
- 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 +11 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +161 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +140 -51
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +12 -12
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_client.ts +30 -1
- package/src/services/lcic/v20220817/lcic_models.ts +191 -23
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/oceanus/v20190422/oceanus_client.ts +63 -3
- package/src/services/oceanus/v20190422/oceanus_models.ts +207 -55
- 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/tbp/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +14 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +95 -12
- package/src/services/teo/index.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +2 -4
- package/src/services/tione/v20211111/tione_models.ts +0 -2
- package/src/services/tse/v20201207/tse_client.ts +13 -0
- package/src/services/tse/v20201207/tse_models.ts +66 -2
- package/src/services/tsw/index.ts +2 -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_models.ts +6 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +35 -31
- package/tencentcloud/services/bi/v20220105/bi_client.js +51 -45
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +65 -24
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +25 -25
- 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/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +11 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +14 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +109 -52
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- 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 +32 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +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 +136 -89
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +26 -6
- package/tencentcloud/services/domain/v20180808/domain_client.js +37 -7
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +177 -21
- 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 +11 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +158 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +158 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +137 -48
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -12
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- 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/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +21 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +30 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +197 -55
- 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/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +92 -12
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +1 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +0 -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 +63 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/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 +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_models.d.ts +6 -1
- package/test/bi.v20220105.test.js +42 -32
- 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 +54 -4
- package/test/lcic.v20220817.test.js +20 -0
- package/test/oceanus.v20190422.test.js +50 -0
- package/test/organization.v20210331.test.js +40 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/waf.v20180125.test.js +32 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const teo: {
|
|
2
|
-
v20220106: {
|
|
3
|
-
Client: typeof import("./v20220106/teo_client").Client;
|
|
4
|
-
Models: typeof import("./v20220106/teo_models");
|
|
5
|
-
};
|
|
6
2
|
v20220901: {
|
|
7
3
|
Client: typeof import("./v20220901/teo_client").Client;
|
|
8
4
|
Models: typeof import("./v20220901/teo_models");
|
|
9
5
|
};
|
|
6
|
+
v20220106: {
|
|
7
|
+
Client: typeof import("./v20220106/teo_client").Client;
|
|
8
|
+
Models: typeof import("./v20220106/teo_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.teo = void 0;
|
|
4
|
-
const v20220106_1 = require("./v20220106");
|
|
5
4
|
const v20220901_1 = require("./v20220901");
|
|
5
|
+
const v20220106_1 = require("./v20220106");
|
|
6
6
|
exports.teo = {
|
|
7
|
-
v20220106: v20220106_1.v20220106,
|
|
8
7
|
v20220901: v20220901_1.v20220901,
|
|
8
|
+
v20220106: v20220106_1.v20220106,
|
|
9
9
|
};
|
|
@@ -96,9 +96,7 @@ export declare class Client extends AbstractClient {
|
|
|
96
96
|
*/
|
|
97
97
|
DescribeModelAccelerateTask(req: DescribeModelAccelerateTaskRequest, cb?: (error: string, rep: DescribeModelAccelerateTaskResponse) => void): Promise<DescribeModelAccelerateTaskResponse>;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
100
|
-
1. 与多行业多场景大模型的在线体验聊天
|
|
101
|
-
2. 与自行部署的开源大模型的聊天
|
|
99
|
+
* 该接口支持与自行部署的大模型的聊天。
|
|
102
100
|
*/
|
|
103
101
|
ChatCompletion(req: ChatCompletionRequest, cb?: (error: string, rep: ChatCompletionResponse) => void): Promise<ChatCompletionResponse>;
|
|
104
102
|
/**
|
|
@@ -160,9 +160,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
160
160
|
return this.request("DescribeModelAccelerateTask", req, cb);
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
|
-
*
|
|
164
|
-
1. 与多行业多场景大模型的在线体验聊天
|
|
165
|
-
2. 与自行部署的开源大模型的聊天
|
|
163
|
+
* 该接口支持与自行部署的大模型的聊天。
|
|
166
164
|
*/
|
|
167
165
|
async ChatCompletion(req, cb) {
|
|
168
166
|
return this.request("ChatCompletion", req, cb);
|
|
@@ -2149,7 +2149,6 @@ export interface FrameworkVersion {
|
|
|
2149
2149
|
export interface ChatCompletionRequest {
|
|
2150
2150
|
/**
|
|
2151
2151
|
* 对话的目标模型ID。
|
|
2152
|
-
多行业多场景大模型在线体验聊天:tj_llm_clm-v1。
|
|
2153
2152
|
自行部署的开源大模型聊天:部署的模型服务组ID,形如ms-xxyyzz。
|
|
2154
2153
|
*/
|
|
2155
2154
|
Model: string;
|
|
@@ -5636,7 +5635,6 @@ export interface SendChatMessageRequest {
|
|
|
5636
5635
|
Question: string;
|
|
5637
5636
|
/**
|
|
5638
5637
|
* 会话模型版本。
|
|
5639
|
-
多行业多场景大模型:填写 tj_llm_clm-v1。
|
|
5640
5638
|
多行业客服大模型:填写demo_big_model_version_id。
|
|
5641
5639
|
默认为demo_big_model_version_id,即多行业客服大模型。
|
|
5642
5640
|
*/
|
|
@@ -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
|
*/
|
|
@@ -1184,6 +1230,16 @@ export interface InstancePort {
|
|
|
1184
1230
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1185
1231
|
*/
|
|
1186
1232
|
HttpsPort?: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* 监听的 tcp 端口范围。
|
|
1235
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1236
|
+
*/
|
|
1237
|
+
TcpPort?: string;
|
|
1238
|
+
/**
|
|
1239
|
+
* 监听的 udp 端口范围。
|
|
1240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1241
|
+
*/
|
|
1242
|
+
UdpPort?: string;
|
|
1187
1243
|
}
|
|
1188
1244
|
/**
|
|
1189
1245
|
* 获取云原生API网关基础信息响应结果。
|
|
@@ -2593,10 +2649,15 @@ export interface CloudNativeAPIGatewayConfig {
|
|
|
2593
2649
|
*/
|
|
2594
2650
|
Description?: string;
|
|
2595
2651
|
/**
|
|
2596
|
-
*
|
|
2652
|
+
* 负载均衡的规格类型
|
|
2597
2653
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2598
2654
|
*/
|
|
2599
2655
|
SlaType?: string;
|
|
2656
|
+
/**
|
|
2657
|
+
* clb规格名称
|
|
2658
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2659
|
+
*/
|
|
2660
|
+
SlaName?: string;
|
|
2600
2661
|
/**
|
|
2601
2662
|
* clb vip
|
|
2602
2663
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3053,7 +3114,7 @@ export interface InternetConfig {
|
|
|
3053
3114
|
*/
|
|
3054
3115
|
Description?: string;
|
|
3055
3116
|
/**
|
|
3056
|
-
*
|
|
3117
|
+
* 负载均衡的规格类型,支持clb.c2.medium、clb.c3.small、clb.c3.medium、clb.c4.small、clb.c4.medium、clb.c4.large、clb.c4.xlarge,不传为共享型。
|
|
3057
3118
|
*/
|
|
3058
3119
|
SlaType?: string;
|
|
3059
3120
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tsw: {
|
|
2
|
-
v20210412: {
|
|
3
|
-
Client: typeof import("./v20210412/tsw_client").Client;
|
|
4
|
-
Models: typeof import("./v20210412/tsw_models");
|
|
5
|
-
};
|
|
6
2
|
v20200924: {
|
|
7
3
|
Client: typeof import("./v20200924/tsw_client").Client;
|
|
8
4
|
Models: typeof import("./v20200924/tsw_models");
|
|
9
5
|
};
|
|
6
|
+
v20210412: {
|
|
7
|
+
Client: typeof import("./v20210412/tsw_client").Client;
|
|
8
|
+
Models: typeof import("./v20210412/tsw_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tsw = void 0;
|
|
4
|
-
const v20210412_1 = require("./v20210412");
|
|
5
4
|
const v20200924_1 = require("./v20200924");
|
|
5
|
+
const v20210412_1 = require("./v20210412");
|
|
6
6
|
exports.tsw = {
|
|
7
|
-
v20210412: v20210412_1.v20210412,
|
|
8
7
|
v20200924: v20200924_1.v20200924,
|
|
8
|
+
v20210412: v20210412_1.v20210412,
|
|
9
9
|
};
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const vm: {
|
|
2
|
+
v20210922: {
|
|
3
|
+
Client: typeof import("./v20210922/vm_client").Client;
|
|
4
|
+
Models: typeof import("./v20210922/vm_models");
|
|
5
|
+
};
|
|
2
6
|
v20200709: {
|
|
3
7
|
Client: typeof import("./v20200709/vm_client").Client;
|
|
4
8
|
Models: typeof import("./v20200709/vm_models");
|
|
@@ -7,8 +11,4 @@ export declare const vm: {
|
|
|
7
11
|
Client: typeof import("./v20201229/vm_client").Client;
|
|
8
12
|
Models: typeof import("./v20201229/vm_models");
|
|
9
13
|
};
|
|
10
|
-
v20210922: {
|
|
11
|
-
Client: typeof import("./v20210922/vm_client").Client;
|
|
12
|
-
Models: typeof import("./v20210922/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 v20210922_1 = require("./v20210922");
|
|
4
5
|
const v20200709_1 = require("./v20200709");
|
|
5
6
|
const v20201229_1 = require("./v20201229");
|
|
6
|
-
const v20210922_1 = require("./v20210922");
|
|
7
7
|
exports.vm = {
|
|
8
|
+
v20210922: v20210922_1.v20210922,
|
|
8
9
|
v20200709: v20200709_1.v20200709,
|
|
9
10
|
v20201229: v20201229_1.v20201229,
|
|
10
|
-
v20210922: v20210922_1.v20210922,
|
|
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
|
*/
|