Skip to content

Commit bbcf151

Browse files
release 3.1.112 source code
1 parent f8575e7 commit bbcf151

File tree

281 files changed

+25050
-194
lines changed

Some content is hidden

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

281 files changed

+25050
-194
lines changed

CHANGELOG.md

+245
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,248 @@
1+
# 3.1.112 2024-11-28
2+
3+
### HuaweiCloud SDK CBR
4+
5+
- _API Version_
6+
- V1
7+
- _Features_
8+
- Support the API `ChangeOrder`
9+
- _Bug Fix_
10+
- None
11+
- _Change_
12+
- **AddAgentPath**
13+
- changes of request param
14+
- `+ exclude_path`
15+
- **AddMember**
16+
- changes of request param
17+
- `+ domains`
18+
- **ShowAgent**
19+
- changes of response param
20+
- `+ agent.paths.exclude_paths`
21+
- **UpdateAgent**
22+
- changes of response param
23+
- `+ agent.paths.exclude_paths`
24+
- **ListAgent**
25+
- changes of response param
26+
- `+ agents.paths.exclude_paths`
27+
- **RegisterAgent**
28+
- changes of response param
29+
- `+ agent.paths.exclude_paths`
30+
- **ShowBackup**
31+
- changes of response param
32+
- `+ backup.version`
33+
- `- backup.image_type: enum value [backup,replication]`
34+
- `- backup.resource_type: enum value [OS::Nova::Server,OS::Cinder::Volume,OS::Workspace::DesktopV2]`
35+
- **UpdateBackup**
36+
- changes of response param
37+
- `+ backup.version`
38+
- `- backup.image_type: enum value [backup,replication]`
39+
- `- backup.resource_type: enum value [OS::Nova::Server,OS::Cinder::Volume,OS::Workspace::DesktopV2]`
40+
- **ListBackups**
41+
- changes of response param
42+
- `+ backups.version`
43+
- `- backups.image_type: enum value [backup,replication]`
44+
- `- backups.resource_type: enum value [OS::Nova::Server,OS::Cinder::Volume,OS::Workspace::DesktopV2]`
45+
- **ListOrganizationPolicies**
46+
- changes of request param
47+
- `+ limit`
48+
- `+ offset`
49+
- **ListProtectable**
50+
- changes of request param
51+
- `+ protectable_type: enum value [turbo,workspace,workspace_v2]`
52+
53+
### HuaweiCloud SDK CSMS
54+
55+
- _API Version_
56+
- V1
57+
- _Features_
58+
- Support the APIs `ListSecretTask`, `ShowAgency`, `CreateAgency`, `ShowSecretFunctionTemplates`
59+
- _Bug Fix_
60+
- None
61+
- _Change_
62+
- **RotateSecret**
63+
- changes of response param
64+
- `+ rotation_task_id`
65+
- **ListSecrets**
66+
- changes of response param
67+
- `+ secrets.rotation_func_urn`
68+
- `+ secrets.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
69+
- **CreateSecret**
70+
- changes of request param
71+
- `+ rotation_func_urn`
72+
- `+ secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
73+
- changes of response param
74+
- `+ secret.rotation_func_urn`
75+
- `+ secret.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
76+
- **ShowSecret**
77+
- changes of response param
78+
- `+ secret.rotation_func_urn`
79+
- `+ secret.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
80+
- **UpdateSecret**
81+
- changes of request param
82+
- `+ rotation_func_urn`
83+
- changes of response param
84+
- `+ secret.rotation_func_urn`
85+
- `+ secret.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
86+
- **UploadSecretBlob**
87+
- changes of response param
88+
- `+ secret.rotation_func_urn`
89+
- `+ secret.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
90+
- **DeleteSecretForSchedule**
91+
- changes of response param
92+
- `+ secret.rotation_func_urn`
93+
- `+ secret.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
94+
- **RestoreSecret**
95+
- changes of response param
96+
- `+ secret.rotation_func_urn`
97+
- `+ secret.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
98+
- **ListNotificationRecords**
99+
- changes of request param
100+
- `- limit`
101+
- `- marker`
102+
- changes of response param
103+
- `+ records.trigger_event_type: enum value [SECRET_VERSION_CREATED,SECRET_VERSION_EXPIRED,SECRET_ROTATED,SECRET_DELETED,SECRET_ROTATED_FAILED]`
104+
- `+ records.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
105+
- `+ records.notification_status: enum value [SUCCESS,FAIL,INVALID]`
106+
- **ListResourceInstances**
107+
- changes of response param
108+
- `+ resources.resource_detail.rotation_func_urn`
109+
- `+ resources.resource_detail.secret_type: enum value [COMMON,RDS-FG,GaussDB-FG]`
110+
- **ListSecretEvents**
111+
- changes of response param
112+
- `+ events.event_types: enum value [SECRET_ROTATED_FAILED]`
113+
- **CreateSecretEvent**
114+
- changes of request param
115+
- `+ event_types: enum value [SECRET_VERSION_CREATED,SECRET_VERSION_EXPIRED,SECRET_ROTATED,SECRET_DELETED,SECRET_ROTATED_FAILED]`
116+
- changes of response param
117+
- `+ event.event_types: enum value [SECRET_ROTATED_FAILED]`
118+
- **ShowSecretEvent**
119+
- changes of response param
120+
- `+ event.event_types: enum value [SECRET_ROTATED_FAILED]`
121+
- **UpdateSecretEvent**
122+
- changes of request param
123+
- `+ event_types: enum value [SECRET_VERSION_CREATED,SECRET_VERSION_EXPIRED,SECRET_ROTATED,SECRET_DELETED,SECRET_ROTATED_FAILED]`
124+
- changes of response param
125+
- `+ event.event_types: enum value [SECRET_ROTATED_FAILED]`
126+
127+
### HuaweiCloud SDK GaussDB
128+
129+
- _API Version_
130+
- V3
131+
- _Features_
132+
- Support the APIs `ShowSlowLogStatistics`, `DownloadSlowLogFile`, `ShowMultiTenant`, `UpdateMultiTenant`
133+
- _Bug Fix_
134+
- None
135+
- _Change_
136+
- None
137+
138+
### HuaweiCloud SDK GaussDBforNoSQL
139+
140+
- _API Version_
141+
- V3
142+
- _Features_
143+
- Support the following APIs:
144+
- `ShowRedisPitrPolicy`
145+
- `SetRedisPitrPolicy`
146+
- `ListRedisPitrRestoreTime`
147+
- `ShowRedisPitrInfo`
148+
- `RestoreRedisPitr`
149+
- `StopBackup`
150+
- _Bug Fix_
151+
- None
152+
- _Change_
153+
- None
154+
155+
### HuaweiCloud SDK KMS
156+
157+
- _API Version_
158+
- V2
159+
- _Features_
160+
- Support the APIs `AssociateAlias`, `ListAliases`, `CreateAlias`, `DeleteAlias`
161+
- _Bug Fix_
162+
- None
163+
- _Change_
164+
- **ListSupportRegions**
165+
- changes of request param
166+
- `+ limit`
167+
- `+ offset`
168+
169+
### HuaweiCloud SDK Live
170+
171+
- _API Version_
172+
- V2
173+
- _Features_
174+
- None
175+
- _Bug Fix_
176+
- None
177+
- _Change_
178+
- **ListSingleStreamDetail**
179+
- changes of response param
180+
- `- audio_framerate`
181+
182+
### HuaweiCloud SDK OCR
183+
184+
- _API Version_
185+
- V1
186+
- _Features_
187+
- None
188+
- _Bug Fix_
189+
- None
190+
- _Change_
191+
- **RecognizeGeneralText**
192+
- changes of request param
193+
- `+ pdf_page_number`
194+
195+
### HuaweiCloud SDK RDS
196+
197+
- _API Version_
198+
- V3
199+
- _Features_
200+
- Support the APIs `CopyDatabase`, `DeleteMsdtcLocalHost`
201+
- _Bug Fix_
202+
- None
203+
- _Change_
204+
- **ListFlavorsResize**
205+
- changes of response param
206+
- `* flavor_groups.compute_flavors: object<ComputeFlavor> -> list<ComputeFlavor>`
207+
208+
### HuaweiCloud SDK VOD
209+
210+
- _API Version_
211+
- V1
212+
- _Features_
213+
- None
214+
- _Bug Fix_
215+
- None
216+
- _Change_
217+
- **ListTopStatistics**
218+
- changes of response param
219+
- `+ top_urls.duration_ms`
220+
- **ListAssetList**
221+
- changes of response param
222+
- `+ assets.duration_ms`
223+
- **ModifySubtitle**
224+
- changes of request param
225+
- `+ repackage_mode`
226+
- `+ delete_mode`
227+
- **ShowTakeOverAssetDetails**
228+
- changes of response param
229+
- `+ base_info.meta_data.duration_ms`
230+
- **PublishAssets**
231+
- changes of response param
232+
- `+ asset_info_array.base_info.meta_data.duration_ms`
233+
- **UnpublishAssets**
234+
- changes of response param
235+
- `+ asset_info_array.base_info.meta_data.duration_ms`
236+
- **ShowAssetMeta**
237+
- changes of response param
238+
- `+ asset_info_array.base_info.meta_data.duration_ms`
239+
- **ShowAssetDetail**
240+
- changes of response param
241+
- `+ base_info.meta_data.duration_ms`
242+
- **ShowTakeOverTaskDetails**
243+
- changes of response param
244+
- `+ assets.base_info.meta_data.duration_ms`
245+
1246
# 3.1.111 2024-11-21
2247

3248
### HuaweiCloud SDK DDS

0 commit comments

Comments
 (0)