tencentcloud-sdk-scf 3.0.457 → 3.0.458

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: da37c83c79c7c2f91da24a1149130157f16df465
4
- data.tar.gz: 6af73f2c93c87f9e032c930af401d2480b4593ec
3
+ metadata.gz: a76c0b2ae8a30de1406832b5a5db16733fca0d35
4
+ data.tar.gz: e4632ffc620b19f68f986a977a1c70292d0b3af6
5
5
  SHA512:
6
- metadata.gz: 9de3780934ca5100f658bc7181b86b94b5692315b3d522f4a47ae9cdeffbfa274fdefec874aa4bcfa0640f72da15ac074af6c0ee67da5db2c66dde0858a1d96f
7
- data.tar.gz: 1bf7b7883c2fe82ea7f56f0748559e8b79a2a8e88ba125ba52b79521642da9a4881ab0a3bb28efb6a8ad59bf185ca94e1fe2adc11be42f58f8edc67736cc6e9b
6
+ metadata.gz: e44c4a7db21c22b9f21c3de2918662efc8a411d681767b66d3cdb0e25cd953c4aec81f96735c9109643c4ab9b7d251a868392e72394dc2351f056644ad9a75d9
7
+ data.tar.gz: 7bc9dbe0cde90608d2ce78b7d886f4f00c580ee2b2a5cadc380476319e16a4126e2689d8104283eb3b819e3472e11d355c00f64aa3d923555cf439ca6e57c0ac
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.457
1
+ 3.0.458
@@ -976,7 +976,7 @@ module TencentCloud
976
976
  # @type Namespace: String
977
977
  # @param TriggerDesc: 如果删除的触发器类型为 COS 触发器,该字段为必填值,存放 JSON 格式的数据 {"event":"cos:ObjectCreated:*"},数据内容和 SetTrigger 接口中该字段的格式相同;如果删除的触发器类型为定时触发器或 CMQ 触发器,可以不指定该字段
978
978
  # @type TriggerDesc: String
979
- # @param Qualifier: 函数的版本信息
979
+ # @param Qualifier: 函数的版本,默认为 $LATEST,建议填写 [$DEFAULT](https://cloud.tencent.com/document/product/583/36149#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)方便后续进行版本的灰度发布。
980
980
  # @type Qualifier: String
981
981
 
982
982
  attr_accessor :FunctionName, :TriggerName, :Type, :Namespace, :TriggerDesc, :Qualifier
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.457
4
+ version: 3.0.458
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-11-23 00:00:00.000000000 Z
11
+ date: 2022-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common