tencentcloud-sdk-dsgc 3.0.1109 → 3.0.1143
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/v20190723/client.rb +1 -1
- data/lib/v20190723/models.rb +93 -47
- 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: a072c901395e484bec466c6513b26a3a580c7657
|
4
|
+
data.tar.gz: f3cea90200bf51825d71f5bb40f0114d54f08030
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcf13cc9eb4dde7d7cac89567c31d6f57a2ba71f516d0f9297185f63cd3c980687b30ac8d858a124838ce0ef7e9b7971b7170532f0fa8f5c731f097945be07b6
|
7
|
+
data.tar.gz: e29bea91aec5f5f3791fb5a912f14ab6f135d6aae16cb7409ce39f0dc811d1cc6901aa4246c15a9c1b84c4383fd4473b8a3b35f9a1b6538ed950c93272c2d05e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1143
|
data/lib/v20190723/client.rb
CHANGED
@@ -1405,7 +1405,7 @@ module TencentCloud
|
|
1405
1405
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1406
1406
|
end
|
1407
1407
|
|
1408
|
-
# 获取DSPA
|
1408
|
+
# 获取DSPA评估模板关联的评估控制项列表
|
1409
1409
|
|
1410
1410
|
# @param request: Request instance for DescribeDSPAAssessmentTemplateControlItems.
|
1411
1411
|
# @type request: :class:`Tencentcloud::dsgc::V20190723::DescribeDSPAAssessmentTemplateControlItemsRequest`
|
data/lib/v20190723/models.rb
CHANGED
@@ -1388,12 +1388,12 @@ module TencentCloud
|
|
1388
1388
|
|
1389
1389
|
attr_accessor :DspaId, :Name, :TemplateId, :BusinessName, :BusinessDept, :BusinessOwner, :ComplianceId, :DiscoveryCondition, :Description
|
1390
1390
|
extend Gem::Deprecate
|
1391
|
-
deprecate :BusinessName, :none, 2025,
|
1392
|
-
deprecate :BusinessName=, :none, 2025,
|
1393
|
-
deprecate :BusinessDept, :none, 2025,
|
1394
|
-
deprecate :BusinessDept=, :none, 2025,
|
1395
|
-
deprecate :BusinessOwner, :none, 2025,
|
1396
|
-
deprecate :BusinessOwner=, :none, 2025,
|
1391
|
+
deprecate :BusinessName, :none, 2025, 9
|
1392
|
+
deprecate :BusinessName=, :none, 2025, 9
|
1393
|
+
deprecate :BusinessDept, :none, 2025, 9
|
1394
|
+
deprecate :BusinessDept=, :none, 2025, 9
|
1395
|
+
deprecate :BusinessOwner, :none, 2025, 9
|
1396
|
+
deprecate :BusinessOwner=, :none, 2025, 9
|
1397
1397
|
|
1398
1398
|
def initialize(dspaid=nil, name=nil, templateid=nil, businessname=nil, businessdept=nil, businessowner=nil, complianceid=nil, discoverycondition=nil, description=nil)
|
1399
1399
|
@DspaId = dspaid
|
@@ -1632,7 +1632,7 @@ module TencentCloud
|
|
1632
1632
|
# @type ComplianceGroupRules: Array
|
1633
1633
|
# @param LevelGroupId: 分级组ID,默认值为1,新增参数,可选
|
1634
1634
|
# @type LevelGroupId: Integer
|
1635
|
-
# @param Status: 1
|
1635
|
+
# @param Status: 1代表模板开启,0代表模板关闭
|
1636
1636
|
# @type Status: Integer
|
1637
1637
|
# @param CloseComplianceId: 该complianceId的开启状态将被关闭
|
1638
1638
|
# @type CloseComplianceId: Integer
|
@@ -1751,10 +1751,10 @@ module TencentCloud
|
|
1751
1751
|
|
1752
1752
|
attr_accessor :DspaId, :ResourceRegion, :Buckets, :CosBucketItems
|
1753
1753
|
extend Gem::Deprecate
|
1754
|
-
deprecate :ResourceRegion, :none, 2025,
|
1755
|
-
deprecate :ResourceRegion=, :none, 2025,
|
1756
|
-
deprecate :Buckets, :none, 2025,
|
1757
|
-
deprecate :Buckets=, :none, 2025,
|
1754
|
+
deprecate :ResourceRegion, :none, 2025, 9
|
1755
|
+
deprecate :ResourceRegion=, :none, 2025, 9
|
1756
|
+
deprecate :Buckets, :none, 2025, 9
|
1757
|
+
deprecate :Buckets=, :none, 2025, 9
|
1758
1758
|
|
1759
1759
|
def initialize(dspaid=nil, resourceregion=nil, buckets=nil, cosbucketitems=nil)
|
1760
1760
|
@DspaId = dspaid
|
@@ -1813,14 +1813,14 @@ module TencentCloud
|
|
1813
1813
|
|
1814
1814
|
attr_accessor :DspaId, :MetaType, :ResourceRegion, :UpdateStatus, :UpdateId, :Items, :CloudResourceItems
|
1815
1815
|
extend Gem::Deprecate
|
1816
|
-
deprecate :ResourceRegion, :none, 2025,
|
1817
|
-
deprecate :ResourceRegion=, :none, 2025,
|
1818
|
-
deprecate :UpdateStatus, :none, 2025,
|
1819
|
-
deprecate :UpdateStatus=, :none, 2025,
|
1820
|
-
deprecate :UpdateId, :none, 2025,
|
1821
|
-
deprecate :UpdateId=, :none, 2025,
|
1822
|
-
deprecate :Items, :none, 2025,
|
1823
|
-
deprecate :Items=, :none, 2025,
|
1816
|
+
deprecate :ResourceRegion, :none, 2025, 9
|
1817
|
+
deprecate :ResourceRegion=, :none, 2025, 9
|
1818
|
+
deprecate :UpdateStatus, :none, 2025, 9
|
1819
|
+
deprecate :UpdateStatus=, :none, 2025, 9
|
1820
|
+
deprecate :UpdateId, :none, 2025, 9
|
1821
|
+
deprecate :UpdateId=, :none, 2025, 9
|
1822
|
+
deprecate :Items, :none, 2025, 9
|
1823
|
+
deprecate :Items=, :none, 2025, 9
|
1824
1824
|
|
1825
1825
|
def initialize(dspaid=nil, metatype=nil, resourceregion=nil, updatestatus=nil, updateid=nil, items=nil, cloudresourceitems=nil)
|
1826
1826
|
@DspaId = dspaid
|
@@ -1872,10 +1872,10 @@ module TencentCloud
|
|
1872
1872
|
|
1873
1873
|
attr_accessor :UpdateId, :MetaType, :DspaId, :ResourceRegion, :RequestId
|
1874
1874
|
extend Gem::Deprecate
|
1875
|
-
deprecate :UpdateId, :none, 2025,
|
1876
|
-
deprecate :UpdateId=, :none, 2025,
|
1877
|
-
deprecate :ResourceRegion, :none, 2025,
|
1878
|
-
deprecate :ResourceRegion=, :none, 2025,
|
1875
|
+
deprecate :UpdateId, :none, 2025, 9
|
1876
|
+
deprecate :UpdateId=, :none, 2025, 9
|
1877
|
+
deprecate :ResourceRegion, :none, 2025, 9
|
1878
|
+
deprecate :ResourceRegion=, :none, 2025, 9
|
1879
1879
|
|
1880
1880
|
def initialize(updateid=nil, metatype=nil, dspaid=nil, resourceregion=nil, requestid=nil)
|
1881
1881
|
@UpdateId = updateid
|
@@ -2003,8 +2003,8 @@ module TencentCloud
|
|
2003
2003
|
|
2004
2004
|
attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :Plan, :Period, :ResourceRegion, :DataSourceType, :GeneralRuleSetEnable, :Description, :Condition, :ComplianceGroupIds, :TimingStartTime, :Order, :Rows, :GlobalOrderField, :ScanRange
|
2005
2005
|
extend Gem::Deprecate
|
2006
|
-
deprecate :GeneralRuleSetEnable, :none, 2025,
|
2007
|
-
deprecate :GeneralRuleSetEnable=, :none, 2025,
|
2006
|
+
deprecate :GeneralRuleSetEnable, :none, 2025, 9
|
2007
|
+
deprecate :GeneralRuleSetEnable=, :none, 2025, 9
|
2008
2008
|
|
2009
2009
|
def initialize(dspaid=nil, name=nil, datasourceid=nil, enable=nil, plan=nil, period=nil, resourceregion=nil, datasourcetype=nil, generalrulesetenable=nil, description=nil, condition=nil, compliancegroupids=nil, timingstarttime=nil, order=nil, rows=nil, globalorderfield=nil, scanrange=nil)
|
2010
2010
|
@DspaId = dspaid
|
@@ -3312,10 +3312,10 @@ module TencentCloud
|
|
3312
3312
|
|
3313
3313
|
attr_accessor :DspaId, :DataSourceType, :DataSourceId
|
3314
3314
|
extend Gem::Deprecate
|
3315
|
-
deprecate :DataSourceType, :none, 2025,
|
3316
|
-
deprecate :DataSourceType=, :none, 2025,
|
3317
|
-
deprecate :DataSourceId, :none, 2025,
|
3318
|
-
deprecate :DataSourceId=, :none, 2025,
|
3315
|
+
deprecate :DataSourceType, :none, 2025, 9
|
3316
|
+
deprecate :DataSourceType=, :none, 2025, 9
|
3317
|
+
deprecate :DataSourceId, :none, 2025, 9
|
3318
|
+
deprecate :DataSourceId=, :none, 2025, 9
|
3319
3319
|
|
3320
3320
|
def initialize(dspaid=nil, datasourcetype=nil, datasourceid=nil)
|
3321
3321
|
@DspaId = dspaid
|
@@ -4525,8 +4525,8 @@ module TencentCloud
|
|
4525
4525
|
|
4526
4526
|
attr_accessor :RiskSideItmeList, :RiskSideItemList, :RequestId
|
4527
4527
|
extend Gem::Deprecate
|
4528
|
-
deprecate :RiskSideItmeList, :none, 2025,
|
4529
|
-
deprecate :RiskSideItmeList=, :none, 2025,
|
4528
|
+
deprecate :RiskSideItmeList, :none, 2025, 9
|
4529
|
+
deprecate :RiskSideItmeList=, :none, 2025, 9
|
4530
4530
|
|
4531
4531
|
def initialize(risksideitmelist=nil, risksideitemlist=nil, requestid=nil)
|
4532
4532
|
@RiskSideItmeList = risksideitmelist
|
@@ -5178,8 +5178,8 @@ module TencentCloud
|
|
5178
5178
|
|
5179
5179
|
attr_accessor :DspaId, :TaskId, :BucketResultId, :ScanResultId
|
5180
5180
|
extend Gem::Deprecate
|
5181
|
-
deprecate :BucketResultId, :none, 2025,
|
5182
|
-
deprecate :BucketResultId=, :none, 2025,
|
5181
|
+
deprecate :BucketResultId, :none, 2025, 9
|
5182
|
+
deprecate :BucketResultId=, :none, 2025, 9
|
5183
5183
|
|
5184
5184
|
def initialize(dspaid=nil, taskid=nil, bucketresultid=nil, scanresultid=nil)
|
5185
5185
|
@DspaId = dspaid
|
@@ -5400,8 +5400,8 @@ module TencentCloud
|
|
5400
5400
|
|
5401
5401
|
attr_accessor :DspaId, :TaskId, :ComplianceId, :BucketResultId, :FileName, :CategoryId, :LevelId, :Offset, :Limit, :BucketName, :CategoryIdList, :ScanResultId
|
5402
5402
|
extend Gem::Deprecate
|
5403
|
-
deprecate :BucketResultId, :none, 2025,
|
5404
|
-
deprecate :BucketResultId=, :none, 2025,
|
5403
|
+
deprecate :BucketResultId, :none, 2025, 9
|
5404
|
+
deprecate :BucketResultId=, :none, 2025, 9
|
5405
5405
|
|
5406
5406
|
def initialize(dspaid=nil, taskid=nil, complianceid=nil, bucketresultid=nil, filename=nil, categoryid=nil, levelid=nil, offset=nil, limit=nil, bucketname=nil, categoryidlist=nil, scanresultid=nil)
|
5407
5407
|
@DspaId = dspaid
|
@@ -5767,7 +5767,7 @@ module TencentCloud
|
|
5767
5767
|
# @type Limit: Integer
|
5768
5768
|
# @param ComplianceGroupTypeList: 合规组类型可选值:0 默认合规组, 1 系统合规组, 2 自定义合规组
|
5769
5769
|
# @type ComplianceGroupTypeList: Array
|
5770
|
-
# @param IsFilterCloseComplianceGroup:
|
5770
|
+
# @param IsFilterCloseComplianceGroup: 是否仅显示已开启模板
|
5771
5771
|
# @type IsFilterCloseComplianceGroup: Boolean
|
5772
5772
|
|
5773
5773
|
attr_accessor :DspaId, :ComplianceGroupId, :Name, :Offset, :Limit, :ComplianceGroupTypeList, :IsFilterCloseComplianceGroup
|
@@ -6277,8 +6277,8 @@ module TencentCloud
|
|
6277
6277
|
|
6278
6278
|
attr_accessor :DspaId, :TaskId, :DbResultId, :DbName, :ScanResultId
|
6279
6279
|
extend Gem::Deprecate
|
6280
|
-
deprecate :DbResultId, :none, 2025,
|
6281
|
-
deprecate :DbResultId=, :none, 2025,
|
6280
|
+
deprecate :DbResultId, :none, 2025, 9
|
6281
|
+
deprecate :DbResultId=, :none, 2025, 9
|
6282
6282
|
|
6283
6283
|
def initialize(dspaid=nil, taskid=nil, dbresultid=nil, dbname=nil, scanresultid=nil)
|
6284
6284
|
@DspaId = dspaid
|
@@ -8390,9 +8390,9 @@ module TencentCloud
|
|
8390
8390
|
# @type Disabled: Boolean
|
8391
8391
|
# @param IsAlias: 是否别名
|
8392
8392
|
# @type IsAlias: Boolean
|
8393
|
-
# @param Status: 1
|
8393
|
+
# @param Status: 1代表模板开启,0代表模板关闭
|
8394
8394
|
# @type Status: Integer
|
8395
|
-
# @param ModifyTime:
|
8395
|
+
# @param ModifyTime: 模板最后修改时间
|
8396
8396
|
# @type ModifyTime: String
|
8397
8397
|
|
8398
8398
|
attr_accessor :ComplianceGroupId, :Name, :Description, :ComplianceGroupType, :ComplianceGroupRules, :LevelGroupId, :Disabled, :IsAlias, :Status, :ModifyTime
|
@@ -9123,10 +9123,12 @@ module TencentCloud
|
|
9123
9123
|
# @type InsAuthCount: Integer
|
9124
9124
|
# @param InsTotalQuota: 已购买的实例数量
|
9125
9125
|
# @type InsTotalQuota: Integer
|
9126
|
+
# @param Tags: 标签
|
9127
|
+
# @type Tags: Array
|
9126
9128
|
|
9127
|
-
attr_accessor :DspaId, :DspaName, :DspaDescription, :DBAuthCount, :CosBindCount, :InstanceVersion, :Status, :ExpiredAt, :AppId, :TrialVersion, :TrialEndAt, :DbTotalQuota, :CosTotalQuota, :CosQuotaUnit, :RenewFlag, :Channel, :InsAuthCount, :InsTotalQuota
|
9129
|
+
attr_accessor :DspaId, :DspaName, :DspaDescription, :DBAuthCount, :CosBindCount, :InstanceVersion, :Status, :ExpiredAt, :AppId, :TrialVersion, :TrialEndAt, :DbTotalQuota, :CosTotalQuota, :CosQuotaUnit, :RenewFlag, :Channel, :InsAuthCount, :InsTotalQuota, :Tags
|
9128
9130
|
|
9129
|
-
def initialize(dspaid=nil, dspaname=nil, dspadescription=nil, dbauthcount=nil, cosbindcount=nil, instanceversion=nil, status=nil, expiredat=nil, appid=nil, trialversion=nil, trialendat=nil, dbtotalquota=nil, costotalquota=nil, cosquotaunit=nil, renewflag=nil, channel=nil, insauthcount=nil, instotalquota=nil)
|
9131
|
+
def initialize(dspaid=nil, dspaname=nil, dspadescription=nil, dbauthcount=nil, cosbindcount=nil, instanceversion=nil, status=nil, expiredat=nil, appid=nil, trialversion=nil, trialendat=nil, dbtotalquota=nil, costotalquota=nil, cosquotaunit=nil, renewflag=nil, channel=nil, insauthcount=nil, instotalquota=nil, tags=nil)
|
9130
9132
|
@DspaId = dspaid
|
9131
9133
|
@DspaName = dspaname
|
9132
9134
|
@DspaDescription = dspadescription
|
@@ -9145,6 +9147,7 @@ module TencentCloud
|
|
9145
9147
|
@Channel = channel
|
9146
9148
|
@InsAuthCount = insauthcount
|
9147
9149
|
@InsTotalQuota = instotalquota
|
9150
|
+
@Tags = tags
|
9148
9151
|
end
|
9149
9152
|
|
9150
9153
|
def deserialize(params)
|
@@ -9166,6 +9169,14 @@ module TencentCloud
|
|
9166
9169
|
@Channel = params['Channel']
|
9167
9170
|
@InsAuthCount = params['InsAuthCount']
|
9168
9171
|
@InsTotalQuota = params['InsTotalQuota']
|
9172
|
+
unless params['Tags'].nil?
|
9173
|
+
@Tags = []
|
9174
|
+
params['Tags'].each do |i|
|
9175
|
+
tag_tmp = Tag.new
|
9176
|
+
tag_tmp.deserialize(i)
|
9177
|
+
@Tags << tag_tmp
|
9178
|
+
end
|
9179
|
+
end
|
9169
9180
|
end
|
9170
9181
|
end
|
9171
9182
|
|
@@ -10284,6 +10295,8 @@ module TencentCloud
|
|
10284
10295
|
# Version支持的可选值:trial、official。
|
10285
10296
|
# Channel支持的可选值:sp_cds_dsgc_pre(代表dsgc实例)、sp_cds_dsgc_wedata_dc(代表wedata实例)
|
10286
10297
|
# @type Filters: Array
|
10298
|
+
# @param TagFilter: Tag键值过滤
|
10299
|
+
# @type TagFilter: Array
|
10287
10300
|
# @param ListMode: 展示模式。
|
10288
10301
|
|
10289
10302
|
# 目前只有两个值的处理逻辑:
|
@@ -10293,12 +10306,13 @@ module TencentCloud
|
|
10293
10306
|
# "simple":不需要查询每个实例的配额信息,速度快,limit最大为1000
|
10294
10307
|
# @type ListMode: String
|
10295
10308
|
|
10296
|
-
attr_accessor :Limit, :Offset, :Filters, :ListMode
|
10309
|
+
attr_accessor :Limit, :Offset, :Filters, :TagFilter, :ListMode
|
10297
10310
|
|
10298
|
-
def initialize(limit=nil, offset=nil, filters=nil, listmode=nil)
|
10311
|
+
def initialize(limit=nil, offset=nil, filters=nil, tagfilter=nil, listmode=nil)
|
10299
10312
|
@Limit = limit
|
10300
10313
|
@Offset = offset
|
10301
10314
|
@Filters = filters
|
10315
|
+
@TagFilter = tagfilter
|
10302
10316
|
@ListMode = listmode
|
10303
10317
|
end
|
10304
10318
|
|
@@ -10313,6 +10327,14 @@ module TencentCloud
|
|
10313
10327
|
@Filters << dspadatasourcemngfilter_tmp
|
10314
10328
|
end
|
10315
10329
|
end
|
10330
|
+
unless params['TagFilter'].nil?
|
10331
|
+
@TagFilter = []
|
10332
|
+
params['TagFilter'].each do |i|
|
10333
|
+
tag_tmp = Tag.new
|
10334
|
+
tag_tmp.deserialize(i)
|
10335
|
+
@TagFilter << tag_tmp
|
10336
|
+
end
|
10337
|
+
end
|
10316
10338
|
@ListMode = params['ListMode']
|
10317
10339
|
end
|
10318
10340
|
end
|
@@ -10534,8 +10556,8 @@ module TencentCloud
|
|
10534
10556
|
|
10535
10557
|
attr_accessor :DspaId, :Status, :RiskLatestTableId, :Note, :ProcessPeople, :BathRiskIdList
|
10536
10558
|
extend Gem::Deprecate
|
10537
|
-
deprecate :RiskLatestTableId, :none, 2025,
|
10538
|
-
deprecate :RiskLatestTableId=, :none, 2025,
|
10559
|
+
deprecate :RiskLatestTableId, :none, 2025, 9
|
10560
|
+
deprecate :RiskLatestTableId=, :none, 2025, 9
|
10539
10561
|
|
10540
10562
|
def initialize(dspaid=nil, status=nil, risklatesttableid=nil, note=nil, processpeople=nil, bathriskidlist=nil)
|
10541
10563
|
@DspaId = dspaid
|
@@ -11749,7 +11771,7 @@ module TencentCloud
|
|
11749
11771
|
# @type ComplianceName: String
|
11750
11772
|
# @param ProgressPercent: 进度百分比
|
11751
11773
|
# @type ProgressPercent: Integer
|
11752
|
-
# @param ReportTemplateName:
|
11774
|
+
# @param ReportTemplateName: 报告模板名称
|
11753
11775
|
# @type ReportTemplateName: String
|
11754
11776
|
|
11755
11777
|
attr_accessor :Id, :ReportName, :ReportType, :ReportPeriod, :ReportPlan, :ReportStatus, :TimingStartTime, :CreateTime, :FinishedTime, :SubUin, :FailedMessage, :Enable, :ComplianceName, :ProgressPercent, :ReportTemplateName
|
@@ -12520,6 +12542,30 @@ module TencentCloud
|
|
12520
12542
|
end
|
12521
12543
|
end
|
12522
12544
|
|
12545
|
+
# 标签键/值和所属类别
|
12546
|
+
class Tag < TencentCloud::Common::AbstractModel
|
12547
|
+
# @param TagKey: 标签键
|
12548
|
+
# @type TagKey: String
|
12549
|
+
# @param TagValue: 标签值
|
12550
|
+
# @type TagValue: String
|
12551
|
+
# @param Category: 标签所属类别
|
12552
|
+
# @type Category: String
|
12553
|
+
|
12554
|
+
attr_accessor :TagKey, :TagValue, :Category
|
12555
|
+
|
12556
|
+
def initialize(tagkey=nil, tagvalue=nil, category=nil)
|
12557
|
+
@TagKey = tagkey
|
12558
|
+
@TagValue = tagvalue
|
12559
|
+
@Category = category
|
12560
|
+
end
|
12561
|
+
|
12562
|
+
def deserialize(params)
|
12563
|
+
@TagKey = params['TagKey']
|
12564
|
+
@TagValue = params['TagValue']
|
12565
|
+
@Category = params['Category']
|
12566
|
+
end
|
12567
|
+
end
|
12568
|
+
|
12523
12569
|
# 评估模板的详情数据
|
12524
12570
|
class TemplateInfo < TencentCloud::Common::AbstractModel
|
12525
12571
|
# @param TemplateId: 模板id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dsgc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1143
|
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-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|