Skip to content

Commit aee24df

Browse files
release 3.1.44 source code for python
1 parent b1fc2d3 commit aee24df

File tree

575 files changed

+14416
-4025
lines changed

Some content is hidden

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

575 files changed

+14416
-4025
lines changed

CHANGELOG.md

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,173 @@
1+
# 3.1.44 2023-06-15
2+
3+
### HuaweiCloud SDK CloudDeploy
4+
5+
- _Features_
6+
- None
7+
- _Bug Fix_
8+
- None
9+
- _Change_
10+
- `CloudDeploy` is renamed to `CodeArtsDeploy`
11+
12+
### HuaweiCloud SDK CCM
13+
14+
- _Features_
15+
- Support the following interfaces:
16+
- `BatchCreateCaTags`
17+
- `BatchDeleteCaTags`
18+
- `ListCaTags`
19+
- `CreateCaTag`
20+
- `ListDomainCaTags`
21+
- `ListCaResourceInstances`
22+
- `CountCaResourceInstances`
23+
- `BatchCreateCertTags`
24+
- `BatchDeleteCertTags`
25+
- `ListCertTags`
26+
- `CreateCertTag`
27+
- `ListDomainCertTags`
28+
- `ListCertResourceInstances`
29+
- `CountCertResourceInstances`
30+
- _Bug Fix_
31+
- None
32+
- _Change_
33+
- None
34+
35+
### HuaweiCloud SDK DWS
36+
37+
- _Features_
38+
- Support the following interfaces:
39+
- `ShowDatabaseAuthority`
40+
- `UpdateDatabaseAuthority`
41+
- `SyncIamUsers`
42+
- `ListDatabaseUsers`
43+
- `ShowDatabaseUser`
44+
- `UpdateDatabaseUserInfo`
45+
- `ShowDisasterProgress`
46+
- _Bug Fix_
47+
- None
48+
- _Change_
49+
- **UpdateAlarmSub**
50+
- changes of request param
51+
- `* enable: string -> int32`
52+
- changes of response param
53+
- `* enable: string -> int32`
54+
- **DeleteAlarmSub**
55+
- changes of response param
56+
- `* enable: string -> int32`
57+
- **ShowDisasterDetail**
58+
- changes of response param
59+
- `+ disaster_recovery`
60+
- `- start_time`
61+
- `- dr_type`
62+
- `- create_time`
63+
- `- name`
64+
- `- standby_cluster`
65+
- `- id`
66+
- `- dr_sync_period`
67+
- `- status`
68+
- `- primary_cluster`
69+
- **CreateAlarmSub**
70+
- changes of request param
71+
- `* enable: string -> int32`
72+
- changes of response param
73+
- `* enable: string -> int32`
74+
- **ListAlarmSubs**
75+
- changes of response param
76+
- `* alarm_subscriptions.enable: string -> int32`
77+
78+
### HuaweiCloud SDK GaussDB
79+
80+
- _Features_
81+
- None
82+
- _Bug Fix_
83+
- None
84+
- _Change_
85+
- Remove the interfaces `ListGaussMySqlErrorLog`, `ListGaussMySqlSlowLog`
86+
87+
### HuaweiCloud SDK IoTDA
88+
89+
- _Features_
90+
- None
91+
- _Bug Fix_
92+
- None
93+
- _Change_
94+
- **CreateBatchTask**
95+
- changes of response param
96+
- `- task_progress.device_in_progress`
97+
- `- task_progress.rejected`
98+
- **ListBatchTasks**
99+
- changes of response param
100+
- `- batchtasks.task_progress.device_in_progress`
101+
- `- batchtasks.task_progress.rejected`
102+
- **ShowBatchTask**
103+
- changes of response param
104+
- `- batchtask.task_progress.device_in_progress`
105+
- `- batchtask.task_progress.rejected`
106+
107+
### HuaweiCloud SDK MRS
108+
109+
- _Features_
110+
- None
111+
- _Bug Fix_
112+
- None
113+
- _Change_
114+
- **ListClusters**
115+
- changes of response param
116+
- `+ clusters.eipId`
117+
- `+ clusters.eipAddress`
118+
- `+ clusters.eipv6Address`
119+
- **ShowClusterDetails**
120+
- changes of response param
121+
- `+ cluster.eipId`
122+
- `+ cluster.eipAddress`
123+
- `+ cluster.eipv6Address`
124+
125+
### HuaweiCloud SDK OCR
126+
127+
- _Features_
128+
- None
129+
- _Bug Fix_
130+
- None
131+
- _Change_
132+
- **RecognizeGeneralText**
133+
- changes of request param
134+
- `+ single_orientation_mode`
135+
136+
### HuaweiCloud SDK RDS
137+
138+
- _Features_
139+
- Support the interface `ModifyCollation`
140+
- _Bug Fix_
141+
- None
142+
- _Change_
143+
- None
144+
145+
### HuaweiCloud SDK RocketMQ
146+
147+
- _Features_
148+
- None
149+
- _Bug Fix_
150+
- None
151+
- _Change_
152+
- **SendDlqMessage**
153+
- changes of request param
154+
- `+ engine: enum value [reliability]`
155+
- **CreateRocketMqMigrationTask**
156+
- changes of request param
157+
- `+ type: enum value [kafka]`
158+
159+
### HuaweiCloud SDK SIS
160+
161+
- _Features_
162+
- None
163+
- _Bug Fix_
164+
- None
165+
- _Change_
166+
- **ShowVocabularies**
167+
- changes of request param
168+
- `+ offset`
169+
- `+ limit`
170+
1171
# 3.1.43 2023-06-08
2172

3173
### HuaweiCloud SDK iDME

CHANGELOG_CN.md

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,173 @@
1+
# 3.1.44 2023-06-15
2+
3+
### HuaweiCloud SDK CloudDeploy
4+
5+
- _新增特性_
6+
- 无
7+
- _解决问题_
8+
- 无
9+
- _特性变更_
10+
- `CloudDeploy`更名为`CodeArtsDeploy`
11+
12+
### HuaweiCloud SDK CCM
13+
14+
- _新增特性_
15+
- 支持以下接口:
16+
- `BatchCreateCaTags`
17+
- `BatchDeleteCaTags`
18+
- `ListCaTags`
19+
- `CreateCaTag`
20+
- `ListDomainCaTags`
21+
- `ListCaResourceInstances`
22+
- `CountCaResourceInstances`
23+
- `BatchCreateCertTags`
24+
- `BatchDeleteCertTags`
25+
- `ListCertTags`
26+
- `CreateCertTag`
27+
- `ListDomainCertTags`
28+
- `ListCertResourceInstances`
29+
- `CountCertResourceInstances`
30+
- _解决问题_
31+
- 无
32+
- _特性变更_
33+
- 无
34+
35+
### HuaweiCloud SDK DWS
36+
37+
- _新增特性_
38+
- 支持以下接口:
39+
- `ShowDatabaseAuthority`
40+
- `UpdateDatabaseAuthority`
41+
- `SyncIamUsers`
42+
- `ListDatabaseUsers`
43+
- `ShowDatabaseUser`
44+
- `UpdateDatabaseUserInfo`
45+
- `ShowDisasterProgress`
46+
- _解决问题_
47+
- 无
48+
- _特性变更_
49+
- **UpdateAlarmSub**
50+
- 请求参数变更
51+
- `* enable: string -> int32`
52+
- 响应参数变更
53+
- `* enable: string -> int32`
54+
- **DeleteAlarmSub**
55+
- 响应参数变更
56+
- `* enable: string -> int32`
57+
- **ShowDisasterDetail**
58+
- 响应参数变更
59+
- `+ disaster_recovery`
60+
- `- start_time`
61+
- `- dr_type`
62+
- `- create_time`
63+
- `- name`
64+
- `- standby_cluster`
65+
- `- id`
66+
- `- dr_sync_period`
67+
- `- status`
68+
- `- primary_cluster`
69+
- **CreateAlarmSub**
70+
- 请求参数变更
71+
- `* enable: string -> int32`
72+
- 响应参数变更
73+
- `* enable: string -> int32`
74+
- **ListAlarmSubs**
75+
- 响应参数变更
76+
- `* alarm_subscriptions.enable: string -> int32`
77+
78+
### HuaweiCloud SDK GaussDB
79+
80+
- _新增特性_
81+
- 无
82+
- _解决问题_
83+
- 无
84+
- _特性变更_
85+
- 移除接口`ListGaussMySqlErrorLog`、`ListGaussMySqlSlowLog`
86+
87+
### HuaweiCloud SDK IoTDA
88+
89+
- _新增特性_
90+
- 无
91+
- _解决问题_
92+
- 无
93+
- _特性变更_
94+
- **CreateBatchTask**
95+
- 响应参数变更
96+
- `- task_progress.device_in_progress`
97+
- `- task_progress.rejected`
98+
- **ListBatchTasks**
99+
- 响应参数变更
100+
- `- batchtasks.task_progress.device_in_progress`
101+
- `- batchtasks.task_progress.rejected`
102+
- **ShowBatchTask**
103+
- 响应参数变更
104+
- `- batchtask.task_progress.device_in_progress`
105+
- `- batchtask.task_progress.rejected`
106+
107+
### HuaweiCloud SDK MRS
108+
109+
- _新增特性_
110+
- 无
111+
- _解决问题_
112+
- 无
113+
- _特性变更_
114+
- **ListClusters**
115+
- 响应参数变更
116+
- `+ clusters.eipId`
117+
- `+ clusters.eipAddress`
118+
- `+ clusters.eipv6Address`
119+
- **ShowClusterDetails**
120+
- 响应参数变更
121+
- `+ cluster.eipId`
122+
- `+ cluster.eipAddress`
123+
- `+ cluster.eipv6Address`
124+
125+
### HuaweiCloud SDK OCR
126+
127+
- _新增特性_
128+
- 无
129+
- _解决问题_
130+
- 无
131+
- _特性变更_
132+
- **RecognizeGeneralText**
133+
- 请求参数变更
134+
- `+ single_orientation_mode`
135+
136+
### HuaweiCloud SDK RDS
137+
138+
- _新增特性_
139+
- 支持接口`ModifyCollation`
140+
- _解决问题_
141+
- 无
142+
- _特性变更_
143+
- 无
144+
145+
### HuaweiCloud SDK RocketMQ
146+
147+
- _新增特性_
148+
- 无
149+
- _解决问题_
150+
- 无
151+
- _特性变更_
152+
- **SendDlqMessage**
153+
- 请求参数变更
154+
- `+ engine: enum value [reliability]`
155+
- **CreateRocketMqMigrationTask**
156+
- 请求参数变更
157+
- `+ type: enum value [kafka]`
158+
159+
### HuaweiCloud SDK SIS
160+
161+
- _新增特性_
162+
- 无
163+
- _解决问题_
164+
- 无
165+
- _特性变更_
166+
- **ShowVocabularies**
167+
- 请求参数变更
168+
- `+ offset`
169+
- `+ limit`
170+
1171
# 3.1.43 2023-06-08
2172

3173
### HuaweiCloud SDK iDME

OpenSourceSoftwareNotice.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## OPEN SOURCE SOFTWARE NOTICE
2+
Please note we provide an open source software notice along with this product and/or this product firmware (in the following just “this product”). The open source software licenses are granted by the respective right holders. And the open source licenses prevail all other license information with regard to the respective open source software contained in the product, including but not limited to End User Software Licensing Agreement. This notice is provided on behalf of Huawei Technologies Co. Ltd. and any of its local subsidiaries which may have provided this product to you in your local country.
3+
4+
### Warranty Disclaimer
5+
THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
6+
7+
### Copyright Notice and License Texts
8+
9+
### Written Offer
10+
This product contains software whose rights holders license it on the terms of the GNU General Public License, version 2 (GPLv2) and/or other open source software licenses. We will provide you and any third party with the source code of the software licensed under an open source software license if you send us a written request by mail or email to the following addresses:
11+
12+
foss@huawei.com
13+
14+
detailing the name of the product and the firmware version for which you need the source code and indicating how we can contact you.
15+
16+
Please note you need to make a payment before you obtain the complete Corresponding Source Code from us. For how much you will pay and how we will deliver the complete Corresponding Source Code to you, we will further discuss it by mail or email.
17+
18+
This offer is valid to anyone in receipt of this information.
19+
20+
**THIS OFFER IS VALID FOR THREE YEARS FROM THE MOMENT WE DISTRIBUTED THE PRODUCT OR FIRMWARE.**

0 commit comments

Comments
 (0)