tencentcloud-sdk-dbbrain 3.0.871 → 3.0.872

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: 963b785530182c0f91db41b1b7e72ca8d8d19d31
4
- data.tar.gz: 4a6a560cf5b179646072c7324ea4f80975e45fcb
3
+ metadata.gz: 37caf065952ada55c6201cd026d64c51406439a0
4
+ data.tar.gz: d8f33dd443c7d3bc4f6d366df3f607dcdab967d1
5
5
  SHA512:
6
- metadata.gz: fcaf44b37e7bfff9892dd8387d9907c80f1801f3105e0117ee5ac432d959b35749e126528f1a49e60f5f05fbcfe4719919fb9bb0d3f2bcce52e4918fd35d5937
7
- data.tar.gz: 35c4d2b2eb22d142dcacaa9ca3da8e484c25e3a820cf6a9d670a6a8cefc4e60648b6517139c503fcf2d8304088cc63b8698c9e545c7fcf1764ece8e03f3c8da9
6
+ metadata.gz: 1d3519c213c5263561c8f4c1ebc353a9b7bf3dc94f5c1bd911f22c117f708bd174c127eb846390d79ab4fc51bda2d1bc4abcb06d007b5def801d8bd2698fb2d2
7
+ data.tar.gz: bf92af0879c9cba37df496f3eae3af222ef366a9bbddc71e959065bdbfcd656bffc4eeb85cfdb1371b4b6ae4e3d4bf88774204a888c48ee2761b42298d5bb65b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.871
1
+ 3.0.872
@@ -723,6 +723,8 @@ module TencentCloud
723
723
  # @type Command: String
724
724
  # @param Info: 任务过滤条件,支持单条件前缀匹配。
725
725
  # @type Info: String
726
+ # @param Infos: 任务过滤条件,支持多个关键字匹配,与Info参数互斥。
727
+ # @type Infos: Array
726
728
  # @param User: 任务过滤条件,用户类型。
727
729
  # @type User: String
728
730
  # @param Time: 任务过滤条件,会话持续时长,单位秒。
@@ -730,15 +732,16 @@ module TencentCloud
730
732
  # @param Product: 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL,默认为"mysql"。
731
733
  # @type Product: String
732
734
 
733
- attr_accessor :InstanceId, :Duration, :Host, :DB, :Command, :Info, :User, :Time, :Product
735
+ attr_accessor :InstanceId, :Duration, :Host, :DB, :Command, :Info, :Infos, :User, :Time, :Product
734
736
 
735
- def initialize(instanceid=nil, duration=nil, host=nil, db=nil, command=nil, info=nil, user=nil, time=nil, product=nil)
737
+ def initialize(instanceid=nil, duration=nil, host=nil, db=nil, command=nil, info=nil, infos=nil, user=nil, time=nil, product=nil)
736
738
  @InstanceId = instanceid
737
739
  @Duration = duration
738
740
  @Host = host
739
741
  @DB = db
740
742
  @Command = command
741
743
  @Info = info
744
+ @Infos = infos
742
745
  @User = user
743
746
  @Time = time
744
747
  @Product = product
@@ -751,6 +754,7 @@ module TencentCloud
751
754
  @DB = params['DB']
752
755
  @Command = params['Command']
753
756
  @Info = params['Info']
757
+ @Infos = params['Infos']
754
758
  @User = params['User']
755
759
  @Time = params['Time']
756
760
  @Product = params['Product']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.871
4
+ version: 3.0.872
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-07-23 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common