tencentcloud-sdk-nodejs 4.0.915 → 4.0.917
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 +318 -0
- package/SERVICE_CHANGELOG.md +463 -69
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +0 -2
- package/src/services/billing/v20180709/billing_models.ts +64 -5
- package/src/services/btoe/index.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/es/v20180416/es_client.ts +3 -2
- package/src/services/es/v20180416/es_models.ts +39 -1
- package/src/services/ess/v20201111/ess_client.ts +23 -4
- package/src/services/ess/v20201111/ess_models.ts +110 -58
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +521 -475
- package/src/services/faceid/v20180301/faceid_models.ts +2 -0
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +2 -10
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +83 -64
- package/src/services/ms/v20180408/ms_client.ts +88 -42
- package/src/services/ocr/v20181119/ocr_models.ts +15 -3
- package/src/services/organization/v20210331/organization_client.ts +992 -396
- package/src/services/organization/v20210331/organization_models.ts +4192 -1603
- package/src/services/sms/v20210111/sms_models.ts +2 -1
- package/src/services/tat/v20201028/tat_client.ts +13 -0
- package/src/services/tat/v20201028/tat_models.ts +78 -1
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +4 -4
- package/src/services/trocket/v20230308/trocket_models.ts +31 -7
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +27 -12
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +0 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +64 -5
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -0
- package/tencentcloud/services/es/v20180416/es_client.js +1 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +39 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +108 -58
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +516 -472
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- 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/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -10
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +83 -64
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +69 -23
- package/tencentcloud/services/ms/v20180408/ms_client.js +69 -23
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +15 -3
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +313 -121
- package/tencentcloud/services/organization/v20210331/organization_client.js +468 -180
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4093 -1620
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -1
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +5 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +6 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -1
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/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 +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +31 -7
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +27 -12
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/organization.v20210331.test.js +605 -125
- package/test/tat.v20201028.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,321 @@
|
|
|
1
|
+
# Release 4.0.917
|
|
2
|
+
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
|
+
|
|
5
|
+
### 第 61 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-08-14 01:07:50
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [UsageDetails](https://cloud.tencent.com/document/api/555/19183#UsageDetails)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ProductCode, SubProductCode, BillingItemCode, SubBillingItemCode, ProductEnName, SubProductEnName, CalcUnit, Action
|
|
18
|
+
|
|
19
|
+
* [UsageRecords](https://cloud.tencent.com/document/api/555/19183#UsageRecords)
|
|
20
|
+
|
|
21
|
+
* 新增成员:PayMode, VoucherId, PayScene, SeqId
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
27
|
+
|
|
28
|
+
### 第 65 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-08-14 01:44:38
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
38
|
+
* [CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)
|
|
39
|
+
|
|
40
|
+
* 新增入参:TagList
|
|
41
|
+
|
|
42
|
+
* [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
|
|
43
|
+
|
|
44
|
+
* 新增入参:DurationType
|
|
45
|
+
|
|
46
|
+
* 新增出参:IndexTraffic, ReadReqTimes, WriteReqTimes, DocCount
|
|
47
|
+
|
|
48
|
+
* [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
|
|
49
|
+
|
|
50
|
+
* 新增入参:TagList
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
修改数据结构:
|
|
54
|
+
|
|
55
|
+
* [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
|
|
56
|
+
|
|
57
|
+
* 新增成员:IndexTraffic
|
|
58
|
+
|
|
59
|
+
* [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
|
|
60
|
+
|
|
61
|
+
* 新增成员:TagList
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
67
|
+
|
|
68
|
+
### 第 182 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-08-14 01:45:25
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
新增接口:
|
|
77
|
+
|
|
78
|
+
* [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1323/109910)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
83
|
+
|
|
84
|
+
### 第 178 次发布
|
|
85
|
+
|
|
86
|
+
发布时间:2024-08-14 01:46:41
|
|
87
|
+
|
|
88
|
+
本次发布包含了以下内容:
|
|
89
|
+
|
|
90
|
+
改善已有的文档。
|
|
91
|
+
|
|
92
|
+
新增接口:
|
|
93
|
+
|
|
94
|
+
* [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1420/109911)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
103
|
+
|
|
104
|
+
### 第 21 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2024-08-14 02:10:26
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
113
|
+
|
|
114
|
+
* CancelEncryptTask
|
|
115
|
+
* CreateBindInstance
|
|
116
|
+
* CreateCosSecKeyInstance
|
|
117
|
+
* CreateEncryptInstance
|
|
118
|
+
* CreateOrderInstance
|
|
119
|
+
* CreateResourceInstances
|
|
120
|
+
* CreateShieldInstance
|
|
121
|
+
* CreateShieldPlanInstance
|
|
122
|
+
* DeleteShieldInstances
|
|
123
|
+
* DescribeApkDetectionResult
|
|
124
|
+
* DescribeEncryptInstances
|
|
125
|
+
* DescribeEncryptPlan
|
|
126
|
+
* DescribeOrderInstances
|
|
127
|
+
* DescribeResourceInstances
|
|
128
|
+
* DescribeShieldInstances
|
|
129
|
+
* DescribeShieldPlanInstance
|
|
130
|
+
* DescribeShieldResult
|
|
131
|
+
* DescribeUrlDetectionResult
|
|
132
|
+
* DescribeUserBaseInfoInstance
|
|
133
|
+
* DestroyResourceInstances
|
|
134
|
+
* RequestLocalTask
|
|
135
|
+
* UpdateClientState
|
|
136
|
+
* UpdateLocalTaskResult
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
141
|
+
|
|
142
|
+
### 第 36 次发布
|
|
143
|
+
|
|
144
|
+
发布时间:2024-08-14 02:13:26
|
|
145
|
+
|
|
146
|
+
本次发布包含了以下内容:
|
|
147
|
+
|
|
148
|
+
改善已有的文档。
|
|
149
|
+
|
|
150
|
+
新增接口:
|
|
151
|
+
|
|
152
|
+
* [AddExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109966)
|
|
153
|
+
* [AddPermissionPolicyToRoleConfiguration](https://cloud.tencent.com/document/api/850/109938)
|
|
154
|
+
* [AddUserToGroup](https://cloud.tencent.com/document/api/850/109921)
|
|
155
|
+
* [ClearExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109965)
|
|
156
|
+
* [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
|
|
157
|
+
* [CreateRoleAssignment](https://cloud.tencent.com/document/api/850/109958)
|
|
158
|
+
* [CreateRoleConfiguration](https://cloud.tencent.com/document/api/850/109937)
|
|
159
|
+
* [CreateUser](https://cloud.tencent.com/document/api/850/109928)
|
|
160
|
+
* [CreateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109950)
|
|
161
|
+
* [DeleteGroup](https://cloud.tencent.com/document/api/850/109919)
|
|
162
|
+
* [DeleteRoleAssignment](https://cloud.tencent.com/document/api/850/109957)
|
|
163
|
+
* [DeleteRoleConfiguration](https://cloud.tencent.com/document/api/850/109936)
|
|
164
|
+
* [DeleteUser](https://cloud.tencent.com/document/api/850/109927)
|
|
165
|
+
* [DeleteUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109949)
|
|
166
|
+
* [DescribeIdentityCenter](https://cloud.tencent.com/document/api/850/109943)
|
|
167
|
+
* [DismantleRoleConfiguration](https://cloud.tencent.com/document/api/850/109956)
|
|
168
|
+
* [GetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109964)
|
|
169
|
+
* [GetGroup](https://cloud.tencent.com/document/api/850/109918)
|
|
170
|
+
* [GetProvisioningTaskStatus](https://cloud.tencent.com/document/api/850/109948)
|
|
171
|
+
* [GetRoleConfiguration](https://cloud.tencent.com/document/api/850/109935)
|
|
172
|
+
* [GetTaskStatus](https://cloud.tencent.com/document/api/850/109955)
|
|
173
|
+
* [GetUser](https://cloud.tencent.com/document/api/850/109926)
|
|
174
|
+
* [GetUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109947)
|
|
175
|
+
* [GetZoneSAMLServiceProviderInfo](https://cloud.tencent.com/document/api/850/109963)
|
|
176
|
+
* [GetZoneStatistics](https://cloud.tencent.com/document/api/850/109942)
|
|
177
|
+
* [ListExternalSAMLIdPCertificates](https://cloud.tencent.com/document/api/850/109962)
|
|
178
|
+
* [ListGroupMembers](https://cloud.tencent.com/document/api/850/109917)
|
|
179
|
+
* [ListGroups](https://cloud.tencent.com/document/api/850/109916)
|
|
180
|
+
* [ListJoinedGroupsForUser](https://cloud.tencent.com/document/api/850/109915)
|
|
181
|
+
* [ListPermissionPoliciesInRoleConfiguration](https://cloud.tencent.com/document/api/850/109934)
|
|
182
|
+
* [ListRoleAssignments](https://cloud.tencent.com/document/api/850/109954)
|
|
183
|
+
* [ListRoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/109933)
|
|
184
|
+
* [ListRoleConfigurations](https://cloud.tencent.com/document/api/850/109932)
|
|
185
|
+
* [ListTasks](https://cloud.tencent.com/document/api/850/109953)
|
|
186
|
+
* [ListUserSyncProvisionings](https://cloud.tencent.com/document/api/850/109946)
|
|
187
|
+
* [ListUsers](https://cloud.tencent.com/document/api/850/109925)
|
|
188
|
+
* [OpenIdentityCenter](https://cloud.tencent.com/document/api/850/109941)
|
|
189
|
+
* [ProvisionRoleConfiguration](https://cloud.tencent.com/document/api/850/109952)
|
|
190
|
+
* [RemoveExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109961)
|
|
191
|
+
* [RemovePermissionPolicyFromRoleConfiguration](https://cloud.tencent.com/document/api/850/109931)
|
|
192
|
+
* [RemoveUserFromGroup](https://cloud.tencent.com/document/api/850/109914)
|
|
193
|
+
* [SetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109960)
|
|
194
|
+
* [UpdateGroup](https://cloud.tencent.com/document/api/850/109913)
|
|
195
|
+
* [UpdateRoleConfiguration](https://cloud.tencent.com/document/api/850/109930)
|
|
196
|
+
* [UpdateUser](https://cloud.tencent.com/document/api/850/109924)
|
|
197
|
+
* [UpdateUserStatus](https://cloud.tencent.com/document/api/850/109923)
|
|
198
|
+
* [UpdateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109945)
|
|
199
|
+
* [UpdateZone](https://cloud.tencent.com/document/api/850/109940)
|
|
200
|
+
|
|
201
|
+
新增数据结构:
|
|
202
|
+
|
|
203
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/850/67060#GroupInfo)
|
|
204
|
+
* [GroupMembers](https://cloud.tencent.com/document/api/850/67060#GroupMembers)
|
|
205
|
+
* [JoinedGroups](https://cloud.tencent.com/document/api/850/67060#JoinedGroups)
|
|
206
|
+
* [PolicyDetail](https://cloud.tencent.com/document/api/850/67060#PolicyDetail)
|
|
207
|
+
* [RoleAssignmentInfo](https://cloud.tencent.com/document/api/850/67060#RoleAssignmentInfo)
|
|
208
|
+
* [RoleAssignments](https://cloud.tencent.com/document/api/850/67060#RoleAssignments)
|
|
209
|
+
* [RoleConfiguration](https://cloud.tencent.com/document/api/850/67060#RoleConfiguration)
|
|
210
|
+
* [RoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/67060#RoleConfigurationProvisionings)
|
|
211
|
+
* [RolePolicie](https://cloud.tencent.com/document/api/850/67060#RolePolicie)
|
|
212
|
+
* [RoleProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#RoleProvisioningsTask)
|
|
213
|
+
* [SAMLIdPCertificate](https://cloud.tencent.com/document/api/850/67060#SAMLIdPCertificate)
|
|
214
|
+
* [SAMLIdentityProviderConfiguration](https://cloud.tencent.com/document/api/850/67060#SAMLIdentityProviderConfiguration)
|
|
215
|
+
* [SAMLServiceProvider](https://cloud.tencent.com/document/api/850/67060#SAMLServiceProvider)
|
|
216
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/850/67060#TaskInfo)
|
|
217
|
+
* [TaskStatus](https://cloud.tencent.com/document/api/850/67060#TaskStatus)
|
|
218
|
+
* [UserInfo](https://cloud.tencent.com/document/api/850/67060#UserInfo)
|
|
219
|
+
* [UserProvisioning](https://cloud.tencent.com/document/api/850/67060#UserProvisioning)
|
|
220
|
+
* [UserProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#UserProvisioningsTask)
|
|
221
|
+
* [UserSyncProvisioning](https://cloud.tencent.com/document/api/850/67060#UserSyncProvisioning)
|
|
222
|
+
* [ZoneStatistics](https://cloud.tencent.com/document/api/850/67060#ZoneStatistics)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
## 自动化助手(tat) 版本:2020-10-28
|
|
231
|
+
|
|
232
|
+
### 第 23 次发布
|
|
233
|
+
|
|
234
|
+
发布时间:2024-08-14 02:23:52
|
|
235
|
+
|
|
236
|
+
本次发布包含了以下内容:
|
|
237
|
+
|
|
238
|
+
改善已有的文档。
|
|
239
|
+
|
|
240
|
+
新增接口:
|
|
241
|
+
|
|
242
|
+
* [DescribeScenes](https://cloud.tencent.com/document/api/1340/109968)
|
|
243
|
+
|
|
244
|
+
新增数据结构:
|
|
245
|
+
|
|
246
|
+
* [Scene](https://cloud.tencent.com/document/api/1340/52687#Scene)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
251
|
+
|
|
252
|
+
### 第 19 次发布
|
|
253
|
+
|
|
254
|
+
发布时间:2024-08-14 02:39:09
|
|
255
|
+
|
|
256
|
+
本次发布包含了以下内容:
|
|
257
|
+
|
|
258
|
+
改善已有的文档。
|
|
259
|
+
|
|
260
|
+
修改接口:
|
|
261
|
+
|
|
262
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)
|
|
263
|
+
|
|
264
|
+
* 新增入参:BillingFlow
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
修改数据结构:
|
|
268
|
+
|
|
269
|
+
* [SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)
|
|
270
|
+
|
|
271
|
+
* 新增成员:NamespaceV4, GroupNameV4, FullNamespaceV4, ConsumeMessageOrderly
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
# Release 4.0.916
|
|
277
|
+
|
|
278
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
279
|
+
|
|
280
|
+
### 第 120 次发布
|
|
281
|
+
|
|
282
|
+
发布时间:2024-08-13 01:26:39
|
|
283
|
+
|
|
284
|
+
本次发布包含了以下内容:
|
|
285
|
+
|
|
286
|
+
改善已有的文档。
|
|
287
|
+
|
|
288
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
289
|
+
|
|
290
|
+
* DescribeCloudProtectServiceOrderList
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
295
|
+
|
|
296
|
+
### 第 200 次发布
|
|
297
|
+
|
|
298
|
+
发布时间:2024-08-13 02:46:47
|
|
299
|
+
|
|
300
|
+
本次发布包含了以下内容:
|
|
301
|
+
|
|
302
|
+
改善已有的文档。
|
|
303
|
+
|
|
304
|
+
修改数据结构:
|
|
305
|
+
|
|
306
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
307
|
+
|
|
308
|
+
* 新增成员:Ipv6Flag
|
|
309
|
+
|
|
310
|
+
* [CcnRoute](https://cloud.tencent.com/document/api/215/15824#CcnRoute)
|
|
311
|
+
|
|
312
|
+
* 新增成员:AliasType, AliasInstanceId
|
|
313
|
+
|
|
314
|
+
* <font color="#dd0000">**修改成员**:</font>RouteId
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
1
319
|
# Release 4.0.915
|
|
2
320
|
|
|
3
321
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|