tencentcloud-sdk-tat 3.0.940 → 3.0.941

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201028/models.rb +1 -10
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17ea80aa7365ce2f33339787322ff0d8c8b4f408
4
- data.tar.gz: a195a2675a4746a3cb408c83714809795b0dab22
3
+ metadata.gz: e710eb6b9afec8f57c5a59963ee40f836e0d605c
4
+ data.tar.gz: e716448e47abbbedec9c0fe5f17aff133fc7f69c
5
5
  SHA512:
6
- metadata.gz: a54a4b7cb79bde78b99d833716d8810410f4f60fcaf9cba414a29274f29d4107e09651629233cfa653b33b5c62fa53827072d1ff30238ef542072d5253c2e58e
7
- data.tar.gz: 1c018a22590e2005c2af395762c2211ffeacbf4e054d2da06ede0bd2146132b788d8be0df23582eafe0e9c7246bf572175e4c1f9a4b334e04cdc575eae50cd87
6
+ metadata.gz: 385505596e766e3e0a2149af437f6163dbaeae6fe527a4f0dcf90fb3b5bed7e29588c1b2cef99e59dc4cf1191428f3122c9c67e3a0261d157c86c882d5fbf776
7
+ data.tar.gz: d14e2df427801984704ddb8cd11514e7425523ce0e349f733ff5ea623f97d5a27b6b265e555c6313ea95506de9a0882993b89d411594e77ad641340c82e5f629
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.940
1
+ 3.0.941
@@ -117,10 +117,8 @@ module TencentCloud
117
117
  # @param DefaultParameters: 自定义参数的默认取值。
118
118
  # @type DefaultParameters: String
119
119
  # @param DefaultParameterConfs: 自定义参数的默认取值。
120
- # 注意:此字段可能返回 null,表示取不到有效值。
121
120
  # @type DefaultParameterConfs: Array
122
121
  # @param Scenes: 命令关联的场景
123
- # 注意:此字段可能返回 null,表示取不到有效值。
124
122
  # @type Scenes: Array
125
123
  # @param FormattedDescription: 命令的结构化描述。公共命令有值,用户命令为空字符串。
126
124
  # @type FormattedDescription: String
@@ -468,13 +466,10 @@ module TencentCloud
468
466
  # 自定义参数。
469
467
  class DefaultParameterConf < TencentCloud::Common::AbstractModel
470
468
  # @param ParameterName: 参数名。
471
- # 注意:此字段可能返回 null,表示取不到有效值。
472
469
  # @type ParameterName: String
473
470
  # @param ParameterValue: 参数默认值。
474
- # 注意:此字段可能返回 null,表示取不到有效值。
475
471
  # @type ParameterValue: String
476
472
  # @param ParameterDescription: 参数描述。
477
- # 注意:此字段可能返回 null,表示取不到有效值。
478
473
  # @type ParameterDescription: String
479
474
 
480
475
  attr_accessor :ParameterName, :ParameterValue, :ParameterDescription
@@ -999,11 +994,7 @@ module TencentCloud
999
994
  class DescribeInvokersRequest < TencentCloud::Common::AbstractModel
1000
995
  # @param InvokerIds: 执行器ID列表。
1001
996
  # @type InvokerIds: Array
1002
- # @param Filters: 过滤条件:
1003
-
1004
- # <li> invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。
1005
- # <li> command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。
1006
- # <li> type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。
997
+ # @param Filters: 过滤条件:<li> invoker-id - String - 是否必填:否 - (过滤条件)按执行器ID过滤。</li> <li> command-id - String - 是否必填:否 - (过滤条件)按命令ID过滤。</li> <li> type - String - 是否必填:否 - (过滤条件)按执行器类型过滤。</li>
1007
998
  # @type Filters: Array
1008
999
  # @param Limit: 返回数量,默认为20,最大值为100。
1009
1000
  # @type Limit: Integer
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.940
4
+ version: 3.0.941
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud