tencentcloud-sdk-scf 3.0.602 → 3.0.604
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180416/models.rb +23 -15
- 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: 7e94a0a2b460e819ba0c3da09745cca01fea673a
|
4
|
+
data.tar.gz: 37d8bce8c4e4355001962003485f9f78fa90f174
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11c4df57e8d2869cbb0e3aee442fd71c3e29edca4a5c5d1005af1977745be8ba3a9a8f8a900213e5bd76f7660d72f98587812c0b8824bcbb3c3db5b98f2260eb
|
7
|
+
data.tar.gz: 9e4d7ff9760ef3ad486b3cc7ed2aa48ed19e34cb48f3568e6e121393546ac51ec4873fc0c24f78782d7487f9ef43fcc9af2e8fbeec7109e318751acc687282c3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.604
|
data/lib/v20180416/models.rb
CHANGED
@@ -455,7 +455,7 @@ module TencentCloud
|
|
455
455
|
# @type Timeout: Integer
|
456
456
|
# @param Environment: 函数的环境变量
|
457
457
|
# @type Environment: :class:`Tencentcloud::Scf.v20180416.models.Environment`
|
458
|
-
# @param Runtime: 函数运行环境,目前仅支持 Python2.7,Python3.6,Nodejs6.10,Nodejs8.9,Nodejs10.15,Nodejs12.16, Php5, Php7,Go1,Java8 和 CustomRuntime,默认Python2.7
|
458
|
+
# @param Runtime: 函数运行环境,目前仅支持 Python2.7,Python3.6,Nodejs6.10,Nodejs8.9,Nodejs10.15,Nodejs12.16, Php5.2, Php7.4,Go1,Java8 和 CustomRuntime,默认Python2.7
|
459
459
|
# @type Runtime: String
|
460
460
|
# @param VpcConfig: 函数的私有网络配置
|
461
461
|
# @type VpcConfig: :class:`Tencentcloud::Scf.v20180416.models.VpcConfig`
|
@@ -489,6 +489,10 @@ module TencentCloud
|
|
489
489
|
# @type AsyncRunEnable: String
|
490
490
|
# @param TraceEnable: 是否开启事件追踪,TRUE 为开启,FALSE为关闭
|
491
491
|
# @type TraceEnable: String
|
492
|
+
# @param AutoDeployClsTopicIndex: 是否自动创建cls索引,TRUE 为开启,FALSE为关闭
|
493
|
+
# @type AutoDeployClsTopicIndex: String
|
494
|
+
# @param AutoCreateClsTopic: 是否自动创建cls主题,TRUE 为开启,FALSE为关闭
|
495
|
+
# @type AutoCreateClsTopic: String
|
492
496
|
# @param ProtocolType: HTTP函数支持的访问协议。当前支持WebSockets协议,值为WS
|
493
497
|
# @type ProtocolType: String
|
494
498
|
# @param ProtocolParams: HTTP函数配置ProtocolType访问协议,当前协议可配置的参数
|
@@ -496,9 +500,9 @@ module TencentCloud
|
|
496
500
|
# @param InstanceConcurrencyConfig: 单实例多并发配置。只支持Web函数。
|
497
501
|
# @type InstanceConcurrencyConfig: :class:`Tencentcloud::Scf.v20180416.models.InstanceConcurrencyConfig`
|
498
502
|
|
499
|
-
attr_accessor :FunctionName, :Code, :Handler, :Description, :MemorySize, :Timeout, :Environment, :Runtime, :VpcConfig, :Namespace, :Role, :InstallDependency, :ClsLogsetId, :ClsTopicId, :Type, :CodeSource, :Layers, :DeadLetterConfig, :PublicNetConfig, :CfsConfig, :InitTimeout, :Tags, :AsyncRunEnable, :TraceEnable, :ProtocolType, :ProtocolParams, :InstanceConcurrencyConfig
|
503
|
+
attr_accessor :FunctionName, :Code, :Handler, :Description, :MemorySize, :Timeout, :Environment, :Runtime, :VpcConfig, :Namespace, :Role, :InstallDependency, :ClsLogsetId, :ClsTopicId, :Type, :CodeSource, :Layers, :DeadLetterConfig, :PublicNetConfig, :CfsConfig, :InitTimeout, :Tags, :AsyncRunEnable, :TraceEnable, :AutoDeployClsTopicIndex, :AutoCreateClsTopic, :ProtocolType, :ProtocolParams, :InstanceConcurrencyConfig
|
500
504
|
|
501
|
-
def initialize(functionname=nil, code=nil, handler=nil, description=nil, memorysize=nil, timeout=nil, environment=nil, runtime=nil, vpcconfig=nil, namespace=nil, role=nil, installdependency=nil, clslogsetid=nil, clstopicid=nil, type=nil, codesource=nil, layers=nil, deadletterconfig=nil, publicnetconfig=nil, cfsconfig=nil, inittimeout=nil, tags=nil, asyncrunenable=nil, traceenable=nil, protocoltype=nil, protocolparams=nil, instanceconcurrencyconfig=nil)
|
505
|
+
def initialize(functionname=nil, code=nil, handler=nil, description=nil, memorysize=nil, timeout=nil, environment=nil, runtime=nil, vpcconfig=nil, namespace=nil, role=nil, installdependency=nil, clslogsetid=nil, clstopicid=nil, type=nil, codesource=nil, layers=nil, deadletterconfig=nil, publicnetconfig=nil, cfsconfig=nil, inittimeout=nil, tags=nil, asyncrunenable=nil, traceenable=nil, autodeployclstopicindex=nil, autocreateclstopic=nil, protocoltype=nil, protocolparams=nil, instanceconcurrencyconfig=nil)
|
502
506
|
@FunctionName = functionname
|
503
507
|
@Code = code
|
504
508
|
@Handler = handler
|
@@ -523,6 +527,8 @@ module TencentCloud
|
|
523
527
|
@Tags = tags
|
524
528
|
@AsyncRunEnable = asyncrunenable
|
525
529
|
@TraceEnable = traceenable
|
530
|
+
@AutoDeployClsTopicIndex = autodeployclstopicindex
|
531
|
+
@AutoCreateClsTopic = autocreateclstopic
|
526
532
|
@ProtocolType = protocoltype
|
527
533
|
@ProtocolParams = protocolparams
|
528
534
|
@InstanceConcurrencyConfig = instanceconcurrencyconfig
|
@@ -585,6 +591,8 @@ module TencentCloud
|
|
585
591
|
end
|
586
592
|
@AsyncRunEnable = params['AsyncRunEnable']
|
587
593
|
@TraceEnable = params['TraceEnable']
|
594
|
+
@AutoDeployClsTopicIndex = params['AutoDeployClsTopicIndex']
|
595
|
+
@AutoCreateClsTopic = params['AutoCreateClsTopic']
|
588
596
|
@ProtocolType = params['ProtocolType']
|
589
597
|
unless params['ProtocolParams'].nil?
|
590
598
|
@ProtocolParams = ProtocolParams.new
|
@@ -3870,12 +3878,12 @@ module TencentCloud
|
|
3870
3878
|
|
3871
3879
|
attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier, :Description
|
3872
3880
|
extend Gem::Deprecate
|
3873
|
-
deprecate :ResourceId, :none, 2023,
|
3874
|
-
deprecate :ResourceId=, :none, 2023,
|
3875
|
-
deprecate :BindStatus, :none, 2023,
|
3876
|
-
deprecate :BindStatus=, :none, 2023,
|
3877
|
-
deprecate :TriggerAttribute, :none, 2023,
|
3878
|
-
deprecate :TriggerAttribute=, :none, 2023,
|
3881
|
+
deprecate :ResourceId, :none, 2023, 7
|
3882
|
+
deprecate :ResourceId=, :none, 2023, 7
|
3883
|
+
deprecate :BindStatus, :none, 2023, 7
|
3884
|
+
deprecate :BindStatus=, :none, 2023, 7
|
3885
|
+
deprecate :TriggerAttribute, :none, 2023, 7
|
3886
|
+
deprecate :TriggerAttribute=, :none, 2023, 7
|
3879
3887
|
|
3880
3888
|
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)
|
3881
3889
|
@ModTime = modtime
|
@@ -4036,12 +4044,12 @@ module TencentCloud
|
|
4036
4044
|
|
4037
4045
|
attr_accessor :Enable, :Qualifier, :TriggerName, :Type, :TriggerDesc, :AvailableStatus, :CustomArgument, :AddTime, :ModTime, :ResourceId, :BindStatus, :TriggerAttribute, :Description
|
4038
4046
|
extend Gem::Deprecate
|
4039
|
-
deprecate :ResourceId, :none, 2023,
|
4040
|
-
deprecate :ResourceId=, :none, 2023,
|
4041
|
-
deprecate :BindStatus, :none, 2023,
|
4042
|
-
deprecate :BindStatus=, :none, 2023,
|
4043
|
-
deprecate :TriggerAttribute, :none, 2023,
|
4044
|
-
deprecate :TriggerAttribute=, :none, 2023,
|
4047
|
+
deprecate :ResourceId, :none, 2023, 7
|
4048
|
+
deprecate :ResourceId=, :none, 2023, 7
|
4049
|
+
deprecate :BindStatus, :none, 2023, 7
|
4050
|
+
deprecate :BindStatus=, :none, 2023, 7
|
4051
|
+
deprecate :TriggerAttribute, :none, 2023, 7
|
4052
|
+
deprecate :TriggerAttribute=, :none, 2023, 7
|
4045
4053
|
|
4046
4054
|
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)
|
4047
4055
|
@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.604
|
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-
|
11
|
+
date: 2023-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-scf.rb
|
37
|
-
- lib/v20180416/client.rb
|
38
37
|
- lib/v20180416/models.rb
|
38
|
+
- lib/v20180416/client.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|