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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180330/models.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e059b9a072c0783424397140256a59b3d832cc5
|
|
4
|
+
data.tar.gz: c53a8eae7c8757ca08aa4e3a80238a6a7e6ae11c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40a36bb27b1f5443e19085084c2863f8a4857a04ad52793a58e32a6ea98237aaf7222c5a39b6450939a17dd00f6b6359a2d22570308b1252100bb00e10ffaaaa
|
|
7
|
+
data.tar.gz: 80ea75f4438b063d6cbae27f89ce1e58eeb8ff37ec3383a7cca4304ce4406f1c6634f488aeed344a055bc7d11edfcdaaf57104893e84570611e12689e0e62348
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.310
|
data/lib/v20180330/models.rb
CHANGED
|
@@ -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:
|
|
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.
|
|
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-
|
|
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
|