tencentcloud-sdk-tcaplusdb 3.0.767 → 3.0.768

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: d7de54915a6edba7d8f790fa53fff6fb3e2e80a9
4
- data.tar.gz: fe443e0933dc603914f896f51d777393204e11d5
3
+ metadata.gz: f3dbfbd46dc37c0c9b830ada2a74dfc520df5284
4
+ data.tar.gz: d23633827006315b8f94c07c517362afbeb00ed6
5
5
  SHA512:
6
- metadata.gz: 1998ecb8dcba26ae11b743cb925f963419dff6d8cca160f8f1dde9cf97353dab4a68f73d2332cba10b197bc9bd6e280b55e7e331a837c52d2fac83c4202130ae
7
- data.tar.gz: 8de8c2619adf55f4cb75688e324e6ddad1f8a9afe9a8f10be1f3b6f7e22258589b9456c6b5d208d97bceb166e170a445ff70b1e0bc24b4c5219bdfd68cf2d542
6
+ metadata.gz: 1bdb2409293e4359deba6f34b2780511c2478fb16cce9da7c0f3b994c5daa31d35207da9f9a44b49efa72a80f21b7497c0439e97030d8963ad065e4725e1dc80
7
+ data.tar.gz: 1f33002388db1f35e5884da7266f36a649468334319e15fe4b3e07569762874c46c2b5a9da9999fa36b907b01b0e7644d0663819847213eef5dbcd287b88445c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.767
1
+ 3.0.768
@@ -777,7 +777,7 @@ module TencentCloud
777
777
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
778
778
  end
779
779
 
780
- # 当restful api为关闭状态时,可以通过此接口开启restful apu
780
+ # 当restful api为关闭状态时,可以通过此接口开启restful api。
781
781
 
782
782
  # @param request: Request instance for EnableRestProxy.
783
783
  # @type request: :class:`Tencentcloud::tcaplusdb::V20190823::EnableRestProxyRequest`
@@ -2332,7 +2332,7 @@ module TencentCloud
2332
2332
 
2333
2333
  # EnableRestProxy请求参数结构体
2334
2334
  class EnableRestProxyRequest < TencentCloud::Common::AbstractModel
2335
- # @param ClusterId: 对应于appid
2335
+ # @param ClusterId: 集群 ID。
2336
2336
  # @type ClusterId: String
2337
2337
 
2338
2338
  attr_accessor :ClusterId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcaplusdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.767
4
+ version: 3.0.768
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-02-21 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common