tencentcloud-sdk-tsf 3.0.1037 → 3.0.1039
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/v20180326/client.rb +2 -0
- data/lib/v20180326/models.rb +3 -55
- 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: 70dd964a05deed0e6f950b4a8135ab3d6fec40f1
|
4
|
+
data.tar.gz: 0f779157a4ed7f04da0acb271d14c12dea102a0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 434ba8e67b4f6f0bdaccc143c83d73be9f91128c6766b9176ae5df6c28022629a89dadf22a81e0509588d4fdca3b10f7929fc4854f8b0950bf75884f98d7e1f4
|
7
|
+
data.tar.gz: f15bbe4a57ac3a66af7d777a57cbcfd75c453bfb43b00bbd545be65ddaa8aa726b4c3f3e97f7e40330936bbda3e61097a952b3daf78da021654d0d5ab9d9ebc0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1039
|
data/lib/v20180326/client.rb
CHANGED
data/lib/v20180326/models.rb
CHANGED
@@ -2364,28 +2364,20 @@ module TencentCloud
|
|
2364
2364
|
# 返回容器的事件,比如 k8s deployment 或者 pod 的 events
|
2365
2365
|
class ContainerEvent < TencentCloud::Common::AbstractModel
|
2366
2366
|
# @param FirstTimestamp: 第一次出现的时间,以 ms 为单位的时间戳
|
2367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2368
2367
|
# @type FirstTimestamp: Integer
|
2369
2368
|
# @param LastTimestamp: 最后一次出现的时间,以 ms 为单位的时间戳
|
2370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2371
2369
|
# @type LastTimestamp: Integer
|
2372
2370
|
# @param Type: 级别
|
2373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2374
2371
|
# @type Type: String
|
2375
2372
|
# @param Kind: 资源类型
|
2376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2377
2373
|
# @type Kind: String
|
2378
2374
|
# @param Name: 资源名称
|
2379
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2380
2375
|
# @type Name: String
|
2381
2376
|
# @param Reason: 内容
|
2382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2383
2377
|
# @type Reason: String
|
2384
2378
|
# @param Message: 详细描述
|
2385
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2386
2379
|
# @type Message: String
|
2387
2380
|
# @param Count: 出现次数
|
2388
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2389
2381
|
# @type Count: Integer
|
2390
2382
|
|
2391
2383
|
attr_accessor :FirstTimestamp, :LastTimestamp, :Type, :Kind, :Name, :Reason, :Message, :Count
|
@@ -5116,10 +5108,8 @@ module TencentCloud
|
|
5116
5108
|
# 自定义Pod调度规则
|
5117
5109
|
class CustomPodSchedule < TencentCloud::Common::AbstractModel
|
5118
5110
|
# @param ForceSchedule: -
|
5119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5120
5111
|
# @type ForceSchedule: :class:`Tencentcloud::Tsf.v20180326.models.ForceSchedule`
|
5121
5112
|
# @param TrySchedule: -
|
5122
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5123
5113
|
# @type TrySchedule: :class:`Tencentcloud::Tsf.v20180326.models.TrySchedule`
|
5124
5114
|
|
5125
5115
|
attr_accessor :ForceSchedule, :TrySchedule
|
@@ -7075,7 +7065,6 @@ module TencentCloud
|
|
7075
7065
|
# DescribeBasicResourceUsage返回参数结构体
|
7076
7066
|
class DescribeBasicResourceUsageResponse < TencentCloud::Common::AbstractModel
|
7077
7067
|
# @param Result: TSF基本资源信息
|
7078
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7079
7068
|
# @type Result: :class:`Tencentcloud::Tsf.v20180326.models.OverviewBasicResourceUsage`
|
7080
7069
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7081
7070
|
# @type RequestId: String
|
@@ -9963,9 +9952,9 @@ module TencentCloud
|
|
9963
9952
|
|
9964
9953
|
# DescribeOverviewInvocation请求参数结构体
|
9965
9954
|
class DescribeOverviewInvocationRequest < TencentCloud::Common::AbstractModel
|
9966
|
-
# @param NamespaceId: 命名空间ID
|
9955
|
+
# @param NamespaceId: 命名空间ID, 此参数必填
|
9967
9956
|
# @type NamespaceId: String
|
9968
|
-
# @param Type:
|
9957
|
+
# @param Type: 监控统计类型,必填,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
|
9969
9958
|
# @type Type: String
|
9970
9959
|
# @param Period: 监控统计数据粒度,可选值:60、3600、86400,分别对应1分钟、1小时、1天
|
9971
9960
|
# @type Period: Integer
|
@@ -9996,7 +9985,6 @@ module TencentCloud
|
|
9996
9985
|
# DescribeOverviewInvocation返回参数结构体
|
9997
9986
|
class DescribeOverviewInvocationResponse < TencentCloud::Common::AbstractModel
|
9998
9987
|
# @param Result: 监控统计数据列表
|
9999
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10000
9988
|
# @type Result: Array
|
10001
9989
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10002
9990
|
# @type RequestId: String
|
@@ -12386,7 +12374,6 @@ module TencentCloud
|
|
12386
12374
|
# 容器 env 的 FieldRef
|
12387
12375
|
class FieldRef < TencentCloud::Common::AbstractModel
|
12388
12376
|
# @param FieldPath: k8s 的 FieldPath
|
12389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12390
12377
|
# @type FieldPath: String
|
12391
12378
|
|
12392
12379
|
attr_accessor :FieldPath
|
@@ -12599,10 +12586,8 @@ module TencentCloud
|
|
12599
12586
|
# 强制调度配置
|
12600
12587
|
class ForceSchedule < TencentCloud::Common::AbstractModel
|
12601
12588
|
# @param AffinityList: -
|
12602
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12603
12589
|
# @type AffinityList: Array
|
12604
12590
|
# @param AntiAffinityList: -
|
12605
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12606
12591
|
# @type AntiAffinityList: Array
|
12607
12592
|
|
12608
12593
|
attr_accessor :AffinityList, :AntiAffinityList
|
@@ -12678,7 +12663,6 @@ module TencentCloud
|
|
12678
12663
|
# TSF Envoy网关服务配置
|
12679
12664
|
class GatewayConfig < TencentCloud::Common::AbstractModel
|
12680
12665
|
# @param Name: 服务名称
|
12681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12682
12666
|
# @type Name: String
|
12683
12667
|
|
12684
12668
|
attr_accessor :Name
|
@@ -14230,7 +14214,6 @@ module TencentCloud
|
|
14230
14214
|
# @param Period: 时间轴开始时间,GMT,精确到毫秒
|
14231
14215
|
# @type Period: Integer
|
14232
14216
|
# @param DataPoints: 多值数据点集合
|
14233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14234
14217
|
# @type DataPoints: Array
|
14235
14218
|
|
14236
14219
|
attr_accessor :EndTime, :StartTime, :Period, :DataPoints
|
@@ -15179,7 +15162,7 @@ module TencentCloud
|
|
15179
15162
|
|
15180
15163
|
# ModifyContainerGroup请求参数结构体
|
15181
15164
|
class ModifyContainerGroupRequest < TencentCloud::Common::AbstractModel
|
15182
|
-
# @param GroupId: 部署组ID
|
15165
|
+
# @param GroupId: 部署组ID 必填项
|
15183
15166
|
# @type GroupId: String
|
15184
15167
|
# @param AccessType: 0:公网 1:集群内访问 2:NodePort
|
15185
15168
|
# @type AccessType: Integer
|
@@ -15229,7 +15212,6 @@ module TencentCloud
|
|
15229
15212
|
# @param Result: 更新部署组是否成功。
|
15230
15213
|
# true:成功。
|
15231
15214
|
# false:失败。
|
15232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15233
15215
|
# @type Result: Boolean
|
15234
15216
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15235
15217
|
# @type RequestId: String
|
@@ -16035,7 +16017,6 @@ module TencentCloud
|
|
16035
16017
|
# 多值数据
|
16036
16018
|
class MultiValue < TencentCloud::Common::AbstractModel
|
16037
16019
|
# @param Values: 数据点
|
16038
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16039
16020
|
# @type Values: Array
|
16040
16021
|
|
16041
16022
|
attr_accessor :Values
|
@@ -16209,13 +16190,10 @@ module TencentCloud
|
|
16209
16190
|
# 提供给前端,控制按钮是否显示
|
16210
16191
|
class OperationInfo < TencentCloud::Common::AbstractModel
|
16211
16192
|
# @param Init: 初始化按钮的控制信息
|
16212
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16213
16193
|
# @type Init: :class:`Tencentcloud::Tsf.v20180326.models.OperationInfoDetail`
|
16214
16194
|
# @param AddInstance: 添加实例按钮的控制信息
|
16215
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16216
16195
|
# @type AddInstance: :class:`Tencentcloud::Tsf.v20180326.models.OperationInfoDetail`
|
16217
16196
|
# @param Destroy: 销毁机器的控制信息
|
16218
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16219
16197
|
# @type Destroy: :class:`Tencentcloud::Tsf.v20180326.models.OperationInfoDetail`
|
16220
16198
|
|
16221
16199
|
attr_accessor :Init, :AddInstance, :Destroy
|
@@ -17344,7 +17322,6 @@ module TencentCloud
|
|
17344
17322
|
# k8s env 的 ResourceFieldRef
|
17345
17323
|
class ResourceFieldRef < TencentCloud::Common::AbstractModel
|
17346
17324
|
# @param Resource: k8s 的 Resource
|
17347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17348
17325
|
# @type Resource: String
|
17349
17326
|
|
17350
17327
|
attr_accessor :Resource
|
@@ -18867,10 +18844,8 @@ module TencentCloud
|
|
18867
18844
|
# @param TimeOut: 超时时间
|
18868
18845
|
# @type TimeOut: Integer
|
18869
18846
|
# @param RetryCount: 重试次数
|
18870
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18871
18847
|
# @type RetryCount: Integer
|
18872
18848
|
# @param RetryInterval: 重试间隔
|
18873
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18874
18849
|
# @type RetryInterval: Integer
|
18875
18850
|
# @param TaskRule: 触发规则
|
18876
18851
|
# @type TaskRule: :class:`Tencentcloud::Tsf.v20180326.models.TaskRule`
|
@@ -18879,31 +18854,22 @@ module TencentCloud
|
|
18879
18854
|
# @param TaskId: 任务ID
|
18880
18855
|
# @type TaskId: String
|
18881
18856
|
# @param SuccessOperator: 判断任务成功的操作符
|
18882
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18883
18857
|
# @type SuccessOperator: String
|
18884
18858
|
# @param SuccessRatio: 判断任务成功的阈值
|
18885
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18886
18859
|
# @type SuccessRatio: Integer
|
18887
18860
|
# @param ShardCount: 分片数量
|
18888
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18889
18861
|
# @type ShardCount: Integer
|
18890
18862
|
# @param AdvanceSettings: 高级设置
|
18891
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18892
18863
|
# @type AdvanceSettings: :class:`Tencentcloud::Tsf.v20180326.models.AdvanceSettings`
|
18893
18864
|
# @param ShardArguments: 分片参数
|
18894
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18895
18865
|
# @type ShardArguments: Array
|
18896
18866
|
# @param BelongFlowIds: 所属工作流ID
|
18897
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18898
18867
|
# @type BelongFlowIds: Array
|
18899
18868
|
# @param TaskLogId: 任务历史ID
|
18900
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18901
18869
|
# @type TaskLogId: String
|
18902
18870
|
# @param TriggerType: 触发类型
|
18903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18904
18871
|
# @type TriggerType: String
|
18905
18872
|
# @param TaskArgument: 任务参数,长度限制10000个字符
|
18906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18907
18873
|
# @type TaskArgument: String
|
18908
18874
|
|
18909
18875
|
attr_accessor :TaskName, :TaskType, :ExecuteType, :TaskContent, :GroupId, :TimeOut, :RetryCount, :RetryInterval, :TaskRule, :TaskState, :TaskId, :SuccessOperator, :SuccessRatio, :ShardCount, :AdvanceSettings, :ShardArguments, :BelongFlowIds, :TaskLogId, :TriggerType, :TaskArgument
|
@@ -19000,7 +18966,6 @@ module TencentCloud
|
|
19000
18966
|
# @param RuleType: 触发规则类型, Cron/Repeat
|
19001
18967
|
# @type RuleType: String
|
19002
18968
|
# @param Expression: Cron类型规则,cron表达式。
|
19003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19004
18969
|
# @type Expression: String
|
19005
18970
|
# @param RepeatInterval: 时间间隔, 单位毫秒
|
19006
18971
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -19148,10 +19113,8 @@ module TencentCloud
|
|
19148
19113
|
# 尽量调度
|
19149
19114
|
class TrySchedule < TencentCloud::Common::AbstractModel
|
19150
19115
|
# @param AffinityList: -
|
19151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19152
19116
|
# @type AffinityList: Array
|
19153
19117
|
# @param AntiAffinityList: -
|
19154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19155
19118
|
# @type AntiAffinityList: Array
|
19156
19119
|
|
19157
19120
|
attr_accessor :AffinityList, :AntiAffinityList
|
@@ -19314,13 +19277,10 @@ module TencentCloud
|
|
19314
19277
|
# 应用分页信息
|
19315
19278
|
class TsfPageApplication < TencentCloud::Common::AbstractModel
|
19316
19279
|
# @param TotalCount: 应用总数目
|
19317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19318
19280
|
# @type TotalCount: Integer
|
19319
19281
|
# @param Content: 应用信息列表
|
19320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19321
19282
|
# @type Content: Array
|
19322
19283
|
# @param SpecTotalCount: 获取部署组实例列表返回的原始批次个数
|
19323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19324
19284
|
# @type SpecTotalCount: Integer
|
19325
19285
|
|
19326
19286
|
attr_accessor :TotalCount, :Content, :SpecTotalCount
|
@@ -19385,7 +19345,6 @@ module TencentCloud
|
|
19385
19345
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19386
19346
|
# @type Status: String
|
19387
19347
|
# @param SearchAfter: 查询es时,使用searchAfter返回的游标
|
19388
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19389
19348
|
# @type SearchAfter: Array
|
19390
19349
|
|
19391
19350
|
attr_accessor :TotalCount, :Content, :ScrollId, :Status, :SearchAfter
|
@@ -19889,7 +19848,6 @@ module TencentCloud
|
|
19889
19848
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19890
19849
|
# @type Status: String
|
19891
19850
|
# @param SearchAfter: 游标ID
|
19892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19893
19851
|
# @type SearchAfter: Array
|
19894
19852
|
|
19895
19853
|
attr_accessor :TotalCount, :Content, :ScrollId, :Status, :SearchAfter
|
@@ -20616,7 +20574,6 @@ module TencentCloud
|
|
20616
20574
|
# @param Result: 更新健康检查配置操作是否成功。
|
20617
20575
|
# true:操作成功。
|
20618
20576
|
# false:操作失败。
|
20619
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20620
20577
|
# @type Result: Boolean
|
20621
20578
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20622
20579
|
# @type RequestId: String
|
@@ -20732,16 +20689,13 @@ module TencentCloud
|
|
20732
20689
|
# k8s env 的 ValueFrom
|
20733
20690
|
class ValueFrom < TencentCloud::Common::AbstractModel
|
20734
20691
|
# @param FieldRef: k8s env 的 FieldRef
|
20735
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20736
20692
|
# @type FieldRef: :class:`Tencentcloud::Tsf.v20180326.models.FieldRef`
|
20737
20693
|
# @param ResourceFieldRef: k8s env 的 ResourceFieldRef
|
20738
20694
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20739
20695
|
# @type ResourceFieldRef: :class:`Tencentcloud::Tsf.v20180326.models.ResourceFieldRef`
|
20740
20696
|
# @param ConfigMapKeyRef: k8s env的configMapKeyRef
|
20741
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20742
20697
|
# @type ConfigMapKeyRef: :class:`Tencentcloud::Tsf.v20180326.models.CommonRef`
|
20743
20698
|
# @param SecretKeyRef: k8s env 的 secretKeyRef
|
20744
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20745
20699
|
# @type SecretKeyRef: :class:`Tencentcloud::Tsf.v20180326.models.CommonRef`
|
20746
20700
|
|
20747
20701
|
attr_accessor :FieldRef, :ResourceFieldRef, :ConfigMapKeyRef, :SecretKeyRef
|
@@ -20866,22 +20820,16 @@ module TencentCloud
|
|
20866
20820
|
# @param EnableBatchHealthCheck: 批次是否开启健康检查
|
20867
20821
|
# @type EnableBatchHealthCheck: Boolean
|
20868
20822
|
# @param FilebeatCgroupEnable: 是否开启cgroup控制内存cpu
|
20869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20870
20823
|
# @type FilebeatCgroupEnable: Boolean
|
20871
20824
|
# @param FilebeatMaxCpu: filebeat使用cpu上限
|
20872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20873
20825
|
# @type FilebeatMaxCpu: Float
|
20874
20826
|
# @param FilebeatMaxMem: filebeat使用内存上限
|
20875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20876
20827
|
# @type FilebeatMaxMem: Integer
|
20877
20828
|
# @param RepositoryId: 仓库ID
|
20878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20879
20829
|
# @type RepositoryId: String
|
20880
20830
|
# @param RepositoryName: 仓库名称
|
20881
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20882
20831
|
# @type RepositoryName: String
|
20883
20832
|
# @param RepositoryType: 仓库类型
|
20884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20885
20833
|
# @type RepositoryType: String
|
20886
20834
|
|
20887
20835
|
attr_accessor :GroupId, :GroupName, :GroupStatus, :PackageId, :PackageName, :PackageVersion, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :ApplicationId, :ApplicationName, :InstanceCount, :RunInstanceCount, :StartupParameters, :CreateTime, :UpdateTime, :OffInstanceCount, :GroupDesc, :MicroserviceType, :ApplicationType, :GroupResourceType, :UpdatedTime, :DeployDesc, :UpdateType, :DeployBetaEnable, :DeployBatch, :DeployExeMode, :DeployWaitTime, :EnableHealthCheck, :HealthCheckSettings, :PackageType, :StartScript, :StopScript, :Alias, :AgentProfileList, :WarmupSetting, :GatewayConfig, :EnableBatchHealthCheck, :FilebeatCgroupEnable, :FilebeatMaxCpu, :FilebeatMaxMem, :RepositoryId, :RepositoryName, :RepositoryType
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1039
|
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-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|