tencentcloud-sdk-tsw 3.0.589 → 3.0.591

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee661382ece564f2b290f43779a1fc072a95262f
4
- data.tar.gz: 1ff60d3862e08a61a0419d4305cb14c6429c6485
3
+ metadata.gz: 15b9bae62944cb7bacbf301314ac44851b88a598
4
+ data.tar.gz: 4c5fc3335a445e363ac0446b5a2023ae378e736f
5
5
  SHA512:
6
- metadata.gz: cdadf0781f639c666818c3a58d9925c210bee12755d6720ebec6d3cc963549fe793fded2a29a50ec0dae816c6b89fa5444efc01f1c75de9bdd2a46663feac226
7
- data.tar.gz: db5161870e2ed330774d51b3386c376d81681e8032b455936b15b21f3bf0b3b2d50aed8ea9820b852f25983dff0c02cfeed6c74008f0cce9c2da5d246fef1131
6
+ metadata.gz: 94f088a61df9802fca884f9a38306c3dc7bbe5b55d452d7d51f9c5131ed026dbb85a39ca50aa27f6ab0c09f2c534901e65cccbd3f3d197f34ac0a16546ce8134
7
+ data.tar.gz: 3824cda92a5c0fd0e5d16036d32b1257e01d6fc9a84d52a4d94ac5fead401dec17f5022b55f47a6b4400ff3306759db62fb22017f65fff4366930d6ce668647d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  # @type JaegerPort: String
46
46
 
47
47
  attr_accessor :Token, :EtlIp, :EtlPort, :ByHandAccess, :ByShellAccess, :SkyWalkingPort, :ZipkinPort, :JaegerPort
48
-
48
+
49
49
  def initialize(token=nil, etlip=nil, etlport=nil, byhandaccess=nil, byshellaccess=nil, skywalkingport=nil, zipkinport=nil, jaegerport=nil)
50
50
  @Token = token
51
51
  @EtlIp = etlip
@@ -72,7 +72,7 @@ module TencentCloud
72
72
  # DescribeAgentShell请求参数结构体
73
73
  class DescribeAgentShellRequest < TencentCloud::Common::AbstractModel
74
74
 
75
-
75
+
76
76
  def initialize()
77
77
  end
78
78
 
@@ -89,7 +89,7 @@ module TencentCloud
89
89
  # @type RequestId: String
90
90
 
91
91
  attr_accessor :Result, :RequestId
92
-
92
+
93
93
  def initialize(result=nil, requestid=nil)
94
94
  @Result = result
95
95
  @RequestId = requestid
@@ -20,7 +20,7 @@ module TencentCloud
20
20
  # DescribeComponentAlertObject请求参数结构体
21
21
  class DescribeComponentAlertObjectRequest < TencentCloud::Common::AbstractModel
22
22
 
23
-
23
+
24
24
  def initialize()
25
25
  end
26
26
 
@@ -34,7 +34,7 @@ module TencentCloud
34
34
  # @type RequestId: String
35
35
 
36
36
  attr_accessor :RequestId
37
-
37
+
38
38
  def initialize(requestid=nil)
39
39
  @RequestId = requestid
40
40
  end
@@ -47,7 +47,7 @@ module TencentCloud
47
47
  # DescribeServiceAlertObject请求参数结构体
48
48
  class DescribeServiceAlertObjectRequest < TencentCloud::Common::AbstractModel
49
49
 
50
-
50
+
51
51
  def initialize()
52
52
  end
53
53
 
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type RequestId: String
62
62
 
63
63
  attr_accessor :RequestId
64
-
64
+
65
65
  def initialize(requestid=nil)
66
66
  @RequestId = requestid
67
67
  end
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  # @type Namespace: String
78
78
 
79
79
  attr_accessor :Namespace
80
-
80
+
81
81
  def initialize(namespace=nil)
82
82
  @Namespace = namespace
83
83
  end
@@ -95,7 +95,7 @@ module TencentCloud
95
95
  # @type RequestId: String
96
96
 
97
97
  attr_accessor :Result, :RequestId
98
-
98
+
99
99
  def initialize(result=nil, requestid=nil)
100
100
  @Result = result
101
101
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
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-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common