Skip to content

Commit

Permalink
release 3.1.119 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Oct 17, 2024
1 parent 46c46fb commit df6499b
Show file tree
Hide file tree
Showing 111 changed files with 4,969 additions and 756 deletions.
170 changes: 170 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,173 @@
# 3.1.119 2024-10-17

### HuaweiCloud SDK CC

- _API Version_
- V3
- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ListInterRegionBandwidths**
- changes of response param
- `* inter_region_bandwidths.bandwidth: int32 -> int64`
- **CreateInterRegionBandwidth**
- changes of response param
- `* inter_region_bandwidth.bandwidth: int32 -> int64`
- **ShowInterRegionBandwidth**
- changes of response param
- `* inter_region_bandwidth.bandwidth: int32 -> int64`
- **UpdateInterRegionBandwidth**
- changes of response param
- `* inter_region_bandwidth.bandwidth: int32 -> int64`
- **ListCentralNetworks**
- changes of response param
- `+ central_networks.planes.is_full_mesh`
- `+ central_networks.planes.custom_er_connections`
- **CreateCentralNetwork**
- changes of request param
- `+ central_network.policy_document.planes.custom_er_connections`
- changes of response param
- `+ central_network.planes.is_full_mesh`
- `+ central_network.planes.custom_er_connections`
- **ShowCentralNetwork**
- changes of response param
- `+ central_network.planes.is_full_mesh`
- `+ central_network.planes.custom_er_connections`
- **UpdateCentralNetwork**
- changes of response param
- `+ central_network.planes.is_full_mesh`
- `+ central_network.planes.custom_er_connections`
- **DeleteCentralNetwork**
- changes of response param
- `+ central_network.planes.is_full_mesh`
- `+ central_network.planes.custom_er_connections`
- **ListCentralNetworksByTags**
- changes of response param
- `+ central_networks.planes.is_full_mesh`
- `+ central_networks.planes.custom_er_connections`
- **ListCentralNetworkPolicies**
- changes of response param
- `+ central_network_policies.document.planes.is_full_mesh`
- `+ central_network_policies.document.planes.custom_er_connections`
- **CreateCentralNetworkPolicy**
- changes of request param
- `+ central_network_policy_document.planes.custom_er_connections`
- changes of response param
- `+ central_network_policy.document.planes.is_full_mesh`
- `+ central_network_policy.document.planes.custom_er_connections`
- **ApplyCentralNetworkPolicy**
- changes of response param
- `+ central_network_policy.document.planes.is_full_mesh`
- `+ central_network_policy.document.planes.custom_er_connections`

### HuaweiCloud SDK CDN

- _API Version_
- V2
- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **CreateDomain**
- changes of request param
- `+ domain.sources.http_port`
- `+ domain.sources.https_port`

### HuaweiCloud SDK DBSS

- _API Version_
- V1
- _Features_
- Support the following APIs:
- `AddAuditDatabase`
- `AddRdsDatabase`
- `ListRdsDatabases`
- `DeleteAuditDatabase`
- `SwitchAuditDatabase`
- `DownloadAuditAgent`
- `DeleteAuditAgent`
- `ListAuditSummaryInfos`
- `StartAuditInstance`
- `StopAuditInstance`
- `RebootAuditInstance`
- `UpdateAuditInstance`
- `ListAuditAlarmLog`
- `ListAuditSqls`
- `ListAuditAgent`
- `AddAuditAgent`
- `DeleteInstances`
- _Bug Fix_
- None
- _Change_
- **ShowAuditQuota**
- changes of response param
- `- quota`
- **ListAuditRuleRisks**
- changes of request param
- `+ risk_levels: enum value [LOW,MEDIUM,HIGH,NO_RISK]`
- changes of response param
- `+ rules.rule_type`
- **ListProjectResourceTags**
- changes of request param
- `+ resource_type: enum value [auditInstance]`
- **BatchAddResourceTag**
- changes of request param
- `+ resource_type: enum value [auditInstance]`
- `* tags: list<KeyValueBean> -> list<object>`
- `* sys_tags: list<KeyValueBean> -> list<object>`
- **BatchDeleteResourceTag**
- changes of request param
- `+ resource_type: enum value [auditInstance]`
- `* tags: list<KeyValueBean> -> list<object>`
- `* sys_tags: list<KeyValueBean> -> list<object>`
- `* body: object<ResourceTagRequest> -> object<ResourceTagDeleteRequest>`
- **UpdateAuditSecurityGroup**
- changes of request param
- `+ instance_id`
- `- resource_id`
- **SwitchAgent**
- changes of request param
- `+ status: enum value [0,1]`
- **ListEcsSpecification**
- changes of response param
- `+ specification.az_type`
- **ListAuditInstanceJobs**
- changes of response param
- `+ jobs.resource_id`
- **ListAuditOperateLogs**
- changes of request param
- `+ action`
- `- operate_name`
- `+ result: enum value [success,fail]`
- `+ time.time_range: enum value [HALF_HOUR, HOUR, THREE_HOUR, TWELVE_HOUR, DAY, WEEK, MONTH]`
- **ListResourceInstanceByTag**
- changes of request param
- `+ resource_type: enum value [auditInstance]`
- **CountResourceInstanceByTag**
- changes of request param
- `+ resource_type: enum value [auditInstance]`
- **ListAuditDatabases**
- changes of response param
- `+ databases.database.rds_audit_switch_mismatch`
- `+ databases.database.rds_id`
- `+ databases.database.rds_obj_info`
- `+ databases.database.dws_obj_info`
- `+ databases.database.clouddb_obj_info`

### HuaweiCloud SDK ECS

- _API Version_
- V2
- _Features_
- Support the API `NovaShowFlavorExtraSpecs`
- _Bug Fix_
- None
- _Change_
- None

# 3.1.118 2024-10-10

### HuaweiCloud SDK AAD
Expand Down
170 changes: 170 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,173 @@
# 3.1.119 2024-10-17

### HuaweiCloud SDK CC

- _接口版本_
- V3
- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **ListInterRegionBandwidths**
- 响应参数变更
- `* inter_region_bandwidths.bandwidth: int32 -> int64`
- **CreateInterRegionBandwidth**
- 响应参数变更
- `* inter_region_bandwidth.bandwidth: int32 -> int64`
- **ShowInterRegionBandwidth**
- 响应参数变更
- `* inter_region_bandwidth.bandwidth: int32 -> int64`
- **UpdateInterRegionBandwidth**
- 响应参数变更
- `* inter_region_bandwidth.bandwidth: int32 -> int64`
- **ListCentralNetworks**
- 响应参数变更
- `+ central_networks.planes.is_full_mesh`
- `+ central_networks.planes.custom_er_connections`
- **CreateCentralNetwork**
- 请求参数变更
- `+ central_network.policy_document.planes.custom_er_connections`
- 响应参数变更
- `+ central_network.planes.is_full_mesh`
- `+ central_network.planes.custom_er_connections`
- **ShowCentralNetwork**
- 响应参数变更
- `+ central_network.planes.is_full_mesh`
- `+ central_network.planes.custom_er_connections`
- **UpdateCentralNetwork**
- 响应参数变更
- `+ central_network.planes.is_full_mesh`
- `+ central_network.planes.custom_er_connections`
- **DeleteCentralNetwork**
- 响应参数变更
- `+ central_network.planes.is_full_mesh`
- `+ central_network.planes.custom_er_connections`
- **ListCentralNetworksByTags**
- 响应参数变更
- `+ central_networks.planes.is_full_mesh`
- `+ central_networks.planes.custom_er_connections`
- **ListCentralNetworkPolicies**
- 响应参数变更
- `+ central_network_policies.document.planes.is_full_mesh`
- `+ central_network_policies.document.planes.custom_er_connections`
- **CreateCentralNetworkPolicy**
- 请求参数变更
- `+ central_network_policy_document.planes.custom_er_connections`
- 响应参数变更
- `+ central_network_policy.document.planes.is_full_mesh`
- `+ central_network_policy.document.planes.custom_er_connections`
- **ApplyCentralNetworkPolicy**
- 响应参数变更
- `+ central_network_policy.document.planes.is_full_mesh`
- `+ central_network_policy.document.planes.custom_er_connections`

### HuaweiCloud SDK CDN

- _接口版本_
- V2
- _新增特性_
- 无
- _解决问题_
- 无
- _特性变更_
- **CreateDomain**
- 请求参数变更
- `+ domain.sources.http_port`
- `+ domain.sources.https_port`

### HuaweiCloud SDK DBSS

- _接口版本_
- V1
- _新增特性_
- 支持以下接口:
- `AddAuditDatabase`
- `AddRdsDatabase`
- `ListRdsDatabases`
- `DeleteAuditDatabase`
- `SwitchAuditDatabase`
- `DownloadAuditAgent`
- `DeleteAuditAgent`
- `ListAuditSummaryInfos`
- `StartAuditInstance`
- `StopAuditInstance`
- `RebootAuditInstance`
- `UpdateAuditInstance`
- `ListAuditAlarmLog`
- `ListAuditSqls`
- `ListAuditAgent`
- `AddAuditAgent`
- `DeleteInstances`
- _解决问题_
- 无
- _特性变更_
- **ShowAuditQuota**
- 响应参数变更
- `- quota`
- **ListAuditRuleRisks**
- 请求参数变更
- `+ risk_levels: enum value [LOW,MEDIUM,HIGH,NO_RISK]`
- 响应参数变更
- `+ rules.rule_type`
- **ListProjectResourceTags**
- 请求参数变更
- `+ resource_type: enum value [auditInstance]`
- **BatchAddResourceTag**
- 请求参数变更
- `+ resource_type: enum value [auditInstance]`
- `* tags: list<KeyValueBean> -> list<object>`
- `* sys_tags: list<KeyValueBean> -> list<object>`
- **BatchDeleteResourceTag**
- 请求参数变更
- `+ resource_type: enum value [auditInstance]`
- `* tags: list<KeyValueBean> -> list<object>`
- `* sys_tags: list<KeyValueBean> -> list<object>`
- `* body: object<ResourceTagRequest> -> object<ResourceTagDeleteRequest>`
- **UpdateAuditSecurityGroup**
- 请求参数变更
- `+ instance_id`
- `- resource_id`
- **SwitchAgent**
- 请求参数变更
- `+ status: enum value [0,1]`
- **ListEcsSpecification**
- 响应参数变更
- `+ specification.az_type`
- **ListAuditInstanceJobs**
- 响应参数变更
- `+ jobs.resource_id`
- **ListAuditOperateLogs**
- 请求参数变更
- `+ action`
- `- operate_name`
- `+ result: enum value [success,fail]`
- `+ time.time_range: enum value [HALF_HOUR, HOUR, THREE_HOUR, TWELVE_HOUR, DAY, WEEK, MONTH]`
- **ListResourceInstanceByTag**
- 请求参数变更
- `+ resource_type: enum value [auditInstance]`
- **CountResourceInstanceByTag**
- 请求参数变更
- `+ resource_type: enum value [auditInstance]`
- **ListAuditDatabases**
- 响应参数变更
- `+ databases.database.rds_audit_switch_mismatch`
- `+ databases.database.rds_id`
- `+ databases.database.rds_obj_info`
- `+ databases.database.dws_obj_info`
- `+ databases.database.clouddb_obj_info`

### HuaweiCloud SDK ECS

- _接口版本_
- V2
- _新增特性_
- 支持接口`NovaShowFlavorExtraSpecs`
- _解决问题_
- 无
- _特性变更_
- 无

# 3.1.118 2024-10-10

### HuaweiCloud SDK AAD
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.118
3.1.119
Loading

0 comments on commit df6499b

Please sign in to comment.