tencentcloud-sdk-ssl 3.0.1094 → 3.0.1101

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +19 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c36640b1700948a381720c2b80b8b4c8446f361c
4
- data.tar.gz: f5e8ed0cb06022a28e2dfbb3e01ae3b4d2d10519
3
+ metadata.gz: 3a422928c2c35cf495797e1845225014243e591c
4
+ data.tar.gz: 018077a4bc7663b68e7141a0a2b379fc5a7d5590
5
5
  SHA512:
6
- metadata.gz: 7aeb3a0fe06ea3e2bc29005b5b4d5025f4388feea5abcd5517447d85e5f454aa914dccaa0a6731eb1c2e8268219a3f49b3cc0d66bcbf70afda155d4795029993
7
- data.tar.gz: 9cfd1894e94d54433486ea21cc5de3f338bd9c350f31cfa7dd8e60f62134e319527150d311707ec97cde0b416cc727e50e0ba50af1cb553e13d8b1d0ed6d4664
6
+ metadata.gz: 09133f2cf17baf67b1a3f9b8ba6d2bf64e53fdae9f67374db35276f3555c077a1b62cb7f540efd067e5eaccdf225b21eb437ab4f9182411543c8dfd0a59af17f
7
+ data.tar.gz: 2c3b7d582b0c834b69f3948ba663630ef5af5e596b446410f08d3df883a6da96f79ff5b5cc63d5835879533103ab39d470d9732b7f51b4c786014437a4a11a9c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1101
@@ -2467,10 +2467,12 @@ module TencentCloud
2467
2467
  # @type Status: Integer
2468
2468
  # @param CreateTime: 托管资源创建时间
2469
2469
  # @type CreateTime: String
2470
+ # @param PendingTotalCount: 待部署总数
2471
+ # @type PendingTotalCount: Integer
2470
2472
 
2471
- attr_accessor :TotalCount, :SuccessTotalCount, :FailedTotalCount, :RunningTotalCount, :Type, :RecordDetailList, :Status, :CreateTime
2473
+ attr_accessor :TotalCount, :SuccessTotalCount, :FailedTotalCount, :RunningTotalCount, :Type, :RecordDetailList, :Status, :CreateTime, :PendingTotalCount
2472
2474
 
2473
- def initialize(totalcount=nil, successtotalcount=nil, failedtotalcount=nil, runningtotalcount=nil, type=nil, recorddetaillist=nil, status=nil, createtime=nil)
2475
+ def initialize(totalcount=nil, successtotalcount=nil, failedtotalcount=nil, runningtotalcount=nil, type=nil, recorddetaillist=nil, status=nil, createtime=nil, pendingtotalcount=nil)
2474
2476
  @TotalCount = totalcount
2475
2477
  @SuccessTotalCount = successtotalcount
2476
2478
  @FailedTotalCount = failedtotalcount
@@ -2479,6 +2481,7 @@ module TencentCloud
2479
2481
  @RecordDetailList = recorddetaillist
2480
2482
  @Status = status
2481
2483
  @CreateTime = createtime
2484
+ @PendingTotalCount = pendingtotalcount
2482
2485
  end
2483
2486
 
2484
2487
  def deserialize(params)
@@ -2497,6 +2500,7 @@ module TencentCloud
2497
2500
  end
2498
2501
  @Status = params['Status']
2499
2502
  @CreateTime = params['CreateTime']
2503
+ @PendingTotalCount = params['PendingTotalCount']
2500
2504
  end
2501
2505
  end
2502
2506
 
@@ -4583,17 +4587,20 @@ module TencentCloud
4583
4587
  # @type FailedTotalCount: Integer
4584
4588
  # @param RunningTotalCount: 部署中总数
4585
4589
  # @type RunningTotalCount: Integer
4590
+ # @param PendingTotalCount: 带部署总数
4591
+ # @type PendingTotalCount: Integer
4586
4592
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4587
4593
  # @type RequestId: String
4588
4594
 
4589
- attr_accessor :TotalCount, :DeployRecordDetailList, :SuccessTotalCount, :FailedTotalCount, :RunningTotalCount, :RequestId
4595
+ attr_accessor :TotalCount, :DeployRecordDetailList, :SuccessTotalCount, :FailedTotalCount, :RunningTotalCount, :PendingTotalCount, :RequestId
4590
4596
 
4591
- def initialize(totalcount=nil, deployrecorddetaillist=nil, successtotalcount=nil, failedtotalcount=nil, runningtotalcount=nil, requestid=nil)
4597
+ def initialize(totalcount=nil, deployrecorddetaillist=nil, successtotalcount=nil, failedtotalcount=nil, runningtotalcount=nil, pendingtotalcount=nil, requestid=nil)
4592
4598
  @TotalCount = totalcount
4593
4599
  @DeployRecordDetailList = deployrecorddetaillist
4594
4600
  @SuccessTotalCount = successtotalcount
4595
4601
  @FailedTotalCount = failedtotalcount
4596
4602
  @RunningTotalCount = runningtotalcount
4603
+ @PendingTotalCount = pendingtotalcount
4597
4604
  @RequestId = requestid
4598
4605
  end
4599
4606
 
@@ -4610,6 +4617,7 @@ module TencentCloud
4610
4617
  @SuccessTotalCount = params['SuccessTotalCount']
4611
4618
  @FailedTotalCount = params['FailedTotalCount']
4612
4619
  @RunningTotalCount = params['RunningTotalCount']
4620
+ @PendingTotalCount = params['PendingTotalCount']
4613
4621
  @RequestId = params['RequestId']
4614
4622
  end
4615
4623
  end
@@ -5022,17 +5030,20 @@ module TencentCloud
5022
5030
  # @type FailedTotalCount: Integer
5023
5031
  # @param RunningTotalCount: 部署中总数,如果取不到返回0
5024
5032
  # @type RunningTotalCount: Integer
5033
+ # @param PendingTotalCount: 待部署总数
5034
+ # @type PendingTotalCount: Integer
5025
5035
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5026
5036
  # @type RequestId: String
5027
5037
 
5028
- attr_accessor :TotalCount, :RecordDetailList, :SuccessTotalCount, :FailedTotalCount, :RunningTotalCount, :RequestId
5038
+ attr_accessor :TotalCount, :RecordDetailList, :SuccessTotalCount, :FailedTotalCount, :RunningTotalCount, :PendingTotalCount, :RequestId
5029
5039
 
5030
- def initialize(totalcount=nil, recorddetaillist=nil, successtotalcount=nil, failedtotalcount=nil, runningtotalcount=nil, requestid=nil)
5040
+ def initialize(totalcount=nil, recorddetaillist=nil, successtotalcount=nil, failedtotalcount=nil, runningtotalcount=nil, pendingtotalcount=nil, requestid=nil)
5031
5041
  @TotalCount = totalcount
5032
5042
  @RecordDetailList = recorddetaillist
5033
5043
  @SuccessTotalCount = successtotalcount
5034
5044
  @FailedTotalCount = failedtotalcount
5035
5045
  @RunningTotalCount = runningtotalcount
5046
+ @PendingTotalCount = pendingtotalcount
5036
5047
  @RequestId = requestid
5037
5048
  end
5038
5049
 
@@ -5049,6 +5060,7 @@ module TencentCloud
5049
5060
  @SuccessTotalCount = params['SuccessTotalCount']
5050
5061
  @FailedTotalCount = params['FailedTotalCount']
5051
5062
  @RunningTotalCount = params['RunningTotalCount']
5063
+ @PendingTotalCount = params['PendingTotalCount']
5052
5064
  @RequestId = params['RequestId']
5053
5065
  end
5054
5066
  end
@@ -8214,7 +8226,7 @@ module TencentCloud
8214
8226
  class UploadCertificateResponse < TencentCloud::Common::AbstractModel
8215
8227
  # @param CertificateId: 证书 ID。
8216
8228
  # @type CertificateId: String
8217
- # @param RepeatCertId: 重复证书的ID
8229
+ # @param RepeatCertId: 当入参Repeatable为false的时候 返回的重复证书的ID,注意当用户上传相同的证书超过5000张的时候,当前接口会无视入参Repeatable,直接返回重复证书的ID。
8218
8230
  # @type RepeatCertId: String
8219
8231
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8220
8232
  # @type RequestId: String
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.1094
4
+ version: 3.0.1101
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-05 00:00:00.000000000 Z
11
+ date: 2025-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common