tencentcloud-sdk-scf 1.0.238 → 1.0.239

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: c04d0a619275edcb6af76b6496c1cc724bd86712
4
- data.tar.gz: f4a33a376c03ffe0e00e9d4a371e997a1af50291
3
+ metadata.gz: e989ad42056774cc8d0880b98c562341e20c21e6
4
+ data.tar.gz: 6d8284f30de931b5129554341e81b138f03e2b97
5
5
  SHA512:
6
- metadata.gz: 2c1e38ec0e0f6b4b9759cc0d12b092a3f188ebae90df8dae066dc437e3450e89177f5f539bd04840fce910e3d61b568a22fdd4aef594a280f1177857c38c692f
7
- data.tar.gz: 4b8bbacf1933c11b818e95fb6da2412354541c3e553cf10b15dfd26a93e5b8a744a04bc2ad56d967f432e2c70ca59a04c7c40d8479b2dd057f89af4570c7ee86
6
+ metadata.gz: 4b2b33819fdc4fddb0c173e3b7bc9d616cb247569a7ef613324ef6c04871e2109380ad1e729abb11077db08054851eebe3a618857e5d055fc54a18ad133986e4
7
+ data.tar.gz: d5a7ac22e40420b33d8eb54375ecad27dd97eeabfe57985a9a8cac6edd5899ac1ceb35bf73529325f4be8acb64af7d90c98e54d2f2886b41eeb85b536497230b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.238
1
+ 1.0.239
@@ -2080,7 +2080,7 @@ module TencentCloud
2080
2080
  # @type Namespace: String
2081
2081
  # @param StartTime: 查询的开始时间,例如:2017-05-16 20:00:00,不填默认为当前时间 - 15min
2082
2082
  # @type StartTime: String
2083
- # @param EndTime: 查询的结束时间,例如:2017-05-16 20:59:59,不填默认为当前时间。EndTime 需要晚于 StartTime。
2083
+ # @param EndTime: 查询的结束时间,例如:2017-05-16 20:59:59。StartTime 为空时,EndTime 默认为当前时间;StartTime 有值时,需要同时传 EndTime。EndTime 需要晚于 StartTime。
2084
2084
  # @type EndTime: String
2085
2085
 
2086
2086
  attr_accessor :FunctionName, :FunctionRequestId, :Namespace, :StartTime, :EndTime
@@ -2383,9 +2383,9 @@ module TencentCloud
2383
2383
 
2384
2384
  # 指定某个Layer版本
2385
2385
  class LayerVersionSimple < TencentCloud::Common::AbstractModel
2386
- # @param LayerName: layer名称
2386
+ # @param LayerName: 绑定的层名称。解绑层需传递空字符串。
2387
2387
  # @type LayerName: String
2388
- # @param LayerVersion: 版本号
2388
+ # @param LayerVersion: 绑定或解绑层的版本号。解绑函数版本关联的最后一个层版本时,LayerVersion 填 0。
2389
2389
  # @type LayerVersion: Integer
2390
2390
 
2391
2391
  attr_accessor :LayerName, :LayerVersion
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: 1.0.238
4
+ version: 1.0.239
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common