tencentcloud-sdk-ssl 3.0.970 → 3.0.971
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/v20191205/models.rb +3 -3
- 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: faf4cfa7f8d0d12d401164343761147b4ef78ae0
|
|
4
|
+
data.tar.gz: 5d06fce01a98f7a5af500873db0c196d6a1cba22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99b154ec3370788c6e6b26a965542102362eeee6f0ecf7d1430dfd287764ebfa39b4601b51cdcfb06ab3e392bb6cb5f4dcb51a55ad14e6c590e242ad8d8af10e
|
|
7
|
+
data.tar.gz: a5051a61e2e8853cfad2f81cdc52aeac15c985f069bf350629f75616d7a23cc838d8bbcf3361224df8710d3865a4a55c9277f6ca5eba88a2459ec5485903ac1f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.971
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -2094,7 +2094,7 @@ module TencentCloud
|
|
|
2094
2094
|
|
|
2095
2095
|
# DescribeCertificateBindResourceTaskDetail请求参数结构体
|
|
2096
2096
|
class DescribeCertificateBindResourceTaskDetailRequest < TencentCloud::Common::AbstractModel
|
|
2097
|
-
# @param TaskId: 任务ID
|
|
2097
|
+
# @param TaskId: 任务ID,根据CreateCertificateBindResourceSyncTask得到的任务ID查询绑定云资源结果
|
|
2098
2098
|
# @type TaskId: String
|
|
2099
2099
|
# @param Limit: 每页展示数量, 默认10,最大值100; 分页总数为云资源地域下实例总数, 即第一页会拉群每个云资源的地域下面Limit数量实例
|
|
2100
2100
|
# @type Limit: String
|
|
@@ -3955,7 +3955,7 @@ module TencentCloud
|
|
|
3955
3955
|
# @type Offset: Integer
|
|
3956
3956
|
# @param Limit: 每页数量,默认10。
|
|
3957
3957
|
# @type Limit: Integer
|
|
3958
|
-
# @param AsyncCache:
|
|
3958
|
+
# @param AsyncCache: 是否异步,1表示是,0表示否,默认为0
|
|
3959
3959
|
# @type AsyncCache: Integer
|
|
3960
3960
|
|
|
3961
3961
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
|
@@ -3992,7 +3992,7 @@ module TencentCloud
|
|
|
3992
3992
|
|
|
3993
3993
|
# DescribeHostTeoInstanceList返回参数结构体
|
|
3994
3994
|
class DescribeHostTeoInstanceListResponse < TencentCloud::Common::AbstractModel
|
|
3995
|
-
# @param InstanceList: teo
|
|
3995
|
+
# @param InstanceList: teo实例列表,如取不到值返回空数组
|
|
3996
3996
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3997
3997
|
# @type InstanceList: Array
|
|
3998
3998
|
# @param TotalCount: 总数
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ssl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.971
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|