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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c5822be9b48711213cae806bd5276590321735c
4
- data.tar.gz: eaa2c189ea5b219029753137b94bfbed59603d55
3
+ metadata.gz: e27099c43c4b4c68f131896063a9a77de04fc66d
4
+ data.tar.gz: 857028687ed4cee470296def3fddde972982880b
5
5
  SHA512:
6
- metadata.gz: ab7ec172b2da622fc978b0f4a838895e4e23ca8a955d932b882916bdb2b935e69ad692a6bf90fd475db3e8defac552d36e434d440a129d14c9d04e968ca38326
7
- data.tar.gz: 5e6d12d96b08af3620f27b939bccb55684a283ef17ca3fa56e5763cbe070607c3da0a3596178ae11aa6195549a08aa82a7f85073227352df91ed2830b566b056
6
+ metadata.gz: 2f2fa7dfab65f97dfe2f7cc9b2f0ff7f4a78e0614fa0e912373026a4718ece20f4ef8a072c14f65f1dd2d8a705cc2420160c3db6baec7e26810bec7c50e93f02
7
+ data.tar.gz: 7897ea00a49a991456044063f52595478c039ddc2e815a1f25a73115a4aacaebf90b4f2ebb575cd2a086887faa8eac0d715dcd04a94bf35cc0671d2b7c45511c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.968
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.968
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