tencentcloud-sdk-scf 3.0.576 → 3.0.577

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: e0c44869009d3885c80c8e5cf2f75a1ff66e458c
4
+ data.tar.gz: e279e28ab9e599fc1ba8b4235e0fa7ff6fa4a2a4
5
5
  SHA512:
6
- metadata.gz: c274783b3f1053ec67d51bee469d3b4e8d9051bf744410add3bbdb5a3f3c3f8c71e9349f334856f42c50cb7f94ca7bf7e86b291b99598d427c7bbfceb09e9e2d
7
- data.tar.gz: 2ba6ade05cab3e99c23e776d16ff5cec85ad24f04aa3d2da3db3471d1e29f20c4dbec746399b206cb16cf2dffdd770c262a9d44d35dc4b2bf31a8968dc857164
6
+ metadata.gz: 63f17ae128a90d89cd3ed5f7cd428986f0b701781a716820aac500e4fce908c6502e6e0da930bec90057367babfdea62dc1a53c4554ff03b36991fbd08682e77
7
+ data.tar.gz: 4900dd1aad41eb74137a5c51955d2c2f554a3ee422ccb0a9fd486be0bc041a9f7a6876ba5355e97b4861de7132b766d40066314e19a638c6c6fa57042f971eb0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.576
1
+ 3.0.577
@@ -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.577
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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common