tencentcloud-sdk-nodejs 4.0.836 → 4.0.838

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/CHANGELOG.md +197 -0
  2. package/SERVICE_CHANGELOG.md +774 -61
  3. package/package.json +1 -1
  4. package/products.md +38 -38
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +3 -4
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +2 -0
  10. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -0
  12. package/src/services/cfw/v20190904/cfw_models.ts +92 -0
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
  14. package/src/services/cls/v20201016/cls_models.ts +19 -3
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -0
  16. package/src/services/dnspod/v20210323/dnspod_client.ts +8 -3
  17. package/src/services/domain/v20180808/domain_models.ts +16 -0
  18. package/src/services/dsgc/v20190723/dsgc_client.ts +2 -0
  19. package/src/services/dsgc/v20190723/dsgc_models.ts +53 -9
  20. package/src/services/eb/v20210416/eb_client.ts +1 -0
  21. package/src/services/eb/v20210416/eb_models.ts +30 -0
  22. package/src/services/emr/v20190103/emr_models.ts +1 -1
  23. package/src/services/es/v20180416/es_client.ts +25 -9
  24. package/src/services/es/v20180416/es_models.ts +261 -37
  25. package/src/services/ess/v20201111/ess_client.ts +15 -0
  26. package/src/services/ess/v20201111/ess_models.ts +125 -0
  27. package/src/services/facefusion/v20220927/facefusion_models.ts +1 -1
  28. package/src/services/gaap/v20180529/gaap_models.ts +53 -40
  29. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +100 -15
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +419 -124
  31. package/src/services/lcic/v20220817/lcic_models.ts +5 -6
  32. package/src/services/live/v20180801/live_models.ts +13 -0
  33. package/src/services/monitor/v20180724/monitor_models.ts +9 -3
  34. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  35. package/src/services/organization/v20210331/organization_client.ts +183 -36
  36. package/src/services/organization/v20210331/organization_models.ts +598 -52
  37. package/src/services/pts/v20210728/pts_client.ts +1 -1
  38. package/src/services/pts/v20210728/pts_models.ts +8 -3
  39. package/src/services/redis/v20180412/redis_models.ts +7 -0
  40. package/src/services/tke/v20180525/tke_models.ts +5 -0
  41. package/src/services/trocket/v20230308/trocket_client.ts +1 -13
  42. package/src/services/trocket/v20230308/trocket_models.ts +16 -36
  43. package/src/services/tse/v20201207/tse_models.ts +6 -0
  44. package/src/services/vod/v20180717/vod_models.ts +11 -11
  45. package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
  46. package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  51. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  52. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  53. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -0
  54. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -0
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -3
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +42 -0
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -1
  60. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -1
  61. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
  62. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +51 -9
  63. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +29 -0
  64. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  65. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  66. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  67. package/tencentcloud/services/es/v20180416/es_models.d.ts +255 -37
  68. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  69. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  70. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -0
  71. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +1 -1
  72. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -40
  73. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +31 -3
  74. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +45 -3
  75. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +404 -124
  76. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -6
  77. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  78. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -3
  79. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  80. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +59 -11
  81. package/tencentcloud/services/organization/v20210331/organization_client.js +87 -15
  82. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +571 -52
  83. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
  84. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +8 -3
  85. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -0
  86. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  87. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -5
  88. package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -6
  89. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +16 -34
  90. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -0
  91. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -11
  92. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +109 -494
  93. package/tencentcloud/services/wedata/v20210820/wedata_client.js +149 -708
  94. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
  95. package/test/es.v20180416.test.js +10 -0
  96. package/test/ess.v20201111.test.js +10 -0
  97. package/test/iotexplorer.v20190423.test.js +72 -2
  98. package/test/organization.v20210331.test.js +130 -10
  99. package/test/trocket.v20230308.test.js +0 -10
  100. package/test/wedata.v20210820.test.js +96 -966
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 大模型图像创作引擎(aiart) 版本:2022-12-29
3
+ ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
4
4
 
5
- ### 第 4 次发布
5
+ ### 第 66 次发布
6
6
 
7
- 发布时间:2024-04-16 01:03:52
7
+ 发布时间:2024-04-19 01:07:51
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,22 +12,25 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [QueryTextToImageProJob](https://cloud.tencent.com/document/api/1668/104584)
15
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
16
16
 
17
- * 新增出参:RevisedPrompt
17
+ * 新增入参:FilterTransRegionFlag
18
18
 
19
- * [SubmitTextToImageProJob](https://cloud.tencent.com/document/api/1668/104583)
20
19
 
21
- * 新增入参:Revise
20
+ 修改数据结构:
22
21
 
22
+ * [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
23
23
 
24
+ * 新增成员:TransRegionFlag
24
25
 
25
26
 
26
- ## 二进制软件成分分析(bsca) 版本:2021-08-11
27
27
 
28
- ### 第 6 次发布
29
28
 
30
- 发布时间:2024-04-16 01:05:23
29
+ ## 云防火墙(cfw) 版本:2019-09-04
30
+
31
+ ### 第 57 次发布
32
+
33
+ 发布时间:2024-04-19 01:11:12
31
34
 
32
35
  本次发布包含了以下内容:
33
36
 
@@ -35,43 +38,56 @@
35
38
 
36
39
  修改接口:
37
40
 
38
- * [DescribeKBComponentVulnerability](https://cloud.tencent.com/document/api/1483/72072)
41
+ * [ExpandCfwVertical](https://cloud.tencent.com/document/api/1132/54258)
39
42
 
40
- * 新增入参:Language
43
+ * 新增入参:ElasticSwitch, ElasticBandwidth, Tags
41
44
 
42
- * [DescribeKBVulnerability](https://cloud.tencent.com/document/api/1483/72070)
43
45
 
44
- * 新增入参:Language
46
+ 新增数据结构:
45
47
 
48
+ * [TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)
46
49
 
50
+ 修改数据结构:
47
51
 
52
+ * [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
53
+
54
+ * 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
55
+
56
+ * [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
57
+
58
+ * 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
48
59
 
49
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
50
60
 
51
- ### 第 163 次发布
52
61
 
53
- 发布时间:2024-04-16 01:12:05
62
+
63
+ ## Elasticsearch Service(es) 版本:2018-04-16
64
+
65
+ ### 第 57 次发布
66
+
67
+ 发布时间:2024-04-19 01:17:21
54
68
 
55
69
  本次发布包含了以下内容:
56
70
 
57
71
  改善已有的文档。
58
72
 
59
- 修改接口:
73
+ 新增接口:
60
74
 
61
- * [CreateOrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/105134)
75
+ * [DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)
62
76
 
63
- * 新增入参:Operator, AuthorizationTypes, OrganizationName, UniformSocialCreditCode, LegalName, AutoJumpUrl, OrganizationAddress, AdminName, AdminMobile, AdminIdCardNumber, AdminIdCardType, UniformSocialCreditCodeSame, LegalNameSame, AdminNameSame, AdminIdCardNumberSame, AdminMobileSame, OrganizationNameSame, BusinessLicense, Endpoint
64
-
65
- * 新增出参:AuthUrl, ExpiredTime
77
+ 新增数据结构:
66
78
 
79
+ * [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
80
+ * [ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)
81
+ * [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
82
+ * [ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)
67
83
 
68
84
 
69
85
 
70
- ## 实时互动-教育版(lcic) 版本:2022-08-17
86
+ ## 云直播CSS(live) 版本:2018-08-01
71
87
 
72
- ### 第 56 次发布
88
+ ### 第 126 次发布
73
89
 
74
- 发布时间:2024-04-16 01:14:56
90
+ 发布时间:2024-04-19 01:20:58
75
91
 
76
92
  本次发布包含了以下内容:
77
93
 
@@ -79,29 +95,29 @@
79
95
 
80
96
  修改接口:
81
97
 
82
- * [CreateDocument](https://cloud.tencent.com/document/api/1639/81421)
98
+ * [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
83
99
 
84
- * 新增入参:MinScaleResolution
100
+ * 新增入参:AiQualityControl
85
101
 
86
- * [DescribeDocument](https://cloud.tencent.com/document/api/1639/86321)
102
+ * [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
87
103
 
88
- * 新增出参:Resolution, MinScaleResolution
104
+ * 新增入参:AiQualityControl
89
105
 
90
106
 
91
107
  修改数据结构:
92
108
 
93
- * [DocumentInfo](https://cloud.tencent.com/document/api/1639/81423#DocumentInfo)
109
+ * [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
94
110
 
95
- * 新增成员:Resolution, MinScaleResolution
111
+ * 新增成员:AiQualityControl
96
112
 
97
113
 
98
114
 
99
115
 
100
- ## 大模型知识引擎(lke) 版本:2023-11-30
116
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
101
117
 
102
- ### 第 2 次发布
118
+ ### 第 111 次发布
103
119
 
104
- 发布时间:2024-04-16 01:15:35
120
+ 发布时间:2024-04-19 01:22:14
105
121
 
106
122
  本次发布包含了以下内容:
107
123
 
@@ -109,37 +125,48 @@
109
125
 
110
126
  修改接口:
111
127
 
112
- * [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
128
+ * [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
113
129
 
114
- * 新增出参:ImagePath
130
+ * 新增入参:Offset, Limit
115
131
 
116
132
 
117
133
 
118
134
 
119
- ## 容器服务(tke) 版本:2022-05-01
135
+ ## 云压测(pts) 版本:2021-07-28
120
136
 
137
+ ### 第 15 次发布
121
138
 
139
+ 发布时间:2024-04-19 01:24:07
140
+
141
+ 本次发布包含了以下内容:
142
+
143
+ 改善已有的文档。
144
+
145
+ 修改接口:
146
+
147
+ * [DescribeRegions](https://cloud.tencent.com/document/api/1484/78073)
148
+
149
+ * 新增入参:LoadType
122
150
 
123
- ## 容器服务(tke) 版本:2018-05-25
124
151
 
125
- ### 第 170 次发布
126
152
 
127
- 发布时间:2024-04-16 01:21:55
153
+
154
+ ## 云数据库Redis(redis) 版本:2018-04-12
155
+
156
+ ### 第 74 次发布
157
+
158
+ 发布时间:2024-04-19 01:24:17
128
159
 
129
160
  本次发布包含了以下内容:
130
161
 
131
162
  改善已有的文档。
132
163
 
133
- 新增接口:
164
+ 修改接口:
134
165
 
135
- * [DescribeSupportedRuntime](https://cloud.tencent.com/document/api/457/105241)
136
- * [ModifyClusterRuntimeConfig](https://cloud.tencent.com/document/api/457/105240)
166
+ * [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
137
167
 
138
- 新增数据结构:
168
+ * 新增入参:AlarmPolicyList
139
169
 
140
- * [NodePoolRuntime](https://cloud.tencent.com/document/api/457/31866#NodePoolRuntime)
141
- * [OptionalRuntimes](https://cloud.tencent.com/document/api/457/31866#OptionalRuntimes)
142
- * [RuntimeConfig](https://cloud.tencent.com/document/api/457/31866#RuntimeConfig)
143
170
 
144
171
 
145
172
 
@@ -1937,6 +1964,28 @@
1937
1964
 
1938
1965
  ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
1939
1966
 
1967
+ ### 第 66 次发布
1968
+
1969
+ 发布时间:2024-04-19 01:07:51
1970
+
1971
+ 本次发布包含了以下内容:
1972
+
1973
+ 改善已有的文档。
1974
+
1975
+ 修改接口:
1976
+
1977
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
1978
+
1979
+ * 新增入参:FilterTransRegionFlag
1980
+
1981
+
1982
+ 修改数据结构:
1983
+
1984
+ * [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
1985
+
1986
+ * 新增成员:TransRegionFlag
1987
+
1988
+
1940
1989
  ### 第 65 次发布
1941
1990
 
1942
1991
  发布时间:2024-04-12 01:07:18
@@ -23901,6 +23950,36 @@
23901
23950
 
23902
23951
  ## 云防火墙(cfw) 版本:2019-09-04
23903
23952
 
23953
+ ### 第 57 次发布
23954
+
23955
+ 发布时间:2024-04-19 01:11:12
23956
+
23957
+ 本次发布包含了以下内容:
23958
+
23959
+ 改善已有的文档。
23960
+
23961
+ 修改接口:
23962
+
23963
+ * [ExpandCfwVertical](https://cloud.tencent.com/document/api/1132/54258)
23964
+
23965
+ * 新增入参:ElasticSwitch, ElasticBandwidth, Tags
23966
+
23967
+
23968
+ 新增数据结构:
23969
+
23970
+ * [[TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)](https://cloud.tencent.com/document/api/1132/49071#[TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo))
23971
+
23972
+ 修改数据结构:
23973
+
23974
+ * [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
23975
+
23976
+ * 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
23977
+
23978
+ * [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
23979
+
23980
+ * 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
23981
+
23982
+
23904
23983
  ### 第 56 次发布
23905
23984
 
23906
23985
  发布时间:2024-03-01 01:11:09
@@ -43717,6 +43796,21 @@
43717
43796
 
43718
43797
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
43719
43798
 
43799
+ ### 第 83 次发布
43800
+
43801
+ 发布时间:2024-04-17 01:10:53
43802
+
43803
+ 本次发布包含了以下内容:
43804
+
43805
+ 改善已有的文档。
43806
+
43807
+ 修改数据结构:
43808
+
43809
+ * [SlowQueriesItem](https://cloud.tencent.com/document/api/1003/48097#SlowQueriesItem)
43810
+
43811
+ * 新增成员:SyncReadCountRemote, SyncReadBytesRemote, SyncReadTimeRemote, SyncWriteCountRemote, SyncWriteBytesRemote, SyncWriteTimeRemote, TrxCommitDelay
43812
+
43813
+
43720
43814
  ### 第 82 次发布
43721
43815
 
43722
43816
  发布时间:2024-03-29 01:14:11
@@ -51778,6 +51872,21 @@
51778
51872
 
51779
51873
  ## 域名注册(domain) 版本:2018-08-08
51780
51874
 
51875
+ ### 第 35 次发布
51876
+
51877
+ 发布时间:2024-04-18 01:18:45
51878
+
51879
+ 本次发布包含了以下内容:
51880
+
51881
+ 改善已有的文档。
51882
+
51883
+ 修改接口:
51884
+
51885
+ * [DescribeReservedBidInfo](https://cloud.tencent.com/document/api/242/105132)
51886
+
51887
+ * 新增出参:BidEndTime, IsUp, NextPrice, Status
51888
+
51889
+
51781
51890
  ### 第 34 次发布
51782
51891
 
51783
51892
  发布时间:2024-04-15 01:34:58
@@ -52600,6 +52709,34 @@
52600
52709
 
52601
52710
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
52602
52711
 
52712
+ ### 第 10 次发布
52713
+
52714
+ 发布时间:2024-04-17 01:12:45
52715
+
52716
+ 本次发布包含了以下内容:
52717
+
52718
+ 改善已有的文档。
52719
+
52720
+ 修改接口:
52721
+
52722
+ * [CreateDSPACosMetaResources](https://cloud.tencent.com/document/api/1087/97180)
52723
+
52724
+ * 新增入参:CosBucketItems
52725
+
52726
+ * <font color="#dd0000">**修改入参**:</font>ResourceRegion, Buckets
52727
+
52728
+ * [CreateDSPADbMetaResources](https://cloud.tencent.com/document/api/1087/96843)
52729
+
52730
+ * 新增入参:CloudResourceItems
52731
+
52732
+ * <font color="#dd0000">**修改入参**:</font>ResourceRegion, UpdateStatus, UpdateId, Items
52733
+
52734
+
52735
+ 新增数据结构:
52736
+
52737
+ * [CloudResourceItem](https://cloud.tencent.com/document/api/1087/96844#CloudResourceItem)
52738
+ * [CosBucketItem](https://cloud.tencent.com/document/api/1087/96844#CosBucketItem)
52739
+
52603
52740
  ### 第 9 次发布
52604
52741
 
52605
52742
  发布时间:2024-03-28 01:15:37
@@ -54268,6 +54405,25 @@
54268
54405
 
54269
54406
  ## 事件总线(eb) 版本:2021-04-16
54270
54407
 
54408
+ ### 第 14 次发布
54409
+
54410
+ 发布时间:2024-04-18 01:19:26
54411
+
54412
+ 本次发布包含了以下内容:
54413
+
54414
+ 改善已有的文档。
54415
+
54416
+ 新增数据结构:
54417
+
54418
+ * [Tag](https://cloud.tencent.com/document/api/1359/67704#Tag)
54419
+
54420
+ 修改数据结构:
54421
+
54422
+ * [Event](https://cloud.tencent.com/document/api/1359/67704#Event)
54423
+
54424
+ * 新增成员:Region, Status, Id, TagList
54425
+
54426
+
54271
54427
  ### 第 13 次发布
54272
54428
 
54273
54429
  发布时间:2023-11-24 01:14:11
@@ -58601,6 +58757,25 @@
58601
58757
 
58602
58758
  ## Elasticsearch Service(es) 版本:2018-04-16
58603
58759
 
58760
+ ### 第 57 次发布
58761
+
58762
+ 发布时间:2024-04-19 01:17:21
58763
+
58764
+ 本次发布包含了以下内容:
58765
+
58766
+ 改善已有的文档。
58767
+
58768
+ 新增接口:
58769
+
58770
+ * [[DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)](https://cloud.tencent.com/document/api/#/#)
58771
+
58772
+ 新增数据结构:
58773
+
58774
+ * [[ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField))
58775
+ * [[ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField))
58776
+ * [[ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField))
58777
+ * [[ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField))
58778
+
58604
58779
  ### 第 56 次发布
58605
58780
 
58606
58781
  发布时间:2024-04-11 16:23:06
@@ -59862,6 +60037,24 @@
59862
60037
 
59863
60038
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
59864
60039
 
60040
+ ### 第 164 次发布
60041
+
60042
+ 发布时间:2024-04-17 01:14:00
60043
+
60044
+ 本次发布包含了以下内容:
60045
+
60046
+ 改善已有的文档。
60047
+
60048
+ 新增接口:
60049
+
60050
+ * [DescribeBillUsage](https://cloud.tencent.com/document/api/1323/105296)
60051
+
60052
+ 新增数据结构:
60053
+
60054
+ * [OrgBillSummary](https://cloud.tencent.com/document/api/1323/70369#OrgBillSummary)
60055
+ * [SubOrgBillSummary](https://cloud.tencent.com/document/api/1323/70369#SubOrgBillSummary)
60056
+ * [SubOrgBillUsage](https://cloud.tencent.com/document/api/1323/70369#SubOrgBillUsage)
60057
+
59865
60058
  ### 第 163 次发布
59866
60059
 
59867
60060
  发布时间:2024-04-16 01:12:05
@@ -67844,6 +68037,32 @@
67844
68037
 
67845
68038
  ## 全球应用加速(gaap) 版本:2018-05-29
67846
68039
 
68040
+ ### 第 44 次发布
68041
+
68042
+ 发布时间:2024-04-17 01:14:36
68043
+
68044
+ 本次发布包含了以下内容:
68045
+
68046
+ 改善已有的文档。
68047
+
68048
+ 修改接口:
68049
+
68050
+ * [CreateDomain](https://cloud.tencent.com/document/api/608/36991)
68051
+
68052
+ * 新增入参:IsDefaultServer
68053
+
68054
+ * [ModifyDomain](https://cloud.tencent.com/document/api/608/36984)
68055
+
68056
+ * 新增入参:IsDefaultServer
68057
+
68058
+
68059
+ 修改数据结构:
68060
+
68061
+ * [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
68062
+
68063
+ * 新增成员:IsDefaultServer
68064
+
68065
+
67847
68066
  ### 第 43 次发布
67848
68067
 
67849
68068
  发布时间:2024-03-25 01:16:59
@@ -74402,6 +74621,28 @@
74402
74621
 
74403
74622
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
74404
74623
 
74624
+ ### 第 59 次发布
74625
+
74626
+ 发布时间:2024-04-17 01:15:33
74627
+
74628
+ 本次发布包含了以下内容:
74629
+
74630
+ 改善已有的文档。
74631
+
74632
+ 新增接口:
74633
+
74634
+ * [DescribeCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105303)
74635
+ * [DescribeCloudStorageAIServiceCallback](https://cloud.tencent.com/document/api/1081/105302)
74636
+ * [DescribeCloudStorageAIServiceTasks](https://cloud.tencent.com/document/api/1081/105301)
74637
+ * [DescribeProductCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105300)
74638
+ * [ModifyCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105299)
74639
+ * [ModifyCloudStorageAIServiceCallback](https://cloud.tencent.com/document/api/1081/105298)
74640
+ * [ModifyProductCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105297)
74641
+
74642
+ 新增数据结构:
74643
+
74644
+ * [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
74645
+
74405
74646
  ### 第 58 次发布
74406
74647
 
74407
74648
  发布时间:2024-03-28 01:18:46
@@ -81525,6 +81766,32 @@
81525
81766
 
81526
81767
  ## 云直播CSS(live) 版本:2018-08-01
81527
81768
 
81769
+ ### 第 126 次发布
81770
+
81771
+ 发布时间:2024-04-19 01:20:58
81772
+
81773
+ 本次发布包含了以下内容:
81774
+
81775
+ 改善已有的文档。
81776
+
81777
+ 修改接口:
81778
+
81779
+ * [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
81780
+
81781
+ * 新增入参:AiQualityControl
81782
+
81783
+ * [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
81784
+
81785
+ * 新增入参:AiQualityControl
81786
+
81787
+
81788
+ 修改数据结构:
81789
+
81790
+ * [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
81791
+
81792
+ * 新增成员:AiQualityControl
81793
+
81794
+
81528
81795
  ### 第 125 次发布
81529
81796
 
81530
81797
  发布时间:2024-04-11 01:17:46
@@ -86984,6 +87251,21 @@
86984
87251
 
86985
87252
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
86986
87253
 
87254
+ ### 第 111 次发布
87255
+
87256
+ 发布时间:2024-04-19 01:22:14
87257
+
87258
+ 本次发布包含了以下内容:
87259
+
87260
+ 改善已有的文档。
87261
+
87262
+ 修改接口:
87263
+
87264
+ * [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
87265
+
87266
+ * 新增入参:Offset, Limit
87267
+
87268
+
86987
87269
  ### 第 110 次发布
86988
87270
 
86989
87271
  发布时间:2024-04-15 01:57:02
@@ -97712,6 +97994,35 @@
97712
97994
 
97713
97995
  ## 集团账号管理(organization) 版本:2021-03-31
97714
97996
 
97997
+ ### 第 30 次发布
97998
+
97999
+ 发布时间:2024-04-17 14:48:36
98000
+
98001
+ 本次发布包含了以下内容:
98002
+
98003
+ 改善已有的文档。
98004
+
98005
+ 新增接口:
98006
+
98007
+ * [AttachPolicy](https://cloud.tencent.com/document/api/850/105319)
98008
+ * [CreatePolicy](https://cloud.tencent.com/document/api/850/105318)
98009
+ * [DeletePolicy](https://cloud.tencent.com/document/api/850/105317)
98010
+ * [DescribePolicy](https://cloud.tencent.com/document/api/850/105316)
98011
+ * [DescribePolicyConfig](https://cloud.tencent.com/document/api/850/105315)
98012
+ * [DetachPolicy](https://cloud.tencent.com/document/api/850/105314)
98013
+ * [DisablePolicyType](https://cloud.tencent.com/document/api/850/105313)
98014
+ * [EnablePolicyType](https://cloud.tencent.com/document/api/850/105312)
98015
+ * [ListPolicies](https://cloud.tencent.com/document/api/850/105311)
98016
+ * [ListPoliciesForTarget](https://cloud.tencent.com/document/api/850/105310)
98017
+ * [ListTargetsForPolicy](https://cloud.tencent.com/document/api/850/105309)
98018
+ * [UpdatePolicy](https://cloud.tencent.com/document/api/850/105305)
98019
+
98020
+ 新增数据结构:
98021
+
98022
+ * [ListPoliciesForTarget](https://cloud.tencent.com/document/api/850/67060#ListPoliciesForTarget)
98023
+ * [ListPolicyNode](https://cloud.tencent.com/document/api/850/67060#ListPolicyNode)
98024
+ * [ListTargetsForPolicyNode](https://cloud.tencent.com/document/api/850/67060#ListTargetsForPolicyNode)
98025
+
97715
98026
  ### 第 29 次发布
97716
98027
 
97717
98028
  发布时间:2024-02-29 01:21:30
@@ -100067,6 +100378,21 @@
100067
100378
 
100068
100379
  ## 云压测(pts) 版本:2021-07-28
100069
100380
 
100381
+ ### 第 15 次发布
100382
+
100383
+ 发布时间:2024-04-19 01:24:07
100384
+
100385
+ 本次发布包含了以下内容:
100386
+
100387
+ 改善已有的文档。
100388
+
100389
+ 修改接口:
100390
+
100391
+ * [DescribeRegions](https://cloud.tencent.com/document/api/1484/78073)
100392
+
100393
+ * 新增入参:LoadType
100394
+
100395
+
100070
100396
  ### 第 14 次发布
100071
100397
 
100072
100398
  发布时间:2024-03-27 01:23:10
@@ -100607,6 +100933,21 @@
100607
100933
 
100608
100934
  ## 云数据库Redis(redis) 版本:2018-04-12
100609
100935
 
100936
+ ### 第 74 次发布
100937
+
100938
+ 发布时间:2024-04-19 01:24:17
100939
+
100940
+ 本次发布包含了以下内容:
100941
+
100942
+ 改善已有的文档。
100943
+
100944
+ 修改接口:
100945
+
100946
+ * [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
100947
+
100948
+ * 新增入参:AlarmPolicyList
100949
+
100950
+
100610
100951
  ### 第 73 次发布
100611
100952
 
100612
100953
  发布时间:2024-04-02 01:20:49
@@ -128578,6 +128919,21 @@
128578
128919
 
128579
128920
  ## 容器服务(tke) 版本:2018-05-25
128580
128921
 
128922
+ ### 第 171 次发布
128923
+
128924
+ 发布时间:2024-04-17 01:24:26
128925
+
128926
+ 本次发布包含了以下内容:
128927
+
128928
+ 改善已有的文档。
128929
+
128930
+ 修改数据结构:
128931
+
128932
+ * [NodePool](https://cloud.tencent.com/document/api/457/31866#NodePool)
128933
+
128934
+ * 新增成员:RuntimeConfig
128935
+
128936
+
128581
128937
  ### 第 170 次发布
128582
128938
 
128583
128939
  发布时间:2024-04-16 01:21:55
@@ -128588,14 +128944,14 @@
128588
128944
 
128589
128945
  新增接口:
128590
128946
 
128591
- * [[DescribeSupportedRuntime](https://cloud.tencent.com/document/api/457/105241)](https://cloud.tencent.com/document/api/#/#)
128592
- * [[ModifyClusterRuntimeConfig](https://cloud.tencent.com/document/api/457/105240)](https://cloud.tencent.com/document/api/#/#)
128947
+ * [DescribeSupportedRuntime](https://cloud.tencent.com/document/api/457/105241)
128948
+ * [ModifyClusterRuntimeConfig](https://cloud.tencent.com/document/api/457/105240)
128593
128949
 
128594
128950
  新增数据结构:
128595
128951
 
128596
- * [[NodePoolRuntime](https://cloud.tencent.com/document/api/457/31866#NodePoolRuntime)](https://cloud.tencent.com/document/api/457/31866#[NodePoolRuntime](https://cloud.tencent.com/document/api/457/31866#NodePoolRuntime))
128597
- * [[OptionalRuntimes](https://cloud.tencent.com/document/api/457/31866#OptionalRuntimes)](https://cloud.tencent.com/document/api/457/31866#[OptionalRuntimes](https://cloud.tencent.com/document/api/457/31866#OptionalRuntimes))
128598
- * [[RuntimeConfig](https://cloud.tencent.com/document/api/457/31866#RuntimeConfig)](https://cloud.tencent.com/document/api/457/31866#[RuntimeConfig](https://cloud.tencent.com/document/api/457/31866#RuntimeConfig))
128952
+ * [NodePoolRuntime](https://cloud.tencent.com/document/api/457/31866#NodePoolRuntime)
128953
+ * [OptionalRuntimes](https://cloud.tencent.com/document/api/457/31866#OptionalRuntimes)
128954
+ * [RuntimeConfig](https://cloud.tencent.com/document/api/457/31866#RuntimeConfig)
128599
128955
 
128600
128956
  ### 第 169 次发布
128601
128957
 
@@ -132501,6 +132857,18 @@
132501
132857
 
132502
132858
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
132503
132859
 
132860
+ ### 第 13 次发布
132861
+
132862
+ 发布时间:2024-04-18 01:31:47
132863
+
132864
+ 本次发布包含了以下内容:
132865
+
132866
+ 改善已有的文档。
132867
+
132868
+ <font color="#dd0000">**删除接口**:</font>
132869
+
132870
+ * DescribeTopicStatsOp
132871
+
132504
132872
  ### 第 12 次发布
132505
132873
 
132506
132874
  发布时间:2024-04-04 01:25:24
@@ -132730,7 +133098,7 @@
132730
133098
  * [DeleteTopic](https://cloud.tencent.com/document/api/1493/97946)
132731
133099
  * [DescribeConsumerGroup](https://cloud.tencent.com/document/api/1493/97941)
132732
133100
  * [DescribeTopic](https://cloud.tencent.com/document/api/1493/97945)
132733
- * [DescribeTopicStatsOp](https://cloud.tencent.com/document/api/1493/97938)
133101
+ * [DescribeTopicStatsOp](https://cloud.tencent.com/document/api/#/#)
132734
133102
  * [ModifyConsumerGroup](https://cloud.tencent.com/document/api/1493/97940)
132735
133103
  * [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)
132736
133104
 
@@ -134556,7 +134924,7 @@
134556
134924
  * [CreatePicture](https://cloud.tencent.com/document/api/647/54689)
134557
134925
  * [DeletePicture](https://cloud.tencent.com/document/api/647/54688)
134558
134926
  * [DescribePicture](https://cloud.tencent.com/document/api/647/54687)
134559
- * [ModifyPicture](https://cloud.tencent.com/document/api/647/54686)
134927
+ * [ModifyPicture](https://cloud.tencent.com/document/api/647/105345)
134560
134928
 
134561
134929
  新增数据结构:
134562
134930
 
@@ -134949,6 +135317,21 @@
134949
135317
 
134950
135318
  ## 微服务引擎(tse) 版本:2020-12-07
134951
135319
 
135320
+ ### 第 64 次发布
135321
+
135322
+ 发布时间:2024-04-17 01:25:12
135323
+
135324
+ 本次发布包含了以下内容:
135325
+
135326
+ 改善已有的文档。
135327
+
135328
+ 修改接口:
135329
+
135330
+ * [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
135331
+
135332
+ * 新增入参:StorageOption
135333
+
135334
+
134952
135335
  ### 第 63 次发布
134953
135336
 
134954
135337
  发布时间:2024-04-02 01:25:46
@@ -135121,7 +135504,7 @@
135121
135504
 
135122
135505
  * [CreateGovernanceInstances](https://cloud.tencent.com/document/api/1364/104069)
135123
135506
  * [DeleteGovernanceInstances](https://cloud.tencent.com/document/api/1364/104068)
135124
- * [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104067)
135507
+ * [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104399)
135125
135508
  * [ModifyGovernanceInstances](https://cloud.tencent.com/document/api/1364/104066)
135126
135509
 
135127
135510
  新增数据结构:
@@ -139779,6 +140162,21 @@
139779
140162
 
139780
140163
  ## 云点播(vod) 版本:2018-07-17
139781
140164
 
140165
+ ### 第 180 次发布
140166
+
140167
+ 发布时间:2024-04-18 01:33:31
140168
+
140169
+ 本次发布包含了以下内容:
140170
+
140171
+ 改善已有的文档。
140172
+
140173
+ 修改接口:
140174
+
140175
+ * [RestoreMedia](https://cloud.tencent.com/document/api/266/75728)
140176
+
140177
+ * <font color="#dd0000">**修改入参**:</font>RestoreDay
140178
+
140179
+
139782
140180
  ### 第 179 次发布
139783
140181
 
139784
140182
  发布时间:2024-03-01 01:28:03
@@ -151136,6 +151534,321 @@
151136
151534
 
151137
151535
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
151138
151536
 
151537
+ ### 第 88 次发布
151538
+
151539
+ 发布时间:2024-04-18 15:07:41
151540
+
151541
+ 本次发布包含了以下内容:
151542
+
151543
+ 改善已有的文档。
151544
+
151545
+ <font color="#dd0000">**删除接口**:</font>
151546
+
151547
+ * DescribeInstanceByCycleReport
151548
+ * DescribeTaskDetail
151549
+ * DescribeTasksByPage
151550
+
151551
+ <font color="#dd0000">**删除数据结构**:</font>
151552
+
151553
+ * TaskInfoData
151554
+ * TaskInfoDataPage
151555
+
151556
+ ### 第 87 次发布
151557
+
151558
+ 发布时间:2024-04-18 01:35:09
151559
+
151560
+ 本次发布包含了以下内容:
151561
+
151562
+ 改善已有的文档。
151563
+
151564
+ 新增接口:
151565
+
151566
+ * [CreateWorkflowDs](https://cloud.tencent.com/document/api/1267/105331)
151567
+ * [DiagnosePro](https://cloud.tencent.com/document/api/1267/105332)
151568
+
151569
+ 新增数据结构:
151570
+
151571
+ * [ColumnData](https://cloud.tencent.com/document/api/1267/76336#ColumnData)
151572
+ * [ColumnItem](https://cloud.tencent.com/document/api/1267/76336#ColumnItem)
151573
+ * [Content](https://cloud.tencent.com/document/api/1267/76336#Content)
151574
+ * [DiagnoseRep](https://cloud.tencent.com/document/api/1267/76336#DiagnoseRep)
151575
+ * [Table](https://cloud.tencent.com/document/api/1267/76336#Table)
151576
+
151577
+ ### 第 86 次发布
151578
+
151579
+ 发布时间:2024-04-16 17:50:29
151580
+
151581
+ 本次发布包含了以下内容:
151582
+
151583
+ 改善已有的文档。
151584
+
151585
+ <font color="#dd0000">**删除接口**:</font>
151586
+
151587
+ * BatchCreateTaskVersionDs
151588
+ * BatchDeleteTasksDs
151589
+ * BatchDeleteTasksNew
151590
+ * BatchModifyOwnersNew
151591
+ * BatchStopTasksNew
151592
+ * CheckDuplicateRuleName
151593
+ * CheckDuplicateTemplateName
151594
+ * CommitExportTask
151595
+ * CommitRuleGroupExecResult
151596
+ * CreateBaseline
151597
+ * CreateFolder
151598
+ * CreateOrUpdateResource
151599
+ * CreateResourcePath
151600
+ * CreateWorkflow
151601
+ * DeleteBaseline
151602
+ * DeleteFolder
151603
+ * DeleteWorkflowNew
151604
+ * DescribeAllTaskType
151605
+ * DescribeAllUsedVersionSon
151606
+ * DescribeBaselineAllTaskDag
151607
+ * DescribeBaselineById
151608
+ * DescribeBaselineInstanceDag
151609
+ * DescribeBaselineInstanceGantt
151610
+ * DescribeBaselineInstances
151611
+ * DescribeBaselines
151612
+ * DescribeBelongTo
151613
+ * DescribeDataBases
151614
+ * DescribeDataObjects
151615
+ * DescribeDataSourceWithoutInfo
151616
+ * DescribeDataTypes
151617
+ * DescribeDependOpsTaskList
151618
+ * DescribeDependTasksNew
151619
+ * DescribeDiagnosticInfoByBaselineId
151620
+ * DescribeDrInstanceScriptContent
151621
+ * DescribeDrSonInstance
151622
+ * DescribeEventDetail
151623
+ * DescribeEventIsAlarmTypes
151624
+ * DescribeEventTypes
151625
+ * DescribeEvents
151626
+ * DescribeFathers
151627
+ * DescribeFolderList
151628
+ * DescribeInstanceLogs
151629
+ * DescribeInstances
151630
+ * DescribeInstancesInfoWithTaskInfo
151631
+ * DescribeMonitorsByPage
151632
+ * DescribeOperateOpsTaskDatasource
151633
+ * DescribeOperateOpsTaskDatasourceType
151634
+ * DescribeOperateTasks
151635
+ * DescribeProdTasks
151636
+ * DescribeRelatedInstances
151637
+ * DescribeRuleDataSources
151638
+ * DescribeRuleExecExportResult
151639
+ * DescribeRuleExecHistory
151640
+ * DescribeRuleExecResultsByPage
151641
+ * DescribeRuleGroupExecResultsByPageWithoutAuth
151642
+ * DescribeRuleHistoryByPage
151643
+ * DescribeRuleTablesByPage
151644
+ * DescribeScheduleInstance
151645
+ * DescribeSonInstances
151646
+ * DescribeTaskInstance
151647
+ * DescribeTaskInstanceReportDetail
151648
+ * DescribeTaskInstances
151649
+ * DescribeTaskReport
151650
+ * DescribeTaskReportDetailList
151651
+ * DescribeTemplateHistory
151652
+ * DescribeWorkflowOpsCanvasInfo
151653
+ * DiagnosePlus
151654
+ * EditBaseline
151655
+ * ForceSucInstances
151656
+ * ForceSucScheduleInstances
151657
+ * FreezeTasks
151658
+ * FreezeTasksByMultiWorkflow
151659
+ * KillInstances
151660
+ * MakeUpOpsTasks
151661
+ * MakeUpTasksByWorkflow
151662
+ * MakeUpTasksNew
151663
+ * MakeUpWorkflowNew
151664
+ * ModifyBaselineAlarmStatus
151665
+ * ModifyBaselineTaskAlarmStatus
151666
+ * ModifyFolder
151667
+ * RerunInstances
151668
+ * RerunOpsMakePlanInstances
151669
+ * RerunScheduleInstances
151670
+ * RunTask
151671
+ * StopBaseline
151672
+ * SubmitBaseline
151673
+
151674
+ 修改接口:
151675
+
151676
+ * [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
151677
+
151678
+ * 新增入参:EnableCheckTaskCycleLink
151679
+
151680
+ * [DeleteProjectUsers](https://cloud.tencent.com/document/api/1267/103141)
151681
+
151682
+ * 新增入参:ProjectId, UserIds
151683
+
151684
+ * [DescribeDatasource](https://cloud.tencent.com/document/api/1267/80759)
151685
+
151686
+ * 新增入参:Env
151687
+
151688
+ * [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
151689
+
151690
+ * 新增入参:KeyWord
151691
+
151692
+ * [DescribeOrganizationalFunctions](https://cloud.tencent.com/document/api/1267/81482)
151693
+
151694
+ * 新增入参:EnvType
151695
+
151696
+ * [GenHiveTableDDLSql](https://cloud.tencent.com/document/api/1267/82483)
151697
+
151698
+ * 新增入参:SinkSchemaName
151699
+
151700
+ * [ModifyExecStrategy](https://cloud.tencent.com/document/api/1267/82794)
151701
+
151702
+ * 新增入参:TriggerTypes
151703
+
151704
+ * [SaveCustomFunction](https://cloud.tencent.com/document/api/1267/81481)
151705
+
151706
+ * 新增入参:ProjectId, DbName, Name
151707
+
151708
+
151709
+ <font color="#dd0000">**删除数据结构**:</font>
151710
+
151711
+ * AlarmDsVO
151712
+ * AlarmExtDsVO
151713
+ * AlarmRuleDto
151714
+ * AttributeItemDsVO
151715
+ * BaselineDetailResponse
151716
+ * BaselineDto
151717
+ * BaselineInstanceVo
151718
+ * BaselineTaskDto
151719
+ * BaselineTaskInfo
151720
+ * BaselineTaskInstanceDto
151721
+ * BatchCreateTaskVersionDsDTOLite
151722
+ * BatchOperateResultDs
151723
+ * BooleanResponse
151724
+ * CandidateDsDTo
151725
+ * CanvasInfo
151726
+ * CollectionTaskOpsDto
151727
+ * CreateAlarmRuleRequest
151728
+ * DatasourceTypeByTaskType
151729
+ * DependencyConfigDsDTONoRecurV2
151730
+ * DependencyStrategyDs
151731
+ * DescribeBaselineResponse
151732
+ * DescribeBaselineTaskDagResponse
151733
+ * DescribeDiagnosticInfoResponse
151734
+ * DescribeFolderListData
151735
+ * DescribeTaskInstancesData
151736
+ * EventDto
151737
+ * EventPage
151738
+ * ExportTaskInfo
151739
+ * Folder
151740
+ * InstanceInfo
151741
+ * InstanceLog
151742
+ * InstanceReportReadNode
151743
+ * InstanceReportSummary
151744
+ * InstanceReportWriteNode
151745
+ * Label
151746
+ * ModifyAlarmRuleRequest
151747
+ * OperateResult
151748
+ * ParamInfoDs
151749
+ * ParameterTaskDsDto
151750
+ * ParameterTaskInDsDto
151751
+ * ParameterTaskOutDsDto
151752
+ * RuleExecExportResult
151753
+ * RuleGroupMonitor
151754
+ * RuleGroupMonitorPage
151755
+ * RuleHistory
151756
+ * RuleHistoryPage
151757
+ * RuleTemplateHistory
151758
+ * RuleTemplateHistoryPage
151759
+ * RunnerRuleExecResult
151760
+ * SearchConditionInstance
151761
+ * SimpleDataSourceInfo
151762
+ * SourceObject
151763
+ * StringListNode
151764
+ * TaskCanvasInfo
151765
+ * TaskDsDTOLiteV2
151766
+ * TaskDsDTONoRecurV2
151767
+ * TaskExtDsVO
151768
+ * TaskInfoPage
151769
+ * TaskInstanceDetail
151770
+ * TaskInstanceInfo
151771
+ * TaskLinkDsDTO
151772
+ * TaskLinkInfo
151773
+ * TaskReportDetail
151774
+ * TaskTypeDsVO
151775
+ * TaskTypeExtDsVO
151776
+ * TaskTypeExtParamDsVO
151777
+ * UserFileDTO
151778
+
151779
+ 修改数据结构:
151780
+
151781
+ * [CommonIdOpsDto](https://cloud.tencent.com/document/api/1267/76336#CommonIdOpsDto)
151782
+
151783
+ * <font color="#dd0000">**修改成员**:</font>Id
151784
+
151785
+ * [DatabaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatabaseInfo)
151786
+
151787
+ * 新增成员:DsEnvType
151788
+
151789
+ * [DatasourceBaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatasourceBaseInfo)
151790
+
151791
+ * 新增成员:ParamsString
151792
+
151793
+ * <font color="#dd0000">**修改成员**:</font>Version
151794
+
151795
+ * [EventCaseConsumeLogOptDto](https://cloud.tencent.com/document/api/1267/76336#EventCaseConsumeLogOptDto)
151796
+
151797
+ * <font color="#dd0000">**修改成员**:</font>ConsumeLogId, EventCaseId, ConsumerId, CreationTimestamp, ConsumerDetail
151798
+
151799
+ * [EventCaseConsumeLogOptDtoCollection](https://cloud.tencent.com/document/api/1267/76336#EventCaseConsumeLogOptDtoCollection)
151800
+
151801
+ * <font color="#dd0000">**修改成员**:</font>TotalCount, TotalPage, PageCount, PageNumber, PageSize, Items
151802
+
151803
+ * [EventCaseOpsDto](https://cloud.tencent.com/document/api/1267/76336#EventCaseOpsDto)
151804
+
151805
+ * <font color="#dd0000">**修改成员**:</font>CaseId, Name, Dimension, CreationTimestamp, ConsumerId, Description
151806
+
151807
+ * [EventListenerOpsDto](https://cloud.tencent.com/document/api/1267/76336#EventListenerOpsDto)
151808
+
151809
+ * <font color="#dd0000">**修改成员**:</font>EventName, Key, Type, Properties, CreationTimestamp
151810
+
151811
+ * [EventOpsDto](https://cloud.tencent.com/document/api/1267/76336#EventOpsDto)
151812
+
151813
+ * <font color="#dd0000">**修改成员**:</font>Name, EventType, EventSubType, EventBroadcastType, DimensionFormat, TimeToLive, TimeUnit, CreationTimestamp, Owner, Properties, Description, Listeners, EventCases
151814
+
151815
+ * [MakePlanTaskOpsDtoCollection](https://cloud.tencent.com/document/api/1267/76336#MakePlanTaskOpsDtoCollection)
151816
+
151817
+ * <font color="#dd0000">**修改成员**:</font>TotalCount, TotalPage, PageCount, PageNumber, PageSize, Items
151818
+
151819
+ * [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
151820
+
151821
+ * 新增成员:Tag
151822
+
151823
+ * [ProdSchedulerTask](https://cloud.tencent.com/document/api/1267/76336#ProdSchedulerTask)
151824
+
151825
+ * 新增成员:CycleType
151826
+
151827
+ * [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
151828
+
151829
+ * 新增成员:DsEnvType
151830
+
151831
+ * [RuleExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleExecResult)
151832
+
151833
+ * <font color="#dd0000">**修改成员**:</font>RuleExecId, RuleGroupExecId, RuleGroupId, RuleId, RuleName, RuleType, SourceObjectDataTypeName, SourceObjectValue, ConditionExpression, ExecResultStatus, TriggerResult, CompareResult, TemplateName, QualityDim, TargetDBTableName, TargetObjectValue, TargetObjectDataType, FieldConfig, RelConditionExpr, StartTime, AlarmLevel
151834
+
151835
+ * [RuleGroup](https://cloud.tencent.com/document/api/1267/76336#RuleGroup)
151836
+
151837
+ * 新增成员:DsEnvType
151838
+
151839
+ * [RuleGroupExecStrategy](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecStrategy)
151840
+
151841
+ * 新增成员:TriggerTypes
151842
+
151843
+ * [SearchCondition](https://cloud.tencent.com/document/api/1267/76336#SearchCondition)
151844
+
151845
+ * <font color="#dd0000">**修改成员**:</font>Instance
151846
+
151847
+ * [TableQualityDetail](https://cloud.tencent.com/document/api/1267/76336#TableQualityDetail)
151848
+
151849
+ * 新增成员:DsEnvType
151850
+
151851
+
151139
151852
  ### 第 85 次发布
151140
151853
 
151141
151854
  发布时间:2024-04-12 01:28:34
@@ -151838,7 +152551,7 @@
151838
152551
  * [CreateBrowsingHistory](https://cloud.tencent.com/document/api/#/#)
151839
152552
  * [CreateLink](https://cloud.tencent.com/document/api/#/#)
151840
152553
  * [CreateResourceDirectory](https://cloud.tencent.com/document/api/#/#)
151841
- * [CreateWorkflowDs](https://cloud.tencent.com/document/api/#/#)
152554
+ * [CreateWorkflowDs](https://cloud.tencent.com/document/api/1267/105331)
151842
152555
  * [DeleteBatchWorkflowDs](https://cloud.tencent.com/document/api/#/#)
151843
152556
  * [DeleteDsEvent](https://cloud.tencent.com/document/api/#/#)
151844
152557
  * [DeleteEventListenerByTaskId](https://cloud.tencent.com/document/api/#/#)
@@ -153133,12 +153846,12 @@
153133
153846
  * [DescribeEvents](https://cloud.tencent.com/document/api/#/#)
153134
153847
  * [DescribeFathers](https://cloud.tencent.com/document/api/#/#)
153135
153848
  * [DescribeInstanceByCycle](https://cloud.tencent.com/document/api/1267/95210)
153136
- * [DescribeInstanceByCycleReport](https://cloud.tencent.com/document/api/1267/95209)
153849
+ * [DescribeInstanceByCycleReport](https://cloud.tencent.com/document/api/#/#)
153137
153850
  * [DescribeInstanceLogDetail](https://cloud.tencent.com/document/api/1267/95235)
153138
153851
  * [DescribeInstanceLogFile](https://cloud.tencent.com/document/api/1267/95208)
153139
153852
  * [DescribeInstancesInfoWithTaskInfo](https://cloud.tencent.com/document/api/#/#)
153140
- * [DescribeOperateOpsTaskDatasource](https://cloud.tencent.com/document/api/1267/95206)
153141
- * [DescribeOperateOpsTaskDatasourceType](https://cloud.tencent.com/document/api/1267/95205)
153853
+ * [DescribeOperateOpsTaskDatasource](https://cloud.tencent.com/document/api/#/#)
153854
+ * [DescribeOperateOpsTaskDatasourceType](https://cloud.tencent.com/document/api/#/#)
153142
153855
  * [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
153143
153856
  * [DescribeOpsInstanceLogList](https://cloud.tencent.com/document/api/1267/95204)
153144
153857
  * [DescribeOpsMakePlanInstances](https://cloud.tencent.com/document/api/1267/95203)
@@ -154339,9 +155052,9 @@
154339
155052
  * [DescribeFolderList](https://cloud.tencent.com/document/api/#/#)
154340
155053
  * [DescribeFolderWorkflowList](https://cloud.tencent.com/document/api/1267/78704)
154341
155054
  * [DescribeInstanceLogs](https://cloud.tencent.com/document/api/#/#)
154342
- * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1267/78702)
155055
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/#/#)
154343
155056
  * [DescribeTaskScript](https://cloud.tencent.com/document/api/1267/78701)
154344
- * [DescribeTasksByPage](https://cloud.tencent.com/document/api/1267/78700)
155057
+ * [DescribeTasksByPage](https://cloud.tencent.com/document/api/#/#)
154345
155058
  * [ForceSucInstances](https://cloud.tencent.com/document/api/#/#)
154346
155059
  * [FreezeTasks](https://cloud.tencent.com/document/api/#/#)
154347
155060
  * [FreezeTasksByMultiWorkflow](https://cloud.tencent.com/document/api/#/#)