tencentcloud-sdk-tsf 3.0.1124 → 3.0.1126

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: 6e9e572fa6dad77eadd51f4a56d830516a5631f0
4
- data.tar.gz: f5c90ca5d80de55ddf4ded2d311dd4024f4c1b7e
3
+ metadata.gz: 9d00a62ed7a757d2b956c19b52fe48088241728d
4
+ data.tar.gz: 207692fa046ce5df2205b2c172ede7a2f5d38248
5
5
  SHA512:
6
- metadata.gz: d35d901e6b0c06b252dc54a20842458f3ae41ff680791b80d7bd03da249072b00de370134041972110205b313e8ff72600498e2a6302030bde484221c8339ffe
7
- data.tar.gz: 9b9c28ef7f5e7a5a8928f2d9ee5e73a9a77581b8556347437fd2e5eab52e8031f3756efc3cf92e0428dc3d983b00ab7a7fe046b271f9b46feea8a86361208261
6
+ metadata.gz: 1ab2d9709df7011e40cd51cc8cbffb5cc3e5148a0b7c7d73b92b3ea5b0f3e16e09fdc6f69021623347dc247dc58e7c2ac6c8f094a357ef8d867921f20e722577
7
+ data.tar.gz: 19673104a394992fc841bfcd1195ad4347fa56443284f2f0fba50acb54c9efb432e0a24fd68f12fbd74dd304a8c72db1105d6b76310ae5dc245a3f811efd802b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1124
1
+ 3.0.1126
@@ -11763,10 +11763,10 @@ module TencentCloud
11763
11763
 
11764
11764
  # DescribeResourceConfig
11765
11765
  class DescribeResourceConfigLicenseFunction < TencentCloud::Common::AbstractModel
11766
- # @param Name: name
11766
+ # @param Name: 功能名
11767
11767
  # 注意:此字段可能返回 null,表示取不到有效值。
11768
11768
  # @type Name: String
11769
- # @param Enable: enable
11769
+ # @param Enable: 是否启用
11770
11770
  # 注意:此字段可能返回 null,表示取不到有效值。
11771
11771
  # @type Enable: Boolean
11772
11772
 
@@ -11918,7 +11918,7 @@ module TencentCloud
11918
11918
 
11919
11919
  # DescribeResourceTaskStatus请求参数结构体
11920
11920
  class DescribeResourceTaskStatusRequest < TencentCloud::Common::AbstractModel
11921
- # @param TaskId: 容器实例任务ID,可通过调用 ListContainerTask 查询已创建的变更记录总数或登录控制台进行查看。
11921
+ # @param TaskId: 容器实例任务ID,可通过调用 [DeployContainerGroup](https://cloud.tencent.com/document/product/649/120669) 部署容器应用,查询其返回内容中的任务ID。
11922
11922
  # @type TaskId: String
11923
11923
 
11924
11924
  attr_accessor :TaskId
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.1124
4
+ version: 3.0.1126
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-17 00:00:00.000000000 Z
11
+ date: 2025-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common