tencentcloud-sdk-redis 3.0.933 → 3.0.935

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: ad4fdf89112626e4c5ab1addae85521b59ae23f3
4
- data.tar.gz: a5275b17f018dfb311d4d6add3ea82bd9d337bd0
3
+ metadata.gz: 79c98c44731bdb1e245ad1abdb474c1783010ce3
4
+ data.tar.gz: 66b1b1b86bcb69a3e0313b327e6fb4667f1fa0be
5
5
  SHA512:
6
- metadata.gz: 066603eeff853c6e37b553821c9ff34e7d970adb9b32924ef5543925450dd44b47157d2ba0c43053eb9ce0ca1e1d7aca8eaad0b3b58ea3293eb75b5d4a17a761
7
- data.tar.gz: 924a1702b6ca714a35a58516e0a5945b3306ec1aa7245e9e343ba0b3878d82b9764ec69e8bff1c76a7764766dd1a9b0f076e9727781ba1711c2d34f086b7b97e
6
+ metadata.gz: 69d448ffed1979ebc09e95a722e22a56c10ebdc76c18505aa301acf1c8490295cd7422f34697656133e945129b669958f288cf13cc7845cacde06f70edbcdfad
7
+ data.tar.gz: e58308071f5851c03f40c772eb92b64304aae8bf9ebb2501646e52397bbd8a531e088d5d72c511d09b5510235893693b57f88b508ba662fd0bc02519f21347eb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.933
1
+ 3.0.935
@@ -1543,6 +1543,8 @@ module TencentCloud
1543
1543
 
1544
1544
  # 本接口(DescribeTaskList)用于查询指定实例的任务列表信息。
1545
1545
 
1546
+ # - 可查询近30天内任务列表数据。
1547
+
1546
1548
  # @param request: Request instance for DescribeTaskList.
1547
1549
  # @type request: :class:`Tencentcloud::redis::V20180412::DescribeTaskListRequest`
1548
1550
  # @rtype: :class:`Tencentcloud::redis::V20180412::DescribeTaskListResponse`
@@ -1963,9 +1963,9 @@ module TencentCloud
1963
1963
  # @type Offset: Integer
1964
1964
  # @param InstanceId: 待操作的实例ID,可通过 DescribeInstance 接口返回值中的 InstanceId 获取。
1965
1965
  # @type InstanceId: String
1966
- # @param BeginTime: 开始时间,格式如:2017-02-08 16:46:34。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表。
1966
+ # @param BeginTime: 开始时间,格式如:2017-02-08 16:46:34。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表,查询时间最大跨度30天。
1967
1967
  # @type BeginTime: String
1968
- # @param EndTime: 结束时间,格式如:2017-02-08 19:09:26。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表。
1968
+ # @param EndTime: 结束时间,格式如:2017-02-08 19:09:26。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表,查询时间最大跨度30天。
1969
1969
  # @type EndTime: String
1970
1970
  # @param Status: 备份任务的状态:
1971
1971
  # 1:备份在流程中。
@@ -2207,13 +2207,13 @@ module TencentCloud
2207
2207
 
2208
2208
  # DescribeInstanceEvents请求参数结构体
2209
2209
  class DescribeInstanceEventsRequest < TencentCloud::Common::AbstractModel
2210
- # @param ExecutionStartDate: 配置查询事件执行计划的起始日期。
2210
+ # @param ExecutionStartDate: 配置查询事件执行计划的起始日期,查询日期最大跨度30天。
2211
2211
  # @type ExecutionStartDate: String
2212
- # @param ExecutionEndDate: 配置查询事件执行计划的结束日期。
2212
+ # @param ExecutionEndDate: 配置查询事件执行计划的结束日期,查询日期最大跨度30天。
2213
2213
  # @type ExecutionEndDate: String
2214
2214
  # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
2215
2215
  # @type InstanceId: String
2216
- # @param PageSize: 输出每页显示事件的数量,默认:10。
2216
+ # @param PageSize: 输出每页显示事件的数量,默认:10,最大100
2217
2217
  # @type PageSize: Integer
2218
2218
  # @param PageNo: 配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize (每页输出数量)查询某一页的事件。默认:1。
2219
2219
  # @type PageNo: Integer
@@ -3693,15 +3693,15 @@ module TencentCloud
3693
3693
  class DescribeProxySlowLogRequest < TencentCloud::Common::AbstractModel
3694
3694
  # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
3695
3695
  # @type InstanceId: String
3696
- # @param BeginTime: 慢查询的开始时间。
3696
+ # @param BeginTime: 慢查询的开始时间,查询时间最大跨度30天。
3697
3697
  # @type BeginTime: String
3698
- # @param EndTime: 慢查询的结束时间。
3698
+ # @param EndTime: 慢查询的结束时间,查询时间最大跨度30天。
3699
3699
  # @type EndTime: String
3700
3700
  # @param MinQueryTime: 慢查询阈值,单位:毫秒。
3701
3701
  # @type MinQueryTime: Integer
3702
- # @param Limit: 分页大小。默认为 20,取值范围[20,1000]。
3702
+ # @param Limit: 每页输出的任务列表大小,默认为 20,最多输出100条。
3703
3703
  # @type Limit: Integer
3704
- # @param Offset: 偏移量,取Limit整数倍。
3704
+ # @param Offset: 分页偏移量,取Limit整数倍,计算公式:offset=limit*(页码-1)。
3705
3705
  # @type Offset: Integer
3706
3706
 
3707
3707
  attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset
@@ -4050,13 +4050,13 @@ module TencentCloud
4050
4050
  class DescribeSlowLogRequest < TencentCloud::Common::AbstractModel
4051
4051
  # @param InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
4052
4052
  # @type InstanceId: String
4053
- # @param BeginTime: 预查询慢日志的起始时间。
4053
+ # @param BeginTime: 预查询慢日志的起始时间,查询时间最大跨度30天。
4054
4054
  # @type BeginTime: String
4055
- # @param EndTime: 预查询慢日志的结束时间。
4055
+ # @param EndTime: 预查询慢日志的结束时间,查询时间最大跨度30天
4056
4056
  # @type EndTime: String
4057
4057
  # @param MinQueryTime: 慢查询平均执行时间阈值,单位:毫秒。
4058
4058
  # @type MinQueryTime: Integer
4059
- # @param Limit: 每个页面展示的慢查询条数,默认值为20。取值范围:[20,1000]
4059
+ # @param Limit: 每个页面展示的慢查询条数,默认值为20,最大100
4060
4060
  # @type Limit: Integer
4061
4061
  # @param Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
4062
4062
  # @type Offset: Integer
@@ -4257,9 +4257,9 @@ module TencentCloud
4257
4257
  # - FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
4258
4258
  # - FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
4259
4259
  # @type TaskTypes: Array
4260
- # @param BeginTime: 任务执行的起始时间。格式如:2021-12-30 00:00:00
4260
+ # @param BeginTime: 任务执行的起始时间,格式如:2021-12-30 00:00:00,支持查询近30天内数据。
4261
4261
  # @type BeginTime: String
4262
- # @param EndTime: 任务运行的终止时间。格式如:2021-12-30 20:59:35
4262
+ # @param EndTime: 任务运行的终止时间。格式如:2021-12-30 20:59:35,支持查询近30天内数据。
4263
4263
  # @type EndTime: String
4264
4264
  # @param TaskStatus: 该参数为内部使用,请忽略。
4265
4265
  # @type TaskStatus: Array
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.933
4
+ version: 3.0.935
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-10-31 00:00:00.000000000 Z
11
+ date: 2024-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common