Skip to content

Commit dff85d7

Browse files
release 3.1.159 source code
1 parent 975996f commit dff85d7

File tree

859 files changed

+64791
-314
lines changed

Some content is hidden

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

859 files changed

+64791
-314
lines changed

CHANGELOG.md

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,170 @@
1+
# 3.1.159 2025-07-24
2+
3+
### HuaweiCloud SDK DBSS
4+
5+
- _API Version_
6+
- V1
7+
- _Features_
8+
- Support the APIs `ListAlarmTopicConfigInfo`, `SetAlarmTopicConfigInfo`
9+
- _Bug Fix_
10+
- None
11+
- _Change_
12+
- None
13+
14+
### HuaweiCloud SDK DRS
15+
16+
- _API Version_
17+
- V3
18+
- _Features_
19+
- None
20+
- _Bug Fix_
21+
- None
22+
- _Change_
23+
- **ListDataCompareOverview**
24+
- changes of response param
25+
- `+ data_compare_overview_infos.compare_num`
26+
- `+ data_compare_overview_infos.compare_end_num`
27+
- `+ data_compare_overview_infos.data_inconsistent_num`
28+
- `+ data_compare_overview_infos.uncomparable_num`
29+
- **ListContentCompareOverview**
30+
- changes of response param
31+
- `+ content_compare_result_infos.compare_num`
32+
- `+ content_compare_result_infos.compare_end_num`
33+
- `+ content_compare_result_infos.data_inconsistent_num`
34+
- `+ content_compare_result_infos.uncomparable_num`
35+
- **ListContentCompareDetail**
36+
- changes of response param
37+
- `+ content_compare_result_infos.status`
38+
- `+ content_compare_result_infos.complete_shard_count`
39+
- `+ content_compare_result_infos.total_shard_count`
40+
- `+ content_compare_result_infos.progress`
41+
42+
### HuaweiCloud SDK DRS
43+
44+
- _API Version_
45+
- V5
46+
- _Features_
47+
- Support the APIs `ExportCreationTemplate`, `ShowExportProgress`, `ListTemplates`, `DownloadCreateTemplate`
48+
- _Bug Fix_
49+
- None
50+
- _Change_
51+
- **DownloadBatchCreateTemplate**
52+
- changes of request param
53+
- `+ engine_type`
54+
- **ImportBatchCreateJobs**
55+
- changes of request param
56+
- `+ type`
57+
- **ExecuteJobAction**
58+
- changes of request param
59+
- `+ job.action_name: enum value [diagnosis,start_repair,stop_repair]`
60+
- `- job.action_name: enum value [diagnosis:一键诊断。,start_repair:开始数据修复。,stop_repair:停止数据修复。]`
61+
- **BatchExecuteJobActions**
62+
- changes of request param
63+
- `+ jobs.action_name: enum value [diagnosis,start_repair,stop_repair]`
64+
- `- jobs.action_name: enum value [diagnosis:一键诊断。,start_repair:开始数据修复。,stop_repair:停止数据修复。]`
65+
66+
### HuaweiCloud SDK ECS
67+
68+
- _API Version_
69+
- V2
70+
- _Features_
71+
- None
72+
- _Bug Fix_
73+
- None
74+
- _Change_
75+
- **ShowServer**
76+
- changes of response param
77+
- `+ server.network_interfaces.subnet_id`
78+
- **ListServersDetails**
79+
- changes of response param
80+
- `+ servers.network_interfaces.subnet_id`
81+
- **ListRecycleBinServers**
82+
- changes of response param
83+
- `+ servers.network_interfaces.subnet_id`
84+
85+
### HuaweiCloud SDK IoTDA
86+
87+
- _API Version_
88+
- V5
89+
- _Features_
90+
- Support the API `DeleteDeviceMessage`
91+
- _Bug Fix_
92+
- None
93+
- _Change_
94+
- None
95+
96+
### HuaweiCloud SDK SFSTurbo
97+
98+
- _API Version_
99+
- V1
100+
- _Features_
101+
- Support the following APIs:
102+
- `ShowClientIpInfo`
103+
- `ChangeShareChargeModeV2`
104+
- `ListShareTypes`
105+
- `ShowActiveDirectoryDomain`
106+
- `UpdateActiveDirectoryDomain`
107+
- `AddActiveDirectoryDomain`
108+
- `DeleteActiveDirectoryDomain`
109+
- _Bug Fix_
110+
- None
111+
- _Change_
112+
- **ShowHpcCacheTask**
113+
- changes of response param
114+
- `+ status: enum value [DELETING]`
115+
- **UpdatePermRule**
116+
- changes of request param
117+
- `- ip_cidr`
118+
- `* body: object<OnePermRuleRequestInfo> -> object<UpdateOnePermRuleRequestInfo>`
119+
- **ShowLdapConfig**
120+
- changes of response param
121+
- `+ vpc_id`
122+
- `- allow_local_user`
123+
- **UpdateLdapConfig**
124+
- changes of request param
125+
- `- allow_local_user`
126+
- **CreateLdapConfig**
127+
- changes of request param
128+
- `- allow_local_user`
129+
- **ShowSharedTags**
130+
- changes of response param
131+
- `- sys_tags`
132+
- **BatchAddSharedTags**
133+
- changes of request param
134+
- `- sys_tags`
135+
- **ListHpcCacheTasks**
136+
- changes of response param
137+
- `+ tasks.status: enum value [DELETING]`
138+
- **UpdateObsTargetPolicy**
139+
- changes of request param
140+
- `+ policy.auto_export_policy.prefix`
141+
- `+ policy.auto_export_policy.suffix`
142+
- changes of response param
143+
- `+ policy.auto_export_policy.prefix`
144+
- `+ policy.auto_export_policy.suffix`
145+
- **ListShares**
146+
- changes of request param
147+
- `* limit: int64 -> int32`
148+
- `* offset: int64 -> int32`
149+
- **DeleteBackendTarget**
150+
- changes of response param
151+
- `- lifecycle: enum value [AVAILABLE,MISCONFIGURED,CREATING]`
152+
- **ShowBackendTargetInfo**
153+
- changes of response param
154+
- `+ obs.policy.auto_export_policy.prefix`
155+
- `+ obs.policy.auto_export_policy.suffix`
156+
- **CreateBackendTarget**
157+
- changes of request param
158+
- `+ obs.policy.auto_export_policy.prefix`
159+
- `+ obs.policy.auto_export_policy.suffix`
160+
- changes of response param
161+
- `+ obs.policy.auto_export_policy.prefix`
162+
- `+ obs.policy.auto_export_policy.suffix`
163+
- **ListBackendTargets**
164+
- changes of response param
165+
- `+ targets.obs.policy.auto_export_policy.prefix`
166+
- `+ targets.obs.policy.auto_export_policy.suffix`
167+
1168
# 3.1.158 2025-07-17
2169

3170
### HuaweiCloud SDK Config

CHANGELOG_CN.md

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,170 @@
1+
# 3.1.159 2025-07-24
2+
3+
### HuaweiCloud SDK DBSS
4+
5+
- _接口版本_
6+
- V1
7+
- _新增特性_
8+
- 支持接口`ListAlarmTopicConfigInfo`、`SetAlarmTopicConfigInfo`
9+
- _解决问题_
10+
- 无
11+
- _特性变更_
12+
- 无
13+
14+
### HuaweiCloud SDK DRS
15+
16+
- _接口版本_
17+
- V3
18+
- _新增特性_
19+
- 无
20+
- _解决问题_
21+
- 无
22+
- _特性变更_
23+
- **ListDataCompareOverview**
24+
- 响应参数变更
25+
- `+ data_compare_overview_infos.compare_num`
26+
- `+ data_compare_overview_infos.compare_end_num`
27+
- `+ data_compare_overview_infos.data_inconsistent_num`
28+
- `+ data_compare_overview_infos.uncomparable_num`
29+
- **ListContentCompareOverview**
30+
- 响应参数变更
31+
- `+ content_compare_result_infos.compare_num`
32+
- `+ content_compare_result_infos.compare_end_num`
33+
- `+ content_compare_result_infos.data_inconsistent_num`
34+
- `+ content_compare_result_infos.uncomparable_num`
35+
- **ListContentCompareDetail**
36+
- 响应参数变更
37+
- `+ content_compare_result_infos.status`
38+
- `+ content_compare_result_infos.complete_shard_count`
39+
- `+ content_compare_result_infos.total_shard_count`
40+
- `+ content_compare_result_infos.progress`
41+
42+
### HuaweiCloud SDK DRS
43+
44+
- _接口版本_
45+
- V5
46+
- _新增特性_
47+
- 支持接口`ExportCreationTemplate`、`ShowExportProgress`、`ListTemplates`、`DownloadCreateTemplate`
48+
- _解决问题_
49+
- 无
50+
- _特性变更_
51+
- **DownloadBatchCreateTemplate**
52+
- 请求参数变更
53+
- `+ engine_type`
54+
- **ImportBatchCreateJobs**
55+
- 请求参数变更
56+
- `+ type`
57+
- **ExecuteJobAction**
58+
- 请求参数变更
59+
- `+ job.action_name: enum value [diagnosis,start_repair,stop_repair]`
60+
- `- job.action_name: enum value [diagnosis:一键诊断。,start_repair:开始数据修复。,stop_repair:停止数据修复。]`
61+
- **BatchExecuteJobActions**
62+
- 请求参数变更
63+
- `+ jobs.action_name: enum value [diagnosis,start_repair,stop_repair]`
64+
- `- jobs.action_name: enum value [diagnosis:一键诊断。,start_repair:开始数据修复。,stop_repair:停止数据修复。]`
65+
66+
### HuaweiCloud SDK ECS
67+
68+
- _接口版本_
69+
- V2
70+
- _新增特性_
71+
- 无
72+
- _解决问题_
73+
- 无
74+
- _特性变更_
75+
- **ShowServer**
76+
- 响应参数变更
77+
- `+ server.network_interfaces.subnet_id`
78+
- **ListServersDetails**
79+
- 响应参数变更
80+
- `+ servers.network_interfaces.subnet_id`
81+
- **ListRecycleBinServers**
82+
- 响应参数变更
83+
- `+ servers.network_interfaces.subnet_id`
84+
85+
### HuaweiCloud SDK IoTDA
86+
87+
- _接口版本_
88+
- V5
89+
- _新增特性_
90+
- 支持接口`DeleteDeviceMessage`
91+
- _解决问题_
92+
- 无
93+
- _特性变更_
94+
- 无
95+
96+
### HuaweiCloud SDK SFSTurbo
97+
98+
- _接口版本_
99+
- V1
100+
- _新增特性_
101+
- 支持以下接口:
102+
- `ShowClientIpInfo`
103+
- `ChangeShareChargeModeV2`
104+
- `ListShareTypes`
105+
- `ShowActiveDirectoryDomain`
106+
- `UpdateActiveDirectoryDomain`
107+
- `AddActiveDirectoryDomain`
108+
- `DeleteActiveDirectoryDomain`
109+
- _解决问题_
110+
- 无
111+
- _特性变更_
112+
- **ShowHpcCacheTask**
113+
- 响应参数变更
114+
- `+ status: enum value [DELETING]`
115+
- **UpdatePermRule**
116+
- 请求参数变更
117+
- `- ip_cidr`
118+
- `* body: object<OnePermRuleRequestInfo> -> object<UpdateOnePermRuleRequestInfo>`
119+
- **ShowLdapConfig**
120+
- 响应参数变更
121+
- `+ vpc_id`
122+
- `- allow_local_user`
123+
- **UpdateLdapConfig**
124+
- 请求参数变更
125+
- `- allow_local_user`
126+
- **CreateLdapConfig**
127+
- 请求参数变更
128+
- `- allow_local_user`
129+
- **ShowSharedTags**
130+
- 响应参数变更
131+
- `- sys_tags`
132+
- **BatchAddSharedTags**
133+
- 请求参数变更
134+
- `- sys_tags`
135+
- **ListHpcCacheTasks**
136+
- 响应参数变更
137+
- `+ tasks.status: enum value [DELETING]`
138+
- **UpdateObsTargetPolicy**
139+
- 请求参数变更
140+
- `+ policy.auto_export_policy.prefix`
141+
- `+ policy.auto_export_policy.suffix`
142+
- 响应参数变更
143+
- `+ policy.auto_export_policy.prefix`
144+
- `+ policy.auto_export_policy.suffix`
145+
- **ListShares**
146+
- 请求参数变更
147+
- `* limit: int64 -> int32`
148+
- `* offset: int64 -> int32`
149+
- **DeleteBackendTarget**
150+
- 响应参数变更
151+
- `- lifecycle: enum value [AVAILABLE,MISCONFIGURED,CREATING]`
152+
- **ShowBackendTargetInfo**
153+
- 响应参数变更
154+
- `+ obs.policy.auto_export_policy.prefix`
155+
- `+ obs.policy.auto_export_policy.suffix`
156+
- **CreateBackendTarget**
157+
- 请求参数变更
158+
- `+ obs.policy.auto_export_policy.prefix`
159+
- `+ obs.policy.auto_export_policy.suffix`
160+
- 响应参数变更
161+
- `+ obs.policy.auto_export_policy.prefix`
162+
- `+ obs.policy.auto_export_policy.suffix`
163+
- **ListBackendTargets**
164+
- 响应参数变更
165+
- `+ targets.obs.policy.auto_export_policy.prefix`
166+
- `+ targets.obs.policy.auto_export_policy.suffix`
167+
1168
# 3.1.158 2025-07-17
2169

3170
### HuaweiCloud SDK Config

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.158
1+
3.1.159

0 commit comments

Comments
 (0)