tencentcloud-sdk-emr 3.0.1059 → 3.0.1060

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190103/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 441fcdce8ac3885e16e1775b5315d67e36486997
4
- data.tar.gz: 11995b1043dec7265d98e9bc7d8288fe63363715
3
+ metadata.gz: 15983844428393a2e7d38db05b123f0a77e5e573
4
+ data.tar.gz: 0f41a31eb93171309739d70f59e28ce4cbbc38a7
5
5
  SHA512:
6
- metadata.gz: a0d4e110cbe28c0aaee87027c281df8c5ac9169ab42fcf6cc88c35ec1d3b55e39a3b9ef017674fe28463495123095621dad5be2fa97529e554e7c736fe8936c6
7
- data.tar.gz: 36624367c956894d9f3c62f14b29f13f40f7d2fdbbab6e223559dc64d3a6d197381868b240ea1c112d7e6f99e8b2286c0fbacd5895024cd138f985169514e2d5
6
+ metadata.gz: 16f1f853a0a8e7a78fdafdd36ff0480f4b8eadcd360b27af67ed16e314e2d919d3ac39a68db90e4cfee8e8eafb0324a671340a664a81bb0ea4972e2299830ddc
7
+ data.tar.gz: ea913bf9ee4448cb9cf2e99bf6bab99a82ce9910ee45dcb862863e667fd652c721800eb1c41d33e508ca38a8b6c2ae3d5b6125d8b15c1537a84507453457024d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1059
1
+ 3.0.1060
@@ -12730,14 +12730,17 @@ module TencentCloud
12730
12730
  # @type PassWord: String
12731
12731
  # @param ReMark: 备注
12732
12732
  # @type ReMark: String
12733
+ # @param Groups: 用户副组
12734
+ # @type Groups: Array
12733
12735
 
12734
- attr_accessor :UserName, :UserGroup, :PassWord, :ReMark
12736
+ attr_accessor :UserName, :UserGroup, :PassWord, :ReMark, :Groups
12735
12737
 
12736
- def initialize(username=nil, usergroup=nil, password=nil, remark=nil)
12738
+ def initialize(username=nil, usergroup=nil, password=nil, remark=nil, groups=nil)
12737
12739
  @UserName = username
12738
12740
  @UserGroup = usergroup
12739
12741
  @PassWord = password
12740
12742
  @ReMark = remark
12743
+ @Groups = groups
12741
12744
  end
12742
12745
 
12743
12746
  def deserialize(params)
@@ -12745,6 +12748,7 @@ module TencentCloud
12745
12748
  @UserGroup = params['UserGroup']
12746
12749
  @PassWord = params['PassWord']
12747
12750
  @ReMark = params['ReMark']
12751
+ @Groups = params['Groups']
12748
12752
  end
12749
12753
  end
12750
12754
 
@@ -12754,17 +12758,21 @@ module TencentCloud
12754
12758
  # @type UserName: String
12755
12759
  # @param UserType: 用户来源
12756
12760
  # @type UserType: String
12761
+ # @param Groups: 组名
12762
+ # @type Groups: String
12757
12763
 
12758
- attr_accessor :UserName, :UserType
12764
+ attr_accessor :UserName, :UserType, :Groups
12759
12765
 
12760
- def initialize(username=nil, usertype=nil)
12766
+ def initialize(username=nil, usertype=nil, groups=nil)
12761
12767
  @UserName = username
12762
12768
  @UserType = usertype
12769
+ @Groups = groups
12763
12770
  end
12764
12771
 
12765
12772
  def deserialize(params)
12766
12773
  @UserName = params['UserName']
12767
12774
  @UserType = params['UserType']
12775
+ @Groups = params['Groups']
12768
12776
  end
12769
12777
  end
12770
12778
 
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.1059
4
+ version: 3.0.1060
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-05-14 00:00:00.000000000 Z
11
+ date: 2025-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common