tencentcloud-sdk-scf 3.0.896 → 3.0.898

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180416/models.rb +19 -20
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86a3d44877766cc93ae6a8591a3431f2004c19dc
4
- data.tar.gz: 1a7d15addb4ecf3a034e0768c5bac2bc71ab8600
3
+ metadata.gz: 0c65a075036fdeee285700e29c91eb1f9aabb712
4
+ data.tar.gz: b2a2bfc494baaddb628c8f1bee61df1f0558d299
5
5
  SHA512:
6
- metadata.gz: 3b2c78ba79ab6025b0853a3df2a4fc9d081fb98fa2cfaaba694e57d6cf8066a0731413423f982de6479fbdeb56b119a7b4c4dd5d5650b61f6729ec457a3c2b84
7
- data.tar.gz: 1609ef2d0ac25e9fda800b5349f2c768c0775e523bdd6014801d36edef44c4115ecc39888c467b22d4e36ee505d22ce296c605d23d3d25cb2e3f8effd2f49df7
6
+ metadata.gz: f2097269ba4a55f65c8f6ca34fa963f16d2d0e45f55b7c1bfbc9e505b03a5cc942bf06aeb994b8bcb7bdf312a57ef6d3fb7b9dcb1274cc18f53f4f7f290ce3a7
7
+ data.tar.gz: 912552419c71b88564dab9627a85a7b7e507ff53bb78096913569ff7f7dc2f885fd9bfffd12e1847282b04807d2c362e0450303043c9e48b9ef88e452365d63e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.896
1
+ 3.0.898
@@ -681,13 +681,13 @@ module TencentCloud
681
681
  # @type FunctionName: String
682
682
  # @param TriggerName: 新建触发器名称。如果是定时触发器,名称支持英文字母、数字、连接符和下划线,最长100个字符;如果是cos触发器,需要是对应cos存储桶适用于XML API的访问域名(例如:5401-5ff414-12345.cos.ap-shanghai.myqcloud.com);如果是其他触发器,见具体触发器绑定参数的说明
683
683
  # @type TriggerName: String
684
- # @param Type: 触发器类型,目前支持 cos 、cmq、 timer、 ckafka、apigw类型。创建函数 URL 请在此填写 http,请参考[创建函数 URL ](https://cloud.tencent.com/document/product/583/100227#33bbbda4-9131-48a6-ac37-ac62ffe01424)。创建 cls 触发器请参考[CLS 创建投递 SCF 任务](https://cloud.tencent.com/document/product/614/61096)。
684
+ # @param Type: 触发器类型,目前支持 cos 、cls 、 timer、 ckafka、http类型。创建函数 URL 请使用 http 类型,参考[创建函数 URL ](https://cloud.tencent.com/document/product/583/100227#33bbbda4-9131-48a6-ac37-ac62ffe01424)。创建 cls 触发器请参考[CLS 创建投递 SCF 任务](https://cloud.tencent.com/document/product/614/61096)。
685
685
  # @type Type: String
686
686
  # @param TriggerDesc: 触发器对应的参数,可见具体[触发器描述说明](https://cloud.tencent.com/document/product/583/39901)
687
687
  # @type TriggerDesc: String
688
688
  # @param Namespace: 函数的命名空间
689
689
  # @type Namespace: String
690
- # @param Qualifier: 函数的版本,默认为 $LATEST,建议填写 [$DEFAULT](https://cloud.tencent.com/document/product/583/36149#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)方便后续进行版本的灰度发布。
690
+ # @param Qualifier: 触发器所生效的版本或别名,建议填写 [$DEFAULT](https://cloud.tencent.com/document/product/583/36149#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)方便后续进行版本的灰度发布,默认为 $LATEST。
691
691
  # @type Qualifier: String
692
692
  # @param Enable: 触发器的初始是能状态 OPEN表示开启 CLOSE表示关闭
693
693
  # @type Enable: String
@@ -1000,14 +1000,13 @@ module TencentCloud
1000
1000
  # @type FunctionName: String
1001
1001
  # @param TriggerName: 要删除的触发器名称
1002
1002
  # @type TriggerName: String
1003
- # @param Type: 要删除的触发器类型,目前支持 cos 、cmq timerckafka 类型
1003
+ # @param Type: 要删除的触发器类型,目前只支持 timer、ckafka 、apigw 、cls 、cos 、cmq 、http 类型
1004
1004
  # @type Type: String
1005
1005
  # @param Namespace: 函数所属命名空间
1006
1006
  # @type Namespace: String
1007
1007
  # @param TriggerDesc: 如果删除的触发器类型为 COS 触发器,该字段为必填值,存放 JSON 格式的数据 {"event":"cos:ObjectCreated:*"},数据内容和 SetTrigger 接口中该字段的格式相同;如果删除的触发器类型为定时触发器或 CMQ 触发器,可以不指定该字段
1008
1008
  # @type TriggerDesc: String
1009
- # @param Qualifier: 函数的版本,默认为 $LATEST,建议填写 [$DEFAULT](https://cloud.tencent.com/document/product/583/36149#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)方便后续进行版本的灰度发布。
1010
- # 如果删除的触发器类型为 APIGW 触发器,该字段为必填参数
1009
+ # @param Qualifier: 要删除的触发器实际所指向的版本或别名,默认值为 $LATEST
1011
1010
  # @type Qualifier: String
1012
1011
 
1013
1012
  attr_accessor :FunctionName, :TriggerName, :Type, :Namespace, :TriggerDesc, :Qualifier
@@ -4128,12 +4127,12 @@ module TencentCloud
4128
4127
 
4129
4128
  attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier, :Description
4130
4129
  extend Gem::Deprecate
4131
- deprecate :ResourceId, :none, 2024, 8
4132
- deprecate :ResourceId=, :none, 2024, 8
4133
- deprecate :BindStatus, :none, 2024, 8
4134
- deprecate :BindStatus=, :none, 2024, 8
4135
- deprecate :TriggerAttribute, :none, 2024, 8
4136
- deprecate :TriggerAttribute=, :none, 2024, 8
4130
+ deprecate :ResourceId, :none, 2024, 9
4131
+ deprecate :ResourceId=, :none, 2024, 9
4132
+ deprecate :BindStatus, :none, 2024, 9
4133
+ deprecate :BindStatus=, :none, 2024, 9
4134
+ deprecate :TriggerAttribute, :none, 2024, 9
4135
+ deprecate :TriggerAttribute=, :none, 2024, 9
4137
4136
 
4138
4137
  def initialize(modtime=nil, type=nil, triggerdesc=nil, triggername=nil, addtime=nil, enable=nil, customargument=nil, availablestatus=nil, resourceid=nil, bindstatus=nil, triggerattribute=nil, qualifier=nil, description=nil)
4139
4138
  @ModTime = modtime
@@ -4294,12 +4293,12 @@ module TencentCloud
4294
4293
 
4295
4294
  attr_accessor :Enable, :Qualifier, :TriggerName, :Type, :TriggerDesc, :AvailableStatus, :CustomArgument, :AddTime, :ModTime, :ResourceId, :BindStatus, :TriggerAttribute, :Description
4296
4295
  extend Gem::Deprecate
4297
- deprecate :ResourceId, :none, 2024, 8
4298
- deprecate :ResourceId=, :none, 2024, 8
4299
- deprecate :BindStatus, :none, 2024, 8
4300
- deprecate :BindStatus=, :none, 2024, 8
4301
- deprecate :TriggerAttribute, :none, 2024, 8
4302
- deprecate :TriggerAttribute=, :none, 2024, 8
4296
+ deprecate :ResourceId, :none, 2024, 9
4297
+ deprecate :ResourceId=, :none, 2024, 9
4298
+ deprecate :BindStatus, :none, 2024, 9
4299
+ deprecate :BindStatus=, :none, 2024, 9
4300
+ deprecate :TriggerAttribute, :none, 2024, 9
4301
+ deprecate :TriggerAttribute=, :none, 2024, 9
4303
4302
 
4304
4303
  def initialize(enable=nil, qualifier=nil, triggername=nil, type=nil, triggerdesc=nil, availablestatus=nil, customargument=nil, addtime=nil, modtime=nil, resourceid=nil, bindstatus=nil, triggerattribute=nil, description=nil)
4305
4304
  @Enable = enable
@@ -4709,13 +4708,13 @@ module TencentCloud
4709
4708
  # @type FunctionName: String
4710
4709
  # @param TriggerName: 触发器名称
4711
4710
  # @type TriggerName: String
4712
- # @param Type: 触发器类型
4711
+ # @param Type: 触发器类型,目前只支持timer、ckafka、http三种类型
4713
4712
  # @type Type: String
4714
4713
  # @param Enable: 触发器开启或关闭,传参为OPEN为开启,CLOSE为关闭
4715
4714
  # @type Enable: String
4716
- # @param Qualifier: 函数的版本,默认为 $LATEST,建议填写 [$DEFAULT](https://cloud.tencent.com/document/product/583/36149#.E9.BB.98.E8.AE.A4.E5.88.AB.E5.90.8D)方便后续进行版本的灰度发布。
4715
+ # @param Qualifier: 触发器创建时所指向的函数版本或别名,默认为 $LATEST
4717
4716
  # @type Qualifier: String
4718
- # @param Namespace: 函数的命名空间
4717
+ # @param Namespace: 函数的命名空间,默认值为default
4719
4718
  # @type Namespace: String
4720
4719
  # @param TriggerDesc: TriggerDesc参数
4721
4720
  # @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.896
4
+ version: 3.0.898
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-28 00:00:00.000000000 Z
11
+ date: 2024-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common