tencentcloud-sdk-nodejs 4.0.574 → 4.0.576

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 (143) hide show
  1. package/CHANGELOG.md +514 -0
  2. package/SERVICE_CHANGELOG.md +596 -83
  3. package/package.json +1 -1
  4. package/products.md +35 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/captcha/v20190722/captcha_models.ts +17 -6
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -4
  9. package/src/services/cdn/v20180606/cdn_models.ts +5 -5
  10. package/src/services/cii/index.ts +2 -2
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  12. package/src/services/clb/v20180317/clb_models.ts +22 -0
  13. package/src/services/cls/v20201016/cls_models.ts +22 -0
  14. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  15. package/src/services/cwp/v20180228/cwp_client.ts +132 -29
  16. package/src/services/cwp/v20180228/cwp_models.ts +1050 -34
  17. package/src/services/dbbrain/index.ts +2 -2
  18. package/src/services/dbbrain/v20210527/dbbrain_client.ts +12 -0
  19. package/src/services/dbbrain/v20210527/dbbrain_models.ts +38 -2
  20. package/src/services/dc/v20180410/dc_models.ts +16 -5
  21. package/src/services/emr/v20190103/emr_client.ts +28 -1
  22. package/src/services/emr/v20190103/emr_models.ts +134 -5
  23. package/src/services/ess/v20201111/ess_client.ts +1 -1
  24. package/src/services/ess/v20201111/ess_models.ts +1 -1
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  26. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  27. package/src/services/index.ts +1 -0
  28. package/src/services/iotvideo/index.ts +4 -4
  29. package/src/services/lcic/v20220817/lcic_client.ts +14 -1
  30. package/src/services/lcic/v20220817/lcic_models.ts +130 -6
  31. package/src/services/mongodb/index.ts +2 -2
  32. package/src/services/mongodb/v20190725/mongodb_client.ts +6 -6
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +36 -29
  34. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  35. package/src/services/monitor/v20180724/monitor_models.ts +59 -0
  36. package/src/services/mps/v20190612/mps_client.ts +12 -2
  37. package/src/services/mps/v20190612/mps_models.ts +341 -54
  38. package/src/services/ocr/v20181119/ocr_client.ts +25 -6
  39. package/src/services/ocr/v20181119/ocr_models.ts +291 -168
  40. package/src/services/organization/index.ts +2 -2
  41. package/src/services/pts/v20210728/pts_models.ts +16 -4
  42. package/src/services/rum/v20210622/rum_models.ts +10 -5
  43. package/src/services/tbp/index.ts +2 -2
  44. package/src/services/tem/index.ts +2 -2
  45. package/src/services/teo/index.ts +2 -2
  46. package/src/services/teo/v20220901/teo_models.ts +18 -10
  47. package/src/services/thpc/index.ts +4 -4
  48. package/src/services/tione/v20211111/tione_models.ts +52 -7
  49. package/src/services/tke/v20180525/tke_models.ts +21 -8
  50. package/src/services/tourism/index.ts +5 -0
  51. package/src/services/tourism/v20230215/index.ts +6 -0
  52. package/src/services/tourism/v20230215/tourism_client.ts +44 -0
  53. package/src/services/tourism/v20230215/tourism_models.ts +128 -0
  54. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  55. package/src/services/vm/index.ts +2 -2
  56. package/src/services/vod/v20180717/vod_client.ts +7 -6
  57. package/src/services/vod/v20180717/vod_models.ts +40 -14
  58. package/src/services/yunsou/index.ts +2 -2
  59. package/tencentcloud/common/sdk_version.d.ts +1 -1
  60. package/tencentcloud/common/sdk_version.js +1 -1
  61. package/tencentcloud/services/bma/index.d.ts +4 -4
  62. package/tencentcloud/services/bma/index.js +2 -2
  63. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +15 -6
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
  65. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
  66. package/tencentcloud/services/cii/index.d.ts +4 -4
  67. package/tencentcloud/services/cii/index.js +2 -2
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  69. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +18 -0
  70. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +18 -0
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  72. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +41 -9
  73. package/tencentcloud/services/cwp/v20180228/cwp_client.js +60 -12
  74. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +881 -35
  75. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  76. package/tencentcloud/services/dbbrain/index.js +2 -2
  77. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  78. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  79. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +33 -2
  80. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +14 -3
  81. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +9 -1
  82. package/tencentcloud/services/emr/v20190103/emr_client.js +12 -0
  83. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +117 -4
  84. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  85. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  86. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  87. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  88. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  89. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  90. package/tencentcloud/services/index.d.ts +1 -0
  91. package/tencentcloud/services/index.js +2 -0
  92. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  93. package/tencentcloud/services/iotvideo/index.js +4 -4
  94. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  95. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  96. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +110 -5
  97. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  98. package/tencentcloud/services/mongodb/index.js +2 -2
  99. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +6 -6
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -6
  101. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +32 -25
  102. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +50 -0
  103. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +291 -44
  104. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  105. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  106. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +254 -146
  107. package/tencentcloud/services/organization/index.d.ts +4 -4
  108. package/tencentcloud/services/organization/index.js +2 -2
  109. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +14 -2
  110. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +9 -5
  111. package/tencentcloud/services/tbp/index.d.ts +4 -4
  112. package/tencentcloud/services/tbp/index.js +2 -2
  113. package/tencentcloud/services/tem/index.d.ts +4 -4
  114. package/tencentcloud/services/tem/index.js +2 -2
  115. package/tencentcloud/services/teo/index.d.ts +4 -4
  116. package/tencentcloud/services/teo/index.js +2 -2
  117. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -10
  118. package/tencentcloud/services/thpc/index.d.ts +6 -6
  119. package/tencentcloud/services/thpc/index.js +4 -4
  120. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +44 -7
  121. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +19 -8
  122. package/tencentcloud/services/tourism/index.d.ts +6 -0
  123. package/tencentcloud/services/tourism/index.js +7 -0
  124. package/tencentcloud/services/tourism/v20230215/index.d.ts +6 -0
  125. package/tencentcloud/services/tourism/v20230215/index.js +9 -0
  126. package/tencentcloud/services/tourism/v20230215/tourism_client.d.ts +14 -0
  127. package/tencentcloud/services/tourism/v20230215/tourism_client.js +37 -0
  128. package/tencentcloud/services/tourism/v20230215/tourism_models.d.ts +95 -0
  129. package/tencentcloud/services/tourism/v20230215/tourism_models.js +18 -0
  130. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  131. package/tencentcloud/services/vm/index.d.ts +4 -4
  132. package/tencentcloud/services/vm/index.js +2 -2
  133. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -6
  134. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -6
  135. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +36 -14
  136. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  137. package/tencentcloud/services/yunsou/index.js +2 -2
  138. package/test/cwp.v20180228.test.js +88 -8
  139. package/test/dbbrain.v20210527.test.js +10 -0
  140. package/test/emr.v20190103.test.js +20 -0
  141. package/test/lcic.v20220817.test.js +10 -0
  142. package/test/ocr.v20181119.test.js +10 -0
  143. package/test/tourism.v20230215.test.js +31 -0
@@ -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
  };
@@ -245,7 +245,7 @@ export interface DescribeTopL7CacheDataRequest {
245
245
  */
246
246
  ZoneIds?: Array<string>;
247
247
  /**
248
- * 查询前多少个数据,不填默认默认为10, 表示查询前top 10的数据。
248
+ * 查询前多少个数据,最大值为1000,不填默认默认为10, 表示查询前top 10的数据。
249
249
  */
250
250
  Limit?: number;
251
251
  /**
@@ -3216,10 +3216,14 @@ export interface DescribeOverviewL7DataRequest {
3216
3216
  EndTime: string;
3217
3217
  /**
3218
3218
  * 查询的指标,取值有:
3219
- <li>l7Flow_outFlux: 访问流量;</li>
3219
+ <li>l7Flow_outFlux: Edegone响应流量;</li>
3220
+ <li>l7Flow_inFlux: Edgeone请求流量;</li>
3221
+ <li>l7Flow_outBandwidth: Edegone响应带宽;</li>
3222
+ <li>l7Flow_inBandwidth: Edegone请求带宽;</li>
3223
+ <li>l7Flow_hit_outFlux: 缓存命中流量;</li>
3220
3224
  <li>l7Flow_request: 访问请求数;</li>
3221
- <li>l7Flow_outBandwidth: 访问带宽;</li>
3222
- <li>l7Flow_hit_outFlux: 缓存命中流量。</li>
3225
+ <li>l7Flow_flux: 访问请求上行+下行流量;</li>
3226
+ <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
3223
3227
  */
3224
3228
  MetricNames: Array<string>;
3225
3229
  /**
@@ -3729,9 +3733,13 @@ export interface DescribeTimingL7AnalysisDataRequest {
3729
3733
  EndTime: string;
3730
3734
  /**
3731
3735
  * 指标列表,取值有:
3732
- <li>l7Flow_outFlux: 访问流量;</li>
3736
+ <li>l7Flow_outFlux: Edgeone响应流量;</li>
3737
+ <li>l7Flow_inFlux: Edgeone请求流量;</li>
3738
+ <li>l7Flow_outBandwidth: Edgeone响应带宽;</li>
3739
+ <li>l7Flow_inBandwidth:Edgeone请求带宽;</li>
3733
3740
  <li>l7Flow_request: 访问请求数;</li>
3734
- <li>l7Flow_outBandwidth: 访问带宽。</li>
3741
+ <li>l7Flow_flux: 访问请求上行+下行流量;</li>
3742
+ <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
3735
3743
  */
3736
3744
  MetricNames: Array<string>;
3737
3745
  /**
@@ -4587,12 +4595,12 @@ export interface DescribeTimingL7AnalysisDataResponse {
4587
4595
  /**
4588
4596
  * 查询结果的总条数。
4589
4597
  */
4590
- TotalCount: number;
4598
+ TotalCount?: number;
4591
4599
  /**
4592
4600
  * 时序流量数据列表。
4593
4601
  注意:此字段可能返回 null,表示取不到有效值。
4594
4602
  */
4595
- Data: Array<TimingDataRecord>;
4603
+ Data?: Array<TimingDataRecord>;
4596
4604
  /**
4597
4605
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4598
4606
  */
@@ -4791,12 +4799,12 @@ export interface DescribeOverviewL7DataResponse {
4791
4799
  /**
4792
4800
  * 查询结果的总条数。
4793
4801
  */
4794
- TotalCount: number;
4802
+ TotalCount?: number;
4795
4803
  /**
4796
4804
  * 七层监控类时序流量数据列表。
4797
4805
  注意:此字段可能返回 null,表示取不到有效值。
4798
4806
  */
4799
- Data: Array<TimingDataRecord>;
4807
+ Data?: Array<TimingDataRecord>;
4800
4808
  /**
4801
4809
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4802
4810
  */
@@ -1,14 +1,14 @@
1
1
  export declare const thpc: {
2
- v20230321: {
3
- Client: typeof import("./v20230321/thpc_client").Client;
4
- Models: typeof import("./v20230321/thpc_models");
2
+ v20220401: {
3
+ Client: typeof import("./v20220401/thpc_client").Client;
4
+ Models: typeof import("./v20220401/thpc_models");
5
5
  };
6
6
  v20211109: {
7
7
  Client: typeof import("./v20211109/thpc_client").Client;
8
8
  Models: typeof import("./v20211109/thpc_models");
9
9
  };
10
- v20220401: {
11
- Client: typeof import("./v20220401/thpc_client").Client;
12
- Models: typeof import("./v20220401/thpc_models");
10
+ v20230321: {
11
+ Client: typeof import("./v20230321/thpc_client").Client;
12
+ Models: typeof import("./v20230321/thpc_models");
13
13
  };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
- const v20230321_1 = require("./v20230321");
5
- const v20211109_1 = require("./v20211109");
6
4
  const v20220401_1 = require("./v20220401");
5
+ const v20211109_1 = require("./v20211109");
6
+ const v20230321_1 = require("./v20230321");
7
7
  exports.thpc = {
8
- v20230321: v20230321_1.v20230321,
9
- v20211109: v20211109_1.v20211109,
10
8
  v20220401: v20220401_1.v20220401,
9
+ v20211109: v20211109_1.v20211109,
10
+ v20230321: v20230321_1.v20230321,
11
11
  };
@@ -521,6 +521,10 @@ export interface RestartModelAccelerateTaskRequest {
521
521
  * SavedModel保存时配置的签名
522
522
  */
523
523
  ModelSignature?: string;
524
+ /**
525
+ * 加速引擎对应的框架版本
526
+ */
527
+ FrameworkVersion?: string;
524
528
  }
525
529
  /**
526
530
  * DescribeBillingResourceGroups请求参数结构体
@@ -1878,11 +1882,11 @@ export interface DescribeTrainingModelsResponse {
1878
1882
  /**
1879
1883
  * 模型列表
1880
1884
  */
1881
- TrainingModels: Array<TrainingModelDTO>;
1885
+ TrainingModels?: Array<TrainingModelDTO>;
1882
1886
  /**
1883
1887
  * 模型总数
1884
1888
  */
1885
- TotalCount: number;
1889
+ TotalCount?: number;
1886
1890
  /**
1887
1891
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1888
1892
  */
@@ -2815,6 +2819,11 @@ HYBRID_PAID:
2815
2819
  注意:此字段可能返回 null,表示取不到有效值。
2816
2820
  */
2817
2821
  Pods?: Pod;
2822
+ /**
2823
+ * Pod列表信息
2824
+ 注意:此字段可能返回 null,表示取不到有效值。
2825
+ */
2826
+ PodInfos?: Array<Pod>;
2818
2827
  }
2819
2828
  /**
2820
2829
  * DescribeModelService请求参数结构体
@@ -3380,11 +3389,11 @@ export interface DescribeTrainingModelsRequest {
3380
3389
  /**
3381
3390
  * 过滤器
3382
3391
  Filter.Name: 枚举值:
3383
- keyword (模型名称)
3384
- TrainingModelId (模型ID)
3385
- ModelVersionType (模型版本类型) 其值Filter.Values支持: NORMAL(通用) ACCELERATE (加速)
3386
- TrainingModelSource (模型来源) 其值Filter.Values支持: JOB/COS
3387
- ModelFormat(模型格式)其值Filter.Values支持:
3392
+ keyword (模型名称)
3393
+ TrainingModelId (模型ID)
3394
+ ModelVersionType (模型版本类型) 其值Filter.Values支持: NORMAL(通用) ACCELERATE (加速)
3395
+ TrainingModelSource (模型来源) 其值Filter.Values支持: JOB/COS
3396
+ ModelFormat(模型格式)其值Filter.Values支持:
3388
3397
  PYTORCH/TORCH_SCRIPT/DETECTRON2/SAVED_MODEL/FROZEN_GRAPH/PMML/MMDETECTION/ONNX/HUGGING_FACE
3389
3398
  Filter.Values: 当长度为1时,支持模糊查询; 不为1时,精确查询
3390
3399
  每次请求的Filters的上限为10,Filter.Values的上限为100
@@ -3411,6 +3420,10 @@ Filter.Fuzzy取值:true/false,是否支持模糊匹配
3411
3420
  * 标签过滤
3412
3421
  */
3413
3422
  TagFilters?: Array<TagFilter>;
3423
+ /**
3424
+ * 是否同时返回模型版本列表
3425
+ */
3426
+ WithModelVersions?: boolean;
3414
3427
  }
3415
3428
  /**
3416
3429
  * 训练数据
@@ -3480,6 +3493,11 @@ export interface Pod {
3480
3493
  注意:此字段可能返回 null,表示取不到有效值。
3481
3494
  */
3482
3495
  Containers?: Container;
3496
+ /**
3497
+ * 容器列表
3498
+ 注意:此字段可能返回 null,表示取不到有效值。
3499
+ */
3500
+ ContainerInfos?: Array<Container>;
3483
3501
  }
3484
3502
  /**
3485
3503
  * DescribeLatestTrainingMetrics请求参数结构体
@@ -3676,6 +3694,10 @@ export interface BatchModelAccTask {
3676
3694
  * SavedModel保存时配置的签名
3677
3695
  */
3678
3696
  ModelSignature?: string;
3697
+ /**
3698
+ * 加速引擎对应的框架版本
3699
+ */
3700
+ FrameworkVersion?: string;
3679
3701
  }
3680
3702
  /**
3681
3703
  * 过滤器
@@ -3740,6 +3762,11 @@ export interface EngineVersion {
3740
3762
  注意:此字段可能返回 null,表示取不到有效值。
3741
3763
  */
3742
3764
  IsSupportIntEightQuantization: boolean;
3765
+ /**
3766
+ * 框架版本
3767
+ 注意:此字段可能返回 null,表示取不到有效值。
3768
+ */
3769
+ FrameworkVersion: string;
3743
3770
  }
3744
3771
  /**
3745
3772
  * DescribeBatchTasks请求参数结构体
@@ -3972,6 +3999,11 @@ export interface TrainingModelDTO {
3972
3999
  注意:此字段可能返回 null,表示取不到有效值。
3973
4000
  */
3974
4001
  CreateTime: string;
4002
+ /**
4003
+ * 模型版本列表。默认不返回,仅在指定请求参数开启时返回。
4004
+ 注意:此字段可能返回 null,表示取不到有效值。
4005
+ */
4006
+ TrainingModelVersions?: Array<TrainingModelVersionDTO>;
3975
4007
  }
3976
4008
  /**
3977
4009
  * 服务的限流限速等配置
@@ -5259,6 +5291,11 @@ export interface ModelAccelerateTask {
5259
5291
  注意:此字段可能返回 null,表示取不到有效值。
5260
5292
  */
5261
5293
  QATModel: boolean;
5294
+ /**
5295
+ * 加速引擎对应的框架版本
5296
+ 注意:此字段可能返回 null,表示取不到有效值。
5297
+ */
5298
+ FrameworkVersion?: string;
5262
5299
  }
5263
5300
  /**
5264
5301
  * 环境变量
@@ -2203,7 +2203,7 @@ export interface AddExistedInstancesRequest {
2203
2203
  */
2204
2204
  InstanceAdvancedSettingsOverrides?: Array<InstanceAdvancedSettings>;
2205
2205
  /**
2206
- * 节点镜像(节点选项时,该参数是必传参数)
2206
+ * 节点镜像
2207
2207
  */
2208
2208
  ImageId?: string;
2209
2209
  }
@@ -4490,7 +4490,7 @@ export interface Cluster {
4490
4490
  */
4491
4491
  TagSpecification: Array<TagSpecification>;
4492
4492
  /**
4493
- * 集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常 )
4493
+ * 集群状态 (Trading 集群开通中,Creating 创建中,Running 运行中,Deleting 删除中,Idling 闲置中,Recovering 唤醒中,Scaling 规模调整中,Upgrading 升级中,WaittingForConnect 等待注册,Trading 集群开通中,Isolated 欠费隔离中,Pause 集群升级暂停,NodeUpgrading 节点升级中,RuntimeUpgrading 节点运行时升级中,MasterScaling Master扩缩容中,ClusterLevelUpgrading 调整规格中,ResourceIsolate 隔离中,ResourceIsolated 已隔离,ResourceReverse 冲正中,Abnormal 异常)
4494
4494
  */
4495
4495
  ClusterStatus: string;
4496
4496
  /**
@@ -4552,6 +4552,11 @@ export interface Cluster {
4552
4552
  注意:此字段可能返回 null,表示取不到有效值。
4553
4553
  */
4554
4554
  RuntimeVersion: string;
4555
+ /**
4556
+ * 集群当前etcd数量
4557
+ 注意:此字段可能返回 null,表示取不到有效值。
4558
+ */
4559
+ ClusterEtcdNodeNum: number;
4555
4560
  }
4556
4561
  /**
4557
4562
  * DescribeClusterEndpointStatus返回参数结构体
@@ -4597,22 +4602,22 @@ export interface AddExistedInstancesResponse {
4597
4602
  * 失败的节点ID
4598
4603
  注意:此字段可能返回 null,表示取不到有效值。
4599
4604
  */
4600
- FailedInstanceIds: Array<string>;
4605
+ FailedInstanceIds?: Array<string>;
4601
4606
  /**
4602
4607
  * 成功的节点ID
4603
4608
  注意:此字段可能返回 null,表示取不到有效值。
4604
4609
  */
4605
- SuccInstanceIds: Array<string>;
4610
+ SuccInstanceIds?: Array<string>;
4606
4611
  /**
4607
4612
  * 超时未返回出来节点的ID(可能失败,也可能成功)
4608
4613
  注意:此字段可能返回 null,表示取不到有效值。
4609
4614
  */
4610
- TimeoutInstanceIds: Array<string>;
4615
+ TimeoutInstanceIds?: Array<string>;
4611
4616
  /**
4612
4617
  * 失败的节点的失败原因
4613
4618
  注意:此字段可能返回 null,表示取不到有效值。
4614
4619
  */
4615
- FailedReasons: Array<string>;
4620
+ FailedReasons?: Array<string>;
4616
4621
  /**
4617
4622
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4618
4623
  */
@@ -7207,12 +7212,12 @@ export interface DescribeClusterVirtualNodePoolsResponse {
7207
7212
  * 节点池总数
7208
7213
  注意:此字段可能返回 null,表示取不到有效值。
7209
7214
  */
7210
- TotalCount?: number;
7215
+ TotalCount: number;
7211
7216
  /**
7212
7217
  * 虚拟节点池列表
7213
7218
  注意:此字段可能返回 null,表示取不到有效值。
7214
7219
  */
7215
- NodePoolSet?: Array<VirtualNodePool>;
7220
+ NodePoolSet: Array<VirtualNodePool>;
7216
7221
  /**
7217
7222
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7218
7223
  */
@@ -8792,6 +8797,12 @@ export interface ClusterNetworkSettings {
8792
8797
  注意:此字段可能返回 null,表示取不到有效值。
8793
8798
  */
8794
8799
  Ipv6ServiceCIDR: string;
8800
+ /**
8801
+ * 集群Cilium Mode配置
8802
+ - clusterIP
8803
+ 注意:此字段可能返回 null,表示取不到有效值。
8804
+ */
8805
+ CiliumMode: string;
8795
8806
  }
8796
8807
  /**
8797
8808
  * DescribeImages返回参数结构体
@@ -0,0 +1,6 @@
1
+ export declare const tourism: {
2
+ v20230215: {
3
+ Client: typeof import("./v20230215/tourism_client").Client;
4
+ Models: typeof import("./v20230215/tourism_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.tourism = void 0;
4
+ const v20230215_1 = require("./v20230215");
5
+ exports.tourism = {
6
+ v20230215: v20230215_1.v20230215,
7
+ };
@@ -0,0 +1,6 @@
1
+ import * as Models from "./tourism_models";
2
+ import { Client } from "./tourism_client";
3
+ export declare const v20230215: {
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.v20230215 = void 0;
4
+ const Models = require("./tourism_models");
5
+ const tourism_client_1 = require("./tourism_client");
6
+ exports.v20230215 = {
7
+ Client: tourism_client_1.Client,
8
+ Models: Models
9
+ };
@@ -0,0 +1,14 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { DescribeDrawResourceListResponse, DescribeDrawResourceListRequest } from "./tourism_models";
4
+ /**
5
+ * tourism client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 依据客户的Uin查询开通的资源列表
12
+ */
13
+ DescribeDrawResourceList(req: DescribeDrawResourceListRequest, cb?: (error: string, rep: DescribeDrawResourceListResponse) => void): Promise<DescribeDrawResourceListResponse>;
14
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * tourism client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("tourism.tencentcloudapi.com", "2023-02-15", clientConfig);
29
+ }
30
+ /**
31
+ * 依据客户的Uin查询开通的资源列表
32
+ */
33
+ async DescribeDrawResourceList(req, cb) {
34
+ return this.request("DescribeDrawResourceList", req, cb);
35
+ }
36
+ }
37
+ exports.Client = Client;
@@ -0,0 +1,95 @@
1
+ /**
2
+ * DescribeDrawResourceList返回参数结构体
3
+ */
4
+ export interface DescribeDrawResourceListResponse {
5
+ /**
6
+ * 返回数据条数
7
+ */
8
+ TotalCount?: number;
9
+ /**
10
+ * 返回数据数组
11
+ */
12
+ ResourceDrawList?: Array<ResourceDrawListType>;
13
+ /**
14
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
15
+ */
16
+ RequestId?: string;
17
+ }
18
+ /**
19
+ * 输出用户的资源数据
20
+ */
21
+ export interface ResourceDrawListType {
22
+ /**
23
+ * 记录id
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ Id?: number;
27
+ /**
28
+ * 资源记录id
29
+ 注意:此字段可能返回 null,表示取不到有效值。
30
+ */
31
+ FlowId?: number;
32
+ /**
33
+ * 资源id
34
+ 注意:此字段可能返回 null,表示取不到有效值。
35
+ */
36
+ ResourceId?: string;
37
+ /**
38
+ * 本订单资源序列号
39
+ 注意:此字段可能返回 null,表示取不到有效值。
40
+ */
41
+ IndexId?: string;
42
+ /**
43
+ * 客户的uin
44
+ 注意:此字段可能返回 null,表示取不到有效值。
45
+ */
46
+ Uin?: string;
47
+ /**
48
+ * 大订单号
49
+ 注意:此字段可能返回 null,表示取不到有效值。
50
+ */
51
+ BigDealId?: string;
52
+ /**
53
+ * 小订单号
54
+ 注意:此字段可能返回 null,表示取不到有效值。
55
+ */
56
+ SmallOrderId?: string;
57
+ /**
58
+ * 资源创建时间
59
+ 注意:此字段可能返回 null,表示取不到有效值。
60
+ */
61
+ ResourceNewStartTime?: string;
62
+ /**
63
+ * 资源到期时间
64
+ 注意:此字段可能返回 null,表示取不到有效值。
65
+ */
66
+ ResourceNewEndTime?: string;
67
+ /**
68
+ * 资源状态
69
+ 注意:此字段可能返回 null,表示取不到有效值。
70
+ */
71
+ ResourceStatus?: number;
72
+ /**
73
+ * 本记录状态
74
+ 注意:此字段可能返回 null,表示取不到有效值。
75
+ */
76
+ Status?: number;
77
+ /**
78
+ * 项目类型
79
+ 注意:此字段可能返回 null,表示取不到有效值。
80
+ */
81
+ ResourceType?: number;
82
+ }
83
+ /**
84
+ * DescribeDrawResourceList请求参数结构体
85
+ */
86
+ export interface DescribeDrawResourceListRequest {
87
+ /**
88
+ * PageNumber
89
+ */
90
+ PageNumber: number;
91
+ /**
92
+ * PageSize
93
+ */
94
+ PageSize: number;
95
+ }
@@ -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 });
@@ -2107,7 +2107,7 @@ export interface StartPublishCdnStreamRequest {
2107
2107
  */
2108
2108
  AgentParams: AgentParams;
2109
2109
  /**
2110
- * 是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转吗费用。
2110
+ * 是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转码费用。
2111
2111
  */
2112
2112
  WithTranscoding: number;
2113
2113
  /**
@@ -2131,7 +2131,7 @@ export interface StartPublishCdnStreamRequest {
2131
2131
  */
2132
2132
  SeiParams?: McuSeiParams;
2133
2133
  /**
2134
- * 回推房间信息,和转推CDN参数必须要有一个。
2134
+ * 回推房间信息,和转推CDN参数必须要有一个。注:回推房间需使用特殊的SDK版本,如您有需求,请联系腾讯云技术支持。
2135
2135
  */
2136
2136
  FeedBackRoomParams?: Array<McuFeedBackRoomParams>;
2137
2137
  }
@@ -1,12 +1,12 @@
1
1
  export declare const vm: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/vm_client").Client;
4
- Models: typeof import("./v20201229/vm_models");
5
- };
6
2
  v20210922: {
7
3
  Client: typeof import("./v20210922/vm_client").Client;
8
4
  Models: typeof import("./v20210922/vm_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/vm_client").Client;
8
+ Models: typeof import("./v20201229/vm_models");
9
+ };
10
10
  v20200709: {
11
11
  Client: typeof import("./v20200709/vm_client").Client;
12
12
  Models: typeof import("./v20200709/vm_models");
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vm = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20210922_1 = require("./v20210922");
5
+ const v20201229_1 = require("./v20201229");
6
6
  const v20200709_1 = require("./v20200709");
7
7
  exports.vm = {
8
- v20201229: v20201229_1.v20201229,
9
8
  v20210922: v20210922_1.v20210922,
9
+ v20201229: v20201229_1.v20201229,
10
10
  v20200709: v20200709_1.v20200709,
11
11
  };
@@ -8,7 +8,7 @@ import { ModifySampleSnapshotTemplateResponse, ModifyWatermarkTemplateRequest, C
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
10
  /**
11
- * 创建一个用户自定义的图片处理模板,数量上限:16。最多支持三次操作,例如:裁剪-缩略-裁剪。
11
+ * 创建一个用户自定义的图片处理模板,数量上限:16。最多支持十次操作,例如:裁剪-缩略-裁剪-模糊-缩略-裁剪-缩略-裁剪-模糊-缩略。
12
12
  */
13
13
  CreateImageProcessingTemplate(req: CreateImageProcessingTemplateRequest, cb?: (error: string, rep: CreateImageProcessingTemplateResponse) => void): Promise<CreateImageProcessingTemplateResponse>;
14
14
  /**
@@ -86,7 +86,7 @@ export declare class Client extends AbstractClient {
86
86
  */
87
87
  ProcessMediaByProcedure(req: ProcessMediaByProcedureRequest, cb?: (error: string, rep: ProcessMediaByProcedureResponse) => void): Promise<ProcessMediaByProcedureResponse>;
88
88
  /**
89
- * 修改音画质重生模版。
89
+ * 修改音画质重生模板。
90
90
  */
91
91
  ModifyRebuildMediaTemplate(req: ModifyRebuildMediaTemplateRequest, cb?: (error: string, rep: ModifyRebuildMediaTemplateResponse) => void): Promise<ModifyRebuildMediaTemplateResponse>;
92
92
  /**
@@ -287,7 +287,7 @@ export declare class Client extends AbstractClient {
287
287
  */
288
288
  DescribeDrmKeyProviderInfo(req: DescribeDrmKeyProviderInfoRequest, cb?: (error: string, rep: DescribeDrmKeyProviderInfoResponse) => void): Promise<DescribeDrmKeyProviderInfoResponse>;
289
289
  /**
290
- * 删除音画质重生模版。
290
+ * 删除音画质重生模板。
291
291
  */
292
292
  DeleteRebuildMediaTemplate(req: DeleteRebuildMediaTemplateRequest, cb?: (error: string, rep: DeleteRebuildMediaTemplateResponse) => void): Promise<DeleteRebuildMediaTemplateResponse>;
293
293
  /**
@@ -420,7 +420,7 @@ export declare class Client extends AbstractClient {
420
420
  */
421
421
  CreateStorageRegion(req: CreateStorageRegionRequest, cb?: (error: string, rep: CreateStorageRegionResponse) => void): Promise<CreateStorageRegionResponse>;
422
422
  /**
423
- * 创建音画质重生模版。
423
+ * 创建音画质重生模板。
424
424
  */
425
425
  CreateRebuildMediaTemplate(req: CreateRebuildMediaTemplateRequest, cb?: (error: string, rep: CreateRebuildMediaTemplateResponse) => void): Promise<CreateRebuildMediaTemplateResponse>;
426
426
  /**
@@ -658,7 +658,7 @@ export declare class Client extends AbstractClient {
658
658
  */
659
659
  SetDrmKeyProviderInfo(req: SetDrmKeyProviderInfoRequest, cb?: (error: string, rep: SetDrmKeyProviderInfoResponse) => void): Promise<SetDrmKeyProviderInfoResponse>;
660
660
  /**
661
- * 使用模版发起音画质重生。
661
+ * 使用模板发起音画质重生。
662
662
  */
663
663
  RebuildMediaByTemplate(req: RebuildMediaByTemplateRequest, cb?: (error: string, rep: RebuildMediaByTemplateResponse) => void): Promise<RebuildMediaByTemplateResponse>;
664
664
  /**
@@ -862,7 +862,7 @@ export declare class Client extends AbstractClient {
862
862
  */
863
863
  CreateAIRecognitionTemplate(req: CreateAIRecognitionTemplateRequest, cb?: (error: string, rep: CreateAIRecognitionTemplateResponse) => void): Promise<CreateAIRecognitionTemplateResponse>;
864
864
  /**
865
- * 获取音画质重生模版列表。
865
+ * 获取音画质重生模板列表。
866
866
  */
867
867
  DescribeRebuildMediaTemplates(req: DescribeRebuildMediaTemplatesRequest, cb?: (error: string, rep: DescribeRebuildMediaTemplatesResponse) => void): Promise<DescribeRebuildMediaTemplatesResponse>;
868
868
  /**