tencentcloud-sdk-emr 3.0.1061 → 3.0.1063
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 +6 -2
- 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: 1260c0de70d890a11a7a1a9ef43fc555ded67da4
|
4
|
+
data.tar.gz: 44b61a1d0e2c1456f4104466baf8205f4c3e62e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 595487d8edef5c2c23338bc72d2e9b025cef99a1ca95741af5a7e21a51b0e18dc14aaaff2797b23470d082b1755c7a49a8c45f9d5642b7a0f4ccf2a5ce205b42
|
7
|
+
data.tar.gz: ccd7453f0fdb6b08d6448e56418f460e07c0eb11f29c061c9c214617941a1736d14bc18c784d52063853948e8009a03abf70d369bb170ccf1b5befeb0a6778a5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1063
|
data/lib/v20190103/models.rb
CHANGED
@@ -2744,18 +2744,21 @@ module TencentCloud
|
|
2744
2744
|
# NeedExtraDetail为true时返回
|
2745
2745
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2746
2746
|
# @type FlowExtraDetail: Array
|
2747
|
+
# @param FlowInfo: 流程描述
|
2748
|
+
# @type FlowInfo: String
|
2747
2749
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2748
2750
|
# @type RequestId: String
|
2749
2751
|
|
2750
|
-
attr_accessor :StageDetails, :FlowDesc, :FlowName, :FlowTotalProgress, :FlowTotalStatus, :FlowExtraDetail, :RequestId
|
2752
|
+
attr_accessor :StageDetails, :FlowDesc, :FlowName, :FlowTotalProgress, :FlowTotalStatus, :FlowExtraDetail, :FlowInfo, :RequestId
|
2751
2753
|
|
2752
|
-
def initialize(stagedetails=nil, flowdesc=nil, flowname=nil, flowtotalprogress=nil, flowtotalstatus=nil, flowextradetail=nil, requestid=nil)
|
2754
|
+
def initialize(stagedetails=nil, flowdesc=nil, flowname=nil, flowtotalprogress=nil, flowtotalstatus=nil, flowextradetail=nil, flowinfo=nil, requestid=nil)
|
2753
2755
|
@StageDetails = stagedetails
|
2754
2756
|
@FlowDesc = flowdesc
|
2755
2757
|
@FlowName = flowname
|
2756
2758
|
@FlowTotalProgress = flowtotalprogress
|
2757
2759
|
@FlowTotalStatus = flowtotalstatus
|
2758
2760
|
@FlowExtraDetail = flowextradetail
|
2761
|
+
@FlowInfo = flowinfo
|
2759
2762
|
@RequestId = requestid
|
2760
2763
|
end
|
2761
2764
|
|
@@ -2787,6 +2790,7 @@ module TencentCloud
|
|
2787
2790
|
@FlowExtraDetail << flowextradetail_tmp
|
2788
2791
|
end
|
2789
2792
|
end
|
2793
|
+
@FlowInfo = params['FlowInfo']
|
2790
2794
|
@RequestId = params['RequestId']
|
2791
2795
|
end
|
2792
2796
|
end
|
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.1063
|
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-05-
|
11
|
+
date: 2025-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|