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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201028/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: e6f61e2da94a902d5441a9d57502ae57034b4f4f
|
4
|
+
data.tar.gz: 293cf3d45b220f8c15878513712244a2f37702fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 406047dc57dae8c90db95dbcbcc771f561f3ebf84a6df74900ef492f8fad97c23f2b3d254f781e159a0436ea2d100b7a9dea19c438ac3d33a9f03edc9969360d
|
7
|
+
data.tar.gz: 008c9c244869960f07d105b900f88fd6685a10c592fe994e33931a23906442cce8ed8cc253863e36c8818b7429b65f861d5e362632ffbe96629681d017c6dba7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1143
|
data/lib/v20201028/models.rb
CHANGED
@@ -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.
|
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-
|
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
|