tencentcloud-sdk-tse 3.0.1030 → 3.0.1032
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/v20201207/models.rb +50 -67
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 314b1e75aa05dae4daa1c30860997d4a0e3fac67
|
4
|
+
data.tar.gz: 2fff7d1a7e056ec664ddd4dac6a7ab2100a38eb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eac31d6216214b8bdc528c78e3500e41f7c780fd7bf6c18c2b8baa73c322bafa0c30ca7ae76b039da15ef2a9312c00a20f61da48a9ba246dee410ecf5a820a46
|
7
|
+
data.tar.gz: 96e1909fbd5456a8c3a4012ebd77d631e3798b180ccbc3d0ecd095993f1eee45abada60706d2f80cdf9107daaeea50d7f52712725d8154ee0ab9225eab528f94
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1032
|
data/lib/v20201207/models.rb
CHANGED
@@ -83,10 +83,8 @@ module TencentCloud
|
|
83
83
|
# 指标伸缩行为
|
84
84
|
class AutoScalerBehavior < TencentCloud::Common::AbstractModel
|
85
85
|
# @param ScaleUp: 扩容行为配置
|
86
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
87
86
|
# @type ScaleUp: :class:`Tencentcloud::Tse.v20201207.models.AutoScalerRules`
|
88
87
|
# @param ScaleDown: 缩容行为配置
|
89
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
90
88
|
# @type ScaleDown: :class:`Tencentcloud::Tse.v20201207.models.AutoScalerRules`
|
91
89
|
|
92
90
|
attr_accessor :ScaleUp, :ScaleDown
|
@@ -111,13 +109,10 @@ module TencentCloud
|
|
111
109
|
# 扩容策略
|
112
110
|
class AutoScalerPolicy < TencentCloud::Common::AbstractModel
|
113
111
|
# @param Type: 类型,Pods
|
114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
115
112
|
# @type Type: String
|
116
113
|
# @param Value: 数量
|
117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
118
114
|
# @type Value: Integer
|
119
115
|
# @param PeriodSeconds: 扩容周期
|
120
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
121
116
|
# @type PeriodSeconds: Integer
|
122
117
|
|
123
118
|
attr_accessor :Type, :Value, :PeriodSeconds
|
@@ -138,13 +133,10 @@ module TencentCloud
|
|
138
133
|
# 指标伸缩的规则
|
139
134
|
class AutoScalerRules < TencentCloud::Common::AbstractModel
|
140
135
|
# @param StabilizationWindowSeconds: 稳定窗口时间,扩容时默认0,缩容时默认300
|
141
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
142
136
|
# @type StabilizationWindowSeconds: Integer
|
143
137
|
# @param SelectPolicy: 选择策略依据
|
144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
145
138
|
# @type SelectPolicy: String
|
146
139
|
# @param Policies: 扩缩容策略
|
147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
148
140
|
# @type Policies: Array
|
149
141
|
|
150
142
|
attr_accessor :StabilizationWindowSeconds, :SelectPolicy, :Policies
|
@@ -901,8 +893,8 @@ module TencentCloud
|
|
901
893
|
|
902
894
|
attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
|
903
895
|
extend Gem::Deprecate
|
904
|
-
deprecate :MaxReplicas, :none, 2025,
|
905
|
-
deprecate :MaxReplicas=, :none, 2025,
|
896
|
+
deprecate :MaxReplicas, :none, 2025, 4
|
897
|
+
deprecate :MaxReplicas=, :none, 2025, 4
|
906
898
|
|
907
899
|
def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
|
908
900
|
@StrategyId = strategyid
|
@@ -938,7 +930,6 @@ module TencentCloud
|
|
938
930
|
# 弹性伸缩策略
|
939
931
|
class CloudNativeAPIGatewayStrategyAutoScalerConfig < TencentCloud::Common::AbstractModel
|
940
932
|
# @param MaxReplicas: 最大副本数
|
941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
942
933
|
# @type MaxReplicas: Integer
|
943
934
|
# @param Metrics: 指标列表
|
944
935
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -964,16 +955,16 @@ module TencentCloud
|
|
964
955
|
|
965
956
|
attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
|
966
957
|
extend Gem::Deprecate
|
967
|
-
deprecate :Enabled, :none, 2025,
|
968
|
-
deprecate :Enabled=, :none, 2025,
|
969
|
-
deprecate :CreateTime, :none, 2025,
|
970
|
-
deprecate :CreateTime=, :none, 2025,
|
971
|
-
deprecate :ModifyTime, :none, 2025,
|
972
|
-
deprecate :ModifyTime=, :none, 2025,
|
973
|
-
deprecate :StrategyId, :none, 2025,
|
974
|
-
deprecate :StrategyId=, :none, 2025,
|
975
|
-
deprecate :AutoScalerId, :none, 2025,
|
976
|
-
deprecate :AutoScalerId=, :none, 2025,
|
958
|
+
deprecate :Enabled, :none, 2025, 4
|
959
|
+
deprecate :Enabled=, :none, 2025, 4
|
960
|
+
deprecate :CreateTime, :none, 2025, 4
|
961
|
+
deprecate :CreateTime=, :none, 2025, 4
|
962
|
+
deprecate :ModifyTime, :none, 2025, 4
|
963
|
+
deprecate :ModifyTime=, :none, 2025, 4
|
964
|
+
deprecate :StrategyId, :none, 2025, 4
|
965
|
+
deprecate :StrategyId=, :none, 2025, 4
|
966
|
+
deprecate :AutoScalerId, :none, 2025, 4
|
967
|
+
deprecate :AutoScalerId=, :none, 2025, 4
|
977
968
|
|
978
969
|
def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
|
979
970
|
@MaxReplicas = maxreplicas
|
@@ -1016,13 +1007,10 @@ module TencentCloud
|
|
1016
1007
|
# @param ResourceName: 指标资源名称
|
1017
1008
|
# - cpu
|
1018
1009
|
# - memory
|
1019
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1020
1010
|
# @type ResourceName: String
|
1021
1011
|
# @param TargetType: 指标目标类型,目前只支持百分比Utilization
|
1022
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1023
1012
|
# @type TargetType: String
|
1024
1013
|
# @param TargetValue: 指标目标值
|
1025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1026
1014
|
# @type TargetValue: Integer
|
1027
1015
|
|
1028
1016
|
attr_accessor :Type, :ResourceName, :TargetType, :TargetValue
|
@@ -1102,14 +1090,14 @@ module TencentCloud
|
|
1102
1090
|
|
1103
1091
|
attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
|
1104
1092
|
extend Gem::Deprecate
|
1105
|
-
deprecate :Enabled, :none, 2025,
|
1106
|
-
deprecate :Enabled=, :none, 2025,
|
1107
|
-
deprecate :CreateTime, :none, 2025,
|
1108
|
-
deprecate :CreateTime=, :none, 2025,
|
1109
|
-
deprecate :ModifyTime, :none, 2025,
|
1110
|
-
deprecate :ModifyTime=, :none, 2025,
|
1111
|
-
deprecate :StrategyId, :none, 2025,
|
1112
|
-
deprecate :StrategyId=, :none, 2025,
|
1093
|
+
deprecate :Enabled, :none, 2025, 4
|
1094
|
+
deprecate :Enabled=, :none, 2025, 4
|
1095
|
+
deprecate :CreateTime, :none, 2025, 4
|
1096
|
+
deprecate :CreateTime=, :none, 2025, 4
|
1097
|
+
deprecate :ModifyTime, :none, 2025, 4
|
1098
|
+
deprecate :ModifyTime=, :none, 2025, 4
|
1099
|
+
deprecate :StrategyId, :none, 2025, 4
|
1100
|
+
deprecate :StrategyId=, :none, 2025, 4
|
1113
1101
|
|
1114
1102
|
def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
|
1115
1103
|
@Enabled = enabled
|
@@ -1138,16 +1126,12 @@ module TencentCloud
|
|
1138
1126
|
# 定时伸缩配置参数
|
1139
1127
|
class CloudNativeAPIGatewayStrategyCronScalerConfigParam < TencentCloud::Common::AbstractModel
|
1140
1128
|
# @param Period: 定时伸缩周期
|
1141
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1142
1129
|
# @type Period: String
|
1143
1130
|
# @param StartAt: 定时伸缩开始时间
|
1144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1145
1131
|
# @type StartAt: String
|
1146
1132
|
# @param TargetReplicas: 定时伸缩目标节点数,不超过指标伸缩中定义的最大节点数
|
1147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1148
1133
|
# @type TargetReplicas: Integer
|
1149
1134
|
# @param Crontab: 定时伸缩cron表达式,无需输入
|
1150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1151
1135
|
# @type Crontab: String
|
1152
1136
|
|
1153
1137
|
attr_accessor :Period, :StartAt, :TargetReplicas, :Crontab
|
@@ -1819,10 +1803,10 @@ module TencentCloud
|
|
1819
1803
|
|
1820
1804
|
attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
1821
1805
|
extend Gem::Deprecate
|
1822
|
-
deprecate :CronScalerConfig, :none, 2025,
|
1823
|
-
deprecate :CronScalerConfig=, :none, 2025,
|
1824
|
-
deprecate :MaxReplicas, :none, 2025,
|
1825
|
-
deprecate :MaxReplicas=, :none, 2025,
|
1806
|
+
deprecate :CronScalerConfig, :none, 2025, 4
|
1807
|
+
deprecate :CronScalerConfig=, :none, 2025, 4
|
1808
|
+
deprecate :MaxReplicas, :none, 2025, 4
|
1809
|
+
deprecate :MaxReplicas=, :none, 2025, 4
|
1826
1810
|
|
1827
1811
|
def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
1828
1812
|
@GatewayId = gatewayid
|
@@ -1859,15 +1843,14 @@ module TencentCloud
|
|
1859
1843
|
# @param Result: 是否成功
|
1860
1844
|
# @type Result: Boolean
|
1861
1845
|
# @param StrategyId: 策略Id
|
1862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1863
1846
|
# @type StrategyId: String
|
1864
1847
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1865
1848
|
# @type RequestId: String
|
1866
1849
|
|
1867
1850
|
attr_accessor :Result, :StrategyId, :RequestId
|
1868
1851
|
extend Gem::Deprecate
|
1869
|
-
deprecate :Result, :none, 2025,
|
1870
|
-
deprecate :Result=, :none, 2025,
|
1852
|
+
deprecate :Result, :none, 2025, 4
|
1853
|
+
deprecate :Result=, :none, 2025, 4
|
1871
1854
|
|
1872
1855
|
def initialize(result=nil, strategyid=nil, requestid=nil)
|
1873
1856
|
@Result = result
|
@@ -1953,10 +1936,10 @@ module TencentCloud
|
|
1953
1936
|
|
1954
1937
|
attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
|
1955
1938
|
extend Gem::Deprecate
|
1956
|
-
deprecate :Key, :none, 2025,
|
1957
|
-
deprecate :Key=, :none, 2025,
|
1958
|
-
deprecate :Crt, :none, 2025,
|
1959
|
-
deprecate :Crt=, :none, 2025,
|
1939
|
+
deprecate :Key, :none, 2025, 4
|
1940
|
+
deprecate :Key=, :none, 2025, 4
|
1941
|
+
deprecate :Crt, :none, 2025, 4
|
1942
|
+
deprecate :Crt=, :none, 2025, 4
|
1960
1943
|
|
1961
1944
|
def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
|
1962
1945
|
@GatewayId = gatewayid
|
@@ -2294,8 +2277,8 @@ module TencentCloud
|
|
2294
2277
|
|
2295
2278
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
2296
2279
|
extend Gem::Deprecate
|
2297
|
-
deprecate :ForceHttps, :none, 2025,
|
2298
|
-
deprecate :ForceHttps=, :none, 2025,
|
2280
|
+
deprecate :ForceHttps, :none, 2025, 4
|
2281
|
+
deprecate :ForceHttps=, :none, 2025, 4
|
2299
2282
|
|
2300
2283
|
def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
2301
2284
|
@GatewayId = gatewayid
|
@@ -7182,8 +7165,8 @@ module TencentCloud
|
|
7182
7165
|
|
7183
7166
|
attr_accessor :GatewayId, :Type, :TypeList
|
7184
7167
|
extend Gem::Deprecate
|
7185
|
-
deprecate :Type, :none, 2025,
|
7186
|
-
deprecate :Type=, :none, 2025,
|
7168
|
+
deprecate :Type, :none, 2025, 4
|
7169
|
+
deprecate :Type=, :none, 2025, 4
|
7187
7170
|
|
7188
7171
|
def initialize(gatewayid=nil, type=nil, typelist=nil)
|
7189
7172
|
@GatewayId = gatewayid
|
@@ -8625,8 +8608,8 @@ module TencentCloud
|
|
8625
8608
|
|
8626
8609
|
attr_accessor :Total, :CertificatesList, :Pages
|
8627
8610
|
extend Gem::Deprecate
|
8628
|
-
deprecate :Pages, :none, 2025,
|
8629
|
-
deprecate :Pages=, :none, 2025,
|
8611
|
+
deprecate :Pages, :none, 2025, 4
|
8612
|
+
deprecate :Pages=, :none, 2025, 4
|
8630
8613
|
|
8631
8614
|
def initialize(total=nil, certificateslist=nil, pages=nil)
|
8632
8615
|
@Total = total
|
@@ -8790,8 +8773,8 @@ module TencentCloud
|
|
8790
8773
|
|
8791
8774
|
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
8792
8775
|
extend Gem::Deprecate
|
8793
|
-
deprecate :ForceHttps, :none, 2025,
|
8794
|
-
deprecate :ForceHttps=, :none, 2025,
|
8776
|
+
deprecate :ForceHttps, :none, 2025, 4
|
8777
|
+
deprecate :ForceHttps=, :none, 2025, 4
|
8795
8778
|
|
8796
8779
|
def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
8797
8780
|
@ID = id
|
@@ -9506,10 +9489,10 @@ module TencentCloud
|
|
9506
9489
|
|
9507
9490
|
attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
9508
9491
|
extend Gem::Deprecate
|
9509
|
-
deprecate :CronScalerConfig, :none, 2025,
|
9510
|
-
deprecate :CronScalerConfig=, :none, 2025,
|
9511
|
-
deprecate :MaxReplicas, :none, 2025,
|
9512
|
-
deprecate :MaxReplicas=, :none, 2025,
|
9492
|
+
deprecate :CronScalerConfig, :none, 2025, 4
|
9493
|
+
deprecate :CronScalerConfig=, :none, 2025, 4
|
9494
|
+
deprecate :MaxReplicas, :none, 2025, 4
|
9495
|
+
deprecate :MaxReplicas=, :none, 2025, 4
|
9513
9496
|
|
9514
9497
|
def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
9515
9498
|
@GatewayId = gatewayid
|
@@ -9644,10 +9627,10 @@ module TencentCloud
|
|
9644
9627
|
|
9645
9628
|
attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
|
9646
9629
|
extend Gem::Deprecate
|
9647
|
-
deprecate :Name, :none, 2025,
|
9648
|
-
deprecate :Name=, :none, 2025,
|
9649
|
-
deprecate :BindDomains, :none, 2025,
|
9650
|
-
deprecate :BindDomains=, :none, 2025,
|
9630
|
+
deprecate :Name, :none, 2025, 4
|
9631
|
+
deprecate :Name=, :none, 2025, 4
|
9632
|
+
deprecate :BindDomains, :none, 2025, 4
|
9633
|
+
deprecate :BindDomains=, :none, 2025, 4
|
9651
9634
|
|
9652
9635
|
def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
|
9653
9636
|
@GatewayId = gatewayid
|
@@ -9837,8 +9820,8 @@ module TencentCloud
|
|
9837
9820
|
|
9838
9821
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
9839
9822
|
extend Gem::Deprecate
|
9840
|
-
deprecate :ForceHttps, :none, 2025,
|
9841
|
-
deprecate :ForceHttps=, :none, 2025,
|
9823
|
+
deprecate :ForceHttps, :none, 2025, 4
|
9824
|
+
deprecate :ForceHttps=, :none, 2025, 4
|
9842
9825
|
|
9843
9826
|
def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
9844
9827
|
@GatewayId = gatewayid
|
@@ -12100,8 +12083,8 @@ module TencentCloud
|
|
12100
12083
|
|
12101
12084
|
attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
|
12102
12085
|
extend Gem::Deprecate
|
12103
|
-
deprecate :IgnoreZeroWeightNodes, :none, 2025,
|
12104
|
-
deprecate :IgnoreZeroWeightNodes=, :none, 2025,
|
12086
|
+
deprecate :IgnoreZeroWeightNodes, :none, 2025, 4
|
12087
|
+
deprecate :IgnoreZeroWeightNodes=, :none, 2025, 4
|
12105
12088
|
|
12106
12089
|
def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
|
12107
12090
|
@EnableActiveHealthCheck = enableactivehealthcheck
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1032
|
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-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-tse.rb
|
37
|
-
- lib/v20201207/models.rb
|
38
36
|
- lib/v20201207/client.rb
|
37
|
+
- lib/v20201207/models.rb
|
38
|
+
- lib/tencentcloud-sdk-tse.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|