tencentcloud-sdk-nodejs 4.0.941 → 4.0.943
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 +416 -0
- package/SERVICE_CHANGELOG.md +386 -13
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +8 -0
- package/src/services/asr/v20190614/asr_client.ts +71 -57
- package/src/services/asr/v20190614/asr_models.ts +967 -895
- package/src/services/cfg/v20210820/cfg_models.ts +4 -0
- package/src/services/cwp/v20180228/cwp_client.ts +5 -3
- package/src/services/cwp/v20180228/cwp_models.ts +131 -48
- package/src/services/dlc/v20210125/dlc_models.ts +4 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -0
- package/src/services/ims/v20201229/ims_client.ts +1 -1
- package/src/services/ims/v20201229/ims_models.ts +3 -3
- package/src/services/lke/v20231130/lke_client.ts +576 -478
- package/src/services/lke/v20231130/lke_models.ts +516 -98
- package/src/services/mps/v20190612/mps_models.ts +8 -3
- package/src/services/mqtt/v20240516/mqtt_client.ts +215 -4
- package/src/services/mqtt/v20240516/mqtt_models.ts +894 -97
- package/src/services/organization/v20210331/organization_client.ts +26 -0
- package/src/services/organization/v20210331/organization_models.ts +176 -26
- package/src/services/tcss/v20201101/tcss_client.ts +4 -2
- package/src/services/tke/v20180525/tke_client.ts +40 -16
- package/src/services/tke/v20180525/tke_models.ts +154 -70
- package/src/services/vdb/v20230616/vdb_models.ts +5 -0
- package/src/services/vod/v20180717/vod_client.ts +2 -1
- package/src/services/vod/v20180717/vod_models.ts +34 -1
- package/src/services/vpc/v20170312/vpc_models.ts +17 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +998 -930
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +128 -47
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -0
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +3 -3
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +195 -163
- package/tencentcloud/services/lke/v20231130/lke_client.js +288 -240
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +497 -97
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +7 -2
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +72 -1
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +105 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +856 -97
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +170 -26
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +3 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +3 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +150 -70
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +33 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -1
- package/test/asr.v20190614.test.js +10 -0
- package/test/lke.v20231130.test.js +238 -158
- package/test/mqtt.v20240516.test.js +170 -0
- package/test/organization.v20210331.test.js +20 -0
- package/test/tke.v20180525.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 38 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-23 12:16:37
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,14 +12,47 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
15
|
+
* [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)
|
|
16
|
+
* [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
|
|
17
|
+
|
|
18
|
+
修改接口:
|
|
19
|
+
|
|
20
|
+
* [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
|
|
21
|
+
|
|
22
|
+
* 新增入参:Tags
|
|
23
|
+
|
|
24
|
+
* [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
|
|
25
|
+
|
|
26
|
+
* 新增入参:Tags
|
|
27
|
+
|
|
28
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
29
|
+
|
|
30
|
+
* 新增入参:Tags
|
|
31
|
+
|
|
32
|
+
* [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926)
|
|
33
|
+
|
|
34
|
+
* 新增入参:Tags
|
|
35
|
+
|
|
17
36
|
|
|
18
37
|
新增数据结构:
|
|
19
38
|
|
|
20
|
-
* [
|
|
21
|
-
* [
|
|
22
|
-
|
|
39
|
+
* [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)
|
|
40
|
+
* [Tag](https://cloud.tencent.com/document/api/850/67060#Tag)
|
|
41
|
+
|
|
42
|
+
修改数据结构:
|
|
43
|
+
|
|
44
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
45
|
+
|
|
46
|
+
* 新增成员:Tags
|
|
47
|
+
|
|
48
|
+
* [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode)
|
|
49
|
+
|
|
50
|
+
* 新增成员:Tags
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
23
56
|
|
|
24
57
|
|
|
25
58
|
|
|
@@ -5181,6 +5214,21 @@
|
|
|
5181
5214
|
|
|
5182
5215
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5183
5216
|
|
|
5217
|
+
### 第 73 次发布
|
|
5218
|
+
|
|
5219
|
+
发布时间:2024-09-20 12:54:26
|
|
5220
|
+
|
|
5221
|
+
本次发布包含了以下内容:
|
|
5222
|
+
|
|
5223
|
+
改善已有的文档。
|
|
5224
|
+
|
|
5225
|
+
修改数据结构:
|
|
5226
|
+
|
|
5227
|
+
* [ServiceSettings](https://cloud.tencent.com/document/api/377/20453#ServiceSettings)
|
|
5228
|
+
|
|
5229
|
+
* 新增成员:ReplaceMode
|
|
5230
|
+
|
|
5231
|
+
|
|
5184
5232
|
### 第 72 次发布
|
|
5185
5233
|
|
|
5186
5234
|
发布时间:2024-08-08 01:09:56
|
|
@@ -6774,6 +6822,23 @@
|
|
|
6774
6822
|
|
|
6775
6823
|
## 语音识别(asr) 版本:2019-06-14
|
|
6776
6824
|
|
|
6825
|
+
### 第 40 次发布
|
|
6826
|
+
|
|
6827
|
+
发布时间:2024-09-23 01:07:54
|
|
6828
|
+
|
|
6829
|
+
本次发布包含了以下内容:
|
|
6830
|
+
|
|
6831
|
+
改善已有的文档。
|
|
6832
|
+
|
|
6833
|
+
新增接口:
|
|
6834
|
+
|
|
6835
|
+
* [GetUsageByDate](https://cloud.tencent.com/document/api/1093/111167)
|
|
6836
|
+
|
|
6837
|
+
新增数据结构:
|
|
6838
|
+
|
|
6839
|
+
* [UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo)
|
|
6840
|
+
* [UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData)
|
|
6841
|
+
|
|
6777
6842
|
### 第 39 次发布
|
|
6778
6843
|
|
|
6779
6844
|
发布时间:2024-09-02 01:09:58
|
|
@@ -24522,6 +24587,21 @@
|
|
|
24522
24587
|
|
|
24523
24588
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24524
24589
|
|
|
24590
|
+
### 第 20 次发布
|
|
24591
|
+
|
|
24592
|
+
发布时间:2024-09-20 12:56:59
|
|
24593
|
+
|
|
24594
|
+
本次发布包含了以下内容:
|
|
24595
|
+
|
|
24596
|
+
改善已有的文档。
|
|
24597
|
+
|
|
24598
|
+
修改接口:
|
|
24599
|
+
|
|
24600
|
+
* [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
|
|
24601
|
+
|
|
24602
|
+
* 新增入参:Record
|
|
24603
|
+
|
|
24604
|
+
|
|
24525
24605
|
### 第 19 次发布
|
|
24526
24606
|
|
|
24527
24607
|
发布时间:2024-09-11 01:19:01
|
|
@@ -43054,6 +43134,45 @@
|
|
|
43054
43134
|
|
|
43055
43135
|
## 主机安全(cwp) 版本:2018-02-28
|
|
43056
43136
|
|
|
43137
|
+
### 第 123 次发布
|
|
43138
|
+
|
|
43139
|
+
发布时间:2024-09-20 12:58:49
|
|
43140
|
+
|
|
43141
|
+
本次发布包含了以下内容:
|
|
43142
|
+
|
|
43143
|
+
改善已有的文档。
|
|
43144
|
+
|
|
43145
|
+
修改接口:
|
|
43146
|
+
|
|
43147
|
+
* [CheckBashPolicyParams](https://cloud.tencent.com/document/api/296/99650)
|
|
43148
|
+
|
|
43149
|
+
* 新增入参:Rules
|
|
43150
|
+
|
|
43151
|
+
* [ModifyJavaMemShellsStatus](https://cloud.tencent.com/document/api/296/99654)
|
|
43152
|
+
|
|
43153
|
+
* 新增入参:UpdateAll
|
|
43154
|
+
|
|
43155
|
+
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
43156
|
+
|
|
43157
|
+
|
|
43158
|
+
新增数据结构:
|
|
43159
|
+
|
|
43160
|
+
* [CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine)
|
|
43161
|
+
* [PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules)
|
|
43162
|
+
|
|
43163
|
+
修改数据结构:
|
|
43164
|
+
|
|
43165
|
+
* [BashPolicy](https://cloud.tencent.com/document/api/296/19867#BashPolicy)
|
|
43166
|
+
|
|
43167
|
+
* 新增成员:Rules
|
|
43168
|
+
|
|
43169
|
+
* [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo)
|
|
43170
|
+
|
|
43171
|
+
* 新增成员:ClassName, SuperClassName, Interfaces, Annotations, LoaderClassName
|
|
43172
|
+
|
|
43173
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Alias, HostIp, Type, Description, CreateTime, RecentFoundTime, Status, Quuid, MachineExtraInfo, Uuid
|
|
43174
|
+
|
|
43175
|
+
|
|
43057
43176
|
### 第 122 次发布
|
|
43058
43177
|
|
|
43059
43178
|
发布时间:2024-08-23 01:22:42
|
|
@@ -53225,6 +53344,21 @@
|
|
|
53225
53344
|
|
|
53226
53345
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
53227
53346
|
|
|
53347
|
+
### 第 104 次发布
|
|
53348
|
+
|
|
53349
|
+
发布时间:2024-09-20 13:00:46
|
|
53350
|
+
|
|
53351
|
+
本次发布包含了以下内容:
|
|
53352
|
+
|
|
53353
|
+
改善已有的文档。
|
|
53354
|
+
|
|
53355
|
+
修改接口:
|
|
53356
|
+
|
|
53357
|
+
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
53358
|
+
|
|
53359
|
+
* 新增入参:IsMultiStatement
|
|
53360
|
+
|
|
53361
|
+
|
|
53228
53362
|
### 第 103 次发布
|
|
53229
53363
|
|
|
53230
53364
|
发布时间:2024-09-13 01:28:24
|
|
@@ -91574,6 +91708,30 @@
|
|
|
91574
91708
|
|
|
91575
91709
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
91576
91710
|
|
|
91711
|
+
### 第 17 次发布
|
|
91712
|
+
|
|
91713
|
+
发布时间:2024-09-20 13:06:39
|
|
91714
|
+
|
|
91715
|
+
本次发布包含了以下内容:
|
|
91716
|
+
|
|
91717
|
+
改善已有的文档。
|
|
91718
|
+
|
|
91719
|
+
新增接口:
|
|
91720
|
+
|
|
91721
|
+
* [DescribeCallStatsGraph](https://cloud.tencent.com/document/api/1759/111069)
|
|
91722
|
+
* [DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068)
|
|
91723
|
+
* [DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067)
|
|
91724
|
+
* [DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066)
|
|
91725
|
+
* [DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065)
|
|
91726
|
+
* [DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064)
|
|
91727
|
+
* [DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063)
|
|
91728
|
+
* [DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062)
|
|
91729
|
+
|
|
91730
|
+
新增数据结构:
|
|
91731
|
+
|
|
91732
|
+
* [KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail)
|
|
91733
|
+
* [Stat](https://cloud.tencent.com/document/api/1759/105104#Stat)
|
|
91734
|
+
|
|
91577
91735
|
### 第 16 次发布
|
|
91578
91736
|
|
|
91579
91737
|
发布时间:2024-09-16 02:02:56
|
|
@@ -97687,6 +97845,21 @@
|
|
|
97687
97845
|
|
|
97688
97846
|
## 媒体处理(mps) 版本:2019-06-12
|
|
97689
97847
|
|
|
97848
|
+
### 第 96 次发布
|
|
97849
|
+
|
|
97850
|
+
发布时间:2024-09-20 13:07:52
|
|
97851
|
+
|
|
97852
|
+
本次发布包含了以下内容:
|
|
97853
|
+
|
|
97854
|
+
改善已有的文档。
|
|
97855
|
+
|
|
97856
|
+
修改数据结构:
|
|
97857
|
+
|
|
97858
|
+
* [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
|
|
97859
|
+
|
|
97860
|
+
* 新增成员:Zones
|
|
97861
|
+
|
|
97862
|
+
|
|
97690
97863
|
### 第 95 次发布
|
|
97691
97864
|
|
|
97692
97865
|
发布时间:2024-09-13 01:54:23
|
|
@@ -100620,6 +100793,41 @@
|
|
|
100620
100793
|
|
|
100621
100794
|
## 消息队列 MQTT 版(mqtt) 版本:2024-05-16
|
|
100622
100795
|
|
|
100796
|
+
### 第 2 次发布
|
|
100797
|
+
|
|
100798
|
+
发布时间:2024-09-20 13:08:14
|
|
100799
|
+
|
|
100800
|
+
本次发布包含了以下内容:
|
|
100801
|
+
|
|
100802
|
+
改善已有的文档。
|
|
100803
|
+
|
|
100804
|
+
新增接口:
|
|
100805
|
+
|
|
100806
|
+
* [CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079)
|
|
100807
|
+
* [CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078)
|
|
100808
|
+
* [CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077)
|
|
100809
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1778/111084)
|
|
100810
|
+
* [DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088)
|
|
100811
|
+
* [DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076)
|
|
100812
|
+
* [DeleteTopic](https://cloud.tencent.com/document/api/1778/111083)
|
|
100813
|
+
* [DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075)
|
|
100814
|
+
* [DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074)
|
|
100815
|
+
* [DescribeTopic](https://cloud.tencent.com/document/api/1778/111073)
|
|
100816
|
+
* [DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082)
|
|
100817
|
+
* [ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072)
|
|
100818
|
+
* [ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087)
|
|
100819
|
+
* [ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086)
|
|
100820
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1778/111081)
|
|
100821
|
+
* [RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071)
|
|
100822
|
+
* [UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070)
|
|
100823
|
+
|
|
100824
|
+
新增数据结构:
|
|
100825
|
+
|
|
100826
|
+
* [AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem)
|
|
100827
|
+
* [AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority)
|
|
100828
|
+
* [MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem)
|
|
100829
|
+
* [MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem)
|
|
100830
|
+
|
|
100623
100831
|
### 第 1 次发布
|
|
100624
100832
|
|
|
100625
100833
|
发布时间:2024-09-19 14:22:10
|
|
@@ -100630,20 +100838,35 @@
|
|
|
100630
100838
|
|
|
100631
100839
|
新增接口:
|
|
100632
100840
|
|
|
100633
|
-
* [
|
|
100634
|
-
* [
|
|
100841
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/1778/111030)
|
|
100842
|
+
* [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)
|
|
100635
100843
|
|
|
100636
100844
|
新增数据结构:
|
|
100637
100845
|
|
|
100638
|
-
* [
|
|
100639
|
-
* [
|
|
100640
|
-
* [
|
|
100846
|
+
* [Filter](https://cloud.tencent.com/document/api/1778/111031#Filter)
|
|
100847
|
+
* [MQTTInstanceItem](https://cloud.tencent.com/document/api/1778/111031#MQTTInstanceItem)
|
|
100848
|
+
* [TagFilter](https://cloud.tencent.com/document/api/1778/111031#TagFilter)
|
|
100641
100849
|
|
|
100642
100850
|
|
|
100643
100851
|
|
|
100644
100852
|
|
|
100645
100853
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
100646
100854
|
|
|
100855
|
+
### 第 27 次发布
|
|
100856
|
+
|
|
100857
|
+
发布时间:2024-09-20 13:08:23
|
|
100858
|
+
|
|
100859
|
+
本次发布包含了以下内容:
|
|
100860
|
+
|
|
100861
|
+
改善已有的文档。
|
|
100862
|
+
|
|
100863
|
+
修改数据结构:
|
|
100864
|
+
|
|
100865
|
+
* [PTNM](https://cloud.tencent.com/document/api/1314/56230#PTNM)
|
|
100866
|
+
|
|
100867
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Index, Src, Value, PT, PN, PM, Coords
|
|
100868
|
+
|
|
100869
|
+
|
|
100647
100870
|
### 第 26 次发布
|
|
100648
100871
|
|
|
100649
100872
|
发布时间:2024-06-14 02:16:42
|
|
@@ -107255,6 +107478,54 @@
|
|
|
107255
107478
|
|
|
107256
107479
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
107257
107480
|
|
|
107481
|
+
### 第 38 次发布
|
|
107482
|
+
|
|
107483
|
+
发布时间:2024-09-23 12:16:37
|
|
107484
|
+
|
|
107485
|
+
本次发布包含了以下内容:
|
|
107486
|
+
|
|
107487
|
+
改善已有的文档。
|
|
107488
|
+
|
|
107489
|
+
新增接口:
|
|
107490
|
+
|
|
107491
|
+
* [[InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)](https://cloud.tencent.com/document/api/#/#)
|
|
107492
|
+
* [[UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)](https://cloud.tencent.com/document/api/#/#)
|
|
107493
|
+
|
|
107494
|
+
修改接口:
|
|
107495
|
+
|
|
107496
|
+
* [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
|
|
107497
|
+
|
|
107498
|
+
* 新增入参:Tags
|
|
107499
|
+
|
|
107500
|
+
* [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
|
|
107501
|
+
|
|
107502
|
+
* 新增入参:Tags
|
|
107503
|
+
|
|
107504
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
107505
|
+
|
|
107506
|
+
* 新增入参:Tags
|
|
107507
|
+
|
|
107508
|
+
* [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926)
|
|
107509
|
+
|
|
107510
|
+
* 新增入参:Tags
|
|
107511
|
+
|
|
107512
|
+
|
|
107513
|
+
新增数据结构:
|
|
107514
|
+
|
|
107515
|
+
* [[AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)](https://cloud.tencent.com/document/api/850/67060#[AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile))
|
|
107516
|
+
* [[Tag](https://cloud.tencent.com/document/api/850/67060#Tag)](https://cloud.tencent.com/document/api/850/67060#[Tag](https://cloud.tencent.com/document/api/850/67060#Tag))
|
|
107517
|
+
|
|
107518
|
+
修改数据结构:
|
|
107519
|
+
|
|
107520
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
107521
|
+
|
|
107522
|
+
* 新增成员:Tags
|
|
107523
|
+
|
|
107524
|
+
* [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode)
|
|
107525
|
+
|
|
107526
|
+
* 新增成员:Tags
|
|
107527
|
+
|
|
107528
|
+
|
|
107258
107529
|
### 第 37 次发布
|
|
107259
107530
|
|
|
107260
107531
|
发布时间:2024-08-28 02:12:13
|
|
@@ -125836,6 +126107,18 @@
|
|
|
125836
126107
|
|
|
125837
126108
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
125838
126109
|
|
|
126110
|
+
### 第 65 次发布
|
|
126111
|
+
|
|
126112
|
+
发布时间:2024-09-20 13:11:46
|
|
126113
|
+
|
|
126114
|
+
本次发布包含了以下内容:
|
|
126115
|
+
|
|
126116
|
+
改善已有的文档。
|
|
126117
|
+
|
|
126118
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
126119
|
+
|
|
126120
|
+
* DeleteCompliancePolicyItemFromWhitelist
|
|
126121
|
+
|
|
125839
126122
|
### 第 64 次发布
|
|
125840
126123
|
|
|
125841
126124
|
发布时间:2024-08-09 02:10:59
|
|
@@ -140384,6 +140667,30 @@
|
|
|
140384
140667
|
|
|
140385
140668
|
## 容器服务(tke) 版本:2018-05-25
|
|
140386
140669
|
|
|
140670
|
+
### 第 181 次发布
|
|
140671
|
+
|
|
140672
|
+
发布时间:2024-09-23 01:27:12
|
|
140673
|
+
|
|
140674
|
+
本次发布包含了以下内容:
|
|
140675
|
+
|
|
140676
|
+
改善已有的文档。
|
|
140677
|
+
|
|
140678
|
+
新增接口:
|
|
140679
|
+
|
|
140680
|
+
* [DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168)
|
|
140681
|
+
|
|
140682
|
+
### 第 180 次发布
|
|
140683
|
+
|
|
140684
|
+
发布时间:2024-09-20 13:13:40
|
|
140685
|
+
|
|
140686
|
+
本次发布包含了以下内容:
|
|
140687
|
+
|
|
140688
|
+
改善已有的文档。
|
|
140689
|
+
|
|
140690
|
+
新增接口:
|
|
140691
|
+
|
|
140692
|
+
* [DeleteLogConfigs](https://cloud.tencent.com/document/api/457/111089)
|
|
140693
|
+
|
|
140387
140694
|
### 第 179 次发布
|
|
140388
140695
|
|
|
140389
140696
|
发布时间:2024-09-19 02:21:23
|
|
@@ -152678,6 +152985,21 @@
|
|
|
152678
152985
|
|
|
152679
152986
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
152680
152987
|
|
|
152988
|
+
### 第 6 次发布
|
|
152989
|
+
|
|
152990
|
+
发布时间:2024-09-20 13:15:27
|
|
152991
|
+
|
|
152992
|
+
本次发布包含了以下内容:
|
|
152993
|
+
|
|
152994
|
+
改善已有的文档。
|
|
152995
|
+
|
|
152996
|
+
修改数据结构:
|
|
152997
|
+
|
|
152998
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
152999
|
+
|
|
153000
|
+
* 新增成员:ApiVersion
|
|
153001
|
+
|
|
153002
|
+
|
|
152681
153003
|
### 第 5 次发布
|
|
152682
153004
|
|
|
152683
153005
|
发布时间:2024-09-16 02:39:09
|
|
@@ -153190,6 +153512,36 @@
|
|
|
153190
153512
|
|
|
153191
153513
|
## 云点播(vod) 版本:2018-07-17
|
|
153192
153514
|
|
|
153515
|
+
### 第 187 次发布
|
|
153516
|
+
|
|
153517
|
+
发布时间:2024-09-20 13:15:33
|
|
153518
|
+
|
|
153519
|
+
本次发布包含了以下内容:
|
|
153520
|
+
|
|
153521
|
+
改善已有的文档。
|
|
153522
|
+
|
|
153523
|
+
修改接口:
|
|
153524
|
+
|
|
153525
|
+
* [DescribeEventConfig](https://cloud.tencent.com/document/api/266/55296)
|
|
153526
|
+
|
|
153527
|
+
* 新增出参:PersistenceCompleteEventSwitch
|
|
153528
|
+
|
|
153529
|
+
* [ModifyEventConfig](https://cloud.tencent.com/document/api/266/55244)
|
|
153530
|
+
|
|
153531
|
+
* 新增入参:PersistenceCompleteEventSwitch
|
|
153532
|
+
|
|
153533
|
+
|
|
153534
|
+
新增数据结构:
|
|
153535
|
+
|
|
153536
|
+
* [PersistenceCompleteTask](https://cloud.tencent.com/document/api/266/31773#PersistenceCompleteTask)
|
|
153537
|
+
|
|
153538
|
+
修改数据结构:
|
|
153539
|
+
|
|
153540
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
153541
|
+
|
|
153542
|
+
* 新增成员:PersistenceCompleteEvent
|
|
153543
|
+
|
|
153544
|
+
|
|
153193
153545
|
### 第 186 次发布
|
|
153194
153546
|
|
|
153195
153547
|
发布时间:2024-09-13 02:23:45
|
|
@@ -158245,6 +158597,27 @@
|
|
|
158245
158597
|
|
|
158246
158598
|
## 私有网络(vpc) 版本:2017-03-12
|
|
158247
158599
|
|
|
158600
|
+
### 第 206 次发布
|
|
158601
|
+
|
|
158602
|
+
发布时间:2024-09-20 13:16:10
|
|
158603
|
+
|
|
158604
|
+
本次发布包含了以下内容:
|
|
158605
|
+
|
|
158606
|
+
改善已有的文档。
|
|
158607
|
+
|
|
158608
|
+
修改数据结构:
|
|
158609
|
+
|
|
158610
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
158611
|
+
|
|
158612
|
+
* 新增成员:UnVpcId
|
|
158613
|
+
|
|
158614
|
+
* [Quota](https://cloud.tencent.com/document/api/215/15824#Quota)
|
|
158615
|
+
|
|
158616
|
+
* 新增成员:QuotaGroup
|
|
158617
|
+
|
|
158618
|
+
* <font color="#dd0000">**修改成员**:</font>QuotaId, QuotaCurrent, QuotaLimit
|
|
158619
|
+
|
|
158620
|
+
|
|
158248
158621
|
### 第 205 次发布
|
|
158249
158622
|
|
|
158250
158623
|
发布时间:2024-09-19 02:31:07
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-08-27 22:32:44 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-09-13 01:04:24 |
|
|
19
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-
|
|
19
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-09-20 12:54:26 |
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-08-29 01:10:22 |
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-09-04 01:13:34 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
51
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-
|
|
51
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-20 12:56:59 |
|
|
52
52
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
|
|
53
53
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-19 01:15:41 |
|
|
54
54
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-09-19 01:21:01 |
|
|
74
74
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
75
75
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-10 01:20:00 |
|
|
76
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-
|
|
76
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-20 12:58:49 |
|
|
77
77
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
78
78
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-19 01:26:29 |
|
|
79
79
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-13 01:25:56 |
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
84
84
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-10 01:27:21 |
|
|
85
85
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
|
|
86
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-
|
|
86
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-09-20 13:00:46 |
|
|
87
87
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
|
|
88
88
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
89
89
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
90
90
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
91
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-13
|
|
91
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-09-20 13:01:30 |
|
|
92
92
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
93
93
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-10 01:32:13 |
|
|
94
94
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
|
|
@@ -115,18 +115,18 @@
|
|
|
115
115
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
116
116
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
117
117
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
118
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-
|
|
118
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-23 10:42:09 |
|
|
119
119
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
120
120
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
121
121
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
122
122
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
123
123
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-06-20 01:46:44 |
|
|
124
124
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
125
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-
|
|
125
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-20 13:04:24 |
|
|
126
126
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
|
|
127
127
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
128
128
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
129
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-
|
|
129
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-20 13:04:36 |
|
|
130
130
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
131
131
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
132
132
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-26 02:00:18 |
|
|
139
139
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-08-28 01:59:28 |
|
|
140
140
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
|
|
141
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-09-
|
|
141
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-09-20 13:06:39 |
|
|
142
142
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
143
143
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
144
144
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
|
|
151
151
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-28 02:04:37 |
|
|
152
152
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-28 02:05:12 |
|
|
153
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-09-13
|
|
154
|
-
| mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-
|
|
155
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-09-
|
|
153
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-09-20 13:07:52 |
|
|
154
|
+
| mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-23 01:21:43 |
|
|
155
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-09-20 13:08:23 |
|
|
156
156
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
157
157
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
158
158
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
|
|
162
162
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-16 02:10:16 |
|
|
163
163
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-16 02:11:25 |
|
|
164
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-
|
|
164
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
|
|
165
165
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
166
166
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
167
167
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-03 02:17:01 |
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
205
205
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
|
|
206
206
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
|
|
207
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-
|
|
207
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-09-20 13:11:46 |
|
|
208
208
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
209
209
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
210
210
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-13 02:12:41 |
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
230
230
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
231
231
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
232
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-10
|
|
232
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-23 10:17:53 |
|
|
233
233
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-10 02:19:25 |
|
|
234
234
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-11 02:25:39 |
|
|
235
235
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -238,11 +238,11 @@
|
|
|
238
238
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
239
239
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
240
240
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-09-10 02:22:16 |
|
|
241
|
-
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-09-
|
|
241
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-09-20 13:15:27 |
|
|
242
242
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
243
243
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
244
244
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
245
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-
|
|
245
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-20 13:16:10 |
|
|
246
246
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
247
247
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
248
248
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-09 02:31:32 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.943"
|