tencentcloud-sdk-dts 3.0.837 → 3.0.838
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/v20211206/models.rb +6 -2
- 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: 04a15d0e835053c4106778d19e449b71468d0e5d
|
|
4
|
+
data.tar.gz: 340930ee85bbbf5c4553dc51fa7b03d6ee1a8e3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3986aa466b1d9ac7c79cefb824bdb146959f442e376d3d48b88e820ed8c87a9b50e90f40b030dbf46721c1a4b5e3b0a4f7fcac91518359850b8a6af61c69f4ac
|
|
7
|
+
data.tar.gz: c55743e495262be023a908464bc2b68d93105e229f97e4ae0aa0fa2ee18a22bc290ec8f69d76f75dd679de3f62351f916e7a2039be89b134a4a1416ccd319dbd
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.838
|
data/lib/v20211206/models.rb
CHANGED
|
@@ -3100,6 +3100,8 @@ module TencentCloud
|
|
|
3100
3100
|
# @type SubscribeName: String
|
|
3101
3101
|
# @param InstanceId: 订阅的云上数据库实例的 ID,精确匹配
|
|
3102
3102
|
# @type InstanceId: String
|
|
3103
|
+
# @param Topic: 订阅的topicName
|
|
3104
|
+
# @type Topic: String
|
|
3103
3105
|
# @param PayType: 计费模式筛选,可能的值:0-包年包月,1-按量计费
|
|
3104
3106
|
# @type PayType: Integer
|
|
3105
3107
|
# @param Product: 订阅的数据库产品,目前支持 cynosdbmysql,mariadb,mongodb,mysql,percona,tdpg,tdsqlpercona(tdsqlmysql)
|
|
@@ -3117,12 +3119,13 @@ module TencentCloud
|
|
|
3117
3119
|
# @param TagFilters: tag 过滤条件,多个 TagFilter 之间关系为且
|
|
3118
3120
|
# @type TagFilters: Array
|
|
3119
3121
|
|
|
3120
|
-
attr_accessor :SubscribeId, :SubscribeName, :InstanceId, :PayType, :Product, :Status, :SubsStatus, :Offset, :Limit, :OrderDirection, :TagFilters
|
|
3122
|
+
attr_accessor :SubscribeId, :SubscribeName, :InstanceId, :Topic, :PayType, :Product, :Status, :SubsStatus, :Offset, :Limit, :OrderDirection, :TagFilters
|
|
3121
3123
|
|
|
3122
|
-
def initialize(subscribeid=nil, subscribename=nil, instanceid=nil, paytype=nil, product=nil, status=nil, subsstatus=nil, offset=nil, limit=nil, orderdirection=nil, tagfilters=nil)
|
|
3124
|
+
def initialize(subscribeid=nil, subscribename=nil, instanceid=nil, topic=nil, paytype=nil, product=nil, status=nil, subsstatus=nil, offset=nil, limit=nil, orderdirection=nil, tagfilters=nil)
|
|
3123
3125
|
@SubscribeId = subscribeid
|
|
3124
3126
|
@SubscribeName = subscribename
|
|
3125
3127
|
@InstanceId = instanceid
|
|
3128
|
+
@Topic = topic
|
|
3126
3129
|
@PayType = paytype
|
|
3127
3130
|
@Product = product
|
|
3128
3131
|
@Status = status
|
|
@@ -3137,6 +3140,7 @@ module TencentCloud
|
|
|
3137
3140
|
@SubscribeId = params['SubscribeId']
|
|
3138
3141
|
@SubscribeName = params['SubscribeName']
|
|
3139
3142
|
@InstanceId = params['InstanceId']
|
|
3143
|
+
@Topic = params['Topic']
|
|
3140
3144
|
@PayType = params['PayType']
|
|
3141
3145
|
@Product = params['Product']
|
|
3142
3146
|
@Status = params['Status']
|
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: 3.0.
|
|
4
|
+
version: 3.0.838
|
|
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-
|
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|