tencentcloud-sdk-scf 3.0.576 → 3.0.578

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab95f736adfa9a41f0eb87efa3319076cccc1018
4
- data.tar.gz: 9984c4afaf60f34383f8c7eb8cfc2d6b9f3cc4ce
3
+ metadata.gz: dda6a6561ce8c690526cf41975c0a9b6279144a6
4
+ data.tar.gz: f7267e9849147e2ea427d142e16ecf7769172f1f
5
5
  SHA512:
6
- metadata.gz: c274783b3f1053ec67d51bee469d3b4e8d9051bf744410add3bbdb5a3f3c3f8c71e9349f334856f42c50cb7f94ca7bf7e86b291b99598d427c7bbfceb09e9e2d
7
- data.tar.gz: 2ba6ade05cab3e99c23e776d16ff5cec85ad24f04aa3d2da3db3471d1e29f20c4dbec746399b206cb16cf2dffdd770c262a9d44d35dc4b2bf31a8968dc857164
6
+ metadata.gz: 966d29994f244345ff365565f7e02932bdad06848537a7559ad573a5f7058f350d29d896d15748afc6f0983c848d881688c16a0107305e9b43d5a92a9aee4afa
7
+ data.tar.gz: 32ffe5880f9ca7db2e82406fc4ee71e1f5edc80ce3894d110dbbb9e3f9c2391a3209623401a3656528bb892180348738f282742c1e6a9eb5dcd5fd72fe93d0dc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.576
1
+ 3.0.578
@@ -1132,6 +1132,7 @@ module TencentCloud
1132
1132
  # @param AddTime: 创建时间
1133
1133
  # @type AddTime: String
1134
1134
  # @param Runtime: 运行时
1135
+ # 注意:此字段可能返回 null,表示取不到有效值。
1135
1136
  # @type Runtime: String
1136
1137
  # @param FunctionName: 函数名称
1137
1138
  # @type FunctionName: String
@@ -1719,6 +1720,7 @@ module TencentCloud
1719
1720
  # @param MemorySize: 函数的最大可用内存
1720
1721
  # @type MemorySize: Integer
1721
1722
  # @param Runtime: 函数的运行环境
1723
+ # 注意:此字段可能返回 null,表示取不到有效值。
1722
1724
  # @type Runtime: String
1723
1725
  # @param FunctionName: 函数的名称
1724
1726
  # @type FunctionName: String
@@ -3389,6 +3391,7 @@ module TencentCloud
3389
3391
  # @param Timeout: 函数的超时时间
3390
3392
  # @type Timeout: Integer
3391
3393
  # @param Runtime: 函数的运行环境
3394
+ # 注意:此字段可能返回 null,表示取不到有效值。
3392
3395
  # @type Runtime: String
3393
3396
  # @param Namespace: 函数的命名空间
3394
3397
  # @type Namespace: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-scf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.576
4
+ version: 3.0.578
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-05-24 00:00:00.000000000 Z
11
+ date: 2023-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common