tencentcloud-sdk-tat 3.0.1094 → 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 +12 -4
- 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
@@ -1645,6 +1645,8 @@ module TencentCloud
|
|
1645
1645
|
# @type InvocationId: String
|
1646
1646
|
# @param CommandId: 命令ID。
|
1647
1647
|
# @type CommandId: String
|
1648
|
+
# @param CommandName: 执行的命令的名称
|
1649
|
+
# @type CommandName: String
|
1648
1650
|
# @param InvocationStatus: 执行任务状态。取值范围:
|
1649
1651
|
|
1650
1652
|
# - PENDING:等待下发
|
@@ -1695,11 +1697,12 @@ module TencentCloud
|
|
1695
1697
|
# @param OutputCOSKeyPrefix: 日志在cos bucket中的目录。
|
1696
1698
|
# @type OutputCOSKeyPrefix: String
|
1697
1699
|
|
1698
|
-
attr_accessor :InvocationId, :CommandId, :InvocationStatus, :InvocationTaskBasicInfoSet, :Description, :StartTime, :EndTime, :CreatedTime, :UpdatedTime, :Parameters, :DefaultParameters, :InstanceKind, :Username, :InvocationSource, :CommandContent, :CommandType, :Timeout, :WorkingDirectory, :OutputCOSBucketUrl, :OutputCOSKeyPrefix
|
1700
|
+
attr_accessor :InvocationId, :CommandId, :CommandName, :InvocationStatus, :InvocationTaskBasicInfoSet, :Description, :StartTime, :EndTime, :CreatedTime, :UpdatedTime, :Parameters, :DefaultParameters, :InstanceKind, :Username, :InvocationSource, :CommandContent, :CommandType, :Timeout, :WorkingDirectory, :OutputCOSBucketUrl, :OutputCOSKeyPrefix
|
1699
1701
|
|
1700
|
-
def initialize(invocationid=nil, commandid=nil, invocationstatus=nil, invocationtaskbasicinfoset=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, updatedtime=nil, parameters=nil, defaultparameters=nil, instancekind=nil, username=nil, invocationsource=nil, commandcontent=nil, commandtype=nil, timeout=nil, workingdirectory=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
|
1702
|
+
def initialize(invocationid=nil, commandid=nil, commandname=nil, invocationstatus=nil, invocationtaskbasicinfoset=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, updatedtime=nil, parameters=nil, defaultparameters=nil, instancekind=nil, username=nil, invocationsource=nil, commandcontent=nil, commandtype=nil, timeout=nil, workingdirectory=nil, outputcosbucketurl=nil, outputcoskeyprefix=nil)
|
1701
1703
|
@InvocationId = invocationid
|
1702
1704
|
@CommandId = commandid
|
1705
|
+
@CommandName = commandname
|
1703
1706
|
@InvocationStatus = invocationstatus
|
1704
1707
|
@InvocationTaskBasicInfoSet = invocationtaskbasicinfoset
|
1705
1708
|
@Description = description
|
@@ -1723,6 +1726,7 @@ module TencentCloud
|
|
1723
1726
|
def deserialize(params)
|
1724
1727
|
@InvocationId = params['InvocationId']
|
1725
1728
|
@CommandId = params['CommandId']
|
1729
|
+
@CommandName = params['CommandName']
|
1726
1730
|
@InvocationStatus = params['InvocationStatus']
|
1727
1731
|
unless params['InvocationTaskBasicInfoSet'].nil?
|
1728
1732
|
@InvocationTaskBasicInfoSet = []
|
@@ -1798,10 +1802,12 @@ module TencentCloud
|
|
1798
1802
|
# - USER:来源于用户调用。
|
1799
1803
|
# - INVOKER:来源于定时执行。
|
1800
1804
|
# @type InvocationSource: String
|
1805
|
+
# @param CommandName: 执行的命令的名称。
|
1806
|
+
# @type CommandName: String
|
1801
1807
|
|
1802
|
-
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
|
1803
1809
|
|
1804
|
-
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)
|
1805
1811
|
@InvocationId = invocationid
|
1806
1812
|
@InvocationTaskId = invocationtaskid
|
1807
1813
|
@CommandId = commandid
|
@@ -1815,6 +1821,7 @@ module TencentCloud
|
|
1815
1821
|
@CommandDocument = commanddocument
|
1816
1822
|
@ErrorInfo = errorinfo
|
1817
1823
|
@InvocationSource = invocationsource
|
1824
|
+
@CommandName = commandname
|
1818
1825
|
end
|
1819
1826
|
|
1820
1827
|
def deserialize(params)
|
@@ -1837,6 +1844,7 @@ module TencentCloud
|
|
1837
1844
|
end
|
1838
1845
|
@ErrorInfo = params['ErrorInfo']
|
1839
1846
|
@InvocationSource = params['InvocationSource']
|
1847
|
+
@CommandName = params['CommandName']
|
1840
1848
|
end
|
1841
1849
|
end
|
1842
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
|