Skip to content

Commit ff43549

Browse files
release 3.1.171 source code
1 parent f6078cb commit ff43549

File tree

310 files changed

+20798
-2531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+20798
-2531
lines changed

CHANGELOG.md

Lines changed: 278 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,281 @@
1+
# 3.1.171 2025-10-16
2+
3+
### HuaweiCloud SDK CDN
4+
5+
- _API Version_
6+
- V2
7+
- _Features_
8+
- None
9+
- _Bug Fix_
10+
- None
11+
- _Change_
12+
- **UpdateRuleNew**
13+
- changes of request param
14+
- `+ conditions.match.criteria.criteria`
15+
- `- conditions.match.criteria.sub_criteria`
16+
- `* conditions.match.criteria: list<Criteria> -> list<CriteriaItem>`
17+
- **CreateRuleNew**
18+
- changes of request param
19+
- `+ conditions.match.criteria.criteria`
20+
- `- conditions.match.criteria.sub_criteria`
21+
- `* conditions.match.criteria: list<Criteria> -> list<CriteriaItem>`
22+
- **ListRuleDetails**
23+
- changes of response param
24+
- `+ rules.conditions.match.criteria.criteria`
25+
- `- rules.conditions.match.criteria.sub_criteria`
26+
- `* rules.conditions.match.criteria: list<Criteria> -> list<CriteriaItem>`
27+
- **UpdateFullRule**
28+
- changes of request param
29+
- `+ rules.conditions.match.criteria.criteria`
30+
- `- rules.conditions.match.criteria.sub_criteria`
31+
- `* rules.conditions.match.criteria: list<Criteria> -> list<CriteriaItem>`
32+
33+
### HuaweiCloud SDK CES
34+
35+
- _API Version_
36+
- V2
37+
- _Features_
38+
- None
39+
- _Bug Fix_
40+
- None
41+
- _Change_
42+
- **BatchUpdateOneClickAlarmsEnabledState**
43+
- changes of request param
44+
- `+ retain_when_all_disabled`
45+
- `* body: object<BatchEnableAlarmsRequestBody> -> object<BatchUpdateOneClickAlarmsEnabledStateRequestBody>`
46+
- **BatchUpdateOneClickAlarmPoliciesEnabledState**
47+
- changes of request param
48+
- `+ retain_when_all_disabled`
49+
50+
### HuaweiCloud SDK Config
51+
52+
- _API Version_
53+
- V1
54+
- _Features_
55+
- Support the API `ListPolicyStatesStatistics`
56+
- _Bug Fix_
57+
- None
58+
- _Change_
59+
- None
60+
61+
### HuaweiCloud SDK CPCS
62+
63+
- _API Version_
64+
- V1
65+
- _Features_
66+
- Support the following APIs:
67+
- `ListClusterPort`
68+
- `AddClusterPort`
69+
- `CheckClusterPort`
70+
- `DeleteClusterPort`
71+
- `SwitchCpcsToken`
72+
- `ShowAuditLog`
73+
- `ShowResourceDetailCertificate`
74+
- `ShowResourceDetailAccessKey`
75+
- `ShowStatusApp`
76+
- `ShowStatusService`
77+
- `ShowStatusCluster`
78+
- `ShowStatusInstance`
79+
- `ShowStatisticSecretKey`
80+
- `ShowStatisticCertificate`
81+
- `ShowStatisticInterface`
82+
- `ShowStatisticResource`
83+
- _Bug Fix_
84+
- None
85+
- _Change_
86+
- None
87+
88+
### HuaweiCloud SDK DDS
89+
90+
- _API Version_
91+
- V3
92+
- _Features_
93+
- Support the API `DeleteIp`
94+
- _Bug Fix_
95+
- None
96+
- _Change_
97+
- **UpgradeDatabaseVersion**
98+
- changes of request param
99+
- `+ is_delayed`
100+
101+
### HuaweiCloud SDK DNS
102+
103+
- _API Version_
104+
- V2
105+
- _Features_
106+
- Support the APIs `ShowAuthorizeTxtRecord`, `CreateAuthorizeTxtRecord`, `CreateAuthorizeTxtRecordVerification`
107+
- _Bug Fix_
108+
- None
109+
- _Change_
110+
- None
111+
112+
### HuaweiCloud SDK DWS
113+
114+
- _API Version_
115+
- V2
116+
- _Features_
117+
- Support the APIs `ShowResizePreparation`, `ResizePreparation`
118+
- _Bug Fix_
119+
- None
120+
- _Change_
121+
- None
122+
123+
### HuaweiCloud SDK GaussDBforopenGauss
124+
125+
- _API Version_
126+
- V3
127+
- _Features_
128+
- Support the APIs `ListSessionMemoryContext`, `ListSessionTopSqlStatistics`, `ListSessionWaitEventStatistics`
129+
- _Bug Fix_
130+
- None
131+
- _Change_
132+
- **ListPluginInfoList**
133+
- changes of request param
134+
- `+ offset`
135+
- `+ limit`
136+
- `+ plugin_name: enum value [postgis]`
137+
- changes of response param
138+
- `+ total_count`
139+
- `+ plugins`
140+
- `- installed`
141+
- `- plugin_version`
142+
- `- port`
143+
- `- plugin_name`
144+
- **CreateSqlLimitTask**
145+
- changes of request param
146+
- `+ sql_model`
147+
148+
### HuaweiCloud SDK IoTDA
149+
150+
- _API Version_
151+
- V5
152+
- _Features_
153+
- Support the following APIs:
154+
- `ListOtaModules`
155+
- `CreateOtaModule`
156+
- `ShowOtaModule`
157+
- `UpdateOtaModule`
158+
- `DeleteOtaModule`
159+
- _Bug Fix_
160+
- None
161+
- _Change_
162+
- **ShowDevice**
163+
- changes of response param
164+
- `+ modules`
165+
- **UpdateDevice**
166+
- changes of response param
167+
- `+ modules`
168+
- **SearchDevices**
169+
- changes of response param
170+
- `+ devices.modules`
171+
- **AddDevice**
172+
- changes of response param
173+
- `+ modules`
174+
- **ListOtaPackageInfo**
175+
- changes of response param
176+
- `+ packages.product_name`
177+
- `+ packages.module_name`
178+
- **CreateOtaPackage**
179+
- changes of request param
180+
- `+ module_name`
181+
- `+ file_location.obs_location.sign_method`
182+
- changes of response param
183+
- `+ product_name`
184+
- `+ module_name`
185+
- `+ file_location.obs_location.sign_method`
186+
- **ShowOtaPackage**
187+
- changes of response param
188+
- `+ product_name`
189+
- `+ module_name`
190+
- `+ file_location.obs_location.sign_method`
191+
192+
### HuaweiCloud SDK Live
193+
194+
- _API Version_
195+
- V2
196+
- _Features_
197+
- Support the API `ListTranscodeConcurrencyNum`
198+
- _Bug Fix_
199+
- None
200+
- _Change_
201+
- None
202+
203+
### HuaweiCloud SDK RDS
204+
205+
- _API Version_
206+
- V3
207+
- _Features_
208+
- Support the following APIs:
209+
- `ListSubscriberInstances`
210+
- `CreateSubscription`
211+
- `ListPublications`
212+
- `DeletePublication`
213+
- `ListDistribution`
214+
- `ModifyPublication`
215+
- `ListDistributorInstances`
216+
- _Bug Fix_
217+
- None
218+
- _Change_
219+
- None
220+
221+
### HuaweiCloud SDK SIS
222+
223+
- _API Version_
224+
- V1
225+
- _Features_
226+
- None
227+
- _Bug Fix_
228+
- None
229+
- _Change_
230+
- **RecognizeShortAudio**
231+
- changes of request param
232+
- `+ config.auto_language_detect`
233+
234+
### HuaweiCloud SDK WAF
235+
236+
- _API Version_
237+
- V1
238+
- _Features_
239+
- Support the following APIs:
240+
- `BatchDeleteRules`
241+
- `BatchUpdateProtectStatus`
242+
- `ConfirmApplicationTypes`
243+
- `ConfirmDnsDomain`
244+
- `ConfirmProtectionTypes`
245+
- `UpdatePremiumInstanceProgress`
246+
- `ConfirmTmsResourceInstances`
247+
- `ListEventLog`
248+
- `CreateBotMTrafficDetectionCondition`
249+
- `UpdateBotMTrafficDetectionCondition`
250+
- `DeleteBotMTrafficDetectionCondition`
251+
- `BatchDeleteAlertNoticeConfig`
252+
- `ConfirmAsyncJob`
253+
- `BatchUpdateBotMRuleStatus`
254+
- `BatchUpdateCcRules`
255+
- `BatchUpdateCustomRules`
256+
- `BatchUpdateWhiteblackipRules`
257+
- `BatchUpdateIpReputationRules`
258+
- `BatchUpdateAntitamperRules`
259+
- `BatchUpdateAntileakageRules`
260+
- `BatchUpdateIgnoreRules`
261+
- `BatchUpdatePrivacyRules`
262+
- `CreateAgency`
263+
- `DeleteAgency`
264+
- `DeleteAlertNoticeConfig`
265+
- `BatchCreatePrivacyRule`
266+
- `BatchCreateGeoIpRule`
267+
- `BatchCreateAntiTamperRule`
268+
- `BatchCreateAntileakageRule`
269+
- `BatchCreateIpReputationRule`
270+
- `BatchCreateCcRule`
271+
- `BatchCreateCustomRule`
272+
- `BatchCreateWhiteblackipRule`
273+
- `BatchCreateIgnoreRule`
274+
- _Bug Fix_
275+
- None
276+
- _Change_
277+
- Remove the API `BatchDeleteCcRules`
278+
1279
# 3.1.170 2025-10-09
2280

3281
### HuaweiCloud SDK CCE

0 commit comments

Comments
 (0)