tencentcloud-sdk-cdwpg 3.0.1041 → 3.0.1042
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/v20201230/models.rb +0 -68
- 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: 6bad567b3038a67e898fcb9b89b229dbb316a73e
|
4
|
+
data.tar.gz: 69dd08c06965006a9124170166c8c4d5d59d6c38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5273d1534ea838709ec0e3af89d283db5ffa80ce44762519f1f4a447ce6511ce31ee216016e54671597d5a7c9cb63b46df97e8ba74c07c01ddfbdeb2cf701fe1
|
7
|
+
data.tar.gz: 57bade4d1e6bd8f70aa40993b3eb19a9dab2f340b1dc701a4a28b1f945f4d92c8ae07d8beb4743f549bcacbced729c4b3cf04c06f29bbb205e6e581a9c51fac3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1042
|
data/lib/v20201230/models.rb
CHANGED
@@ -44,7 +44,6 @@ module TencentCloud
|
|
44
44
|
# @param UserName: 账号名
|
45
45
|
# @type UserName: String
|
46
46
|
# @param Perms: 账户属性
|
47
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
48
47
|
# @type Perms: Array
|
49
48
|
|
50
49
|
attr_accessor :InstanceId, :UserName, :Perms
|
@@ -330,7 +329,6 @@ module TencentCloud
|
|
330
329
|
# @param InstanceId: 实例ID
|
331
330
|
# @type InstanceId: String
|
332
331
|
# @param ErrorMsg: 错误信息
|
333
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
334
332
|
# @type ErrorMsg: String
|
335
333
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
336
334
|
# @type RequestId: String
|
@@ -646,7 +644,6 @@ module TencentCloud
|
|
646
644
|
# DescribeInstanceNodes返回参数结构体
|
647
645
|
class DescribeInstanceNodesResponse < TencentCloud::Common::AbstractModel
|
648
646
|
# @param ErrorMsg: error msg
|
649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
650
647
|
# @type ErrorMsg: String
|
651
648
|
# @param InstanceNodes: 节点列表
|
652
649
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -800,22 +797,16 @@ module TencentCloud
|
|
800
797
|
# @param InstanceState: 集群状态,例如:Serving
|
801
798
|
# @type InstanceState: String
|
802
799
|
# @param FlowCreateTime: 集群操作创建时间
|
803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
804
800
|
# @type FlowCreateTime: String
|
805
801
|
# @param FlowName: 集群操作名称
|
806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
807
802
|
# @type FlowName: String
|
808
803
|
# @param FlowProgress: 集群操作进度
|
809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
810
804
|
# @type FlowProgress: Float
|
811
805
|
# @param InstanceStateDesc: 集群状态描述,例如:运行中
|
812
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
813
806
|
# @type InstanceStateDesc: String
|
814
807
|
# @param FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
|
815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
816
808
|
# @type FlowMsg: String
|
817
809
|
# @param ProcessName: 当前步骤的名称,例如:”购买资源中“
|
818
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
819
810
|
# @type ProcessName: String
|
820
811
|
# @param BackupStatus: 集群备份任务开启状态
|
821
812
|
# @type BackupStatus: Integer
|
@@ -896,7 +887,6 @@ module TencentCloud
|
|
896
887
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
897
888
|
# @type InstancesList: Array
|
898
889
|
# @param ErrorMsg: 错误信息
|
899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
900
890
|
# @type ErrorMsg: String
|
901
891
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
902
892
|
# @type RequestId: String
|
@@ -962,10 +952,8 @@ module TencentCloud
|
|
962
952
|
# @param TotalCount: 集群列表总数
|
963
953
|
# @type TotalCount: Integer
|
964
954
|
# @param InstancesList: 集群列表详情
|
965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
966
955
|
# @type InstancesList: Array
|
967
956
|
# @param ErrorMsg: 错误信息
|
968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
969
957
|
# @type ErrorMsg: String
|
970
958
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
971
959
|
# @type RequestId: String
|
@@ -1289,7 +1277,6 @@ module TencentCloud
|
|
1289
1277
|
# @param Method: 方法
|
1290
1278
|
# @type Method: String
|
1291
1279
|
# @param Mask: 是否遮盖
|
1292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1293
1280
|
# @type Mask: String
|
1294
1281
|
|
1295
1282
|
attr_accessor :Type, :Database, :User, :Address, :Method, :Mask
|
@@ -1322,16 +1309,13 @@ module TencentCloud
|
|
1322
1309
|
# @param InstanceName: 集群名字
|
1323
1310
|
# @type InstanceName: String
|
1324
1311
|
# @param Status: 集群状态
|
1325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1326
1312
|
# @type Status: String
|
1327
1313
|
# @param StatusDesc: 集群状态详情
|
1328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1329
1314
|
# @type StatusDesc: String
|
1330
1315
|
# @param InstanceStateInfo: 集群状态信息
|
1331
1316
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1332
1317
|
# @type InstanceStateInfo: :class:`Tencentcloud::Cdwpg.v20201230.models.InstanceStateInfo`
|
1333
1318
|
# @param InstanceID: 集群id
|
1334
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1335
1319
|
# @type InstanceID: String
|
1336
1320
|
# @param CreateTime: 创建时间
|
1337
1321
|
# @type CreateTime: String
|
@@ -1340,13 +1324,10 @@ module TencentCloud
|
|
1340
1324
|
# @param Zone: 地区
|
1341
1325
|
# @type Zone: String
|
1342
1326
|
# @param RegionDesc: 地域详情
|
1343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1344
1327
|
# @type RegionDesc: String
|
1345
1328
|
# @param ZoneDesc: 地区详情
|
1346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1347
1329
|
# @type ZoneDesc: String
|
1348
1330
|
# @param Tags: 标签
|
1349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1350
1331
|
# @type Tags: Array
|
1351
1332
|
# @param Version: 内核版本
|
1352
1333
|
# @type Version: String
|
@@ -1357,10 +1338,8 @@ module TencentCloud
|
|
1357
1338
|
# @param DNNodes: DN节点列表
|
1358
1339
|
# @type DNNodes: Array
|
1359
1340
|
# @param RegionId: 地域id
|
1360
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1361
1341
|
# @type RegionId: Integer
|
1362
1342
|
# @param ZoneId: 地区id
|
1363
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1364
1343
|
# @type ZoneId: Integer
|
1365
1344
|
# @param VpcId: 私有网络
|
1366
1345
|
# @type VpcId: String
|
@@ -1533,16 +1512,12 @@ module TencentCloud
|
|
1533
1512
|
# @param StartTime: 操作开始时间
|
1534
1513
|
# @type StartTime: String
|
1535
1514
|
# @param EndTime: 操作结束时间
|
1536
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1537
1515
|
# @type EndTime: String
|
1538
1516
|
# @param Context: 操作上下文
|
1539
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1540
1517
|
# @type Context: String
|
1541
1518
|
# @param UpdateTime: 操作更新时间
|
1542
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1543
1519
|
# @type UpdateTime: String
|
1544
1520
|
# @param Uin: 操作UIN
|
1545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1546
1521
|
# @type Uin: String
|
1547
1522
|
|
1548
1523
|
attr_accessor :Id, :InstanceId, :Action, :Status, :StartTime, :EndTime, :Context, :UpdateTime, :Uin
|
@@ -1585,18 +1560,14 @@ module TencentCloud
|
|
1585
1560
|
# @param Region: 地域
|
1586
1561
|
# @type Region: String
|
1587
1562
|
# @param RegionId: 地域Id
|
1588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1589
1563
|
# @type RegionId: Integer
|
1590
1564
|
# @param RegionDesc: 地域详情
|
1591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1592
1565
|
# @type RegionDesc: String
|
1593
1566
|
# @param Zone: 地区
|
1594
1567
|
# @type Zone: String
|
1595
1568
|
# @param ZoneId: 地区id
|
1596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1597
1569
|
# @type ZoneId: Integer
|
1598
1570
|
# @param ZoneDesc: 地区详情
|
1599
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1600
1571
|
# @type ZoneDesc: String
|
1601
1572
|
# @param VpcId: 私有网络
|
1602
1573
|
# @type VpcId: String
|
@@ -1607,7 +1578,6 @@ module TencentCloud
|
|
1607
1578
|
# @param ExpireTime: 过期时间
|
1608
1579
|
# @type ExpireTime: String
|
1609
1580
|
# @param AccessInfo: 访问地址
|
1610
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1611
1581
|
# @type AccessInfo: String
|
1612
1582
|
# @param PayMode: 计费方式
|
1613
1583
|
# @type PayMode: String
|
@@ -1662,31 +1632,22 @@ module TencentCloud
|
|
1662
1632
|
# @param InstanceState: 集群状态,例如:Serving
|
1663
1633
|
# @type InstanceState: String
|
1664
1634
|
# @param FlowCreateTime: 集群操作创建时间
|
1665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1666
1635
|
# @type FlowCreateTime: String
|
1667
1636
|
# @param FlowName: 集群操作名称
|
1668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1669
1637
|
# @type FlowName: String
|
1670
1638
|
# @param FlowProgress: 集群操作进度
|
1671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1672
1639
|
# @type FlowProgress: Integer
|
1673
1640
|
# @param InstanceStateDesc: 集群状态描述,例如:运行中
|
1674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1675
1641
|
# @type InstanceStateDesc: String
|
1676
1642
|
# @param FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
|
1677
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1678
1643
|
# @type FlowMsg: String
|
1679
1644
|
# @param ProcessName: 当前步骤的名称,例如:”购买资源中“
|
1680
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1681
1645
|
# @type ProcessName: String
|
1682
1646
|
# @param BackupStatus: 集群是否有备份中任务,有为1,无为0
|
1683
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1684
1647
|
# @type BackupStatus: Integer
|
1685
1648
|
# @param RequestId: 请求id
|
1686
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1687
1649
|
# @type RequestId: String
|
1688
1650
|
# @param BackupOpenStatus: 集群是否有备份中任务,有为1,无为0
|
1689
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1690
1651
|
# @type BackupOpenStatus: Integer
|
1691
1652
|
|
1692
1653
|
attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :ProcessName, :BackupStatus, :RequestId, :BackupOpenStatus
|
@@ -1833,7 +1794,6 @@ module TencentCloud
|
|
1833
1794
|
# @param TaskId: 任务id
|
1834
1795
|
# @type TaskId: Integer
|
1835
1796
|
# @param ErrorMsg: 错误信息
|
1836
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1837
1797
|
# @type ErrorMsg: String
|
1838
1798
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1839
1799
|
# @type RequestId: String
|
@@ -1883,55 +1843,38 @@ module TencentCloud
|
|
1883
1843
|
# 慢查询项目信息
|
1884
1844
|
class NormQueryItem < TencentCloud::Common::AbstractModel
|
1885
1845
|
# @param CallTimes: 调用次数
|
1886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1887
1846
|
# @type CallTimes: Integer
|
1888
1847
|
# @param SharedReadBlocks: 读共享内存块数
|
1889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1890
1848
|
# @type SharedReadBlocks: Integer
|
1891
1849
|
# @param SharedWriteBlocks: 写共享内存块数
|
1892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1893
1850
|
# @type SharedWriteBlocks: Integer
|
1894
1851
|
# @param DatabaseName: 数据库
|
1895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1896
1852
|
# @type DatabaseName: String
|
1897
1853
|
# @param NormalQuery: 脱敏后语句
|
1898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1899
1854
|
# @type NormalQuery: String
|
1900
1855
|
# @param MaxElapsedQuery: 执行时间最长的语句
|
1901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1902
1856
|
# @type MaxElapsedQuery: String
|
1903
1857
|
# @param CostTime: 花费总时间
|
1904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1905
1858
|
# @type CostTime: Float
|
1906
1859
|
# @param ClientIp: 客户端ip
|
1907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1908
1860
|
# @type ClientIp: String
|
1909
1861
|
# @param UserName: 用户名
|
1910
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1911
1862
|
# @type UserName: String
|
1912
1863
|
# @param TotalCallTimesPercent: 总次数占比
|
1913
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1914
1864
|
# @type TotalCallTimesPercent: Float
|
1915
1865
|
# @param TotalCostTimePercent: 总耗时占比
|
1916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1917
1866
|
# @type TotalCostTimePercent: Float
|
1918
1867
|
# @param MinCostTime: 花费最小时间
|
1919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1920
1868
|
# @type MinCostTime: Float
|
1921
1869
|
# @param MaxCostTime: 花费最大时间
|
1922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1923
1870
|
# @type MaxCostTime: Float
|
1924
1871
|
# @param FirstTime: 最早一条时间
|
1925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1926
1872
|
# @type FirstTime: String
|
1927
1873
|
# @param LastTime: 最晚一条时间
|
1928
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1929
1874
|
# @type LastTime: String
|
1930
1875
|
# @param ReadCostTime: 读io总耗时
|
1931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1932
1876
|
# @type ReadCostTime: Float
|
1933
1877
|
# @param WriteCostTime: 写io总耗时
|
1934
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1935
1878
|
# @type WriteCostTime: Float
|
1936
1879
|
|
1937
1880
|
attr_accessor :CallTimes, :SharedReadBlocks, :SharedWriteBlocks, :DatabaseName, :NormalQuery, :MaxElapsedQuery, :CostTime, :ClientIp, :UserName, :TotalCallTimesPercent, :TotalCostTimePercent, :MinCostTime, :MaxCostTime, :FirstTime, :LastTime, :ReadCostTime, :WriteCostTime
|
@@ -1990,13 +1933,10 @@ module TencentCloud
|
|
1990
1933
|
# @param ValueRange: 取值范围
|
1991
1934
|
# @type ValueRange: :class:`Tencentcloud::Cdwpg.v20201230.models.ValueRange`
|
1992
1935
|
# @param Unit: 单位
|
1993
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1994
1936
|
# @type Unit: String
|
1995
1937
|
# @param ShortDesc: 英文简介
|
1996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1997
1938
|
# @type ShortDesc: String
|
1998
1939
|
# @param ParameterName: 参数名
|
1999
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2000
1940
|
# @type ParameterName: String
|
2001
1941
|
|
2002
1942
|
attr_accessor :ParamName, :DefaultValue, :NeedRestart, :RunningValue, :ValueRange, :Unit, :ShortDesc, :ParameterName
|
@@ -2109,7 +2049,6 @@ module TencentCloud
|
|
2109
2049
|
# ResetAccountPassword返回参数结构体
|
2110
2050
|
class ResetAccountPasswordResponse < TencentCloud::Common::AbstractModel
|
2111
2051
|
# @param ErrorMsg: 错误信息
|
2112
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2113
2052
|
# @type ErrorMsg: String
|
2114
2053
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2115
2054
|
# @type RequestId: String
|
@@ -2266,7 +2205,6 @@ module TencentCloud
|
|
2266
2205
|
# @param FlowId: 流程id
|
2267
2206
|
# @type FlowId: String
|
2268
2207
|
# @param ErrorMsg: 错误信息
|
2269
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2270
2208
|
# @type ErrorMsg: String
|
2271
2209
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2272
2210
|
# @type RequestId: String
|
@@ -2388,7 +2326,6 @@ module TencentCloud
|
|
2388
2326
|
# @param ExpireTime: 到期时间
|
2389
2327
|
# @type ExpireTime: String
|
2390
2328
|
# @param AccessInfo: 访问地址
|
2391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2392
2329
|
# @type AccessInfo: String
|
2393
2330
|
# @param RenewFlag: 自动续费开关,0为不自动续费,1为自动续费
|
2394
2331
|
# @type RenewFlag: Integer
|
@@ -2397,7 +2334,6 @@ module TencentCloud
|
|
2397
2334
|
# @param Resources: 资源集合
|
2398
2335
|
# @type Resources: Array
|
2399
2336
|
# @param Tags: 标签列表
|
2400
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2401
2337
|
# @type Tags: Array
|
2402
2338
|
# @param Status: 集群状态
|
2403
2339
|
# @type Status: Integer
|
@@ -2566,12 +2502,10 @@ module TencentCloud
|
|
2566
2502
|
# @param CreateTime: 任务创建时间
|
2567
2503
|
# @type CreateTime: String
|
2568
2504
|
# @param EndTime: 任务结束时间
|
2569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2570
2505
|
# @type EndTime: String
|
2571
2506
|
# @param Status: 任务完成状态
|
2572
2507
|
# @type Status: String
|
2573
2508
|
# @param OperateUin: 操作者
|
2574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2575
2509
|
# @type OperateUin: String
|
2576
2510
|
|
2577
2511
|
attr_accessor :TaskName, :SourceVersion, :TargetVersion, :CreateTime, :EndTime, :Status, :OperateUin
|
@@ -2604,10 +2538,8 @@ module TencentCloud
|
|
2604
2538
|
# @param Range: type 取section的时候,返回的参数值
|
2605
2539
|
# @type Range: :class:`Tencentcloud::Cdwpg.v20201230.models.Range`
|
2606
2540
|
# @param Enum: type 取enum的时候,返回参数值
|
2607
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2608
2541
|
# @type Enum: Array
|
2609
2542
|
# @param String: type 取string的时候,返回的参数值
|
2610
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2611
2543
|
# @type String: String
|
2612
2544
|
|
2613
2545
|
attr_accessor :Type, :Range, :Enum, :String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdwpg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1042
|
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-04-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|