tencentcloud-sdk-as 3.0.591 → 3.0.593
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 +3 -0
- 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: 23baf27fda17bfe653a9d5303541506350996331
|
|
4
|
+
data.tar.gz: 817068fea8ccbfbb3e353fd81575b224d7542dda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5bc870ca6e21f554f898de239e91483fe5021f5a80ccda8e3618822e4ecda3fc11f0445e67ae4c27bda169894ceed7b3981ae1ae5ff863c131a9ce49bd372b11
|
|
7
|
+
data.tar.gz: 711b5794703b7a74310cf633696dfb3991fe7ca5a73bd9237a21ba5b1fb8efe0004224c4c676c598f0cd541c0f26247b1a276b03d35e887907033c0037b92880
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.593
|
data/lib/v20180419/models.rb
CHANGED
|
@@ -2495,6 +2495,9 @@ module TencentCloud
|
|
|
2495
2495
|
# @type AutomationToolsService: :class:`Tencentcloud::As.v20180419.models.RunAutomationServiceEnabled`
|
|
2496
2496
|
|
|
2497
2497
|
attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
|
|
2498
|
+
extend Gem::Deprecate
|
|
2499
|
+
deprecate :AutomationService, :none, 2023, 6
|
|
2500
|
+
deprecate :AutomationService=, :none, 2023, 6
|
|
2498
2501
|
|
|
2499
2502
|
def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
|
|
2500
2503
|
@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.593
|
|
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-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|