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,7 +1,7 @@
1
- import { v20201221 } from "./v20201221"
2
1
  import { v20210701 } from "./v20210701"
2
+ import { v20201221 } from "./v20201221"
3
3
 
4
4
  export const tem = {
5
- v20201221: v20201221,
6
5
  v20210701: v20210701,
6
+ v20201221: v20201221,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20220901 } from "./v20220901"
2
1
  import { v20220106 } from "./v20220106"
2
+ import { v20220901 } from "./v20220901"
3
3
 
4
4
  export const teo = {
5
- v20220901: v20220901,
6
5
  v20220106: v20220106,
6
+ v20220901: v20220901,
7
7
  }
@@ -299,7 +299,7 @@ export interface DescribeTopL7CacheDataRequest {
299
299
  ZoneIds?: Array<string>
300
300
 
301
301
  /**
302
- * 查询前多少个数据,不填默认默认为10, 表示查询前top 10的数据。
302
+ * 查询前多少个数据,最大值为1000,不填默认默认为10, 表示查询前top 10的数据。
303
303
  */
304
304
  Limit?: number
305
305
 
@@ -3742,10 +3742,14 @@ export interface DescribeOverviewL7DataRequest {
3742
3742
 
3743
3743
  /**
3744
3744
  * 查询的指标,取值有:
3745
- <li>l7Flow_outFlux: 访问流量;</li>
3745
+ <li>l7Flow_outFlux: Edegone响应流量;</li>
3746
+ <li>l7Flow_inFlux: Edgeone请求流量;</li>
3747
+ <li>l7Flow_outBandwidth: Edegone响应带宽;</li>
3748
+ <li>l7Flow_inBandwidth: Edegone请求带宽;</li>
3749
+ <li>l7Flow_hit_outFlux: 缓存命中流量;</li>
3746
3750
  <li>l7Flow_request: 访问请求数;</li>
3747
- <li>l7Flow_outBandwidth: 访问带宽;</li>
3748
- <li>l7Flow_hit_outFlux: 缓存命中流量。</li>
3751
+ <li>l7Flow_flux: 访问请求上行+下行流量;</li>
3752
+ <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
3749
3753
  */
3750
3754
  MetricNames: Array<string>
3751
3755
 
@@ -4339,9 +4343,13 @@ export interface DescribeTimingL7AnalysisDataRequest {
4339
4343
 
4340
4344
  /**
4341
4345
  * 指标列表,取值有:
4342
- <li>l7Flow_outFlux: 访问流量;</li>
4346
+ <li>l7Flow_outFlux: Edgeone响应流量;</li>
4347
+ <li>l7Flow_inFlux: Edgeone请求流量;</li>
4348
+ <li>l7Flow_outBandwidth: Edgeone响应带宽;</li>
4349
+ <li>l7Flow_inBandwidth:Edgeone请求带宽;</li>
4343
4350
  <li>l7Flow_request: 访问请求数;</li>
4344
- <li>l7Flow_outBandwidth: 访问带宽。</li>
4351
+ <li>l7Flow_flux: 访问请求上行+下行流量;</li>
4352
+ <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
4345
4353
  */
4346
4354
  MetricNames: Array<string>
4347
4355
 
@@ -5330,13 +5338,13 @@ export interface DescribeTimingL7AnalysisDataResponse {
5330
5338
  /**
5331
5339
  * 查询结果的总条数。
5332
5340
  */
5333
- TotalCount: number
5341
+ TotalCount?: number
5334
5342
 
5335
5343
  /**
5336
5344
  * 时序流量数据列表。
5337
5345
  注意:此字段可能返回 null,表示取不到有效值。
5338
5346
  */
5339
- Data: Array<TimingDataRecord>
5347
+ Data?: Array<TimingDataRecord>
5340
5348
 
5341
5349
  /**
5342
5350
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5565,13 +5573,13 @@ export interface DescribeOverviewL7DataResponse {
5565
5573
  /**
5566
5574
  * 查询结果的总条数。
5567
5575
  */
5568
- TotalCount: number
5576
+ TotalCount?: number
5569
5577
 
5570
5578
  /**
5571
5579
  * 七层监控类时序流量数据列表。
5572
5580
  注意:此字段可能返回 null,表示取不到有效值。
5573
5581
  */
5574
- Data: Array<TimingDataRecord>
5582
+ Data?: Array<TimingDataRecord>
5575
5583
 
5576
5584
  /**
5577
5585
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1,9 +1,9 @@
1
- import { v20230321 } from "./v20230321"
2
- import { v20211109 } from "./v20211109"
3
1
  import { v20220401 } from "./v20220401"
2
+ import { v20211109 } from "./v20211109"
3
+ import { v20230321 } from "./v20230321"
4
4
 
5
5
  export const thpc = {
6
- v20230321: v20230321,
7
- v20211109: v20211109,
8
6
  v20220401: v20220401,
7
+ v20211109: v20211109,
8
+ v20230321: v20230321,
9
9
  }
@@ -642,6 +642,11 @@ export interface RestartModelAccelerateTaskRequest {
642
642
  * SavedModel保存时配置的签名
643
643
  */
644
644
  ModelSignature?: string
645
+
646
+ /**
647
+ * 加速引擎对应的框架版本
648
+ */
649
+ FrameworkVersion?: string
645
650
  }
646
651
 
647
652
  /**
@@ -2242,12 +2247,12 @@ export interface DescribeTrainingModelsResponse {
2242
2247
  /**
2243
2248
  * 模型列表
2244
2249
  */
2245
- TrainingModels: Array<TrainingModelDTO>
2250
+ TrainingModels?: Array<TrainingModelDTO>
2246
2251
 
2247
2252
  /**
2248
2253
  * 模型总数
2249
2254
  */
2250
- TotalCount: number
2255
+ TotalCount?: number
2251
2256
 
2252
2257
  /**
2253
2258
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3341,6 +3346,12 @@ HYBRID_PAID:
3341
3346
  注意:此字段可能返回 null,表示取不到有效值。
3342
3347
  */
3343
3348
  Pods?: Pod
3349
+
3350
+ /**
3351
+ * Pod列表信息
3352
+ 注意:此字段可能返回 null,表示取不到有效值。
3353
+ */
3354
+ PodInfos?: Array<Pod>
3344
3355
  }
3345
3356
 
3346
3357
  /**
@@ -4006,11 +4017,11 @@ export interface DescribeTrainingModelsRequest {
4006
4017
  /**
4007
4018
  * 过滤器
4008
4019
  Filter.Name: 枚举值:
4009
- keyword (模型名称)
4010
- TrainingModelId (模型ID)
4011
- ModelVersionType (模型版本类型) 其值Filter.Values支持: NORMAL(通用) ACCELERATE (加速)
4012
- TrainingModelSource (模型来源) 其值Filter.Values支持: JOB/COS
4013
- ModelFormat(模型格式)其值Filter.Values支持:
4020
+ keyword (模型名称)
4021
+ TrainingModelId (模型ID)
4022
+ ModelVersionType (模型版本类型) 其值Filter.Values支持: NORMAL(通用) ACCELERATE (加速)
4023
+ TrainingModelSource (模型来源) 其值Filter.Values支持: JOB/COS
4024
+ ModelFormat(模型格式)其值Filter.Values支持:
4014
4025
  PYTORCH/TORCH_SCRIPT/DETECTRON2/SAVED_MODEL/FROZEN_GRAPH/PMML/MMDETECTION/ONNX/HUGGING_FACE
4015
4026
  Filter.Values: 当长度为1时,支持模糊查询; 不为1时,精确查询
4016
4027
  每次请求的Filters的上限为10,Filter.Values的上限为100
@@ -4042,6 +4053,11 @@ Filter.Fuzzy取值:true/false,是否支持模糊匹配
4042
4053
  * 标签过滤
4043
4054
  */
4044
4055
  TagFilters?: Array<TagFilter>
4056
+
4057
+ /**
4058
+ * 是否同时返回模型版本列表
4059
+ */
4060
+ WithModelVersions?: boolean
4045
4061
  }
4046
4062
 
4047
4063
  /**
@@ -4123,6 +4139,12 @@ export interface Pod {
4123
4139
  注意:此字段可能返回 null,表示取不到有效值。
4124
4140
  */
4125
4141
  Containers?: Container
4142
+
4143
+ /**
4144
+ * 容器列表
4145
+ 注意:此字段可能返回 null,表示取不到有效值。
4146
+ */
4147
+ ContainerInfos?: Array<Container>
4126
4148
  }
4127
4149
 
4128
4150
  /**
@@ -4351,6 +4373,11 @@ export interface BatchModelAccTask {
4351
4373
  * SavedModel保存时配置的签名
4352
4374
  */
4353
4375
  ModelSignature?: string
4376
+
4377
+ /**
4378
+ * 加速引擎对应的框架版本
4379
+ */
4380
+ FrameworkVersion?: string
4354
4381
  }
4355
4382
 
4356
4383
  /**
@@ -4425,6 +4452,12 @@ export interface EngineVersion {
4425
4452
  注意:此字段可能返回 null,表示取不到有效值。
4426
4453
  */
4427
4454
  IsSupportIntEightQuantization: boolean
4455
+
4456
+ /**
4457
+ * 框架版本
4458
+ 注意:此字段可能返回 null,表示取不到有效值。
4459
+ */
4460
+ FrameworkVersion: string
4428
4461
  }
4429
4462
 
4430
4463
  /**
@@ -4696,6 +4729,12 @@ export interface TrainingModelDTO {
4696
4729
  注意:此字段可能返回 null,表示取不到有效值。
4697
4730
  */
4698
4731
  CreateTime: string
4732
+
4733
+ /**
4734
+ * 模型版本列表。默认不返回,仅在指定请求参数开启时返回。
4735
+ 注意:此字段可能返回 null,表示取不到有效值。
4736
+ */
4737
+ TrainingModelVersions?: Array<TrainingModelVersionDTO>
4699
4738
  }
4700
4739
 
4701
4740
  /**
@@ -6213,6 +6252,12 @@ export interface ModelAccelerateTask {
6213
6252
  注意:此字段可能返回 null,表示取不到有效值。
6214
6253
  */
6215
6254
  QATModel: boolean
6255
+
6256
+ /**
6257
+ * 加速引擎对应的框架版本
6258
+ 注意:此字段可能返回 null,表示取不到有效值。
6259
+ */
6260
+ FrameworkVersion?: string
6216
6261
  }
6217
6262
 
6218
6263
  /**
@@ -2602,7 +2602,7 @@ export interface AddExistedInstancesRequest {
2602
2602
  InstanceAdvancedSettingsOverrides?: Array<InstanceAdvancedSettings>
2603
2603
 
2604
2604
  /**
2605
- * 节点镜像(节点选项时,该参数是必传参数)
2605
+ * 节点镜像
2606
2606
  */
2607
2607
  ImageId?: string
2608
2608
  }
@@ -5295,7 +5295,7 @@ export interface Cluster {
5295
5295
  TagSpecification: Array<TagSpecification>
5296
5296
 
5297
5297
  /**
5298
- * 集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常 )
5298
+ * 集群状态 (Trading 集群开通中,Creating 创建中,Running 运行中,Deleting 删除中,Idling 闲置中,Recovering 唤醒中,Scaling 规模调整中,Upgrading 升级中,WaittingForConnect 等待注册,Trading 集群开通中,Isolated 欠费隔离中,Pause 集群升级暂停,NodeUpgrading 节点升级中,RuntimeUpgrading 节点运行时升级中,MasterScaling Master扩缩容中,ClusterLevelUpgrading 调整规格中,ResourceIsolate 隔离中,ResourceIsolated 已隔离,ResourceReverse 冲正中,Abnormal 异常)
5299
5299
  */
5300
5300
  ClusterStatus: string
5301
5301
 
@@ -5369,6 +5369,12 @@ export interface Cluster {
5369
5369
  注意:此字段可能返回 null,表示取不到有效值。
5370
5370
  */
5371
5371
  RuntimeVersion: string
5372
+
5373
+ /**
5374
+ * 集群当前etcd数量
5375
+ 注意:此字段可能返回 null,表示取不到有效值。
5376
+ */
5377
+ ClusterEtcdNodeNum: number
5372
5378
  }
5373
5379
 
5374
5380
  /**
@@ -5421,25 +5427,25 @@ export interface AddExistedInstancesResponse {
5421
5427
  * 失败的节点ID
5422
5428
  注意:此字段可能返回 null,表示取不到有效值。
5423
5429
  */
5424
- FailedInstanceIds: Array<string>
5430
+ FailedInstanceIds?: Array<string>
5425
5431
 
5426
5432
  /**
5427
5433
  * 成功的节点ID
5428
5434
  注意:此字段可能返回 null,表示取不到有效值。
5429
5435
  */
5430
- SuccInstanceIds: Array<string>
5436
+ SuccInstanceIds?: Array<string>
5431
5437
 
5432
5438
  /**
5433
5439
  * 超时未返回出来节点的ID(可能失败,也可能成功)
5434
5440
  注意:此字段可能返回 null,表示取不到有效值。
5435
5441
  */
5436
- TimeoutInstanceIds: Array<string>
5442
+ TimeoutInstanceIds?: Array<string>
5437
5443
 
5438
5444
  /**
5439
5445
  * 失败的节点的失败原因
5440
5446
  注意:此字段可能返回 null,表示取不到有效值。
5441
5447
  */
5442
- FailedReasons: Array<string>
5448
+ FailedReasons?: Array<string>
5443
5449
 
5444
5450
  /**
5445
5451
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -8476,13 +8482,13 @@ export interface DescribeClusterVirtualNodePoolsResponse {
8476
8482
  * 节点池总数
8477
8483
  注意:此字段可能返回 null,表示取不到有效值。
8478
8484
  */
8479
- TotalCount?: number
8485
+ TotalCount: number
8480
8486
 
8481
8487
  /**
8482
8488
  * 虚拟节点池列表
8483
8489
  注意:此字段可能返回 null,表示取不到有效值。
8484
8490
  */
8485
- NodePoolSet?: Array<VirtualNodePool>
8491
+ NodePoolSet: Array<VirtualNodePool>
8486
8492
 
8487
8493
  /**
8488
8494
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -10344,6 +10350,13 @@ export interface ClusterNetworkSettings {
10344
10350
  注意:此字段可能返回 null,表示取不到有效值。
10345
10351
  */
10346
10352
  Ipv6ServiceCIDR: string
10353
+
10354
+ /**
10355
+ * 集群Cilium Mode配置
10356
+ - clusterIP
10357
+ 注意:此字段可能返回 null,表示取不到有效值。
10358
+ */
10359
+ CiliumMode: string
10347
10360
  }
10348
10361
 
10349
10362
  /**
@@ -0,0 +1,5 @@
1
+ import { v20230215 } from "./v20230215"
2
+
3
+ export const tourism = {
4
+ v20230215: v20230215,
5
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./tourism_models"
2
+ import { Client } from "./tourism_client"
3
+ export const v20230215 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -0,0 +1,44 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
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
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ DescribeDrawResourceListResponse,
22
+ ResourceDrawListType,
23
+ DescribeDrawResourceListRequest,
24
+ } from "./tourism_models"
25
+
26
+ /**
27
+ * tourism client
28
+ * @class
29
+ */
30
+ export class Client extends AbstractClient {
31
+ constructor(clientConfig: ClientConfig) {
32
+ super("tourism.tencentcloudapi.com", "2023-02-15", clientConfig)
33
+ }
34
+
35
+ /**
36
+ * 依据客户的Uin查询开通的资源列表
37
+ */
38
+ async DescribeDrawResourceList(
39
+ req: DescribeDrawResourceListRequest,
40
+ cb?: (error: string, rep: DescribeDrawResourceListResponse) => void
41
+ ): Promise<DescribeDrawResourceListResponse> {
42
+ return this.request("DescribeDrawResourceList", req, cb)
43
+ }
44
+ }
@@ -0,0 +1,128 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * DescribeDrawResourceList返回参数结构体
20
+ */
21
+ export interface DescribeDrawResourceListResponse {
22
+ /**
23
+ * 返回数据条数
24
+ */
25
+ TotalCount?: number
26
+
27
+ /**
28
+ * 返回数据数组
29
+ */
30
+ ResourceDrawList?: Array<ResourceDrawListType>
31
+
32
+ /**
33
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
34
+ */
35
+ RequestId?: string
36
+ }
37
+
38
+ /**
39
+ * 输出用户的资源数据
40
+ */
41
+ export interface ResourceDrawListType {
42
+ /**
43
+ * 记录id
44
+ 注意:此字段可能返回 null,表示取不到有效值。
45
+ */
46
+ Id?: number
47
+
48
+ /**
49
+ * 资源记录id
50
+ 注意:此字段可能返回 null,表示取不到有效值。
51
+ */
52
+ FlowId?: number
53
+
54
+ /**
55
+ * 资源id
56
+ 注意:此字段可能返回 null,表示取不到有效值。
57
+ */
58
+ ResourceId?: string
59
+
60
+ /**
61
+ * 本订单资源序列号
62
+ 注意:此字段可能返回 null,表示取不到有效值。
63
+ */
64
+ IndexId?: string
65
+
66
+ /**
67
+ * 客户的uin
68
+ 注意:此字段可能返回 null,表示取不到有效值。
69
+ */
70
+ Uin?: string
71
+
72
+ /**
73
+ * 大订单号
74
+ 注意:此字段可能返回 null,表示取不到有效值。
75
+ */
76
+ BigDealId?: string
77
+
78
+ /**
79
+ * 小订单号
80
+ 注意:此字段可能返回 null,表示取不到有效值。
81
+ */
82
+ SmallOrderId?: string
83
+
84
+ /**
85
+ * 资源创建时间
86
+ 注意:此字段可能返回 null,表示取不到有效值。
87
+ */
88
+ ResourceNewStartTime?: string
89
+
90
+ /**
91
+ * 资源到期时间
92
+ 注意:此字段可能返回 null,表示取不到有效值。
93
+ */
94
+ ResourceNewEndTime?: string
95
+
96
+ /**
97
+ * 资源状态
98
+ 注意:此字段可能返回 null,表示取不到有效值。
99
+ */
100
+ ResourceStatus?: number
101
+
102
+ /**
103
+ * 本记录状态
104
+ 注意:此字段可能返回 null,表示取不到有效值。
105
+ */
106
+ Status?: number
107
+
108
+ /**
109
+ * 项目类型
110
+ 注意:此字段可能返回 null,表示取不到有效值。
111
+ */
112
+ ResourceType?: number
113
+ }
114
+
115
+ /**
116
+ * DescribeDrawResourceList请求参数结构体
117
+ */
118
+ export interface DescribeDrawResourceListRequest {
119
+ /**
120
+ * PageNumber
121
+ */
122
+ PageNumber: number
123
+
124
+ /**
125
+ * PageSize
126
+ */
127
+ PageSize: number
128
+ }
@@ -2507,7 +2507,7 @@ export interface StartPublishCdnStreamRequest {
2507
2507
  AgentParams: AgentParams
2508
2508
 
2509
2509
  /**
2510
- * 是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转吗费用。
2510
+ * 是否转码,0表示无需转码,1表示需要转码。是否收取转码费是由WithTranscoding参数决定的,WithTranscoding为0,表示旁路转推,不会收取转码费用,WithTranscoding为1,表示混流转推,会收取转码费用。
2511
2511
  */
2512
2512
  WithTranscoding: number
2513
2513
 
@@ -2537,7 +2537,7 @@ export interface StartPublishCdnStreamRequest {
2537
2537
  SeiParams?: McuSeiParams
2538
2538
 
2539
2539
  /**
2540
- * 回推房间信息,和转推CDN参数必须要有一个。
2540
+ * 回推房间信息,和转推CDN参数必须要有一个。注:回推房间需使用特殊的SDK版本,如您有需求,请联系腾讯云技术支持。
2541
2541
  */
2542
2542
  FeedBackRoomParams?: Array<McuFeedBackRoomParams>
2543
2543
  }
@@ -1,9 +1,9 @@
1
- import { v20201229 } from "./v20201229"
2
1
  import { v20210922 } from "./v20210922"
2
+ import { v20201229 } from "./v20201229"
3
3
  import { v20200709 } from "./v20200709"
4
4
 
5
5
  export const vm = {
6
- v20201229: v20201229,
7
6
  v20210922: v20210922,
7
+ v20201229: v20201229,
8
8
  v20200709: v20200709,
9
9
  }
@@ -145,6 +145,7 @@ import {
145
145
  DescribeWordSamplesResponse,
146
146
  AiSampleFaceInfo,
147
147
  MediaImageSpriteItem,
148
+ ImageBlur,
148
149
  ModifyVodDomainAccelerateConfigRequest,
149
150
  PoliticalConfigureInfoForUpdate,
150
151
  MediaProcessTaskAdaptiveDynamicStreamingResult,
@@ -719,7 +720,7 @@ export class Client extends AbstractClient {
719
720
  }
720
721
 
721
722
  /**
722
- * 创建一个用户自定义的图片处理模板,数量上限:16。最多支持三次操作,例如:裁剪-缩略-裁剪。
723
+ * 创建一个用户自定义的图片处理模板,数量上限:16。最多支持十次操作,例如:裁剪-缩略-裁剪-模糊-缩略-裁剪-缩略-裁剪-模糊-缩略。
723
724
  */
724
725
  async CreateImageProcessingTemplate(
725
726
  req: CreateImageProcessingTemplateRequest,
@@ -869,7 +870,7 @@ export class Client extends AbstractClient {
869
870
  }
870
871
 
871
872
  /**
872
- * 修改音画质重生模版。
873
+ * 修改音画质重生模板。
873
874
  */
874
875
  async ModifyRebuildMediaTemplate(
875
876
  req: ModifyRebuildMediaTemplateRequest,
@@ -1304,7 +1305,7 @@ export class Client extends AbstractClient {
1304
1305
  }
1305
1306
 
1306
1307
  /**
1307
- * 删除音画质重生模版。
1308
+ * 删除音画质重生模板。
1308
1309
  */
1309
1310
  async DeleteRebuildMediaTemplate(
1310
1311
  req: DeleteRebuildMediaTemplateRequest,
@@ -1539,7 +1540,7 @@ export class Client extends AbstractClient {
1539
1540
  }
1540
1541
 
1541
1542
  /**
1542
- * 创建音画质重生模版。
1543
+ * 创建音画质重生模板。
1543
1544
  */
1544
1545
  async CreateRebuildMediaTemplate(
1545
1546
  req: CreateRebuildMediaTemplateRequest,
@@ -2059,7 +2060,7 @@ export class Client extends AbstractClient {
2059
2060
  }
2060
2061
 
2061
2062
  /**
2062
- * 使用模版发起音画质重生。
2063
+ * 使用模板发起音画质重生。
2063
2064
  */
2064
2065
  async RebuildMediaByTemplate(
2065
2066
  req: RebuildMediaByTemplateRequest,
@@ -2443,7 +2444,7 @@ export class Client extends AbstractClient {
2443
2444
  }
2444
2445
 
2445
2446
  /**
2446
- * 获取音画质重生模版列表。
2447
+ * 获取音画质重生模板列表。
2447
2448
  */
2448
2449
  async DescribeRebuildMediaTemplates(
2449
2450
  req: DescribeRebuildMediaTemplatesRequest,