Skip to content

Commit 502782b

Browse files
committed
Update API DescribeDrdsInstance: update response param.
1 parent 8ee8e15 commit 502782b

File tree

7 files changed

+2464
-1809
lines changed

7 files changed

+2464
-1809
lines changed

drds-20190123/AlibabacloudDrds20190123.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "AlibabacloudDrds20190123"
4-
spec.version = "1.0.2"
4+
spec.version = "1.0.3"
55
spec.license = "Apache 2.0"
66
spec.summary = "Alibaba Cloud Distributed Relational Database Service (20190123) SDK Library for Swift"
77
spec.homepage = "https://github.com/alibabacloud-sdk-swift/drds-20190123"
@@ -18,8 +18,8 @@ Pod::Spec.new do |spec|
1818
spec.tvos.deployment_target = '13.0'
1919

2020
spec.dependency 'Tea', '~> 1.0.0'
21-
spec.dependency 'TeaUtils', '~> 1.0.3'
22-
spec.dependency 'AlibabacloudOpenApi', '~> 1.0.3'
21+
spec.dependency 'TeaUtils', '~> 1.0.6'
22+
spec.dependency 'AlibabacloudOpenApi', '~> 1.0.7'
2323
spec.dependency 'AlibabaCloudOpenApiUtil', '~> 1.0.1'
2424
spec.dependency 'AlibabacloudEndpointUtil', '~> 1.0.0'
2525

drds-20190123/Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
github aliyun/tea-swift ~> 1.0.0
2-
github alibabacloud-sdk-swift/tea-utils ~> 1.0.3
3-
github alibabacloud-sdk-swift/darabonba-openapi ~> 1.0.3
2+
github alibabacloud-sdk-swift/tea-utils ~> 1.0.6
3+
github alibabacloud-sdk-swift/darabonba-openapi ~> 1.0.7
44
github alibabacloud-sdk-swift/openapi-util ~> 1.0.1
55
github alibabacloud-sdk-swift/endpoint-util ~> 1.0.0

drds-20190123/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
dependencies: [
1717
// Dependencies declare other packages that this package depends on.
1818
.package(url: "https://github.com/aliyun/tea-swift.git", from: "1.0.0"),
19-
.package(url: "https://github.com/alibabacloud-sdk-swift/tea-utils", from: "1.0.3"),
20-
.package(url: "https://github.com/alibabacloud-sdk-swift/darabonba-openapi", from: "1.0.3"),
19+
.package(url: "https://github.com/alibabacloud-sdk-swift/tea-utils", from: "1.0.6"),
20+
.package(url: "https://github.com/alibabacloud-sdk-swift/darabonba-openapi", from: "1.0.7"),
2121
.package(url: "https://github.com/alibabacloud-sdk-swift/openapi-util", from: "1.0.1"),
2222
.package(url: "https://github.com/alibabacloud-sdk-swift/endpoint-util", from: "1.0.0"),
2323
],

drds-20190123/README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
要使用 [Carthage](https://github.com/Carthage/Carthage)`AlibabacloudDrds20190123` 集成到你的 Xcode 项目中,需要在 `Cartfile` 中定义以下内容:
1818

1919
```ogdl
20-
github "alibabacloud-sdk-swift/drds-20190123" "1.0.2"
20+
github "alibabacloud-sdk-swift/drds-20190123" "1.0.3"
2121
```
2222

2323
### Swift 包管理工具
@@ -26,7 +26,7 @@ github "alibabacloud-sdk-swift/drds-20190123" "1.0.2"
2626

2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/alibabacloud-sdk-swift/drds-20190123.git", from: "1.0.2")
29+
.package(url: "https://github.com/alibabacloud-sdk-swift/drds-20190123.git", from: "1.0.3")
3030
]
3131
```
3232

drds-20190123/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ English | [简体中文](README-CN.md)
1717
To integrate `AlibabacloudDrds20190123` into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:
1818

1919
```ogdl
20-
github "alibabacloud-sdk-swift/drds-20190123" "1.0.2"
20+
github "alibabacloud-sdk-swift/drds-20190123" "1.0.3"
2121
```
2222

2323
### Swift Package Manager
@@ -26,7 +26,7 @@ To integrate `AlibabacloudDrds20190123` into your Xcode project using [Swift Pac
2626

2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/alibabacloud-sdk-swift/drds-20190123.git", from: "1.0.2")
29+
.package(url: "https://github.com/alibabacloud-sdk-swift/drds-20190123.git", from: "1.0.3")
3030
]
3131
```
3232

drds-20190123/Sources/AlibabacloudDrds20190123/Client.swift

Lines changed: 851 additions & 212 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)