tencentcloud-sdk-tcss 3.0.625 → 3.0.627

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d54970bbe00fc7527736735eba59c6bba6263fa7
4
- data.tar.gz: 892431bf2bbd628a673918a10b1e64c7f80b2925
3
+ metadata.gz: c0ac8dbbb25b4024c8a293d21c4bd7b10de081bd
4
+ data.tar.gz: 405a4c5001a9b875b9d73b17cff2ee69445855fb
5
5
  SHA512:
6
- metadata.gz: cf19457f3fda4c298eab30f01e1d3b19b2fa089bdae81d58014e98a7f3ccf60b7a1653ffbcce2b1a96e7eab5f5031e28fb1ece71f969179ea80d80db12298b4d
7
- data.tar.gz: 805d58a89688c0e1ca036dda00a67c7675ac8827ea9a0639834437979e6112ab0733f0e1d45b6fcc8da37ce4f0eb9d3b49d8e36951c0d9416e2709585c391b07
6
+ metadata.gz: 5086f5461f7fdcd824bd14e4acc40c8876cb30e0fa2f91ea68f2aa4d50b011fe6d659aebc97a20c80c4a3745a916bc8b05faae3d64941cbbf1539d2426e3f9e8
7
+ data.tar.gz: ca6c13f7e80052b9b1a965a933729baf18b3dc445d883ee280493621739601d8d135408a4775102330434cd730f49c3fe8b2a99efa36b36951f5f4344de9443b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.625
1
+ 3.0.627
@@ -3397,8 +3397,8 @@ module TencentCloud
3397
3397
 
3398
3398
  attr_accessor :Component, :Version, :FixedVersion, :Path, :Type, :Name
3399
3399
  extend Gem::Deprecate
3400
- deprecate :Component, :none, 2023, 7
3401
- deprecate :Component=, :none, 2023, 7
3400
+ deprecate :Component, :none, 2023, 8
3401
+ deprecate :Component=, :none, 2023, 8
3402
3402
 
3403
3403
  def initialize(component=nil, version=nil, fixedversion=nil, path=nil, type=nil, name=nil)
3404
3404
  @Component = component
@@ -25676,7 +25676,7 @@ module TencentCloud
25676
25676
  class SoftQuotaDayInfo < TencentCloud::Common::AbstractModel
25677
25677
  # @param PayTime: 扣费时间
25678
25678
  # @type PayTime: String
25679
- # @param CoresCnt: 计费核数
25679
+ # @param CoresCnt: 计费核数(已废弃)
25680
25680
  # @type CoresCnt: Integer
25681
25681
 
25682
25682
  attr_accessor :PayTime, :CoresCnt
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.625
4
+ version: 3.0.627
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-01 00:00:00.000000000 Z
11
+ date: 2023-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common