Skip to content

Commit

Permalink
release 3.0.53 source code for python
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Jul 26, 2021
1 parent 83ee0e4 commit 6bd4695
Show file tree
Hide file tree
Showing 8,262 changed files with 32,873 additions and 38,650 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
147 changes: 147 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,150 @@
# 3.0.53 2021-07-26

### HuaweiCloud SDK CDN

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Remove the response parameters `urls`, `task_id` of the interface `ShowHistoryTasks`.
- Remove the response parameters `task_id`, `process_reason`, modify the type of the request parameter `process_reason``integer`->`string`
- Remove the request parameters `user_domain_id`, `task_id` of the interface `ShowTopUrl`.

### HuaweiCloud SDK CloudPipeline

- _Features_
- Support the interface `ShowPlans`.
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK Cloudtest

- _Features_
- Support the interface `ListPipelineSimpleInfo`.
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK DCS

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add the request parameter `dcs_cluster_proxy2_node` to the interface `UpdateConfigurations`.

### HuaweiCloud SDK DDM

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Remove the request parameter `extend_authority` of the interface `UpdateUser`.

### HuaweiCloud SDK DDS

- _Features_
- Support the interface `UpdateClientNetwork`.
- _Bug Fix_
- None
- _Change_
- Change the request parameters `start_time`,`stop_time` from `optional` to `required` of the interface `SetBalancerWindow`.
- Add the request parameter `port` and response parameter `port` to the interface `CreateInstance`.

### HuaweiCloud SDK FunctionGraph

- _Features_
- Support the interface `EnableLtsLogs`.
- _Bug Fix_
- None
- _Change_
- Add the response parameters `concurrent_num`,`id`,`encrypted_user_data`.
- Add the response parameters `func_vpc_id`,`encrypted_user_data`,`long_time`,`log_group_id`,`log_stream_id`,`type` to the interface `ListFunctions`, and remove the response parameters `version_description`,`last_modified_utc`,`dependencies` of this interface.
- Remove the request parameter `name`,`last_modified`,`alias_urn` of the interface `UpdateVersionAlias`.
- Add the response parameters `encrypted_user_data`,`long_time`,`log_group_id`,`log_stream_id`,`type` of the interface `ShowFunctionConfig`, and remove the response parameters `version_description`,`concurrency` of this interface.
- Add the response parameters `encrypted_user_data`,`long_time`,`log_group_id`,`log_stream_id`,`type` to the interface `ListFunctionVersions`, and remove the response parameters `version_description`,`concurrency`,`depend_list`.
- Add the response parameters `encrypted_user_data`,`long_time`,`log_group_id`,`log_stream_id`,`type` to the interface `ListFunctionVersions`, remove the response parameters `last_modified_utc`,`concurrency`.
- Modify the type of the request parameter `size` of the interface `UpdateTrigger`: `string`->`integer`
- Modify the type of the response parameter `size` of the interface `ShowDependency`: `string`->`integer`
- Modify the type of the response parameter `size` of the interface `UpdateDependency`: `string`->`integer`

### HuaweiCloud SDK HSS

- _Features_
- Support the interface `ListEvents`.
- _Bug Fix_
- None
- _Change_
- None

### HuaweiCloud SDK IEC

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Remove the request parameters `pool_id_v6`,`ipv6_bandwidth_enable` of the interface `CreateDeployment`.
- Remove the response parameters `ipv6_enable`,`ipv6_bandwidth_enable`,`pool_id_v6` of the interface `ShowEdgeCloud`.
- Remove the response parameters `shared`,`charge_mode` of the interface `ListSites`.

### HuaweiCloud SDK Live

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Remove the response parameter `domain_source` of the interface `ShowDomain`.

### HuaweiCloud SDK Meeting

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Add the request parameters `offset`,`limit` to the interface `ShowRecordingFileDownloadUrls`.

### HuaweiCloud SDK MPC

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Remove the response parameter `language` of the interface `ListTranscodeDetail`.
- Remove the request parameter `project_id`,`tenant_project_id`,`domain_name`,`canonical_grant_id` of the interface `CreateThumbnailsTask`.
- Add the response parameter `audit_report` to the interface `ListTranscodeDetail`.
- Remove the response parameter `output_url` of the interface `QueryTranscodingsTask`.
- Add the request parameter `audit` to the interface, and remove the request parameter `special_effect`,`quality_enhance`,`template_extend` of this interface.
- Remove the response parameter `template_id`,`error` of the interface `ListWatermarkTemplate`.
- Remove the request parameter `multidrm`,`preview_duration` of the interface `CreateVodTranscodingTask`.

### HuaweiCloud SDK VOD

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Modify the type of the request parameter `auto_publish` of the interface `CreateAssetByFileUpload`, and configure the optional values `0`,`1`.

### HuaweiCloud SDK WAF

- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Modify the type of the response parameters `response_time`,`response_size` of the interface `ListEvent`: `string`->`integer`.

# 3.0.52 2021-07-16

### HuaweiCloud SDK AS
Expand Down
148 changes: 148 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,151 @@
# 3.0.53 2021-07-26

### HuaweiCloud SDK CDN

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`ShowHistoryTasks`移除响应参数`urls``task_id`
- 接口`ShowHistoryTaskDetails`移除响应参数`task_id``process_reason`,请求参数`process_reason`类型调整: `integer`->`string`
- 接口`ShowTopUrl`移除请求参数`user_domain_id``task_id`

### HuaweiCloud SDK CloudPipeline

- _新增特性_
- 支持接口`ShowPlans`
- _解决问题_
-
- _特性变更_
-

### HuaweiCloud SDK Cloudtest

- _新增特性_
- 支持接口`ListPipelineSimpleInfo`
- _解决问题_
-
- _特性变更_
-

### HuaweiCloud SDK DCS

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`UpdateConfigurations`新增请求参数`dcs_cluster_proxy2_node`

### HuaweiCloud SDK DDM

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`UpdateUser`移除请求参数`extend_authority`

### HuaweiCloud SDK DDS

- _新增特性_
- 支持接口`UpdateClientNetwork`
- _解决问题_
-
- _特性变更_
- 接口`SetBalancerWindow`的请求参数`start_time``stop_time`改为非必填
- 接口`CreateInstance`新增请求参数`port`,新增响应参数`port`

### HuaweiCloud SDK FunctionGraph

- _新增特性_
- 支持接口`EnableLtsLogs`
- _解决问题_
-
- _特性变更_
- 接口`ShowFunctionCode`新增响应参数`concurrent_num``id``encrypted_user_data`
- 接口`ListFunctions`新增响应参数`func_vpc_id``encrypted_user_data``long_time``log_group_id``log_stream_id``type`,移除响应参数`version_description``last_modified_utc``dependencies`
- 接口`UpdateVersionAlias`移除请求参数`name``last_modified``alias_urn`
- 接口`ShowFunctionConfig`新增响应参数`encrypted_user_data``long_time``log_group_id``log_stream_id``type`,移除响应参数`version_description``concurrency`
- 接口`UpdateFunctionConfig`移除请求参数`version_description``concurrency``depend_list`,新增请求参数`encrypted_user_data``long_time``log_group_id``log_stream_id``type`
- 接口`ListFunctionVersions`移除响应参数`last_modified_utc``concurrency`,新增响应参数`encrypted_user_data``long_time``log_group_id``log_stream_id``type`
- 接口`UpdateTrigger`的请求参数`size`类型调整: `string`->`integer`
- 接口`ShowDependency`的响应参数`size`类型调整: `string`->`integer`
- 接口`UpdateDependency`的响应参数`size`类型调整: `string`->`integer`

### HuaweiCloud SDK HSS

- _新增特性_
- 支持接口`ListEvents`
- _解决问题_
-
- _特性变更_
-

### HuaweiCloud SDK IEC

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`CreateDeployment`移除请求参数`pool_id_v6``ipv6_bandwidth_enable`
- 接口`ShowEdgeCloud`移除响应参数`ipv6_enable``ipv6_bandwidth_enable``pool_id_v6`
- 接口`ListSites`移除响应参数`shared``charge_mode`

### HuaweiCloud SDK Live

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`ShowDomain`移除响应参数`domain_source`

### HuaweiCloud SDK Meeting

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`ShowRecordingFileDownloadUrls`新增请求参数`offset``limit`

### HuaweiCloud SDK MPC

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`ListTranscodeDetail`移除响应参数`language`
- 接口`CreateThumbnailsTask`移除请求参数`project_id``tenant_project_id``domain_name``canonical_grant_id`
- 接口`ListTranscodeDetail`新增响应参数`audit_report`
- 接口`QueryTranscodingsTask`移除响应参数`output_url`
- 接口`CreateTranscoding`新增请求参数`audit`,移除请求参数`special_effect``quality_enhance``template_extend`
- 接口`ListWatermarkTemplate`移除响应参数`template_id``error`
- 接口`CreateVodTranscodingTask`移除请求参数`multidrm``preview_duration`

### HuaweiCloud SDK VOD

- _新增特性_
-
- _解决问题_
-
- _特性变更_
- 接口`CreateAssetByFileUpload`的请求参数`auto_publish`类型调整: `string`->`integer`,并配置可选值为`0``1`

### HuaweiCloud SDK WAF

- _新增特性_
-
- _解决问题_
-
- _特性变更_
-
接口`ListEvent`的响应参数`response_time``response_size`类型调整: `string`->`integer`

# 3.0.52 2021-07-16

### HuaweiCloud SDK AS
Expand Down
2 changes: 1 addition & 1 deletion examples/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkexample"
VERSION = "3.0.52"
VERSION = "3.0.53"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
3 changes: 2 additions & 1 deletion huaweicloud-sdk-aom/huaweicloudsdkaom/v2/model/dimension.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@



from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization


class Dimension:
Expand Down Expand Up @@ -117,7 +118,7 @@ def to_dict(self):

def to_str(self):
import simplejson as json
return json.dumps(self.to_dict())
return json.dumps(sanitize_for_serialization(self))

def __repr__(self):
"""For `print` and `pprint`"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@



from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization


class ListSampleRequest:
Expand Down Expand Up @@ -115,7 +116,7 @@ def to_dict(self):

def to_str(self):
import simplejson as json
return json.dumps(self.to_dict())
return json.dumps(sanitize_for_serialization(self))

def __repr__(self):
"""For `print` and `pprint`"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from huaweicloudsdkcore.sdk_response import SdkResponse
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization


class ListSampleResponse(SdkResponse):
Expand Down Expand Up @@ -90,7 +91,7 @@ def to_dict(self):

def to_str(self):
import simplejson as json
return json.dumps(self.to_dict())
return json.dumps(sanitize_for_serialization(self))

def __repr__(self):
"""For `print` and `pprint`"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@



from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization


class ListSeriesRequest:
Expand Down Expand Up @@ -142,7 +143,7 @@ def to_dict(self):

def to_str(self):
import simplejson as json
return json.dumps(self.to_dict())
return json.dumps(sanitize_for_serialization(self))

def __repr__(self):
"""For `print` and `pprint`"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


from huaweicloudsdkcore.sdk_response import SdkResponse
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization


class ListSeriesResponse(SdkResponse):
Expand Down Expand Up @@ -115,7 +116,7 @@ def to_dict(self):

def to_str(self):
import simplejson as json
return json.dumps(self.to_dict())
return json.dumps(sanitize_for_serialization(self))

def __repr__(self):
"""For `print` and `pprint`"""
Expand Down
Loading

0 comments on commit 6bd4695

Please sign in to comment.