tencentcloud-sdk-emr 3.0.1073 → 3.0.1074

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: 29d4b01d6667fd9a5ea81fec9d49d7032c39d3a9
4
- data.tar.gz: 5c97dc128297e9c54ca0e1c6bef8cf4a24cb0931
3
+ metadata.gz: 768b2390b2d311e6f2245b53cd2666ab74022a2d
4
+ data.tar.gz: 798466a7054bc384a30047382b2705497635947f
5
5
  SHA512:
6
- metadata.gz: c7f5be3a98322474a66a05e1924a275afcc1d4b9d430cc2e477845cd524e25b197bfdfa4aa8f03ec4cad973140a8b0798eecd44630bf8cd37d835c3838eedad5
7
- data.tar.gz: 6cc87fe92a8bdeb4f41b8239c0e0942d3bb3a7d67d3a70ca6940e83d695b9b53ec14c2238f9a84252906a0a9ee2ace3c299f353e8b00de9951dc21cc633b312f
6
+ metadata.gz: dc262ed03bc231f1118b600f142741690648d3de43c58e4362655f5ae8d7c9b66f122a3e320b3c40f652a741f2b5b51feed5f60568395dc3ca766abbaa79b0a9
7
+ data.tar.gz: 7ab73fa27deb89c1d137a46eb6c61ae5a61695f7393d7d6f2302c59fbd07c1b2f8a50e2b0579d4a01814fb72fa47893b8072d84738871b460ba0a540890b9f47
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1073
1
+ 3.0.1074
@@ -7154,16 +7154,19 @@ module TencentCloud
7154
7154
  # @type Selected: String
7155
7155
  # @param Enable: 是否开启监控
7156
7156
  # @type Enable: String
7157
+ # @param SettingsJson: 事件Json模板
7158
+ # @type SettingsJson: String
7157
7159
 
7158
- attr_accessor :TaskType, :Group, :Name, :TaskSettings, :Selected, :Enable
7160
+ attr_accessor :TaskType, :Group, :Name, :TaskSettings, :Selected, :Enable, :SettingsJson
7159
7161
 
7160
- def initialize(tasktype=nil, group=nil, name=nil, tasksettings=nil, selected=nil, enable=nil)
7162
+ def initialize(tasktype=nil, group=nil, name=nil, tasksettings=nil, selected=nil, enable=nil, settingsjson=nil)
7161
7163
  @TaskType = tasktype
7162
7164
  @Group = group
7163
7165
  @Name = name
7164
7166
  @TaskSettings = tasksettings
7165
7167
  @Selected = selected
7166
7168
  @Enable = enable
7169
+ @SettingsJson = settingsjson
7167
7170
  end
7168
7171
 
7169
7172
  def deserialize(params)
@@ -7180,6 +7183,7 @@ module TencentCloud
7180
7183
  end
7181
7184
  @Selected = params['Selected']
7182
7185
  @Enable = params['Enable']
7186
+ @SettingsJson = params['SettingsJson']
7183
7187
  end
7184
7188
  end
7185
7189
 
@@ -9641,16 +9645,19 @@ module TencentCloud
9641
9645
  # @type StoreFileSize: Float
9642
9646
  # @param Operation: regions,点击可跳转
9643
9647
  # @type Operation: String
9648
+ # @param StoreFileNum: StoreFile数量
9649
+ # @type StoreFileNum: Float
9644
9650
 
9645
- attr_accessor :Table, :ReadRequestCount, :WriteRequestCount, :MemstoreSize, :StoreFileSize, :Operation
9651
+ attr_accessor :Table, :ReadRequestCount, :WriteRequestCount, :MemstoreSize, :StoreFileSize, :Operation, :StoreFileNum
9646
9652
 
9647
- def initialize(table=nil, readrequestcount=nil, writerequestcount=nil, memstoresize=nil, storefilesize=nil, operation=nil)
9653
+ def initialize(table=nil, readrequestcount=nil, writerequestcount=nil, memstoresize=nil, storefilesize=nil, operation=nil, storefilenum=nil)
9648
9654
  @Table = table
9649
9655
  @ReadRequestCount = readrequestcount
9650
9656
  @WriteRequestCount = writerequestcount
9651
9657
  @MemstoreSize = memstoresize
9652
9658
  @StoreFileSize = storefilesize
9653
9659
  @Operation = operation
9660
+ @StoreFileNum = storefilenum
9654
9661
  end
9655
9662
 
9656
9663
  def deserialize(params)
@@ -9660,6 +9667,7 @@ module TencentCloud
9660
9667
  @MemstoreSize = params['MemstoreSize']
9661
9668
  @StoreFileSize = params['StoreFileSize']
9662
9669
  @Operation = params['Operation']
9670
+ @StoreFileNum = params['StoreFileNum']
9663
9671
  end
9664
9672
  end
9665
9673
 
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.1073
4
+ version: 3.0.1074
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-06-03 00:00:00.000000000 Z
11
+ date: 2025-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common