tencentcloud-sdk-scf 3.0.1174 → 3.0.1198
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 +30 -17
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99636b51570b9a9a0a7cb318f9641c33868b32a2
|
|
4
|
+
data.tar.gz: 2ccf2bdde288b183b92df4927b78bf714d97cda3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff9960889cc51af68d0028937e872cfbbdfc0202c829b0588aa0f86dbaeb5a1b29a082081a2e3c689120f2a2776652cd8e04ef751632f45ae92f7cee24d91e22
|
|
7
|
+
data.tar.gz: 210d8896b81fa2ca056e226341892b835b332b91b1504ac3d34e328367956ca22af96556d91fb1a7306cb2419272e95d3b46bc6e68078a4fda83722769530d95
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1198
|
data/lib/v20180416/models.rb
CHANGED
|
@@ -1550,10 +1550,10 @@ module TencentCloud
|
|
|
1550
1550
|
|
|
1551
1551
|
attr_accessor :FunctionName, :RetMsg, :RequestId, :StartTime, :RetCode, :InvokeFinished, :Duration, :BillDuration, :MemUsage, :Log, :Level, :Source, :RetryNum
|
|
1552
1552
|
extend Gem::Deprecate
|
|
1553
|
-
deprecate :Level, :none,
|
|
1554
|
-
deprecate :Level=, :none,
|
|
1555
|
-
deprecate :Source, :none,
|
|
1556
|
-
deprecate :Source=, :none,
|
|
1553
|
+
deprecate :Level, :none, 2026, 1
|
|
1554
|
+
deprecate :Level=, :none, 2026, 1
|
|
1555
|
+
deprecate :Source, :none, 2026, 1
|
|
1556
|
+
deprecate :Source=, :none, 2026, 1
|
|
1557
1557
|
|
|
1558
1558
|
def initialize(functionname=nil, retmsg=nil, requestid=nil, starttime=nil, retcode=nil, invokefinished=nil, duration=nil, billduration=nil, memusage=nil, log=nil, level=nil, source=nil, retrynum=nil)
|
|
1559
1559
|
@FunctionName = functionname
|
|
@@ -3262,7 +3262,20 @@ module TencentCloud
|
|
|
3262
3262
|
# @type Namespace: String
|
|
3263
3263
|
# @param Description: 函数描述,支持模糊搜索
|
|
3264
3264
|
# @type Description: String
|
|
3265
|
-
# @param Filters:
|
|
3265
|
+
# @param Filters: `过滤特定属性或者有特定标签的函数。`
|
|
3266
|
+
# - 传值方式
|
|
3267
|
+
# key-value 进行传值
|
|
3268
|
+
# 例如:"Filters": [{ "Name": "Status", "Values": ["CreateFailed","Creating"]}, {"Name": "Type","Values": ["HTTP"]}]上述条件的函数是,函数状态为创建失败或者创建中,且函数类型为 HTTP 函数
|
|
3269
|
+
# - `如果通过标签进行过滤:`Filter 中 Name 字段需要以 `tag-` 起始,`-` 后跟着标签名称,`Values` 指定对应的标签值
|
|
3270
|
+
# 示例值:"Filters": [{"Name":"tag-dmtest","Values":["dmtest"]}]
|
|
3271
|
+
# - `入参限制:`
|
|
3272
|
+
# `Filter`:对应的`Name`支持的字段有:
|
|
3273
|
+
# `单 Value Filter`支持的 `Name` 字段入参:['VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip']
|
|
3274
|
+
# `多 Value Filter`支持的 `Name` 字段入参:['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp']
|
|
3275
|
+
|
|
3276
|
+
# 单次 API 请求的`Filters` 的上限为`10`, 即Filters 最多有 10个 {"Name":"","Values":[]} `Name -Values` 的键值对。`Filter.Values`的上限,由 `Filter` 的 `Name` 决定。
|
|
3277
|
+
# 1.[ VpcId', 'SubnetId', 'ClsTopicId', 'ClsLogsetId', 'Role', 'CfsId', 'CfsMountInsId', 'Eip' ] 过滤的 Name 为这些属性时, Values `只能传一个值`
|
|
3278
|
+
# 2.['Status', 'Runtime', 'Type', 'PublicNetStatus', 'AsyncRunEnable', 'TraceEnable', 'Stamp'] 过滤的Name 为这些属性时 ,Values `至多可以传20个值`
|
|
3266
3279
|
# @type Filters: Array
|
|
3267
3280
|
|
|
3268
3281
|
attr_accessor :Order, :Orderby, :Offset, :Limit, :SearchKey, :Namespace, :Description, :Filters
|
|
@@ -4654,12 +4667,12 @@ module TencentCloud
|
|
|
4654
4667
|
|
|
4655
4668
|
attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier, :Description
|
|
4656
4669
|
extend Gem::Deprecate
|
|
4657
|
-
deprecate :ResourceId, :none,
|
|
4658
|
-
deprecate :ResourceId=, :none,
|
|
4659
|
-
deprecate :BindStatus, :none,
|
|
4660
|
-
deprecate :BindStatus=, :none,
|
|
4661
|
-
deprecate :TriggerAttribute, :none,
|
|
4662
|
-
deprecate :TriggerAttribute=, :none,
|
|
4670
|
+
deprecate :ResourceId, :none, 2026, 1
|
|
4671
|
+
deprecate :ResourceId=, :none, 2026, 1
|
|
4672
|
+
deprecate :BindStatus, :none, 2026, 1
|
|
4673
|
+
deprecate :BindStatus=, :none, 2026, 1
|
|
4674
|
+
deprecate :TriggerAttribute, :none, 2026, 1
|
|
4675
|
+
deprecate :TriggerAttribute=, :none, 2026, 1
|
|
4663
4676
|
|
|
4664
4677
|
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)
|
|
4665
4678
|
@ModTime = modtime
|
|
@@ -4818,12 +4831,12 @@ module TencentCloud
|
|
|
4818
4831
|
|
|
4819
4832
|
attr_accessor :Enable, :Qualifier, :TriggerName, :Type, :TriggerDesc, :AvailableStatus, :CustomArgument, :AddTime, :ModTime, :ResourceId, :BindStatus, :TriggerAttribute, :Description, :BoundResources
|
|
4820
4833
|
extend Gem::Deprecate
|
|
4821
|
-
deprecate :ResourceId, :none,
|
|
4822
|
-
deprecate :ResourceId=, :none,
|
|
4823
|
-
deprecate :BindStatus, :none,
|
|
4824
|
-
deprecate :BindStatus=, :none,
|
|
4825
|
-
deprecate :TriggerAttribute, :none,
|
|
4826
|
-
deprecate :TriggerAttribute=, :none,
|
|
4834
|
+
deprecate :ResourceId, :none, 2026, 1
|
|
4835
|
+
deprecate :ResourceId=, :none, 2026, 1
|
|
4836
|
+
deprecate :BindStatus, :none, 2026, 1
|
|
4837
|
+
deprecate :BindStatus=, :none, 2026, 1
|
|
4838
|
+
deprecate :TriggerAttribute, :none, 2026, 1
|
|
4839
|
+
deprecate :TriggerAttribute=, :none, 2026, 1
|
|
4827
4840
|
|
|
4828
4841
|
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, boundresources=nil)
|
|
4829
4842
|
@Enable = enable
|
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.1198
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20180416/models.rb
|
|
37
36
|
- lib/v20180416/client.rb
|
|
37
|
+
- lib/v20180416/models.rb
|
|
38
38
|
- lib/tencentcloud-sdk-scf.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|