tencentcloud-sdk-dts 3.0.968 → 3.0.970
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 +7 -7
- 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: 3d2853c5124d7b17da14607986471aa1d6b95266
|
4
|
+
data.tar.gz: c62129de7113fd82d0a544ed82ccc4da5a4e1bfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d37a5f62fadeeb9ffcd306bc703495d8262784bc991180240d8160e4818cd6085812c4a950ba266736ffe99744c52ba24411d1a4cd1e9aff09256fd2d068beae
|
7
|
+
data.tar.gz: d3820490acc03f99117c92f0c35dc2b9d7e738a9f481c69ae530589943d6139707c4cf55d9bd8df2610735469e7bf95bfb115ecd7ef2468d4e179f077219d62d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.970
|
data/lib/v20211206/models.rb
CHANGED
@@ -4810,27 +4810,27 @@ module TencentCloud
|
|
4810
4810
|
# @type AccountName: String
|
4811
4811
|
# @param ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}
|
4812
4812
|
# @type ConsumerGroupName: String
|
4813
|
-
# @param OldPassword: 旧密码
|
4814
|
-
# @type OldPassword: String
|
4815
4813
|
# @param NewPassword: 新密码。字符长度不小于3,不大于32
|
4816
4814
|
# @type NewPassword: String
|
4815
|
+
# @param OldPassword: 旧密码,非必选
|
4816
|
+
# @type OldPassword: String
|
4817
4817
|
|
4818
|
-
attr_accessor :SubscribeId, :AccountName, :ConsumerGroupName, :
|
4818
|
+
attr_accessor :SubscribeId, :AccountName, :ConsumerGroupName, :NewPassword, :OldPassword
|
4819
4819
|
|
4820
|
-
def initialize(subscribeid=nil, accountname=nil, consumergroupname=nil,
|
4820
|
+
def initialize(subscribeid=nil, accountname=nil, consumergroupname=nil, newpassword=nil, oldpassword=nil)
|
4821
4821
|
@SubscribeId = subscribeid
|
4822
4822
|
@AccountName = accountname
|
4823
4823
|
@ConsumerGroupName = consumergroupname
|
4824
|
-
@OldPassword = oldpassword
|
4825
4824
|
@NewPassword = newpassword
|
4825
|
+
@OldPassword = oldpassword
|
4826
4826
|
end
|
4827
4827
|
|
4828
4828
|
def deserialize(params)
|
4829
4829
|
@SubscribeId = params['SubscribeId']
|
4830
4830
|
@AccountName = params['AccountName']
|
4831
4831
|
@ConsumerGroupName = params['ConsumerGroupName']
|
4832
|
-
@OldPassword = params['OldPassword']
|
4833
4832
|
@NewPassword = params['NewPassword']
|
4833
|
+
@OldPassword = params['OldPassword']
|
4834
4834
|
end
|
4835
4835
|
end
|
4836
4836
|
|
@@ -5483,7 +5483,7 @@ module TencentCloud
|
|
5483
5483
|
# @param AutoRetryTimeRangeMinutes: 自动重试的时间窗口设置
|
5484
5484
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5485
5485
|
# @type AutoRetryTimeRangeMinutes: Integer
|
5486
|
-
# @param StartPosition: 同步到kafka链路指定位点。目前只支持时间格式:
|
5486
|
+
# @param StartPosition: 同步到kafka链路指定位点。目前只支持时间格式:2023-12-20T19:24:23+08:00。如果没有指定位点,为空。
|
5487
5487
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5488
5488
|
# @type StartPosition: String
|
5489
5489
|
# @param FilterBeginCommit: 同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
|
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.970
|
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-12-
|
11
|
+
date: 2024-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|