tencentcloud-sdk-tat 3.0.682 → 3.0.684

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: 7a978b0b8193506be72c17f5b582ffb6cb6bf107
4
- data.tar.gz: dd104de065dbe1a9b59b83fd31266efc69ffb3bc
3
+ metadata.gz: 9d957e795b55a39175153f09561c295a743cd6aa
4
+ data.tar.gz: 4e05a9e88aa50330109febefb55a2f175ec86ed4
5
5
  SHA512:
6
- metadata.gz: 018477206c8ec1e7575f7c5b1dba8ec5f6269efa72d543e3ee12efc3e73cf66db437a093aed1a0c95bee822e196aa475a5859855e877d301a4f0d365a8e815c3
7
- data.tar.gz: 9bd2d8aaaaf1aeeaff49beed476a1214353a80d2d12e80f66a8191c490b2d75e30a94a81f87805819f69110a2dcf0fbaef35448d161a8758a039e46541da8f68
6
+ metadata.gz: e617676a14c38c8e72815de76f518b75559262ef3db95a9fa2c9a02a1758f5557ff1173482db4b939eb57ef80d6f13f83cd6c0c21da8153ec27941017c837da8
7
+ data.tar.gz: 6ddcf3c740ae5d26f9548cd7d57b3a8a22653b2a812e14bf53743d53080190d270880152bb7bf08b984a88e2dc6a4de62c389932a8eab02d5177a3c21e4816bd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.682
1
+ 3.0.684
@@ -654,7 +654,7 @@ module TencentCloud
654
654
  class DescribeAutomationAgentStatusRequest < TencentCloud::Common::AbstractModel
655
655
  # @param InstanceIds: 待查询的实例ID列表。
656
656
  # @type InstanceIds: Array
657
- # @param Filters: 过滤条件。<br> <li> agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。<br> <li> environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux。<br> <li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 <br>每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InstanceIds` 和 `Filters` 。
657
+ # @param Filters: 过滤条件。<br> <li> agent-status - String - 是否必填:否 -(过滤条件)按照agent状态过滤,取值:Online 在线,Offline 离线。<br> <li> environment - String - 是否必填:否 -(过滤条件)按照agent运行环境查询,取值:Linux, Windows。<br> <li> instance-id - String - 是否必填:否 -(过滤条件)按照实例ID过滤。 <br>每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `InstanceIds` 和 `Filters` 。
658
658
  # @type Filters: Array
659
659
  # @param Limit: 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
660
660
  # @type Limit: Integer
@@ -801,7 +801,7 @@ module TencentCloud
801
801
  # @type Limit: Integer
802
802
  # @param Offset: 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
803
803
  # @type Offset: Integer
804
- # @param HideOutput: 是否隐藏输出,取值范围:<br><li>true:隐藏输出 <br><li>false:不隐藏 <br>默认为 false
804
+ # @param HideOutput: 是否隐藏输出,取值范围:<br><li>true:隐藏输出 <br><li>false:不隐藏 <br>默认为 true
805
805
  # @type HideOutput: Boolean
806
806
 
807
807
  attr_accessor :InvocationTaskIds, :Filters, :Limit, :Offset, :HideOutput
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.682
4
+ version: 3.0.684
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-23 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common