tencentcloud-sdk-scf 3.0.568 → 3.0.569
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 +12 -4
- 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: 1be146989de6f82676ce117f82eb794497ba3ffd
|
|
4
|
+
data.tar.gz: e2671de17d90cc81424e240c2c6278c742c8f261
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4bae9abe3d036e92f1a9f7c2cb3416928190dea0c2195ead2a7e7798e2afa03010dad917cc502a391ae5c86046961e11516b97a6626288412cf394cf0ea18c3
|
|
7
|
+
data.tar.gz: 9c2ac6bc6349a28ca88ed467ef3cbfe221c02917c7173fcb4244e4c9eb3316e218ed6b3bb3d2910d57bc9578ba9d94e0669bae7372ec3f82d8a72ce977c15d18
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.569
|
data/lib/v20180416/models.rb
CHANGED
|
@@ -667,10 +667,12 @@ module TencentCloud
|
|
|
667
667
|
# @type Enable: String
|
|
668
668
|
# @param CustomArgument: 用户自定义参数,仅支持timer触发器
|
|
669
669
|
# @type CustomArgument: String
|
|
670
|
+
# @param Description: 触发器描述
|
|
671
|
+
# @type Description: String
|
|
670
672
|
|
|
671
|
-
attr_accessor :FunctionName, :TriggerName, :Type, :TriggerDesc, :Namespace, :Qualifier, :Enable, :CustomArgument
|
|
673
|
+
attr_accessor :FunctionName, :TriggerName, :Type, :TriggerDesc, :Namespace, :Qualifier, :Enable, :CustomArgument, :Description
|
|
672
674
|
|
|
673
|
-
def initialize(functionname=nil, triggername=nil, type=nil, triggerdesc=nil, namespace=nil, qualifier=nil, enable=nil, customargument=nil)
|
|
675
|
+
def initialize(functionname=nil, triggername=nil, type=nil, triggerdesc=nil, namespace=nil, qualifier=nil, enable=nil, customargument=nil, description=nil)
|
|
674
676
|
@FunctionName = functionname
|
|
675
677
|
@TriggerName = triggername
|
|
676
678
|
@Type = type
|
|
@@ -679,6 +681,7 @@ module TencentCloud
|
|
|
679
681
|
@Qualifier = qualifier
|
|
680
682
|
@Enable = enable
|
|
681
683
|
@CustomArgument = customargument
|
|
684
|
+
@Description = description
|
|
682
685
|
end
|
|
683
686
|
|
|
684
687
|
def deserialize(params)
|
|
@@ -690,6 +693,7 @@ module TencentCloud
|
|
|
690
693
|
@Qualifier = params['Qualifier']
|
|
691
694
|
@Enable = params['Enable']
|
|
692
695
|
@CustomArgument = params['CustomArgument']
|
|
696
|
+
@Description = params['Description']
|
|
693
697
|
end
|
|
694
698
|
end
|
|
695
699
|
|
|
@@ -3858,10 +3862,12 @@ module TencentCloud
|
|
|
3858
3862
|
# @type TriggerAttribute: String
|
|
3859
3863
|
# @param Qualifier: 触发器绑定的别名或版本
|
|
3860
3864
|
# @type Qualifier: String
|
|
3865
|
+
# @param Description: 触发器描述
|
|
3866
|
+
# @type Description: String
|
|
3861
3867
|
|
|
3862
|
-
attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier
|
|
3868
|
+
attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier, :Description
|
|
3863
3869
|
|
|
3864
|
-
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)
|
|
3870
|
+
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)
|
|
3865
3871
|
@ModTime = modtime
|
|
3866
3872
|
@Type = type
|
|
3867
3873
|
@TriggerDesc = triggerdesc
|
|
@@ -3874,6 +3880,7 @@ module TencentCloud
|
|
|
3874
3880
|
@BindStatus = bindstatus
|
|
3875
3881
|
@TriggerAttribute = triggerattribute
|
|
3876
3882
|
@Qualifier = qualifier
|
|
3883
|
+
@Description = description
|
|
3877
3884
|
end
|
|
3878
3885
|
|
|
3879
3886
|
def deserialize(params)
|
|
@@ -3889,6 +3896,7 @@ module TencentCloud
|
|
|
3889
3896
|
@BindStatus = params['BindStatus']
|
|
3890
3897
|
@TriggerAttribute = params['TriggerAttribute']
|
|
3891
3898
|
@Qualifier = params['Qualifier']
|
|
3899
|
+
@Description = params['Description']
|
|
3892
3900
|
end
|
|
3893
3901
|
end
|
|
3894
3902
|
|
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.569
|
|
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-05-
|
|
11
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|