tencentcloud-sdk-nodejs 4.0.777 → 4.0.778
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 +21 -0
- package/SERVICE_CHANGELOG.md +61 -180
- package/package.json +1 -1
- package/products.md +5 -5
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/car/v20220110/car_client.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +6 -6
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +22 -10
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/tsw/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/car/v20220110/car_client.d.ts +2 -2
- package/tencentcloud/services/car/v20220110/car_client.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +6 -6
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +6 -6
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +22 -10
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/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/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/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/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# Release 4.0.778
|
|
2
|
+
|
|
3
|
+
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
4
|
+
|
|
5
|
+
### 第 13 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-11 01:09:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [Storage](https://cloud.tencent.com/document/api/629/35353#Storage)
|
|
16
|
+
|
|
17
|
+
* 新增成员:StorageAccountId, StorageAppId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
1
22
|
# Release 4.0.777
|
|
2
23
|
|
|
3
24
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,155 +1,21 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 13 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-11 01:09:52
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [IsolateCluster](https://cloud.tencent.com/document/api/1003/48082)
|
|
16
|
-
|
|
17
|
-
* 新增入参:IsolateReasonTypes, IsolateReason
|
|
18
|
-
|
|
19
|
-
* [IsolateInstance](https://cloud.tencent.com/document/api/1003/48081)
|
|
20
|
-
|
|
21
|
-
* 新增入参:IsolateReasonTypes, IsolateReason
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
新增数据结构:
|
|
25
|
-
|
|
26
|
-
* [InstanceAbility](https://cloud.tencent.com/document/api/1003/48097#InstanceAbility)
|
|
27
|
-
* [SlaveZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneStockInfo)
|
|
28
|
-
|
|
29
13
|
修改数据结构:
|
|
30
14
|
|
|
31
|
-
* [
|
|
32
|
-
|
|
33
|
-
* 新增成员:InstanceAbility
|
|
34
|
-
|
|
35
|
-
* [ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)
|
|
36
|
-
|
|
37
|
-
* 新增成员:SlaveZoneStockInfos
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## DNSPod(dnspod) 版本:2021-03-23
|
|
43
|
-
|
|
44
|
-
### 第 29 次发布
|
|
45
|
-
|
|
46
|
-
发布时间:2024-01-10 01:13:10
|
|
47
|
-
|
|
48
|
-
本次发布包含了以下内容:
|
|
49
|
-
|
|
50
|
-
改善已有的文档。
|
|
51
|
-
|
|
52
|
-
修改接口:
|
|
53
|
-
|
|
54
|
-
* [ModifyRecord](https://cloud.tencent.com/document/api/1427/56157)
|
|
55
|
-
|
|
56
|
-
* 新增入参:Remark
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## 数据传输服务(dts) 版本:2021-12-06
|
|
62
|
-
|
|
63
|
-
### 第 21 次发布
|
|
64
|
-
|
|
65
|
-
发布时间:2024-01-10 01:13:50
|
|
66
|
-
|
|
67
|
-
本次发布包含了以下内容:
|
|
68
|
-
|
|
69
|
-
改善已有的文档。
|
|
70
|
-
|
|
71
|
-
新增接口:
|
|
72
|
-
|
|
73
|
-
* [ConfigureSubscribeJob](https://cloud.tencent.com/document/api/571/102952)
|
|
74
|
-
* [CreateConsumerGroup](https://cloud.tencent.com/document/api/571/102951)
|
|
75
|
-
* [CreateSubscribe](https://cloud.tencent.com/document/api/571/102950)
|
|
76
|
-
* [CreateSubscribeCheckJob](https://cloud.tencent.com/document/api/571/102949)
|
|
77
|
-
* [DeleteConsumerGroup](https://cloud.tencent.com/document/api/571/102948)
|
|
78
|
-
* [DescribeConsumerGroups](https://cloud.tencent.com/document/api/571/102947)
|
|
79
|
-
* [DescribeOffsetByTime](https://cloud.tencent.com/document/api/571/102946)
|
|
80
|
-
* [DescribeSubscribeCheckJob](https://cloud.tencent.com/document/api/571/102945)
|
|
81
|
-
* [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
|
|
82
|
-
* [DescribeSubscribeJobs](https://cloud.tencent.com/document/api/571/102943)
|
|
83
|
-
* [DescribeSubscribeReturnable](https://cloud.tencent.com/document/api/571/102942)
|
|
84
|
-
* [DestroyIsolatedSubscribe](https://cloud.tencent.com/document/api/571/102941)
|
|
85
|
-
* [IsolateSubscribe](https://cloud.tencent.com/document/api/571/102940)
|
|
86
|
-
* [ModifyConsumerGroupDescription](https://cloud.tencent.com/document/api/571/102939)
|
|
87
|
-
* [ModifyConsumerGroupPassword](https://cloud.tencent.com/document/api/571/102938)
|
|
88
|
-
* [ModifySubscribeAutoRenewFlag](https://cloud.tencent.com/document/api/571/102937)
|
|
89
|
-
* [ModifySubscribeName](https://cloud.tencent.com/document/api/571/102936)
|
|
90
|
-
* [ModifySubscribeObjects](https://cloud.tencent.com/document/api/571/102935)
|
|
91
|
-
* [ResetConsumerGroupOffset](https://cloud.tencent.com/document/api/571/102934)
|
|
92
|
-
* [ResetSubscribe](https://cloud.tencent.com/document/api/571/102933)
|
|
93
|
-
* [ResumeSubscribe](https://cloud.tencent.com/document/api/571/102932)
|
|
94
|
-
* [StartSubscribe](https://cloud.tencent.com/document/api/571/102931)
|
|
95
|
-
|
|
96
|
-
新增数据结构:
|
|
97
|
-
|
|
98
|
-
* [DistributeRule](https://cloud.tencent.com/document/api/571/82108#DistributeRule)
|
|
99
|
-
* [EndpointItem](https://cloud.tencent.com/document/api/571/82108#EndpointItem)
|
|
100
|
-
* [GroupInfo](https://cloud.tencent.com/document/api/571/82108#GroupInfo)
|
|
101
|
-
* [ModifiedSubscribeObject](https://cloud.tencent.com/document/api/571/82108#ModifiedSubscribeObject)
|
|
102
|
-
* [MonitorInfo](https://cloud.tencent.com/document/api/571/82108#MonitorInfo)
|
|
103
|
-
* [OffsetTimeMap](https://cloud.tencent.com/document/api/571/82108#OffsetTimeMap)
|
|
104
|
-
* [PartitionAssignment](https://cloud.tencent.com/document/api/571/82108#PartitionAssignment)
|
|
105
|
-
* [PipelineInfo](https://cloud.tencent.com/document/api/571/82108#PipelineInfo)
|
|
106
|
-
* [SubsErr](https://cloud.tencent.com/document/api/571/82108#SubsErr)
|
|
107
|
-
* [SubscribeCheckStepInfo](https://cloud.tencent.com/document/api/571/82108#SubscribeCheckStepInfo)
|
|
108
|
-
* [SubscribeCheckStepTip](https://cloud.tencent.com/document/api/571/82108#SubscribeCheckStepTip)
|
|
109
|
-
* [SubscribeInfo](https://cloud.tencent.com/document/api/571/82108#SubscribeInfo)
|
|
110
|
-
* [SubscribeKafkaConfig](https://cloud.tencent.com/document/api/571/82108#SubscribeKafkaConfig)
|
|
111
|
-
* [SubscribeObject](https://cloud.tencent.com/document/api/571/82108#SubscribeObject)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## 数据传输服务(dts) 版本:2018-03-30
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
120
|
-
|
|
121
|
-
### 第 101 次发布
|
|
122
|
-
|
|
123
|
-
发布时间:2024-01-10 01:19:07
|
|
124
|
-
|
|
125
|
-
本次发布包含了以下内容:
|
|
126
|
-
|
|
127
|
-
改善已有的文档。
|
|
128
|
-
|
|
129
|
-
修改接口:
|
|
130
|
-
|
|
131
|
-
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
132
|
-
|
|
133
|
-
* 新增入参:AutoVoucher
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## 前端性能监控(rum) 版本:2021-06-22
|
|
139
|
-
|
|
140
|
-
### 第 30 次发布
|
|
141
|
-
|
|
142
|
-
发布时间:2024-01-10 01:21:10
|
|
143
|
-
|
|
144
|
-
本次发布包含了以下内容:
|
|
145
|
-
|
|
146
|
-
改善已有的文档。
|
|
15
|
+
* [Storage](https://cloud.tencent.com/document/api/629/35353#Storage)
|
|
147
16
|
|
|
148
|
-
|
|
17
|
+
* 新增成员:StorageAccountId, StorageAppId
|
|
149
18
|
|
|
150
|
-
* CreateOfflineLogConfig
|
|
151
|
-
* DescribeOfflineLogRecords
|
|
152
|
-
* DescribeOfflineLogs
|
|
153
19
|
|
|
154
20
|
|
|
155
21
|
|
|
@@ -29108,6 +28974,21 @@
|
|
|
29108
28974
|
|
|
29109
28975
|
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
29110
28976
|
|
|
28977
|
+
### 第 13 次发布
|
|
28978
|
+
|
|
28979
|
+
发布时间:2024-01-11 01:09:52
|
|
28980
|
+
|
|
28981
|
+
本次发布包含了以下内容:
|
|
28982
|
+
|
|
28983
|
+
改善已有的文档。
|
|
28984
|
+
|
|
28985
|
+
修改数据结构:
|
|
28986
|
+
|
|
28987
|
+
* [Storage](https://cloud.tencent.com/document/api/629/35353#Storage)
|
|
28988
|
+
|
|
28989
|
+
* 新增成员:StorageAccountId, StorageAppId
|
|
28990
|
+
|
|
28991
|
+
|
|
29111
28992
|
### 第 12 次发布
|
|
29112
28993
|
|
|
29113
28994
|
发布时间:2022-11-24 06:19:10
|
|
@@ -42123,8 +42004,8 @@
|
|
|
42123
42004
|
|
|
42124
42005
|
新增数据结构:
|
|
42125
42006
|
|
|
42126
|
-
* [
|
|
42127
|
-
* [
|
|
42007
|
+
* [InstanceAbility](https://cloud.tencent.com/document/api/1003/48097#InstanceAbility)
|
|
42008
|
+
* [SlaveZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneStockInfo)
|
|
42128
42009
|
|
|
42129
42010
|
修改数据结构:
|
|
42130
42011
|
|
|
@@ -51448,45 +51329,45 @@
|
|
|
51448
51329
|
|
|
51449
51330
|
新增接口:
|
|
51450
51331
|
|
|
51451
|
-
* [
|
|
51452
|
-
* [
|
|
51453
|
-
* [
|
|
51454
|
-
* [
|
|
51455
|
-
* [
|
|
51456
|
-
* [
|
|
51457
|
-
* [
|
|
51458
|
-
* [
|
|
51459
|
-
* [
|
|
51460
|
-
* [
|
|
51461
|
-
* [
|
|
51462
|
-
* [
|
|
51463
|
-
* [
|
|
51464
|
-
* [
|
|
51465
|
-
* [
|
|
51466
|
-
* [
|
|
51467
|
-
* [
|
|
51468
|
-
* [
|
|
51469
|
-
* [
|
|
51470
|
-
* [
|
|
51471
|
-
* [
|
|
51472
|
-
* [
|
|
51473
|
-
|
|
51474
|
-
新增数据结构:
|
|
51475
|
-
|
|
51476
|
-
* [
|
|
51477
|
-
* [
|
|
51478
|
-
* [
|
|
51479
|
-
* [
|
|
51480
|
-
* [
|
|
51481
|
-
* [
|
|
51482
|
-
* [
|
|
51483
|
-
* [
|
|
51484
|
-
* [
|
|
51485
|
-
* [
|
|
51486
|
-
* [
|
|
51487
|
-
* [
|
|
51488
|
-
* [
|
|
51489
|
-
* [
|
|
51332
|
+
* [ConfigureSubscribeJob](https://cloud.tencent.com/document/api/571/102952)
|
|
51333
|
+
* [CreateConsumerGroup](https://cloud.tencent.com/document/api/571/102951)
|
|
51334
|
+
* [CreateSubscribe](https://cloud.tencent.com/document/api/571/102950)
|
|
51335
|
+
* [CreateSubscribeCheckJob](https://cloud.tencent.com/document/api/571/102949)
|
|
51336
|
+
* [DeleteConsumerGroup](https://cloud.tencent.com/document/api/571/102948)
|
|
51337
|
+
* [DescribeConsumerGroups](https://cloud.tencent.com/document/api/571/102947)
|
|
51338
|
+
* [DescribeOffsetByTime](https://cloud.tencent.com/document/api/571/102946)
|
|
51339
|
+
* [DescribeSubscribeCheckJob](https://cloud.tencent.com/document/api/571/102945)
|
|
51340
|
+
* [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
|
|
51341
|
+
* [DescribeSubscribeJobs](https://cloud.tencent.com/document/api/571/102943)
|
|
51342
|
+
* [DescribeSubscribeReturnable](https://cloud.tencent.com/document/api/571/102942)
|
|
51343
|
+
* [DestroyIsolatedSubscribe](https://cloud.tencent.com/document/api/571/102941)
|
|
51344
|
+
* [IsolateSubscribe](https://cloud.tencent.com/document/api/571/102940)
|
|
51345
|
+
* [ModifyConsumerGroupDescription](https://cloud.tencent.com/document/api/571/102939)
|
|
51346
|
+
* [ModifyConsumerGroupPassword](https://cloud.tencent.com/document/api/571/102938)
|
|
51347
|
+
* [ModifySubscribeAutoRenewFlag](https://cloud.tencent.com/document/api/571/102937)
|
|
51348
|
+
* [ModifySubscribeName](https://cloud.tencent.com/document/api/571/102936)
|
|
51349
|
+
* [ModifySubscribeObjects](https://cloud.tencent.com/document/api/571/102935)
|
|
51350
|
+
* [ResetConsumerGroupOffset](https://cloud.tencent.com/document/api/571/102934)
|
|
51351
|
+
* [ResetSubscribe](https://cloud.tencent.com/document/api/571/102933)
|
|
51352
|
+
* [ResumeSubscribe](https://cloud.tencent.com/document/api/571/102932)
|
|
51353
|
+
* [StartSubscribe](https://cloud.tencent.com/document/api/571/102931)
|
|
51354
|
+
|
|
51355
|
+
新增数据结构:
|
|
51356
|
+
|
|
51357
|
+
* [DistributeRule](https://cloud.tencent.com/document/api/571/82108#DistributeRule)
|
|
51358
|
+
* [EndpointItem](https://cloud.tencent.com/document/api/571/82108#EndpointItem)
|
|
51359
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/571/82108#GroupInfo)
|
|
51360
|
+
* [ModifiedSubscribeObject](https://cloud.tencent.com/document/api/571/82108#ModifiedSubscribeObject)
|
|
51361
|
+
* [MonitorInfo](https://cloud.tencent.com/document/api/571/82108#MonitorInfo)
|
|
51362
|
+
* [OffsetTimeMap](https://cloud.tencent.com/document/api/571/82108#OffsetTimeMap)
|
|
51363
|
+
* [PartitionAssignment](https://cloud.tencent.com/document/api/571/82108#PartitionAssignment)
|
|
51364
|
+
* [PipelineInfo](https://cloud.tencent.com/document/api/571/82108#PipelineInfo)
|
|
51365
|
+
* [SubsErr](https://cloud.tencent.com/document/api/571/82108#SubsErr)
|
|
51366
|
+
* [SubscribeCheckStepInfo](https://cloud.tencent.com/document/api/571/82108#SubscribeCheckStepInfo)
|
|
51367
|
+
* [SubscribeCheckStepTip](https://cloud.tencent.com/document/api/571/82108#SubscribeCheckStepTip)
|
|
51368
|
+
* [SubscribeInfo](https://cloud.tencent.com/document/api/571/82108#SubscribeInfo)
|
|
51369
|
+
* [SubscribeKafkaConfig](https://cloud.tencent.com/document/api/571/82108#SubscribeKafkaConfig)
|
|
51370
|
+
* [SubscribeObject](https://cloud.tencent.com/document/api/571/82108#SubscribeObject)
|
|
51490
51371
|
|
|
51491
51372
|
### 第 20 次发布
|
|
51492
51373
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-12-11 00:09:38 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) |
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-01-11 01:07:51 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-29 01:09:11 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-12-18 10:51:23 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-01-10 01:09:43 |
|
|
60
|
-
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) |
|
|
60
|
+
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-11 01:09:52 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
63
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-26 01:10:29 |
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) |
|
|
81
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-01-11 01:12:33 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-21 01:31:01 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-01-10 01:13:10 |
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-25 00:10:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
|
|
99
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-10 01:15:05 |
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-11 01:14:56 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-27 01:19:47 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-04 01:25:28 |
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-
|
|
226
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-11 01:25:31 |
|
|
227
227
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-29 01:27:46 |
|
|
228
228
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-05 01:28:46 |
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.778"
|
|
@@ -62,7 +62,7 @@ export class Client extends AbstractClient {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* 开始云端推流。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。
|
|
66
66
|
*/
|
|
67
67
|
async StartPublishStream(
|
|
68
68
|
req: StartPublishStreamRequest,
|
|
@@ -82,7 +82,7 @@ export class Client extends AbstractClient {
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
|
-
* 开始云端推流到指定URL。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
85
|
+
* 开始云端推流到指定URL。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
86
86
|
*/
|
|
87
87
|
async StartPublishStreamWithURL(
|
|
88
88
|
req: StartPublishStreamWithURLRequest,
|
|
@@ -78,7 +78,7 @@ export class Client extends AbstractClient {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* 修改操作审计跟踪集
|
|
82
82
|
*/
|
|
83
83
|
async ModifyAuditTrack(
|
|
84
84
|
req: ModifyAuditTrackRequest,
|
|
@@ -98,7 +98,7 @@ export class Client extends AbstractClient {
|
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* 查询操作审计跟踪集详情
|
|
102
102
|
*/
|
|
103
103
|
async DescribeAuditTrack(
|
|
104
104
|
req: DescribeAuditTrackRequest,
|
|
@@ -118,7 +118,7 @@ export class Client extends AbstractClient {
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* 创建操作审计跟踪集
|
|
122
122
|
*/
|
|
123
123
|
async CreateAuditTrack(
|
|
124
124
|
req: CreateAuditTrackRequest,
|
|
@@ -148,7 +148,7 @@ export class Client extends AbstractClient {
|
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* 查询操作审计日志
|
|
152
152
|
*/
|
|
153
153
|
async DescribeEvents(
|
|
154
154
|
req: DescribeEventsRequest,
|
|
@@ -178,7 +178,7 @@ export class Client extends AbstractClient {
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* 查询操作审计跟踪集列表
|
|
182
182
|
*/
|
|
183
183
|
async DescribeAuditTracks(
|
|
184
184
|
req: DescribeAuditTracksRequest,
|
|
@@ -246,7 +246,7 @@ export class Client extends AbstractClient {
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
/**
|
|
249
|
-
*
|
|
249
|
+
* 删除操作审计跟踪集
|
|
250
250
|
*/
|
|
251
251
|
async DeleteAuditTrack(
|
|
252
252
|
req: DeleteAuditTrackRequest,
|
|
@@ -83,6 +83,16 @@ export interface Storage {
|
|
|
83
83
|
* 存储目录前缀,cos日志文件前缀仅支持字母和数字的组合,3-40个字符
|
|
84
84
|
*/
|
|
85
85
|
StoragePrefix: string
|
|
86
|
+
/**
|
|
87
|
+
* 被指定存储用户ID
|
|
88
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89
|
+
*/
|
|
90
|
+
StorageAccountId?: string
|
|
91
|
+
/**
|
|
92
|
+
* 被指定存储用户appid
|
|
93
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
|
+
*/
|
|
95
|
+
StorageAppId?: string
|
|
86
96
|
}
|
|
87
97
|
|
|
88
98
|
/**
|
|
@@ -433,7 +443,7 @@ export interface CreateAuditTrackResponse {
|
|
|
433
443
|
/**
|
|
434
444
|
* 跟踪集 ID
|
|
435
445
|
*/
|
|
436
|
-
TrackId
|
|
446
|
+
TrackId?: number
|
|
437
447
|
/**
|
|
438
448
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
439
449
|
*/
|
|
@@ -446,10 +456,12 @@ export interface CreateAuditTrackResponse {
|
|
|
446
456
|
export interface Resource {
|
|
447
457
|
/**
|
|
448
458
|
* 资源类型
|
|
459
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
449
460
|
*/
|
|
450
461
|
ResourceType?: string
|
|
451
462
|
/**
|
|
452
463
|
* 资源名称
|
|
464
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
453
465
|
*/
|
|
454
466
|
ResourceName?: string
|
|
455
467
|
}
|
|
@@ -609,7 +621,7 @@ export interface DescribeEventsRequest {
|
|
|
609
621
|
*/
|
|
610
622
|
MaxResults?: number
|
|
611
623
|
/**
|
|
612
|
-
* 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
|
|
624
|
+
* 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceId:资源Id、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
|
|
613
625
|
*/
|
|
614
626
|
LookupAttributes?: Array<LookupAttribute>
|
|
615
627
|
/**
|
|
@@ -822,36 +834,36 @@ export interface DescribeAuditTrackResponse {
|
|
|
822
834
|
/**
|
|
823
835
|
* 跟踪集名称
|
|
824
836
|
*/
|
|
825
|
-
Name
|
|
837
|
+
Name?: string
|
|
826
838
|
/**
|
|
827
839
|
* 跟踪事件类型(读:Read;写:Write;全部:*)
|
|
828
840
|
*/
|
|
829
|
-
ActionType
|
|
841
|
+
ActionType?: string
|
|
830
842
|
/**
|
|
831
843
|
* 跟踪事件所属产品(如:cos,全部:*)
|
|
832
844
|
*/
|
|
833
|
-
ResourceType
|
|
845
|
+
ResourceType?: string
|
|
834
846
|
/**
|
|
835
847
|
* 跟踪集状态(未开启:0;开启:1)
|
|
836
848
|
*/
|
|
837
|
-
Status
|
|
849
|
+
Status?: number
|
|
838
850
|
/**
|
|
839
851
|
* 跟踪事件接口名列表(全部:[*])
|
|
840
852
|
*/
|
|
841
|
-
EventNames
|
|
853
|
+
EventNames?: Array<string>
|
|
842
854
|
/**
|
|
843
855
|
* 数据投递存储(目前支持 cos、cls)
|
|
844
856
|
*/
|
|
845
|
-
Storage
|
|
857
|
+
Storage?: Storage
|
|
846
858
|
/**
|
|
847
859
|
* 跟踪集创建时间
|
|
848
860
|
*/
|
|
849
|
-
CreateTime
|
|
861
|
+
CreateTime?: string
|
|
850
862
|
/**
|
|
851
863
|
* 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号
|
|
852
864
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
853
865
|
*/
|
|
854
|
-
TrackForAllMembers
|
|
866
|
+
TrackForAllMembers?: number
|
|
855
867
|
/**
|
|
856
868
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
857
869
|
*/
|
|
@@ -6505,7 +6505,7 @@ export interface CreateChannelOrganizationInfoChangeUrlRequest {
|
|
|
6505
6505
|
* 变更链接类型:
|
|
6506
6506
|
<ul>
|
|
6507
6507
|
<li>**WEIXINAPP** : 创建变更短链。需要在移动端打开,会跳转到微信腾讯电子签小程序进行更换。(默认)</li>
|
|
6508
|
-
<li>**APP** : 创建变更小程序链接,可从第三方App
|
|
6508
|
+
<li>**APP** : 创建变更小程序链接,可从第三方App或者小程序跳转到微信腾讯电子签小程序进行更换。</li>
|
|
6509
6509
|
</ul>
|
|
6510
6510
|
*/
|
|
6511
6511
|
Endpoint?: string
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { v20201215 } from "./v20201215"
|
|
2
1
|
import { v20191126 } from "./v20191126"
|
|
3
2
|
import { v20211125 } from "./v20211125"
|
|
3
|
+
import { v20201215 } from "./v20201215"
|
|
4
4
|
|
|
5
5
|
export const iotvideo = {
|
|
6
|
-
v20201215: v20201215,
|
|
7
6
|
v20191126: v20191126,
|
|
8
7
|
v20211125: v20211125,
|
|
8
|
+
v20201215: v20201215,
|
|
9
9
|
}
|