tencentcloud-sdk-nodejs 4.0.740 → 4.0.742

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 (108) hide show
  1. package/CHANGELOG.md +220 -0
  2. package/SERVICE_CHANGELOG.md +240 -240
  3. package/package.json +1 -1
  4. package/products.md +15 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/billing/v20180709/billing_models.ts +4 -0
  8. package/src/services/bma/index.ts +2 -2
  9. package/src/services/btoe/index.ts +2 -2
  10. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  11. package/src/services/cvm/v20170312/cvm_models.ts +6 -2
  12. package/src/services/dbbrain/index.ts +2 -2
  13. package/src/services/dts/index.ts +2 -2
  14. package/src/services/es/v20180416/es_models.ts +41 -9
  15. package/src/services/ess/v20201111/ess_models.ts +20 -4
  16. package/src/services/essbasic/index.ts +2 -2
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +20 -4
  18. package/src/services/hunyuan/index.ts +5 -0
  19. package/src/services/hunyuan/v20230901/hunyuan_client.ts +72 -0
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +255 -0
  21. package/src/services/hunyuan/v20230901/index.ts +6 -0
  22. package/src/services/index.ts +1 -0
  23. package/src/services/iotcloud/index.ts +2 -2
  24. package/src/services/iotvideo/index.ts +2 -2
  25. package/src/services/mongodb/index.ts +2 -2
  26. package/src/services/organization/index.ts +2 -2
  27. package/src/services/tbaas/v20180416/tbaas_models.ts +12 -2
  28. package/src/services/tbp/index.ts +2 -2
  29. package/src/services/tcr/v20190924/tcr_client.ts +16 -8
  30. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  31. package/src/services/tem/index.ts +2 -2
  32. package/src/services/teo/index.ts +2 -2
  33. package/src/services/teo/v20220901/teo_models.ts +4 -5
  34. package/src/services/thpc/index.ts +2 -2
  35. package/src/services/tione/index.ts +2 -2
  36. package/src/services/tse/v20201207/tse_client.ts +42 -2
  37. package/src/services/tse/v20201207/tse_models.ts +205 -10
  38. package/src/services/vm/index.ts +2 -2
  39. package/src/services/wedata/v20210820/wedata_client.ts +21 -7
  40. package/src/services/wedata/v20210820/wedata_models.ts +115 -6
  41. package/src/services/yunsou/index.ts +2 -2
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/ams/index.d.ts +4 -4
  45. package/tencentcloud/services/ams/index.js +2 -2
  46. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -0
  47. package/tencentcloud/services/bma/index.d.ts +4 -4
  48. package/tencentcloud/services/bma/index.js +2 -2
  49. package/tencentcloud/services/btoe/index.d.ts +4 -4
  50. package/tencentcloud/services/btoe/index.js +2 -2
  51. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
  52. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -2
  54. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  55. package/tencentcloud/services/dbbrain/index.js +2 -2
  56. package/tencentcloud/services/dts/index.d.ts +4 -4
  57. package/tencentcloud/services/dts/index.js +2 -2
  58. package/tencentcloud/services/es/v20180416/es_models.d.ts +41 -9
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -4
  60. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  61. package/tencentcloud/services/essbasic/index.js +2 -2
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -4
  63. package/tencentcloud/services/hunyuan/index.d.ts +6 -0
  64. package/tencentcloud/services/hunyuan/index.js +7 -0
  65. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +22 -0
  66. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +49 -0
  67. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +228 -0
  68. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.js +18 -0
  69. package/tencentcloud/services/hunyuan/v20230901/index.d.ts +6 -0
  70. package/tencentcloud/services/hunyuan/v20230901/index.js +9 -0
  71. package/tencentcloud/services/index.d.ts +1 -0
  72. package/tencentcloud/services/index.js +2 -0
  73. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  74. package/tencentcloud/services/iotcloud/index.js +2 -2
  75. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  76. package/tencentcloud/services/iotvideo/index.js +2 -2
  77. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  78. package/tencentcloud/services/mongodb/index.js +2 -2
  79. package/tencentcloud/services/organization/index.d.ts +4 -4
  80. package/tencentcloud/services/organization/index.js +2 -2
  81. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +12 -2
  82. package/tencentcloud/services/tbp/index.d.ts +4 -4
  83. package/tencentcloud/services/tbp/index.js +2 -2
  84. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +12 -4
  85. package/tencentcloud/services/tcr/v20190924/tcr_client.js +12 -4
  86. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  87. package/tencentcloud/services/tem/index.d.ts +4 -4
  88. package/tencentcloud/services/tem/index.js +2 -2
  89. package/tencentcloud/services/teo/index.d.ts +4 -4
  90. package/tencentcloud/services/teo/index.js +2 -2
  91. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -5
  92. package/tencentcloud/services/thpc/index.d.ts +4 -4
  93. package/tencentcloud/services/thpc/index.js +2 -2
  94. package/tencentcloud/services/tione/index.d.ts +4 -4
  95. package/tencentcloud/services/tione/index.js +2 -2
  96. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +13 -1
  97. package/tencentcloud/services/tse/v20201207/tse_client.js +18 -0
  98. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +195 -10
  99. package/tencentcloud/services/vm/index.d.ts +4 -4
  100. package/tencentcloud/services/vm/index.js +2 -2
  101. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
  102. package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
  103. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +111 -6
  104. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  105. package/tencentcloud/services/yunsou/index.js +2 -2
  106. package/test/hunyuan.v20230901.test.js +51 -0
  107. package/test/tse.v20201207.test.js +30 -0
  108. package/test/wedata.v20210820.test.js +12 -2
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20230901 = void 0;
4
+ const Models = require("./hunyuan_models");
5
+ const hunyuan_client_1 = require("./hunyuan_client");
6
+ exports.v20230901 = {
7
+ Client: hunyuan_client_1.Client,
8
+ Models: Models
9
+ };
@@ -109,6 +109,7 @@ export { habo } from "./habo";
109
109
  export { hai } from "./hai";
110
110
  export { hasim } from "./hasim";
111
111
  export { hcm } from "./hcm";
112
+ export { hunyuan } from "./hunyuan";
112
113
  export { iai } from "./iai";
113
114
  export { ic } from "./ic";
114
115
  export { icr } from "./icr";
@@ -222,6 +222,8 @@ var hasim_1 = require("./hasim");
222
222
  Object.defineProperty(exports, "hasim", { enumerable: true, get: function () { return hasim_1.hasim; } });
223
223
  var hcm_1 = require("./hcm");
224
224
  Object.defineProperty(exports, "hcm", { enumerable: true, get: function () { return hcm_1.hcm; } });
225
+ var hunyuan_1 = require("./hunyuan");
226
+ Object.defineProperty(exports, "hunyuan", { enumerable: true, get: function () { return hunyuan_1.hunyuan; } });
225
227
  var iai_1 = require("./iai");
226
228
  Object.defineProperty(exports, "iai", { enumerable: true, get: function () { return iai_1.iai; } });
227
229
  var ic_1 = require("./ic");
@@ -1,10 +1,10 @@
1
1
  export declare const iotcloud: {
2
- v20210408: {
3
- Client: typeof import("./v20210408/iotcloud_client").Client;
4
- Models: typeof import("./v20210408/iotcloud_models");
5
- };
6
2
  v20180614: {
7
3
  Client: typeof import("./v20180614/iotcloud_client").Client;
8
4
  Models: typeof import("./v20180614/iotcloud_models");
9
5
  };
6
+ v20210408: {
7
+ Client: typeof import("./v20210408/iotcloud_client").Client;
8
+ Models: typeof import("./v20210408/iotcloud_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotcloud = void 0;
4
- const v20210408_1 = require("./v20210408");
5
4
  const v20180614_1 = require("./v20180614");
5
+ const v20210408_1 = require("./v20210408");
6
6
  exports.iotcloud = {
7
- v20210408: v20210408_1.v20210408,
8
7
  v20180614: v20180614_1.v20180614,
8
+ v20210408: v20210408_1.v20210408,
9
9
  };
@@ -1,4 +1,8 @@
1
1
  export declare const iotvideo: {
2
+ v20201215: {
3
+ Client: typeof import("./v20201215/iotvideo_client").Client;
4
+ Models: typeof import("./v20201215/iotvideo_models");
5
+ };
2
6
  v20191126: {
3
7
  Client: typeof import("./v20191126/iotvideo_client").Client;
4
8
  Models: typeof import("./v20191126/iotvideo_models");
@@ -7,8 +11,4 @@ export declare const iotvideo: {
7
11
  Client: typeof import("./v20211125/iotvideo_client").Client;
8
12
  Models: typeof import("./v20211125/iotvideo_models");
9
13
  };
10
- v20201215: {
11
- Client: typeof import("./v20201215/iotvideo_client").Client;
12
- Models: typeof import("./v20201215/iotvideo_models");
13
- };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
+ const v20201215_1 = require("./v20201215");
4
5
  const v20191126_1 = require("./v20191126");
5
6
  const v20211125_1 = require("./v20211125");
6
- const v20201215_1 = require("./v20201215");
7
7
  exports.iotvideo = {
8
+ v20201215: v20201215_1.v20201215,
8
9
  v20191126: v20191126_1.v20191126,
9
10
  v20211125: v20211125_1.v20211125,
10
- v20201215: v20201215_1.v20201215,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const mongodb: {
2
- v20190725: {
3
- Client: typeof import("./v20190725/mongodb_client").Client;
4
- Models: typeof import("./v20190725/mongodb_models");
5
- };
6
2
  v20180408: {
7
3
  Client: typeof import("./v20180408/mongodb_client").Client;
8
4
  Models: typeof import("./v20180408/mongodb_models");
9
5
  };
6
+ v20190725: {
7
+ Client: typeof import("./v20190725/mongodb_client").Client;
8
+ Models: typeof import("./v20190725/mongodb_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mongodb = void 0;
4
- const v20190725_1 = require("./v20190725");
5
4
  const v20180408_1 = require("./v20180408");
5
+ const v20190725_1 = require("./v20190725");
6
6
  exports.mongodb = {
7
- v20190725: v20190725_1.v20190725,
8
7
  v20180408: v20180408_1.v20180408,
8
+ v20190725: v20190725_1.v20190725,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const organization: {
2
- v20210331: {
3
- Client: typeof import("./v20210331/organization_client").Client;
4
- Models: typeof import("./v20210331/organization_models");
5
- };
6
2
  v20181225: {
7
3
  Client: typeof import("./v20181225/organization_client").Client;
8
4
  Models: typeof import("./v20181225/organization_models");
9
5
  };
6
+ v20210331: {
7
+ Client: typeof import("./v20210331/organization_client").Client;
8
+ Models: typeof import("./v20210331/organization_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.organization = void 0;
4
- const v20210331_1 = require("./v20210331");
5
4
  const v20181225_1 = require("./v20181225");
5
+ const v20210331_1 = require("./v20210331");
6
6
  exports.organization = {
7
- v20210331: v20210331_1.v20210331,
8
7
  v20181225: v20181225_1.v20181225,
8
+ v20210331: v20210331_1.v20210331,
9
9
  };
@@ -356,8 +356,13 @@ export interface DownloadUserCertResponse {
356
356
  CertName?: string;
357
357
  /**
358
358
  * 证书内容
359
+ * @deprecated
359
360
  */
360
361
  CertCtx?: string;
362
+ /**
363
+ * 证书内容
364
+ */
365
+ Cert?: string;
361
366
  /**
362
367
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
363
368
  */
@@ -414,12 +419,17 @@ export interface GetLatesdTransactionListRequest {
414
419
  export interface InvokeResponse {
415
420
  /**
416
421
  * 交易ID
422
+ * @deprecated
417
423
  */
418
- Txid: string;
424
+ Txid?: string;
419
425
  /**
420
426
  * 交易执行结果
421
427
  */
422
- Events: string;
428
+ Events?: string;
429
+ /**
430
+ * 交易ID
431
+ */
432
+ TxId?: string;
423
433
  /**
424
434
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
425
435
  */
@@ -1,10 +1,10 @@
1
1
  export declare const tbp: {
2
- v20190311: {
3
- Client: typeof import("./v20190311/tbp_client").Client;
4
- Models: typeof import("./v20190311/tbp_models");
5
- };
6
2
  v20190627: {
7
3
  Client: typeof import("./v20190627/tbp_client").Client;
8
4
  Models: typeof import("./v20190627/tbp_models");
9
5
  };
6
+ v20190311: {
7
+ Client: typeof import("./v20190311/tbp_client").Client;
8
+ Models: typeof import("./v20190311/tbp_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tbp = void 0;
4
- const v20190311_1 = require("./v20190311");
5
4
  const v20190627_1 = require("./v20190627");
5
+ const v20190311_1 = require("./v20190311");
6
6
  exports.tbp = {
7
- v20190311: v20190311_1.v20190311,
8
7
  v20190627: v20190627_1.v20190627,
8
+ v20190311: v20190311_1.v20190311,
9
9
  };
@@ -86,7 +86,9 @@ export declare class Client extends AbstractClient {
86
86
  */
87
87
  DescribeReplicationInstanceCreateTasks(req: DescribeReplicationInstanceCreateTasksRequest, cb?: (error: string, rep: DescribeReplicationInstanceCreateTasksResponse) => void): Promise<DescribeReplicationInstanceCreateTasksResponse>;
88
88
  /**
89
- * 更新自定义账户
89
+ * 接口未使用
90
+
91
+ 更新自定义账户
90
92
  */
91
93
  ModifyCustomAccount(req: ModifyCustomAccountRequest, cb?: (error: string, rep: ModifyCustomAccountResponse) => void): Promise<ModifyCustomAccountResponse>;
92
94
  /**
@@ -198,7 +200,9 @@ export declare class Client extends AbstractClient {
198
200
  */
199
201
  DescribeRegions(req?: DescribeRegionsRequest, cb?: (error: string, rep: DescribeRegionsResponse) => void): Promise<DescribeRegionsResponse>;
200
202
  /**
201
- * 删除自定义账号
203
+ * 接口未使用
204
+
205
+ 删除自定义账号
202
206
  */
203
207
  DeleteCustomAccount(req: DeleteCustomAccountRequest, cb?: (error: string, rep: DeleteCustomAccountResponse) => void): Promise<DeleteCustomAccountResponse>;
204
208
  /**
@@ -246,7 +250,9 @@ export declare class Client extends AbstractClient {
246
250
  */
247
251
  CreateUserPersonal(req: CreateUserPersonalRequest, cb?: (error: string, rep: CreateUserPersonalResponse) => void): Promise<CreateUserPersonalResponse>;
248
252
  /**
249
- * 查询自定义账号
253
+ * 接口未使用
254
+
255
+ 查询自定义账号
250
256
  */
251
257
  DescribeCustomAccounts(req: DescribeCustomAccountsRequest, cb?: (error: string, rep: DescribeCustomAccountsResponse) => void): Promise<DescribeCustomAccountsResponse>;
252
258
  /**
@@ -282,7 +288,9 @@ export declare class Client extends AbstractClient {
282
288
  */
283
289
  DescribeChartDownloadInfo(req: DescribeChartDownloadInfoRequest, cb?: (error: string, rep: DescribeChartDownloadInfoResponse) => void): Promise<DescribeChartDownloadInfoResponse>;
284
290
  /**
285
- * 创建自定义账户
291
+ * 接口未使用
292
+
293
+ 创建自定义账户
286
294
  */
287
295
  CreateCustomAccount(req: CreateCustomAccountRequest, cb?: (error: string, rep: CreateCustomAccountResponse) => void): Promise<CreateCustomAccountResponse>;
288
296
  /**
@@ -144,7 +144,9 @@ class Client extends abstract_client_1.AbstractClient {
144
144
  return this.request("DescribeReplicationInstanceCreateTasks", req, cb);
145
145
  }
146
146
  /**
147
- * 更新自定义账户
147
+ * 接口未使用
148
+
149
+ 更新自定义账户
148
150
  */
149
151
  async ModifyCustomAccount(req, cb) {
150
152
  return this.request("ModifyCustomAccount", req, cb);
@@ -312,7 +314,9 @@ class Client extends abstract_client_1.AbstractClient {
312
314
  return this.request("DescribeRegions", req, cb);
313
315
  }
314
316
  /**
315
- * 删除自定义账号
317
+ * 接口未使用
318
+
319
+ 删除自定义账号
316
320
  */
317
321
  async DeleteCustomAccount(req, cb) {
318
322
  return this.request("DeleteCustomAccount", req, cb);
@@ -384,7 +388,9 @@ class Client extends abstract_client_1.AbstractClient {
384
388
  return this.request("CreateUserPersonal", req, cb);
385
389
  }
386
390
  /**
387
- * 查询自定义账号
391
+ * 接口未使用
392
+
393
+ 查询自定义账号
388
394
  */
389
395
  async DescribeCustomAccounts(req, cb) {
390
396
  return this.request("DescribeCustomAccounts", req, cb);
@@ -438,7 +444,9 @@ class Client extends abstract_client_1.AbstractClient {
438
444
  return this.request("DescribeChartDownloadInfo", req, cb);
439
445
  }
440
446
  /**
441
- * 创建自定义账户
447
+ * 接口未使用
448
+
449
+ 创建自定义账户
442
450
  */
443
451
  async CreateCustomAccount(req, cb) {
444
452
  return this.request("CreateCustomAccount", req, cb);
@@ -2518,7 +2518,7 @@ export interface DescribeRocketMQClusterResponse {
2518
2518
  */
2519
2519
  ClusterConfig?: RocketMQClusterConfig;
2520
2520
  /**
2521
- * 集群最近使用量,即将废弃,请使用云监控获取相关数据。
2521
+ * 集群最近使用量,即将废弃,请使用腾讯云可观测平台获取相关数据。
2522
2522
  注意:此字段可能返回 null,表示取不到有效值。
2523
2523
  */
2524
2524
  ClusterStats?: RocketMQClusterRecentStats;
@@ -1,10 +1,10 @@
1
1
  export declare const tem: {
2
- v20201221: {
3
- Client: typeof import("./v20201221/tem_client").Client;
4
- Models: typeof import("./v20201221/tem_models");
5
- };
6
2
  v20210701: {
7
3
  Client: typeof import("./v20210701/tem_client").Client;
8
4
  Models: typeof import("./v20210701/tem_models");
9
5
  };
6
+ v20201221: {
7
+ Client: typeof import("./v20201221/tem_client").Client;
8
+ Models: typeof import("./v20201221/tem_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tem = void 0;
4
- const v20201221_1 = require("./v20201221");
5
4
  const v20210701_1 = require("./v20210701");
5
+ const v20201221_1 = require("./v20201221");
6
6
  exports.tem = {
7
- v20201221: v20201221_1.v20201221,
8
7
  v20210701: v20210701_1.v20210701,
8
+ v20201221: v20201221_1.v20201221,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const teo: {
2
- v20220901: {
3
- Client: typeof import("./v20220901/teo_client").Client;
4
- Models: typeof import("./v20220901/teo_models");
5
- };
6
2
  v20220106: {
7
3
  Client: typeof import("./v20220106/teo_client").Client;
8
4
  Models: typeof import("./v20220106/teo_models");
9
5
  };
6
+ v20220901: {
7
+ Client: typeof import("./v20220901/teo_client").Client;
8
+ Models: typeof import("./v20220901/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 v20220901_1 = require("./v20220901");
5
4
  const v20220106_1 = require("./v20220106");
5
+ const v20220901_1 = require("./v20220901");
6
6
  exports.teo = {
7
- v20220901: v20220901_1.v20220901,
8
7
  v20220106: v20220106_1.v20220106,
8
+ v20220901: v20220901_1.v20220901,
9
9
  };
@@ -1309,11 +1309,11 @@ export interface DescribeRulesResponse {
1309
1309
  /**
1310
1310
  * 站点 ID。
1311
1311
  */
1312
- ZoneId: string;
1312
+ ZoneId?: string;
1313
1313
  /**
1314
1314
  * 规则列表,按规则执行顺序从先往后排序。
1315
1315
  */
1316
- RuleItems: Array<RuleItem>;
1316
+ RuleItems?: Array<RuleItem>;
1317
1317
  /**
1318
1318
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1319
1319
  */
@@ -1828,8 +1828,7 @@ export interface ModifyApplicationProxyRequest {
1828
1828
  SessionPersistTime?: number;
1829
1829
  /**
1830
1830
  * 四层代理模式,取值有:
1831
- <li>hostname:表示子域名模式;</li>
1832
- <li>instance:表示实例模式。</li>不填写保持原有配置。
1831
+ <li>instance:表示实例模式。</li>不填写使用默认值instance。
1833
1832
  */
1834
1833
  ProxyType?: string;
1835
1834
  /**
@@ -6298,7 +6297,7 @@ export interface StandardDebug {
6298
6297
  */
6299
6298
  Switch: string;
6300
6299
  /**
6301
- * 允许的客户端来源。支持填写 IPV4 以及 IPV6 的 IP/IP 段。
6300
+ * 允许的客户端来源。支持填写 IPv4 以及 IPv6 的 IP/IP 段。0.0.0.0/0 表示允许所有 IPv4 客户端进行调试,::/0 表示允许所有 IPv6 客户端进行调试。
6302
6301
  */
6303
6302
  AllowClientIPList: Array<string>;
6304
6303
  /**
@@ -3,12 +3,12 @@ export declare const thpc: {
3
3
  Client: typeof import("./v20211109/thpc_client").Client;
4
4
  Models: typeof import("./v20211109/thpc_models");
5
5
  };
6
- v20230321: {
7
- Client: typeof import("./v20230321/thpc_client").Client;
8
- Models: typeof import("./v20230321/thpc_models");
9
- };
10
6
  v20220401: {
11
7
  Client: typeof import("./v20220401/thpc_client").Client;
12
8
  Models: typeof import("./v20220401/thpc_models");
13
9
  };
10
+ v20230321: {
11
+ Client: typeof import("./v20230321/thpc_client").Client;
12
+ Models: typeof import("./v20230321/thpc_models");
13
+ };
14
14
  };
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
4
  const v20211109_1 = require("./v20211109");
5
- const v20230321_1 = require("./v20230321");
6
5
  const v20220401_1 = require("./v20220401");
6
+ const v20230321_1 = require("./v20230321");
7
7
  exports.thpc = {
8
8
  v20211109: v20211109_1.v20211109,
9
- v20230321: v20230321_1.v20230321,
10
9
  v20220401: v20220401_1.v20220401,
10
+ v20230321: v20230321_1.v20230321,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tione: {
2
- v20211111: {
3
- Client: typeof import("./v20211111/tione_client").Client;
4
- Models: typeof import("./v20211111/tione_models");
5
- };
6
2
  v20191022: {
7
3
  Client: typeof import("./v20191022/tione_client").Client;
8
4
  Models: typeof import("./v20191022/tione_models");
9
5
  };
6
+ v20211111: {
7
+ Client: typeof import("./v20211111/tione_client").Client;
8
+ Models: typeof import("./v20211111/tione_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tione = void 0;
4
- const v20211111_1 = require("./v20211111");
5
4
  const v20191022_1 = require("./v20191022");
5
+ const v20211111_1 = require("./v20211111");
6
6
  exports.tione = {
7
- v20211111: v20211111_1.v20211111,
8
7
  v20191022: v20191022_1.v20191022,
8
+ v20211111: v20211111_1.v20211111,
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, 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";
3
+ import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayResponse, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, OpenWafProtectionResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyCloudNativeAPIGatewayCertificateRequest, CreateWafDomainsResponse, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, 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, DescribeWafDomainsResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, UpdateUpstreamTargetsResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateUpstreamHealthCheckConfigRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, DescribeWafDomainsRequest, DescribeWafProtectionRequest, ModifyUpstreamNodeStatusResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, OpenWafProtectionRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse } from "./tse_models";
4
4
  /**
5
5
  * tse client
6
6
  * @class
@@ -59,6 +59,10 @@ export declare class Client extends AbstractClient {
59
59
  * 修改云原生网关的灰度规则
60
60
  */
61
61
  ModifyCloudNativeAPIGatewayCanaryRule(req: ModifyCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse>;
62
+ /**
63
+ * 删除 WAF 防护域名
64
+ */
65
+ DeleteWafDomains(req: DeleteWafDomainsRequest, cb?: (error: string, rep: DeleteWafDomainsResponse) => void): Promise<DeleteWafDomainsResponse>;
62
66
  /**
63
67
  * 删除云原生网关服务
64
68
  */
@@ -135,6 +139,10 @@ export declare class Client extends AbstractClient {
135
139
  * 查询云原生网关的限流插件(路由)
136
140
  */
137
141
  DescribeCloudNativeAPIGatewayRouteRateLimit(req: DescribeCloudNativeAPIGatewayRouteRateLimitRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRouteRateLimitResponse) => void): Promise<DescribeCloudNativeAPIGatewayRouteRateLimitResponse>;
142
+ /**
143
+ * 获取 WAF 防护状态
144
+ */
145
+ DescribeWafProtection(req: DescribeWafProtectionRequest, cb?: (error: string, rep: DescribeWafProtectionResponse) => void): Promise<DescribeWafProtectionResponse>;
138
146
  /**
139
147
  * 获取云原生API网关实例网络配置信息
140
148
  */
@@ -151,6 +159,10 @@ export declare class Client extends AbstractClient {
151
159
  * 创建云原生网关的灰度规则
152
160
  */
153
161
  CreateCloudNativeAPIGatewayCanaryRule(req: CreateCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<CreateCloudNativeAPIGatewayCanaryRuleResponse>;
162
+ /**
163
+ * 获取 WAF 防护域名
164
+ */
165
+ DescribeWafDomains(req: DescribeWafDomainsRequest, cb?: (error: string, rep: DescribeWafDomainsResponse) => void): Promise<DescribeWafDomainsResponse>;
154
166
  /**
155
167
  * 查询云原生网关单个证书详情
156
168
  */
@@ -105,6 +105,12 @@ class Client extends abstract_client_1.AbstractClient {
105
105
  async ModifyCloudNativeAPIGatewayCanaryRule(req, cb) {
106
106
  return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb);
107
107
  }
108
+ /**
109
+ * 删除 WAF 防护域名
110
+ */
111
+ async DeleteWafDomains(req, cb) {
112
+ return this.request("DeleteWafDomains", req, cb);
113
+ }
108
114
  /**
109
115
  * 删除云原生网关服务
110
116
  */
@@ -219,6 +225,12 @@ class Client extends abstract_client_1.AbstractClient {
219
225
  async DescribeCloudNativeAPIGatewayRouteRateLimit(req, cb) {
220
226
  return this.request("DescribeCloudNativeAPIGatewayRouteRateLimit", req, cb);
221
227
  }
228
+ /**
229
+ * 获取 WAF 防护状态
230
+ */
231
+ async DescribeWafProtection(req, cb) {
232
+ return this.request("DescribeWafProtection", req, cb);
233
+ }
222
234
  /**
223
235
  * 获取云原生API网关实例网络配置信息
224
236
  */
@@ -243,6 +255,12 @@ class Client extends abstract_client_1.AbstractClient {
243
255
  async CreateCloudNativeAPIGatewayCanaryRule(req, cb) {
244
256
  return this.request("CreateCloudNativeAPIGatewayCanaryRule", req, cb);
245
257
  }
258
+ /**
259
+ * 获取 WAF 防护域名
260
+ */
261
+ async DescribeWafDomains(req, cb) {
262
+ return this.request("DescribeWafDomains", req, cb);
263
+ }
246
264
  /**
247
265
  * 查询云原生网关单个证书详情
248
266
  */