tencentcloud-sdk-tat 3.0.1108 → 3.0.1143

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: 06d35b4ec0c6c6d662fee581cf904697bb26108d
4
- data.tar.gz: 291fca7740e075ad4dd877579125ce9174495819
3
+ metadata.gz: e6f61e2da94a902d5441a9d57502ae57034b4f4f
4
+ data.tar.gz: 293cf3d45b220f8c15878513712244a2f37702fb
5
5
  SHA512:
6
- metadata.gz: 8b1d68e88b38ab6ea5cc371fb2292bdf3963185426aca5f5fe4c91409193e73c0afc0ac8a19516b1285bc5e0ace6bbd7dd01f36d944a20d9cae6f26665f17c86
7
- data.tar.gz: 6d4f18410b682917ac6bbe2b7bb5dd2d35bbece1b14f3fbfaa69133b66e5fc7d8383da3e7581940d9fda9ae1f5950e31afe68aa4c3b8598eb006f94a0cf1aa86
6
+ metadata.gz: 406047dc57dae8c90db95dbcbcc771f561f3ebf84a6df74900ef492f8fad97c23f2b3d254f781e159a0436ea2d100b7a9dea19c438ac3d33a9f03edc9969360d
7
+ data.tar.gz: 008c9c244869960f07d105b900f88fd6685a10c592fe994e33931a23906442cce8ed8cc253863e36c8818b7429b65f861d5e362632ffbe96629681d017c6dba7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1108
1
+ 3.0.1143
@@ -1802,10 +1802,12 @@ module TencentCloud
1802
1802
  # - USER:来源于用户调用。
1803
1803
  # - INVOKER:来源于定时执行。
1804
1804
  # @type InvocationSource: String
1805
+ # @param CommandName: 执行的命令的名称。
1806
+ # @type CommandName: String
1805
1807
 
1806
- attr_accessor :InvocationId, :InvocationTaskId, :CommandId, :TaskStatus, :InstanceId, :TaskResult, :StartTime, :EndTime, :CreatedTime, :UpdatedTime, :CommandDocument, :ErrorInfo, :InvocationSource
1808
+ attr_accessor :InvocationId, :InvocationTaskId, :CommandId, :TaskStatus, :InstanceId, :TaskResult, :StartTime, :EndTime, :CreatedTime, :UpdatedTime, :CommandDocument, :ErrorInfo, :InvocationSource, :CommandName
1807
1809
 
1808
- def initialize(invocationid=nil, invocationtaskid=nil, commandid=nil, taskstatus=nil, instanceid=nil, taskresult=nil, starttime=nil, endtime=nil, createdtime=nil, updatedtime=nil, commanddocument=nil, errorinfo=nil, invocationsource=nil)
1810
+ def initialize(invocationid=nil, invocationtaskid=nil, commandid=nil, taskstatus=nil, instanceid=nil, taskresult=nil, starttime=nil, endtime=nil, createdtime=nil, updatedtime=nil, commanddocument=nil, errorinfo=nil, invocationsource=nil, commandname=nil)
1809
1811
  @InvocationId = invocationid
1810
1812
  @InvocationTaskId = invocationtaskid
1811
1813
  @CommandId = commandid
@@ -1819,6 +1821,7 @@ module TencentCloud
1819
1821
  @CommandDocument = commanddocument
1820
1822
  @ErrorInfo = errorinfo
1821
1823
  @InvocationSource = invocationsource
1824
+ @CommandName = commandname
1822
1825
  end
1823
1826
 
1824
1827
  def deserialize(params)
@@ -1841,6 +1844,7 @@ module TencentCloud
1841
1844
  end
1842
1845
  @ErrorInfo = params['ErrorInfo']
1843
1846
  @InvocationSource = params['InvocationSource']
1847
+ @CommandName = params['CommandName']
1844
1848
  end
1845
1849
  end
1846
1850
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1108
4
+ version: 3.0.1143
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-07-24 00:00:00.000000000 Z
11
+ date: 2025-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common