tencentcloud-sdk-scf 3.0.602 → 3.0.603
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 +10 -2
- 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: e847fa9e575c9c204f195061b6c30c6ff6ededcc
|
4
|
+
data.tar.gz: 101f03ac1ddcb46b6ebbd7cb3ae0eaa3b2b1db22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c10a39641d99d99f2e148b18d16ab6d63abb77fd2075c4528c4669f5012ca8589222b1f9b792313cab006a509e891153933904f1091473867233a9686e94bb74
|
7
|
+
data.tar.gz: bfbea88a51fadeb23662095f49bc5f14acb2762db6b99958a56ed86f0fee7112359ac1d8bebeceb3c0f9682019d7f95925c0a90540fcd3b27b24ec105890e679
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.603
|
data/lib/v20180416/models.rb
CHANGED
@@ -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
|
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.603
|
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-06-
|
11
|
+
date: 2023-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|