tencentcloud-sdk-tsf 3.0.715 → 3.0.717

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: e09b6c165aa21f1c3153c9c111437f8ec0438436
4
+ data.tar.gz: c61b649923d3571304e9b03165fd0cd153d8bedb
5
5
  SHA512:
6
- metadata.gz: cf2ccfe9706688070bd9054e8435d62c020e1f5e5d95149bb5a70c821154ba81f4792221c1ab6425e316b1d54d9dfde1b70a61ee747538c5a3db0b31626e6a62
7
- data.tar.gz: d8e757f4897a771294ed711fc1d5074b27edc34022de66fec2e4dabb9e908bef4590b2b12e9876e71f6d692baea08aaf5646e1064e7bd1a2ccc6c0201bebbd5b
6
+ metadata.gz: 9f2a8150de5487643bc817609a495f5b32f71136e44773e222103c25cda1d06438f4f7bd83f1e2b7aea17bb3d3be7150cb4c284a471d75519328793a9f4b5283
7
+ data.tar.gz: 0bec556836363e9436e76c77e13a3d79f3e53ead66d16c012e8efd7bcd11c8fbff4369cc5af5b353aff6737fea61b843643b27cd3ce4c3863f36b585902c4ab3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.715
1
+ 3.0.717
@@ -413,7 +413,7 @@ module TencentCloud
413
413
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
414
414
  end
415
415
 
416
- # 创建参数模板,并返回模版详细信息
416
+ # 创建参数模板,并返回模板详细信息
417
417
 
418
418
  # @param request: Request instance for CreateConfigTemplateWithDetailResp.
419
419
  # @type request: :class:`Tencentcloud::tsf::V20180326::CreateConfigTemplateWithDetailRespRequest`
@@ -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
@@ -7302,7 +7302,7 @@ module TencentCloud
7302
7302
 
7303
7303
  # DescribeConfigTemplate请求参数结构体
7304
7304
  class DescribeConfigTemplateRequest < TencentCloud::Common::AbstractModel
7305
- # @param ConfigTemplateId:
7305
+ # @param ConfigTemplateId: 配置模板Id
7306
7306
  # @type ConfigTemplateId: String
7307
7307
 
7308
7308
  attr_accessor :ConfigTemplateId
@@ -7318,7 +7318,7 @@ module TencentCloud
7318
7318
 
7319
7319
  # DescribeConfigTemplate返回参数结构体
7320
7320
  class DescribeConfigTemplateResponse < TencentCloud::Common::AbstractModel
7321
- # @param Result: Result
7321
+ # @param Result: 导入结果
7322
7322
  # 注意:此字段可能返回 null,表示取不到有效值。
7323
7323
  # @type Result: :class:`Tencentcloud::Tsf.v20180326.models.ConfigTemplate`
7324
7324
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -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
@@ -19996,7 +19997,7 @@ module TencentCloud
19996
19997
 
19997
19998
  # UpdateConfigTemplate返回参数结构体
19998
19999
  class UpdateConfigTemplateResponse < TencentCloud::Common::AbstractModel
19999
- # @param Result: 结果true:成功;false:失败;
20000
+ # @param Result: 更新成功: true / 更新失败: false
20000
20001
  # @type Result: Boolean
20001
20002
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
20002
20003
  # @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.717
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