tencentcloud-sdk-scf 3.0.1074 → 3.0.1101
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/client.rb +1 -1
- data/lib/v20180416/models.rb +17 -17
- 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: 08058728b886de907e15b7b1e568e2bd4d1bb288
|
4
|
+
data.tar.gz: 5bc39c4b2e7a3f3d56eb9b6b3e0d8aaf5c20f44a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6876e1893bb59845ffe2bb957dd9a40dad0d582627d31777f65289eec2b305a186eaea8b9727d4a8faf14de4121199dea8f78619aab19d566fb90aee8cbe3cf9
|
7
|
+
data.tar.gz: 542917e4268f94ca8498136591fa031c0a478ef00361dff6da079bb0c353e25d48e492b08e04460c0cddfa724f034fd970f6d00351c8297983c86e26ed009b06
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1101
|
data/lib/v20180416/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
data/lib/v20180416/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -1550,10 +1550,10 @@ module TencentCloud
|
|
1550
1550
|
|
1551
1551
|
attr_accessor :FunctionName, :RetMsg, :RequestId, :StartTime, :RetCode, :InvokeFinished, :Duration, :BillDuration, :MemUsage, :Log, :Level, :Source, :RetryNum
|
1552
1552
|
extend Gem::Deprecate
|
1553
|
-
deprecate :Level, :none, 2025,
|
1554
|
-
deprecate :Level=, :none, 2025,
|
1555
|
-
deprecate :Source, :none, 2025,
|
1556
|
-
deprecate :Source=, :none, 2025,
|
1553
|
+
deprecate :Level, :none, 2025, 7
|
1554
|
+
deprecate :Level=, :none, 2025, 7
|
1555
|
+
deprecate :Source, :none, 2025, 7
|
1556
|
+
deprecate :Source=, :none, 2025, 7
|
1557
1557
|
|
1558
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)
|
1559
1559
|
@FunctionName = functionname
|
@@ -4560,12 +4560,12 @@ module TencentCloud
|
|
4560
4560
|
|
4561
4561
|
attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier, :Description
|
4562
4562
|
extend Gem::Deprecate
|
4563
|
-
deprecate :ResourceId, :none, 2025,
|
4564
|
-
deprecate :ResourceId=, :none, 2025,
|
4565
|
-
deprecate :BindStatus, :none, 2025,
|
4566
|
-
deprecate :BindStatus=, :none, 2025,
|
4567
|
-
deprecate :TriggerAttribute, :none, 2025,
|
4568
|
-
deprecate :TriggerAttribute=, :none, 2025,
|
4563
|
+
deprecate :ResourceId, :none, 2025, 7
|
4564
|
+
deprecate :ResourceId=, :none, 2025, 7
|
4565
|
+
deprecate :BindStatus, :none, 2025, 7
|
4566
|
+
deprecate :BindStatus=, :none, 2025, 7
|
4567
|
+
deprecate :TriggerAttribute, :none, 2025, 7
|
4568
|
+
deprecate :TriggerAttribute=, :none, 2025, 7
|
4569
4569
|
|
4570
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)
|
4571
4571
|
@ModTime = modtime
|
@@ -4724,12 +4724,12 @@ module TencentCloud
|
|
4724
4724
|
|
4725
4725
|
attr_accessor :Enable, :Qualifier, :TriggerName, :Type, :TriggerDesc, :AvailableStatus, :CustomArgument, :AddTime, :ModTime, :ResourceId, :BindStatus, :TriggerAttribute, :Description, :BoundResources
|
4726
4726
|
extend Gem::Deprecate
|
4727
|
-
deprecate :ResourceId, :none, 2025,
|
4728
|
-
deprecate :ResourceId=, :none, 2025,
|
4729
|
-
deprecate :BindStatus, :none, 2025,
|
4730
|
-
deprecate :BindStatus=, :none, 2025,
|
4731
|
-
deprecate :TriggerAttribute, :none, 2025,
|
4732
|
-
deprecate :TriggerAttribute=, :none, 2025,
|
4727
|
+
deprecate :ResourceId, :none, 2025, 7
|
4728
|
+
deprecate :ResourceId=, :none, 2025, 7
|
4729
|
+
deprecate :BindStatus, :none, 2025, 7
|
4730
|
+
deprecate :BindStatus=, :none, 2025, 7
|
4731
|
+
deprecate :TriggerAttribute, :none, 2025, 7
|
4732
|
+
deprecate :TriggerAttribute=, :none, 2025, 7
|
4733
4733
|
|
4734
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)
|
4735
4735
|
@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.1101
|
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-
|
11
|
+
date: 2025-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|