tencentcloud-sdk-tsf 3.0.1124 → 3.0.1125

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: 729e3acf92f83e3dc6fab9cd889178c1d5dcb2b8
4
+ data.tar.gz: d19976564f6fe363211164fe0955ace4e1461133
5
5
  SHA512:
6
- metadata.gz: d35d901e6b0c06b252dc54a20842458f3ae41ff680791b80d7bd03da249072b00de370134041972110205b313e8ff72600498e2a6302030bde484221c8339ffe
7
- data.tar.gz: 9b9c28ef7f5e7a5a8928f2d9ee5e73a9a77581b8556347437fd2e5eab52e8031f3756efc3cf92e0428dc3d983b00ab7a7fe046b271f9b46feea8a86361208261
6
+ metadata.gz: 59e7f99ce8fd34793abae1ff7ac2fc40b0919c837705d99726effb0bcd8cc7e9e7cc5f5afc5e3d99f1a867e25010c22d902c139148fc44ce8c7ef38c5cd60cb5
7
+ data.tar.gz: 473354d7fb178fd97d339c5937eb4462dbc5b2227f89fc0b84f5496ba4c40c927d439b2e487439f498bb926601b65bbf1cbd887d6e341de8c3c97197f65d4b17
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1124
1
+ 3.0.1125
@@ -5815,7 +5815,8 @@ module TencentCloud
5815
5815
 
5816
5816
  # DeleteContainerGroup请求参数结构体
5817
5817
  class DeleteContainerGroupRequest < TencentCloud::Common::AbstractModel
5818
- # @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
5818
+ # @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或[登录控制台](https://console.cloud.tencent.com/tsf/app-group-docker-detail?rid=1&id=group-aedpen6v)
5819
+ # 进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
5819
5820
  # @type GroupId: String
5820
5821
 
5821
5822
  attr_accessor :GroupId
@@ -11763,10 +11764,10 @@ module TencentCloud
11763
11764
 
11764
11765
  # DescribeResourceConfig
11765
11766
  class DescribeResourceConfigLicenseFunction < TencentCloud::Common::AbstractModel
11766
- # @param Name: name
11767
+ # @param Name: 功能名
11767
11768
  # 注意:此字段可能返回 null,表示取不到有效值。
11768
11769
  # @type Name: String
11769
- # @param Enable: enable
11770
+ # @param Enable: 是否启用
11770
11771
  # 注意:此字段可能返回 null,表示取不到有效值。
11771
11772
  # @type Enable: Boolean
11772
11773
 
@@ -11918,7 +11919,7 @@ module TencentCloud
11918
11919
 
11919
11920
  # DescribeResourceTaskStatus请求参数结构体
11920
11921
  class DescribeResourceTaskStatusRequest < TencentCloud::Common::AbstractModel
11921
- # @param TaskId: 容器实例任务ID,可通过调用 ListContainerTask 查询已创建的变更记录总数或登录控制台进行查看。
11922
+ # @param TaskId: 容器实例任务ID,可通过调用 [DeployContainerGroup](https://cloud.tencent.com/document/product/649/120669) 部署容器应用,查询其返回内容中的任务ID。
11922
11923
  # @type TaskId: String
11923
11924
 
11924
11925
  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.1125
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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common