tencentcloud-sdk-nodejs 4.0.739 → 4.0.740

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +224 -0
  2. package/SERVICE_CHANGELOG.md +314 -314
  3. package/package.json +1 -1
  4. package/products.md +11 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +168 -54
  7. package/src/services/cdb/v20170320/cdb_models.ts +716 -135
  8. package/src/services/cfg/v20210820/cfg_client.ts +32 -7
  9. package/src/services/cfg/v20210820/cfg_models.ts +108 -3
  10. package/src/services/config/index.ts +5 -0
  11. package/src/services/config/v20220802/config_client.ts +62 -0
  12. package/src/services/config/v20220802/config_models.ts +424 -0
  13. package/src/services/config/v20220802/index.ts +6 -0
  14. package/src/services/hai/v20230812/hai_models.ts +5 -0
  15. package/src/services/index.ts +1 -0
  16. package/src/services/tdmq/v20200217/tdmq_models.ts +38 -28
  17. package/src/services/teo/v20220901/teo_client.ts +3 -3
  18. package/src/services/teo/v20220901/teo_models.ts +34 -33
  19. package/src/services/tke/v20180525/tke_models.ts +11 -6
  20. package/src/services/tse/v20201207/tse_client.ts +43 -7
  21. package/src/services/tse/v20201207/tse_models.ts +96 -8
  22. package/src/services/vod/v20180717/vod_client.ts +4 -1
  23. package/src/services/vod/v20180717/vod_models.ts +129 -19
  24. package/src/services/waf/v20180125/waf_models.ts +2 -2
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +59 -23
  28. package/tencentcloud/services/cdb/v20170320/cdb_client.js +82 -28
  29. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +680 -123
  30. package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +11 -3
  31. package/tencentcloud/services/cfg/v20210820/cfg_client.js +15 -3
  32. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +103 -3
  33. package/tencentcloud/services/config/index.d.ts +6 -0
  34. package/tencentcloud/services/config/index.js +7 -0
  35. package/tencentcloud/services/config/v20220802/config_client.d.ts +18 -0
  36. package/tencentcloud/services/config/v20220802/config_client.js +43 -0
  37. package/tencentcloud/services/config/v20220802/config_models.d.ts +397 -0
  38. package/tencentcloud/services/config/v20220802/config_models.js +18 -0
  39. package/tencentcloud/services/config/v20220802/index.d.ts +6 -0
  40. package/tencentcloud/services/config/v20220802/index.js +9 -0
  41. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +5 -0
  42. package/tencentcloud/services/index.d.ts +1 -0
  43. package/tencentcloud/services/index.js +2 -0
  44. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +38 -28
  45. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +3 -3
  46. package/tencentcloud/services/teo/v20220901/teo_client.js +3 -3
  47. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +34 -33
  48. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -6
  49. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +15 -3
  50. package/tencentcloud/services/tse/v20201207/tse_client.js +21 -3
  51. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +90 -8
  52. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +126 -19
  53. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
  54. package/test/cdb.v20170320.test.js +102 -12
  55. package/test/cfg.v20210820.test.js +22 -2
  56. package/test/config.v20220802.test.js +41 -0
  57. package/test/tse.v20201207.test.js +32 -2
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import * as Models from "./config_models";
2
+ import { Client } from "./config_client";
3
+ export declare const v20220802: {
4
+ Client: typeof Client;
5
+ Models: typeof Models;
6
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20220802 = void 0;
4
+ const Models = require("./config_models");
5
+ const config_client_1 = require("./config_client");
6
+ exports.v20220802 = {
7
+ Client: config_client_1.Client,
8
+ Models: Models
9
+ };
@@ -393,6 +393,11 @@ export interface SystemDisk {
393
393
  注意:此字段可能返回 null,表示取不到有效值。
394
394
  */
395
395
  DiskSize?: number;
396
+ /**
397
+ * 系统盘分区盘符
398
+ 注意:此字段可能返回 null,表示取不到有效值。
399
+ */
400
+ DiskName?: string;
396
401
  }
397
402
  /**
398
403
  * RunInstances返回参数结构体
@@ -61,6 +61,7 @@ export { cls } from "./cls";
61
61
  export { cme } from "./cme";
62
62
  export { cmq } from "./cmq";
63
63
  export { cms } from "./cms";
64
+ export { config } from "./config";
64
65
  export { cpdp } from "./cpdp";
65
66
  export { cr } from "./cr";
66
67
  export { csip } from "./csip";
@@ -126,6 +126,8 @@ var cmq_1 = require("./cmq");
126
126
  Object.defineProperty(exports, "cmq", { enumerable: true, get: function () { return cmq_1.cmq; } });
127
127
  var cms_1 = require("./cms");
128
128
  Object.defineProperty(exports, "cms", { enumerable: true, get: function () { return cms_1.cms; } });
129
+ var config_1 = require("./config");
130
+ Object.defineProperty(exports, "config", { enumerable: true, get: function () { return config_1.config; } });
129
131
  var cpdp_1 = require("./cpdp");
130
132
  Object.defineProperty(exports, "cpdp", { enumerable: true, get: function () { return cpdp_1.cpdp; } });
131
133
  var cr_1 = require("./cr");
@@ -3107,7 +3107,7 @@ export interface CreateProClusterRequest {
3107
3107
  /**
3108
3108
  * vpc网络标签
3109
3109
  */
3110
- Vpcs?: VpcInfo;
3110
+ Vpc?: VpcInfo;
3111
3111
  /**
3112
3112
  * 集群的标签列表(已废弃)
3113
3113
  */
@@ -6197,128 +6197,138 @@ export interface Cluster {
6197
6197
  /**
6198
6198
  * 集群Id。
6199
6199
  */
6200
- ClusterId: string;
6200
+ ClusterId?: string;
6201
6201
  /**
6202
6202
  * 集群名称。
6203
6203
  */
6204
- ClusterName: string;
6204
+ ClusterName?: string;
6205
6205
  /**
6206
6206
  * 说明信息。
6207
6207
  */
6208
- Remark: string;
6208
+ Remark?: string;
6209
6209
  /**
6210
6210
  * 接入点数量
6211
6211
  */
6212
- EndPointNum: number;
6212
+ EndPointNum?: number;
6213
6213
  /**
6214
6214
  * 创建时间
6215
6215
  */
6216
- CreateTime: string;
6216
+ CreateTime?: string;
6217
6217
  /**
6218
6218
  * 集群是否健康,1表示健康,0表示异常
6219
6219
  */
6220
- Healthy: number;
6220
+ Healthy?: number;
6221
6221
  /**
6222
6222
  * 集群健康信息
6223
6223
  注意:此字段可能返回 null,表示取不到有效值。
6224
6224
  */
6225
- HealthyInfo: string;
6225
+ HealthyInfo?: string;
6226
6226
  /**
6227
6227
  * 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
6228
6228
  */
6229
- Status: number;
6229
+ Status?: number;
6230
6230
  /**
6231
6231
  * 最大命名空间数量
6232
6232
  */
6233
- MaxNamespaceNum: number;
6233
+ MaxNamespaceNum?: number;
6234
6234
  /**
6235
6235
  * 最大Topic数量
6236
6236
  */
6237
- MaxTopicNum: number;
6237
+ MaxTopicNum?: number;
6238
6238
  /**
6239
6239
  * 最大QPS
6240
6240
  */
6241
- MaxQps: number;
6241
+ MaxQps?: number;
6242
6242
  /**
6243
6243
  * 最大消息保留时间,秒为单位
6244
6244
  */
6245
- MessageRetentionTime: number;
6245
+ MessageRetentionTime?: number;
6246
6246
  /**
6247
6247
  * 最大存储容量
6248
6248
  */
6249
- MaxStorageCapacity: number;
6249
+ MaxStorageCapacity?: number;
6250
6250
  /**
6251
6251
  * 集群版本
6252
6252
  注意:此字段可能返回 null,表示取不到有效值。
6253
6253
  */
6254
- Version: string;
6254
+ Version?: string;
6255
6255
  /**
6256
6256
  * 公网访问接入点
6257
6257
  注意:此字段可能返回 null,表示取不到有效值。
6258
6258
  */
6259
- PublicEndPoint: string;
6259
+ PublicEndPoint?: string;
6260
6260
  /**
6261
6261
  * VPC访问接入点
6262
6262
  注意:此字段可能返回 null,表示取不到有效值。
6263
6263
  */
6264
- VpcEndPoint: string;
6264
+ VpcEndPoint?: string;
6265
6265
  /**
6266
6266
  * 命名空间数量
6267
6267
  注意:此字段可能返回 null,表示取不到有效值。
6268
6268
  */
6269
- NamespaceNum: number;
6269
+ NamespaceNum?: number;
6270
6270
  /**
6271
6271
  * 已使用存储限制,MB为单位
6272
6272
  注意:此字段可能返回 null,表示取不到有效值。
6273
6273
  */
6274
- UsedStorageBudget: number;
6274
+ UsedStorageBudget?: number;
6275
6275
  /**
6276
6276
  * 最大生产消息速率,以条数为单位
6277
6277
  注意:此字段可能返回 null,表示取不到有效值。
6278
6278
  */
6279
- MaxPublishRateInMessages: number;
6279
+ MaxPublishRateInMessages?: number;
6280
6280
  /**
6281
6281
  * 最大推送消息速率,以条数为单位
6282
6282
  注意:此字段可能返回 null,表示取不到有效值。
6283
6283
  */
6284
- MaxDispatchRateInMessages: number;
6284
+ MaxDispatchRateInMessages?: number;
6285
6285
  /**
6286
6286
  * 最大生产消息速率,以字节为单位
6287
6287
  注意:此字段可能返回 null,表示取不到有效值。
6288
6288
  */
6289
- MaxPublishRateInBytes: number;
6289
+ MaxPublishRateInBytes?: number;
6290
6290
  /**
6291
6291
  * 最大推送消息速率,以字节为单位
6292
6292
  注意:此字段可能返回 null,表示取不到有效值。
6293
6293
  */
6294
- MaxDispatchRateInBytes: number;
6294
+ MaxDispatchRateInBytes?: number;
6295
6295
  /**
6296
6296
  * 已创建主题数
6297
6297
  注意:此字段可能返回 null,表示取不到有效值。
6298
6298
  */
6299
- TopicNum: number;
6299
+ TopicNum?: number;
6300
6300
  /**
6301
6301
  * 最长消息延时,以秒为单位
6302
6302
  注意:此字段可能返回 null,表示取不到有效值。
6303
6303
  */
6304
- MaxMessageDelayInSeconds: number;
6304
+ MaxMessageDelayInSeconds?: number;
6305
6305
  /**
6306
6306
  * 是否开启公网访问,不填时默认开启
6307
6307
  注意:此字段可能返回 null,表示取不到有效值。
6308
6308
  */
6309
- PublicAccessEnabled: boolean;
6309
+ PublicAccessEnabled?: boolean;
6310
6310
  /**
6311
6311
  * 标签
6312
6312
  注意:此字段可能返回 null,表示取不到有效值。
6313
6313
  */
6314
- Tags: Array<Tag>;
6314
+ Tags?: Array<Tag>;
6315
6315
  /**
6316
6316
  * 计费模式:
6317
6317
  0: 按量计费
6318
6318
  1: 包年包月
6319
6319
  注意:此字段可能返回 null,表示取不到有效值。
6320
6320
  */
6321
- PayMode: number;
6321
+ PayMode?: number;
6322
+ /**
6323
+ * 项目ID
6324
+ 注意:此字段可能返回 null,表示取不到有效值。
6325
+ */
6326
+ ProjectId?: number;
6327
+ /**
6328
+ * 项目名字
6329
+ 注意:此字段可能返回 null,表示取不到有效值。
6330
+ */
6331
+ ProjectName?: string;
6322
6332
  }
6323
6333
  /**
6324
6334
  * RabbitMQ队列列表消费者信息
@@ -38,7 +38,7 @@ export declare class Client extends AbstractClient {
38
38
  */
39
39
  CreateSecurityIPGroup(req: CreateSecurityIPGroupRequest, cb?: (error: string, rep: CreateSecurityIPGroupResponse) => void): Promise<CreateSecurityIPGroupResponse>;
40
40
  /**
41
- * 查询清除缓存历史记录
41
+ * DescribePurgeTasks 用于查询提交的 URL 刷新、目录刷新记录及执行进度,通过 CreatePurgeTasks 接口提交的任务均可通过此接口进行查询。
42
42
  */
43
43
  DescribePurgeTasks(req: DescribePurgeTasksRequest, cb?: (error: string, rep: DescribePurgeTasksResponse) => void): Promise<DescribePurgeTasksResponse>;
44
44
  /**
@@ -152,7 +152,7 @@ export declare class Client extends AbstractClient {
152
152
  */
153
153
  CreateApplicationProxyRule(req: CreateApplicationProxyRuleRequest, cb?: (error: string, rep: CreateApplicationProxyRuleResponse) => void): Promise<CreateApplicationProxyRuleResponse>;
154
154
  /**
155
- * 查询预热任务状态
155
+ * DescribePrefetchTasks 用于查询预热任务提交历史记录及执行进度,通过 CreatePrefetchTasks 接口提交的任务可通过此接口进行查询。
156
156
  */
157
157
  DescribePrefetchTasks(req: DescribePrefetchTasksRequest, cb?: (error: string, rep: DescribePrefetchTasksResponse) => void): Promise<DescribePrefetchTasksResponse>;
158
158
  /**
@@ -240,7 +240,7 @@ export declare class Client extends AbstractClient {
240
240
  */
241
241
  DeleteAliasDomain(req: DeleteAliasDomainRequest, cb?: (error: string, rep: DeleteAliasDomainResponse) => void): Promise<DeleteAliasDomainResponse>;
242
242
  /**
243
- * 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。
243
+ * 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。此接口待废弃,请使用 <a href="https://cloud.tencent.com/document/product/1552/80648">DescribeTimingL7AnalysisData</a> 接口。
244
244
  */
245
245
  DescribeOverviewL7Data(req: DescribeOverviewL7DataRequest, cb?: (error: string, rep: DescribeOverviewL7DataResponse) => void): Promise<DescribeOverviewL7DataResponse>;
246
246
  /**
@@ -72,7 +72,7 @@ class Client extends abstract_client_1.AbstractClient {
72
72
  return this.request("CreateSecurityIPGroup", req, cb);
73
73
  }
74
74
  /**
75
- * 查询清除缓存历史记录
75
+ * DescribePurgeTasks 用于查询提交的 URL 刷新、目录刷新记录及执行进度,通过 CreatePurgeTasks 接口提交的任务均可通过此接口进行查询。
76
76
  */
77
77
  async DescribePurgeTasks(req, cb) {
78
78
  return this.request("DescribePurgeTasks", req, cb);
@@ -240,7 +240,7 @@ class Client extends abstract_client_1.AbstractClient {
240
240
  return this.request("CreateApplicationProxyRule", req, cb);
241
241
  }
242
242
  /**
243
- * 查询预热任务状态
243
+ * DescribePrefetchTasks 用于查询预热任务提交历史记录及执行进度,通过 CreatePrefetchTasks 接口提交的任务可通过此接口进行查询。
244
244
  */
245
245
  async DescribePrefetchTasks(req, cb) {
246
246
  return this.request("DescribePrefetchTasks", req, cb);
@@ -372,7 +372,7 @@ class Client extends abstract_client_1.AbstractClient {
372
372
  return this.request("DeleteAliasDomain", req, cb);
373
373
  }
374
374
  /**
375
- * 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。
375
+ * 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。此接口待废弃,请使用 <a href="https://cloud.tencent.com/document/product/1552/80648">DescribeTimingL7AnalysisData</a> 接口。
376
376
  */
377
377
  async DescribeOverviewL7Data(req, cb) {
378
378
  return this.request("DescribeOverviewL7Data", req, cb);
@@ -28,7 +28,7 @@ export interface DownloadL7LogsRequest {
28
28
  */
29
29
  EndTime: string;
30
30
  /**
31
- * 站点集合,此参数必填,不填默认查询为空。
31
+ * 站点ID集合,此参数必填。
32
32
  */
33
33
  ZoneIds?: Array<string>;
34
34
  /**
@@ -183,7 +183,7 @@ export interface DescribeTopL7CacheDataRequest {
183
183
  */
184
184
  MetricName: string;
185
185
  /**
186
- * 站点id集合,不填默认选择全部站点。
186
+ * 站点 ID 集合,此参数必填。
187
187
  */
188
188
  ZoneIds?: Array<string>;
189
189
  /**
@@ -524,11 +524,11 @@ export interface DescribePrefetchTasksResponse {
524
524
  /**
525
525
  * 该查询条件总共条目数。
526
526
  */
527
- TotalCount: number;
527
+ TotalCount?: number;
528
528
  /**
529
529
  * 任务结果列表。
530
530
  */
531
- Tasks: Array<Task>;
531
+ Tasks?: Array<Task>;
532
532
  /**
533
533
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
534
534
  */
@@ -2826,7 +2826,7 @@ export interface DescribeTopL7AnalysisDataRequest {
2826
2826
  */
2827
2827
  MetricName: string;
2828
2828
  /**
2829
- * 站点集合,此参数必填,不填默认查询为空。
2829
+ * 站点 ID 集合,此参数必填。
2830
2830
  */
2831
2831
  ZoneIds?: Array<string>;
2832
2832
  /**
@@ -3040,12 +3040,12 @@ export interface DescribeTopL7CacheDataResponse {
3040
3040
  /**
3041
3041
  * 查询结果的总条数。
3042
3042
  */
3043
- TotalCount: number;
3043
+ TotalCount?: number;
3044
3044
  /**
3045
3045
  * 七层缓存TopN流量数据列表。
3046
3046
  注意:此字段可能返回 null,表示取不到有效值。
3047
3047
  */
3048
- Data: Array<TopDataRecord>;
3048
+ Data?: Array<TopDataRecord>;
3049
3049
  /**
3050
3050
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3051
3051
  */
@@ -3076,12 +3076,11 @@ export interface DescribeOverviewL7DataRequest {
3076
3076
  */
3077
3077
  MetricNames: Array<string>;
3078
3078
  /**
3079
- * 站点集合。
3080
- 若不填写,默认选择全部站点,且最多只能查询近30天的数据;若填写,则可查询站点绑定套餐支持的<a href="https://cloud.tencent.com/document/product/1552/77380#edgeone-.E5.A5.97.E9.A4.90">数据分析最大查询范围</a>。
3079
+ * 站点 ID 集合,此参数必填。
3081
3080
  */
3082
3081
  ZoneIds?: Array<string>;
3083
3082
  /**
3084
- * 查询的域名集合,不填默认查询所有子域名。
3083
+ * 查询的域名集合,此参数已经废弃。
3085
3084
  */
3086
3085
  Domains?: Array<string>;
3087
3086
  /**
@@ -3103,6 +3102,7 @@ export interface DescribeOverviewL7DataRequest {
3103
3102
  /**
3104
3103
  * 过滤条件,详细的过滤条件Key值如下:
3105
3104
  <li>socket<br>   按照【<strong>HTTP协议类型</strong>】进行过滤。<br>   对应的Value可选项如下:<br>   HTTP:HTTP 协议;<br>   HTTPS:HTTPS协议;<br>   QUIC:QUIC协议。</li>
3105
+ <li>domain<br>   按照【<strong>域名</strong>】进行过滤。</li>
3106
3106
  <li>tagKey<br>   按照【<strong>标签Key</strong>】进行过滤。</li>
3107
3107
  <li>tagValue<br>   按照【<strong>标签Value</strong>】进行过滤。</li>
3108
3108
  */
@@ -3307,6 +3307,11 @@ export interface SecurityConfig {
3307
3307
  * DescribePrefetchTasks请求参数结构体
3308
3308
  */
3309
3309
  export interface DescribePrefetchTasksRequest {
3310
+ /**
3311
+ * 站点ID。
3312
+ 必填参数。
3313
+ */
3314
+ ZoneId?: string;
3310
3315
  /**
3311
3316
  * 查询起始时间。
3312
3317
  */
@@ -3324,8 +3329,7 @@ export interface DescribePrefetchTasksRequest {
3324
3329
  */
3325
3330
  Limit?: number;
3326
3331
  /**
3327
- * 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
3328
- <li>zone-id<br>   按照【<strong>站点 ID</strong>】进行过滤。zone-id形如:zone-1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤。target形如:http://www.qq.com/1.txt,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤。domains形如:www.qq.com。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤。<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li>
3332
+ * 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤。target形如:http://www.qq.com/1.txt,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤。domains形如:www.qq.com。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤。<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li>
3329
3333
  */
3330
3334
  Filters?: Array<AdvancedFilter>;
3331
3335
  }
@@ -3421,18 +3425,17 @@ export interface DescribeTimingL7AnalysisDataRequest {
3421
3425
  EndTime: string;
3422
3426
  /**
3423
3427
  * 指标列表,取值有:
3424
- <li>l7Flow_outFlux: Edgeone响应流量;</li>
3425
- <li>l7Flow_inFlux: Edgeone请求流量;</li>
3426
- <li>l7Flow_outBandwidth: Edgeone响应带宽;</li>
3427
- <li>l7Flow_inBandwidth:Edgeone请求带宽;</li>
3428
+ <li>l7Flow_outFlux: Edgeone 响应流量;</li>
3429
+ <li>l7Flow_inFlux: Edgeone 请求流量;</li>
3430
+ <li>l7Flow_outBandwidth: Edgeone 响应带宽;</li>
3431
+ <li>l7Flow_inBandwidth:Edgeone 请求带宽;</li>
3428
3432
  <li>l7Flow_request: 访问请求数;</li>
3429
3433
  <li>l7Flow_flux: 访问请求上行+下行流量;</li>
3430
3434
  <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
3431
3435
  */
3432
3436
  MetricNames: Array<string>;
3433
3437
  /**
3434
- * 站点集合。
3435
- 若不填写,默认选择全部站点,且最多只能查询近30天的数据;若填写,则可查询站点绑定套餐支持的<a href="https://cloud.tencent.com/document/product/1552/77380#edgeone-.E5.A5.97.E9.A4.90">数据分析最大查询范围</a>。
3438
+ * 站点 ID 集合, 此参数必填。
3436
3439
  */
3437
3440
  ZoneIds?: Array<string>;
3438
3441
  /**
@@ -3693,7 +3696,7 @@ export interface DescribeTimingL7CacheDataRequest {
3693
3696
  */
3694
3697
  MetricNames: Array<string>;
3695
3698
  /**
3696
- * 站点集合,不填默认选择全部站点。
3699
+ * 站点 ID 集合,此参数必填。
3697
3700
  */
3698
3701
  ZoneIds?: Array<string>;
3699
3702
  /**
@@ -4018,7 +4021,7 @@ export interface DownloadL4LogsRequest {
4018
4021
  */
4019
4022
  EndTime: string;
4020
4023
  /**
4021
- * 站点集合,此参数必填,不填默认查询为空。
4024
+ * 站点 ID 集合,此参数必填。
4022
4025
  */
4023
4026
  ZoneIds?: Array<string>;
4024
4027
  /**
@@ -4261,7 +4264,8 @@ export interface CachePrefresh {
4261
4264
  */
4262
4265
  export interface DescribePurgeTasksRequest {
4263
4266
  /**
4264
- * 字段已废弃,请使用Filters中的zone-id
4267
+ * 站点ID
4268
+ 必填参数。
4265
4269
  */
4266
4270
  ZoneId?: string;
4267
4271
  /**
@@ -4281,7 +4285,7 @@ export interface DescribePurgeTasksRequest {
4281
4285
  */
4282
4286
  Limit?: number;
4283
4287
  /**
4284
- * 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>zone-id<br>   按照【<strong>站点 ID</strong>】进行过滤。zone-id形如:zone-xxx,暂不支持多值<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤,target形如:http://www.qq.com/1.txt或者tag1,暂不支持多值<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤,domains形如:www.qq.com<br>   类型:String<br>   必选:否<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li><li>type<br>   按照【<strong>清除缓存类型</strong>】进行过滤,暂不支持多值。<br>   类型:String<br>   必选:否<br>   模糊查询:不支持<br>   可选项:<br>   purge_url:URL<br>   purge_prefix:前缀<br>   purge_all:全部缓存内容<br>   purge_host:Hostname<br>   purge_cache_tag:CacheTag</li>
4288
+ * 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤,target形如:http://www.qq.com/1.txt或者tag1,暂不支持多值<br>   类型:String<br>   必选:否<br>   模糊查询:不支持</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤,domains形如:www.qq.com<br>   类型:String<br>   必选:否<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li><li>type<br>   按照【<strong>清除缓存类型</strong>】进行过滤,暂不支持多值。<br>   类型:String<br>   必选:否<br>   模糊查询:不支持<br>   可选项:<br>   purge_url:URL<br>   purge_prefix:前缀<br>   purge_all:全部缓存内容<br>   purge_host:Hostname<br>   purge_cache_tag:CacheTag</li>
4285
4289
  */
4286
4290
  Filters?: Array<AdvancedFilter>;
4287
4291
  }
@@ -5186,12 +5190,12 @@ export interface DescribeTimingL4DataResponse {
5186
5190
  /**
5187
5191
  * 查询结果的总条数。
5188
5192
  */
5189
- TotalCount: number;
5193
+ TotalCount?: number;
5190
5194
  /**
5191
5195
  * 四层时序流量数据列表。
5192
5196
  注意:此字段可能返回 null,表示取不到有效值。
5193
5197
  */
5194
- Data: Array<TimingDataRecord>;
5198
+ Data?: Array<TimingDataRecord>;
5195
5199
  /**
5196
5200
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5197
5201
  */
@@ -5466,12 +5470,12 @@ export interface DescribeTimingL7CacheDataResponse {
5466
5470
  /**
5467
5471
  * 查询结果的总条数。
5468
5472
  */
5469
- TotalCount: number;
5473
+ TotalCount?: number;
5470
5474
  /**
5471
5475
  * 七层缓存分析时序类流量数据列表。
5472
5476
  注意:此字段可能返回 null,表示取不到有效值。
5473
5477
  */
5474
- Data: Array<TimingDataRecord>;
5478
+ Data?: Array<TimingDataRecord>;
5475
5479
  /**
5476
5480
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5477
5481
  */
@@ -6592,14 +6596,11 @@ export interface DescribeTimingL4DataRequest {
6592
6596
  <li>l4Flow_connections: 访问连接数;</li>
6593
6597
  <li>l4Flow_flux: 访问总流量;</li>
6594
6598
  <li>l4Flow_inFlux: 访问入流量;</li>
6595
- <li>l4Flow_outFlux: 访问出流量;</li>
6596
- <li> l4Flow_outPkt: 访问出包量。</li>
6599
+ <li>l4Flow_outFlux: 访问出流量。</li>
6597
6600
  */
6598
6601
  MetricNames: Array<string>;
6599
6602
  /**
6600
- * 站点集合。
6601
- 若不填写,默认选择全部站点,且最多只能查询近30天的数据;
6602
- 若填写,则可查询站点绑定套餐支持的<a href="https://cloud.tencent.com/document/product/1552/77380#edgeone-.E5.A5.97.E9.A4.90">数据分析最大查询范围</a>。
6603
+ * 站点 ID 集合,此参数必填。
6603
6604
  */
6604
6605
  ZoneIds?: Array<string>;
6605
6606
  /**
@@ -6718,11 +6719,11 @@ export interface DescribePurgeTasksResponse {
6718
6719
  /**
6719
6720
  * 该查询条件总共条目数。
6720
6721
  */
6721
- TotalCount: number;
6722
+ TotalCount?: number;
6722
6723
  /**
6723
6724
  * 任务结果列表。
6724
6725
  */
6725
- Tasks: Array<Task>;
6726
+ Tasks?: Array<Task>;
6726
6727
  /**
6727
6728
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6728
6729
  */
@@ -7239,32 +7239,37 @@ export interface DescribeIPAMDResponse {
7239
7239
  /**
7240
7240
  * 是否安装了eniipamd组件
7241
7241
  */
7242
- EnableIPAMD: boolean;
7242
+ EnableIPAMD?: boolean;
7243
7243
  /**
7244
7244
  * 是否开启自定义podcidr,默认为false,已安装eniipamd组件才意义
7245
7245
  注意:此字段可能返回 null,表示取不到有效值。
7246
7246
  */
7247
- EnableCustomizedPodCidr: boolean;
7247
+ EnableCustomizedPodCidr?: boolean;
7248
7248
  /**
7249
7249
  * 是否不开启vpccni模式,默认为false,已安装eniipamd组件才意义
7250
7250
  注意:此字段可能返回 null,表示取不到有效值。
7251
7251
  */
7252
- DisableVpcCniMode: boolean;
7252
+ DisableVpcCniMode?: boolean;
7253
7253
  /**
7254
7254
  * 组件状态,已安装eniipamd组件才会有值
7255
7255
  注意:此字段可能返回 null,表示取不到有效值。
7256
7256
  */
7257
- Phase: string;
7257
+ Phase?: string;
7258
7258
  /**
7259
7259
  * 错误信息,已安装eniipamd组件且状态为非running才会有错误信息
7260
7260
  注意:此字段可能返回 null,表示取不到有效值。
7261
7261
  */
7262
- Reason: string;
7262
+ Reason?: string;
7263
7263
  /**
7264
7264
  * 子网信息,已安装eniipamd组件才会有值
7265
7265
  注意:此字段可能返回 null,表示取不到有效值。
7266
7266
  */
7267
- SubnetIds: Array<string>;
7267
+ SubnetIds?: Array<string>;
7268
+ /**
7269
+ * 固定ip回收时间,已安装eniipamd组件才会有值
7270
+ 注意:此字段可能返回 null,表示取不到有效值。
7271
+ */
7272
+ ClaimExpiredDuration?: string;
7268
7273
  /**
7269
7274
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7270
7275
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, UpdateUpstreamHealthCheckConfigRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, UpdateUpstreamTargetsResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, ModifyUpstreamNodeStatusResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse } from "./tse_models";
3
+ import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, UpdateUpstreamHealthCheckConfigRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, OpenWafProtectionResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, CreateWafDomainsResponse, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, UpdateUpstreamTargetsResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, ModifyUpstreamNodeStatusResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, OpenWafProtectionRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateWafDomainsRequest, 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
@@ -15,6 +15,10 @@ export declare class Client extends AbstractClient {
15
15
  * 获取云原生网关服务健康检查配置
16
16
  */
17
17
  DescribeUpstreamHealthCheckConfig(req: DescribeUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: DescribeUpstreamHealthCheckConfigResponse) => void): Promise<DescribeUpstreamHealthCheckConfigResponse>;
18
+ /**
19
+ * 查询Zookeeper类型注册引擎实例副本信息
20
+ */
21
+ DescribeZookeeperReplicas(req: DescribeZookeeperReplicasRequest, cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void): Promise<DescribeZookeeperReplicasResponse>;
18
22
  /**
19
23
  * 修改云原生API网关实例分组基础信息
20
24
  */
@@ -27,6 +31,10 @@ export declare class Client extends AbstractClient {
27
31
  * 删除云原生网关的限流插件(服务)
28
32
  */
29
33
  DeleteCloudNativeAPIGatewayServiceRateLimit(req: DeleteCloudNativeAPIGatewayServiceRateLimitRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayServiceRateLimitResponse) => void): Promise<DeleteCloudNativeAPIGatewayServiceRateLimitResponse>;
34
+ /**
35
+ * 新建 WAF 防护域名
36
+ */
37
+ CreateWafDomains(req: CreateWafDomainsRequest, cb?: (error: string, rep: CreateWafDomainsResponse) => void): Promise<CreateWafDomainsResponse>;
30
38
  /**
31
39
  * 查询zookeeper服务接口列表
32
40
  */
@@ -112,9 +120,9 @@ export declare class Client extends AbstractClient {
112
120
  */
113
121
  ModifyCloudNativeAPIGatewayRoute(req: ModifyCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteResponse) => void): Promise<ModifyCloudNativeAPIGatewayRouteResponse>;
114
122
  /**
115
- * 查询Zookeeper类型注册引擎实例副本信息
123
+ * 关闭 WAF 防护
116
124
  */
117
- DescribeZookeeperReplicas(req: DescribeZookeeperReplicasRequest, cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void): Promise<DescribeZookeeperReplicasResponse>;
125
+ CloseWafProtection(req: CloseWafProtectionRequest, cb?: (error: string, rep: CloseWafProtectionResponse) => void): Promise<CloseWafProtectionResponse>;
118
126
  /**
119
127
  * 创建云原生API网关实例
120
128
  */
@@ -151,6 +159,10 @@ export declare class Client extends AbstractClient {
151
159
  * 修改引擎公网访问配置
152
160
  */
153
161
  UpdateEngineInternetAccess(req: UpdateEngineInternetAccessRequest, cb?: (error: string, rep: UpdateEngineInternetAccessResponse) => void): Promise<UpdateEngineInternetAccessResponse>;
162
+ /**
163
+ * 开启 WAF 防护
164
+ */
165
+ OpenWafProtection(req: OpenWafProtectionRequest, cb?: (error: string, rep: OpenWafProtectionResponse) => void): Promise<OpenWafProtectionResponse>;
154
166
  /**
155
167
  * 修改云原生API网关实例基础信息
156
168
  */