tencentcloud-sdk-oceanus 3.0.1073 → 3.0.1074

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: f2a9e73a99bfd78c233cfcd1fc9f36dd7c77de16
4
- data.tar.gz: 2caccf281928b0044c26af90e1a3b76470061054
3
+ metadata.gz: cd6e4ac66b7974e115d25c8c2a77e1b4b37f3ebc
4
+ data.tar.gz: 4a1e778f5c22034c06ac78ff2d43a590fc3257f9
5
5
  SHA512:
6
- metadata.gz: bf68fb3a619615a4b1d3c8d3488a86a0762e33ed0a5a6ee507374cc8de37a3ca3462804124690d1b560053727d84feb1e13dc551f74836ceb31cdc785c41f4b4
7
- data.tar.gz: c22f02f74379adc8386528e689f502d2e0c0e7336c1e200024b78387903920dc12482d71bfcc37c0adc11588b4d164630a1879b55c479aa93d7971af8db52c56
6
+ metadata.gz: 073dce16579abd934c1d367512a7d830aa2b055769227e6c2a3ce991ae7f3033502befa4480b85ab04b5dce3c804018056efe3632bd54e2e6a509359f91b2a66
7
+ data.tar.gz: 2a0c04f86fb73620f5ae46c15dbcc44e2f0bc720fd2abf4cb7608f68883fa55100965f8aebad0e7d93414fe0ec41d40b82fd1942d903450f329b3cd5ca5045fc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1073
1
+ 3.0.1074
@@ -461,7 +461,7 @@ module TencentCloud
461
461
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
462
462
  end
463
463
 
464
- # 获取指定作业的事件,包括作业启动停止、运行失败、快照失败、作业异常等各种事件类型
464
+ # 请求参数不包含 "RunningOrderIds"时,接口获取指定作业的事件,包括作业启动停止、运行失败、快照失败、作业异常等各种事件类型;请求参数不包含 "RunningOrderIds"时,接口为查询作业实例ID接口,获取作业实例
465
465
 
466
466
  # @param request: Request instance for DescribeJobEvents.
467
467
  # @type request: :class:`Tencentcloud::oceanus::V20190422::DescribeJobEventsRequest`
@@ -1886,15 +1886,19 @@ module TencentCloud
1886
1886
  # @param TotalCount: 事件的总数
1887
1887
  # 注意:此字段可能返回 null,表示取不到有效值。
1888
1888
  # @type TotalCount: Integer
1889
+ # @param Versions: 实例对应的版本
1890
+ # 注意:此字段可能返回 null,表示取不到有效值。
1891
+ # @type Versions: Array
1889
1892
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1890
1893
  # @type RequestId: String
1891
1894
 
1892
- attr_accessor :Events, :RunningOrderIds, :TotalCount, :RequestId
1895
+ attr_accessor :Events, :RunningOrderIds, :TotalCount, :Versions, :RequestId
1893
1896
 
1894
- def initialize(events=nil, runningorderids=nil, totalcount=nil, requestid=nil)
1897
+ def initialize(events=nil, runningorderids=nil, totalcount=nil, versions=nil, requestid=nil)
1895
1898
  @Events = events
1896
1899
  @RunningOrderIds = runningorderids
1897
1900
  @TotalCount = totalcount
1901
+ @Versions = versions
1898
1902
  @RequestId = requestid
1899
1903
  end
1900
1904
 
@@ -1909,6 +1913,7 @@ module TencentCloud
1909
1913
  end
1910
1914
  @RunningOrderIds = params['RunningOrderIds']
1911
1915
  @TotalCount = params['TotalCount']
1916
+ @Versions = params['Versions']
1912
1917
  @RequestId = params['RequestId']
1913
1918
  end
1914
1919
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-oceanus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1073
4
+ version: 3.0.1074
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-06-03 00:00:00.000000000 Z
11
+ date: 2025-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common