tencentcloud-sdk-redis 3.0.626 → 3.0.628

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: bfebf24af05e682ae4601766e67359f61bd3cb04
4
- data.tar.gz: 52e111d9abed7d767eb7564101da00b80203cf12
3
+ metadata.gz: a50c0368162e66ae417afd4c3a2f4ab65c204267
4
+ data.tar.gz: dcf0c1884ac89ed88a4e8d0e189f95131a4e37f1
5
5
  SHA512:
6
- metadata.gz: 1764c5a711daff4ea0a14063835fa95b8dc43be9e9b95d2bcf2c9a63925a21695ea4ebbc4ac3b4a15c38485ad8b91f3323a91c2cc580b903db782f414b76d1b4
7
- data.tar.gz: 4916b4ebb9ec809e5506bd7129c8c13d978fc2e95d5dc6e274fe304f919bc2a1e6c03d4d4e7161d310f99b7a8072fbc3e5b5fdf8649535a992de0ba5bdf190a5
6
+ metadata.gz: d97fe36be387b56145ac49908f3283ae23a87c87b5ce0746afd033a7b355194399fa9c8e2f32547b2f65c1aa8e52530bc243d0cb1af36984afeff33420db83bf
7
+ data.tar.gz: 393db269ac43a1d7ed87270ccb7b3da3430c4250309003c791801f742ea40f68fe21567cef748c71cb966463f8734527b23c1c50f2266f8765587d5563d62ad5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.626
1
+ 3.0.628
@@ -797,7 +797,7 @@ module TencentCloud
797
797
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
798
798
  end
799
799
 
800
- # 查询实例访问来源信息
800
+ # 该接口已下线,请使用数据库智能管家 DBbrain 接口 [DescribeProxyProcessStatistics] (https://cloud.tencent.com/document/product/1130/84544) 获取实例访问来源。
801
801
 
802
802
  # @param request: Request instance for DescribeInstanceMonitorSIP.
803
803
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceMonitorSIPRequest`
@@ -6806,9 +6806,9 @@ module TencentCloud
6806
6806
 
6807
6807
  # 访问来源信息
6808
6808
  class SourceInfo < TencentCloud::Common::AbstractModel
6809
- # @param Ip: 来源IP
6809
+ # @param Ip: 来源 IP 地址。
6810
6810
  # @type Ip: String
6811
- # @param Conn: 连接数
6811
+ # @param Conn: 客户端连接数量。
6812
6812
  # @type Conn: Integer
6813
6813
  # @param Cmd: 命令
6814
6814
  # @type Cmd: Integer
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.626
4
+ version: 3.0.628
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-02 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common