tencentcloud-sdk-scf 3.0.736 → 3.0.738
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 +19 -15
- 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: b100fe1f4a52c77da72e5da21c24e5fe8afdaa55
|
|
4
|
+
data.tar.gz: c57ec8cbd1a8763191d9021fadf3f989bc493d52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea48dbbf9a0e63f95a89dad71370e2653cd4f7b0cb4e0fb049d90fc643a3ed2138e7fae6fc3bfda6a1e24c466a476cef89d7b12b935d38fa3c73440c21ac2675
|
|
7
|
+
data.tar.gz: b2f7949407b20547c83e64295fd077ca4dbefd905a6d115ec2e9157ccfb72acca748759fa81aa2f1ab9badb361be41c96b99522c2e13e1bd695e1fff77204f8a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.738
|
data/lib/v20180416/models.rb
CHANGED
|
@@ -1698,7 +1698,7 @@ module TencentCloud
|
|
|
1698
1698
|
|
|
1699
1699
|
# GetFunction请求参数结构体
|
|
1700
1700
|
class GetFunctionRequest < TencentCloud::Common::AbstractModel
|
|
1701
|
-
# @param FunctionName:
|
|
1701
|
+
# @param FunctionName: 需要获取详情的函数名称,ResourceId和FunctionName只能传一个
|
|
1702
1702
|
# @type FunctionName: String
|
|
1703
1703
|
# @param Qualifier: 函数的版本号
|
|
1704
1704
|
# 默认值: $LATEST
|
|
@@ -4103,12 +4103,12 @@ module TencentCloud
|
|
|
4103
4103
|
|
|
4104
4104
|
attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier, :Description
|
|
4105
4105
|
extend Gem::Deprecate
|
|
4106
|
-
deprecate :ResourceId, :none, 2023,
|
|
4107
|
-
deprecate :ResourceId=, :none, 2023,
|
|
4108
|
-
deprecate :BindStatus, :none, 2023,
|
|
4109
|
-
deprecate :BindStatus=, :none, 2023,
|
|
4110
|
-
deprecate :TriggerAttribute, :none, 2023,
|
|
4111
|
-
deprecate :TriggerAttribute=, :none, 2023,
|
|
4106
|
+
deprecate :ResourceId, :none, 2023, 12
|
|
4107
|
+
deprecate :ResourceId=, :none, 2023, 12
|
|
4108
|
+
deprecate :BindStatus, :none, 2023, 12
|
|
4109
|
+
deprecate :BindStatus=, :none, 2023, 12
|
|
4110
|
+
deprecate :TriggerAttribute, :none, 2023, 12
|
|
4111
|
+
deprecate :TriggerAttribute=, :none, 2023, 12
|
|
4112
4112
|
|
|
4113
4113
|
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)
|
|
4114
4114
|
@ModTime = modtime
|
|
@@ -4269,12 +4269,12 @@ module TencentCloud
|
|
|
4269
4269
|
|
|
4270
4270
|
attr_accessor :Enable, :Qualifier, :TriggerName, :Type, :TriggerDesc, :AvailableStatus, :CustomArgument, :AddTime, :ModTime, :ResourceId, :BindStatus, :TriggerAttribute, :Description
|
|
4271
4271
|
extend Gem::Deprecate
|
|
4272
|
-
deprecate :ResourceId, :none, 2023,
|
|
4273
|
-
deprecate :ResourceId=, :none, 2023,
|
|
4274
|
-
deprecate :BindStatus, :none, 2023,
|
|
4275
|
-
deprecate :BindStatus=, :none, 2023,
|
|
4276
|
-
deprecate :TriggerAttribute, :none, 2023,
|
|
4277
|
-
deprecate :TriggerAttribute=, :none, 2023,
|
|
4272
|
+
deprecate :ResourceId, :none, 2023, 12
|
|
4273
|
+
deprecate :ResourceId=, :none, 2023, 12
|
|
4274
|
+
deprecate :BindStatus, :none, 2023, 12
|
|
4275
|
+
deprecate :BindStatus=, :none, 2023, 12
|
|
4276
|
+
deprecate :TriggerAttribute, :none, 2023, 12
|
|
4277
|
+
deprecate :TriggerAttribute=, :none, 2023, 12
|
|
4278
4278
|
|
|
4279
4279
|
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)
|
|
4280
4280
|
@Enable = enable
|
|
@@ -4492,10 +4492,12 @@ module TencentCloud
|
|
|
4492
4492
|
# @type DnsCache: String
|
|
4493
4493
|
# @param IntranetConfig: 内网访问配置
|
|
4494
4494
|
# @type IntranetConfig: :class:`Tencentcloud::Scf.v20180416.models.IntranetConfigIn`
|
|
4495
|
+
# @param IgnoreSysLog: 忽略系统日志上报
|
|
4496
|
+
# @type IgnoreSysLog: Boolean
|
|
4495
4497
|
|
|
4496
|
-
attr_accessor :FunctionName, :Description, :MemorySize, :Timeout, :Runtime, :Environment, :Namespace, :VpcConfig, :Role, :InstallDependency, :ClsLogsetId, :ClsTopicId, :Publish, :L5Enable, :Layers, :DeadLetterConfig, :PublicNetConfig, :CfsConfig, :InitTimeout, :ProtocolParams, :InstanceConcurrencyConfig, :DnsCache, :IntranetConfig
|
|
4498
|
+
attr_accessor :FunctionName, :Description, :MemorySize, :Timeout, :Runtime, :Environment, :Namespace, :VpcConfig, :Role, :InstallDependency, :ClsLogsetId, :ClsTopicId, :Publish, :L5Enable, :Layers, :DeadLetterConfig, :PublicNetConfig, :CfsConfig, :InitTimeout, :ProtocolParams, :InstanceConcurrencyConfig, :DnsCache, :IntranetConfig, :IgnoreSysLog
|
|
4497
4499
|
|
|
4498
|
-
def initialize(functionname=nil, description=nil, memorysize=nil, timeout=nil, runtime=nil, environment=nil, namespace=nil, vpcconfig=nil, role=nil, installdependency=nil, clslogsetid=nil, clstopicid=nil, publish=nil, l5enable=nil, layers=nil, deadletterconfig=nil, publicnetconfig=nil, cfsconfig=nil, inittimeout=nil, protocolparams=nil, instanceconcurrencyconfig=nil, dnscache=nil, intranetconfig=nil)
|
|
4500
|
+
def initialize(functionname=nil, description=nil, memorysize=nil, timeout=nil, runtime=nil, environment=nil, namespace=nil, vpcconfig=nil, role=nil, installdependency=nil, clslogsetid=nil, clstopicid=nil, publish=nil, l5enable=nil, layers=nil, deadletterconfig=nil, publicnetconfig=nil, cfsconfig=nil, inittimeout=nil, protocolparams=nil, instanceconcurrencyconfig=nil, dnscache=nil, intranetconfig=nil, ignoresyslog=nil)
|
|
4499
4501
|
@FunctionName = functionname
|
|
4500
4502
|
@Description = description
|
|
4501
4503
|
@MemorySize = memorysize
|
|
@@ -4519,6 +4521,7 @@ module TencentCloud
|
|
|
4519
4521
|
@InstanceConcurrencyConfig = instanceconcurrencyconfig
|
|
4520
4522
|
@DnsCache = dnscache
|
|
4521
4523
|
@IntranetConfig = intranetconfig
|
|
4524
|
+
@IgnoreSysLog = ignoresyslog
|
|
4522
4525
|
end
|
|
4523
4526
|
|
|
4524
4527
|
def deserialize(params)
|
|
@@ -4576,6 +4579,7 @@ module TencentCloud
|
|
|
4576
4579
|
@IntranetConfig = IntranetConfigIn.new
|
|
4577
4580
|
@IntranetConfig.deserialize(params['IntranetConfig'])
|
|
4578
4581
|
end
|
|
4582
|
+
@IgnoreSysLog = params['IgnoreSysLog']
|
|
4579
4583
|
end
|
|
4580
4584
|
end
|
|
4581
4585
|
|
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.738
|
|
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-12-
|
|
11
|
+
date: 2023-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|