Skip to content

Commit

Permalink
release 3.1.118 source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Oct 17, 2024
1 parent 0364fa5 commit 9afa43d
Show file tree
Hide file tree
Showing 335 changed files with 14,101 additions and 2,360 deletions.
226 changes: 226 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,229 @@
# 3.1.118 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 DAS

- _API Version_
- V3
- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ListSpaceAnalysis**
- changes of response param
- `+ db_objects.free_size`
- `+ db_objects.free_rate`
- **ExportSlowSqlTemplatesDetails**
- changes of response param
- `+ slow_sql_templates.sql_sample_user`

### 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 DeH

- _API Version_
- V1
- _Features_
- None
- _Bug Fix_
- None
- _Change_
- Remove the APIs `CreateDedicatedHost`, `DeleteDedicatedHost`

### HuaweiCloud SDK ECS

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

### HuaweiCloud SDK GSL

- _API Version_
- V3
- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ListSimPools**
- changes of request param
- `+ status`
- changes of response param
- `+ pools.status`

### HuaweiCloud SDK KVS

- _API Version_
- V1
- _Features_
- None
- _Bug Fix_
- None
- _Change_
- **ScanSkeyKv**
- changes of request param
- `+ return_count_only`

# 3.1.117 2024-10-10

### HuaweiCloud SDK AAD
Expand Down
Loading

0 comments on commit 9afa43d

Please sign in to comment.