tencentcloud-sdk-emr 1.0.360 → 1.0.361

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: 3ac45a56cf1d61446649f2d786a2c8f87e575b20
4
- data.tar.gz: 7d38dd83fb447c01aef248751d9160ae1d68e41c
3
+ metadata.gz: 2ce4ac1dc7883b103e5a6f7cf01ad4ec0ae0bf14
4
+ data.tar.gz: dbc1dbcaa2e289359777ed64677a4369f2b698e3
5
5
  SHA512:
6
- metadata.gz: b0bee4ef7ffb6c5a50c500f6bccdcca70a9afddcfb1226d73a54fe71971b592925376f5ce51c20f250479cbf401186a17f735df0da51313fa8434446f536fcb0
7
- data.tar.gz: de2c1d60d84a561c54dc2dd9ea8623432d940e3c75a7540478b32056dfefa5f1bc20a0b286d58e2914c7d0896585df2a3a0583fddef272ce5a627dd8277a42ec
6
+ metadata.gz: 03a1a3a226a324d3aba3217b6b9166924bcdc7647d1253122dabd167531901cdd1ec56564b47c817184ca9777c0785cc9a1b0242e40b6b4d7faba71c4a7e89c3
7
+ data.tar.gz: 3d78dfaa2138eab46d1f9b9063d69557aa61287c72a5d75ff744d38c830a57c9a2a7345cb0e059033fb2db8ae8739b186d666dddaa7fc40be218c27b0f8f54f2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.360
1
+ 1.0.361
@@ -126,7 +126,7 @@ module TencentCloud
126
126
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
127
127
  end
128
128
 
129
- # (通过走emrcc接入到cam) yarn applciation 统计接口
129
+ # yarn applciation 统计接口查询
130
130
 
131
131
  # @param request: Request instance for DescribeEmrApplicationStatics.
132
132
  # @type request: :class:`Tencentcloud::emr::V20190103::DescribeEmrApplicationStaticsRequest`
@@ -1127,9 +1127,9 @@ module TencentCloud
1127
1127
  class DescribeEmrApplicationStaticsRequest < TencentCloud::Common::AbstractModel
1128
1128
  # @param InstanceId: 集群id
1129
1129
  # @type InstanceId: String
1130
- # @param StartTime: 起始时间
1130
+ # @param StartTime: 起始时间,时间戳(秒)
1131
1131
  # @type StartTime: Integer
1132
- # @param EndTime: 结束时间
1132
+ # @param EndTime: 结束时间,时间戳(秒)
1133
1133
  # @type EndTime: Integer
1134
1134
  # @param Queues: 过滤的队列名
1135
1135
  # @type Queues: Array
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: 1.0.360
4
+ version: 1.0.361
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-07-20 00:00:00.000000000 Z
11
+ date: 2022-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common