tencentcloud-sdk-nodejs 4.1.93 → 4.1.95

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 (35) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/csip/v20221121/csip_client.js +3 -0
  3. package/es/services/thpc/v20230321/thpc_client.js +22 -4
  4. package/package.json +1 -1
  5. package/tencentcloud/common/sdk_version.d.ts +1 -1
  6. package/tencentcloud/common/sdk_version.js +1 -1
  7. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +23 -0
  8. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  9. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +6 -3
  10. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
  11. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  12. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -12
  13. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  14. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  15. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +145 -2
  16. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  17. package/tencentcloud/services/es/v20180416/es_models.d.ts +100 -40
  18. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  19. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  20. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +8 -2
  21. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +46 -0
  22. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +8 -0
  23. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +16 -0
  24. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +16 -4
  25. package/tencentcloud/services/sts/v20180813/sts_client.js +16 -4
  26. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -2
  27. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  28. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +61 -28
  29. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +29 -5
  30. package/tencentcloud/services/thpc/v20230321/thpc_client.js +42 -6
  31. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +464 -129
  32. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +25 -4
  33. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +7 -3
  34. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -2
  35. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +4 -4
@@ -329,6 +329,15 @@ export interface ConsumeGroupItem {
329
329
  注意:此字段可能返回 null,表示取不到有效值。
330
330
  */
331
331
  FullNamespaceV4?: string;
332
+ /**
333
+ * 订阅的主题个数
334
+ */
335
+ SubscribeTopicNum?: number;
336
+ /**
337
+ * 1753153590
338
+ 注意:此字段可能返回 null,表示取不到有效值。
339
+ */
340
+ CreateTime?: number;
332
341
  }
333
342
  /**
334
343
  * ModifyRole返回参数结构体
@@ -2733,6 +2742,18 @@ export interface DescribeConsumerGroupListRequest {
2733
2742
  * 查询指定主题下的消费组
2734
2743
  */
2735
2744
  FromTopic?: string;
2745
+ /**
2746
+ * 按照指定字段排序,枚举值如下:
2747
+ - subscribeNum:订阅 Topic 个数
2748
+ */
2749
+ SortedBy?: string;
2750
+ /**
2751
+ * 按升序或降序排列,枚举值如下:
2752
+
2753
+ - asc:升序
2754
+ - desc:降序
2755
+ */
2756
+ SortOrder?: string;
2736
2757
  }
2737
2758
  /**
2738
2759
  * 列表上的主题信息
@@ -2905,6 +2926,10 @@ export interface CreateInstanceRequest {
2905
2926
  * 商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参获得。
2906
2927
  */
2907
2928
  SkuCode: string;
2929
+ /**
2930
+ * 集群绑定的VPC信息
2931
+ */
2932
+ VpcList: Array<VpcInfo>;
2908
2933
  /**
2909
2934
  * 备注信息
2910
2935
  */
@@ -2913,10 +2938,6 @@ export interface CreateInstanceRequest {
2913
2938
  * 标签列表
2914
2939
  */
2915
2940
  TagList?: Array<Tag>;
2916
- /**
2917
- * 集群绑定的VPC信息,必填
2918
- */
2919
- VpcList?: Array<VpcInfo>;
2920
2941
  /**
2921
2942
  * 是否开启公网,默认值为false表示不开启
2922
2943
  */
@@ -348,6 +348,10 @@ export interface CreateInstanceRequest {
348
348
  * @deprecated
349
349
  */
350
350
  Project?: string;
351
+ /**
352
+ * 产品版本,0-标准版,1-容量增强版
353
+ */
354
+ ProductType?: number;
351
355
  /**
352
356
  * 实例类型。
353
357
  - base:免费测试版。
@@ -800,21 +804,21 @@ export interface ScaleUpInstanceRequest {
800
804
  - 节点规格可选项(CPU & 内存)必须 >= 当前配置。
801
805
  - 可选择的规格信息,请参见[选择节点规格与数量](https://cloud.tencent.com/document/product/1709/113399)。
802
806
  */
803
- Cpu: number;
807
+ Cpu?: number;
804
808
  /**
805
809
  * 指定升级配置后的内存大小,单位为:GB。
806
810
  - 节点规格可选项(CPU & 内存)必须 >= 当前配置。
807
811
  - 不同实例类型对 CPU 与内存资源的配置比例有不同的要求。例如,计算型实例,CPU 与内存的分配比例要求为 1:2。CPU 被指定为 4 核,那么内存则应被指定为 8GB。节点规格的详细信息,请参见[选择节点规格与数量](https://cloud.tencent.com/document/product/1709/113399)。
808
812
 
809
813
  */
810
- Memory: number;
814
+ Memory?: number;
811
815
  /**
812
816
  * 指定升级配置后的磁盘容量。
813
817
  - 单位:GB。
814
818
  - 取值范围为:[10,1000]。
815
819
  - 取值必须为10的倍数。
816
820
  */
817
- StorageSize: number;
821
+ StorageSize?: number;
818
822
  /**
819
823
  * 指定垂直扩容升级节点配置的时间。
820
824
  - false:默认值,指在下一个维护时间段内执行升配节点规格的任务。实例列表中“状态”列将显示“待执行配置变更”,等到维护时间窗内启动任务。维护时间的更多信息,请参见维护时间窗。
@@ -3003,6 +3003,8 @@ export interface DescribeMediaProcessUsageDataRequest {
3003
3003
  <li>VoiceTranslation: 语音翻译</li>
3004
3004
  <li>JITTranscoding: 即时转码</li>
3005
3005
  <li>VideoSnapshot: 视频截图</li>
3006
+ <li>JITEncryption: 即时加密</li>
3007
+
3006
3008
  */
3007
3009
  Type?: string;
3008
3010
  }
@@ -4720,6 +4722,7 @@ export interface TaskStatData {
4720
4722
  <li>VoiceTranslation: 语音翻译</li>
4721
4723
  <li>JITTranscoding: 即时转码</li>
4722
4724
  <li>VideoSnapshot: 视频截图</li>
4725
+ <li>JITEncryption: 即时加密</li>
4723
4726
  */
4724
4727
  TaskType?: string;
4725
4728
  /**
@@ -18373,8 +18376,9 @@ export interface DescribeLicenseUsageDataRequest {
18373
18376
  */
18374
18377
  EndTime: string;
18375
18378
  /**
18376
- * License 类型,默认为 DRM 。目前支持的 License 类型包括:
18377
- <li> DRM: DRM 加密播放 License</li>
18379
+ * License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:
18380
+ <li> CommercialDRMLicense: 商业级 DRM License</li>
18381
+ <li> JITEncryptionDRMLicense: 即时加密 DRM License</li>
18378
18382
  */
18379
18383
  LicenseType?: string;
18380
18384
  /**
@@ -15913,6 +15913,10 @@ export interface CreateTaskNewRequest {
15913
15913
  * 26离线同步,30Python,31PySpark,32DLC,33Impala,34Hive SQL,35Shell,36Spark SQL,39Spark,40CDW PG,92MapReduce
15914
15914
  */
15915
15915
  TaskType: number;
15916
+ /**
15917
+ * (必填参数)指定脚本内容,base64编码
15918
+ */
15919
+ Content: string;
15916
15920
  /**
15917
15921
  * 扩展属性
15918
15922
  */
@@ -15937,10 +15941,6 @@ export interface CreateTaskNewRequest {
15937
15941
  * 工作流目录ID
15938
15942
  */
15939
15943
  TaskFolderId?: string;
15940
- /**
15941
- * (必填参数)指定脚本内容,base64编码
15942
- */
15943
- Content?: string;
15944
15944
  /**
15945
15945
  * 代码模板ID
15946
15946
  */