tencentcloud-sdk-tcb 3.0.1022 → 3.0.1023

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f635d29a40a79b922225108250792508a0961dd5
4
- data.tar.gz: f38d252eb4821b1d4a3e5b48d6090aa57e536d5c
3
+ metadata.gz: 0606fe1499e0d6016e66714d0f5e95e012b041a2
4
+ data.tar.gz: 2eec6ff499e6c9d0dded69e7a62eee403d3ff50c
5
5
  SHA512:
6
- metadata.gz: cbcd6fbde96232bb51de62e968c2055cb94d97ac8b7d58990e40aea21470c14ad99e9f3dfd377c15a08dda8608cd41667ff38034b1b9442067a5d0a2971f3e3d
7
- data.tar.gz: 789b81411423948866f53cd46cf97d516aafcdffac7e468e7d8b105a44786cf969441a637e6936d219b0ca1e6498de6dda2d1a4a4cb44f922ac1c2f31d3bfe36
6
+ metadata.gz: faa9171e91f5e028fc7032917bbd8f14a37f5b11640bf7537f28cdf7221eb89707fdfe401eca7e952e7e8066ce1cac428557f914866287ffe3d19c7b28f63af6
7
+ data.tar.gz: 5b12e2be089f220661569bdb8d3362419c6ff240706e5213f57218764b652279ca46e4723b4aca00cc9d5b0f50a4170a796cd1da92a95e19ffaeec9fa4e0afc5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1022
1
+ 3.0.1023
@@ -1761,6 +1761,30 @@ module TencentCloud
1761
1761
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1762
1762
  end
1763
1763
 
1764
+ # 修改登录配置
1765
+
1766
+ # @param request: Request instance for EditAuthConfig.
1767
+ # @type request: :class:`Tencentcloud::tcb::V20180608::EditAuthConfigRequest`
1768
+ # @rtype: :class:`Tencentcloud::tcb::V20180608::EditAuthConfigResponse`
1769
+ def EditAuthConfig(request)
1770
+ body = send_request('EditAuthConfig', request.serialize)
1771
+ response = JSON.parse(body)
1772
+ if response['Response'].key?('Error') == false
1773
+ model = EditAuthConfigResponse.new
1774
+ model.deserialize(response['Response'])
1775
+ model
1776
+ else
1777
+ code = response['Response']['Error']['Code']
1778
+ message = response['Response']['Error']['Message']
1779
+ reqid = response['Response']['RequestId']
1780
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
1781
+ end
1782
+ rescue TencentCloud::Common::TencentCloudSDKException => e
1783
+ raise e
1784
+ rescue StandardError => e
1785
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1786
+ end
1787
+
1764
1788
  # 创建云应用服务
1765
1789
 
1766
1790
  # @param request: Request instance for EstablishCloudBaseRunServer.
@@ -289,7 +289,6 @@ module TencentCloud
289
289
  # @param RepoLanguage: 仓库语言
290
290
  # @type RepoLanguage: String
291
291
  # @param Branch: 分支名称
292
- # 注意:此字段可能返回 null,表示取不到有效值。
293
292
  # @type Branch: String
294
293
 
295
294
  attr_accessor :Repo, :RepoType, :RepoLanguage, :Branch
@@ -594,13 +593,10 @@ module TencentCloud
594
593
  # emptydir 数据卷详细信息
595
594
  class CloudBaseRunEmptyDirVolumeSource < TencentCloud::Common::AbstractModel
596
595
  # @param EnableEmptyDirVolume: 启用emptydir数据卷
597
- # 注意:此字段可能返回 null,表示取不到有效值。
598
596
  # @type EnableEmptyDirVolume: Boolean
599
597
  # @param Medium: "","Memory","HugePages"
600
- # 注意:此字段可能返回 null,表示取不到有效值。
601
598
  # @type Medium: String
602
599
  # @param SizeLimit: emptydir数据卷大小
603
- # 注意:此字段可能返回 null,表示取不到有效值。
604
600
  # @type SizeLimit: String
605
601
 
606
602
  attr_accessor :EnableEmptyDirVolume, :Medium, :SizeLimit
@@ -896,7 +892,6 @@ module TencentCloud
896
892
  # 主机路径挂载参数
897
893
  class CloudBaseRunServiceVolumeHostPath < TencentCloud::Common::AbstractModel
898
894
  # @param Path: 主机路径
899
- # 注意:此字段可能返回 null,表示取不到有效值。
900
895
  # @type Path: String
901
896
 
902
897
  attr_accessor :Path
@@ -945,31 +940,22 @@ module TencentCloud
945
940
  # CloudBaseRun 的 Side 描述定义
946
941
  class CloudBaseRunSideSpec < TencentCloud::Common::AbstractModel
947
942
  # @param ContainerImage: 容器镜像
948
- # 注意:此字段可能返回 null,表示取不到有效值。
949
943
  # @type ContainerImage: String
950
944
  # @param ContainerPort: 容器端口
951
- # 注意:此字段可能返回 null,表示取不到有效值。
952
945
  # @type ContainerPort: Integer
953
946
  # @param ContainerName: 容器的名称
954
- # 注意:此字段可能返回 null,表示取不到有效值。
955
947
  # @type ContainerName: String
956
948
  # @param EnvVar: kv的json字符串
957
- # 注意:此字段可能返回 null,表示取不到有效值。
958
949
  # @type EnvVar: String
959
950
  # @param InitialDelaySeconds: InitialDelaySeconds 延迟多长时间启动健康检查
960
- # 注意:此字段可能返回 null,表示取不到有效值。
961
951
  # @type InitialDelaySeconds: Integer
962
952
  # @param Cpu: CPU大小
963
- # 注意:此字段可能返回 null,表示取不到有效值。
964
953
  # @type Cpu: Integer
965
954
  # @param Mem: 内存大小(单位:M)
966
- # 注意:此字段可能返回 null,表示取不到有效值。
967
955
  # @type Mem: Integer
968
956
  # @param Security: 安全特性
969
- # 注意:此字段可能返回 null,表示取不到有效值。
970
957
  # @type Security: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseSecurityContext`
971
958
  # @param VolumeMountInfos: 挂载信息
972
- # 注意:此字段可能返回 null,表示取不到有效值。
973
959
  # @type VolumeMountInfos: Array
974
960
 
975
961
  attr_accessor :ContainerImage, :ContainerPort, :ContainerName, :EnvVar, :InitialDelaySeconds, :Cpu, :Mem, :Security, :VolumeMountInfos
@@ -1012,19 +998,14 @@ module TencentCloud
1012
998
  # 版本流量占比
1013
999
  class CloudBaseRunVersionFlowItem < TencentCloud::Common::AbstractModel
1014
1000
  # @param VersionName: 版本名称
1015
- # 注意:此字段可能返回 null,表示取不到有效值。
1016
1001
  # @type VersionName: String
1017
1002
  # @param FlowRatio: 流量占比
1018
- # 注意:此字段可能返回 null,表示取不到有效值。
1019
1003
  # @type FlowRatio: Integer
1020
1004
  # @param UrlParam: 流量参数键值对(URL参数/HEADERS参数)
1021
- # 注意:此字段可能返回 null,表示取不到有效值。
1022
1005
  # @type UrlParam: :class:`Tencentcloud::Tcb.v20180608.models.ObjectKV`
1023
1006
  # @param Priority: 优先级
1024
- # 注意:此字段可能返回 null,表示取不到有效值。
1025
1007
  # @type Priority: Integer
1026
1008
  # @param IsDefaultPriority: 是否是默认兜底版本
1027
- # 注意:此字段可能返回 null,表示取不到有效值。
1028
1009
  # @type IsDefaultPriority: Boolean
1029
1010
 
1030
1011
  attr_accessor :VersionName, :FlowRatio, :UrlParam, :Priority, :IsDefaultPriority
@@ -1056,12 +1037,10 @@ module TencentCloud
1056
1037
  # @param PodId: pod name
1057
1038
  # @type PodId: String
1058
1039
  # @param PodIp: pod ip
1059
- # 注意:此字段可能返回 null,表示取不到有效值。
1060
1040
  # @type PodIp: String
1061
1041
  # @param Status: 状态
1062
1042
  # @type Status: String
1063
1043
  # @param CreateTime: 创建时间
1064
- # 注意:此字段可能返回 null,表示取不到有效值。
1065
1044
  # @type CreateTime: String
1066
1045
 
1067
1046
  attr_accessor :Webshell, :PodId, :PodIp, :Status, :CreateTime
@@ -1086,19 +1065,15 @@ module TencentCloud
1086
1065
  # cfs挂载点
1087
1066
  class CloudBaseRunVolumeMount < TencentCloud::Common::AbstractModel
1088
1067
  # @param Name: 资源名
1089
- # 注意:此字段可能返回 null,表示取不到有效值。
1090
1068
  # @type Name: String
1091
1069
  # @param MountPath: 挂载路径
1092
- # 注意:此字段可能返回 null,表示取不到有效值。
1093
1070
  # @type MountPath: String
1094
1071
  # @param ReadOnly: 是否只读
1095
- # 注意:此字段可能返回 null,表示取不到有效值。
1096
1072
  # @type ReadOnly: Boolean
1097
1073
  # @param NfsVolumes: Nfs挂载信息
1098
1074
  # 注意:此字段可能返回 null,表示取不到有效值。
1099
1075
  # @type NfsVolumes: Array
1100
1076
  # @param MountPropagation: 挂载配置
1101
- # 注意:此字段可能返回 null,表示取不到有效值。
1102
1077
  # @type MountPropagation: String
1103
1078
 
1104
1079
  attr_accessor :Name, :MountPath, :ReadOnly, :NfsVolumes, :MountPropagation
@@ -1130,13 +1105,10 @@ module TencentCloud
1130
1105
  # vpc信息
1131
1106
  class CloudBaseRunVpcInfo < TencentCloud::Common::AbstractModel
1132
1107
  # @param VpcId: vpc的id
1133
- # 注意:此字段可能返回 null,表示取不到有效值。
1134
1108
  # @type VpcId: String
1135
1109
  # @param SubnetIds: 子网id
1136
- # 注意:此字段可能返回 null,表示取不到有效值。
1137
1110
  # @type SubnetIds: Array
1138
1111
  # @param CreateType: 创建类型(0=继承; 1=新建; 2=指定)
1139
- # 注意:此字段可能返回 null,表示取不到有效值。
1140
1112
  # @type CreateType: Integer
1141
1113
 
1142
1114
  attr_accessor :VpcId, :SubnetIds, :CreateType
@@ -1157,25 +1129,18 @@ module TencentCloud
1157
1129
  # 子网信息
1158
1130
  class CloudBaseRunVpcSubnet < TencentCloud::Common::AbstractModel
1159
1131
  # @param Id: 子网id
1160
- # 注意:此字段可能返回 null,表示取不到有效值。
1161
1132
  # @type Id: String
1162
1133
  # @param Cidr: 子网的ipv4
1163
- # 注意:此字段可能返回 null,表示取不到有效值。
1164
1134
  # @type Cidr: String
1165
1135
  # @param Zone: 可用区
1166
- # 注意:此字段可能返回 null,表示取不到有效值。
1167
1136
  # @type Zone: String
1168
1137
  # @param Type: 类型
1169
- # 注意:此字段可能返回 null,表示取不到有效值。
1170
1138
  # @type Type: String
1171
1139
  # @param Target: subnet类型
1172
- # 注意:此字段可能返回 null,表示取不到有效值。
1173
1140
  # @type Target: String
1174
1141
  # @param Region: 地域
1175
- # 注意:此字段可能返回 null,表示取不到有效值。
1176
1142
  # @type Region: String
1177
1143
  # @param Name: 名字
1178
- # 注意:此字段可能返回 null,表示取不到有效值。
1179
1144
  # @type Name: String
1180
1145
 
1181
1146
  attr_accessor :Id, :Cidr, :Zone, :Type, :Target, :Region, :Name
@@ -1202,10 +1167,8 @@ module TencentCloud
1202
1167
  end
1203
1168
 
1204
1169
  # cloudrun安全特性
1205
-
1206
1170
  class CloudBaseSecurityContext < TencentCloud::Common::AbstractModel
1207
1171
  # @param Capabilities: 安全特性
1208
- # 注意:此字段可能返回 null,表示取不到有效值。
1209
1172
  # @type Capabilities: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseCapabilities`
1210
1173
 
1211
1174
  attr_accessor :Capabilities
@@ -1225,91 +1188,62 @@ module TencentCloud
1225
1188
  # CloudRunServiceSimpleVersionSnapshot 信息
1226
1189
  class CloudRunServiceSimpleVersionSnapshot < TencentCloud::Common::AbstractModel
1227
1190
  # @param VersionName: 版本名
1228
- # 注意:此字段可能返回 null,表示取不到有效值。
1229
1191
  # @type VersionName: String
1230
1192
  # @param Remark: 版本备注
1231
- # 注意:此字段可能返回 null,表示取不到有效值。
1232
1193
  # @type Remark: String
1233
1194
  # @param Cpu: cpu规格
1234
- # 注意:此字段可能返回 null,表示取不到有效值。
1235
1195
  # @type Cpu: Float
1236
1196
  # @param Mem: 内存规格
1237
- # 注意:此字段可能返回 null,表示取不到有效值。
1238
1197
  # @type Mem: Float
1239
1198
  # @param MinNum: 最小副本数
1240
- # 注意:此字段可能返回 null,表示取不到有效值。
1241
1199
  # @type MinNum: Integer
1242
1200
  # @param MaxNum: 最大副本数
1243
- # 注意:此字段可能返回 null,表示取不到有效值。
1244
1201
  # @type MaxNum: Integer
1245
1202
  # @param ImageUrl: 镜像url
1246
- # 注意:此字段可能返回 null,表示取不到有效值。
1247
1203
  # @type ImageUrl: String
1248
1204
  # @param PolicyType: 扩容策略
1249
- # 注意:此字段可能返回 null,表示取不到有效值。
1250
1205
  # @type PolicyType: String
1251
1206
  # @param PolicyThreshold: 策略阈值
1252
- # 注意:此字段可能返回 null,表示取不到有效值。
1253
1207
  # @type PolicyThreshold: Integer
1254
1208
  # @param EnvParams: 环境参数
1255
- # 注意:此字段可能返回 null,表示取不到有效值。
1256
1209
  # @type EnvParams: String
1257
1210
  # @param ContainerPort: 容器端口
1258
- # 注意:此字段可能返回 null,表示取不到有效值。
1259
1211
  # @type ContainerPort: Integer
1260
1212
  # @param CreateTime: 创建时间
1261
- # 注意:此字段可能返回 null,表示取不到有效值。
1262
1213
  # @type CreateTime: String
1263
1214
  # @param UpdateTime: 更新时间
1264
- # 注意:此字段可能返回 null,表示取不到有效值。
1265
1215
  # @type UpdateTime: String
1266
1216
  # @param UploadType: 更新类型
1267
- # 注意:此字段可能返回 null,表示取不到有效值。
1268
1217
  # @type UploadType: String
1269
1218
  # @param DockerfilePath: dockerfile路径
1270
- # 注意:此字段可能返回 null,表示取不到有效值。
1271
1219
  # @type DockerfilePath: String
1272
1220
  # @param BuildDir: 构建路径
1273
- # 注意:此字段可能返回 null,表示取不到有效值。
1274
1221
  # @type BuildDir: String
1275
1222
  # @param RepoType: repo类型
1276
- # 注意:此字段可能返回 null,表示取不到有效值。
1277
1223
  # @type RepoType: String
1278
1224
  # @param Repo: 仓库
1279
- # 注意:此字段可能返回 null,表示取不到有效值。
1280
1225
  # @type Repo: String
1281
1226
  # @param Branch: 分支
1282
- # 注意:此字段可能返回 null,表示取不到有效值。
1283
1227
  # @type Branch: String
1284
1228
  # @param EnvId: 环境id
1285
- # 注意:此字段可能返回 null,表示取不到有效值。
1286
1229
  # @type EnvId: String
1287
1230
  # @param ServerName: 服务名
1288
- # 注意:此字段可能返回 null,表示取不到有效值。
1289
1231
  # @type ServerName: String
1290
1232
  # @param PackageName: package名字
1291
- # 注意:此字段可能返回 null,表示取不到有效值。
1292
1233
  # @type PackageName: String
1293
1234
  # @param PackageVersion: package版本
1294
- # 注意:此字段可能返回 null,表示取不到有效值。
1295
1235
  # @type PackageVersion: String
1296
1236
  # @param CustomLogs: 自定义log路径
1297
- # 注意:此字段可能返回 null,表示取不到有效值。
1298
1237
  # @type CustomLogs: String
1299
1238
  # @param InitialDelaySeconds: 延时健康检查时间
1300
- # 注意:此字段可能返回 null,表示取不到有效值。
1301
1239
  # @type InitialDelaySeconds: Integer
1302
1240
  # @param SnapshotName: snapshot名
1303
- # 注意:此字段可能返回 null,表示取不到有效值。
1304
1241
  # @type SnapshotName: String
1305
1242
  # @param ImageInfo: 镜像信息
1306
- # 注意:此字段可能返回 null,表示取不到有效值。
1307
1243
  # @type ImageInfo: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseRunImageInfo`
1308
1244
  # @param CodeDetail: 代码仓库信息
1309
- # 注意:此字段可能返回 null,表示取不到有效值。
1310
1245
  # @type CodeDetail: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseCodeRepoDetail`
1311
1246
  # @param Status: 状态
1312
- # 注意:此字段可能返回 null,表示取不到有效值。
1313
1247
  # @type Status: String
1314
1248
 
1315
1249
  attr_accessor :VersionName, :Remark, :Cpu, :Mem, :MinNum, :MaxNum, :ImageUrl, :PolicyType, :PolicyThreshold, :EnvParams, :ContainerPort, :CreateTime, :UpdateTime, :UploadType, :DockerfilePath, :BuildDir, :RepoType, :Repo, :Branch, :EnvId, :ServerName, :PackageName, :PackageVersion, :CustomLogs, :InitialDelaySeconds, :SnapshotName, :ImageInfo, :CodeDetail, :Status
@@ -1388,22 +1322,16 @@ module TencentCloud
1388
1322
  # 服务的volume
1389
1323
  class CloudRunServiceVolume < TencentCloud::Common::AbstractModel
1390
1324
  # @param Name: 名称
1391
- # 注意:此字段可能返回 null,表示取不到有效值。
1392
1325
  # @type Name: String
1393
1326
  # @param NFS: NFS的挂载方式
1394
- # 注意:此字段可能返回 null,表示取不到有效值。
1395
1327
  # @type NFS: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseRunNfsVolumeSource`
1396
1328
  # @param SecretName: secret名称
1397
- # 注意:此字段可能返回 null,表示取不到有效值。
1398
1329
  # @type SecretName: String
1399
1330
  # @param EnableEmptyDirVolume: 是否开启临时目录逐步废弃,请使用 EmptyDir
1400
- # 注意:此字段可能返回 null,表示取不到有效值。
1401
1331
  # @type EnableEmptyDirVolume: Boolean
1402
1332
  # @param EmptyDir: emptydir数据卷详细信息
1403
- # 注意:此字段可能返回 null,表示取不到有效值。
1404
1333
  # @type EmptyDir: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseRunEmptyDirVolumeSource`
1405
1334
  # @param HostPath: 主机路径挂载信息
1406
- # 注意:此字段可能返回 null,表示取不到有效值。
1407
1335
  # @type HostPath: :class:`Tencentcloud::Tcb.v20180608.models.CloudBaseRunServiceVolumeHostPath`
1408
1336
 
1409
1337
  attr_accessor :Name, :NFS, :SecretName, :EnableEmptyDirVolume, :EmptyDir, :HostPath
@@ -6215,6 +6143,50 @@ module TencentCloud
6215
6143
  end
6216
6144
  end
6217
6145
 
6146
+ # EditAuthConfig请求参数结构体
6147
+ class EditAuthConfigRequest < TencentCloud::Common::AbstractModel
6148
+ # @param EnvId: 环境id
6149
+ # @type EnvId: String
6150
+ # @param PhoneNumberLogin: 手机号登录配置 "TRUE", "FALSE", "LOGIN_ONLY"
6151
+ # @type PhoneNumberLogin: String
6152
+ # @param AnonymousLogin: 匿名登录配置 "TRUE", "FALSE"
6153
+ # @type AnonymousLogin: String
6154
+ # @param UsernameLogin: 用户名密码登录配置 "TRUE", "FALSE"
6155
+ # @type UsernameLogin: String
6156
+
6157
+ attr_accessor :EnvId, :PhoneNumberLogin, :AnonymousLogin, :UsernameLogin
6158
+
6159
+ def initialize(envid=nil, phonenumberlogin=nil, anonymouslogin=nil, usernamelogin=nil)
6160
+ @EnvId = envid
6161
+ @PhoneNumberLogin = phonenumberlogin
6162
+ @AnonymousLogin = anonymouslogin
6163
+ @UsernameLogin = usernamelogin
6164
+ end
6165
+
6166
+ def deserialize(params)
6167
+ @EnvId = params['EnvId']
6168
+ @PhoneNumberLogin = params['PhoneNumberLogin']
6169
+ @AnonymousLogin = params['AnonymousLogin']
6170
+ @UsernameLogin = params['UsernameLogin']
6171
+ end
6172
+ end
6173
+
6174
+ # EditAuthConfig返回参数结构体
6175
+ class EditAuthConfigResponse < TencentCloud::Common::AbstractModel
6176
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6177
+ # @type RequestId: String
6178
+
6179
+ attr_accessor :RequestId
6180
+
6181
+ def initialize(requestid=nil)
6182
+ @RequestId = requestid
6183
+ end
6184
+
6185
+ def deserialize(params)
6186
+ @RequestId = params['RequestId']
6187
+ end
6188
+ end
6189
+
6218
6190
  # 终端用户信息
6219
6191
  class EndUserInfo < TencentCloud::Common::AbstractModel
6220
6192
  # @param UUId: 用户唯一ID
@@ -7043,10 +7015,8 @@ module TencentCloud
7043
7015
  # 扩缩容策略
7044
7016
  class HpaPolicy < TencentCloud::Common::AbstractModel
7045
7017
  # @param PolicyType: 策略类型
7046
- # 注意:此字段可能返回 null,表示取不到有效值。
7047
7018
  # @type PolicyType: String
7048
7019
  # @param PolicyThreshold: 策略阈值
7049
- # 注意:此字段可能返回 null,表示取不到有效值。
7050
7020
  # @type PolicyThreshold: Integer
7051
7021
 
7052
7022
  attr_accessor :PolicyType, :PolicyThreshold
@@ -8400,13 +8370,10 @@ module TencentCloud
8400
8370
  # tke集群信息
8401
8371
  class TkeClusterInfo < TencentCloud::Common::AbstractModel
8402
8372
  # @param ClusterId: 集群ID
8403
- # 注意:此字段可能返回 null,表示取不到有效值。
8404
8373
  # @type ClusterId: String
8405
8374
  # @param VpcId: 集群的vpcId
8406
- # 注意:此字段可能返回 null,表示取不到有效值。
8407
8375
  # @type VpcId: String
8408
8376
  # @param VersionClbSubnetId: 版本内网CLB所在子网Id
8409
- # 注意:此字段可能返回 null,表示取不到有效值。
8410
8377
  # @type VersionClbSubnetId: String
8411
8378
 
8412
8379
  attr_accessor :ClusterId, :VpcId, :VersionClbSubnetId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1022
4
+ version: 3.0.1023
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-03-18 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common