tencentcloud-sdk-scf 3.0.896 → 3.0.897
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180416/models.rb +19 -20
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b7f1dfd46ba7cf4112a97629ba853c886d6fed8
|
|
4
|
+
data.tar.gz: 387223781c9f8fe8b77475c912cc347fdaf35a91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61233d87391547d6ab2b05b3ec483531bd1afd203e7d58af7beed85acb683804fdd41189f260c673690bf66ae5487dc87e8a8b44f38c1ae09a443a58041515c1
|
|
7
|
+
data.tar.gz: 9f4aa21eb1dfa40e5801d2193e728a623d876f99f0b2c3f496b130d850b27624a678d178de4dcea9a37f4634e53cdf5d6aed3fe6b986b3fa8653872b96932dff
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.897
|
data/lib/v20180416/models.rb
CHANGED
|
@@ -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 、
|
|
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:
|
|
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:
|
|
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:
|
|
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,
|
|
4132
|
-
deprecate :ResourceId=, :none, 2024,
|
|
4133
|
-
deprecate :BindStatus, :none, 2024,
|
|
4134
|
-
deprecate :BindStatus=, :none, 2024,
|
|
4135
|
-
deprecate :TriggerAttribute, :none, 2024,
|
|
4136
|
-
deprecate :TriggerAttribute=, :none, 2024,
|
|
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,
|
|
4298
|
-
deprecate :ResourceId=, :none, 2024,
|
|
4299
|
-
deprecate :BindStatus, :none, 2024,
|
|
4300
|
-
deprecate :BindStatus=, :none, 2024,
|
|
4301
|
-
deprecate :TriggerAttribute, :none, 2024,
|
|
4302
|
-
deprecate :TriggerAttribute=, :none, 2024,
|
|
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:
|
|
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.
|
|
4
|
+
version: 3.0.897
|
|
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-
|
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|