tencentcloud-sdk-scf 3.0.854 → 3.0.855

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4514a481138f0ad2dfa174239f5c50a55faefaaf
4
- data.tar.gz: 676486f925bf84fbf51cfc74bc0e4df0c16bb264
3
+ metadata.gz: dbdb1a926924247644bebefa5724357f82fa00bd
4
+ data.tar.gz: d18baed29da18f4856c68ced3c7dc127cf337009
5
5
  SHA512:
6
- metadata.gz: 80d61009d0d1bbfa82825d888899687c289252eb610b26ae41641d39f04c425ea01fa372f6d0a77c16ac7be359829336522a7c1705f076da43a0555e969875b0
7
- data.tar.gz: d6a32f3ce8ed2585b9069e055ea40b65dcbc20aaaa3018955d7b69ae1b77ac16609ed69f62098ec5d476cd737fa14b87d21eea1f61950bd560dfa97e50e65671
6
+ metadata.gz: 4a6b3840c05f8a7af6b193985c0b5f00a7055210c9719b56fbbdba62fece90ff81fd5393b94007abea4bf057b471b605109ea69669b44b9fa6514dfa03f9fa04
7
+ data.tar.gz: 1fdf66fa198fa5fcfc0f0c9fab97b877f37577e7939e05819220cfab1fe861681373495b471e5f0bd728a18aa5771f792ca461801c4177fd1e0284c046a06616
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.854
1
+ 3.0.855
@@ -612,7 +612,7 @@ module TencentCloud
612
612
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
613
613
  end
614
614
 
615
- # SCF同步调用函数接口
615
+ # SCF同步调用函数接口。
616
616
 
617
617
  # @param request: Request instance for InvokeFunction.
618
618
  # @type request: :class:`Tencentcloud::scf::V20180416::InvokeFunctionRequest`
@@ -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, 2024, 6
4107
- deprecate :ResourceId=, :none, 2024, 6
4108
- deprecate :BindStatus, :none, 2024, 6
4109
- deprecate :BindStatus=, :none, 2024, 6
4110
- deprecate :TriggerAttribute, :none, 2024, 6
4111
- deprecate :TriggerAttribute=, :none, 2024, 6
4106
+ deprecate :ResourceId, :none, 2024, 7
4107
+ deprecate :ResourceId=, :none, 2024, 7
4108
+ deprecate :BindStatus, :none, 2024, 7
4109
+ deprecate :BindStatus=, :none, 2024, 7
4110
+ deprecate :TriggerAttribute, :none, 2024, 7
4111
+ deprecate :TriggerAttribute=, :none, 2024, 7
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, 2024, 6
4273
- deprecate :ResourceId=, :none, 2024, 6
4274
- deprecate :BindStatus, :none, 2024, 6
4275
- deprecate :BindStatus=, :none, 2024, 6
4276
- deprecate :TriggerAttribute, :none, 2024, 6
4277
- deprecate :TriggerAttribute=, :none, 2024, 6
4272
+ deprecate :ResourceId, :none, 2024, 7
4273
+ deprecate :ResourceId=, :none, 2024, 7
4274
+ deprecate :BindStatus, :none, 2024, 7
4275
+ deprecate :BindStatus=, :none, 2024, 7
4276
+ deprecate :TriggerAttribute, :none, 2024, 7
4277
+ deprecate :TriggerAttribute=, :none, 2024, 7
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
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.854
4
+ version: 3.0.855
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-30 00:00:00.000000000 Z
11
+ date: 2024-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common