tencentcloud-sdk-nodejs 4.0.377 → 4.0.378
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 +195 -0
- package/SERVICE_CHANGELOG.md +240 -64
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -2
- package/src/services/ms/v20180408/ms_models.ts +23 -23
- package/src/services/sts/v20180813/sts_models.ts +5 -0
- package/src/services/tcr/v20190924/tcr_models.ts +22 -1
- package/src/services/tcss/v20201101/tcss_models.ts +69 -2
- package/src/services/teo/v20220106/teo_models.ts +20 -8
- package/src/services/tiia/v20190529/tiia_models.ts +6 -0
- package/src/services/tke/v20180525/tke_models.ts +50 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -2
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +22 -22
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +4 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +18 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +64 -2
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -4
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +41 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,198 @@
|
|
|
1
|
+
# Release 4.0.378
|
|
2
|
+
|
|
3
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
4
|
+
|
|
5
|
+
### 第 21 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-07-07 06:10:24
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [UsageDetail](https://cloud.tencent.com/document/api/1420/61525#UsageDetail)
|
|
16
|
+
|
|
17
|
+
* 新增成员:Cancel
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
27
|
+
|
|
28
|
+
### 第 9 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-07-07 06:13:41
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
38
|
+
* [DescribeResourceInstances](https://cloud.tencent.com/document/api/283/18578)
|
|
39
|
+
|
|
40
|
+
* <font color="#dd0000">**修改入参**:</font>Pids
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 安全凭证服务(sts) 版本:2018-08-13
|
|
46
|
+
|
|
47
|
+
### 第 10 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2022-07-07 06:15:25
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [AssumeRole](https://cloud.tencent.com/document/api/1312/48197)
|
|
58
|
+
|
|
59
|
+
* 新增入参:SourceIdentity
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
65
|
+
|
|
66
|
+
### 第 41 次发布
|
|
67
|
+
|
|
68
|
+
发布时间:2022-07-07 06:16:05
|
|
69
|
+
|
|
70
|
+
本次发布包含了以下内容:
|
|
71
|
+
|
|
72
|
+
改善已有的文档。
|
|
73
|
+
|
|
74
|
+
修改接口:
|
|
75
|
+
|
|
76
|
+
* [CreateNamespace](https://cloud.tencent.com/document/api/1141/42729)
|
|
77
|
+
|
|
78
|
+
* 新增入参:TagSpecification
|
|
79
|
+
|
|
80
|
+
* [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
|
|
81
|
+
|
|
82
|
+
* 新增入参:All, Filters
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
修改数据结构:
|
|
86
|
+
|
|
87
|
+
* [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
|
|
88
|
+
|
|
89
|
+
* 新增成员:TagSpecification
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
95
|
+
|
|
96
|
+
### 第 21 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-07-07 06:16:19
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
修改数据结构:
|
|
105
|
+
|
|
106
|
+
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
107
|
+
|
|
108
|
+
* 新增成员:ContainerStatus
|
|
109
|
+
|
|
110
|
+
* [AccessControlEventInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventInfo)
|
|
111
|
+
|
|
112
|
+
* 新增成员:ContainerStatus
|
|
113
|
+
|
|
114
|
+
* [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
|
|
115
|
+
|
|
116
|
+
* 新增成员:ContainerStatus
|
|
117
|
+
|
|
118
|
+
* [ReverseShellEventInfo](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventInfo)
|
|
119
|
+
|
|
120
|
+
* 新增成员:ContainerStatus
|
|
121
|
+
|
|
122
|
+
* [RiskSyscallEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventInfo)
|
|
123
|
+
|
|
124
|
+
* 新增成员:ContainerStatus
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## 图像分析(tiia) 版本:2019-05-29
|
|
130
|
+
|
|
131
|
+
### 第 24 次发布
|
|
132
|
+
|
|
133
|
+
发布时间:2022-07-07 06:17:32
|
|
134
|
+
|
|
135
|
+
本次发布包含了以下内容:
|
|
136
|
+
|
|
137
|
+
改善已有的文档。
|
|
138
|
+
|
|
139
|
+
修改数据结构:
|
|
140
|
+
|
|
141
|
+
* [ObjectInfo](https://cloud.tencent.com/document/api/865/35474#ObjectInfo)
|
|
142
|
+
|
|
143
|
+
* 新增成员:AllBox
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
149
|
+
|
|
150
|
+
### 第 110 次发布
|
|
151
|
+
|
|
152
|
+
发布时间:2022-07-07 06:17:44
|
|
153
|
+
|
|
154
|
+
本次发布包含了以下内容:
|
|
155
|
+
|
|
156
|
+
改善已有的文档。
|
|
157
|
+
|
|
158
|
+
修改接口:
|
|
159
|
+
|
|
160
|
+
* [CreateClusterNodePool](https://cloud.tencent.com/document/api/457/49436)
|
|
161
|
+
|
|
162
|
+
* 新增入参:DeletionProtection
|
|
163
|
+
|
|
164
|
+
* [ModifyClusterAttribute](https://cloud.tencent.com/document/api/457/42938)
|
|
165
|
+
|
|
166
|
+
* 新增入参:QGPUShareEnable
|
|
167
|
+
|
|
168
|
+
* 新增出参:QGPUShareEnable
|
|
169
|
+
|
|
170
|
+
* [ModifyClusterNodePool](https://cloud.tencent.com/document/api/457/49431)
|
|
171
|
+
|
|
172
|
+
* 新增入参:DeletionProtection
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
修改数据结构:
|
|
176
|
+
|
|
177
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
178
|
+
|
|
179
|
+
* 新增成员:QGPUShareEnable
|
|
180
|
+
|
|
181
|
+
* [ClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#ClusterAdvancedSettings)
|
|
182
|
+
|
|
183
|
+
* 新增成员:QGPUShareEnable
|
|
184
|
+
|
|
185
|
+
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
186
|
+
|
|
187
|
+
* 新增成员:IsDualStack, Ipv6ServiceCIDR
|
|
188
|
+
|
|
189
|
+
* [NodePool](https://cloud.tencent.com/document/api/457/31866#NodePool)
|
|
190
|
+
|
|
191
|
+
* 新增成员:DeletionProtection
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
1
196
|
# Release 4.0.377
|
|
2
197
|
|
|
3
198
|
## 云硬盘(cbs) 版本:2017-03-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 21 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-07-
|
|
7
|
+
发布时间:2022-07-07 06:10:24
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,37 +12,41 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [UsageDetail](https://cloud.tencent.com/document/api/1420/61525#UsageDetail)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增成员:Cancel
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
23
23
|
|
|
24
|
-
### 第 48 次发布
|
|
25
24
|
|
|
26
|
-
|
|
25
|
+
|
|
26
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
27
|
+
|
|
28
|
+
### 第 9 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-07-07 06:13:41
|
|
27
31
|
|
|
28
32
|
本次发布包含了以下内容:
|
|
29
33
|
|
|
30
34
|
改善已有的文档。
|
|
31
35
|
|
|
32
|
-
|
|
36
|
+
修改接口:
|
|
33
37
|
|
|
34
|
-
* [
|
|
38
|
+
* [DescribeResourceInstances](https://cloud.tencent.com/document/api/283/18578)
|
|
35
39
|
|
|
36
|
-
*
|
|
40
|
+
* <font color="#dd0000">**修改入参**:</font>Pids
|
|
37
41
|
|
|
38
42
|
|
|
39
43
|
|
|
40
44
|
|
|
41
|
-
##
|
|
45
|
+
## 安全凭证服务(sts) 版本:2018-08-13
|
|
42
46
|
|
|
43
|
-
### 第
|
|
47
|
+
### 第 10 次发布
|
|
44
48
|
|
|
45
|
-
发布时间:2022-07-
|
|
49
|
+
发布时间:2022-07-07 06:15:25
|
|
46
50
|
|
|
47
51
|
本次发布包含了以下内容:
|
|
48
52
|
|
|
@@ -50,101 +54,102 @@
|
|
|
50
54
|
|
|
51
55
|
修改接口:
|
|
52
56
|
|
|
53
|
-
* [
|
|
57
|
+
* [AssumeRole](https://cloud.tencent.com/document/api/1312/48197)
|
|
54
58
|
|
|
55
|
-
* 新增入参:
|
|
59
|
+
* 新增入参:SourceIdentity
|
|
56
60
|
|
|
57
|
-
* [CreateDMSDatabase](https://cloud.tencent.com/document/api/1342/76229)
|
|
58
61
|
|
|
59
|
-
* 新增入参:Asset, SchemaName, Location
|
|
60
62
|
|
|
61
|
-
* [DescribeDMSDatabase](https://cloud.tencent.com/document/api/1342/76227)
|
|
62
63
|
|
|
63
|
-
|
|
64
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
64
65
|
|
|
65
|
-
|
|
66
|
+
### 第 41 次发布
|
|
66
67
|
|
|
67
|
-
|
|
68
|
+
发布时间:2022-07-07 06:16:05
|
|
68
69
|
|
|
69
|
-
|
|
70
|
+
本次发布包含了以下内容:
|
|
70
71
|
|
|
71
|
-
|
|
72
|
+
改善已有的文档。
|
|
72
73
|
|
|
73
|
-
|
|
74
|
+
修改接口:
|
|
74
75
|
|
|
76
|
+
* [CreateNamespace](https://cloud.tencent.com/document/api/1141/42729)
|
|
75
77
|
|
|
76
|
-
|
|
78
|
+
* 新增入参:TagSpecification
|
|
77
79
|
|
|
78
|
-
* [
|
|
80
|
+
* [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
|
|
79
81
|
|
|
80
|
-
*
|
|
82
|
+
* 新增入参:All, Filters
|
|
81
83
|
|
|
82
84
|
|
|
85
|
+
修改数据结构:
|
|
83
86
|
|
|
87
|
+
* [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
|
|
84
88
|
|
|
85
|
-
|
|
89
|
+
* 新增成员:TagSpecification
|
|
86
90
|
|
|
87
|
-
### 第 20 次发布
|
|
88
91
|
|
|
89
|
-
发布时间:2022-07-05 17:07:31
|
|
90
92
|
|
|
91
|
-
本次发布包含了以下内容:
|
|
92
93
|
|
|
93
|
-
|
|
94
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
94
95
|
|
|
95
|
-
|
|
96
|
+
### 第 21 次发布
|
|
96
97
|
|
|
97
|
-
|
|
98
|
+
发布时间:2022-07-07 06:16:19
|
|
98
99
|
|
|
99
|
-
|
|
100
|
+
本次发布包含了以下内容:
|
|
100
101
|
|
|
102
|
+
改善已有的文档。
|
|
101
103
|
|
|
104
|
+
修改数据结构:
|
|
102
105
|
|
|
106
|
+
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
103
107
|
|
|
104
|
-
|
|
108
|
+
* 新增成员:ContainerStatus
|
|
105
109
|
|
|
110
|
+
* [AccessControlEventInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventInfo)
|
|
106
111
|
|
|
112
|
+
* 新增成员:ContainerStatus
|
|
107
113
|
|
|
108
|
-
|
|
114
|
+
* [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
|
|
109
115
|
|
|
110
|
-
|
|
116
|
+
* 新增成员:ContainerStatus
|
|
111
117
|
|
|
112
|
-
|
|
118
|
+
* [ReverseShellEventInfo](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventInfo)
|
|
113
119
|
|
|
114
|
-
|
|
120
|
+
* 新增成员:ContainerStatus
|
|
115
121
|
|
|
116
|
-
|
|
122
|
+
* [RiskSyscallEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventInfo)
|
|
117
123
|
|
|
118
|
-
|
|
124
|
+
* 新增成员:ContainerStatus
|
|
119
125
|
|
|
120
|
-
* [DestroyDBInstance](https://cloud.tencent.com/document/api/237/76451)
|
|
121
126
|
|
|
122
127
|
|
|
123
128
|
|
|
124
|
-
##
|
|
129
|
+
## 图像分析(tiia) 版本:2019-05-29
|
|
125
130
|
|
|
126
|
-
### 第
|
|
131
|
+
### 第 24 次发布
|
|
127
132
|
|
|
128
|
-
发布时间:2022-07-
|
|
133
|
+
发布时间:2022-07-07 06:17:32
|
|
129
134
|
|
|
130
135
|
本次发布包含了以下内容:
|
|
131
136
|
|
|
132
137
|
改善已有的文档。
|
|
133
138
|
|
|
134
|
-
|
|
139
|
+
修改数据结构:
|
|
135
140
|
|
|
136
|
-
* [
|
|
141
|
+
* [ObjectInfo](https://cloud.tencent.com/document/api/865/35474#ObjectInfo)
|
|
137
142
|
|
|
138
|
-
*
|
|
143
|
+
* 新增成员:AllBox
|
|
139
144
|
|
|
140
145
|
|
|
141
146
|
|
|
142
147
|
|
|
143
|
-
##
|
|
148
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
144
149
|
|
|
145
|
-
### 第
|
|
150
|
+
### 第 110 次发布
|
|
146
151
|
|
|
147
|
-
发布时间:2022-07-
|
|
152
|
+
发布时间:2022-07-07 06:17:44
|
|
148
153
|
|
|
149
154
|
本次发布包含了以下内容:
|
|
150
155
|
|
|
@@ -152,28 +157,38 @@
|
|
|
152
157
|
|
|
153
158
|
修改接口:
|
|
154
159
|
|
|
155
|
-
* [
|
|
160
|
+
* [CreateClusterNodePool](https://cloud.tencent.com/document/api/457/49436)
|
|
156
161
|
|
|
157
|
-
*
|
|
162
|
+
* 新增入参:DeletionProtection
|
|
158
163
|
|
|
164
|
+
* [ModifyClusterAttribute](https://cloud.tencent.com/document/api/457/42938)
|
|
159
165
|
|
|
166
|
+
* 新增入参:QGPUShareEnable
|
|
160
167
|
|
|
168
|
+
* 新增出参:QGPUShareEnable
|
|
161
169
|
|
|
162
|
-
|
|
170
|
+
* [ModifyClusterNodePool](https://cloud.tencent.com/document/api/457/49431)
|
|
163
171
|
|
|
164
|
-
|
|
172
|
+
* 新增入参:DeletionProtection
|
|
165
173
|
|
|
166
|
-
发布时间:2022-07-06 06:20:07
|
|
167
174
|
|
|
168
|
-
|
|
175
|
+
修改数据结构:
|
|
169
176
|
|
|
170
|
-
|
|
177
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
171
178
|
|
|
172
|
-
|
|
179
|
+
* 新增成员:QGPUShareEnable
|
|
173
180
|
|
|
174
|
-
* [
|
|
181
|
+
* [ClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#ClusterAdvancedSettings)
|
|
175
182
|
|
|
176
|
-
*
|
|
183
|
+
* 新增成员:QGPUShareEnable
|
|
184
|
+
|
|
185
|
+
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
186
|
+
|
|
187
|
+
* 新增成员:IsDualStack, Ipv6ServiceCIDR
|
|
188
|
+
|
|
189
|
+
* [NodePool](https://cloud.tencent.com/document/api/457/31866#NodePool)
|
|
190
|
+
|
|
191
|
+
* 新增成员:DeletionProtection
|
|
177
192
|
|
|
178
193
|
|
|
179
194
|
|
|
@@ -35683,6 +35698,21 @@
|
|
|
35683
35698
|
|
|
35684
35699
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
35685
35700
|
|
|
35701
|
+
### 第 21 次发布
|
|
35702
|
+
|
|
35703
|
+
发布时间:2022-07-07 06:10:24
|
|
35704
|
+
|
|
35705
|
+
本次发布包含了以下内容:
|
|
35706
|
+
|
|
35707
|
+
改善已有的文档。
|
|
35708
|
+
|
|
35709
|
+
修改数据结构:
|
|
35710
|
+
|
|
35711
|
+
* [UsageDetail](https://cloud.tencent.com/document/api/1420/61525#UsageDetail)
|
|
35712
|
+
|
|
35713
|
+
* 新增成员:Cancel
|
|
35714
|
+
|
|
35715
|
+
|
|
35686
35716
|
### 第 20 次发布
|
|
35687
35717
|
|
|
35688
35718
|
发布时间:2022-07-05 17:07:31
|
|
@@ -47415,7 +47445,7 @@
|
|
|
47415
47445
|
|
|
47416
47446
|
新增接口:
|
|
47417
47447
|
|
|
47418
|
-
* [
|
|
47448
|
+
* [DestroyDBInstance](https://cloud.tencent.com/document/api/237/76451)
|
|
47419
47449
|
|
|
47420
47450
|
### 第 37 次发布
|
|
47421
47451
|
|
|
@@ -51821,6 +51851,21 @@
|
|
|
51821
51851
|
|
|
51822
51852
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
51823
51853
|
|
|
51854
|
+
### 第 9 次发布
|
|
51855
|
+
|
|
51856
|
+
发布时间:2022-07-07 06:13:41
|
|
51857
|
+
|
|
51858
|
+
本次发布包含了以下内容:
|
|
51859
|
+
|
|
51860
|
+
改善已有的文档。
|
|
51861
|
+
|
|
51862
|
+
修改接口:
|
|
51863
|
+
|
|
51864
|
+
* [DescribeResourceInstances](https://cloud.tencent.com/document/api/283/18578)
|
|
51865
|
+
|
|
51866
|
+
* <font color="#dd0000">**修改入参**:</font>Pids
|
|
51867
|
+
|
|
51868
|
+
|
|
51824
51869
|
### 第 8 次发布
|
|
51825
51870
|
|
|
51826
51871
|
发布时间:2022-07-01 11:58:05
|
|
@@ -60627,6 +60672,21 @@
|
|
|
60627
60672
|
|
|
60628
60673
|
## 安全凭证服务(sts) 版本:2018-08-13
|
|
60629
60674
|
|
|
60675
|
+
### 第 10 次发布
|
|
60676
|
+
|
|
60677
|
+
发布时间:2022-07-07 06:15:25
|
|
60678
|
+
|
|
60679
|
+
本次发布包含了以下内容:
|
|
60680
|
+
|
|
60681
|
+
改善已有的文档。
|
|
60682
|
+
|
|
60683
|
+
修改接口:
|
|
60684
|
+
|
|
60685
|
+
* [AssumeRole](https://cloud.tencent.com/document/api/1312/48197)
|
|
60686
|
+
|
|
60687
|
+
* 新增入参:SourceIdentity
|
|
60688
|
+
|
|
60689
|
+
|
|
60630
60690
|
### 第 9 次发布
|
|
60631
60691
|
|
|
60632
60692
|
发布时间:2022-05-18 06:16:35
|
|
@@ -64735,6 +64795,32 @@
|
|
|
64735
64795
|
|
|
64736
64796
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
64737
64797
|
|
|
64798
|
+
### 第 41 次发布
|
|
64799
|
+
|
|
64800
|
+
发布时间:2022-07-07 06:16:05
|
|
64801
|
+
|
|
64802
|
+
本次发布包含了以下内容:
|
|
64803
|
+
|
|
64804
|
+
改善已有的文档。
|
|
64805
|
+
|
|
64806
|
+
修改接口:
|
|
64807
|
+
|
|
64808
|
+
* [CreateNamespace](https://cloud.tencent.com/document/api/1141/42729)
|
|
64809
|
+
|
|
64810
|
+
* 新增入参:TagSpecification
|
|
64811
|
+
|
|
64812
|
+
* [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
|
|
64813
|
+
|
|
64814
|
+
* 新增入参:All, Filters
|
|
64815
|
+
|
|
64816
|
+
|
|
64817
|
+
修改数据结构:
|
|
64818
|
+
|
|
64819
|
+
* [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
|
|
64820
|
+
|
|
64821
|
+
* 新增成员:TagSpecification
|
|
64822
|
+
|
|
64823
|
+
|
|
64738
64824
|
### 第 40 次发布
|
|
64739
64825
|
|
|
64740
64826
|
发布时间:2022-06-13 06:17:36
|
|
@@ -65504,6 +65590,37 @@
|
|
|
65504
65590
|
|
|
65505
65591
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
65506
65592
|
|
|
65593
|
+
### 第 21 次发布
|
|
65594
|
+
|
|
65595
|
+
发布时间:2022-07-07 06:16:19
|
|
65596
|
+
|
|
65597
|
+
本次发布包含了以下内容:
|
|
65598
|
+
|
|
65599
|
+
改善已有的文档。
|
|
65600
|
+
|
|
65601
|
+
修改数据结构:
|
|
65602
|
+
|
|
65603
|
+
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
65604
|
+
|
|
65605
|
+
* 新增成员:ContainerStatus
|
|
65606
|
+
|
|
65607
|
+
* [AccessControlEventInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventInfo)
|
|
65608
|
+
|
|
65609
|
+
* 新增成员:ContainerStatus
|
|
65610
|
+
|
|
65611
|
+
* [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
|
|
65612
|
+
|
|
65613
|
+
* 新增成员:ContainerStatus
|
|
65614
|
+
|
|
65615
|
+
* [ReverseShellEventInfo](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventInfo)
|
|
65616
|
+
|
|
65617
|
+
* 新增成员:ContainerStatus
|
|
65618
|
+
|
|
65619
|
+
* [RiskSyscallEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventInfo)
|
|
65620
|
+
|
|
65621
|
+
* 新增成员:ContainerStatus
|
|
65622
|
+
|
|
65623
|
+
|
|
65507
65624
|
### 第 20 次发布
|
|
65508
65625
|
|
|
65509
65626
|
发布时间:2022-07-06 06:18:51
|
|
@@ -69108,6 +69225,21 @@
|
|
|
69108
69225
|
|
|
69109
69226
|
## 图像分析(tiia) 版本:2019-05-29
|
|
69110
69227
|
|
|
69228
|
+
### 第 24 次发布
|
|
69229
|
+
|
|
69230
|
+
发布时间:2022-07-07 06:17:32
|
|
69231
|
+
|
|
69232
|
+
本次发布包含了以下内容:
|
|
69233
|
+
|
|
69234
|
+
改善已有的文档。
|
|
69235
|
+
|
|
69236
|
+
修改数据结构:
|
|
69237
|
+
|
|
69238
|
+
* [ObjectInfo](https://cloud.tencent.com/document/api/865/35474#ObjectInfo)
|
|
69239
|
+
|
|
69240
|
+
* 新增成员:AllBox
|
|
69241
|
+
|
|
69242
|
+
|
|
69111
69243
|
### 第 23 次发布
|
|
69112
69244
|
|
|
69113
69245
|
发布时间:2022-06-15 06:15:49
|
|
@@ -70429,6 +70561,50 @@
|
|
|
70429
70561
|
|
|
70430
70562
|
## 容器服务(tke) 版本:2018-05-25
|
|
70431
70563
|
|
|
70564
|
+
### 第 110 次发布
|
|
70565
|
+
|
|
70566
|
+
发布时间:2022-07-07 06:17:44
|
|
70567
|
+
|
|
70568
|
+
本次发布包含了以下内容:
|
|
70569
|
+
|
|
70570
|
+
改善已有的文档。
|
|
70571
|
+
|
|
70572
|
+
修改接口:
|
|
70573
|
+
|
|
70574
|
+
* [CreateClusterNodePool](https://cloud.tencent.com/document/api/457/49436)
|
|
70575
|
+
|
|
70576
|
+
* 新增入参:DeletionProtection
|
|
70577
|
+
|
|
70578
|
+
* [ModifyClusterAttribute](https://cloud.tencent.com/document/api/457/42938)
|
|
70579
|
+
|
|
70580
|
+
* 新增入参:QGPUShareEnable
|
|
70581
|
+
|
|
70582
|
+
* 新增出参:QGPUShareEnable
|
|
70583
|
+
|
|
70584
|
+
* [ModifyClusterNodePool](https://cloud.tencent.com/document/api/457/49431)
|
|
70585
|
+
|
|
70586
|
+
* 新增入参:DeletionProtection
|
|
70587
|
+
|
|
70588
|
+
|
|
70589
|
+
修改数据结构:
|
|
70590
|
+
|
|
70591
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
70592
|
+
|
|
70593
|
+
* 新增成员:QGPUShareEnable
|
|
70594
|
+
|
|
70595
|
+
* [ClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#ClusterAdvancedSettings)
|
|
70596
|
+
|
|
70597
|
+
* 新增成员:QGPUShareEnable
|
|
70598
|
+
|
|
70599
|
+
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
70600
|
+
|
|
70601
|
+
* 新增成员:IsDualStack, Ipv6ServiceCIDR
|
|
70602
|
+
|
|
70603
|
+
* [NodePool](https://cloud.tencent.com/document/api/457/31866#NodePool)
|
|
70604
|
+
|
|
70605
|
+
* 新增成员:DeletionProtection
|
|
70606
|
+
|
|
70607
|
+
|
|
70432
70608
|
### 第 109 次发布
|
|
70433
70609
|
|
|
70434
70610
|
发布时间:2022-07-06 06:20:07
|