tencentcloud-sdk-dcdb 1.0.202 → 1.0.203

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: ca003165e2cb9a4abbb954642191afe09852a26c
4
- data.tar.gz: b7128cba6d1b026801fce905a6bc5ee10a43fb7f
3
+ metadata.gz: 6f2f5900c59e35ee27c80fb2a80f535dba3d10b0
4
+ data.tar.gz: 4208fd5f438ba618d8b6ee5d2859f243ba028881
5
5
  SHA512:
6
- metadata.gz: 590cab19b5029500ee0e0927ad9656725972b46bd9323373dd383bd224a4afb7ce163f4d4a0a73e7e39a462044749305b7e5ec9c9cf2c283f88c74cd3d75f21f
7
- data.tar.gz: 11ef92b1c9be17928d1fa4ed8c206135ff4b643475ea800409ccd017713818499463d6726e46fb5acc443b954e1bced2f228fb33a3327ad8863717d8f3420b7b
6
+ metadata.gz: 58939916cfc156611801fcf1608ebe74f790028f4dee8945672756eabf1e247776debc33936141781eacc5d3099c5bedef4b6094ec1c514dc039d1fb7ec036d5
7
+ data.tar.gz: 4f7e56823cdf3418ad687e85f4b419ca62222dcf84aa2ec1ff0d7719a580aa07fe2d497c78254c3faa6cfaa9ed33128d0b3b0ee9afa33e969b50dafc423855e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.202
1
+ 1.0.203
@@ -2901,7 +2901,7 @@ module TencentCloud
2901
2901
  # 存储过程/函数权限: ALTER ROUTINE,EXECUTE
2902
2902
  # 字段权限: INSERT,REFERENCES,SELECT,UPDATE
2903
2903
  # @type Privileges: Array
2904
- # @param Type: 类型,可以填入 table 、 view 、 proc 、 func 和 \*。当 DbName 为具体数据库名,Type为 \* 时,表示设置该数据库权限(即db.\*),此时忽略 Object 参数
2904
+ # @param Type: 类型,可以填入 table 和 \*。当 DbName 为具体数据库名,Type为 \* 时,表示设置该数据库权限(即db.\*),此时忽略 Object 参数
2905
2905
  # @type Type: String
2906
2906
  # @param Object: 具体的 Type 的名称,例如 Type 为 table 时就是具体的表名。DbName 和 Type 都为具体名称,则 Object 表示具体对象名,不能为 \* 或者为空
2907
2907
  # @type Object: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dcdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.202
4
+ version: 1.0.203
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common