tencentcloud-sdk-dts 1.0.307 → 1.0.310

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: 158165cf3664f39fdd6245cb92336ee1818cb4bb
4
- data.tar.gz: 7329885d72a8942bdc3a9a1347ba22f942b75a6c
3
+ metadata.gz: 9e059b9a072c0783424397140256a59b3d832cc5
4
+ data.tar.gz: c53a8eae7c8757ca08aa4e3a80238a6a7e6ae11c
5
5
  SHA512:
6
- metadata.gz: a2265257ca464144478cd0bc6255296d3c3ae2911161609db5bb6dc6d3d5e6040974f7243e9ade870f0f8b6b7da8f7a2a24c6bf5ce7c265e3b620a7b29e0fe6c
7
- data.tar.gz: 5574eb82ad929b4a44cdfc041619f0e7356e5103462eac4722535c1ff8d615c568facb67472393747ac0970eaf6500bf41622ea0fafd4e829433c62ec230890f
6
+ metadata.gz: 40a36bb27b1f5443e19085084c2863f8a4857a04ad52793a58e32a6ea98237aaf7222c5a39b6450939a17dd00f6b6359a2d22570308b1252100bb00e10ffaaaa
7
+ data.tar.gz: 80ea75f4438b063d6cbae27f89ce1e58eeb8ff37ec3383a7cca4304ce4406f1c6634f488aeed344a055bc7d11edfcdaaf57104893e84570611e12689e0e62348
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.307
1
+ 1.0.310
@@ -285,7 +285,7 @@ module TencentCloud
285
285
  # @type Duration: Integer
286
286
  # @param Count: 购买数量,默认为1,最大为10
287
287
  # @type Count: Integer
288
- # @param AutoRenew: 是否自动续费,默认为01表示自动续费。小时计费实例设置该标识无效。
288
+ # @param AutoRenew: 是否自动续费,0表示不自动续费,1表示自动续费,默认为0。小时计费实例设置该标识无效。
289
289
  # @type AutoRenew: Integer
290
290
  # @param Tags: 实例资源标签
291
291
  # @type Tags: Array
@@ -773,9 +773,9 @@ module TencentCloud
773
773
  # @type Status: Array
774
774
  # @param SubsStatus: 数据订阅实例的配置状态,unconfigure - 未配置, configuring - 配置中,configured - 已配置
775
775
  # @type SubsStatus: Array
776
- # @param Offset: 返回记录的起始偏移量
776
+ # @param Offset: 返回记录的起始偏移量,默认为0。请输入非负整数
777
777
  # @type Offset: Integer
778
- # @param Limit: 单次返回的记录数量
778
+ # @param Limit: 单次返回的记录数量,默认20。请输入1到100的整数
779
779
  # @type Limit: Integer
780
780
  # @param OrderDirection: 排序方向,可选的值为"DESC"和"ASC",默认为"DESC",按创建时间逆序排序
781
781
  # @type OrderDirection: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.307
4
+ version: 1.0.310
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-08 00:00:00.000000000 Z
11
+ date: 2022-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common