tencentcloud-sdk-nodejs 4.0.420 → 4.0.423

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 (99) hide show
  1. package/CHANGELOG.md +876 -0
  2. package/SERVICE_CHANGELOG.md +870 -97
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_models.ts +18 -7
  7. package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
  9. package/src/services/asr/v20190614/asr_models.ts +1 -1
  10. package/src/services/cdn/v20180606/cdn_models.ts +0 -1
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
  13. package/src/services/cls/v20201016/cls_models.ts +11 -1
  14. package/src/services/cme/v20191029/cme_client.ts +13 -4
  15. package/src/services/cme/v20191029/cme_models.ts +283 -68
  16. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  17. package/src/services/cwp/v20180228/cwp_client.ts +1 -0
  18. package/src/services/cwp/v20180228/cwp_models.ts +44 -1
  19. package/src/services/eb/v20210416/eb_models.ts +5 -0
  20. package/src/services/gs/v20191118/gs_client.ts +1 -1
  21. package/src/services/gs/v20191118/gs_models.ts +5 -0
  22. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  23. package/src/services/irp/v20220805/irp_client.ts +3 -3
  24. package/src/services/live/v20180801/live_client.ts +1 -1
  25. package/src/services/live/v20180801/live_models.ts +3 -3
  26. package/src/services/monitor/v20180724/monitor_client.ts +6 -3
  27. package/src/services/monitor/v20180724/monitor_models.ts +199 -75
  28. package/src/services/pts/v20210728/pts_client.ts +1 -0
  29. package/src/services/pts/v20210728/pts_models.ts +20 -0
  30. package/src/services/taf/v20200210/taf_client.ts +5 -21
  31. package/src/services/taf/v20200210/taf_models.ts +42 -170
  32. package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
  33. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
  34. package/src/services/tcb/v20180608/tcb_models.ts +12 -0
  35. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  36. package/src/services/tcss/v20201101/tcss_models.ts +24 -2
  37. package/src/services/teo/v20220106/teo_models.ts +284 -109
  38. package/src/services/tiia/v20190529/tiia_client.ts +4 -1
  39. package/src/services/tione/v20211111/tione_models.ts +2 -2
  40. package/src/services/tke/v20180525/tke_client.ts +3 -2
  41. package/src/services/tke/v20180525/tke_models.ts +31 -1
  42. package/src/services/tse/v20201207/tse_client.ts +1 -0
  43. package/src/services/tse/v20201207/tse_models.ts +41 -0
  44. package/src/services/vod/v20180717/vod_client.ts +21 -2
  45. package/src/services/vod/v20180717/vod_models.ts +329 -6
  46. package/src/services/yinsuda/v20220527/yinsuda_client.ts +101 -26
  47. package/src/services/yinsuda/v20220527/yinsuda_models.ts +694 -157
  48. package/tencentcloud/common/sdk_version.d.ts +1 -1
  49. package/tencentcloud/common/sdk_version.js +1 -1
  50. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
  51. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
  52. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
  53. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
  54. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  55. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
  58. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
  59. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
  60. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
  61. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
  62. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
  63. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
  64. package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
  65. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
  66. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  67. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
  68. package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
  69. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  70. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  71. package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
  72. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +171 -68
  74. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -0
  75. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
  76. package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
  77. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +37 -147
  78. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
  79. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
  80. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  81. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
  82. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
  83. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
  84. package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
  85. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  86. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
  87. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  88. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -1
  89. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
  90. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +7 -3
  91. package/tencentcloud/services/vod/v20180717/vod_client.js +8 -2
  92. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +281 -6
  93. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +27 -7
  94. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +39 -9
  95. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +575 -112
  96. package/test/apigateway.v20180808.test.js +10 -0
  97. package/test/taf.v20200210.test.js +0 -10
  98. package/test/vod.v20180717.test.js +10 -0
  99. package/test/yinsuda.v20220527.test.js +56 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.420",
3
+ "version": "4.0.423",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -2,7 +2,7 @@
2
2
  |-|-|-|
3
3
  | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-08-08 06:02:45 |
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
- | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-07-29 06:01:57 |
5
+ | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-08-24 06:06:48 |
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-06-08 06:03:05 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
@@ -12,10 +12,10 @@
12
12
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
- | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-03 06:04:22 |
15
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-08-24 06:08:44 |
16
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
17
17
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-11 06:10:05 |
18
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-07-20 06:01:12 |
18
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-08-19 06:08:16 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
21
21
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-08-08 06:04:56 |
@@ -40,7 +40,7 @@
40
40
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-17 06:11:23 |
41
41
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-04 06:13:03 |
42
42
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
43
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-04 06:14:18 |
43
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-23 06:15:46 |
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
45
45
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
46
46
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-07-28 06:07:24 |
@@ -50,18 +50,18 @@
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
51
51
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
52
52
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
53
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-16 06:14:00 |
53
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-23 06:17:56 |
54
54
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-08-17 06:14:30 |
55
55
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
56
56
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
57
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-18 06:14:59 |
58
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
57
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-24 06:18:24 |
58
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
59
59
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
60
60
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
61
61
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-15 06:16:16 |
62
62
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
63
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-17 06:17:00 |
64
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-16 06:17:35 |
63
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-22 06:20:03 |
64
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-19 06:16:28 |
65
65
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
66
66
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-08-16 06:18:39 |
67
67
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
@@ -78,7 +78,7 @@
78
78
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
79
79
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
80
80
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-05-11 06:09:11 |
81
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-06-30 06:06:12 |
81
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
82
82
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
83
83
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
84
84
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-24 06:11:32 |
@@ -86,8 +86,8 @@
86
86
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
87
87
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
88
88
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-16 06:24:00 |
89
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-18 06:23:19 |
90
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-11 15:03:00 |
89
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-23 17:11:30 |
90
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-23 16:56:24 |
91
91
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
92
92
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-11 06:31:43 |
93
93
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -95,7 +95,7 @@
95
95
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-08-05 06:21:50 |
96
96
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-08-17 06:24:51 |
97
97
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
98
- | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
98
+ | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-08-19 06:23:23 |
99
99
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
100
100
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
101
101
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
@@ -110,13 +110,13 @@
110
110
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
111
111
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-08-08 06:25:19 |
112
112
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
113
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-07-19 16:17:21 |
113
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-22 06:33:46 |
114
114
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
115
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-12 14:06:35 |
115
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
116
116
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
117
117
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
118
118
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-15 06:29:48 |
119
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-17 06:29:38 |
119
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-24 06:36:51 |
120
120
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
121
121
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
122
122
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
@@ -126,7 +126,7 @@
126
126
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-07-29 06:12:05 |
127
127
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
128
128
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-15 06:31:24 |
129
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-18 06:31:02 |
129
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-24 06:38:47 |
130
130
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
131
131
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
132
132
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
@@ -141,7 +141,7 @@
141
141
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
142
142
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-08-11 06:43:45 |
143
143
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-08-15 06:34:53 |
144
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-08-17 06:34:06 |
144
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-08-22 06:42:21 |
145
145
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-08-05 06:32:35 |
146
146
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-08-11 06:44:49 |
147
147
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
@@ -161,7 +161,7 @@
161
161
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
162
162
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
163
163
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
164
- | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-11 06:48:40 |
164
+ | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-22 06:46:33 |
165
165
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-08-08 06:36:01 |
166
166
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
167
167
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
@@ -169,48 +169,48 @@
169
169
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-08-11 06:49:15 |
170
170
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
171
171
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
172
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
173
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-08-01 11:52:06 |
174
- | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-15 06:39:26 |
172
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
173
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-08-23 06:50:01 |
174
+ | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
175
175
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
176
176
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
177
177
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
178
178
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-08-15 06:39:36 |
179
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-15 06:40:11 |
179
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-23 06:51:30 |
180
180
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
181
181
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
182
182
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
183
183
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-12 11:47:08 |
184
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-17 06:41:13 |
184
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-23 06:54:06 |
185
185
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
186
186
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
187
187
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
188
188
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
189
189
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
190
190
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
191
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-16 06:45:30 |
192
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-16 06:45:49 |
191
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-23 06:55:34 |
192
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-22 06:53:04 |
193
193
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
194
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-18 06:44:32 |
194
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-23 06:56:25 |
195
195
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
196
196
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
197
197
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
198
198
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
199
199
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-15 06:44:54 |
200
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-10 06:55:45 |
200
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-24 06:56:05 |
201
201
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
202
202
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
203
203
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-08-15 06:46:14 |
204
204
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
205
205
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-08-16 06:49:06 |
206
206
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
207
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-16 06:49:14 |
207
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-24 06:58:00 |
208
208
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-10 06:57:28 |
209
209
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-29 06:18:30 |
210
210
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
211
211
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-12 15:11:35 |
212
212
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
213
- | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-07-30 15:22:03 |
213
+ | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-08-24 07:02:00 |
214
214
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
215
215
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
216
216
  | yunsou | [腾讯云搜](https://cloud.tencent.com/document/product/270) | 2022-04-04 07:39:18 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.420"
1
+ export const sdkVersion = "4.0.423"
@@ -20,7 +20,7 @@
20
20
  */
21
21
  export interface CreateAppScanTaskRepeatRequest {
22
22
  /**
23
- * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
23
+ * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
24
24
  */
25
25
  Source: number
26
26
 
@@ -196,7 +196,7 @@ export interface DescribeResourceUsageInfoResponse {
196
196
  */
197
197
  export interface DescribeScanTaskListRequest {
198
198
  /**
199
- * 任务来源, -1:所有, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
199
+ * 任务来源, -1:所有, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
200
200
  */
201
201
  Source: number
202
202
 
@@ -310,7 +310,7 @@ export interface CreateAppScanTaskRequest {
310
310
  TaskType: number
311
311
 
312
312
  /**
313
- * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
313
+ * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
314
314
  */
315
315
  Source: number
316
316
 
@@ -459,7 +459,7 @@ export interface DescribeFileTicketResponse {
459
459
  */
460
460
  export interface DescribeScanTaskReportUrlRequest {
461
461
  /**
462
- * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
462
+ * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
463
463
  */
464
464
  Source: number
465
465
 
@@ -541,7 +541,7 @@ export interface AppTaskData {
541
541
  */
542
542
  export interface DescribeScanTaskStatusRequest {
543
543
  /**
544
- * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
544
+ * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
545
545
  */
546
546
  Source: number
547
547
 
@@ -566,7 +566,7 @@ export interface DescribeScanTaskStatusRequest {
566
566
  */
567
567
  export interface DescribeFileTicketRequest {
568
568
  /**
569
- * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
569
+ * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
570
570
  */
571
571
  Source: number
572
572
 
@@ -602,7 +602,7 @@ export interface CreateAppScanTaskResponse {
602
602
  */
603
603
  export interface DescribeResourceUsageInfoRequest {
604
604
  /**
605
- * 资源计费项名称(为空时,则根据TaskType和Platform进行查询)
605
+ * 资源计费项名称(为空时,则根据Source,TaskType和Platform进行查询)
606
606
  */
607
607
  PriceName?: string
608
608
 
@@ -615,6 +615,11 @@ export interface DescribeResourceUsageInfoRequest {
615
615
  * 应用平台, 0:android
616
616
  */
617
617
  Platform?: number
618
+
619
+ /**
620
+ * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
621
+ */
622
+ Source?: number
618
623
  }
619
624
 
620
625
  /**
@@ -638,6 +643,12 @@ export interface DescribeScanTaskReportUrlResponse {
638
643
  */
639
644
  ReportTitle: string
640
645
 
646
+ /**
647
+ * 诊断json结果内容
648
+ 注意:此字段可能返回 null,表示取不到有效值。
649
+ */
650
+ ReportResult: string
651
+
641
652
  /**
642
653
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
643
654
  */
@@ -28,6 +28,7 @@ import {
28
28
  AttachedApiSummary,
29
29
  DescribeUsagePlanRequest,
30
30
  DeleteUsagePlanResponse,
31
+ ImportOpenApiResponse,
31
32
  DisableApiKeyResponse,
32
33
  DescribeApiResponse,
33
34
  UnReleaseServiceRequest,
@@ -39,6 +40,7 @@ import {
39
40
  DescribeApiAppBindApisStatusRequest,
40
41
  ModifyApiResponse,
41
42
  ServiceEnvironmentStrategy,
43
+ CreateApiRspSet,
42
44
  ApiInfo,
43
45
  TargetServicesReq,
44
46
  DescribeUsagePlansStatusRequest,
@@ -259,6 +261,7 @@ import {
259
261
  EnvironmentStrategy,
260
262
  InstanceParameterInput,
261
263
  DescribeUsagePlanEnvironmentsRequest,
264
+ ImportOpenApiRequest,
262
265
  DescribeServiceReleaseVersionResponse,
263
266
  UpstreamNode,
264
267
  ApiAppApiInfos,
@@ -1065,6 +1068,16 @@ API 网关的服务创建后,需要发布到某个环境方生效后,使用
1065
1068
  return this.request("DescribeUpstreamBindApis", req, cb)
1066
1069
  }
1067
1070
 
1071
+ /**
1072
+ * 本接口(ImportOpenApi)用于将OpenAPI规范定义的API导入到API网关。
1073
+ */
1074
+ async ImportOpenApi(
1075
+ req: ImportOpenApiRequest,
1076
+ cb?: (error: string, rep: ImportOpenApiResponse) => void
1077
+ ): Promise<ImportOpenApiResponse> {
1078
+ return this.request("ImportOpenApi", req, cb)
1079
+ }
1080
+
1068
1081
  /**
1069
1082
  * 本接口(ModifyService)用于修改服务的相关信息。当服务创建后,服务的名称、描述和服务类型均可被修改。
1070
1083
  */
@@ -257,6 +257,21 @@ export interface DeleteUsagePlanResponse {
257
257
  RequestId?: string
258
258
  }
259
259
 
260
+ /**
261
+ * ImportOpenApi返回参数结构体
262
+ */
263
+ export interface ImportOpenApiResponse {
264
+ /**
265
+ * 导入OpenApi返回参数。
266
+ */
267
+ Result: CreateApiRspSet
268
+
269
+ /**
270
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
271
+ */
272
+ RequestId?: string
273
+ }
274
+
260
275
  /**
261
276
  * DisableApiKey返回参数结构体
262
277
  */
@@ -496,6 +511,21 @@ export interface ServiceEnvironmentStrategy {
496
511
  MaxStrategy: number
497
512
  }
498
513
 
514
+ /**
515
+ * CreateApiRsp 返回加TotalCount
516
+ */
517
+ export interface CreateApiRspSet {
518
+ /**
519
+ * 个数
520
+ */
521
+ TotalCount: number
522
+
523
+ /**
524
+ * 返回的数组
525
+ */
526
+ ApiSet: Array<CreateApiRsp>
527
+ }
528
+
499
529
  /**
500
530
  * 展示api信息
501
531
  */
@@ -6650,6 +6680,31 @@ export interface DescribeUsagePlanEnvironmentsRequest {
6650
6680
  Offset?: number
6651
6681
  }
6652
6682
 
6683
+ /**
6684
+ * ImportOpenApi请求参数结构体
6685
+ */
6686
+ export interface ImportOpenApiRequest {
6687
+ /**
6688
+ * API所在的服务唯一ID。
6689
+ */
6690
+ ServiceId: string
6691
+
6692
+ /**
6693
+ * openAPI正文内容。
6694
+ */
6695
+ Content: string
6696
+
6697
+ /**
6698
+ * Content格式,只能是YAML或者JSON,默认是YAML。
6699
+ */
6700
+ EncodeType?: string
6701
+
6702
+ /**
6703
+ * Content版本,默认是openAPI,目前只支持openAPI。
6704
+ */
6705
+ ContentVersion?: string
6706
+ }
6707
+
6653
6708
  /**
6654
6709
  * DescribeServiceReleaseVersion返回参数结构体
6655
6710
  */
@@ -473,7 +473,7 @@ export interface CreateRecTaskRequest {
473
473
  ChannelNum: number
474
474
 
475
475
  /**
476
- * 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值)
476
+ * 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值);3: 标点符号分段,包含每段时间戳,特别适用于字幕场景(包含词级时间、标点、语速值)。
477
477
  */
478
478
  ResTextFormat: number
479
479
 
@@ -7901,7 +7901,6 @@ off:关闭
7901
7901
 
7902
7902
  /**
7903
7903
  * 达到阈值后的操作
7904
- RESOLVE_DNS_TO_ORIGIN:直接回源,仅自有源站域名支持
7905
7904
  RETURN_404:全部请求返回 404
7906
7905
  注意:此字段可能返回 null,表示取不到有效值。
7907
7906
  */
@@ -212,6 +212,7 @@ import {
212
212
  FetchMessageByOffsetResponse,
213
213
  CreateConsumerRequest,
214
214
  DescribeRouteRequest,
215
+ RowParam,
215
216
  DateParam,
216
217
  ValueParam,
217
218
  DescribeDatahubTasksResponse,
@@ -221,6 +221,12 @@ export interface PostgreSQLModifyConnectParam {
221
221
  注意:此字段可能返回 null,表示取不到有效值。
222
222
  */
223
223
  IsUpdate?: boolean
224
+
225
+ /**
226
+ * 是否为自建集群
227
+ 注意:此字段可能返回 null,表示取不到有效值。
228
+ */
229
+ SelfBuilt?: boolean
224
230
  }
225
231
 
226
232
  /**
@@ -1604,10 +1610,16 @@ export interface TransformsParam {
1604
1610
  SourceType?: string
1605
1611
 
1606
1612
  /**
1607
- * 输出格式
1613
+ * 输出格式,JSON,ROW,默认为JSON
1608
1614
  注意:此字段可能返回 null,表示取不到有效值。
1609
1615
  */
1610
1616
  OutputFormat?: string
1617
+
1618
+ /**
1619
+ * 输出格式为ROW必填
1620
+ 注意:此字段可能返回 null,表示取不到有效值。
1621
+ */
1622
+ RowParam?: RowParam
1611
1623
  }
1612
1624
 
1613
1625
  /**
@@ -4433,6 +4445,11 @@ export interface ModifyInstanceAttributesRequest {
4433
4445
  * 动态硬盘扩容策略配置
4434
4446
  */
4435
4447
  DynamicDiskConfig?: DynamicDiskConfig
4448
+
4449
+ /**
4450
+ * 实例级别单条消息大小(单位byte)
4451
+ */
4452
+ MaxMessageByte?: number
4436
4453
  }
4437
4454
 
4438
4455
  /**
@@ -5590,6 +5607,28 @@ export interface DescribeRouteRequest {
5590
5607
  InstanceId: string
5591
5608
  }
5592
5609
 
5610
+ /**
5611
+ * 数据处理ROW输出格式配置
5612
+ */
5613
+ export interface RowParam {
5614
+ /**
5615
+ * 行内容,KEY_VALUE,VALUE
5616
+ */
5617
+ RowContent: string
5618
+
5619
+ /**
5620
+ * key和value间的分隔符
5621
+ 注意:此字段可能返回 null,表示取不到有效值。
5622
+ */
5623
+ KeyValueDelimiter?: string
5624
+
5625
+ /**
5626
+ * 元素建的分隔符
5627
+ 注意:此字段可能返回 null,表示取不到有效值。
5628
+ */
5629
+ EntryDelimiter?: string
5630
+ }
5631
+
5593
5632
  /**
5594
5633
  * 数据处理——Value处理参数——转换时间格式参数
5595
5634
  */
@@ -7550,6 +7589,12 @@ export interface MySQLModifyConnectParam {
7550
7589
  注意:此字段可能返回 null,表示取不到有效值。
7551
7590
  */
7552
7591
  ClusterId?: string
7592
+
7593
+ /**
7594
+ * 是否是自建的集群
7595
+ 注意:此字段可能返回 null,表示取不到有效值。
7596
+ */
7597
+ SelfBuilt?: boolean
7553
7598
  }
7554
7599
 
7555
7600
  /**
@@ -2605,7 +2605,7 @@ export interface JsonInfo {
2605
2605
  EnableTag: boolean
2606
2606
 
2607
2607
  /**
2608
- * 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__。
2608
+ * 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__
2609
2609
  注意:此字段可能返回 null,表示取不到有效值。
2610
2610
  */
2611
2611
  MetaFields: Array<string>
@@ -2664,6 +2664,11 @@ export interface CreateShipperRequest {
2664
2664
  * 投递日志的内容格式配置
2665
2665
  */
2666
2666
  Content?: ContentInfo
2667
+
2668
+ /**
2669
+ * 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
2670
+ */
2671
+ FilenameMode?: number
2667
2672
  }
2668
2673
 
2669
2674
  /**
@@ -3251,6 +3256,11 @@ export interface ModifyShipperRequest {
3251
3256
  * 投递日志的内容格式配置
3252
3257
  */
3253
3258
  Content?: ContentInfo
3259
+
3260
+ /**
3261
+ * 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
3262
+ */
3263
+ FilenameMode?: number
3254
3264
  }
3255
3265
 
3256
3266
  /**
@@ -33,14 +33,16 @@ import {
33
33
  DescribeTaskDetailResponse,
34
34
  ExportVideoEditProjectRequest,
35
35
  StreamConnectInputInterruptInfo,
36
+ TeamInfo,
36
37
  ClassInfo,
37
- ModifyProjectResponse,
38
+ MediaCastDestinationInterruptInfo,
38
39
  AudioTrackItem,
39
40
  StreamConnectProjectInfo,
40
41
  VideoEncodingPresetAudioSettingForUpdate,
41
42
  VideoEncodingPresetAudioSetting,
42
43
  IntegerRange,
43
44
  SearchMaterialRequest,
45
+ StorageNewFileCreatedEvent,
44
46
  DeleteTeamResponse,
45
47
  StreamConnectOutput,
46
48
  CopyProjectRequest,
@@ -60,7 +62,7 @@ import {
60
62
  AudioMaterial,
61
63
  AddMemberInfo,
62
64
  Entity,
63
- TeamInfo,
65
+ MediaCastVideoSetting,
64
66
  ExportVideoByEditorTrackDataRequest,
65
67
  MaterialTagInfo,
66
68
  VideoEditProjectOutput,
@@ -69,13 +71,14 @@ import {
69
71
  Authorizer,
70
72
  DescribePlatformsResponse,
71
73
  DescribeTasksRequest,
74
+ ProjectMediaCastStatusChangedEvent,
72
75
  MediaTrackItem,
73
- StorageNewFileCreatedEvent,
76
+ MediaCastDestinationInfo,
74
77
  DescribeLoginStatusRequest,
75
78
  MediaTrack,
76
79
  DeleteLoginStatusResponse,
77
80
  WeiboPublishInfo,
78
- Resource,
81
+ MediaCastSourceInfo,
79
82
  CreateLinkResponse,
80
83
  ExportVideoByTemplateResponse,
81
84
  StreamInputInfo,
@@ -89,8 +92,10 @@ import {
89
92
  MaterialImportedEvent,
90
93
  ModifyVideoEncodingPresetResponse,
91
94
  DescribeJoinTeamsRequest,
95
+ MediaCastSourceInterruptInfo,
92
96
  VideoSegmentationProjectInput,
93
97
  DeleteMaterialRequest,
98
+ ModifyProjectResponse,
94
99
  CreateProjectResponse,
95
100
  VideoEditProjectInput,
96
101
  DeleteProjectResponse,
@@ -104,6 +109,7 @@ import {
104
109
  VideoEncodingPresetVideoSettingForUpdate,
105
110
  GrantResourceAuthorizationResponse,
106
111
  SwitcherPgmOutputConfig,
112
+ Resource,
107
113
  CMEExportInfo,
108
114
  MoveResourceRequest,
109
115
  LivePullInputInfo,
@@ -156,6 +162,7 @@ import {
156
162
  MaterialModifiedEvent,
157
163
  HandleStreamConnectProjectResponse,
158
164
  DeleteTeamMembersRequest,
165
+ MediaCastProjectInfo,
159
166
  ExportVideoByTemplateRequest,
160
167
  DescribePlatformsRequest,
161
168
  OtherMaterial,
@@ -167,6 +174,7 @@ import {
167
174
  AccountInfo,
168
175
  DescribeProjectsRequest,
169
176
  DescribeLoginStatusResponse,
177
+ MediaCastPlaySetting,
170
178
  MaterialAddedEvent,
171
179
  CreateVideoEncodingPresetRequest,
172
180
  ProjectStreamConnectStatusChangedEvent,
@@ -203,6 +211,7 @@ import {
203
211
  ExternalMediaInfo,
204
212
  LinkMaterialInfo,
205
213
  ExportVideoByEditorTrackDataResponse,
214
+ MediaCastOutputMediaSetting,
206
215
  ClassCreatedEvent,
207
216
  VideoEncodingPreset,
208
217
  ImportMaterialRequest,