tencentcloud-sdk-tsf 3.0.465 → 3.0.467
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/models.rb +104 -14
- 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: a8d2555d202a5f222b6cb422c1b1a53c9fc3a8a8
|
4
|
+
data.tar.gz: b63b3fc802d73efc327dd4f02b1490a10fc77afd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffa6194b2de09197925b6cb4a26945a2d6ad1f29c163b0b594d94dc79c25b00ee6745dbbdadfffbb04b79ee8c522fc4453597d7ec26b1db2bfe4d7e1d68d11d7
|
7
|
+
data.tar.gz: ceeb7b911c93fb7ecd23bab26555c0f466662ad5e909a9522354e9d0355d3102d1cc17c6a0437234910af74cead35534a7c31c07df39209ead2f34db77fa2e7e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.467
|
data/lib/v20180326/models.rb
CHANGED
@@ -491,10 +491,22 @@ module TencentCloud
|
|
491
491
|
# @param GatewayInstanceId: 网关实例ID
|
492
492
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
493
493
|
# @type GatewayInstanceId: String
|
494
|
+
# @param NamespaceNameKey: 命名空间参数key值
|
495
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
496
|
+
# @type NamespaceNameKey: String
|
497
|
+
# @param ServiceNameKey: 微服务名参数key值
|
498
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
499
|
+
# @type ServiceNameKey: String
|
500
|
+
# @param NamespaceNameKeyPosition: 命名空间参数位置,path,header或query,默认是path
|
501
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
502
|
+
# @type NamespaceNameKeyPosition: String
|
503
|
+
# @param ServiceNameKeyPosition: 微服务名参数位置,path,header或query,默认是path
|
504
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
505
|
+
# @type ServiceNameKeyPosition: String
|
494
506
|
|
495
|
-
attr_accessor :GroupId, :GroupName, :GroupContext, :AuthType, :Status, :CreatedTime, :UpdatedTime, :BindedGatewayDeployGroups, :ApiCount, :AclMode, :Description, :GroupType, :GatewayInstanceType, :GatewayInstanceId
|
507
|
+
attr_accessor :GroupId, :GroupName, :GroupContext, :AuthType, :Status, :CreatedTime, :UpdatedTime, :BindedGatewayDeployGroups, :ApiCount, :AclMode, :Description, :GroupType, :GatewayInstanceType, :GatewayInstanceId, :NamespaceNameKey, :ServiceNameKey, :NamespaceNameKeyPosition, :ServiceNameKeyPosition
|
496
508
|
|
497
|
-
def initialize(groupid=nil, groupname=nil, groupcontext=nil, authtype=nil, status=nil, createdtime=nil, updatedtime=nil, bindedgatewaydeploygroups=nil, apicount=nil, aclmode=nil, description=nil, grouptype=nil, gatewayinstancetype=nil, gatewayinstanceid=nil)
|
509
|
+
def initialize(groupid=nil, groupname=nil, groupcontext=nil, authtype=nil, status=nil, createdtime=nil, updatedtime=nil, bindedgatewaydeploygroups=nil, apicount=nil, aclmode=nil, description=nil, grouptype=nil, gatewayinstancetype=nil, gatewayinstanceid=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil)
|
498
510
|
@GroupId = groupid
|
499
511
|
@GroupName = groupname
|
500
512
|
@GroupContext = groupcontext
|
@@ -509,6 +521,10 @@ module TencentCloud
|
|
509
521
|
@GroupType = grouptype
|
510
522
|
@GatewayInstanceType = gatewayinstancetype
|
511
523
|
@GatewayInstanceId = gatewayinstanceid
|
524
|
+
@NamespaceNameKey = namespacenamekey
|
525
|
+
@ServiceNameKey = servicenamekey
|
526
|
+
@NamespaceNameKeyPosition = namespacenamekeyposition
|
527
|
+
@ServiceNameKeyPosition = servicenamekeyposition
|
512
528
|
end
|
513
529
|
|
514
530
|
def deserialize(params)
|
@@ -533,6 +549,10 @@ module TencentCloud
|
|
533
549
|
@GroupType = params['GroupType']
|
534
550
|
@GatewayInstanceType = params['GatewayInstanceType']
|
535
551
|
@GatewayInstanceId = params['GatewayInstanceId']
|
552
|
+
@NamespaceNameKey = params['NamespaceNameKey']
|
553
|
+
@ServiceNameKey = params['ServiceNameKey']
|
554
|
+
@NamespaceNameKeyPosition = params['NamespaceNameKeyPosition']
|
555
|
+
@ServiceNameKeyPosition = params['ServiceNameKeyPosition']
|
536
556
|
end
|
537
557
|
end
|
538
558
|
|
@@ -1998,10 +2018,16 @@ module TencentCloud
|
|
1998
2018
|
# @param RepoType: 仓库类型 (person, tcr)
|
1999
2019
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2000
2020
|
# @type RepoType: String
|
2021
|
+
# @param WarmupSetting: 预热配置设置
|
2022
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2023
|
+
# @type WarmupSetting: :class:`Tencentcloud::Tsf.v20180326.models.WarmupSetting`
|
2024
|
+
# @param GatewayConfig: Envoy网关服务配置
|
2025
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2026
|
+
# @type GatewayConfig: :class:`Tencentcloud::Tsf.v20180326.models.GatewayConfig`
|
2001
2027
|
|
2002
|
-
attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos, :KubeInjectEnable, :RepoType
|
2028
|
+
attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos, :KubeInjectEnable, :RepoType, :WarmupSetting, :GatewayConfig
|
2003
2029
|
|
2004
|
-
def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil, volumeinfos=nil, volumemountinfos=nil, kubeinjectenable=nil, repotype=nil)
|
2030
|
+
def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil, volumeinfos=nil, volumemountinfos=nil, kubeinjectenable=nil, repotype=nil, warmupsetting=nil, gatewayconfig=nil)
|
2005
2031
|
@GroupId = groupid
|
2006
2032
|
@GroupName = groupname
|
2007
2033
|
@InstanceNum = instancenum
|
@@ -2038,6 +2064,8 @@ module TencentCloud
|
|
2038
2064
|
@VolumeMountInfos = volumemountinfos
|
2039
2065
|
@KubeInjectEnable = kubeinjectenable
|
2040
2066
|
@RepoType = repotype
|
2067
|
+
@WarmupSetting = warmupsetting
|
2068
|
+
@GatewayConfig = gatewayconfig
|
2041
2069
|
end
|
2042
2070
|
|
2043
2071
|
def deserialize(params)
|
@@ -2111,6 +2139,14 @@ module TencentCloud
|
|
2111
2139
|
end
|
2112
2140
|
@KubeInjectEnable = params['KubeInjectEnable']
|
2113
2141
|
@RepoType = params['RepoType']
|
2142
|
+
unless params['WarmupSetting'].nil?
|
2143
|
+
@WarmupSetting = WarmupSetting.new
|
2144
|
+
@WarmupSetting.deserialize(params['WarmupSetting'])
|
2145
|
+
end
|
2146
|
+
unless params['GatewayConfig'].nil?
|
2147
|
+
@GatewayConfig = GatewayConfig.new
|
2148
|
+
@GatewayConfig.deserialize(params['GatewayConfig'])
|
2149
|
+
end
|
2114
2150
|
end
|
2115
2151
|
end
|
2116
2152
|
|
@@ -2534,16 +2570,28 @@ module TencentCloud
|
|
2534
2570
|
# @type GroupType: String
|
2535
2571
|
# @param GatewayInstanceId: 网关实体ID
|
2536
2572
|
# @type GatewayInstanceId: String
|
2537
|
-
|
2538
|
-
|
2539
|
-
|
2540
|
-
|
2573
|
+
# @param NamespaceNameKey: 命名空间参数key值
|
2574
|
+
# @type NamespaceNameKey: String
|
2575
|
+
# @param ServiceNameKey: 微服务名参数key值
|
2576
|
+
# @type ServiceNameKey: String
|
2577
|
+
# @param NamespaceNameKeyPosition: 命名空间参数位置,path,header或query,默认是path
|
2578
|
+
# @type NamespaceNameKeyPosition: String
|
2579
|
+
# @param ServiceNameKeyPosition: 微服务名参数位置,path,header或query,默认是path
|
2580
|
+
# @type ServiceNameKeyPosition: String
|
2581
|
+
|
2582
|
+
attr_accessor :GroupName, :GroupContext, :AuthType, :Description, :GroupType, :GatewayInstanceId, :NamespaceNameKey, :ServiceNameKey, :NamespaceNameKeyPosition, :ServiceNameKeyPosition
|
2583
|
+
|
2584
|
+
def initialize(groupname=nil, groupcontext=nil, authtype=nil, description=nil, grouptype=nil, gatewayinstanceid=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil)
|
2541
2585
|
@GroupName = groupname
|
2542
2586
|
@GroupContext = groupcontext
|
2543
2587
|
@AuthType = authtype
|
2544
2588
|
@Description = description
|
2545
2589
|
@GroupType = grouptype
|
2546
2590
|
@GatewayInstanceId = gatewayinstanceid
|
2591
|
+
@NamespaceNameKey = namespacenamekey
|
2592
|
+
@ServiceNameKey = servicenamekey
|
2593
|
+
@NamespaceNameKeyPosition = namespacenamekeyposition
|
2594
|
+
@ServiceNameKeyPosition = servicenamekeyposition
|
2547
2595
|
end
|
2548
2596
|
|
2549
2597
|
def deserialize(params)
|
@@ -2553,6 +2601,10 @@ module TencentCloud
|
|
2553
2601
|
@Description = params['Description']
|
2554
2602
|
@GroupType = params['GroupType']
|
2555
2603
|
@GatewayInstanceId = params['GatewayInstanceId']
|
2604
|
+
@NamespaceNameKey = params['NamespaceNameKey']
|
2605
|
+
@ServiceNameKey = params['ServiceNameKey']
|
2606
|
+
@NamespaceNameKeyPosition = params['NamespaceNameKeyPosition']
|
2607
|
+
@ServiceNameKeyPosition = params['ServiceNameKeyPosition']
|
2556
2608
|
end
|
2557
2609
|
end
|
2558
2610
|
|
@@ -5052,6 +5104,7 @@ module TencentCloud
|
|
5052
5104
|
# DescribeApiGroup返回参数结构体
|
5053
5105
|
class DescribeApiGroupResponse < TencentCloud::Common::AbstractModel
|
5054
5106
|
# @param Result: API分组信息
|
5107
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5055
5108
|
# @type Result: :class:`Tencentcloud::Tsf.v20180326.models.ApiGroupInfo`
|
5056
5109
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
5057
5110
|
# @type RequestId: String
|
@@ -6046,6 +6099,7 @@ module TencentCloud
|
|
6046
6099
|
# DescribeContainerGroupDeployInfo返回参数结构体
|
6047
6100
|
class DescribeContainerGroupDeployInfoResponse < TencentCloud::Common::AbstractModel
|
6048
6101
|
# @param Result: 获取部署组
|
6102
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6049
6103
|
# @type Result: :class:`Tencentcloud::Tsf.v20180326.models.ContainerGroupDeploy`
|
6050
6104
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
6051
6105
|
# @type RequestId: String
|
@@ -10563,6 +10617,17 @@ module TencentCloud
|
|
10563
10617
|
end
|
10564
10618
|
end
|
10565
10619
|
|
10620
|
+
# TSF Envoy网关服务配置
|
10621
|
+
class GatewayConfig < TencentCloud::Common::AbstractModel
|
10622
|
+
|
10623
|
+
|
10624
|
+
def initialize()
|
10625
|
+
end
|
10626
|
+
|
10627
|
+
def deserialize(params)
|
10628
|
+
end
|
10629
|
+
end
|
10630
|
+
|
10566
10631
|
# api分组已绑定的网关部署组
|
10567
10632
|
class GatewayDeployGroup < TencentCloud::Common::AbstractModel
|
10568
10633
|
# @param DeployGroupId: 网关部署组ID
|
@@ -17447,15 +17512,27 @@ module TencentCloud
|
|
17447
17512
|
# @type AuthType: String
|
17448
17513
|
# @param GroupContext: 分组上下文
|
17449
17514
|
# @type GroupContext: String
|
17450
|
-
|
17451
|
-
|
17452
|
-
|
17453
|
-
|
17515
|
+
# @param NamespaceNameKey: 命名空间参数key值
|
17516
|
+
# @type NamespaceNameKey: String
|
17517
|
+
# @param ServiceNameKey: 微服务名参数key值
|
17518
|
+
# @type ServiceNameKey: String
|
17519
|
+
# @param NamespaceNameKeyPosition: 命名空间参数位置,path,header或query,默认是path
|
17520
|
+
# @type NamespaceNameKeyPosition: String
|
17521
|
+
# @param ServiceNameKeyPosition: 微服务名参数位置,path,header或query,默认是path
|
17522
|
+
# @type ServiceNameKeyPosition: String
|
17523
|
+
|
17524
|
+
attr_accessor :GroupId, :GroupName, :Description, :AuthType, :GroupContext, :NamespaceNameKey, :ServiceNameKey, :NamespaceNameKeyPosition, :ServiceNameKeyPosition
|
17525
|
+
|
17526
|
+
def initialize(groupid=nil, groupname=nil, description=nil, authtype=nil, groupcontext=nil, namespacenamekey=nil, servicenamekey=nil, namespacenamekeyposition=nil, servicenamekeyposition=nil)
|
17454
17527
|
@GroupId = groupid
|
17455
17528
|
@GroupName = groupname
|
17456
17529
|
@Description = description
|
17457
17530
|
@AuthType = authtype
|
17458
17531
|
@GroupContext = groupcontext
|
17532
|
+
@NamespaceNameKey = namespacenamekey
|
17533
|
+
@ServiceNameKey = servicenamekey
|
17534
|
+
@NamespaceNameKeyPosition = namespacenamekeyposition
|
17535
|
+
@ServiceNameKeyPosition = servicenamekeyposition
|
17459
17536
|
end
|
17460
17537
|
|
17461
17538
|
def deserialize(params)
|
@@ -17464,12 +17541,17 @@ module TencentCloud
|
|
17464
17541
|
@Description = params['Description']
|
17465
17542
|
@AuthType = params['AuthType']
|
17466
17543
|
@GroupContext = params['GroupContext']
|
17544
|
+
@NamespaceNameKey = params['NamespaceNameKey']
|
17545
|
+
@ServiceNameKey = params['ServiceNameKey']
|
17546
|
+
@NamespaceNameKeyPosition = params['NamespaceNameKeyPosition']
|
17547
|
+
@ServiceNameKeyPosition = params['ServiceNameKeyPosition']
|
17467
17548
|
end
|
17468
17549
|
end
|
17469
17550
|
|
17470
17551
|
# UpdateApiGroup返回参数结构体
|
17471
17552
|
class UpdateApiGroupResponse < TencentCloud::Common::AbstractModel
|
17472
17553
|
# @param Result: 返回结果,true: 成功, false: 失败
|
17554
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17473
17555
|
# @type Result: Boolean
|
17474
17556
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
17475
17557
|
# @type RequestId: String
|
@@ -17963,10 +18045,13 @@ module TencentCloud
|
|
17963
18045
|
# @param WarmupSetting: 预热属性配置
|
17964
18046
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17965
18047
|
# @type WarmupSetting: :class:`Tencentcloud::Tsf.v20180326.models.WarmupSetting`
|
18048
|
+
# @param GatewayConfig: Envoy网关配置
|
18049
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18050
|
+
# @type GatewayConfig: :class:`Tencentcloud::Tsf.v20180326.models.GatewayConfig`
|
17966
18051
|
|
17967
|
-
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
|
18052
|
+
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
|
17968
18053
|
|
17969
|
-
def initialize(groupid=nil, groupname=nil, groupstatus=nil, packageid=nil, packagename=nil, packageversion=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, applicationid=nil, applicationname=nil, instancecount=nil, runinstancecount=nil, startupparameters=nil, createtime=nil, updatetime=nil, offinstancecount=nil, groupdesc=nil, microservicetype=nil, applicationtype=nil, groupresourcetype=nil, updatedtime=nil, deploydesc=nil, updatetype=nil, deploybetaenable=nil, deploybatch=nil, deployexemode=nil, deploywaittime=nil, enablehealthcheck=nil, healthchecksettings=nil, packagetype=nil, startscript=nil, stopscript=nil, _alias=nil, agentprofilelist=nil, warmupsetting=nil)
|
18054
|
+
def initialize(groupid=nil, groupname=nil, groupstatus=nil, packageid=nil, packagename=nil, packageversion=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, applicationid=nil, applicationname=nil, instancecount=nil, runinstancecount=nil, startupparameters=nil, createtime=nil, updatetime=nil, offinstancecount=nil, groupdesc=nil, microservicetype=nil, applicationtype=nil, groupresourcetype=nil, updatedtime=nil, deploydesc=nil, updatetype=nil, deploybetaenable=nil, deploybatch=nil, deployexemode=nil, deploywaittime=nil, enablehealthcheck=nil, healthchecksettings=nil, packagetype=nil, startscript=nil, stopscript=nil, _alias=nil, agentprofilelist=nil, warmupsetting=nil, gatewayconfig=nil)
|
17970
18055
|
@GroupId = groupid
|
17971
18056
|
@GroupName = groupname
|
17972
18057
|
@GroupStatus = groupstatus
|
@@ -18004,6 +18089,7 @@ module TencentCloud
|
|
18004
18089
|
@Alias = _alias
|
18005
18090
|
@AgentProfileList = agentprofilelist
|
18006
18091
|
@WarmupSetting = warmupsetting
|
18092
|
+
@GatewayConfig = gatewayconfig
|
18007
18093
|
end
|
18008
18094
|
|
18009
18095
|
def deserialize(params)
|
@@ -18057,6 +18143,10 @@ module TencentCloud
|
|
18057
18143
|
@WarmupSetting = WarmupSetting.new
|
18058
18144
|
@WarmupSetting.deserialize(params['WarmupSetting'])
|
18059
18145
|
end
|
18146
|
+
unless params['GatewayConfig'].nil?
|
18147
|
+
@GatewayConfig = GatewayConfig.new
|
18148
|
+
@GatewayConfig.deserialize(params['GatewayConfig'])
|
18149
|
+
end
|
18060
18150
|
end
|
18061
18151
|
end
|
18062
18152
|
|
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.467
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|