tencentcloud-sdk-nodejs 4.0.622 → 4.0.623
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 +78 -0
- package/SERVICE_CHANGELOG.md +119 -213
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +0 -5
- package/src/services/dts/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +19 -11
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -17
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +41 -5
- package/src/services/tke/v20180525/tke_models.ts +110 -65
- package/src/services/tms/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +44 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +0 -5
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -11
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -17
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +104 -65
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +42 -0
- package/test/tke.v20180525.test.js +30 -0
- package/test/vod.v20180717.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,81 @@
|
|
|
1
|
+
# Release 4.0.623
|
|
2
|
+
|
|
3
|
+
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2021-05-24
|
|
4
|
+
|
|
5
|
+
### 第 5 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-06-16 01:14:32
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [WorkspaceTemplateInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTemplateInfo)
|
|
16
|
+
|
|
17
|
+
* <font color="#dd0000">**删除成员**:</font>PrebuildFile
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
23
|
+
|
|
24
|
+
### 第 78 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-06-16 01:23:31
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
35
|
+
|
|
36
|
+
* 新增入参:RemindedOn
|
|
37
|
+
|
|
38
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
39
|
+
|
|
40
|
+
* 新增入参:RemindedOn
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
46
|
+
|
|
47
|
+
### 第 152 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2023-06-16 01:44:43
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
新增接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeEncryptionStatus](https://cloud.tencent.com/document/api/457/94085)
|
|
58
|
+
* [DisableEncryptionProtection](https://cloud.tencent.com/document/api/457/94084)
|
|
59
|
+
* [EnableEncryptionProtection](https://cloud.tencent.com/document/api/457/94083)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 云点播(vod) 版本:2018-07-17
|
|
64
|
+
|
|
65
|
+
### 第 158 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2023-06-16 01:48:04
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
新增接口:
|
|
74
|
+
|
|
75
|
+
* [ExtractCopyRightWatermark](https://cloud.tencent.com/document/api/266/94086)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
1
79
|
# Release 4.0.622
|
|
2
80
|
|
|
3
81
|
## 弹性伸缩(as) 版本:2018-04-19
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2021-05-24
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-06-
|
|
7
|
+
发布时间:2023-06-16 01:14:32
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,70 +12,41 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
21
|
-
|
|
22
|
-
### 第 132 次发布
|
|
23
|
-
|
|
24
|
-
发布时间:2023-06-15 01:05:53
|
|
25
|
-
|
|
26
|
-
本次发布包含了以下内容:
|
|
27
|
-
|
|
28
|
-
改善已有的文档。
|
|
29
|
-
|
|
30
|
-
修改接口:
|
|
31
|
-
|
|
32
|
-
* [CreateCdbProxyAddress](https://cloud.tencent.com/document/api/236/90586)
|
|
15
|
+
* [WorkspaceTemplateInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTemplateInfo)
|
|
33
16
|
|
|
34
|
-
*
|
|
17
|
+
* <font color="#dd0000">**删除成员**:</font>PrebuildFile
|
|
35
18
|
|
|
36
19
|
|
|
37
20
|
|
|
38
21
|
|
|
39
|
-
##
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
40
23
|
|
|
41
|
-
### 第
|
|
24
|
+
### 第 78 次发布
|
|
42
25
|
|
|
43
|
-
发布时间:2023-06-
|
|
26
|
+
发布时间:2023-06-16 01:23:31
|
|
44
27
|
|
|
45
28
|
本次发布包含了以下内容:
|
|
46
29
|
|
|
47
30
|
改善已有的文档。
|
|
48
31
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
* [DescribeClusterPodAssets](https://cloud.tencent.com/document/api/664/93512)
|
|
52
|
-
* [DescribeDomainAssets](https://cloud.tencent.com/document/api/664/93511)
|
|
53
|
-
* [DescribePublicIpAssets](https://cloud.tencent.com/document/api/664/93510)
|
|
54
|
-
* [DescribeRiskCenterAssetViewPortRiskList](https://cloud.tencent.com/document/api/664/93509)
|
|
55
|
-
* [DescribeRiskCenterAssetViewVULRiskList](https://cloud.tencent.com/document/api/664/93508)
|
|
56
|
-
|
|
57
|
-
新增数据结构:
|
|
32
|
+
修改接口:
|
|
58
33
|
|
|
59
|
-
* [
|
|
60
|
-
* [AssetViewPortRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewPortRisk)
|
|
61
|
-
* [AssetViewVULRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRisk)
|
|
62
|
-
* [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
|
|
63
|
-
* [IpAssetListVO](https://cloud.tencent.com/document/api/664/90825#IpAssetListVO)
|
|
34
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
64
35
|
|
|
65
|
-
|
|
36
|
+
* 新增入参:RemindedOn
|
|
66
37
|
|
|
67
|
-
* [
|
|
38
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
68
39
|
|
|
69
|
-
*
|
|
40
|
+
* 新增入参:RemindedOn
|
|
70
41
|
|
|
71
42
|
|
|
72
43
|
|
|
73
44
|
|
|
74
|
-
##
|
|
45
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
75
46
|
|
|
76
|
-
### 第
|
|
47
|
+
### 第 152 次发布
|
|
77
48
|
|
|
78
|
-
发布时间:2023-06-
|
|
49
|
+
发布时间:2023-06-16 01:44:43
|
|
79
50
|
|
|
80
51
|
本次发布包含了以下内容:
|
|
81
52
|
|
|
@@ -83,150 +54,25 @@
|
|
|
83
54
|
|
|
84
55
|
新增接口:
|
|
85
56
|
|
|
86
|
-
* [
|
|
87
|
-
* [
|
|
88
|
-
* [
|
|
89
|
-
* [DeleteLivePadRule](https://cloud.tencent.com/document/api/267/93528)
|
|
90
|
-
* [DeleteLivePadTemplate](https://cloud.tencent.com/document/api/267/93527)
|
|
91
|
-
* [DeleteLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93520)
|
|
92
|
-
* [DescribeLivePadRules](https://cloud.tencent.com/document/api/267/93526)
|
|
93
|
-
* [DescribeLivePadTemplate](https://cloud.tencent.com/document/api/267/93525)
|
|
94
|
-
* [DescribeLivePadTemplates](https://cloud.tencent.com/document/api/267/93524)
|
|
95
|
-
* [DescribeLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93519)
|
|
96
|
-
* [DescribeLiveStreamMonitorList](https://cloud.tencent.com/document/api/267/93518)
|
|
97
|
-
* [DescribeMonitorReport](https://cloud.tencent.com/document/api/267/93517)
|
|
98
|
-
* [ModifyLivePadTemplate](https://cloud.tencent.com/document/api/267/93523)
|
|
99
|
-
* [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
|
|
100
|
-
* [StartLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93515)
|
|
101
|
-
* [StopLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93514)
|
|
102
|
-
|
|
103
|
-
新增数据结构:
|
|
104
|
-
|
|
105
|
-
* [DiagnoseResult](https://cloud.tencent.com/document/api/267/20474#DiagnoseResult)
|
|
106
|
-
* [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
|
|
107
|
-
* [LiveStreamMonitorInputInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInputInfo)
|
|
108
|
-
* [LiveStreamMonitorNotifyPolicy](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorNotifyPolicy)
|
|
109
|
-
* [LiveStreamMonitorOutputInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorOutputInfo)
|
|
110
|
-
* [MPSResult](https://cloud.tencent.com/document/api/267/20474#MPSResult)
|
|
111
|
-
* [PadTemplate](https://cloud.tencent.com/document/api/267/20474#PadTemplate)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## 移动应用安全(ms) 版本:2018-04-08
|
|
116
|
-
|
|
117
|
-
### 第 14 次发布
|
|
118
|
-
|
|
119
|
-
发布时间:2023-06-15 01:29:09
|
|
120
|
-
|
|
121
|
-
本次发布包含了以下内容:
|
|
122
|
-
|
|
123
|
-
改善已有的文档。
|
|
124
|
-
|
|
125
|
-
修改接口:
|
|
126
|
-
|
|
127
|
-
* [CreateCosSecKeyInstance](https://cloud.tencent.com/document/api/283/30640)
|
|
128
|
-
|
|
129
|
-
* 新增出参:CosToken
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
135
|
-
|
|
136
|
-
### 第 8 次发布
|
|
137
|
-
|
|
138
|
-
发布时间:2023-06-15 01:38:28
|
|
139
|
-
|
|
140
|
-
本次发布包含了以下内容:
|
|
141
|
-
|
|
142
|
-
改善已有的文档。
|
|
143
|
-
|
|
144
|
-
修改数据结构:
|
|
145
|
-
|
|
146
|
-
* [CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)
|
|
147
|
-
|
|
148
|
-
* 新增成员:MountOption
|
|
149
|
-
|
|
150
|
-
* [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview)
|
|
151
|
-
|
|
152
|
-
* 新增成员:MountOption
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
57
|
+
* [DescribeEncryptionStatus](https://cloud.tencent.com/document/api/457/94085)
|
|
58
|
+
* [DisableEncryptionProtection](https://cloud.tencent.com/document/api/457/94084)
|
|
59
|
+
* [EnableEncryptionProtection](https://cloud.tencent.com/document/api/457/94083)
|
|
162
60
|
|
|
163
61
|
|
|
164
62
|
|
|
165
63
|
## 云点播(vod) 版本:2018-07-17
|
|
166
64
|
|
|
167
|
-
### 第 157 次发布
|
|
168
|
-
|
|
169
|
-
发布时间:2023-06-15 01:42:39
|
|
170
|
-
|
|
171
|
-
本次发布包含了以下内容:
|
|
172
|
-
|
|
173
|
-
改善已有的文档。
|
|
174
|
-
|
|
175
|
-
修改接口:
|
|
176
|
-
|
|
177
|
-
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
178
|
-
|
|
179
|
-
* 新增出参:ExtractCopyRightWatermarkTask
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
新增数据结构:
|
|
183
|
-
|
|
184
|
-
* [CopyRightWatermarkInput](https://cloud.tencent.com/document/api/266/31773#CopyRightWatermarkInput)
|
|
185
|
-
* [ExtractCopyRightWatermarkTask](https://cloud.tencent.com/document/api/266/31773#ExtractCopyRightWatermarkTask)
|
|
186
|
-
* [ExtractCopyRightWatermarkTaskInput](https://cloud.tencent.com/document/api/266/31773#ExtractCopyRightWatermarkTaskInput)
|
|
187
|
-
* [ExtractCopyRightWatermarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#ExtractCopyRightWatermarkTaskOutput)
|
|
188
|
-
|
|
189
|
-
修改数据结构:
|
|
190
|
-
|
|
191
|
-
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
192
|
-
|
|
193
|
-
* 新增成员:CopyRightWatermarkText
|
|
194
|
-
|
|
195
|
-
* [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTaskInput)
|
|
196
|
-
|
|
197
|
-
* 新增成员:CopyRightWatermark
|
|
198
|
-
|
|
199
|
-
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
200
|
-
|
|
201
|
-
* 新增成员:ExtractCopyRightWatermarkCompleteEvent
|
|
202
|
-
|
|
203
|
-
* [MediaTranscodeItem](https://cloud.tencent.com/document/api/266/31773#MediaTranscodeItem)
|
|
204
|
-
|
|
205
|
-
* 新增成员:CopyRightWatermarkText
|
|
206
|
-
|
|
207
|
-
* [TranscodeTaskInput](https://cloud.tencent.com/document/api/266/31773#TranscodeTaskInput)
|
|
208
|
-
|
|
209
|
-
* 新增成员:CopyRightWatermark
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
215
|
-
|
|
216
65
|
### 第 158 次发布
|
|
217
66
|
|
|
218
|
-
发布时间:2023-06-
|
|
67
|
+
发布时间:2023-06-16 01:48:04
|
|
219
68
|
|
|
220
69
|
本次发布包含了以下内容:
|
|
221
70
|
|
|
222
71
|
改善已有的文档。
|
|
223
72
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
* [NatGateway](https://cloud.tencent.com/document/api/215/15824#NatGateway)
|
|
227
|
-
|
|
228
|
-
* 新增成员:NatProductVersion
|
|
73
|
+
新增接口:
|
|
229
74
|
|
|
75
|
+
* [ExtractCopyRightWatermark](https://cloud.tencent.com/document/api/266/94086)
|
|
230
76
|
|
|
231
77
|
|
|
232
78
|
|
|
@@ -25942,6 +25788,21 @@
|
|
|
25942
25788
|
|
|
25943
25789
|
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2021-05-24
|
|
25944
25790
|
|
|
25791
|
+
### 第 5 次发布
|
|
25792
|
+
|
|
25793
|
+
发布时间:2023-06-16 01:14:32
|
|
25794
|
+
|
|
25795
|
+
本次发布包含了以下内容:
|
|
25796
|
+
|
|
25797
|
+
改善已有的文档。
|
|
25798
|
+
|
|
25799
|
+
修改数据结构:
|
|
25800
|
+
|
|
25801
|
+
* [WorkspaceTemplateInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTemplateInfo)
|
|
25802
|
+
|
|
25803
|
+
* <font color="#dd0000">**删除成员**:</font>PrebuildFile
|
|
25804
|
+
|
|
25805
|
+
|
|
25945
25806
|
### 第 4 次发布
|
|
25946
25807
|
|
|
25947
25808
|
发布时间:2023-05-09 01:09:45
|
|
@@ -31498,19 +31359,19 @@
|
|
|
31498
31359
|
|
|
31499
31360
|
新增接口:
|
|
31500
31361
|
|
|
31501
|
-
* [
|
|
31502
|
-
* [
|
|
31503
|
-
* [
|
|
31504
|
-
* [
|
|
31505
|
-
* [
|
|
31362
|
+
* [DescribeClusterPodAssets](https://cloud.tencent.com/document/api/664/93512)
|
|
31363
|
+
* [DescribeDomainAssets](https://cloud.tencent.com/document/api/664/93511)
|
|
31364
|
+
* [DescribePublicIpAssets](https://cloud.tencent.com/document/api/664/93510)
|
|
31365
|
+
* [DescribeRiskCenterAssetViewPortRiskList](https://cloud.tencent.com/document/api/664/93509)
|
|
31366
|
+
* [DescribeRiskCenterAssetViewVULRiskList](https://cloud.tencent.com/document/api/664/93508)
|
|
31506
31367
|
|
|
31507
31368
|
新增数据结构:
|
|
31508
31369
|
|
|
31509
|
-
* [
|
|
31510
|
-
* [
|
|
31511
|
-
* [
|
|
31512
|
-
* [
|
|
31513
|
-
* [
|
|
31370
|
+
* [AssetClusterPod](https://cloud.tencent.com/document/api/664/90825#AssetClusterPod)
|
|
31371
|
+
* [AssetViewPortRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewPortRisk)
|
|
31372
|
+
* [AssetViewVULRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRisk)
|
|
31373
|
+
* [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
|
|
31374
|
+
* [IpAssetListVO](https://cloud.tencent.com/document/api/664/90825#IpAssetListVO)
|
|
31514
31375
|
|
|
31515
31376
|
修改数据结构:
|
|
31516
31377
|
|
|
@@ -48664,6 +48525,25 @@
|
|
|
48664
48525
|
|
|
48665
48526
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
48666
48527
|
|
|
48528
|
+
### 第 78 次发布
|
|
48529
|
+
|
|
48530
|
+
发布时间:2023-06-16 01:23:31
|
|
48531
|
+
|
|
48532
|
+
本次发布包含了以下内容:
|
|
48533
|
+
|
|
48534
|
+
改善已有的文档。
|
|
48535
|
+
|
|
48536
|
+
修改接口:
|
|
48537
|
+
|
|
48538
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
48539
|
+
|
|
48540
|
+
* 新增入参:RemindedOn
|
|
48541
|
+
|
|
48542
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
48543
|
+
|
|
48544
|
+
* 新增入参:RemindedOn
|
|
48545
|
+
|
|
48546
|
+
|
|
48667
48547
|
### 第 77 次发布
|
|
48668
48548
|
|
|
48669
48549
|
发布时间:2023-06-14 01:22:43
|
|
@@ -64273,32 +64153,32 @@
|
|
|
64273
64153
|
|
|
64274
64154
|
新增接口:
|
|
64275
64155
|
|
|
64276
|
-
* [
|
|
64277
|
-
* [
|
|
64278
|
-
* [
|
|
64279
|
-
* [
|
|
64280
|
-
* [
|
|
64281
|
-
* [
|
|
64282
|
-
* [
|
|
64283
|
-
* [
|
|
64284
|
-
* [
|
|
64285
|
-
* [
|
|
64286
|
-
* [
|
|
64287
|
-
* [
|
|
64288
|
-
* [
|
|
64289
|
-
* [
|
|
64290
|
-
* [
|
|
64291
|
-
* [
|
|
64156
|
+
* [CreateLivePadRule](https://cloud.tencent.com/document/api/267/93530)
|
|
64157
|
+
* [CreateLivePadTemplate](https://cloud.tencent.com/document/api/267/93529)
|
|
64158
|
+
* [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
|
|
64159
|
+
* [DeleteLivePadRule](https://cloud.tencent.com/document/api/267/93528)
|
|
64160
|
+
* [DeleteLivePadTemplate](https://cloud.tencent.com/document/api/267/93527)
|
|
64161
|
+
* [DeleteLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93520)
|
|
64162
|
+
* [DescribeLivePadRules](https://cloud.tencent.com/document/api/267/93526)
|
|
64163
|
+
* [DescribeLivePadTemplate](https://cloud.tencent.com/document/api/267/93525)
|
|
64164
|
+
* [DescribeLivePadTemplates](https://cloud.tencent.com/document/api/267/93524)
|
|
64165
|
+
* [DescribeLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93519)
|
|
64166
|
+
* [DescribeLiveStreamMonitorList](https://cloud.tencent.com/document/api/267/93518)
|
|
64167
|
+
* [DescribeMonitorReport](https://cloud.tencent.com/document/api/267/93517)
|
|
64168
|
+
* [ModifyLivePadTemplate](https://cloud.tencent.com/document/api/267/93523)
|
|
64169
|
+
* [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
|
|
64170
|
+
* [StartLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93515)
|
|
64171
|
+
* [StopLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93514)
|
|
64292
64172
|
|
|
64293
64173
|
新增数据结构:
|
|
64294
64174
|
|
|
64295
|
-
* [
|
|
64296
|
-
* [
|
|
64297
|
-
* [
|
|
64298
|
-
* [
|
|
64299
|
-
* [
|
|
64300
|
-
* [
|
|
64301
|
-
* [
|
|
64175
|
+
* [DiagnoseResult](https://cloud.tencent.com/document/api/267/20474#DiagnoseResult)
|
|
64176
|
+
* [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
|
|
64177
|
+
* [LiveStreamMonitorInputInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInputInfo)
|
|
64178
|
+
* [LiveStreamMonitorNotifyPolicy](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorNotifyPolicy)
|
|
64179
|
+
* [LiveStreamMonitorOutputInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorOutputInfo)
|
|
64180
|
+
* [MPSResult](https://cloud.tencent.com/document/api/267/20474#MPSResult)
|
|
64181
|
+
* [PadTemplate](https://cloud.tencent.com/document/api/267/20474#PadTemplate)
|
|
64302
64182
|
|
|
64303
64183
|
### 第 105 次发布
|
|
64304
64184
|
|
|
@@ -102314,6 +102194,20 @@
|
|
|
102314
102194
|
|
|
102315
102195
|
## 容器服务(tke) 版本:2018-05-25
|
|
102316
102196
|
|
|
102197
|
+
### 第 152 次发布
|
|
102198
|
+
|
|
102199
|
+
发布时间:2023-06-16 01:44:43
|
|
102200
|
+
|
|
102201
|
+
本次发布包含了以下内容:
|
|
102202
|
+
|
|
102203
|
+
改善已有的文档。
|
|
102204
|
+
|
|
102205
|
+
新增接口:
|
|
102206
|
+
|
|
102207
|
+
* [[DescribeEncryptionStatus](https://cloud.tencent.com/document/api/457/94085)](https://cloud.tencent.com/document/api/#/#)
|
|
102208
|
+
* [[DisableEncryptionProtection](https://cloud.tencent.com/document/api/457/94084)](https://cloud.tencent.com/document/api/#/#)
|
|
102209
|
+
* [[EnableEncryptionProtection](https://cloud.tencent.com/document/api/457/94083)](https://cloud.tencent.com/document/api/#/#)
|
|
102210
|
+
|
|
102317
102211
|
### 第 151 次发布
|
|
102318
102212
|
|
|
102319
102213
|
发布时间:2023-06-09 01:45:39
|
|
@@ -111129,6 +111023,18 @@
|
|
|
111129
111023
|
|
|
111130
111024
|
## 云点播(vod) 版本:2018-07-17
|
|
111131
111025
|
|
|
111026
|
+
### 第 158 次发布
|
|
111027
|
+
|
|
111028
|
+
发布时间:2023-06-16 01:48:04
|
|
111029
|
+
|
|
111030
|
+
本次发布包含了以下内容:
|
|
111031
|
+
|
|
111032
|
+
改善已有的文档。
|
|
111033
|
+
|
|
111034
|
+
新增接口:
|
|
111035
|
+
|
|
111036
|
+
* [[ExtractCopyRightWatermark](https://cloud.tencent.com/document/api/266/94086)](https://cloud.tencent.com/document/api/#/#)
|
|
111037
|
+
|
|
111132
111038
|
### 第 157 次发布
|
|
111133
111039
|
|
|
111134
111040
|
发布时间:2023-06-15 01:42:39
|
|
@@ -111146,10 +111052,10 @@
|
|
|
111146
111052
|
|
|
111147
111053
|
新增数据结构:
|
|
111148
111054
|
|
|
111149
|
-
* [
|
|
111150
|
-
* [
|
|
111151
|
-
* [
|
|
111152
|
-
* [
|
|
111055
|
+
* [CopyRightWatermarkInput](https://cloud.tencent.com/document/api/266/31773#CopyRightWatermarkInput)
|
|
111056
|
+
* [ExtractCopyRightWatermarkTask](https://cloud.tencent.com/document/api/266/31773#ExtractCopyRightWatermarkTask)
|
|
111057
|
+
* [ExtractCopyRightWatermarkTaskInput](https://cloud.tencent.com/document/api/266/31773#ExtractCopyRightWatermarkTaskInput)
|
|
111058
|
+
* [ExtractCopyRightWatermarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#ExtractCopyRightWatermarkTaskOutput)
|
|
111153
111059
|
|
|
111154
111060
|
修改数据结构:
|
|
111155
111061
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
|
-
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-06-16 01:07:09 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-05-18 01:03:20 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-15 01:02:32 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-05-26 01:03:52 |
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-06-12 01:09:11 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
|
-
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-
|
|
61
|
+
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 01:14:32 |
|
|
62
62
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-06-14 01:14:01 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-05-18 01:14:25 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
|
|
@@ -91,15 +91,15 @@
|
|
|
91
91
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-06-06 01:28:52 |
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
|
|
94
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-
|
|
94
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-06-16 01:23:03 |
|
|
95
95
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-18 01:26:23 |
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-06-16 01:23:31 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-06-16 01:24:10 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-31 01:26:34 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
|
|
101
101
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
|
|
102
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-
|
|
102
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-06-16 01:24:51 |
|
|
103
103
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-06-14 01:25:30 |
|
|
104
104
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-05-18 01:29:36 |
|
|
105
105
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-06-15 01:29:09 |
|
|
144
144
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
145
145
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
146
|
-
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-
|
|
146
|
+
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-06-16 01:33:34 |
|
|
147
147
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
148
148
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-29 01:34:54 |
|
|
149
149
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-06-14 01:34:02 |
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
171
171
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-06-07 01:43:06 |
|
|
172
172
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
|
|
173
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-
|
|
173
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-16 01:37:57 |
|
|
174
174
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
|
|
175
175
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
|
|
176
176
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-05-18 01:49:52 |
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
180
180
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-06-15 01:34:24 |
|
|
181
181
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
182
|
-
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-
|
|
182
|
+
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-06-16 01:38:48 |
|
|
183
183
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
184
184
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
|
|
185
185
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-05-18 01:50:54 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-29 01:47:15 |
|
|
206
206
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-13 01:43:45 |
|
|
207
207
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
|
|
208
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-
|
|
208
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-06-16 01:44:43 |
|
|
209
209
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
210
210
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
211
211
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
222
222
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
223
223
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
224
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-
|
|
224
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-06-16 01:48:04 |
|
|
225
225
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-06-15 01:43:49 |
|
|
226
226
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-07 01:59:27 |
|
|
227
227
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-06-07 01:59:35 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.623"
|