tencentcloud-sdk-dbbrain 3.0.968 → 3.0.969
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/v20210527/models.rb +2 -2
- 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: e27099c43c4b4c68f131896063a9a77de04fc66d
|
|
4
|
+
data.tar.gz: 857028687ed4cee470296def3fddde972982880b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f2fa7dfab65f97dfe2f7cc9b2f0ff7f4a78e0614fa0e912373026a4718ece20f4ef8a072c14f65f1dd2d8a705cc2420160c3db6baec7e26810bec7c50e93f02
|
|
7
|
+
data.tar.gz: 7897ea00a49a991456044063f52595478c039ddc2e815a1f25a73115a4aacaebf90b4f2ebb575cd2a086887faa8eac0d715dcd04a94bf35cc0671d2b7c45511c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.969
|
data/lib/v20210527/models.rb
CHANGED
|
@@ -1545,9 +1545,9 @@ module TencentCloud
|
|
|
1545
1545
|
|
|
1546
1546
|
# DescribeAuditLogFiles请求参数结构体
|
|
1547
1547
|
class DescribeAuditLogFilesRequest < TencentCloud::Common::AbstractModel
|
|
1548
|
-
# @param Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB
|
|
1548
|
+
# @param Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB, "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL, "postgres" - 云数据库 PostgreSQL
|
|
1549
1549
|
# @type Product: String
|
|
1550
|
-
# @param NodeRequestType:
|
|
1550
|
+
# @param NodeRequestType: 该字段规则如下: 当product为"dcdb"则输入"dcdb", 当product为"mariadb"则输入"mariadb", 当product为"mysql"则输入"mysql", 当product为"cynosdb"则输入"mysql", 当product为"postgres"则输入"postgres"。
|
|
1551
1551
|
# @type NodeRequestType: String
|
|
1552
1552
|
# @param InstanceId: 实例 ID 。
|
|
1553
1553
|
# @type InstanceId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dbbrain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.969
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|