tencentcloud-sdk-tem 3.0.970 → 3.0.971

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: 72baa00d38274d3d1c884d68b44d400aff1b34bb
4
- data.tar.gz: 661100342abb9b2bebe315bcacc14299a84c922f
3
+ metadata.gz: c780834c17d0bd0e15ea3f3acbee93306978b28e
4
+ data.tar.gz: cfbd061dd5319f8d541a230d9990ce5699256722
5
5
  SHA512:
6
- metadata.gz: 7bf0114a83a5a3047344fa33f0963a4ef6422ca081867c27448c95ff49ed66d64e7905418195576c757cea26e0bd4711837075bba6601c85ddfdb234bd76d80f
7
- data.tar.gz: 4147f5768eb26ed0272bd57ce46dd61c87a86f359b3765f50834c0ebd81768d22d8ba33b0b501758ee9b1dfd4f5dc24a68a05483c98af247bb702b25b9f026f9
6
+ metadata.gz: be2abc858c3f2bbe45ffc7ba1a54f23c04b9254081c13a464de47a26b406c306a4c0fec8d8eb6fba6dbaf59e2e85ad8706442f2208200359eb9245e04f96f196
7
+ data.tar.gz: 2217059b94425f00f2fcdef79c53b1f950146b01bb3e77400918282c653091ac2df275092033f3326416c2320fc6a1bb9a4553254e311bf291b3a33af204b193
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.970
1
+ 3.0.971
@@ -1040,6 +1040,8 @@ module TencentCloud
1040
1040
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1041
1041
  end
1042
1042
 
1043
+ # 此接口没有被使用了
1044
+
1043
1045
  # 创建或者更新 Ingress 规则
1044
1046
 
1045
1047
  # @param request: Request instance for ModifyIngress.
@@ -323,7 +323,7 @@ module TencentCloud
323
323
 
324
324
  # CreateApplication返回参数结构体
325
325
  class CreateApplicationResponse < TencentCloud::Common::AbstractModel
326
- # @param Result: 服务code
326
+ # @param Result: 应用ID
327
327
  # @type Result: String
328
328
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
329
329
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tem
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.970
4
+ version: 3.0.971
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-26 00:00:00.000000000 Z
11
+ date: 2024-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common