tencentcloud-sdk-rum 3.0.456 → 3.0.458
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/v20210622/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: 0b2d023d1d98909224c1074ba7940d7691b1e18e
|
|
4
|
+
data.tar.gz: 2d3d8a73e22065be0598e3569811081dbb09da74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ee56064a4442d402d767b079f85a62f5a2745f3871be705766e89b8cbc3c6f6bb19f0a20e5546cca14601cd8ac4bfa0069f5256bf5b2c780ca0474ac69383e2
|
|
7
|
+
data.tar.gz: abe6db9f279bc18bcf0f866dc0a366943dce5d0794c2734fb7b78dfb6327fde2627ae35e198a10e76d39ebc20d8fc4d3013a6238748562abb9930e56d5aaea84
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.458
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -276,7 +276,7 @@ module TencentCloud
|
|
|
276
276
|
class CreateTawInstanceRequest < TencentCloud::Common::AbstractModel
|
|
277
277
|
# @param AreaId: 片区Id,(至少大于0)
|
|
278
278
|
# @type AreaId: Integer
|
|
279
|
-
# @param ChargeType: 计费类型, (1
|
|
279
|
+
# @param ChargeType: 计费类型, (1=后付费)
|
|
280
280
|
# @type ChargeType: Integer
|
|
281
281
|
# @param DataRetentionDays: 数据保存时间,(至少大于0)
|
|
282
282
|
# @type DataRetentionDays: Integer
|
|
@@ -3358,9 +3358,9 @@ module TencentCloud
|
|
|
3358
3358
|
# @type Offset: Integer
|
|
3359
3359
|
# @param AreaIds: 片区Id
|
|
3360
3360
|
# @type AreaIds: Array
|
|
3361
|
-
# @param InstanceStatuses: 实例状态(1=创建中,2=运行中,3=异常,4=重启中,5=停止中,6=已停止,7=销毁中,8=已销毁)
|
|
3361
|
+
# @param InstanceStatuses: 实例状态(1=创建中,2=运行中,3=异常,4=重启中,5=停止中,6=已停止,7=销毁中,8=已销毁), 该参数已废弃,请在Filters内注明
|
|
3362
3362
|
# @type InstanceStatuses: Array
|
|
3363
|
-
# @param InstanceIds: 实例Id
|
|
3363
|
+
# @param InstanceIds: 实例Id, 该参数已废弃,请在Filters内注明
|
|
3364
3364
|
# @type InstanceIds: Array
|
|
3365
3365
|
# @param Filters: 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
|
3366
3366
|
# @type Filters: Array
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-rum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.458
|
|
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-11-
|
|
11
|
+
date: 2022-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|