tencentcloud-sdk-postgres 3.0.1065 → 3.0.1066
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3fddb310d00db6938d1d006790a419e4f318838
|
4
|
+
data.tar.gz: 15a4cc04d295206df49031f85a4908802f06ad18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b8d6f7472ab2dc8eb00e680f4a989862a13e222fc6224a94fe019293b01ad404f1f68dbd39a074e0a3f5fb6529949ec54fe6d4e6ac3e0594021dc4ea2136e6d
|
7
|
+
data.tar.gz: 0f26c14b39ebbd6a652fa37e01df723296696094f7dc1bde94168f5768ea3bb46c5c3a98562f25b3e5a525a6fa8b8a8ebf088cee531b43663a96120cd0f3ac96
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1066
|
data/lib/v20170312/client.rb
CHANGED
@@ -851,7 +851,7 @@ module TencentCloud
|
|
851
851
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
852
852
|
end
|
853
853
|
|
854
|
-
# 本接口(DescribeDBBackups
|
854
|
+
# 本接口(DescribeDBBackups)用于查询实例备份列表。**本接口属于早期接口,已停止功能迭代,推荐使用接口**[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)**替代**。
|
855
855
|
|
856
856
|
# @param request: Request instance for DescribeDBBackups.
|
857
857
|
# @type request: :class:`Tencentcloud::postgres::V20170312::DescribeDBBackupsRequest`
|
@@ -1095,7 +1095,7 @@ module TencentCloud
|
|
1095
1095
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1096
1096
|
end
|
1097
1097
|
|
1098
|
-
# 本接口(DescribeDBXlogs)用于获取实例Xlog
|
1098
|
+
# 本接口(DescribeDBXlogs)用于获取实例Xlog列表。 **本接口属于早期接口,已停止功能迭代,推荐使用接口**[DescribeLogBackups](https://cloud.tencent.com/document/api/409/89021)**替代**。
|
1099
1099
|
|
1100
1100
|
# @param request: Request instance for DescribeDBXlogs.
|
1101
1101
|
# @type request: :class:`Tencentcloud::postgres::V20170312::DescribeDBXlogsRequest`
|
@@ -1383,7 +1383,7 @@ module TencentCloud
|
|
1383
1383
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1384
1384
|
end
|
1385
1385
|
|
1386
|
-
# 本接口(DescribeProductConfig
|
1386
|
+
# 本接口(DescribeProductConfig)用于查询售卖规格配置。**本接口属于早期接口,已停止功能迭代,推荐使用新接口**[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)**替代**。
|
1387
1387
|
|
1388
1388
|
# @param request: Request instance for DescribeProductConfig.
|
1389
1389
|
# @type request: :class:`Tencentcloud::postgres::V20170312::DescribeProductConfigRequest`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-postgres
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1066
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|