tencentcloud-sdk-emr 3.0.1062 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0dea31e951d7e41c560beb0a6caf4ce40f1b3907
4
- data.tar.gz: efe78fd3117aeef34e94ba0995514e56c4cd190a
3
+ metadata.gz: 1260c0de70d890a11a7a1a9ef43fc555ded67da4
4
+ data.tar.gz: 44b61a1d0e2c1456f4104466baf8205f4c3e62e1
5
5
  SHA512:
6
- metadata.gz: 0ac8f1c5538e5c5ee07c03928cf74f33d3c015b8bcd20705a631807ec917b4de303aa32378a6726e877422415971a45e260aedb919885de4acdedc7029de17d5
7
- data.tar.gz: 09ffdb210fd0b00ce35dc3ac5551aff9d389a88411f939d016c96059386b9d404017a19bce14e10bc9150d9843486367bac621ba5b81e3e55f3c6bd4ded423c2
6
+ metadata.gz: 595487d8edef5c2c23338bc72d2e9b025cef99a1ca95741af5a7e21a51b0e18dc14aaaff2797b23470d082b1755c7a49a8c45f9d5642b7a0f4ccf2a5ce205b42
7
+ data.tar.gz: ccd7453f0fdb6b08d6448e56418f460e07c0eb11f29c061c9c214617941a1736d14bc18c784d52063853948e8009a03abf70d369bb170ccf1b5befeb0a6778a5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1062
1
+ 3.0.1063
@@ -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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1062
4
+ version: 3.0.1063
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud