tencentcloud-sdk-cdwch 3.0.465 → 3.0.467

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: 631fa17c37c26f0bb9a718471502222a7d951a61
4
- data.tar.gz: 3c544ee826009b9fdf66eae3e7ad4207cddfbc18
3
+ metadata.gz: 70cb151dd1c9d462716ee44d8a85775a04fdb5ca
4
+ data.tar.gz: 2a9e0b1861bee408c2b08fef2c108c8add568597
5
5
  SHA512:
6
- metadata.gz: 3c904acbd76c481b6edcbba31e4c2f2203f33c28be3268b120f47b84e28ba0d7100f2018550fc43f6380fe90959e1a097cfa94a8b3a3d6a9d17db77ebb32fccc
7
- data.tar.gz: 1d33601c8f8f002601757d8d75a3f8847268e8f5e5dff67ac0f54b38404f54a98357e122ef4c5691c15fd854632708be0ad04a504815173fd1236ded29dbf0bf
6
+ metadata.gz: 9b9844893b4e41b0984fb1708ada24a2a157cdb652c1c89270127ec8851e427a00c050a1dbc4ab1006668f3631556de426a1280866d5ac4bca05c6994b4c17cc
7
+ data.tar.gz: 85ecc7cacba65cbbcfcc578f18c31a306750a1fb49e5796d22dc33237876f8cbcb83b153d813afa8b94b116653804e28a41543681dfc2b387f6435bbb83839ae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.465
1
+ 3.0.467
@@ -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
@@ -153,7 +154,7 @@ module TencentCloud
153
154
  class CreateBackUpScheduleRequest < TencentCloud::Common::AbstractModel
154
155
  # @param ScheduleId: 编辑时需要传
155
156
  # @type ScheduleId: Integer
156
- # @param WeekDays: 选择的星期 逗号分隔
157
+ # @param WeekDays: 选择的星期 逗号分隔,例如 2 代表周二
157
158
  # @type WeekDays: String
158
159
  # @param ExecuteHour: 执行小时
159
160
  # @type ExecuteHour: Integer
@@ -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.465
4
+ version: 3.0.467
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-05 00:00:00.000000000 Z
11
+ date: 2022-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common