tencentcloud-sdk-scf 3.0.554 → 3.0.556

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: 577105aa89f1951639f8e12aa5c679775c594ed0
4
- data.tar.gz: 2e590f7c456f2b299ad380edad903410122cd7d9
3
+ metadata.gz: b7fb1d5227a6c32cb7ea66546f7fb43f03b188c8
4
+ data.tar.gz: 275f2a5b5201646cb98f2d23efa240481aa34155
5
5
  SHA512:
6
- metadata.gz: 7c21d62166701cc02c23fa75dad3f326653a7433709dee20998eaa72b9ea1abd4a445b55574fdc286d6ff6bc8753e08a7b09a48d74b024e4f8c5769e167b7869
7
- data.tar.gz: 148ec8a0291bfd78d6dddeee12c7047635f2672ddbea1f28608c999d721bbd6f605a938b89cbf4414dcf9ae427967d0785ec8de7a311336448f32abd2a040503
6
+ metadata.gz: 8f235e018d016ab03dbce8cf5a324c2d7cccac1e488c0ffa53fa44876af3e9331b14b3bfdc6d5af875a3fb8e48f9a819e0c4a3d5c1e25b6344532d4472b93dde
7
+ data.tar.gz: b197998e8092e2b29c2060d9421139e3f4ac92a226c7988d5eacc824c66733c52611a0f4be4708d8aaaedd38a3db4e72778c7c80f2c1d1bb855acc4632629963
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.554
1
+ 3.0.556
@@ -2397,10 +2397,13 @@ module TencentCloud
2397
2397
  # @type LayerName: String
2398
2398
  # @param Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
2399
2399
  # @type Status: String
2400
+ # @param Stamp: Stamp
2401
+ # 注意:此字段可能返回 null,表示取不到有效值。
2402
+ # @type Stamp: String
2400
2403
 
2401
- attr_accessor :CompatibleRuntimes, :AddTime, :Description, :LicenseInfo, :LayerVersion, :LayerName, :Status
2404
+ attr_accessor :CompatibleRuntimes, :AddTime, :Description, :LicenseInfo, :LayerVersion, :LayerName, :Status, :Stamp
2402
2405
 
2403
- def initialize(compatibleruntimes=nil, addtime=nil, description=nil, licenseinfo=nil, layerversion=nil, layername=nil, status=nil)
2406
+ def initialize(compatibleruntimes=nil, addtime=nil, description=nil, licenseinfo=nil, layerversion=nil, layername=nil, status=nil, stamp=nil)
2404
2407
  @CompatibleRuntimes = compatibleruntimes
2405
2408
  @AddTime = addtime
2406
2409
  @Description = description
@@ -2408,6 +2411,7 @@ module TencentCloud
2408
2411
  @LayerVersion = layerversion
2409
2412
  @LayerName = layername
2410
2413
  @Status = status
2414
+ @Stamp = stamp
2411
2415
  end
2412
2416
 
2413
2417
  def deserialize(params)
@@ -2418,6 +2422,7 @@ module TencentCloud
2418
2422
  @LayerVersion = params['LayerVersion']
2419
2423
  @LayerName = params['LayerName']
2420
2424
  @Status = params['Status']
2425
+ @Stamp = params['Stamp']
2421
2426
  end
2422
2427
  end
2423
2428
 
@@ -3624,7 +3629,7 @@ module TencentCloud
3624
3629
  # @type BillDuration: Integer
3625
3630
  # @param FunctionRequestId: 此次函数执行的Id
3626
3631
  # @type FunctionRequestId: String
3627
- # @param InvokeResult: 0为正确,异步调用返回为空
3632
+ # @param InvokeResult: 请求 Invoke 接口,该参数已弃用。请求 InvokeFunction 接口,该参数值为请求执行[状态码](https://cloud.tencent.com/document/product/583/42611)。
3628
3633
  # @type InvokeResult: Integer
3629
3634
 
3630
3635
  attr_accessor :Log, :RetMsg, :ErrMsg, :MemUsage, :Duration, :BillDuration, :FunctionRequestId, :InvokeResult
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.554
4
+ version: 3.0.556
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-04-19 00:00:00.000000000 Z
11
+ date: 2023-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common