tencentcloud-sdk-dbbrain 3.0.967 → 3.0.969

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4db8d00e72c9728d20d1dde35e46c89d749509c6
4
- data.tar.gz: 0e415d18ccf3945809fa083291fb6d94e8abb4be
3
+ metadata.gz: e27099c43c4b4c68f131896063a9a77de04fc66d
4
+ data.tar.gz: 857028687ed4cee470296def3fddde972982880b
5
5
  SHA512:
6
- metadata.gz: ee424d79bd53f957fa5c6264bc2696d3c36b9cef0922068a41c2eb79f662d1d582eac6aafea8f2d17cc186c6c8bd0e8724429bf67ab0ae6299201bb7e78ece1b
7
- data.tar.gz: 7d7b9372072336e3279250f9fa77bd7cac984990f0c34124d39a753ed43d5b618f095b5e582e1e0f11ef5a71472e657681a44ab93f747246fdf85525a53cd5ae
6
+ metadata.gz: 2f2fa7dfab65f97dfe2f7cc9b2f0ff7f4a78e0614fa0e912373026a4718ece20f4ef8a072c14f65f1dd2d8a705cc2420160c3db6baec7e26810bec7c50e93f02
7
+ data.tar.gz: 7897ea00a49a991456044063f52595478c039ddc2e815a1f25a73115a4aacaebf90b4f2ebb575cd2a086887faa8eac0d715dcd04a94bf35cc0671d2b7c45511c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.967
1
+ 3.0.969
@@ -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: 与Product保持一致。如:"dcdb" ,"mariadb"
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.967
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-24 00:00:00.000000000 Z
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