tencentcloud-sdk-emr 3.0.1166 → 3.0.1167

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: 3cf77e5a3f18a8410d0615cb45e60b6c45af4cf5
4
- data.tar.gz: 244a536375ba750e0742591a09a322f67d982d8f
3
+ metadata.gz: 8784c8ee34ddc84f119d5c1d4bac197999244823
4
+ data.tar.gz: 3c64d8ac24dd6ebebf39c5abe11860dc0b828523
5
5
  SHA512:
6
- metadata.gz: e5be2d57ea5e63a6e0161ac5c99bd6fe15abc24c58984e9854112bdb5069f5d4f7a51a0f996dd5bcafb8057d74494e6d7587bbfd084f9359ad06e16be16eb5cb
7
- data.tar.gz: 25a2503ad2ceb90956b9daa16f24dfd914580826a0260e68d7dfd3b9bb1e0b10c4d2bc067382f1faa112b95e339ac59e39eed2316662dba7591970b73523deb6
6
+ metadata.gz: 91ec42b5ccda23f0c8a297f9de0d1cdf04d901118c7ba8f5b9a7617e33b343b9518cf1b8c5766d2800362673cd5cffa6b209c26e6d4f94723f2c0cd36c14d275
7
+ data.tar.gz: a1c99b77f7737cc05d3ab8044de8588accbdf5ad08e362131406f010f5c461b5cb101481a60b39c1c936c9fd0d06208a1a6f91a84d0e470fe085641b1b041399
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1166
1
+ 3.0.1167
@@ -9041,6 +9041,8 @@ module TencentCloud
9041
9041
 
9042
9042
  # ModifyUserGroup请求参数结构体
9043
9043
  class ModifyUserGroupRequest < TencentCloud::Common::AbstractModel
9044
+ # @param InstanceId: 集群字符串ID
9045
+ # @type InstanceId: String
9044
9046
  # @param Users: 用户信息列表
9045
9047
  # @type Users: Array
9046
9048
  # @param UserGroup: 用户主组,cvm集群为必填参数,tke集群选填
@@ -9050,9 +9052,10 @@ module TencentCloud
9050
9052
  # @param Remark: 备注
9051
9053
  # @type Remark: String
9052
9054
 
9053
- attr_accessor :Users, :UserGroup, :Groups, :Remark
9055
+ attr_accessor :InstanceId, :Users, :UserGroup, :Groups, :Remark
9054
9056
 
9055
- def initialize(users=nil, usergroup=nil, groups=nil, remark=nil)
9057
+ def initialize(instanceid=nil, users=nil, usergroup=nil, groups=nil, remark=nil)
9058
+ @InstanceId = instanceid
9056
9059
  @Users = users
9057
9060
  @UserGroup = usergroup
9058
9061
  @Groups = groups
@@ -9060,6 +9063,7 @@ module TencentCloud
9060
9063
  end
9061
9064
 
9062
9065
  def deserialize(params)
9066
+ @InstanceId = params['InstanceId']
9063
9067
  @Users = params['Users']
9064
9068
  @UserGroup = params['UserGroup']
9065
9069
  @Groups = params['Groups']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1166
4
+ version: 3.0.1167
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-11 00:00:00.000000000 Z
11
+ date: 2025-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-emr.rb
36
37
  - lib/v20190103/client.rb
37
38
  - lib/v20190103/models.rb
38
- - lib/tencentcloud-sdk-emr.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: