tencentcloud-sdk-emr 3.0.847 → 3.0.849

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 342a9fe24f97adc7ff1327bf39196453624b220c
4
- data.tar.gz: d83efadfcae8a9f49e4f16ac1ee3fd7b314a267a
3
+ metadata.gz: 9f2357620c656e5c17ecb369b0bfb02ecdd1c766
4
+ data.tar.gz: 5d987bca6d4b4287821cf68e214e031ff972f058
5
5
  SHA512:
6
- metadata.gz: c67677f7bd57b103b23a8aa7cba14856c6c4a59d536694643df7e72c3b7eaaec42779e7abaeb40d6d4d7c84ecb1e77468bcd25262692768771904922ccdf69b3
7
- data.tar.gz: 578145de7b6751500a4b50a9de7b77fe19605929f3db0dfbb37f98e7e5bb6ff2d52625c83db580a7e85f108cd3df809323cd80f7ac38c601ae14611dc02ff365
6
+ metadata.gz: a2a2a9f9f77fdbfcfacf59529fafcb1cb4e67963f5dd3060b93ef539b34fa8e751835171c1d30a2cac0afe4cde0851b6de2321f8dd9783cce8e9f87099e12a54
7
+ data.tar.gz: f5bfe06f4e44ad118440a7c52f1e9bdbdb9153e46344549ae86bd39be0f9aeaee8e10bb5b0b88db196830d86f010ba2db5ef47ff267e896cdbe6d8434366c5d6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.847
1
+ 3.0.849
@@ -3080,7 +3080,7 @@ module TencentCloud
3080
3080
  class EmrListInstance < TencentCloud::Common::AbstractModel
3081
3081
  # @param ClusterId: 集群ID
3082
3082
  # @type ClusterId: String
3083
- # @param StatusDesc: 状态描述
3083
+ # @param StatusDesc: 常见状态描述:集群生产中,集群运行中,集群创建中,集群已关闭,集群已删除
3084
3084
  # 注意:此字段可能返回 null,表示取不到有效值。
3085
3085
  # @type StatusDesc: String
3086
3086
  # @param ClusterName: 集群名字
@@ -3119,7 +3119,7 @@ module TencentCloud
3119
3119
  # @param Zone: 地区
3120
3120
  # 注意:此字段可能返回 null,表示取不到有效值。
3121
3121
  # @type Zone: String
3122
- # @param Status: 状态码
3122
+ # @param Status: 状态码, 取值为-2(集群已删除), -1(集群已关闭), 0(集群生产中), 2(集群运行中), 3(集群创建中)
3123
3123
  # 注意:此字段可能返回 null,表示取不到有效值。
3124
3124
  # @type Status: Integer
3125
3125
  # @param Tags: 实例标签
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.847
4
+ version: 3.0.849
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-19 00:00:00.000000000 Z
11
+ date: 2024-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common