tencentcloud-sdk-as 3.0.1160 → 3.0.1169
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/v20180419/models.rb +4 -4
- 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: 11e727e276f1e0e03d2c073cccf40b110fc45460
|
|
4
|
+
data.tar.gz: 5689c7716b7d8c9a19299091343783ce83830c8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34f6454fc1f58514f3ab5ba2923386b222eb64b6c8ebb505d4a870280bb4a1dc5b9113da6ad6afc0fa788eccb8a4243ee21d9b5edc52d8b9c6d98047b64083cd
|
|
7
|
+
data.tar.gz: e6bcc6fd222f682cadf131c4fdbf68d15939cc9fa4682585b9e1632b83cd56e4776b0e86eb9d9edd62b6eebd59e65f3cbde4685f8d8536bb08231de93c41f725
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20180419/models.rb
CHANGED
|
@@ -70,8 +70,8 @@ module TencentCloud
|
|
|
70
70
|
|
|
71
71
|
attr_accessor :AutoScalingGroupId, :ActivityId, :ActivityType, :StatusCode, :StatusMessage, :Cause, :Description, :StartTime, :EndTime, :CreatedTime, :ActivityRelatedInstanceSet, :StatusMessageSimplified, :LifecycleActionResultSet, :DetailedStatusMessageSet, :InvocationResultSet, :RelatedInstanceSet
|
|
72
72
|
extend Gem::Deprecate
|
|
73
|
-
deprecate :ActivityRelatedInstanceSet, :none, 2025,
|
|
74
|
-
deprecate :ActivityRelatedInstanceSet=, :none, 2025,
|
|
73
|
+
deprecate :ActivityRelatedInstanceSet, :none, 2025, 11
|
|
74
|
+
deprecate :ActivityRelatedInstanceSet=, :none, 2025, 11
|
|
75
75
|
|
|
76
76
|
def initialize(autoscalinggroupid=nil, activityid=nil, activitytype=nil, statuscode=nil, statusmessage=nil, cause=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, activityrelatedinstanceset=nil, statusmessagesimplified=nil, lifecycleactionresultset=nil, detailedstatusmessageset=nil, invocationresultset=nil, relatedinstanceset=nil)
|
|
77
77
|
@AutoScalingGroupId = autoscalinggroupid
|
|
@@ -2751,8 +2751,8 @@ module TencentCloud
|
|
|
2751
2751
|
|
|
2752
2752
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
|
2753
2753
|
extend Gem::Deprecate
|
|
2754
|
-
deprecate :AutomationService, :none, 2025,
|
|
2755
|
-
deprecate :AutomationService=, :none, 2025,
|
|
2754
|
+
deprecate :AutomationService, :none, 2025, 11
|
|
2755
|
+
deprecate :AutomationService=, :none, 2025, 11
|
|
2756
2756
|
|
|
2757
2757
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
|
2758
2758
|
@SecurityService = securityservice
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-as
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1169
|
|
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-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20180419/models.rb
|
|
37
36
|
- lib/v20180419/client.rb
|
|
37
|
+
- lib/v20180419/models.rb
|
|
38
38
|
- lib/tencentcloud-sdk-as.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|