tencentcloud-sdk-dbbrain 3.0.487 → 3.0.488

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: 833eba8fc271249ce0d80e4530a261e05597e2fc
4
- data.tar.gz: 63002abdd8a241b0bf20ed155ecbb1961423b16e
3
+ metadata.gz: c53b18a8a510f8f4741f8564732bebd0c6465113
4
+ data.tar.gz: 77e3eafb2606f1ec6b0f3e2e632d71342b01e45a
5
5
  SHA512:
6
- metadata.gz: 77362b47d9dfdb111b7f00a44a0bdb9928073f9eda1b87b50a74b97b8829db657e00410697b4b4281b56d8a6bf81d4031d45e65d54d0e9fc4643bcce41b6bbe2
7
- data.tar.gz: ac3ed5486d7df0442d3889a22dec98b42da71d2a56fdd0e3221dde57f855a8e7137ad131db718bb90ac512b5b144704fb87fb5f2387a42077f578eb78894b254
6
+ metadata.gz: 138861e45a78ff1c3f8824660f1448f75af67334a861c819fdb59e8593673b6dde5faf602cb67e2230191e67ad27f59ff397e57527343cd38c0595745918c68c
7
+ data.tar.gz: a377cbf48a96b1aaca086fcf263ee5d2240b356fd5b1d0f83bf9c8df2f9dd5502c71cde38ce2cd0aa56b4af3e9db784c0fdfabc90e92c51017178ce7f22381d3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.487
1
+ 3.0.488
@@ -605,7 +605,7 @@ module TencentCloud
605
605
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
606
606
  end
607
607
 
608
- # 获取当前实例会话统计详情信息。【注意】该接口仅限部分环境调用。
608
+ # 获取当前实例下的单个proxy的会话统计详情信息, 返回数据为单个 proxy 的会话统计信息。【注意】该接口仅限部分环境调用。
609
609
 
610
610
  # @param request: Request instance for DescribeProxyProcessStatistics.
611
611
  # @type request: :class:`Tencentcloud::dbbrain::V20210527::DescribeProxyProcessStatisticsRequest`
@@ -1435,7 +1435,7 @@ module TencentCloud
1435
1435
  class DescribeProxyProcessStatisticsRequest < TencentCloud::Common::AbstractModel
1436
1436
  # @param InstanceId: 实例 ID 。
1437
1437
  # @type InstanceId: String
1438
- # @param InstanceProxyId: 当前实例下的 ProxyID。
1438
+ # @param InstanceProxyId: 该实例下需要查询的某一个 ProxyID
1439
1439
  # @type InstanceProxyId: String
1440
1440
  # @param Limit: 返回数量。
1441
1441
  # @type Limit: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.487
4
+ version: 3.0.488
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-01-05 00:00:00.000000000 Z
11
+ date: 2023-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common