tencentcloud-sdk-cloudaudit 1.0.349 → 1.0.352

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: 00e20fbfe537aa9d1a8b15d829f08c95f3a9d179
4
- data.tar.gz: 7a463da9d98b03b2e80559c20508cc8904726d7f
3
+ metadata.gz: 7923ad6c4e9b68d24a63fe8793220e056466be21
4
+ data.tar.gz: c21c1db5dc274be3d299cef3bc35155df418e6d3
5
5
  SHA512:
6
- metadata.gz: 4614ee7be1b7acccc4d35af3eae9cecf4d38639759ad308288ac18877549b1d78ea75117aebf18e675b9bef51b7c492e5690e014f2d121458af6ec0a1cbaa194
7
- data.tar.gz: 76686cd362242bc8cd0296ca903ebbe7b8cf1bee4d39757c5b28991196dd90624ddd0ab2bf931f1b804ba66b4f5d1742a3041819c06b9364955949141aa95d9f
6
+ metadata.gz: f4f7f759ccbd7a4a5fde5dbaaca5502b9087190901ab66e59b51a9a2a577364e0e019a0a2dbc5f8b9829b453ca29028ac155f1771319ed751f18a86864244b1b
7
+ data.tar.gz: 8f98e7509162eb7f1349f0647449cb1e5ce20d5908f9ed9fd66e78290f88e7f53fe7cd3ddc1e072747b9351005af5cb4660b374b6aeaed4a220ba350ddfe4b54
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.349
1
+ 1.0.352
@@ -447,14 +447,14 @@ module TencentCloud
447
447
 
448
448
  # DescribeEvents返回参数结构体
449
449
  class DescribeEventsResponse < TencentCloud::Common::AbstractModel
450
- # @param ListOver: 日志集合是否结束
450
+ # @param ListOver: 日志集合是否结束。true表示结束,无需进行翻页。
451
451
  # @type ListOver: Boolean
452
452
  # @param NextToken: 查看更多日志的凭证
453
453
  # @type NextToken: Integer
454
454
  # @param Events: 日志集合
455
455
  # 注意:此字段可能返回 null,表示取不到有效值。
456
456
  # @type Events: Array
457
- # @param TotalCount: 总数
457
+ # @param TotalCount: 此字段已经废弃。翻页请使用ListOver配合NextToken,在ListOver为false进行下一页数据读取。
458
458
  # 注意:此字段可能返回 null,表示取不到有效值。
459
459
  # @type TotalCount: Integer
460
460
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cloudaudit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.349
4
+ version: 1.0.352
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-07-05 00:00:00.000000000 Z
11
+ date: 2022-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common