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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec14f0b9aaeba1472e8898c707d2956c973b6cc5
4
- data.tar.gz: 088287d7366cfa10b7cc020cff2c5f857e269d97
3
+ metadata.gz: faf4cfa7f8d0d12d401164343761147b4ef78ae0
4
+ data.tar.gz: 5d06fce01a98f7a5af500873db0c196d6a1cba22
5
5
  SHA512:
6
- metadata.gz: 07447fe891b675ff008e76cbacaba6c8257a21595139d94e6833d457ebd232e73ccbbbebab3f5fccf15c1f8cc9707371ab001158ff3668b4cee4776e4baf1f66
7
- data.tar.gz: 11b9c08ef7583af227082fcd45409a2c9a5b976cf661e18c59db3555ac25679dd08ffdc833e37b4f30b33246df5d8c78bec19a60f259aa590198093a7cb3680b
6
+ metadata.gz: 99b154ec3370788c6e6b26a965542102362eeee6f0ecf7d1430dfd287764ebfa39b4601b51cdcfb06ab3e392bb6cb5f4dcb51a55ad14e6c590e242ad8d8af10e
7
+ data.tar.gz: a5051a61e2e8853cfad2f81cdc52aeac15c985f069bf350629f75616d7a23cc838d8bbcf3361224df8710d3865a4a55c9277f6ca5eba88a2459ec5485903ac1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.971
@@ -2094,7 +2094,7 @@ module TencentCloud
2094
2094
 
2095
2095
  # DescribeCertificateBindResourceTaskDetail请求参数结构体
2096
2096
  class DescribeCertificateBindResourceTaskDetailRequest < TencentCloud::Common::AbstractModel
2097
- # @param TaskId: 任务ID,根据任务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.970
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-26 00:00:00.000000000 Z
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