tencentcloud-sdk-cdwch 3.0.464 → 3.0.466

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: c2620f4289f215437755b6c66dc0a4f6e6db091c
4
- data.tar.gz: e463a78fddafa755e7c6054f63a89b1f49a19de0
3
+ metadata.gz: 8e0d47a2360e93e4b9bb10f1dc11a36ba4f6fc33
4
+ data.tar.gz: 49f393b60ebf4c35b156de3d2c75fc66b1c83536
5
5
  SHA512:
6
- metadata.gz: 0ffd37f2e2df94d288734cf8d8ba6985ef6d85a3f168c5ef4d0de3a8692cb51fe70b42b63c54cc7eda2a91e267c12f359a6ee65857c950ed036aef9bea69cc32
7
- data.tar.gz: f6e768c68059f7f99ce6688ad5a8ad3b35b7b6da46b14a25ae97d739849d459dc6cdf57ea739cb2b319ddc6ae2d08bc45b19e3b2f78d7ba2a51d7164159657a2
6
+ metadata.gz: aa95da29642fb2f83d034cbfe441cd81bde01b3c5677ab2f2de4e17a4906efe2124cbab34b3768c204d4213eea877503e5be577b0a6d8887c004b4b9dcf5e893
7
+ data.tar.gz: d65e65c86ea7e4c6be1491f158a12156785987a56640c38b3f0001118da02f4573abce926ec0c2352d482140a9e335bc9d13a2d3bd9ad2df102efdfc6780e49a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.464
1
+ 3.0.466
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
78
78
  end
79
79
 
80
- # 针对驱动sql命令查询ck集群接口
80
+ # 查询集群用户、集群表,数据库等相关信息
81
81
 
82
82
  # @param request: Request instance for DescribeCkSqlApis.
83
83
  # @type request: :class:`Tencentcloud::cdwch::V20200915::DescribeCkSqlApisRequest`
@@ -21,7 +21,8 @@ module TencentCloud
21
21
  class ActionAlterCkUserRequest < TencentCloud::Common::AbstractModel
22
22
  # @param UserInfo: 用户信息
23
23
  # @type UserInfo: :class:`Tencentcloud::Cdwch.v20200915.models.CkUserAlterInfo`
24
- # @param ApiType: api接口类型
24
+ # @param ApiType: api接口类型,
25
+ # AddSystemUser新增用户,UpdateSystemUser,修改用户
25
26
  # @type ApiType: String
26
27
 
27
28
  attr_accessor :UserInfo, :ApiType
@@ -204,11 +205,22 @@ module TencentCloud
204
205
  class DescribeCkSqlApisRequest < TencentCloud::Common::AbstractModel
205
206
  # @param InstanceId: 实例id
206
207
  # @type InstanceId: String
207
- # @param ApiType: api接口名称
208
+ # @param ApiType: api接口名称,GetClusters:获取集群cluster列表
209
+ # GetSystemUsers:获取系统用户列表
210
+ # CheckNodeCluster: 检查节点是否隶属一个cluster
211
+ # GetClusterDatabases: 获取一个cluster下的数据库列表
212
+ # GetClusterTables: 获取一个cluster下的数据库表列表
213
+ # GetPrivilegeUsers: 获取授权的用户列表
214
+ # GET_USER_CLUSTER_PRIVILEGES:获取用户cluster下的权限
215
+ # GetUserClusterNewPrivileges:获取用户cluster下的权限 (新版)
216
+ # RevokeClusterUser:解绑cluster用户
217
+ # DeleteSystemUser:删除系统用户 —— 必须所有cluster先解绑
218
+ # GetUserOptionMessages:获取用户配置备注信息
219
+ # GET_USER_CONFIGS:获取用户配置列表 QUOTA、PROFILE、POLICY
208
220
  # @type ApiType: String
209
- # @param Cluster: 集群名称
221
+ # @param Cluster: 集群名称,GET_SYSTEM_USERS,GET_PRIVILEGE_USERS,GET_CLUSTER_DATABASES,GET_CLUSTER_TABLES 必填
210
222
  # @type Cluster: String
211
- # @param UserName: 用户名称
223
+ # @param UserName: 用户名称,api与user相关的必填
212
224
  # @type UserName: String
213
225
 
214
226
  attr_accessor :InstanceId, :ApiType, :Cluster, :UserName
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.464
4
+ version: 3.0.466
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-02 00:00:00.000000000 Z
11
+ date: 2022-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common