tencentcloud-sdk-cls 1.0.267 → 1.0.270

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: 7f140af8e354b03cc5b18be998e73721e3ba0151
4
- data.tar.gz: 5d833baf82a98fba423d70d6626b35cc72ffbf19
3
+ metadata.gz: 39fdedcf4f71951638f9fb4e85ebf48af973960b
4
+ data.tar.gz: b1b15078507d60ddb43e50ebb58cf782ed3f4d7d
5
5
  SHA512:
6
- metadata.gz: 07243e379b69cc0faebe7259b6b1bda98ae7eaff06885c8a33a21db3a045a67ec8b64508c46bb99703c4dfcddceb2e29e64e1e3e94864cdc7e9646de3c617d50
7
- data.tar.gz: 87d771a2d610b6bf5f6c70388859a23e7d9924796a86233ef997aacf6c3c065e13c636958e6ae6efc4fa089c17af10073a041de421539be0edbc0cf05a0dfdb1
6
+ metadata.gz: 21bd045cdef6456deffe629982c6c0b6a00856119ce55a72f9f46d1a9732ed4a55f8093869385683d3cdbe3fc7b0fadef71c7a6a0b3ede0ae97a6b0d2cff9065
7
+ data.tar.gz: e397960a39741cfcc2429b089e70bffa8829d29446fc97c421f01e0f3e6049f8a107a64c66cb53bef89eecd01d02245b5024777f528d52e233f1f08b43d1ec7f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.267
1
+ 1.0.270
@@ -149,7 +149,7 @@ module TencentCloud
149
149
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
150
150
  end
151
151
 
152
- # 本接口用于创建日志下载任务
152
+ # 本接口用于创建日志下载任务,导出原始日志
153
153
 
154
154
  # @param request: Request instance for CreateExport.
155
155
  # @type request: :class:`Tencentcloud::cls::V20201016::CreateExportRequest`
@@ -809,12 +809,12 @@ module TencentCloud
809
809
 
810
810
  # CreateExport请求参数结构体
811
811
  class CreateExportRequest < TencentCloud::Common::AbstractModel
812
- # @param TopicId: 日志主题
812
+ # @param TopicId: 日志主题ID
813
813
  # @type TopicId: String
814
- # @param Query: 日志导出检索语句
815
- # @type Query: String
816
- # @param Count: 日志导出数量, 最大值1000万
814
+ # @param Count: 日志导出数量, 最大值5000万
817
815
  # @type Count: Integer
816
+ # @param Query: 日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>
817
+ # @type Query: String
818
818
  # @param From: 日志导出起始时间,毫秒时间戳
819
819
  # @type From: Integer
820
820
  # @param To: 日志导出结束时间,毫秒时间戳
@@ -824,12 +824,12 @@ module TencentCloud
824
824
  # @param Format: 日志导出数据格式。json,csv,默认为json
825
825
  # @type Format: String
826
826
 
827
- attr_accessor :TopicId, :Query, :Count, :From, :To, :Order, :Format
827
+ attr_accessor :TopicId, :Count, :Query, :From, :To, :Order, :Format
828
828
 
829
- def initialize(topicid=nil, query=nil, count=nil, from=nil, to=nil, order=nil, format=nil)
829
+ def initialize(topicid=nil, count=nil, query=nil, from=nil, to=nil, order=nil, format=nil)
830
830
  @TopicId = topicid
831
- @Query = query
832
831
  @Count = count
832
+ @Query = query
833
833
  @From = from
834
834
  @To = to
835
835
  @Order = order
@@ -838,8 +838,8 @@ module TencentCloud
838
838
 
839
839
  def deserialize(params)
840
840
  @TopicId = params['TopicId']
841
- @Query = params['Query']
842
841
  @Count = params['Count']
842
+ @Query = params['Query']
843
843
  @From = params['From']
844
844
  @To = params['To']
845
845
  @Order = params['Order']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.267
4
+ version: 1.0.270
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-01 00:00:00.000000000 Z
11
+ date: 2022-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common