tencentcloud-sdk-redis 3.0.842 → 3.0.843

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: f45eca4ffb61d8fd75f6f5329e4adb2f1a654dfd
4
- data.tar.gz: 4a96b916f83b5d65f4d5e7659383ebb5f2c5841b
3
+ metadata.gz: 4310f6355d52f950dca0427fe5d6307f5f7d13a8
4
+ data.tar.gz: 68ed5b59e929783aaa047be12010d617cd560517
5
5
  SHA512:
6
- metadata.gz: ccb366ea1e8d5491f3bca7f7a7d00ed648038bc4d7ed426ac624a0487275c255521c55da2d82b89e3e58b9ae16d49dc55fa1ed92b420c7290f5fc350f24b1a94
7
- data.tar.gz: d621e693b18a76f306314811154a574bb9059d30d85d7b33ee8e4c6e938d4f16c7e0f1f60be089f1c9b2aaaa19ab272e255486416d4a2b362999357f640a2ff5
6
+ metadata.gz: 487c5f770d87b8af1cae0de6a5eb34fe9983140c7c2154d69ac4838aa6dfb1fc8c7fa59b5e8d5fdcbe6c4fa2cc09d9a3973ff3a00a4bd7848d21e80e7bb7d52c
7
+ data.tar.gz: ea647066020ef5ad7bc522ceef58acfc33ae1b31b56a5edd1fc49b7f6f3435b8500b1287c08870c7cb1b6db8d5fe5cf707b4be57c9bf33db4c662131f27d09df
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.842
1
+ 3.0.843
@@ -821,7 +821,7 @@ module TencentCloud
821
821
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
822
822
  end
823
823
 
824
- # 查询实例热Key
824
+ # 本接口(DescribeInstanceMonitorHotKey)用于查询实例热Key
825
825
 
826
826
  # @param request: Request instance for DescribeInstanceMonitorHotKey.
827
827
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceMonitorHotKeyRequest`
@@ -724,9 +724,9 @@ module TencentCloud
724
724
 
725
725
  # 命令耗时
726
726
  class CommandTake < TencentCloud::Common::AbstractModel
727
- # @param Cmd: 命令
727
+ # @param Cmd: 命令名。
728
728
  # @type Cmd: String
729
- # @param Took: 耗时
729
+ # @param Took: 耗时时长。
730
730
  # @type Took: Integer
731
731
 
732
732
  attr_accessor :Cmd, :Took
@@ -2291,9 +2291,13 @@ module TencentCloud
2291
2291
 
2292
2292
  # DescribeInstanceMonitorHotKey请求参数结构体
2293
2293
  class DescribeInstanceMonitorHotKeyRequest < TencentCloud::Common::AbstractModel
2294
- # @param InstanceId: 实例Id
2294
+ # @param InstanceId: 指定实例 ID。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
2295
2295
  # @type InstanceId: String
2296
- # @param SpanType: 时间范围:1——实时,2——近30分钟,3——近6小时,4——近24小时
2296
+ # @param SpanType: 查询时间范围。
2297
+ # - 1:实时。
2298
+ # - 2:近30分钟。
2299
+ # - 3:近6小时。
2300
+ # - 4:近24小时。
2297
2301
  # @type SpanType: Integer
2298
2302
 
2299
2303
  attr_accessor :InstanceId, :SpanType
@@ -2311,7 +2315,7 @@ module TencentCloud
2311
2315
 
2312
2316
  # DescribeInstanceMonitorHotKey返回参数结构体
2313
2317
  class DescribeInstanceMonitorHotKeyResponse < TencentCloud::Common::AbstractModel
2314
- # @param Data: 热Key详细信息
2318
+ # @param Data: 热 Key 详细信息。
2315
2319
  # @type Data: Array
2316
2320
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2317
2321
  # @type RequestId: String
@@ -2381,11 +2385,15 @@ module TencentCloud
2381
2385
 
2382
2386
  # DescribeInstanceMonitorTookDist请求参数结构体
2383
2387
  class DescribeInstanceMonitorTookDistRequest < TencentCloud::Common::AbstractModel
2384
- # @param InstanceId: 实例Id
2388
+ # @param InstanceId: 实例 ID。
2385
2389
  # @type InstanceId: String
2386
- # @param Date: 时间;例如:"20190219"
2390
+ # @param Date: 查询时间日期。
2387
2391
  # @type Date: String
2388
- # @param SpanType: 时间范围:1——实时,2——近30分钟,3——近6小时,4——近24小时
2392
+ # @param SpanType: 时间范围。
2393
+ # - 1:实时。
2394
+ # - 2:近30分钟。
2395
+ # - 3:近6小时。
2396
+ # - 4:近24小时。
2389
2397
  # @type SpanType: Integer
2390
2398
 
2391
2399
  attr_accessor :InstanceId, :Date, :SpanType
@@ -2405,7 +2413,7 @@ module TencentCloud
2405
2413
 
2406
2414
  # DescribeInstanceMonitorTookDist返回参数结构体
2407
2415
  class DescribeInstanceMonitorTookDistResponse < TencentCloud::Common::AbstractModel
2408
- # @param Data: 时延分布信息
2416
+ # @param Data: 时延分布信息。
2409
2417
  # @type Data: Array
2410
2418
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2411
2419
  # @type RequestId: String
@@ -2479,9 +2487,13 @@ module TencentCloud
2479
2487
 
2480
2488
  # DescribeInstanceMonitorTopNCmdTook请求参数结构体
2481
2489
  class DescribeInstanceMonitorTopNCmdTookRequest < TencentCloud::Common::AbstractModel
2482
- # @param InstanceId: 实例ID
2490
+ # @param InstanceId: 实例 ID
2483
2491
  # @type InstanceId: String
2484
- # @param SpanType: 时间范围:1——实时,2——近30分钟,3——近6小时,4——近24小时
2492
+ # @param SpanType: 查询时间范围。
2493
+ # - 1:实时。
2494
+ # - 2:近30分钟。
2495
+ # - 3:近6小时。
2496
+ # - 4:近24小时。
2485
2497
  # @type SpanType: Integer
2486
2498
 
2487
2499
  attr_accessor :InstanceId, :SpanType
@@ -7350,9 +7362,9 @@ module TencentCloud
7350
7362
 
7351
7363
  # 访问命令
7352
7364
  class SourceCommand < TencentCloud::Common::AbstractModel
7353
- # @param Cmd: 命令
7365
+ # @param Cmd: 命令名称。
7354
7366
  # @type Cmd: String
7355
- # @param Count: 执行次数
7367
+ # @param Count: 执行次数。
7356
7368
  # @type Count: Integer
7357
7369
 
7358
7370
  attr_accessor :Cmd, :Count
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.842
4
+ version: 3.0.843
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-06-12 00:00:00.000000000 Z
11
+ date: 2024-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common