tencentcloud-sdk-tat 3.0.1094 → 3.0.1108
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: 06d35b4ec0c6c6d662fee581cf904697bb26108d
|
4
|
+
data.tar.gz: 291fca7740e075ad4dd877579125ce9174495819
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b1d68e88b38ab6ea5cc371fb2292bdf3963185426aca5f5fe4c91409193e73c0afc0ac8a19516b1285bc5e0ace6bbd7dd01f36d944a20d9cae6f26665f17c86
|
7
|
+
data.tar.gz: 6d4f18410b682917ac6bbe2b7bb5dd2d35bbece1b14f3fbfaa69133b66e5fc7d8383da3e7581940d9fda9ae1f5950e31afe68aa4c3b8598eb006f94a0cf1aa86
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1108
|
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 = []
|
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.1108
|
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-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|