Skip to content

Commit

Permalink
Delete API CancelImport.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Aug 15, 2024
1 parent 706794f commit f517e3d
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 1,085 deletions.
19 changes: 19 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2024-08-15 Version: v8.0.0
- Delete API CancelImport.
- Delete API ModifyDBInstanceConnectionMode.
- Delete API ModifyDBInstanceProxyConfiguration.
- Delete API SwitchGuardToMasterInstance.
- Update API CloneDBInstance: add param ClientToken.
- Update API CreateBackup: delete param ResourceGroupId.
- Update API CreateDatabase: delete param ResourceGroupId.
- Update API CreateMaskingRules: add param RegionId.
- Update API CreateYouhuiForOrder: update param ResourceOwnerId.
- Update API DeleteMaskingRules: add param RegionId.
- Update API DescribeAccountMaskingPrivilege: add param RegionId.
- Update API DescribeBackups: delete param ResourceGroupId.
- Update API DescribeBackups: update response param.
- Update API DescribeDatabases: delete param ResourceGroupId.
- Update API DescribeDatabases: update response param.
- Update API DescribeMaskingRules: add param RegionId.


2024-07-23 Version: v7.0.1
- Update API CreateDBInstance: add param AutoCreateProxy.
- Update API CreateReadOnlyDBInstance: add param AutoCreateProxy.
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 安装
你可以使用 `go mod` 来管理你的依赖,
```sh
go get github.com/alibabacloud-go/rds-20140815/v7
go get github.com/alibabacloud-go/rds-20140815/v8
```

## 问题
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ English | [简体中文](README-CN.md)
If you use `go mod` to manage your dependence, you can use the following command:

```sh
$ go get github.com/alibabacloud-go/rds-20140815/v7
$ go get github.com/alibabacloud-go/rds-20140815/v8
```

## Issues
Expand Down
Loading

0 comments on commit f517e3d

Please sign in to comment.