tencentcloud-sdk-tsf 3.0.968 → 3.0.969

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: c6d510e56f1dca84f8957665cc2b9b9cc0193be1
4
- data.tar.gz: c8c0c6cab095905e76f2e109d02a12ea506967a4
3
+ metadata.gz: af86cc4d79b42fb2c7bf7dba9bbe090ea24774d8
4
+ data.tar.gz: 9db57fb6b594e86bdfff490a4650943b6e97972b
5
5
  SHA512:
6
- metadata.gz: 938f09ffd23bd7f2bfc0b94936bd4e869b747b043c42b06d034439fcff9c28aadc122115fb935dd4ccd54aec7db6dbe163732d93c240886c3122ad1a41fd736f
7
- data.tar.gz: 575a26abacd351c0732929382036a31c5a51a5d5359319d12602d13c237bf5a26b4a24920460a4811a592863101e6b0be277fcb618128183414ef9556c6aadbe
6
+ metadata.gz: 4f15d6caa0a2c9c515cf86a82bf85e86da4d8982beb41cf4fbe2c5c9276fa1fdf847e149667d42fae68d516fc354c1bdd8356a26c4cfe43273df090941383add
7
+ data.tar.gz: bb1cdd0cf78a674aafcad14b78db07f75690930426fc697c479af8d45d5325bc1ef91eacfead72e409bb1118a13dd8d6f2fd268f53b87cbef3552ade27f4b807
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.968
1
+ 3.0.969
@@ -4502,6 +4502,8 @@ module TencentCloud
4502
4502
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4503
4503
  end
4504
4504
 
4505
+ # 后端服务已经删除这个接口, API 接口下线处理
4506
+
4505
4507
  # 重关联业务日志配置
4506
4508
 
4507
4509
  # @param request: Request instance for ReassociateBusinessLogConfig.
@@ -18231,7 +18231,7 @@ module TencentCloud
18231
18231
 
18232
18232
  # SearchStdoutLog请求参数结构体
18233
18233
  class SearchStdoutLogRequest < TencentCloud::Common::AbstractModel
18234
- # @param InstanceId: 机器实例ID
18234
+ # @param InstanceId: 机器实例ID, 和 实例 ID 二者必选其一,不能同时为空
18235
18235
  # @type InstanceId: String
18236
18236
  # @param Limit: 单页请求配置数量,取值范围[1, 500],默认值为100
18237
18237
  # @type Limit: Integer
@@ -18239,7 +18239,7 @@ module TencentCloud
18239
18239
  # @type SearchWords: Array
18240
18240
  # @param StartTime: 查询起始时间
18241
18241
  # @type StartTime: String
18242
- # @param GroupId: 部署组ID
18242
+ # @param GroupId: 部署组ID,和 InstanceId 二者必选其一,不能同时为空
18243
18243
  # @type GroupId: String
18244
18244
  # @param EndTime: 查询结束时间
18245
18245
  # @type EndTime: 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.968
4
+ version: 3.0.969
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-24 00:00:00.000000000 Z
11
+ date: 2024-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common