tencentcloud-sdk-nodejs 4.1.93 → 4.1.94
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/thpc/v20230321/thpc_client.js +22 -4
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -12
- package/tencentcloud/services/es/v20180416/es_models.d.ts +100 -40
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +16 -0
- package/tencentcloud/services/sts/v20180813/sts_client.d.ts +16 -4
- package/tencentcloud/services/sts/v20180813/sts_client.js +16 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +28 -0
- package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +29 -5
- package/tencentcloud/services/thpc/v20230321/thpc_client.js +42 -6
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +464 -129
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +21 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -2
- 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
|
* 列表上的主题信息
|
@@ -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 类型,默认为
|
18377
|
-
<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
|
*/
|