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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 628b48e1f0533c20f933c7e89fd99cb1c6c5f740
4
- data.tar.gz: 90868e7c32bed1c7df5c5fa5e0e0e4984525a639
3
+ metadata.gz: 04a15d0e835053c4106778d19e449b71468d0e5d
4
+ data.tar.gz: 340930ee85bbbf5c4553dc51fa7b03d6ee1a8e3a
5
5
  SHA512:
6
- metadata.gz: 43975c2fa3adf060d273cd9059345edb83feb7a7e4c9f9f836d3949ba4f1f775b667b970b86e1e32ab77cc1486eaa911f7dbd0c29e920dcd98bb55ef75db93c1
7
- data.tar.gz: 1282db661a6bf3da2064f27f7442711a7300339a3460774ce18bd728021b54d1b2f69d2a69f2b492df051b9096f4cd280b741eee55f5d565fc0b8e2878c42722
6
+ metadata.gz: 3986aa466b1d9ac7c79cefb824bdb146959f442e376d3d48b88e820ed8c87a9b50e90f40b030dbf46721c1a4b5e3b0a4f7fcac91518359850b8a6af61c69f4ac
7
+ data.tar.gz: c55743e495262be023a908464bc2b68d93105e229f97e4ae0aa0fa2ee18a22bc290ec8f69d76f75dd679de3f62351f916e7a2039be89b134a4a1416ccd319dbd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.837
1
+ 3.0.838
@@ -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.837
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-04 00:00:00.000000000 Z
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