tencentcloud-sdk-scf 3.0.676 → 3.0.677

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: 34b97327440f7478ed9c804c7de7fe3cd9c54479
4
- data.tar.gz: a8dc4557884e2fb479dd5dacaafd55bca24fb1a2
3
+ metadata.gz: 0c701786914e142e83a615bc2ec8de5e62367ff9
4
+ data.tar.gz: 31e140e43e2400dd91f9db15d0007824305d3738
5
5
  SHA512:
6
- metadata.gz: d25bae7a9a186f963bc40ad018e8f85697d791f27882765f9f6f4d2a98904b68261a927ce80efe9c3769576ba2a5113bb3b8d9da48b7719582ebaa91f6b4cda9
7
- data.tar.gz: 0af05f2a336fdceb16eb0e2bed52380cea62a4e8eedef7b80066b71f7f23c1427fb1b7e8ee1feb3f593fd524b462d1e88497e79afcb2caf6491fc78b47a8c979
6
+ metadata.gz: 195a51b2b0e88a0fa6f17c7e704232320709bc852513e89cf675b5438574da2d2f2c0621a5f879efab5c8628d4ba456a1996a55375d3e950a33ec2c58b540cd1
7
+ data.tar.gz: beaf0b4dcf9e72f4670d61292eb6ca911108c4b28de8e923e4474e024bdbc00591036da25fbc5c0ba8da5648a38857f71a75e25a65d251c97dbd0de122f16c0e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.676
1
+ 3.0.677
@@ -670,7 +670,7 @@ module TencentCloud
670
670
  # @type FunctionName: String
671
671
  # @param TriggerName: 新建触发器名称。如果是定时触发器,名称支持英文字母、数字、连接符和下划线,最长100个字符;如果是cos触发器,需要是对应cos存储桶适用于XML API的访问域名(例如:5401-5ff414-12345.cos.ap-shanghai.myqcloud.com);如果是其他触发器,见具体触发器绑定参数的说明
672
672
  # @type TriggerName: String
673
- # @param Type: 触发器类型,目前支持 cos 、cmq、 timer、 ckafka、apigw类型。创建 cls 触发器请参考[CLS 创建投递 SCF 任务](https://cloud.tencent.com/document/product/614/61096)。
673
+ # @param Type: 触发器类型,目前支持 cos 、cmq、 timer、 ckafka、apigw类型。创建函数URL请在此填写 http 。创建 cls 触发器请参考[CLS 创建投递 SCF 任务](https://cloud.tencent.com/document/product/614/61096)。
674
674
  # @type Type: String
675
675
  # @param TriggerDesc: 触发器对应的参数,可见具体[触发器描述说明](https://cloud.tencent.com/document/product/583/39901)
676
676
  # @type TriggerDesc: 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.676
4
+ version: 3.0.677
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-10-13 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common