tencentcloud-sdk-scf 3.0.1016 → 3.0.1017
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 +62 -25
- 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: 27b389d525e13d3b90dfeb63a250e36d24a7c18e
|
4
|
+
data.tar.gz: de4964c176164caa8b06c19aac3b88059456e498
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64148fee2dff6a1d6f98fc948b60941be8eac8aa82b585a2cc21dfcb6ec70b9821bd18a4bcbbcb7dfd29c3a46ada5caaf207029e21106c1ef0f6664515187a92
|
7
|
+
data.tar.gz: cebc6d8670e99210637b220f47f8a414adbb10a609a7a197fe15d42d1bb52396db41f5d113c028d3fe8acc84fce6fd1972f0ce7757a4adf13cf71646731d6a97
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1017
|
data/lib/v20180416/models.rb
CHANGED
@@ -463,15 +463,18 @@ module TencentCloud
|
|
463
463
|
# @type CertConfig: :class:`Tencentcloud::Scf.v20180416.models.CertConf`
|
464
464
|
# @param WafConfig: web 应用防火墙配置
|
465
465
|
# @type WafConfig: :class:`Tencentcloud::Scf.v20180416.models.WafConf`
|
466
|
+
# @param Tags: 标签
|
467
|
+
# @type Tags: Array
|
466
468
|
|
467
|
-
attr_accessor :Domain, :Protocol, :EndpointsConfig, :CertConfig, :WafConfig
|
469
|
+
attr_accessor :Domain, :Protocol, :EndpointsConfig, :CertConfig, :WafConfig, :Tags
|
468
470
|
|
469
|
-
def initialize(domain=nil, protocol=nil, endpointsconfig=nil, certconfig=nil, wafconfig=nil)
|
471
|
+
def initialize(domain=nil, protocol=nil, endpointsconfig=nil, certconfig=nil, wafconfig=nil, tags=nil)
|
470
472
|
@Domain = domain
|
471
473
|
@Protocol = protocol
|
472
474
|
@EndpointsConfig = endpointsconfig
|
473
475
|
@CertConfig = certconfig
|
474
476
|
@WafConfig = wafconfig
|
477
|
+
@Tags = tags
|
475
478
|
end
|
476
479
|
|
477
480
|
def deserialize(params)
|
@@ -493,6 +496,14 @@ module TencentCloud
|
|
493
496
|
@WafConfig = WafConf.new
|
494
497
|
@WafConfig.deserialize(params['WafConfig'])
|
495
498
|
end
|
499
|
+
unless params['Tags'].nil?
|
500
|
+
@Tags = []
|
501
|
+
params['Tags'].each do |i|
|
502
|
+
tag_tmp = Tag.new
|
503
|
+
tag_tmp.deserialize(i)
|
504
|
+
@Tags << tag_tmp
|
505
|
+
end
|
506
|
+
end
|
496
507
|
end
|
497
508
|
end
|
498
509
|
|
@@ -1227,15 +1238,18 @@ module TencentCloud
|
|
1227
1238
|
# @type CertConfig: :class:`Tencentcloud::Scf.v20180416.models.CertConf`
|
1228
1239
|
# @param WafConfig: web 应用防火墙配置
|
1229
1240
|
# @type WafConfig: :class:`Tencentcloud::Scf.v20180416.models.WafConf`
|
1241
|
+
# @param Tags: 标签
|
1242
|
+
# @type Tags: Array
|
1230
1243
|
|
1231
|
-
attr_accessor :Domain, :Protocol, :EndpointsConfig, :CertConfig, :WafConfig
|
1244
|
+
attr_accessor :Domain, :Protocol, :EndpointsConfig, :CertConfig, :WafConfig, :Tags
|
1232
1245
|
|
1233
|
-
def initialize(domain=nil, protocol=nil, endpointsconfig=nil, certconfig=nil, wafconfig=nil)
|
1246
|
+
def initialize(domain=nil, protocol=nil, endpointsconfig=nil, certconfig=nil, wafconfig=nil, tags=nil)
|
1234
1247
|
@Domain = domain
|
1235
1248
|
@Protocol = protocol
|
1236
1249
|
@EndpointsConfig = endpointsconfig
|
1237
1250
|
@CertConfig = certconfig
|
1238
1251
|
@WafConfig = wafconfig
|
1252
|
+
@Tags = tags
|
1239
1253
|
end
|
1240
1254
|
|
1241
1255
|
def deserialize(params)
|
@@ -1257,6 +1271,14 @@ module TencentCloud
|
|
1257
1271
|
@WafConfig = WafConf.new
|
1258
1272
|
@WafConfig.deserialize(params['WafConfig'])
|
1259
1273
|
end
|
1274
|
+
unless params['Tags'].nil?
|
1275
|
+
@Tags = []
|
1276
|
+
params['Tags'].each do |i|
|
1277
|
+
tag_tmp = Tag.new
|
1278
|
+
tag_tmp.deserialize(i)
|
1279
|
+
@Tags << tag_tmp
|
1280
|
+
end
|
1281
|
+
end
|
1260
1282
|
end
|
1261
1283
|
end
|
1262
1284
|
|
@@ -1528,10 +1550,10 @@ module TencentCloud
|
|
1528
1550
|
|
1529
1551
|
attr_accessor :FunctionName, :RetMsg, :RequestId, :StartTime, :RetCode, :InvokeFinished, :Duration, :BillDuration, :MemUsage, :Log, :Level, :Source, :RetryNum
|
1530
1552
|
extend Gem::Deprecate
|
1531
|
-
deprecate :Level, :none, 2025,
|
1532
|
-
deprecate :Level=, :none, 2025,
|
1533
|
-
deprecate :Source, :none, 2025,
|
1534
|
-
deprecate :Source=, :none, 2025,
|
1553
|
+
deprecate :Level, :none, 2025, 3
|
1554
|
+
deprecate :Level=, :none, 2025, 3
|
1555
|
+
deprecate :Source, :none, 2025, 3
|
1556
|
+
deprecate :Source=, :none, 2025, 3
|
1535
1557
|
|
1536
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)
|
1537
1559
|
@FunctionName = functionname
|
@@ -1777,17 +1799,20 @@ module TencentCloud
|
|
1777
1799
|
# @type CertConfig: :class:`Tencentcloud::Scf.v20180416.models.CertConf`
|
1778
1800
|
# @param WafConfig: web 应用防火墙配置
|
1779
1801
|
# @type WafConfig: :class:`Tencentcloud::Scf.v20180416.models.WafConf`
|
1802
|
+
# @param Tags: 标签
|
1803
|
+
# @type Tags: Array
|
1780
1804
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1781
1805
|
# @type RequestId: String
|
1782
1806
|
|
1783
|
-
attr_accessor :Domain, :Protocol, :EndpointsConfig, :CertConfig, :WafConfig, :RequestId
|
1807
|
+
attr_accessor :Domain, :Protocol, :EndpointsConfig, :CertConfig, :WafConfig, :Tags, :RequestId
|
1784
1808
|
|
1785
|
-
def initialize(domain=nil, protocol=nil, endpointsconfig=nil, certconfig=nil, wafconfig=nil, requestid=nil)
|
1809
|
+
def initialize(domain=nil, protocol=nil, endpointsconfig=nil, certconfig=nil, wafconfig=nil, tags=nil, requestid=nil)
|
1786
1810
|
@Domain = domain
|
1787
1811
|
@Protocol = protocol
|
1788
1812
|
@EndpointsConfig = endpointsconfig
|
1789
1813
|
@CertConfig = certconfig
|
1790
1814
|
@WafConfig = wafconfig
|
1815
|
+
@Tags = tags
|
1791
1816
|
@RequestId = requestid
|
1792
1817
|
end
|
1793
1818
|
|
@@ -1810,6 +1835,14 @@ module TencentCloud
|
|
1810
1835
|
@WafConfig = WafConf.new
|
1811
1836
|
@WafConfig.deserialize(params['WafConfig'])
|
1812
1837
|
end
|
1838
|
+
unless params['Tags'].nil?
|
1839
|
+
@Tags = []
|
1840
|
+
params['Tags'].each do |i|
|
1841
|
+
tag_tmp = Tag.new
|
1842
|
+
tag_tmp.deserialize(i)
|
1843
|
+
@Tags << tag_tmp
|
1844
|
+
end
|
1845
|
+
end
|
1813
1846
|
@RequestId = params['RequestId']
|
1814
1847
|
end
|
1815
1848
|
end
|
@@ -4527,12 +4560,12 @@ module TencentCloud
|
|
4527
4560
|
|
4528
4561
|
attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier, :Description
|
4529
4562
|
extend Gem::Deprecate
|
4530
|
-
deprecate :ResourceId, :none, 2025,
|
4531
|
-
deprecate :ResourceId=, :none, 2025,
|
4532
|
-
deprecate :BindStatus, :none, 2025,
|
4533
|
-
deprecate :BindStatus=, :none, 2025,
|
4534
|
-
deprecate :TriggerAttribute, :none, 2025,
|
4535
|
-
deprecate :TriggerAttribute=, :none, 2025,
|
4563
|
+
deprecate :ResourceId, :none, 2025, 3
|
4564
|
+
deprecate :ResourceId=, :none, 2025, 3
|
4565
|
+
deprecate :BindStatus, :none, 2025, 3
|
4566
|
+
deprecate :BindStatus=, :none, 2025, 3
|
4567
|
+
deprecate :TriggerAttribute, :none, 2025, 3
|
4568
|
+
deprecate :TriggerAttribute=, :none, 2025, 3
|
4536
4569
|
|
4537
4570
|
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)
|
4538
4571
|
@ModTime = modtime
|
@@ -4686,17 +4719,19 @@ module TencentCloud
|
|
4686
4719
|
# @param Description: 客户自定义触发器描述
|
4687
4720
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4688
4721
|
# @type Description: String
|
4722
|
+
# @param BoundResources: 与此触发器关联的资源。目前仅函数URL关联的自定义域名会返回
|
4723
|
+
# @type BoundResources: String
|
4689
4724
|
|
4690
|
-
attr_accessor :Enable, :Qualifier, :TriggerName, :Type, :TriggerDesc, :AvailableStatus, :CustomArgument, :AddTime, :ModTime, :ResourceId, :BindStatus, :TriggerAttribute, :Description
|
4725
|
+
attr_accessor :Enable, :Qualifier, :TriggerName, :Type, :TriggerDesc, :AvailableStatus, :CustomArgument, :AddTime, :ModTime, :ResourceId, :BindStatus, :TriggerAttribute, :Description, :BoundResources
|
4691
4726
|
extend Gem::Deprecate
|
4692
|
-
deprecate :ResourceId, :none, 2025,
|
4693
|
-
deprecate :ResourceId=, :none, 2025,
|
4694
|
-
deprecate :BindStatus, :none, 2025,
|
4695
|
-
deprecate :BindStatus=, :none, 2025,
|
4696
|
-
deprecate :TriggerAttribute, :none, 2025,
|
4697
|
-
deprecate :TriggerAttribute=, :none, 2025,
|
4698
|
-
|
4699
|
-
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)
|
4727
|
+
deprecate :ResourceId, :none, 2025, 3
|
4728
|
+
deprecate :ResourceId=, :none, 2025, 3
|
4729
|
+
deprecate :BindStatus, :none, 2025, 3
|
4730
|
+
deprecate :BindStatus=, :none, 2025, 3
|
4731
|
+
deprecate :TriggerAttribute, :none, 2025, 3
|
4732
|
+
deprecate :TriggerAttribute=, :none, 2025, 3
|
4733
|
+
|
4734
|
+
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)
|
4700
4735
|
@Enable = enable
|
4701
4736
|
@Qualifier = qualifier
|
4702
4737
|
@TriggerName = triggername
|
@@ -4710,6 +4745,7 @@ module TencentCloud
|
|
4710
4745
|
@BindStatus = bindstatus
|
4711
4746
|
@TriggerAttribute = triggerattribute
|
4712
4747
|
@Description = description
|
4748
|
+
@BoundResources = boundresources
|
4713
4749
|
end
|
4714
4750
|
|
4715
4751
|
def deserialize(params)
|
@@ -4726,6 +4762,7 @@ module TencentCloud
|
|
4726
4762
|
@BindStatus = params['BindStatus']
|
4727
4763
|
@TriggerAttribute = params['TriggerAttribute']
|
4728
4764
|
@Description = params['Description']
|
4765
|
+
@BoundResources = params['BoundResources']
|
4729
4766
|
end
|
4730
4767
|
end
|
4731
4768
|
|
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.1017
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|