tencentcloud-sdk-tsf 3.0.715 → 3.0.716

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: dbcf950f22808873e3197fb6c53be3cee1180af5
4
- data.tar.gz: a05a66f914eedf323f2b6744e939808a43600dbe
3
+ metadata.gz: 9581e3211468702b9816f56a7af163b2aa25be09
4
+ data.tar.gz: 81adb1f49dffeadddb4b4a505ba17a1c907db058
5
5
  SHA512:
6
- metadata.gz: cf2ccfe9706688070bd9054e8435d62c020e1f5e5d95149bb5a70c821154ba81f4792221c1ab6425e316b1d54d9dfde1b70a61ee747538c5a3db0b31626e6a62
7
- data.tar.gz: d8e757f4897a771294ed711fc1d5074b27edc34022de66fec2e4dabb9e908bef4590b2b12e9876e71f6d692baea08aaf5646e1064e7bd1a2ccc6c0201bebbd5b
6
+ metadata.gz: f0b939f36c1fac1f36201b2527f77115a8fd7ecd6af25fc363d2d970ca25c50ecf62e63c203e111e4f05735e79046e5042e5151c291ba3ad88f50f74abadc3d4
7
+ data.tar.gz: e95ee413d27a3496939438cd388cc97715a7db5b0d5946f108cd64a329adf2bb90aa9fc36b95543876a05257ca5ccc93d8a0e7846340f105f1006f9f56ae2467
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.715
1
+ 3.0.716
@@ -5337,7 +5337,7 @@ module TencentCloud
5337
5337
 
5338
5338
  # DeleteLane返回参数结构体
5339
5339
  class DeleteLaneResponse < TencentCloud::Common::AbstractModel
5340
- # @param Result: true / false
5340
+ # @param Result: 删除成功: true / 删除失败: false
5341
5341
  # @type Result: Boolean
5342
5342
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5343
5343
  # @type RequestId: String
@@ -6803,7 +6803,7 @@ module TencentCloud
6803
6803
 
6804
6804
  # DescribeBasicResourceUsage请求参数结构体
6805
6805
  class DescribeBasicResourceUsageRequest < TencentCloud::Common::AbstractModel
6806
- # @param All: 是否无视权限查询全租户的,默认 true。注:无论 true 还是 false,PackageSpaceUsed 和 ConsulInstanceCount 都是全租户的
6806
+ # @param All: 是否拥有权限查询全租户的,默认 true。注:无论 true 还是 false,PackageSpaceUsed 和 ConsulInstanceCount 都是全租户的
6807
6807
  # @type All: Boolean
6808
6808
 
6809
6809
  attr_accessor :All
@@ -10712,7 +10712,7 @@ module TencentCloud
10712
10712
  # @type NamespaceTypeList: Array
10713
10713
  # @param NamespaceName: 通过命名空间名精确过滤
10714
10714
  # @type NamespaceName: String
10715
- # @param IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认,命名空间。1:非默认命名空间
10715
+ # @param IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1:非默认命名空间
10716
10716
  # @type IsDefault: String
10717
10717
  # @param DisableProgramAuthCheck: 无
10718
10718
  # @type DisableProgramAuthCheck: Boolean
@@ -14722,7 +14722,8 @@ module TencentCloud
14722
14722
 
14723
14723
  # ModifyApplication返回参数结构体
14724
14724
  class ModifyApplicationResponse < TencentCloud::Common::AbstractModel
14725
- # @param Result: true/false
14725
+ # @param Result: true:操作成功
14726
+ # false:操作失败
14726
14727
  # 注意:此字段可能返回 null,表示取不到有效值。
14727
14728
  # @type Result: Boolean
14728
14729
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -14978,7 +14979,7 @@ module TencentCloud
14978
14979
 
14979
14980
  # ModifyLane返回参数结构体
14980
14981
  class ModifyLaneResponse < TencentCloud::Common::AbstractModel
14981
- # @param Result: 操作状态
14982
+ # @param Result: 编辑成功: true / 编辑失败: false
14982
14983
  # @type Result: Boolean
14983
14984
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
14984
14985
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.715
4
+ version: 3.0.716
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-11-28 00:00:00.000000000 Z
11
+ date: 2023-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common