tencentcloud-sdk-mongodb 3.0.486 → 3.0.487

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: 5271c0a4077c19b9630e3d201747d2381f6ce033
4
- data.tar.gz: 3fd071abce5b3b5a6a1aa36496312561a6a9bf61
3
+ metadata.gz: bad6eb5fae1f34f7b8e048c102d524bdabbf2db1
4
+ data.tar.gz: 93117bf9dd58adae46342adfdc2a470b6d3e604d
5
5
  SHA512:
6
- metadata.gz: 2e6c64cf8bf3e7b62850435a28f5de417ec4c6d9d6e25363d72d1346dab3a63473690dd54ce4958e8081238f40791f41c1032a05442ab1f8a1108a9b788b221f
7
- data.tar.gz: 51424991169226ce1ac449e4be3a106823e1e31c3cd91cf3ba686ca19b9157b76dd8bfc1686151a095346b099f4bc238c35d83636791ff46b4a1515300a6a726
6
+ metadata.gz: 7e85f2a3452e6337a2716122886f195624b44b6f36d837a1a861b7571eafb5129e890ba02e5198bbd510a857f63184a3610a42b2fee10c3a6abdf81c0d653373
7
+ data.tar.gz: b44eadb31cfd9c61a8e9d5dd57a49e729f6351b578b9f40e07fa5425b428b3c7f340c63f65b265a8078258b97db1c02ff05b365bdcca67d2fd6970a59b5d615b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.486
1
+ 3.0.487
@@ -53,7 +53,7 @@ module TencentCloud
53
53
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
54
54
  end
55
55
 
56
- # 创建实例账号。
56
+ # 本接口(CreateAccountUser)用于创建mongodb实例账号。
57
57
 
58
58
  # @param request: Request instance for CreateAccountUser.
59
59
  # @type request: :class:`Tencentcloud::mongodb::V20190725::CreateAccountUserRequest`
@@ -173,7 +173,7 @@ module TencentCloud
173
173
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
174
174
  end
175
175
 
176
- # 本接口(DescribeAccountUsers)用于获取当前实例的全部账号列表。
176
+ # 本接口(DescribeAccountUsers)用于获取当前实例的全部账号。
177
177
 
178
178
  # @param request: Request instance for DescribeAccountUsers.
179
179
  # @type request: :class:`Tencentcloud::mongodb::V20190725::DescribeAccountUsersRequest`
@@ -821,7 +821,7 @@ module TencentCloud
821
821
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
822
822
  end
823
823
 
824
- # 账户权限设置。
824
+ # 本接口(SetAccountUserPrivilege)用于设置mongodb实例的账号权限。
825
825
 
826
826
  # @param request: Request instance for SetAccountUserPrivilege.
827
827
  # @type request: :class:`Tencentcloud::mongodb::V20190725::SetAccountUserPrivilegeRequest`
@@ -2998,11 +2998,11 @@ module TencentCloud
2998
2998
 
2999
2999
  # SetAccountUserPrivilege请求参数结构体
3000
3000
  class SetAccountUserPrivilegeRequest < TencentCloud::Common::AbstractModel
3001
- # @param InstanceId: 实例ID
3001
+ # @param InstanceId: 实例ID
3002
3002
  # @type InstanceId: String
3003
- # @param UserName: 账号名称
3003
+ # @param UserName: 账号名称。
3004
3004
  # @type UserName: String
3005
- # @param AuthRole: 权限信息
3005
+ # @param AuthRole: 权限信息。
3006
3006
  # @type AuthRole: Array
3007
3007
 
3008
3008
  attr_accessor :InstanceId, :UserName, :AuthRole
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.486
4
+ version: 3.0.487
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common