tencentcloud-sdk-scf 3.0.555 → 3.0.557

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: 181e5ac2526652805269737e7905e05efdc7edc9
4
- data.tar.gz: e376d1013f324283cd449808025f6318c663e902
3
+ metadata.gz: c8cfc4ad7edbf10c9d4b2cc3bd1a5364ebc75fae
4
+ data.tar.gz: 8182e182b3d659cf11d47b5e7b332abf78d635bf
5
5
  SHA512:
6
- metadata.gz: 05e3b92a49c806c7ed8478b044bfe508dc2daafb303b02bfec8a84d8cac2c07283ccf29f624f4b4bdb30f925c59946c0473184cc6f03904ff90d713f91a804d5
7
- data.tar.gz: e95cb92252b106167e4287e0f914b54c1feae167e54da12e72a38796fb7abd55d614798b6bf4aaff14c6dcc2d0e9360de371e8ae8b4a64cf9823b59c7714f432
6
+ metadata.gz: 5258b007d4217a44fa67c6dfc7b59539298d2d89650006ae6998831c7e1d3d288d376b75557895e8a24148371252b49faa51c677bd4b888804fb3105678456e3
7
+ data.tar.gz: 8ed61f92c4ec69cb2a0646e155ea1f7a5353a543ea667ebbf5647f3e023a60f451e2504226cf33decd5f9116cf673001c6ca0e5ab43afa570652d47423e4e53e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.555
1
+ 3.0.557
@@ -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.555
4
+ version: 3.0.557
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-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common