tencentcloud-sdk-redis 3.0.445 → 3.0.447

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: 414d275bbb3a520b40f3ac843a2a22e47114d9e8
4
- data.tar.gz: bf7ad46c1e2ad3a139beab7c81c09acf38728c80
3
+ metadata.gz: 438a6daf134bbbad329b98a16378b8157a30d4f1
4
+ data.tar.gz: 64ba156dfac41e325807f90c915ed74c2ad4d8d7
5
5
  SHA512:
6
- metadata.gz: 9f3a246f752c552bfc8027ee41ed23c9365bad49a19fbce4bd1491e8adb30a8a673fbe16235c8f185fed40c3fafe05355ae3b4da9e90be3971a105c380915edd
7
- data.tar.gz: 6872ac816a75f21a978d7dbb5259622c2d008fcd60cc01fcc660e4cfaa4e3d815d50ec6d5e3df99f57f8807813a5958e032e32207f33a81eac41f52ae207d9a5
6
+ metadata.gz: 9e37b5b2af7701b9a2f2b003aba3e2045d0d356d1482a23421c93a6dcb3b876ead2cb3378792c9a8ba74c7077a907774e59fed62f19a64fa7e9af16d2e5a192e
7
+ data.tar.gz: cffc971da6ff920cda8b422e6712b5e8dfe34c3037be0b4fead8e2e95e39d67dfd851c9001cb8fd3b2b503cdd24a72e14a8f6eadaa5fd4170df5cdaa671ee579
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.445
1
+ 3.0.447
@@ -1829,7 +1829,7 @@ module TencentCloud
1829
1829
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1830
1830
  end
1831
1831
 
1832
- # 续费实例
1832
+ # 本接口(RenewInstance)可用于为实例续费。
1833
1833
 
1834
1834
  # @param request: Request instance for RenewInstance.
1835
1835
  # @type request: :class:`Tencentcloud::redis::V20180412::RenewInstanceRequest`
@@ -5742,27 +5742,31 @@ module TencentCloud
5742
5742
 
5743
5743
  # RenewInstance请求参数结构体
5744
5744
  class RenewInstanceRequest < TencentCloud::Common::AbstractModel
5745
- # @param Period: 购买时长,单位:月
5745
+ # @param Period: 购买时长,单位:月。
5746
5746
  # @type Period: Integer
5747
- # @param InstanceId: 实例ID
5747
+ # @param InstanceId: 实例 ID
5748
5748
  # @type InstanceId: String
5749
+ # @param ModifyPayMode: 标识是否修改计费模式。<ul><li>当前实例计费模式为按量计费方式,预转换为包年包月而续费,请指定该参数为 <b>prepaid</b>。</li><li>当前实例计费模式为包年包月方式,可不设置该参数。</li></ul>
5750
+ # @type ModifyPayMode: String
5749
5751
 
5750
- attr_accessor :Period, :InstanceId
5752
+ attr_accessor :Period, :InstanceId, :ModifyPayMode
5751
5753
 
5752
- def initialize(period=nil, instanceid=nil)
5754
+ def initialize(period=nil, instanceid=nil, modifypaymode=nil)
5753
5755
  @Period = period
5754
5756
  @InstanceId = instanceid
5757
+ @ModifyPayMode = modifypaymode
5755
5758
  end
5756
5759
 
5757
5760
  def deserialize(params)
5758
5761
  @Period = params['Period']
5759
5762
  @InstanceId = params['InstanceId']
5763
+ @ModifyPayMode = params['ModifyPayMode']
5760
5764
  end
5761
5765
  end
5762
5766
 
5763
5767
  # RenewInstance返回参数结构体
5764
5768
  class RenewInstanceResponse < TencentCloud::Common::AbstractModel
5765
- # @param DealId: 交易ID
5769
+ # @param DealId: 交易ID
5766
5770
  # @type DealId: String
5767
5771
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5768
5772
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.445
4
+ version: 3.0.447
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-06 00:00:00.000000000 Z
11
+ date: 2022-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '1.0'
26
+ version: '3.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
28
28
  allows Ruby developers to write software that makes use of Tencent Cloud service
29
29
  REDIS.