tencentcloud-sdk-nodejs 4.0.938 → 4.0.940
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 +129 -0
- package/SERVICE_CHANGELOG.md +141 -104
- package/package.json +1 -1
- package/products.md +6 -6
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +20 -0
- package/src/services/cfw/v20190904/cfw_models.ts +4 -4
- package/src/services/csip/v20221121/csip_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +50 -2
- package/src/services/tke/v20180525/tke_client.ts +35 -8
- package/src/services/tke/v20180525/tke_models.ts +213 -43
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +20 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -4
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +48 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +11 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +15 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +206 -43
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/test/tke.v20180525.test.js +22 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,132 @@
|
|
|
1
|
+
# Release 4.0.940
|
|
2
|
+
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
|
+
|
|
5
|
+
### 第 167 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-09-19 01:11:20
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CloseWanService](https://cloud.tencent.com/document/api/236/15863)
|
|
16
|
+
|
|
17
|
+
* 新增入参:OpResourceId
|
|
18
|
+
|
|
19
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/236/15853)
|
|
20
|
+
|
|
21
|
+
* 新增入参:OpResourceId
|
|
22
|
+
|
|
23
|
+
* [ModifyDBInstanceVipVport](https://cloud.tencent.com/document/api/236/15867)
|
|
24
|
+
|
|
25
|
+
* 新增入参:OpResourceId
|
|
26
|
+
|
|
27
|
+
* [OpenWanService](https://cloud.tencent.com/document/api/236/15875)
|
|
28
|
+
|
|
29
|
+
* 新增入参:OpResourceId
|
|
30
|
+
|
|
31
|
+
* [SwitchDBInstanceMasterSlave](https://cloud.tencent.com/document/api/236/52171)
|
|
32
|
+
|
|
33
|
+
* 新增入参:DstNodeId
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
43
|
+
|
|
44
|
+
### 第 179 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2024-09-19 02:21:23
|
|
47
|
+
|
|
48
|
+
本次发布包含了以下内容:
|
|
49
|
+
|
|
50
|
+
改善已有的文档。
|
|
51
|
+
|
|
52
|
+
新增接口:
|
|
53
|
+
|
|
54
|
+
* [DescribeOpenPolicyList](https://cloud.tencent.com/document/api/457/111011)
|
|
55
|
+
* [ModifyOpenPolicyList](https://cloud.tencent.com/document/api/457/111010)
|
|
56
|
+
|
|
57
|
+
修改接口:
|
|
58
|
+
|
|
59
|
+
* [DescribeExternalNodeSupportConfig](https://cloud.tencent.com/document/api/457/101767)
|
|
60
|
+
|
|
61
|
+
* 新增出参:PublicCustomDomain
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
新增数据结构:
|
|
65
|
+
|
|
66
|
+
* [OpenConstraintInfo](https://cloud.tencent.com/document/api/457/31866#OpenConstraintInfo)
|
|
67
|
+
* [OpenPolicyInfo](https://cloud.tencent.com/document/api/457/31866#OpenPolicyInfo)
|
|
68
|
+
* [OpenPolicySwitch](https://cloud.tencent.com/document/api/457/31866#OpenPolicySwitch)
|
|
69
|
+
|
|
70
|
+
修改数据结构:
|
|
71
|
+
|
|
72
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
73
|
+
|
|
74
|
+
* 新增成员:CdcId
|
|
75
|
+
|
|
76
|
+
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
77
|
+
|
|
78
|
+
* <font color="#dd0000">**修改成员**:</font>IgnoreClusterCIDRConflict, MaxNodePodNum, MaxClusterServiceNum, Ipvs, VpcId, Cni
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
84
|
+
|
|
85
|
+
### 第 205 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2024-09-19 02:31:07
|
|
88
|
+
|
|
89
|
+
本次发布包含了以下内容:
|
|
90
|
+
|
|
91
|
+
改善已有的文档。
|
|
92
|
+
|
|
93
|
+
修改接口:
|
|
94
|
+
|
|
95
|
+
* [CreateVpcEndPoint](https://cloud.tencent.com/document/api/215/54685)
|
|
96
|
+
|
|
97
|
+
* 新增入参:Tags
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
# Release 4.0.939
|
|
103
|
+
|
|
104
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
105
|
+
|
|
106
|
+
### 第 19 次发布
|
|
107
|
+
|
|
108
|
+
发布时间:2024-09-17 18:52:07
|
|
109
|
+
|
|
110
|
+
本次发布包含了以下内容:
|
|
111
|
+
|
|
112
|
+
改善已有的文档。
|
|
113
|
+
|
|
114
|
+
修改接口:
|
|
115
|
+
|
|
116
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
117
|
+
|
|
118
|
+
* 新增入参:EnableMultimedia
|
|
119
|
+
|
|
120
|
+
* 新增出参:Replaces
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
新增数据结构:
|
|
124
|
+
|
|
125
|
+
* [Multimedia](https://cloud.tencent.com/document/api/1729/101838#Multimedia)
|
|
126
|
+
* [Replace](https://cloud.tencent.com/document/api/1729/101838#Replace)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
1
130
|
# Release 4.0.938
|
|
2
131
|
|
|
3
132
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 167 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-19 01:11:20
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,39 +12,38 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CloseWanService](https://cloud.tencent.com/document/api/236/15863)
|
|
16
16
|
|
|
17
17
|
* 新增入参:OpResourceId
|
|
18
18
|
|
|
19
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/236/15853)
|
|
19
20
|
|
|
21
|
+
* 新增入参:OpResourceId
|
|
20
22
|
|
|
23
|
+
* [ModifyDBInstanceVipVport](https://cloud.tencent.com/document/api/236/15867)
|
|
21
24
|
|
|
22
|
-
|
|
25
|
+
* 新增入参:OpResourceId
|
|
23
26
|
|
|
24
|
-
|
|
27
|
+
* [OpenWanService](https://cloud.tencent.com/document/api/236/15875)
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
* 新增入参:OpResourceId
|
|
27
30
|
|
|
28
|
-
|
|
31
|
+
* [SwitchDBInstanceMasterSlave](https://cloud.tencent.com/document/api/236/52171)
|
|
29
32
|
|
|
30
|
-
|
|
33
|
+
* 新增入参:DstNodeId
|
|
31
34
|
|
|
32
|
-
新增接口:
|
|
33
35
|
|
|
34
|
-
* [DescribeEnterpriseSecurityGroupRuleList](https://cloud.tencent.com/document/api/1132/110987)
|
|
35
36
|
|
|
36
|
-
新增数据结构:
|
|
37
37
|
|
|
38
|
-
|
|
39
|
-
* [EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo)
|
|
38
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
40
39
|
|
|
41
40
|
|
|
42
41
|
|
|
43
|
-
##
|
|
42
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
44
43
|
|
|
45
|
-
### 第
|
|
44
|
+
### 第 179 次发布
|
|
46
45
|
|
|
47
|
-
发布时间:2024-09-
|
|
46
|
+
发布时间:2024-09-19 02:21:23
|
|
48
47
|
|
|
49
48
|
本次发布包含了以下内容:
|
|
50
49
|
|
|
@@ -52,107 +51,40 @@
|
|
|
52
51
|
|
|
53
52
|
新增接口:
|
|
54
53
|
|
|
55
|
-
* [
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## 智能推荐平台(irp) 版本:2022-08-05
|
|
60
|
-
|
|
61
|
-
### 第 3 次发布
|
|
62
|
-
|
|
63
|
-
发布时间:2024-09-16 01:58:03
|
|
64
|
-
|
|
65
|
-
本次发布包含了以下内容:
|
|
66
|
-
|
|
67
|
-
改善已有的文档。
|
|
54
|
+
* [DescribeOpenPolicyList](https://cloud.tencent.com/document/api/457/111011)
|
|
55
|
+
* [ModifyOpenPolicyList](https://cloud.tencent.com/document/api/457/111010)
|
|
68
56
|
|
|
69
57
|
修改接口:
|
|
70
58
|
|
|
71
|
-
* [
|
|
72
|
-
|
|
73
|
-
* 新增入参:Extension
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
## 智能推荐平台(irp) 版本:2022-03-24
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
83
|
-
|
|
84
|
-
### 第 16 次发布
|
|
85
|
-
|
|
86
|
-
发布时间:2024-09-16 02:02:56
|
|
59
|
+
* [DescribeExternalNodeSupportConfig](https://cloud.tencent.com/document/api/457/101767)
|
|
87
60
|
|
|
88
|
-
|
|
61
|
+
* 新增出参:PublicCustomDomain
|
|
89
62
|
|
|
90
|
-
改善已有的文档。
|
|
91
63
|
|
|
92
64
|
新增数据结构:
|
|
93
65
|
|
|
94
|
-
* [
|
|
66
|
+
* [OpenConstraintInfo](https://cloud.tencent.com/document/api/457/31866#OpenConstraintInfo)
|
|
67
|
+
* [OpenPolicyInfo](https://cloud.tencent.com/document/api/457/31866#OpenPolicyInfo)
|
|
68
|
+
* [OpenPolicySwitch](https://cloud.tencent.com/document/api/457/31866#OpenPolicySwitch)
|
|
95
69
|
|
|
96
70
|
修改数据结构:
|
|
97
71
|
|
|
98
|
-
* [
|
|
99
|
-
|
|
100
|
-
* 新增成员:ReplyMethod
|
|
101
|
-
|
|
102
|
-
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
103
|
-
|
|
104
|
-
* 新增成员:QuoteInfos
|
|
105
|
-
|
|
106
|
-
* [ReferDetail](https://cloud.tencent.com/document/api/1759/105104#ReferDetail)
|
|
107
|
-
|
|
108
|
-
* 新增成员:PageInfos, SheetInfos, DocBizId
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
## 文字识别(ocr) 版本:2018-11-19
|
|
114
|
-
|
|
115
|
-
### 第 151 次发布
|
|
116
|
-
|
|
117
|
-
发布时间:2024-09-16 02:10:16
|
|
118
|
-
|
|
119
|
-
本次发布包含了以下内容:
|
|
120
|
-
|
|
121
|
-
改善已有的文档。
|
|
122
|
-
|
|
123
|
-
修改接口:
|
|
124
|
-
|
|
125
|
-
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
126
|
-
|
|
127
|
-
* 新增出参:Electronic
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
133
|
-
|
|
134
|
-
### 第 16 次发布
|
|
135
|
-
|
|
136
|
-
发布时间:2024-09-16 02:11:25
|
|
137
|
-
|
|
138
|
-
本次发布包含了以下内容:
|
|
139
|
-
|
|
140
|
-
改善已有的文档。
|
|
72
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
141
73
|
|
|
142
|
-
|
|
74
|
+
* 新增成员:CdcId
|
|
143
75
|
|
|
144
|
-
* [
|
|
76
|
+
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
145
77
|
|
|
146
|
-
*
|
|
78
|
+
* <font color="#dd0000">**修改成员**:</font>IgnoreClusterCIDRConflict, MaxNodePodNum, MaxClusterServiceNum, Ipvs, VpcId, Cni
|
|
147
79
|
|
|
148
80
|
|
|
149
81
|
|
|
150
82
|
|
|
151
|
-
##
|
|
83
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
152
84
|
|
|
153
|
-
### 第
|
|
85
|
+
### 第 205 次发布
|
|
154
86
|
|
|
155
|
-
发布时间:2024-09-
|
|
87
|
+
发布时间:2024-09-19 02:31:07
|
|
156
88
|
|
|
157
89
|
本次发布包含了以下内容:
|
|
158
90
|
|
|
@@ -160,9 +92,9 @@
|
|
|
160
92
|
|
|
161
93
|
修改接口:
|
|
162
94
|
|
|
163
|
-
* [
|
|
95
|
+
* [CreateVpcEndPoint](https://cloud.tencent.com/document/api/215/54685)
|
|
164
96
|
|
|
165
|
-
* 新增入参:
|
|
97
|
+
* 新增入参:Tags
|
|
166
98
|
|
|
167
99
|
|
|
168
100
|
|
|
@@ -17118,6 +17050,37 @@
|
|
|
17118
17050
|
|
|
17119
17051
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
17120
17052
|
|
|
17053
|
+
### 第 167 次发布
|
|
17054
|
+
|
|
17055
|
+
发布时间:2024-09-19 01:11:20
|
|
17056
|
+
|
|
17057
|
+
本次发布包含了以下内容:
|
|
17058
|
+
|
|
17059
|
+
改善已有的文档。
|
|
17060
|
+
|
|
17061
|
+
修改接口:
|
|
17062
|
+
|
|
17063
|
+
* [CloseWanService](https://cloud.tencent.com/document/api/236/15863)
|
|
17064
|
+
|
|
17065
|
+
* 新增入参:OpResourceId
|
|
17066
|
+
|
|
17067
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/236/15853)
|
|
17068
|
+
|
|
17069
|
+
* 新增入参:OpResourceId
|
|
17070
|
+
|
|
17071
|
+
* [ModifyDBInstanceVipVport](https://cloud.tencent.com/document/api/236/15867)
|
|
17072
|
+
|
|
17073
|
+
* 新增入参:OpResourceId
|
|
17074
|
+
|
|
17075
|
+
* [OpenWanService](https://cloud.tencent.com/document/api/236/15875)
|
|
17076
|
+
|
|
17077
|
+
* 新增入参:OpResourceId
|
|
17078
|
+
|
|
17079
|
+
* [SwitchDBInstanceMasterSlave](https://cloud.tencent.com/document/api/236/52171)
|
|
17080
|
+
|
|
17081
|
+
* 新增入参:DstNodeId
|
|
17082
|
+
|
|
17083
|
+
|
|
17121
17084
|
### 第 166 次发布
|
|
17122
17085
|
|
|
17123
17086
|
发布时间:2024-09-16 01:16:44
|
|
@@ -25641,12 +25604,12 @@
|
|
|
25641
25604
|
|
|
25642
25605
|
新增接口:
|
|
25643
25606
|
|
|
25644
|
-
* [
|
|
25607
|
+
* [DescribeEnterpriseSecurityGroupRuleList](https://cloud.tencent.com/document/api/1132/110987)
|
|
25645
25608
|
|
|
25646
25609
|
新增数据结构:
|
|
25647
25610
|
|
|
25648
|
-
* [
|
|
25649
|
-
* [
|
|
25611
|
+
* [EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo)
|
|
25612
|
+
* [EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo)
|
|
25650
25613
|
|
|
25651
25614
|
### 第 64 次发布
|
|
25652
25615
|
|
|
@@ -27883,7 +27846,7 @@
|
|
|
27883
27846
|
|
|
27884
27847
|
新增接口:
|
|
27885
27848
|
|
|
27886
|
-
* [
|
|
27849
|
+
* [FetchMessageListByTimestamp](https://cloud.tencent.com/document/api/597/47895)
|
|
27887
27850
|
|
|
27888
27851
|
### 第 108 次发布
|
|
27889
27852
|
|
|
@@ -77751,6 +77714,28 @@
|
|
|
77751
77714
|
|
|
77752
77715
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
77753
77716
|
|
|
77717
|
+
### 第 19 次发布
|
|
77718
|
+
|
|
77719
|
+
发布时间:2024-09-17 18:52:07
|
|
77720
|
+
|
|
77721
|
+
本次发布包含了以下内容:
|
|
77722
|
+
|
|
77723
|
+
改善已有的文档。
|
|
77724
|
+
|
|
77725
|
+
修改接口:
|
|
77726
|
+
|
|
77727
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
77728
|
+
|
|
77729
|
+
* 新增入参:EnableMultimedia
|
|
77730
|
+
|
|
77731
|
+
* 新增出参:Replaces
|
|
77732
|
+
|
|
77733
|
+
|
|
77734
|
+
新增数据结构:
|
|
77735
|
+
|
|
77736
|
+
* [Multimedia](https://cloud.tencent.com/document/api/1729/101838#Multimedia)
|
|
77737
|
+
* [Replace](https://cloud.tencent.com/document/api/1729/101838#Replace)
|
|
77738
|
+
|
|
77754
77739
|
### 第 18 次发布
|
|
77755
77740
|
|
|
77756
77741
|
发布时间:2024-08-28 11:17:28
|
|
@@ -91675,7 +91660,7 @@
|
|
|
91675
91660
|
|
|
91676
91661
|
新增数据结构:
|
|
91677
91662
|
|
|
91678
|
-
* [
|
|
91663
|
+
* [QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo)
|
|
91679
91664
|
|
|
91680
91665
|
修改数据结构:
|
|
91681
91666
|
|
|
@@ -140451,6 +140436,43 @@
|
|
|
140451
140436
|
|
|
140452
140437
|
## 容器服务(tke) 版本:2018-05-25
|
|
140453
140438
|
|
|
140439
|
+
### 第 179 次发布
|
|
140440
|
+
|
|
140441
|
+
发布时间:2024-09-19 02:21:23
|
|
140442
|
+
|
|
140443
|
+
本次发布包含了以下内容:
|
|
140444
|
+
|
|
140445
|
+
改善已有的文档。
|
|
140446
|
+
|
|
140447
|
+
新增接口:
|
|
140448
|
+
|
|
140449
|
+
* [[DescribeOpenPolicyList](https://cloud.tencent.com/document/api/457/111011)](https://cloud.tencent.com/document/api/#/#)
|
|
140450
|
+
* [[ModifyOpenPolicyList](https://cloud.tencent.com/document/api/457/111010)](https://cloud.tencent.com/document/api/#/#)
|
|
140451
|
+
|
|
140452
|
+
修改接口:
|
|
140453
|
+
|
|
140454
|
+
* [DescribeExternalNodeSupportConfig](https://cloud.tencent.com/document/api/457/101767)
|
|
140455
|
+
|
|
140456
|
+
* 新增出参:PublicCustomDomain
|
|
140457
|
+
|
|
140458
|
+
|
|
140459
|
+
新增数据结构:
|
|
140460
|
+
|
|
140461
|
+
* [[OpenConstraintInfo](https://cloud.tencent.com/document/api/457/31866#OpenConstraintInfo)](https://cloud.tencent.com/document/api/457/31866#[OpenConstraintInfo](https://cloud.tencent.com/document/api/457/31866#OpenConstraintInfo))
|
|
140462
|
+
* [[OpenPolicyInfo](https://cloud.tencent.com/document/api/457/31866#OpenPolicyInfo)](https://cloud.tencent.com/document/api/457/31866#[OpenPolicyInfo](https://cloud.tencent.com/document/api/457/31866#OpenPolicyInfo))
|
|
140463
|
+
* [[OpenPolicySwitch](https://cloud.tencent.com/document/api/457/31866#OpenPolicySwitch)](https://cloud.tencent.com/document/api/457/31866#[OpenPolicySwitch](https://cloud.tencent.com/document/api/457/31866#OpenPolicySwitch))
|
|
140464
|
+
|
|
140465
|
+
修改数据结构:
|
|
140466
|
+
|
|
140467
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
140468
|
+
|
|
140469
|
+
* 新增成员:CdcId
|
|
140470
|
+
|
|
140471
|
+
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
140472
|
+
|
|
140473
|
+
* <font color="#dd0000">**修改成员**:</font>IgnoreClusterCIDRConflict, MaxNodePodNum, MaxClusterServiceNum, Ipvs, VpcId, Cni
|
|
140474
|
+
|
|
140475
|
+
|
|
140454
140476
|
### 第 178 次发布
|
|
140455
140477
|
|
|
140456
140478
|
发布时间:2024-09-12 02:21:19
|
|
@@ -158275,6 +158297,21 @@
|
|
|
158275
158297
|
|
|
158276
158298
|
## 私有网络(vpc) 版本:2017-03-12
|
|
158277
158299
|
|
|
158300
|
+
### 第 205 次发布
|
|
158301
|
+
|
|
158302
|
+
发布时间:2024-09-19 02:31:07
|
|
158303
|
+
|
|
158304
|
+
本次发布包含了以下内容:
|
|
158305
|
+
|
|
158306
|
+
改善已有的文档。
|
|
158307
|
+
|
|
158308
|
+
修改接口:
|
|
158309
|
+
|
|
158310
|
+
* [CreateVpcEndPoint](https://cloud.tencent.com/document/api/215/54685)
|
|
158311
|
+
|
|
158312
|
+
* 新增入参:Tags
|
|
158313
|
+
|
|
158314
|
+
|
|
158278
158315
|
### 第 204 次发布
|
|
158279
158316
|
|
|
158280
158317
|
发布时间:2024-09-12 02:30:22
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-28 01:11:56 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-22 01:10:57 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
51
51
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-09-13 01:14:11 |
|
|
52
52
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
|
|
53
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-09-
|
|
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 |
|
|
55
55
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-06-17 01:21:02 |
|
|
56
56
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
| controlcenter | [控制中心](https://cloud.tencent.com/document/product/1708) | 2024-08-28 15:03:07 |
|
|
71
71
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
72
72
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
73
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-
|
|
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
76
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-09 01:25:33 |
|
|
77
77
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
78
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-
|
|
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 |
|
|
80
80
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
81
81
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -115,7 +115,7 @@
|
|
|
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-17 18:52:07 |
|
|
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 |
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
242
242
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
243
243
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
244
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-
|
|
244
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-09-19 02:31:07 |
|
|
245
245
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
246
246
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
247
247
|
| 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.940"
|
|
@@ -1097,6 +1097,10 @@ export interface CloseWanServiceRequest {
|
|
|
1097
1097
|
* 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
|
|
1098
1098
|
*/
|
|
1099
1099
|
InstanceId: string
|
|
1100
|
+
/**
|
|
1101
|
+
* 变更集群版实例只读组时,InstanceId传实例id,需要额外指定该参数表示操作只读组。 如果操作读写节点则不需指定该参数。
|
|
1102
|
+
*/
|
|
1103
|
+
OpResourceId?: string
|
|
1100
1104
|
}
|
|
1101
1105
|
|
|
1102
1106
|
/**
|
|
@@ -1942,6 +1946,10 @@ export interface SwitchDBInstanceMasterSlaveRequest {
|
|
|
1942
1946
|
* 是否时间窗内切换。默认为 False,即不在时间窗内切换。注意,如果设置了 ForceSwitch 参数为 True,则该参数不生效。
|
|
1943
1947
|
*/
|
|
1944
1948
|
WaitSwitch?: boolean
|
|
1949
|
+
/**
|
|
1950
|
+
* 集群版实例指定节点id发起主从切换。
|
|
1951
|
+
*/
|
|
1952
|
+
DstNodeId?: string
|
|
1945
1953
|
}
|
|
1946
1954
|
|
|
1947
1955
|
/**
|
|
@@ -2062,6 +2070,10 @@ export interface OpenWanServiceRequest {
|
|
|
2062
2070
|
* 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
|
|
2063
2071
|
*/
|
|
2064
2072
|
InstanceId: string
|
|
2073
|
+
/**
|
|
2074
|
+
* 变更集群版实例只读组时,InstanceId传实例id,需要额外指定该参数表示操作只读组。 如果操作读写节点则不需指定该参数。
|
|
2075
|
+
*/
|
|
2076
|
+
OpResourceId?: string
|
|
2065
2077
|
}
|
|
2066
2078
|
|
|
2067
2079
|
/**
|
|
@@ -7554,6 +7566,10 @@ export interface ModifyDBInstanceVipVportRequest {
|
|
|
7554
7566
|
* 进行基础网络转 VPC 网络和 VPC 网络下的子网变更时,原网络中旧IP的回收时间,单位为小时,取值范围为0-168,默认值为24小时。
|
|
7555
7567
|
*/
|
|
7556
7568
|
ReleaseDuration?: number
|
|
7569
|
+
/**
|
|
7570
|
+
* 变更集群版实例只读组时,InstanceId传实例id,需要额外指定该参数表示操作只读组。 如果操作读写节点则不需指定该参数。
|
|
7571
|
+
*/
|
|
7572
|
+
OpResourceId?: string
|
|
7557
7573
|
}
|
|
7558
7574
|
|
|
7559
7575
|
/**
|
|
@@ -9411,6 +9427,10 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
|
|
|
9411
9427
|
* 当传入只读实例ID时,默认操作的是对应只读组的安全组。如果需要操作只读实例ID的安全组, 需要将该入参置为True
|
|
9412
9428
|
*/
|
|
9413
9429
|
ForReadonlyInstance?: boolean
|
|
9430
|
+
/**
|
|
9431
|
+
* 变更集群版实例只读组时,InstanceId传实例id,需要额外指定该参数表示操作只读组。 如果操作读写节点则不需指定该参数。
|
|
9432
|
+
*/
|
|
9433
|
+
OpResourceId?: string
|
|
9414
9434
|
}
|
|
9415
9435
|
|
|
9416
9436
|
/**
|
|
@@ -4920,7 +4920,7 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4920
4920
|
*/
|
|
4921
4921
|
IsDelay?: number
|
|
4922
4922
|
/**
|
|
4923
|
-
*
|
|
4923
|
+
* 服务模板id
|
|
4924
4924
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4925
4925
|
*/
|
|
4926
4926
|
ServiceTemplateId?: string
|
|
@@ -4945,7 +4945,7 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4945
4945
|
*/
|
|
4946
4946
|
SouCidr?: string
|
|
4947
4947
|
/**
|
|
4948
|
-
*
|
|
4948
|
+
* 源模板名称
|
|
4949
4949
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4950
4950
|
*/
|
|
4951
4951
|
SouParameterName?: string
|
|
@@ -4970,12 +4970,12 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4970
4970
|
*/
|
|
4971
4971
|
Cidr?: string
|
|
4972
4972
|
/**
|
|
4973
|
-
*
|
|
4973
|
+
* 目的模板名称
|
|
4974
4974
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4975
4975
|
*/
|
|
4976
4976
|
ParameterName?: string
|
|
4977
4977
|
/**
|
|
4978
|
-
*
|
|
4978
|
+
* 端口模板名称
|
|
4979
4979
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4980
4980
|
*/
|
|
4981
4981
|
ProtocolPortName?: string
|
|
@@ -22,10 +22,12 @@ import {
|
|
|
22
22
|
LogoParam,
|
|
23
23
|
GetEmbeddingRequest,
|
|
24
24
|
ImageUrl,
|
|
25
|
+
Multimedia,
|
|
25
26
|
ActivateServiceRequest,
|
|
26
27
|
Content,
|
|
27
28
|
SubmitHunyuanImageJobRequest,
|
|
28
29
|
Usage,
|
|
30
|
+
Replace,
|
|
29
31
|
SubmitHunyuanImageChatJobResponse,
|
|
30
32
|
QueryHunyuanImageChatJobRequest,
|
|
31
33
|
SubmitHunyuanImageChatJobRequest,
|