tencentcloud-sdk-dts 3.0.968 → 3.0.969

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d837325a8118068d3f419552d85fc574a73004c5
4
- data.tar.gz: 290f949a95d58351135f693c5a9546dbe356abc5
3
+ metadata.gz: aeffbbb515f64430d82f90c4bcf55cdf5e07242b
4
+ data.tar.gz: 6d82372eedfd266cbe0d26b5f64104a2d1639a39
5
5
  SHA512:
6
- metadata.gz: dae9be9efbc539c4411d354b2895f05003c9aa93a0af651e9c5ac9b12fc39982b48edfa4a77315d6ebb3a498742b5c60c492f5f9480f5eb94d8944c3babe4f58
7
- data.tar.gz: 6355a22f488c4c8bdcbaa1c37a051319cee9ae762da5c04331ebe41b0013d4469b52ceae0f446d93b4c9a238f9e3b79b6937044ad9b99e419a33e038eb4b3136
6
+ metadata.gz: b2ac7bd624ca0dd6eb3191fe2495ee965c8062d576d2bebaf3c12f79bccb9016dfb21407292429393843390c8a93c894d03ebdd1e9959adc3fe3c6e7839de577
7
+ data.tar.gz: be6c33c199a9ea2f80263a1222f643e5f6f815ae93b40a6a8ac3b9ff29b11c558ddba75c60c24c3b9248afeba8b1e56975cd76b2024cc91276f583ac1170bdd9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.968
1
+ 3.0.969
@@ -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, :OldPassword, :NewPassword
4818
+ attr_accessor :SubscribeId, :AccountName, :ConsumerGroupName, :NewPassword, :OldPassword
4819
4819
 
4820
- def initialize(subscribeid=nil, accountname=nil, consumergroupname=nil, oldpassword=nil, newpassword=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链路指定位点。目前只支持时间格式:yyyy-mm-dd hh:mm:ss。如果没有指定位点,为空。
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.968
4
+ version: 3.0.969
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-24 00:00:00.000000000 Z
11
+ date: 2024-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common