tencentcloud-sdk-emr 3.0.729 → 3.0.730
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190103/models.rb +20 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30c3cf8638ba4bbc1b912db265a96387e7515d90
|
4
|
+
data.tar.gz: 36267ef8c7dc2ef4e2b6c6b76f507d9722e04f48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 778c7948abffce7c06cea44a7e3fe433bba1281d199c0485a5ed874c13cb899d7083ac154d31eb729cc1124b923f1e920dc834aec70201165356008ef672592e
|
7
|
+
data.tar.gz: ce75147a6995bc2632bb934aa0510c409c324be3628c75e951e0fee52fdc2187976f704129bb79500c7c7ade36cefe0b32f2ce08eb0b359ebed71b06b76ab82a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.730
|
data/lib/v20190103/models.rb
CHANGED
@@ -1006,18 +1006,20 @@ module TencentCloud
|
|
1006
1006
|
# CreateInstance请求参数结构体
|
1007
1007
|
class CreateInstanceRequest < TencentCloud::Common::AbstractModel
|
1008
1008
|
# @param ProductId: 产品ID,不同产品ID表示不同的EMR产品版本。取值范围:
|
1009
|
-
#
|
1010
|
-
#
|
1011
|
-
#
|
1012
|
-
#
|
1013
|
-
#
|
1014
|
-
#
|
1015
|
-
#
|
1016
|
-
#
|
1017
|
-
#
|
1018
|
-
#
|
1019
|
-
#
|
1020
|
-
#
|
1009
|
+
# 51:表示STARROCKS-V1.4.0
|
1010
|
+
# 54:表示STARROCKS-V2.0.0
|
1011
|
+
# 27:表示KAFKA-V1.0.0
|
1012
|
+
# 50:表示KAFKA-V2.0.0
|
1013
|
+
# 16:表示EMR-V2.3.0
|
1014
|
+
# 20:表示EMR-V2.5.0
|
1015
|
+
# 30:表示EMR-V2.6.0
|
1016
|
+
# 38:表示EMR-V2.7.0
|
1017
|
+
# 25:表示EMR-V3.1.0
|
1018
|
+
# 33:表示EMR-V3.2.1
|
1019
|
+
# 34:表示EMR-V3.3.0
|
1020
|
+
# 37:表示EMR-V3.4.0
|
1021
|
+
# 44:表示EMR-V3.5.0
|
1022
|
+
# 53:表示EMR-V3.6.0
|
1021
1023
|
# @type ProductId: Integer
|
1022
1024
|
# @param Software: 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)对应不同可选组件列表,不同产品版本可选组件列表查询:[组件版本](https://cloud.tencent.com/document/product/589/20279) ;
|
1023
1025
|
# 填写实例值:hive、flink。
|
@@ -5400,10 +5402,12 @@ module TencentCloud
|
|
5400
5402
|
# @type CosSecretKey: String
|
5401
5403
|
# @param AppId: cos的appid,已废弃
|
5402
5404
|
# @type AppId: String
|
5405
|
+
# @param Remark: 备注
|
5406
|
+
# @type Remark: String
|
5403
5407
|
|
5404
|
-
attr_accessor :Path, :Args, :Bucket, :Region, :Domain, :RunOrder, :WhenRun, :CosFileName, :CosFileURI, :CosSecretId, :CosSecretKey, :AppId
|
5408
|
+
attr_accessor :Path, :Args, :Bucket, :Region, :Domain, :RunOrder, :WhenRun, :CosFileName, :CosFileURI, :CosSecretId, :CosSecretKey, :AppId, :Remark
|
5405
5409
|
|
5406
|
-
def initialize(path=nil, args=nil, bucket=nil, region=nil, domain=nil, runorder=nil, whenrun=nil, cosfilename=nil, cosfileuri=nil, cossecretid=nil, cossecretkey=nil, appid=nil)
|
5410
|
+
def initialize(path=nil, args=nil, bucket=nil, region=nil, domain=nil, runorder=nil, whenrun=nil, cosfilename=nil, cosfileuri=nil, cossecretid=nil, cossecretkey=nil, appid=nil, remark=nil)
|
5407
5411
|
@Path = path
|
5408
5412
|
@Args = args
|
5409
5413
|
@Bucket = bucket
|
@@ -5416,6 +5420,7 @@ module TencentCloud
|
|
5416
5420
|
@CosSecretId = cossecretid
|
5417
5421
|
@CosSecretKey = cossecretkey
|
5418
5422
|
@AppId = appid
|
5423
|
+
@Remark = remark
|
5419
5424
|
end
|
5420
5425
|
|
5421
5426
|
def deserialize(params)
|
@@ -5431,6 +5436,7 @@ module TencentCloud
|
|
5431
5436
|
@CosSecretId = params['CosSecretId']
|
5432
5437
|
@CosSecretKey = params['CosSecretKey']
|
5433
5438
|
@AppId = params['AppId']
|
5439
|
+
@Remark = params['Remark']
|
5434
5440
|
end
|
5435
5441
|
end
|
5436
5442
|
|
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.
|
4
|
+
version: 3.0.730
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|