tencentcloud-sdk-nodejs 4.0.355 → 4.0.356
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/CHANGELOG.md +514 -0
- package/SERVICE_CHANGELOG.md +908 -113
- package/package.json +1 -1
- package/products.md +18 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/advisor/v20200721/advisor_models.ts +16 -0
- package/src/services/billing/v20180709/billing_models.ts +70 -8
- package/src/services/cdb/v20170320/cdb_models.ts +6 -0
- package/src/services/cls/v20201016/cls_models.ts +7 -1
- package/src/services/emr/v20190103/emr_client.ts +3 -1
- package/src/services/emr/v20190103/emr_models.ts +90 -0
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +8 -8
- package/src/services/live/v20180801/live_models.ts +39 -5
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/oceanus/v20190422/oceanus_client.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +53 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +56 -0
- package/src/services/tcss/v20201101/tcss_models.ts +16 -1
- package/src/services/tem/v20210701/tem_models.ts +15 -10
- package/src/services/teo/v20220106/teo_client.ts +288 -51
- package/src/services/teo/v20220106/teo_models.ts +2232 -362
- package/src/services/tione/index.ts +2 -0
- package/src/services/tione/v20211111/index.ts +6 -0
- package/src/services/tione/v20211111/tione_client.ts +388 -0
- package/src/services/tione/v20211111/tione_models.ts +3004 -0
- package/src/services/trp/index.ts +5 -0
- package/src/services/trp/v20210515/index.ts +6 -0
- package/src/services/trp/v20210515/trp_client.ts +377 -0
- package/src/services/trp/v20210515/trp_models.ts +1708 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +13 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +59 -8
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +74 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -8
- package/tencentcloud/services/live/v20180801/live_client.js +6 -7
- package/tencentcloud/services/live/v20180801/live_models.d.ts +34 -5
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +45 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +46 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +14 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +14 -10
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +79 -11
- package/tencentcloud/services/teo/v20220106/teo_client.js +117 -15
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1890 -309
- package/tencentcloud/services/tione/index.d.ts +4 -0
- package/tencentcloud/services/tione/index.js +2 -0
- package/tencentcloud/services/tione/v20211111/index.d.ts +6 -0
- package/tencentcloud/services/tione/v20211111/index.js +9 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +114 -0
- package/tencentcloud/services/tione/v20211111/tione_client.js +187 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2545 -0
- package/tencentcloud/services/tione/v20211111/tione_models.js +18 -0
- package/tencentcloud/services/trp/index.d.ts +6 -0
- package/tencentcloud/services/trp/index.js +7 -0
- package/tencentcloud/services/trp/v20210515/index.d.ts +6 -0
- package/tencentcloud/services/trp/v20210515/index.js +9 -0
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +122 -0
- package/tencentcloud/services/trp/v20210515/trp_client.js +199 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1431 -0
- package/tencentcloud/services/trp/v20210515/trp_models.js +18 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/teo.v20220106.test.js +180 -10
- package/test/tione.v20211111.test.js +281 -0
- package/test/trp.v20210515.test.js +301 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|-|-|-|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-04-04 06:03:06 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
|
-
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-
|
|
5
|
+
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
|
|
21
21
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-05-09 06:02:49 |
|
|
22
22
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
|
|
23
|
-
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-
|
|
23
|
+
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
|
|
24
24
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
25
25
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
26
26
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-05-23 06:03:34 |
|
|
37
37
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
|
|
38
38
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
|
|
39
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-
|
|
39
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-08 06:05:02 |
|
|
40
40
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
41
41
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-07 06:02:40 |
|
|
42
42
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
52
52
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
|
|
53
53
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
54
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-
|
|
54
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-08 06:06:22 |
|
|
55
55
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-22 06:07:06 |
|
|
56
56
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
57
57
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-05-20 06:11:20 |
|
|
81
81
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
82
82
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
83
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-
|
|
84
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-
|
|
83
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-08 06:09:23 |
|
|
84
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-08 06:09:29 |
|
|
85
85
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-07 06:07:22 |
|
|
86
86
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-02 06:08:13 |
|
|
87
87
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
|
|
@@ -104,14 +104,14 @@
|
|
|
104
104
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-05-26 06:12:53 |
|
|
105
105
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
106
106
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
|
|
107
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-
|
|
107
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-08 06:10:59 |
|
|
108
108
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
109
109
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
110
110
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
111
111
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-05-26 17:59:01 |
|
|
112
112
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
|
|
113
113
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
|
|
114
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-
|
|
114
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-08 06:11:54 |
|
|
115
115
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
116
116
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
117
117
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-05-25 06:11:46 |
|
|
@@ -122,14 +122,14 @@
|
|
|
122
122
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
123
123
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-26 06:14:37 |
|
|
124
124
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
|
|
125
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-
|
|
125
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-08 06:12:58 |
|
|
126
126
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
127
127
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
128
128
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
129
129
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
130
130
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
131
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-
|
|
132
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-
|
|
131
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-08 06:13:07 |
|
|
132
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-08 06:13:12 |
|
|
133
133
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-05-30 06:11:27 |
|
|
134
134
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
135
135
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -165,14 +165,14 @@
|
|
|
165
165
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
|
|
166
166
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
167
167
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
168
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-
|
|
168
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
|
|
169
169
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-01 06:16:29 |
|
|
170
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-
|
|
170
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-08 06:15:35 |
|
|
171
171
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
172
172
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
173
173
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-05-25 06:15:53 |
|
|
174
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-
|
|
175
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-
|
|
174
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-08 06:16:15 |
|
|
175
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-08 06:16:20 |
|
|
176
176
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
177
177
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
178
178
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
@@ -180,13 +180,14 @@
|
|
|
180
180
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
181
181
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
182
182
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-03 06:14:26 |
|
|
183
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-
|
|
183
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
|
|
184
184
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
185
185
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-03 06:14:39 |
|
|
186
186
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
187
187
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
188
188
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
189
|
-
|
|
|
189
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
|
|
190
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-08 06:17:24 |
|
|
190
191
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-02 06:16:18 |
|
|
191
192
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
|
|
192
193
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.356"
|
|
@@ -49,6 +49,16 @@ export interface DescribeTaskStrategyRisksRequest {
|
|
|
49
49
|
* 偏移量,默认0
|
|
50
50
|
*/
|
|
51
51
|
Offset?: number
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* 环境
|
|
55
|
+
*/
|
|
56
|
+
Env?: string
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* 任务类型
|
|
60
|
+
*/
|
|
61
|
+
TaskType?: string
|
|
52
62
|
}
|
|
53
63
|
|
|
54
64
|
/**
|
|
@@ -139,6 +149,12 @@ export interface DescribeTaskStrategyRisksResponse {
|
|
|
139
149
|
*/
|
|
140
150
|
Risks: string
|
|
141
151
|
|
|
152
|
+
/**
|
|
153
|
+
* 巡检资源数
|
|
154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
155
|
+
*/
|
|
156
|
+
ResourceCount: number
|
|
157
|
+
|
|
142
158
|
/**
|
|
143
159
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
144
160
|
*/
|
|
@@ -680,6 +680,34 @@ export interface BillResourceSummary {
|
|
|
680
680
|
* 区域ID
|
|
681
681
|
*/
|
|
682
682
|
RegionId: number
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* 资源包、预留实例、节省计划、竞价实例这四类特殊实例本身的扣费行为,此字段体现对应的实例类型。枚举值如下:
|
|
686
|
+
|
|
687
|
+
ri=Standard RI
|
|
688
|
+
|
|
689
|
+
svp=Savings Plan
|
|
690
|
+
|
|
691
|
+
si=Spot Instances
|
|
692
|
+
|
|
693
|
+
rp=Resource Pack
|
|
694
|
+
*/
|
|
695
|
+
InstanceType: string
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* 按组件原价的口径换算的预留实例抵扣金额
|
|
699
|
+
*/
|
|
700
|
+
OriginalCostWithRI: string
|
|
701
|
+
|
|
702
|
+
/**
|
|
703
|
+
* 节省计划抵扣的SP包面值
|
|
704
|
+
*/
|
|
705
|
+
SPDeduction: string
|
|
706
|
+
|
|
707
|
+
/**
|
|
708
|
+
* 按组件原价的口径换算的节省计划抵扣金额
|
|
709
|
+
*/
|
|
710
|
+
OriginalCostWithSP: string
|
|
683
711
|
}
|
|
684
712
|
|
|
685
713
|
/**
|
|
@@ -1139,10 +1167,6 @@ export interface DescribeBillDetailRequest {
|
|
|
1139
1167
|
小时费用
|
|
1140
1168
|
预留实例退款
|
|
1141
1169
|
按量计费冲正
|
|
1142
|
-
按量计费冲正
|
|
1143
|
-
按量计费冲正
|
|
1144
|
-
按量计费冲正
|
|
1145
|
-
按量计费冲正
|
|
1146
1170
|
包年包月转按量
|
|
1147
1171
|
*/
|
|
1148
1172
|
ActionType?: string
|
|
@@ -1653,6 +1677,48 @@ export interface BillDetailComponent {
|
|
|
1653
1677
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1654
1678
|
*/
|
|
1655
1679
|
ContractPrice: string
|
|
1680
|
+
|
|
1681
|
+
/**
|
|
1682
|
+
* 资源包、预留实例、节省计划、竞价实例这四类特殊实例本身的扣费行为,此字段体现对应的实例类型。枚举值如下:
|
|
1683
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1684
|
+
*/
|
|
1685
|
+
InstanceType: string
|
|
1686
|
+
|
|
1687
|
+
/**
|
|
1688
|
+
* 预留实例抵扣的使用时长,时长单位与被抵扣的时长单位保持一致
|
|
1689
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1690
|
+
*/
|
|
1691
|
+
RiTimeSpan: string
|
|
1692
|
+
|
|
1693
|
+
/**
|
|
1694
|
+
* 按组件原价的口径换算的预留实例抵扣金额
|
|
1695
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1696
|
+
*/
|
|
1697
|
+
OriginalCostWithRI: string
|
|
1698
|
+
|
|
1699
|
+
/**
|
|
1700
|
+
* 节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
|
|
1701
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1702
|
+
*/
|
|
1703
|
+
SPDeductionRate: string
|
|
1704
|
+
|
|
1705
|
+
/**
|
|
1706
|
+
* 节省计划抵扣的SP包面值
|
|
1707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1708
|
+
*/
|
|
1709
|
+
SPDeduction: string
|
|
1710
|
+
|
|
1711
|
+
/**
|
|
1712
|
+
* 按组件原价的口径换算的节省计划抵扣金额
|
|
1713
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1714
|
+
*/
|
|
1715
|
+
OriginalCostWithSP: string
|
|
1716
|
+
|
|
1717
|
+
/**
|
|
1718
|
+
* 综合了官网折扣、预留实例抵扣、节省计划抵扣的混合折扣率。若没有预留实例抵扣、节省计划抵扣,混合折扣率等于折扣率
|
|
1719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1720
|
+
*/
|
|
1721
|
+
BlendedDiscount: string
|
|
1656
1722
|
}
|
|
1657
1723
|
|
|
1658
1724
|
/**
|
|
@@ -2149,10 +2215,6 @@ export interface DescribeBillResourceSummaryRequest {
|
|
|
2149
2215
|
小时费用
|
|
2150
2216
|
预留实例退款
|
|
2151
2217
|
按量计费冲正
|
|
2152
|
-
按量计费冲正
|
|
2153
|
-
按量计费冲正
|
|
2154
|
-
按量计费冲正
|
|
2155
|
-
按量计费冲正
|
|
2156
2218
|
包年包月转按量
|
|
2157
2219
|
*/
|
|
2158
2220
|
ActionType?: string
|
|
@@ -4665,7 +4665,7 @@ export interface ConsumerContent {
|
|
|
4665
4665
|
EnableTag: boolean
|
|
4666
4666
|
|
|
4667
4667
|
/**
|
|
4668
|
-
*
|
|
4668
|
+
* 需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_和\_\_TIMESTAMP\_\_
|
|
4669
4669
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4670
4670
|
*/
|
|
4671
4671
|
MetaFields: Array<string>
|
|
@@ -4675,6 +4675,12 @@ export interface ConsumerContent {
|
|
|
4675
4675
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4676
4676
|
*/
|
|
4677
4677
|
TagJsonNotTiled?: boolean
|
|
4678
|
+
|
|
4679
|
+
/**
|
|
4680
|
+
* 投递时间戳精度,可选项 [1:秒;2:毫秒] ,默认是秒
|
|
4681
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4682
|
+
*/
|
|
4683
|
+
TimestampAccuracy?: number
|
|
4678
4684
|
}
|
|
4679
4685
|
|
|
4680
4686
|
/**
|
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
HostVolumeContext,
|
|
29
29
|
Step,
|
|
30
30
|
SubnetInfo,
|
|
31
|
+
UserManagerFilter,
|
|
31
32
|
MetaDbInfo,
|
|
32
33
|
DiskSpec,
|
|
33
34
|
COSSettings,
|
|
@@ -105,6 +106,7 @@ import {
|
|
|
105
106
|
Filters,
|
|
106
107
|
InquirePriceRenewEmrRequest,
|
|
107
108
|
DescribeInstanceRenewNodesResponse,
|
|
109
|
+
UserManagerUserBriefInfo,
|
|
108
110
|
DiskGroup,
|
|
109
111
|
InquiryPriceScaleOutInstanceResponse,
|
|
110
112
|
ModifyResourceSchedulerResponse,
|
|
@@ -147,7 +149,7 @@ export class Client extends AbstractClient {
|
|
|
147
149
|
}
|
|
148
150
|
|
|
149
151
|
/**
|
|
150
|
-
*
|
|
152
|
+
* 批量导出用户。对于kerberos集群,如果需要kertab文件下载地址,可以将NeedKeytabInfo设置为true;注意SupportDownLoadKeyTab为true,但是DownLoadKeyTabUrl为空字符串,表示keytab文件在后台没有准备好(正在生成)
|
|
151
153
|
*/
|
|
152
154
|
async DescribeUsersForUserManager(
|
|
153
155
|
req: DescribeUsersForUserManagerRequest,
|
|
@@ -276,6 +276,11 @@ export interface SubnetInfo {
|
|
|
276
276
|
SubnetId?: string
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
+
/**
|
|
280
|
+
* 用户管理列表过滤器
|
|
281
|
+
*/
|
|
282
|
+
export type UserManagerFilter = null
|
|
283
|
+
|
|
279
284
|
/**
|
|
280
285
|
* 元数据库信息
|
|
281
286
|
*/
|
|
@@ -1583,6 +1588,26 @@ export interface PodParameter {
|
|
|
1583
1588
|
* DescribeUsersForUserManager请求参数结构体
|
|
1584
1589
|
*/
|
|
1585
1590
|
export interface DescribeUsersForUserManagerRequest {
|
|
1591
|
+
/**
|
|
1592
|
+
* 集群实例ID
|
|
1593
|
+
*/
|
|
1594
|
+
InstanceId: string
|
|
1595
|
+
|
|
1596
|
+
/**
|
|
1597
|
+
* 页码
|
|
1598
|
+
*/
|
|
1599
|
+
PageNo: number
|
|
1600
|
+
|
|
1601
|
+
/**
|
|
1602
|
+
* 分页的大小
|
|
1603
|
+
*/
|
|
1604
|
+
PageSize: number
|
|
1605
|
+
|
|
1606
|
+
/**
|
|
1607
|
+
* 查询用户列表过滤器
|
|
1608
|
+
*/
|
|
1609
|
+
UserManagerFilter?: UserManagerFilter
|
|
1610
|
+
|
|
1586
1611
|
/**
|
|
1587
1612
|
* 是否需要keytab文件的信息,仅对开启kerberos的集群有效,默认为false
|
|
1588
1613
|
*/
|
|
@@ -2699,6 +2724,17 @@ export interface DescribeInstancesResponse {
|
|
|
2699
2724
|
* DescribeUsersForUserManager返回参数结构体
|
|
2700
2725
|
*/
|
|
2701
2726
|
export interface DescribeUsersForUserManagerResponse {
|
|
2727
|
+
/**
|
|
2728
|
+
* 总数
|
|
2729
|
+
*/
|
|
2730
|
+
TotalCnt: number
|
|
2731
|
+
|
|
2732
|
+
/**
|
|
2733
|
+
* 用户信息列表
|
|
2734
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2735
|
+
*/
|
|
2736
|
+
UserManagerUserList: Array<UserManagerUserBriefInfo>
|
|
2737
|
+
|
|
2702
2738
|
/**
|
|
2703
2739
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2704
2740
|
*/
|
|
@@ -2904,6 +2940,11 @@ export interface MultiDiskMC {
|
|
|
2904
2940
|
* AddUsersForUserManager请求参数结构体
|
|
2905
2941
|
*/
|
|
2906
2942
|
export interface AddUsersForUserManagerRequest {
|
|
2943
|
+
/**
|
|
2944
|
+
* 集群字符串ID
|
|
2945
|
+
*/
|
|
2946
|
+
InstanceId: string
|
|
2947
|
+
|
|
2907
2948
|
/**
|
|
2908
2949
|
* 用户信息列表
|
|
2909
2950
|
*/
|
|
@@ -3529,6 +3570,43 @@ export interface DescribeInstanceRenewNodesResponse {
|
|
|
3529
3570
|
RequestId?: string
|
|
3530
3571
|
}
|
|
3531
3572
|
|
|
3573
|
+
/**
|
|
3574
|
+
* 用户管理中用户的简要信息
|
|
3575
|
+
*/
|
|
3576
|
+
export interface UserManagerUserBriefInfo {
|
|
3577
|
+
/**
|
|
3578
|
+
* 用户名
|
|
3579
|
+
*/
|
|
3580
|
+
UserName: string
|
|
3581
|
+
|
|
3582
|
+
/**
|
|
3583
|
+
* 用户所属的组
|
|
3584
|
+
*/
|
|
3585
|
+
UserGroup: string
|
|
3586
|
+
|
|
3587
|
+
/**
|
|
3588
|
+
* Manager表示管理员、NormalUser表示普通用户
|
|
3589
|
+
*/
|
|
3590
|
+
UserType: string
|
|
3591
|
+
|
|
3592
|
+
/**
|
|
3593
|
+
* 用户创建时间
|
|
3594
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3595
|
+
*/
|
|
3596
|
+
CreateTime: string
|
|
3597
|
+
|
|
3598
|
+
/**
|
|
3599
|
+
* 是否可以下载用户对应的keytab文件,对开启kerberos的集群才有意义
|
|
3600
|
+
*/
|
|
3601
|
+
SupportDownLoadKeyTab: boolean
|
|
3602
|
+
|
|
3603
|
+
/**
|
|
3604
|
+
* keytab文件的下载地址
|
|
3605
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3606
|
+
*/
|
|
3607
|
+
DownLoadKeyTabUrl: string
|
|
3608
|
+
}
|
|
3609
|
+
|
|
3532
3610
|
/**
|
|
3533
3611
|
* 磁盘组。
|
|
3534
3612
|
*/
|
|
@@ -3611,6 +3689,18 @@ export interface ShortNodeInfo {
|
|
|
3611
3689
|
* AddUsersForUserManager返回参数结构体
|
|
3612
3690
|
*/
|
|
3613
3691
|
export interface AddUsersForUserManagerResponse {
|
|
3692
|
+
/**
|
|
3693
|
+
* 添加成功的用户列表
|
|
3694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3695
|
+
*/
|
|
3696
|
+
SuccessUserList: Array<string>
|
|
3697
|
+
|
|
3698
|
+
/**
|
|
3699
|
+
* 添加失败的用户列表
|
|
3700
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3701
|
+
*/
|
|
3702
|
+
FailedUserList: Array<string>
|
|
3703
|
+
|
|
3614
3704
|
/**
|
|
3615
3705
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3616
3706
|
*/
|
package/src/services/index.ts
CHANGED
|
@@ -184,6 +184,7 @@ export { tke } from "./tke"
|
|
|
184
184
|
export { tkgdq } from "./tkgdq"
|
|
185
185
|
export { tms } from "./tms"
|
|
186
186
|
export { tmt } from "./tmt"
|
|
187
|
+
export { trp } from "./trp"
|
|
187
188
|
export { trtc } from "./trtc"
|
|
188
189
|
export { tse } from "./tse"
|
|
189
190
|
export { tsf } from "./tsf"
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
DeleteLiveRecordRuleRequest,
|
|
30
30
|
ResumeLiveStreamRequest,
|
|
31
31
|
DeleteLiveTranscodeTemplateResponse,
|
|
32
|
-
|
|
32
|
+
FlvSpecialParam,
|
|
33
33
|
DescribeBillBandwidthAndFluxListResponse,
|
|
34
34
|
CreateScreenshotTaskResponse,
|
|
35
35
|
DeleteLiveCallbackRuleResponse,
|
|
@@ -244,6 +244,7 @@ import {
|
|
|
244
244
|
StopRecordTaskRequest,
|
|
245
245
|
DescribeLiveDomainRefererRequest,
|
|
246
246
|
HttpStatusData,
|
|
247
|
+
StopScreenshotTaskRequest,
|
|
247
248
|
HttpCodeInfo,
|
|
248
249
|
DescribeStreamPlayInfoListRequest,
|
|
249
250
|
CreateLiveTranscodeTemplateRequest,
|
|
@@ -628,7 +629,7 @@ export class Client extends AbstractClient {
|
|
|
628
629
|
}
|
|
629
630
|
|
|
630
631
|
/**
|
|
631
|
-
*
|
|
632
|
+
* 海外分区直播播放带宽和流量数据查询。
|
|
632
633
|
*/
|
|
633
634
|
async DescribeAreaBillBandwidthAndFluxList(
|
|
634
635
|
req: DescribeAreaBillBandwidthAndFluxListRequest,
|
|
@@ -888,12 +889,11 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
|
|
|
888
889
|
* 创建直播拉流任务。支持将外部已有的点播文件,或者直播源拉取过来转推到直播系统。
|
|
889
890
|
注意:
|
|
890
891
|
1. 默认支持任务数上限20个,如有特殊需求,可通过提单到售后进行评估增加上限。
|
|
891
|
-
2.
|
|
892
|
-
3.
|
|
893
|
-
4.
|
|
894
|
-
5.
|
|
895
|
-
6.
|
|
896
|
-
7. 拉流转推功能仅提供内容拉取与推送服务,请确保内容已获得授权并符合内容传播相关的法律法规。若内容有侵权或违规相关问题,云直播会停止相关的功能服务并保留追究法律责任的权利。
|
|
892
|
+
2. 源流视频编码目前只支持: H264, H265。其他编码格式建议先进行转码处理。
|
|
893
|
+
3. 源流音频编码目前只支持: AAC。其他编码格式建议先进行转码处理。
|
|
894
|
+
4. 可在控制台开启过期自动清理,避免过期任务占用任务数额度。
|
|
895
|
+
5. 拉流转推功能为计费增值服务,计费规则详情可参见[计费文档](https://cloud.tencent.com/document/product/267/53308)。
|
|
896
|
+
6. 拉流转推功能仅提供内容拉取与推送服务,请确保内容已获得授权并符合内容传播相关的法律法规。若内容有侵权或违规相关问题,云直播会停止相关的功能服务并保留追究法律责任的权利。
|
|
897
897
|
*/
|
|
898
898
|
async CreateLivePullStreamTask(
|
|
899
899
|
req: CreateLivePullStreamTaskRequest,
|
|
@@ -235,13 +235,13 @@ export interface DeleteLiveTranscodeTemplateResponse {
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
/**
|
|
238
|
-
*
|
|
238
|
+
* flv格式特殊配置
|
|
239
239
|
*/
|
|
240
|
-
export interface
|
|
240
|
+
export interface FlvSpecialParam {
|
|
241
241
|
/**
|
|
242
|
-
*
|
|
242
|
+
* 是否开启边录边传,仅flv格式有效。
|
|
243
243
|
*/
|
|
244
|
-
|
|
244
|
+
UploadInRecording?: boolean
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
/**
|
|
@@ -489,6 +489,14 @@ ContinueBreakPoint:播放完当前正在播放的点播 url 后再使用新的
|
|
|
489
489
|
*/
|
|
490
490
|
Comment?: string
|
|
491
491
|
|
|
492
|
+
/**
|
|
493
|
+
* 完整目标 URL 地址。
|
|
494
|
+
用法注意:如果使用该参数来传完整目标地址,则 DomainName, AppName, StreamName 需要传入空值,任务将会使用该 ToUrl 参数指定的目标地址。
|
|
495
|
+
|
|
496
|
+
注意:签名时间需要超过任务结束时间,避免因签名过期造成任务失败。
|
|
497
|
+
*/
|
|
498
|
+
ToUrl?: string
|
|
499
|
+
|
|
492
500
|
/**
|
|
493
501
|
* 备源的类型:
|
|
494
502
|
PullLivePushLive -直播,
|
|
@@ -937,7 +945,7 @@ export interface RecordTemplateInfo {
|
|
|
937
945
|
IsDelayLive: number
|
|
938
946
|
|
|
939
947
|
/**
|
|
940
|
-
* HLS
|
|
948
|
+
* HLS 录制定制参数。
|
|
941
949
|
*/
|
|
942
950
|
HlsSpecialParam: HlsSpecialParam
|
|
943
951
|
|
|
@@ -951,6 +959,12 @@ export interface RecordTemplateInfo {
|
|
|
951
959
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
952
960
|
*/
|
|
953
961
|
RemoveWatermark: boolean
|
|
962
|
+
|
|
963
|
+
/**
|
|
964
|
+
* FLV 录制定制参数。
|
|
965
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
966
|
+
*/
|
|
967
|
+
FlvSpecialParam: FlvSpecialParam
|
|
954
968
|
}
|
|
955
969
|
|
|
956
970
|
/**
|
|
@@ -5841,6 +5855,11 @@ export interface ModifyLiveRecordTemplateRequest {
|
|
|
5841
5855
|
* 是否去除水印,类型为慢直播时此参数无效。
|
|
5842
5856
|
*/
|
|
5843
5857
|
RemoveWatermark?: boolean
|
|
5858
|
+
|
|
5859
|
+
/**
|
|
5860
|
+
* FLV 录制定制参数。
|
|
5861
|
+
*/
|
|
5862
|
+
FlvSpecialParam?: FlvSpecialParam
|
|
5844
5863
|
}
|
|
5845
5864
|
|
|
5846
5865
|
/**
|
|
@@ -6094,6 +6113,16 @@ export interface HttpStatusData {
|
|
|
6094
6113
|
HttpStatusInfoList: Array<HttpStatusInfo>
|
|
6095
6114
|
}
|
|
6096
6115
|
|
|
6116
|
+
/**
|
|
6117
|
+
* StopScreenshotTask请求参数结构体
|
|
6118
|
+
*/
|
|
6119
|
+
export interface StopScreenshotTaskRequest {
|
|
6120
|
+
/**
|
|
6121
|
+
* 截图任务ID。
|
|
6122
|
+
*/
|
|
6123
|
+
TaskId: string
|
|
6124
|
+
}
|
|
6125
|
+
|
|
6097
6126
|
/**
|
|
6098
6127
|
* HTTP返回码和统计数据
|
|
6099
6128
|
*/
|
|
@@ -7968,6 +7997,11 @@ export interface CreateLiveRecordTemplateRequest {
|
|
|
7968
7997
|
* 是否去除水印,类型为慢直播时此参数无效。
|
|
7969
7998
|
*/
|
|
7970
7999
|
RemoveWatermark?: boolean
|
|
8000
|
+
|
|
8001
|
+
/**
|
|
8002
|
+
* FLV 录制特殊参数。
|
|
8003
|
+
*/
|
|
8004
|
+
FlvSpecialParam?: FlvSpecialParam
|
|
7971
8005
|
}
|
|
7972
8006
|
|
|
7973
8007
|
/**
|
|
@@ -1495,6 +1495,12 @@ export interface ImageToObjectResponse {
|
|
|
1495
1495
|
*/
|
|
1496
1496
|
Template: Template
|
|
1497
1497
|
|
|
1498
|
+
/**
|
|
1499
|
+
* 多级分类结果
|
|
1500
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1501
|
+
*/
|
|
1502
|
+
TextTypeList: Array<TextType>
|
|
1503
|
+
|
|
1498
1504
|
/**
|
|
1499
1505
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1500
1506
|
*/
|
|
@@ -40,6 +40,8 @@ import {
|
|
|
40
40
|
DeleteResourcesResponse,
|
|
41
41
|
CreateJobConfigResponse,
|
|
42
42
|
ResourceConfigItem,
|
|
43
|
+
TriggerJobSavepointResponse,
|
|
44
|
+
TriggerJobSavepointRequest,
|
|
43
45
|
DescribeResourcesRequest,
|
|
44
46
|
ResourceLocParam,
|
|
45
47
|
DescribeJobSavepointRequest,
|
|
@@ -88,6 +90,16 @@ export class Client extends AbstractClient {
|
|
|
88
90
|
return this.request("StopJobs", req, cb)
|
|
89
91
|
}
|
|
90
92
|
|
|
93
|
+
/**
|
|
94
|
+
* 触发Savepoint
|
|
95
|
+
*/
|
|
96
|
+
async TriggerJobSavepoint(
|
|
97
|
+
req: TriggerJobSavepointRequest,
|
|
98
|
+
cb?: (error: string, rep: TriggerJobSavepointResponse) => void
|
|
99
|
+
): Promise<TriggerJobSavepointResponse> {
|
|
100
|
+
return this.request("TriggerJobSavepoint", req, cb)
|
|
101
|
+
}
|
|
102
|
+
|
|
91
103
|
/**
|
|
92
104
|
* 描述资源接口
|
|
93
105
|
*/
|