tencentcloud-sdk-emr 3.0.923 → 3.0.924
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 +11 -11
- 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: fc149a9a0f5799c27f9f210fc43b62a11cb20a17
|
|
4
|
+
data.tar.gz: c2f3519e01fab95e130101a6e2be89ba39b42971
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b80add759337ef4354c5113c468be2b0b1b54482ba04f864df60f0b671502fcc3c9010d6eabc1844e6291f41390373fc9daead7c4b58a2a792105bb20c8d6582
|
|
7
|
+
data.tar.gz: 012267d9489fbbfbbe90ee52292fc636ec0e6bf58a7ceffbbf0993df2f96657eb614b12303ec0662b8b5753daa5489cab7d29c87eecbbb64d5e557e37946a6cb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.924
|
data/lib/v20190103/models.rb
CHANGED
|
@@ -810,10 +810,10 @@ module TencentCloud
|
|
|
810
810
|
|
|
811
811
|
attr_accessor :Id, :ClusterId, :Ftitle, :ClusterName, :RegionId, :ZoneId, :AppId, :Uin, :ProjectId, :VpcId, :SubnetId, :Status, :AddTime, :RunTime, :Config, :MasterIp, :EmrVersion, :ChargeType, :TradeVersion, :ResourceOrderId, :IsTradeCluster, :AlarmInfo, :IsWoodpeckerCluster, :MetaDb, :Tags, :HiveMetaDb, :ServiceClass, :AliasInfo, :ProductId, :Zone, :SceneName, :SceneServiceClass, :SceneEmrVersion, :DisplayName, :VpcName, :SubnetName, :ClusterExternalServiceInfo, :UniqVpcId, :UniqSubnetId, :TopologyInfoList, :IsMultiZoneCluster, :IsCvmReplace, :ClusterTitle, :ConfigDetail
|
|
812
812
|
extend Gem::Deprecate
|
|
813
|
-
deprecate :Ftitle, :none, 2024,
|
|
814
|
-
deprecate :Ftitle=, :none, 2024,
|
|
815
|
-
deprecate :Config, :none, 2024,
|
|
816
|
-
deprecate :Config=, :none, 2024,
|
|
813
|
+
deprecate :Ftitle, :none, 2024, 10
|
|
814
|
+
deprecate :Ftitle=, :none, 2024, 10
|
|
815
|
+
deprecate :Config, :none, 2024, 10
|
|
816
|
+
deprecate :Config=, :none, 2024, 10
|
|
817
817
|
|
|
818
818
|
def initialize(id=nil, clusterid=nil, ftitle=nil, clustername=nil, regionid=nil, zoneid=nil, appid=nil, uin=nil, projectid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, runtime=nil, config=nil, masterip=nil, emrversion=nil, chargetype=nil, tradeversion=nil, resourceorderid=nil, istradecluster=nil, alarminfo=nil, iswoodpeckercluster=nil, metadb=nil, tags=nil, hivemetadb=nil, serviceclass=nil, aliasinfo=nil, productid=nil, zone=nil, scenename=nil, sceneserviceclass=nil, sceneemrversion=nil, displayname=nil, vpcname=nil, subnetname=nil, clusterexternalserviceinfo=nil, uniqvpcid=nil, uniqsubnetid=nil, topologyinfolist=nil, ismultizonecluster=nil, iscvmreplace=nil, clustertitle=nil, configdetail=nil)
|
|
819
819
|
@Id = id
|
|
@@ -2949,7 +2949,7 @@ module TencentCloud
|
|
|
2949
2949
|
# @type PageSize: Integer
|
|
2950
2950
|
# @param Page: 分页查询时的页号,从1开始
|
|
2951
2951
|
# @type Page: Integer
|
|
2952
|
-
# @param Type: 查询类型,支持HIVE,SPARK,MAPREDUCE,TRINO等类型,默认查询全部
|
|
2952
|
+
# @param Type: 查询类型,支持HIVE,SPARK,DLC_SPARK,SPARK_SQL,SCHEDULE,MAPREDUCE,TRINO等类型,默认查询全部
|
|
2953
2953
|
# @type Type: String
|
|
2954
2954
|
|
|
2955
2955
|
attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :Page, :Type
|
|
@@ -9875,12 +9875,12 @@ module TencentCloud
|
|
|
9875
9875
|
|
|
9876
9876
|
attr_accessor :DetectAlert, :DetetcFunctionKey, :DetetcFunctionValue, :DetetcTime, :DetectFunctionKey, :DetectFunctionValue, :DetectTime
|
|
9877
9877
|
extend Gem::Deprecate
|
|
9878
|
-
deprecate :DetetcFunctionKey, :none, 2024,
|
|
9879
|
-
deprecate :DetetcFunctionKey=, :none, 2024,
|
|
9880
|
-
deprecate :DetetcFunctionValue, :none, 2024,
|
|
9881
|
-
deprecate :DetetcFunctionValue=, :none, 2024,
|
|
9882
|
-
deprecate :DetetcTime, :none, 2024,
|
|
9883
|
-
deprecate :DetetcTime=, :none, 2024,
|
|
9878
|
+
deprecate :DetetcFunctionKey, :none, 2024, 10
|
|
9879
|
+
deprecate :DetetcFunctionKey=, :none, 2024, 10
|
|
9880
|
+
deprecate :DetetcFunctionValue, :none, 2024, 10
|
|
9881
|
+
deprecate :DetetcFunctionValue=, :none, 2024, 10
|
|
9882
|
+
deprecate :DetetcTime, :none, 2024, 10
|
|
9883
|
+
deprecate :DetetcTime=, :none, 2024, 10
|
|
9884
9884
|
|
|
9885
9885
|
def initialize(detectalert=nil, detetcfunctionkey=nil, detetcfunctionvalue=nil, detetctime=nil, detectfunctionkey=nil, detectfunctionvalue=nil, detecttime=nil)
|
|
9886
9886
|
@DetectAlert = detectalert
|
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.924
|
|
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-10-
|
|
11
|
+
date: 2024-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|