tencentcloud-sdk-teo 3.0.1146 → 3.0.1153

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: cde8d781da6541fe1a4cc22787369a5b25042bc5
4
- data.tar.gz: ba9688b725390c914469769efc11ce24cb4e58d0
3
+ metadata.gz: a1964a55d177baaaf54c517ee72611f34849ff64
4
+ data.tar.gz: 118e066f5b96b2fdac750e3d10aa90d9b8bb7ede
5
5
  SHA512:
6
- metadata.gz: 538d54f1e0fed73435bbb4e8ea75db15f5b8567ae58ee459deaa5aa0cd8e55ef707edd597e5217301d6e313c508834c58054de30e59af8834d64fc28ccac81af
7
- data.tar.gz: 78d7112483d62d931e3ebba9d829a35025647ec625b824cef2727d21fa59471763ef0035e4eb1109da51e0c2917e854f8bc49070b37eae602cff8c1c12c852c4
6
+ metadata.gz: fccaf31f11c10d3c5023d848171f279b655d8fc2013adb94666941883fb6bc961d17dc65e9d2e7046839440f549654a0edfef2be576a8921d422b0d08a0b3f9f
7
+ data.tar.gz: b10a9f31aad1cb7d3233a791d6e751c6f6b1b4f8f923327635eefdd731c83dcb78c001976e9ff6d78b92d28179d820808bb40b55a564b6d568661efc2b3b7aae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1146
1
+ 3.0.1153
@@ -125,6 +125,30 @@ module TencentCloud
125
125
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
126
126
  end
127
127
 
128
+ # 本接口用于多通道安全加速网关回源 IP 网段发生变更时,确认已将最新回源 IP 网段更新至源站防火墙。
129
+
130
+ # @param request: Request instance for ConfirmMultiPathGatewayOriginACL.
131
+ # @type request: :class:`Tencentcloud::teo::V20220901::ConfirmMultiPathGatewayOriginACLRequest`
132
+ # @rtype: :class:`Tencentcloud::teo::V20220901::ConfirmMultiPathGatewayOriginACLResponse`
133
+ def ConfirmMultiPathGatewayOriginACL(request)
134
+ body = send_request('ConfirmMultiPathGatewayOriginACL', request.serialize)
135
+ response = JSON.parse(body)
136
+ if response['Response'].key?('Error') == false
137
+ model = ConfirmMultiPathGatewayOriginACLResponse.new
138
+ model.deserialize(response['Response'])
139
+ model
140
+ else
141
+ code = response['Response']['Error']['Code']
142
+ message = response['Response']['Error']['Message']
143
+ reqid = response['Response']['RequestId']
144
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
145
+ end
146
+ rescue TencentCloud::Common::TencentCloudSDKException => e
147
+ raise e
148
+ rescue StandardError => e
149
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
150
+ end
151
+
128
152
  # 本接口用于回源 IP 网段发生变更时,确认已将最新回源 IP 网段更新至源站防火墙。确认已更新至最新的回源 IP 网段后,相关变更通知将会停止推送。
129
153
 
130
154
  # @param request: Request instance for ConfirmOriginACLUpdate.
@@ -2427,6 +2451,30 @@ module TencentCloud
2427
2451
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2428
2452
  end
2429
2453
 
2454
+ # 本接口用于查询多通道安全加速网关实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。若 MultiPathGatewayNextOriginACL 字段有返回值,则需要将最新的回源 IP 网段同步到源站防火墙配置中。
2455
+
2456
+ # @param request: Request instance for DescribeMultiPathGatewayOriginACL.
2457
+ # @type request: :class:`Tencentcloud::teo::V20220901::DescribeMultiPathGatewayOriginACLRequest`
2458
+ # @rtype: :class:`Tencentcloud::teo::V20220901::DescribeMultiPathGatewayOriginACLResponse`
2459
+ def DescribeMultiPathGatewayOriginACL(request)
2460
+ body = send_request('DescribeMultiPathGatewayOriginACL', request.serialize)
2461
+ response = JSON.parse(body)
2462
+ if response['Response'].key?('Error') == false
2463
+ model = DescribeMultiPathGatewayOriginACLResponse.new
2464
+ model.deserialize(response['Response'])
2465
+ model
2466
+ else
2467
+ code = response['Response']['Error']['Code']
2468
+ message = response['Response']['Error']['Message']
2469
+ reqid = response['Response']['RequestId']
2470
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2471
+ end
2472
+ rescue TencentCloud::Common::TencentCloudSDKException => e
2473
+ raise e
2474
+ rescue StandardError => e
2475
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2476
+ end
2477
+
2430
2478
  # 通过本接口查询用户创建的多通道安全加速网关(云上网关)的可用地域列表。
2431
2479
 
2432
2480
  # @param request: Request instance for DescribeMultiPathGatewayRegions.
@@ -4187,6 +4235,30 @@ module TencentCloud
4187
4235
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4188
4236
  end
4189
4237
 
4238
+ # 更新多通道安全网关状态。
4239
+
4240
+ # @param request: Request instance for ModifyMultiPathGatewayStatus.
4241
+ # @type request: :class:`Tencentcloud::teo::V20220901::ModifyMultiPathGatewayStatusRequest`
4242
+ # @rtype: :class:`Tencentcloud::teo::V20220901::ModifyMultiPathGatewayStatusResponse`
4243
+ def ModifyMultiPathGatewayStatus(request)
4244
+ body = send_request('ModifyMultiPathGatewayStatus', request.serialize)
4245
+ response = JSON.parse(body)
4246
+ if response['Response'].key?('Error') == false
4247
+ model = ModifyMultiPathGatewayStatusResponse.new
4248
+ model.deserialize(response['Response'])
4249
+ model
4250
+ else
4251
+ code = response['Response']['Error']['Code']
4252
+ message = response['Response']['Error']['Message']
4253
+ reqid = response['Response']['RequestId']
4254
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
4255
+ end
4256
+ rescue TencentCloud::Common::TencentCloudSDKException => e
4257
+ raise e
4258
+ rescue StandardError => e
4259
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4260
+ end
4261
+
4190
4262
  # 本接口用于对七层加速域名/四层代理实例启用/关闭特定回源 IP 网段回源。单次支持提交的七层加速域名的数量最大为 200,四层代理实例的数量最大为 100,支持七层加速域名/四层代理实例混合提交,总实例个数最大为 200。如需变更超过 200 个实例,请通过本接口分批提交。
4191
4263
 
4192
4264
  # @param request: Request instance for ModifyOriginACL.
@@ -142,88 +142,90 @@ module TencentCloud
142
142
  # <li>process:部署中;</li>
143
143
  # <li>offline:已停用;</li>
144
144
  # <li>forbidden:已封禁;</li>
145
- # <li>init:未生效,待激活站点;</li>
145
+ # <li>init:未生效,待激活站点。</li>
146
146
  # @type DomainStatus: String
147
+ # @param Cname: CNAME 地址。
148
+ # @type Cname: String
149
+ # @param IPv6Status: IPv6 状态,取值有:
150
+ # <li>follow:遵循站点IPv6配置;</li>
151
+ # <li>on:开启状态;</li>
152
+ # <li>off:关闭状态。</li>
153
+ # 注意:此字段可能返回 null,表示取不到有效值。
154
+ # @type IPv6Status: String
155
+ # @param IdentificationStatus: 加速域名归属权验证状态,取值有:
156
+ # <li>pending:待验证;</li>
157
+ # <li>finished:已完成验证。</li>
158
+ # 注意:此字段可能返回 null,表示取不到有效值。
159
+ # @type IdentificationStatus: String
160
+ # @param OwnershipVerification: 加速域名需进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。
161
+ # 注意:此字段可能返回 null,表示取不到有效值。
162
+ # @type OwnershipVerification: :class:`Tencentcloud::Teo.v20220901.models.OwnershipVerification`
147
163
  # @param OriginDetail: 源站信息。
148
164
  # 注意:此字段可能返回 null,表示取不到有效值。
149
165
  # @type OriginDetail: :class:`Tencentcloud::Teo.v20220901.models.OriginDetail`
150
166
  # @param OriginProtocol: 回源协议,取值有:
151
- # <li>FOLLOW: 协议跟随;</li>
152
- # <li>HTTP: HTTP协议回源;</li>
153
- # <li>HTTPS: HTTPS协议回源。</li>
167
+ # <li>FOLLOW:协议跟随;</li>
168
+ # <li>HTTPHTTP协议回源;</li>
169
+ # <li>HTTPSHTTPS协议回源。</li>
154
170
  # 注意:此字段可能返回 null,表示取不到有效值。
155
171
  # @type OriginProtocol: String
156
- # @param Certificate: 域名证书信息
157
- # 注意:此字段可能返回 null,表示取不到有效值。
158
- # @type Certificate: :class:`Tencentcloud::Teo.v20220901.models.AccelerationDomainCertificate`
159
- # @param HttpOriginPort: HTTP回源端口。
172
+ # @param HttpOriginPort: HTTP 回源端口。
160
173
  # 注意:此字段可能返回 null,表示取不到有效值。
161
174
  # @type HttpOriginPort: Integer
162
- # @param HttpsOriginPort: HTTPS回源端口。
175
+ # @param HttpsOriginPort: HTTPS 回源端口。
163
176
  # 注意:此字段可能返回 null,表示取不到有效值。
164
177
  # @type HttpsOriginPort: Integer
165
- # @param IPv6Status: IPv6状态,取值有:
166
- # <li>follow:遵循站点IPv6配置;</li>
167
- # <li>on:开启状态;</li>
168
- # <li>off:关闭状态。</li>
169
- # 注意:此字段可能返回 null,表示取不到有效值。
170
- # @type IPv6Status: String
171
- # @param Cname: CNAME 地址。
172
- # @type Cname: String
173
- # @param IdentificationStatus: 加速域名归属权验证状态,取值有: <li>pending:待验证;</li> <li>finished:已完成验证。</li>
178
+ # @param Certificate: 加速域名证书信息。
174
179
  # 注意:此字段可能返回 null,表示取不到有效值。
175
- # @type IdentificationStatus: String
180
+ # @type Certificate: :class:`Tencentcloud::Teo.v20220901.models.AccelerationDomainCertificate`
176
181
  # @param CreatedOn: 创建时间。
177
182
  # @type CreatedOn: String
178
183
  # @param ModifiedOn: 修改时间。
179
184
  # @type ModifiedOn: String
180
- # @param OwnershipVerification: 当域名需要进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。
181
- # 注意:此字段可能返回 null,表示取不到有效值。
182
- # @type OwnershipVerification: :class:`Tencentcloud::Teo.v20220901.models.OwnershipVerification`
183
185
 
184
- attr_accessor :ZoneId, :DomainName, :DomainStatus, :OriginDetail, :OriginProtocol, :Certificate, :HttpOriginPort, :HttpsOriginPort, :IPv6Status, :Cname, :IdentificationStatus, :CreatedOn, :ModifiedOn, :OwnershipVerification
186
+ attr_accessor :ZoneId, :DomainName, :DomainStatus, :Cname, :IPv6Status, :IdentificationStatus, :OwnershipVerification, :OriginDetail, :OriginProtocol, :HttpOriginPort, :HttpsOriginPort, :Certificate, :CreatedOn, :ModifiedOn
185
187
 
186
- def initialize(zoneid=nil, domainname=nil, domainstatus=nil, origindetail=nil, originprotocol=nil, certificate=nil, httporiginport=nil, httpsoriginport=nil, ipv6status=nil, cname=nil, identificationstatus=nil, createdon=nil, modifiedon=nil, ownershipverification=nil)
188
+ def initialize(zoneid=nil, domainname=nil, domainstatus=nil, cname=nil, ipv6status=nil, identificationstatus=nil, ownershipverification=nil, origindetail=nil, originprotocol=nil, httporiginport=nil, httpsoriginport=nil, certificate=nil, createdon=nil, modifiedon=nil)
187
189
  @ZoneId = zoneid
188
190
  @DomainName = domainname
189
191
  @DomainStatus = domainstatus
192
+ @Cname = cname
193
+ @IPv6Status = ipv6status
194
+ @IdentificationStatus = identificationstatus
195
+ @OwnershipVerification = ownershipverification
190
196
  @OriginDetail = origindetail
191
197
  @OriginProtocol = originprotocol
192
- @Certificate = certificate
193
198
  @HttpOriginPort = httporiginport
194
199
  @HttpsOriginPort = httpsoriginport
195
- @IPv6Status = ipv6status
196
- @Cname = cname
197
- @IdentificationStatus = identificationstatus
200
+ @Certificate = certificate
198
201
  @CreatedOn = createdon
199
202
  @ModifiedOn = modifiedon
200
- @OwnershipVerification = ownershipverification
201
203
  end
202
204
 
203
205
  def deserialize(params)
204
206
  @ZoneId = params['ZoneId']
205
207
  @DomainName = params['DomainName']
206
208
  @DomainStatus = params['DomainStatus']
209
+ @Cname = params['Cname']
210
+ @IPv6Status = params['IPv6Status']
211
+ @IdentificationStatus = params['IdentificationStatus']
212
+ unless params['OwnershipVerification'].nil?
213
+ @OwnershipVerification = OwnershipVerification.new
214
+ @OwnershipVerification.deserialize(params['OwnershipVerification'])
215
+ end
207
216
  unless params['OriginDetail'].nil?
208
217
  @OriginDetail = OriginDetail.new
209
218
  @OriginDetail.deserialize(params['OriginDetail'])
210
219
  end
211
220
  @OriginProtocol = params['OriginProtocol']
221
+ @HttpOriginPort = params['HttpOriginPort']
222
+ @HttpsOriginPort = params['HttpsOriginPort']
212
223
  unless params['Certificate'].nil?
213
224
  @Certificate = AccelerationDomainCertificate.new
214
225
  @Certificate.deserialize(params['Certificate'])
215
226
  end
216
- @HttpOriginPort = params['HttpOriginPort']
217
- @HttpsOriginPort = params['HttpsOriginPort']
218
- @IPv6Status = params['IPv6Status']
219
- @Cname = params['Cname']
220
- @IdentificationStatus = params['IdentificationStatus']
221
227
  @CreatedOn = params['CreatedOn']
222
228
  @ModifiedOn = params['ModifiedOn']
223
- unless params['OwnershipVerification'].nil?
224
- @OwnershipVerification = OwnershipVerification.new
225
- @OwnershipVerification.deserialize(params['OwnershipVerification'])
226
- end
227
229
  end
228
230
  end
229
231
 
@@ -1884,8 +1886,8 @@ module TencentCloud
1884
1886
 
1885
1887
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1886
1888
  extend Gem::Deprecate
1887
- deprecate :IgnoreCacheControl, :none, 2025, 9
1888
- deprecate :IgnoreCacheControl=, :none, 2025, 9
1889
+ deprecate :IgnoreCacheControl, :none, 2025, 10
1890
+ deprecate :IgnoreCacheControl=, :none, 2025, 10
1889
1891
 
1890
1892
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1891
1893
  @Switch = switch
@@ -2883,6 +2885,46 @@ module TencentCloud
2883
2885
  end
2884
2886
  end
2885
2887
 
2888
+ # ConfirmMultiPathGatewayOriginACL请求参数结构体
2889
+ class ConfirmMultiPathGatewayOriginACLRequest < TencentCloud::Common::AbstractModel
2890
+ # @param ZoneId: 站点 ID。
2891
+ # @type ZoneId: String
2892
+ # @param GatewayId: 网关 ID。
2893
+ # @type GatewayId: String
2894
+ # @param OriginACLVersion: 回源 IP 版本号。
2895
+ # @type OriginACLVersion: Integer
2896
+
2897
+ attr_accessor :ZoneId, :GatewayId, :OriginACLVersion
2898
+
2899
+ def initialize(zoneid=nil, gatewayid=nil, originaclversion=nil)
2900
+ @ZoneId = zoneid
2901
+ @GatewayId = gatewayid
2902
+ @OriginACLVersion = originaclversion
2903
+ end
2904
+
2905
+ def deserialize(params)
2906
+ @ZoneId = params['ZoneId']
2907
+ @GatewayId = params['GatewayId']
2908
+ @OriginACLVersion = params['OriginACLVersion']
2909
+ end
2910
+ end
2911
+
2912
+ # ConfirmMultiPathGatewayOriginACL返回参数结构体
2913
+ class ConfirmMultiPathGatewayOriginACLResponse < TencentCloud::Common::AbstractModel
2914
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2915
+ # @type RequestId: String
2916
+
2917
+ attr_accessor :RequestId
2918
+
2919
+ def initialize(requestid=nil)
2920
+ @RequestId = requestid
2921
+ end
2922
+
2923
+ def deserialize(params)
2924
+ @RequestId = params['RequestId']
2925
+ end
2926
+ end
2927
+
2886
2928
  # ConfirmOriginACLUpdate请求参数结构体
2887
2929
  class ConfirmOriginACLUpdateRequest < TencentCloud::Common::AbstractModel
2888
2930
  # @param ZoneId: 站点 ID。
@@ -2915,6 +2957,25 @@ module TencentCloud
2915
2957
  end
2916
2958
  end
2917
2959
 
2960
+ # 内容压缩配置。
2961
+ class ContentCompressionParameters < TencentCloud::Common::AbstractModel
2962
+ # @param Switch: 内容压缩配置开关,取值有:
2963
+ # <li>on:开启;</li>
2964
+ # <li>off:关闭。</li>
2965
+ # 当 Switch 为 on 时,将同时支持 brotli 和 gzip 压缩算法。
2966
+ # @type Switch: String
2967
+
2968
+ attr_accessor :Switch
2969
+
2970
+ def initialize(switch=nil)
2971
+ @Switch = switch
2972
+ end
2973
+
2974
+ def deserialize(params)
2975
+ @Switch = params['Switch']
2976
+ end
2977
+ end
2978
+
2918
2979
  # 内容标识符。该功能仅白名单开放。
2919
2980
  class ContentIdentifier < TencentCloud::Common::AbstractModel
2920
2981
  # @param ContentId: 内容标识符 ID。
@@ -4315,8 +4376,8 @@ module TencentCloud
4315
4376
 
4316
4377
  attr_accessor :ZoneId, :Targets, :EncodeUrl, :Headers, :PrefetchMediaSegments
4317
4378
  extend Gem::Deprecate
4318
- deprecate :EncodeUrl, :none, 2025, 9
4319
- deprecate :EncodeUrl=, :none, 2025, 9
4379
+ deprecate :EncodeUrl, :none, 2025, 10
4380
+ deprecate :EncodeUrl=, :none, 2025, 10
4320
4381
 
4321
4382
  def initialize(zoneid=nil, targets=nil, encodeurl=nil, headers=nil, prefetchmediasegments=nil)
4322
4383
  @ZoneId = zoneid
@@ -4398,8 +4459,8 @@ module TencentCloud
4398
4459
 
4399
4460
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
4400
4461
  extend Gem::Deprecate
4401
- deprecate :EncodeUrl, :none, 2025, 9
4402
- deprecate :EncodeUrl=, :none, 2025, 9
4462
+ deprecate :EncodeUrl, :none, 2025, 10
4463
+ deprecate :EncodeUrl=, :none, 2025, 10
4403
4464
 
4404
4465
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
4405
4466
  @ZoneId = zoneid
@@ -5008,10 +5069,10 @@ module TencentCloud
5008
5069
 
5009
5070
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
5010
5071
  extend Gem::Deprecate
5011
- deprecate :AllowDuplicates, :none, 2025, 9
5012
- deprecate :AllowDuplicates=, :none, 2025, 9
5013
- deprecate :JumpStart, :none, 2025, 9
5014
- deprecate :JumpStart=, :none, 2025, 9
5072
+ deprecate :AllowDuplicates, :none, 2025, 10
5073
+ deprecate :AllowDuplicates=, :none, 2025, 10
5074
+ deprecate :JumpStart, :none, 2025, 10
5075
+ deprecate :JumpStart=, :none, 2025, 10
5015
5076
 
5016
5077
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
5017
5078
  @Type = type
@@ -8757,6 +8818,49 @@ module TencentCloud
8757
8818
  end
8758
8819
  end
8759
8820
 
8821
+ # DescribeMultiPathGatewayOriginACL请求参数结构体
8822
+ class DescribeMultiPathGatewayOriginACLRequest < TencentCloud::Common::AbstractModel
8823
+ # @param ZoneId: 站点 ID。
8824
+ # @type ZoneId: String
8825
+ # @param GatewayId: 网关 ID。
8826
+ # @type GatewayId: String
8827
+
8828
+ attr_accessor :ZoneId, :GatewayId
8829
+
8830
+ def initialize(zoneid=nil, gatewayid=nil)
8831
+ @ZoneId = zoneid
8832
+ @GatewayId = gatewayid
8833
+ end
8834
+
8835
+ def deserialize(params)
8836
+ @ZoneId = params['ZoneId']
8837
+ @GatewayId = params['GatewayId']
8838
+ end
8839
+ end
8840
+
8841
+ # DescribeMultiPathGatewayOriginACL返回参数结构体
8842
+ class DescribeMultiPathGatewayOriginACLResponse < TencentCloud::Common::AbstractModel
8843
+ # @param MultiPathGatewayOriginACLInfo: 多通道网关实例与回源 IP 网段的绑定关系详情。
8844
+ # @type MultiPathGatewayOriginACLInfo: :class:`Tencentcloud::Teo.v20220901.models.MultiPathGatewayOriginACLInfo`
8845
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8846
+ # @type RequestId: String
8847
+
8848
+ attr_accessor :MultiPathGatewayOriginACLInfo, :RequestId
8849
+
8850
+ def initialize(multipathgatewayoriginaclinfo=nil, requestid=nil)
8851
+ @MultiPathGatewayOriginACLInfo = multipathgatewayoriginaclinfo
8852
+ @RequestId = requestid
8853
+ end
8854
+
8855
+ def deserialize(params)
8856
+ unless params['MultiPathGatewayOriginACLInfo'].nil?
8857
+ @MultiPathGatewayOriginACLInfo = MultiPathGatewayOriginACLInfo.new
8858
+ @MultiPathGatewayOriginACLInfo.deserialize(params['MultiPathGatewayOriginACLInfo'])
8859
+ end
8860
+ @RequestId = params['RequestId']
8861
+ end
8862
+ end
8863
+
8760
8864
  # DescribeMultiPathGatewayRegions请求参数结构体
8761
8865
  class DescribeMultiPathGatewayRegionsRequest < TencentCloud::Common::AbstractModel
8762
8866
  # @param ZoneId: 站点 ID。
@@ -15210,8 +15314,8 @@ module TencentCloud
15210
15314
 
15211
15315
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo, :UpstreamCertInfo
15212
15316
  extend Gem::Deprecate
15213
- deprecate :ApplyType, :none, 2025, 9
15214
- deprecate :ApplyType=, :none, 2025, 9
15317
+ deprecate :ApplyType, :none, 2025, 10
15318
+ deprecate :ApplyType=, :none, 2025, 10
15215
15319
 
15216
15320
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil, upstreamcertinfo=nil)
15217
15321
  @ZoneId = zoneid
@@ -15775,6 +15879,46 @@ module TencentCloud
15775
15879
  end
15776
15880
  end
15777
15881
 
15882
+ # ModifyMultiPathGatewayStatus请求参数结构体
15883
+ class ModifyMultiPathGatewayStatusRequest < TencentCloud::Common::AbstractModel
15884
+ # @param GatewayId: 网关 ID。
15885
+ # @type GatewayId: String
15886
+ # @param ZoneId: 站点 ID。
15887
+ # @type ZoneId: String
15888
+ # @param GatewayStatus: 修改网关的启用停用状态,取值有:<li> offline:停用;</li><li> online:启用。</li>
15889
+ # @type GatewayStatus: String
15890
+
15891
+ attr_accessor :GatewayId, :ZoneId, :GatewayStatus
15892
+
15893
+ def initialize(gatewayid=nil, zoneid=nil, gatewaystatus=nil)
15894
+ @GatewayId = gatewayid
15895
+ @ZoneId = zoneid
15896
+ @GatewayStatus = gatewaystatus
15897
+ end
15898
+
15899
+ def deserialize(params)
15900
+ @GatewayId = params['GatewayId']
15901
+ @ZoneId = params['ZoneId']
15902
+ @GatewayStatus = params['GatewayStatus']
15903
+ end
15904
+ end
15905
+
15906
+ # ModifyMultiPathGatewayStatus返回参数结构体
15907
+ class ModifyMultiPathGatewayStatusResponse < TencentCloud::Common::AbstractModel
15908
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15909
+ # @type RequestId: String
15910
+
15911
+ attr_accessor :RequestId
15912
+
15913
+ def initialize(requestid=nil)
15914
+ @RequestId = requestid
15915
+ end
15916
+
15917
+ def deserialize(params)
15918
+ @RequestId = params['RequestId']
15919
+ end
15920
+ end
15921
+
15778
15922
  # ModifyOriginACL请求参数结构体
15779
15923
  class ModifyOriginACLRequest < TencentCloud::Common::AbstractModel
15780
15924
  # @param ZoneId: 站点 ID。
@@ -16873,6 +17017,36 @@ module TencentCloud
16873
17017
  end
16874
17018
  end
16875
17019
 
17020
+ # 当前生效的回源 IP 网段。
17021
+ class MultiPathGatewayCurrentOriginACL < TencentCloud::Common::AbstractModel
17022
+ # @param EntireAddresses: 回源 IP 网段详情。
17023
+ # @type EntireAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
17024
+ # @param Version: 版本号。
17025
+ # @type Version: Integer
17026
+ # @param IsPlaned: 本参数用于记录当前版本生效前是否完成「我已更新至最新回源 IP 网段」的确认。取值有:
17027
+ # <li>true:已完成更新至最新回源 IP 的确认;</li>
17028
+ # <li>false:未完成更新至最新回源 IP 的确认;</li>
17029
+ # 注意:本参数返回 false 时,请及时确认您的源站防火墙配置是否已更新至最新的回源 IP 网段,以避免出现回源失败。
17030
+ # @type IsPlaned: String
17031
+
17032
+ attr_accessor :EntireAddresses, :Version, :IsPlaned
17033
+
17034
+ def initialize(entireaddresses=nil, version=nil, isplaned=nil)
17035
+ @EntireAddresses = entireaddresses
17036
+ @Version = version
17037
+ @IsPlaned = isplaned
17038
+ end
17039
+
17040
+ def deserialize(params)
17041
+ unless params['EntireAddresses'].nil?
17042
+ @EntireAddresses = Addresses.new
17043
+ @EntireAddresses.deserialize(params['EntireAddresses'])
17044
+ end
17045
+ @Version = params['Version']
17046
+ @IsPlaned = params['IsPlaned']
17047
+ end
17048
+ end
17049
+
16876
17050
  # 多通道安全网关线路信息
16877
17051
  class MultiPathGatewayLine < TencentCloud::Common::AbstractModel
16878
17052
  # @param LineId: 线路 ID , 其中 line-0 和 line-1 为系统内置线路 ID,取值有:
@@ -16911,6 +17085,76 @@ module TencentCloud
16911
17085
  end
16912
17086
  end
16913
17087
 
17088
+ # 当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前生效的回源 IP 网段的对比。
17089
+ class MultiPathGatewayNextOriginACL < TencentCloud::Common::AbstractModel
17090
+ # @param Version: 版本号。
17091
+ # @type Version: Integer
17092
+ # @param EntireAddresses: 回源 IP 网段详情。
17093
+ # @type EntireAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
17094
+ # @param AddedAddresses: 最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段新增的部分。
17095
+ # @type AddedAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
17096
+ # @param RemovedAddresses: 最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段删减的部分。
17097
+ # @type RemovedAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
17098
+ # @param NoChangeAddresses: 最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段无变化的部分。
17099
+ # @type NoChangeAddresses: :class:`Tencentcloud::Teo.v20220901.models.Addresses`
17100
+
17101
+ attr_accessor :Version, :EntireAddresses, :AddedAddresses, :RemovedAddresses, :NoChangeAddresses
17102
+
17103
+ def initialize(version=nil, entireaddresses=nil, addedaddresses=nil, removedaddresses=nil, nochangeaddresses=nil)
17104
+ @Version = version
17105
+ @EntireAddresses = entireaddresses
17106
+ @AddedAddresses = addedaddresses
17107
+ @RemovedAddresses = removedaddresses
17108
+ @NoChangeAddresses = nochangeaddresses
17109
+ end
17110
+
17111
+ def deserialize(params)
17112
+ @Version = params['Version']
17113
+ unless params['EntireAddresses'].nil?
17114
+ @EntireAddresses = Addresses.new
17115
+ @EntireAddresses.deserialize(params['EntireAddresses'])
17116
+ end
17117
+ unless params['AddedAddresses'].nil?
17118
+ @AddedAddresses = Addresses.new
17119
+ @AddedAddresses.deserialize(params['AddedAddresses'])
17120
+ end
17121
+ unless params['RemovedAddresses'].nil?
17122
+ @RemovedAddresses = Addresses.new
17123
+ @RemovedAddresses.deserialize(params['RemovedAddresses'])
17124
+ end
17125
+ unless params['NoChangeAddresses'].nil?
17126
+ @NoChangeAddresses = Addresses.new
17127
+ @NoChangeAddresses.deserialize(params['NoChangeAddresses'])
17128
+ end
17129
+ end
17130
+ end
17131
+
17132
+ # 多通道网关示例实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。
17133
+ class MultiPathGatewayOriginACLInfo < TencentCloud::Common::AbstractModel
17134
+ # @param MultiPathGatewayCurrentOriginACL: 当前生效的回源 IP 网段。
17135
+ # @type MultiPathGatewayCurrentOriginACL: :class:`Tencentcloud::Teo.v20220901.models.MultiPathGatewayCurrentOriginACL`
17136
+ # @param MultiPathGatewayNextOriginACL: 当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前回源 IP 网段的对比。无更新时该字段为空。
17137
+ # @type MultiPathGatewayNextOriginACL: :class:`Tencentcloud::Teo.v20220901.models.MultiPathGatewayNextOriginACL`
17138
+
17139
+ attr_accessor :MultiPathGatewayCurrentOriginACL, :MultiPathGatewayNextOriginACL
17140
+
17141
+ def initialize(multipathgatewaycurrentoriginacl=nil, multipathgatewaynextoriginacl=nil)
17142
+ @MultiPathGatewayCurrentOriginACL = multipathgatewaycurrentoriginacl
17143
+ @MultiPathGatewayNextOriginACL = multipathgatewaynextoriginacl
17144
+ end
17145
+
17146
+ def deserialize(params)
17147
+ unless params['MultiPathGatewayCurrentOriginACL'].nil?
17148
+ @MultiPathGatewayCurrentOriginACL = MultiPathGatewayCurrentOriginACL.new
17149
+ @MultiPathGatewayCurrentOriginACL.deserialize(params['MultiPathGatewayCurrentOriginACL'])
17150
+ end
17151
+ unless params['MultiPathGatewayNextOriginACL'].nil?
17152
+ @MultiPathGatewayNextOriginACL = MultiPathGatewayNextOriginACL.new
17153
+ @MultiPathGatewayNextOriginACL.deserialize(params['MultiPathGatewayNextOriginACL'])
17154
+ end
17155
+ end
17156
+ end
17157
+
16914
17158
  # HTTPS 双向认证。
16915
17159
  class MutualTLS < TencentCloud::Common::AbstractModel
16916
17160
  # @param Switch: 双向认证配置开关,取值有:
@@ -17258,12 +17502,12 @@ module TencentCloud
17258
17502
 
17259
17503
  attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
17260
17504
  extend Gem::Deprecate
17261
- deprecate :VodeoSubAppId, :none, 2025, 9
17262
- deprecate :VodeoSubAppId=, :none, 2025, 9
17263
- deprecate :VodeoDistributionRange, :none, 2025, 9
17264
- deprecate :VodeoDistributionRange=, :none, 2025, 9
17265
- deprecate :VodeoBucketId, :none, 2025, 9
17266
- deprecate :VodeoBucketId=, :none, 2025, 9
17505
+ deprecate :VodeoSubAppId, :none, 2025, 10
17506
+ deprecate :VodeoSubAppId=, :none, 2025, 10
17507
+ deprecate :VodeoDistributionRange, :none, 2025, 10
17508
+ deprecate :VodeoDistributionRange=, :none, 2025, 10
17509
+ deprecate :VodeoBucketId, :none, 2025, 10
17510
+ deprecate :VodeoBucketId=, :none, 2025, 10
17267
17511
 
17268
17512
  def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
17269
17513
  @OriginType = origintype
@@ -17568,12 +17812,12 @@ module TencentCloud
17568
17812
 
17569
17813
  attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
17570
17814
  extend Gem::Deprecate
17571
- deprecate :VodeoSubAppId, :none, 2025, 9
17572
- deprecate :VodeoSubAppId=, :none, 2025, 9
17573
- deprecate :VodeoDistributionRange, :none, 2025, 9
17574
- deprecate :VodeoDistributionRange=, :none, 2025, 9
17575
- deprecate :VodeoBucketId, :none, 2025, 9
17576
- deprecate :VodeoBucketId=, :none, 2025, 9
17815
+ deprecate :VodeoSubAppId, :none, 2025, 10
17816
+ deprecate :VodeoSubAppId=, :none, 2025, 10
17817
+ deprecate :VodeoDistributionRange, :none, 2025, 10
17818
+ deprecate :VodeoDistributionRange=, :none, 2025, 10
17819
+ deprecate :VodeoBucketId, :none, 2025, 10
17820
+ deprecate :VodeoBucketId=, :none, 2025, 10
17577
17821
 
17578
17822
  def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
17579
17823
  @OriginType = origintype
@@ -17700,6 +17944,25 @@ module TencentCloud
17700
17944
  end
17701
17945
  end
17702
17946
 
17947
+ # 回源 HTTPS 配置参数。
17948
+ class OriginPullProtocolParameters < TencentCloud::Common::AbstractModel
17949
+ # @param Protocol: 回源协议配置,取值有:
17950
+ # <li>http:使用 HTTP 协议回源;</li>
17951
+ # <li>https:使用 HTTPS 协议回源;</li>
17952
+ # <li>follow:协议跟随。</li>
17953
+ # @type Protocol: String
17954
+
17955
+ attr_accessor :Protocol
17956
+
17957
+ def initialize(protocol=nil)
17958
+ @Protocol = protocol
17959
+ end
17960
+
17961
+ def deserialize(params)
17962
+ @Protocol = params['Protocol']
17963
+ end
17964
+ end
17965
+
17703
17966
  # 源站组记录
17704
17967
  class OriginRecord < TencentCloud::Common::AbstractModel
17705
17968
  # @param Record: 源站记录值,不包含端口信息,可以为:IPv4,IPv6,域名格式。
@@ -19243,8 +19506,8 @@ module TencentCloud
19243
19506
 
19244
19507
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
19245
19508
  extend Gem::Deprecate
19246
- deprecate :IgnoreNameCase, :none, 2025, 9
19247
- deprecate :IgnoreNameCase=, :none, 2025, 9
19509
+ deprecate :IgnoreNameCase, :none, 2025, 10
19510
+ deprecate :IgnoreNameCase=, :none, 2025, 10
19248
19511
 
19249
19512
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
19250
19513
  @Operator = operator
@@ -19353,6 +19616,9 @@ module TencentCloud
19353
19616
  # @param ForceRedirectHTTPSParameters: 访问协议强制 HTTPS 跳转配置,当 Name 取值为 ForceRedirectHTTPS 时,该参数必填。
19354
19617
  # 注意:此字段可能返回 null,表示取不到有效值。
19355
19618
  # @type ForceRedirectHTTPSParameters: :class:`Tencentcloud::Teo.v20220901.models.ForceRedirectHTTPSParameters`
19619
+ # @param OriginPullProtocolParameters: 回源 HTTPS 配置参数,当 Name 取值为 OriginPullProtocol 时,该参数必填。
19620
+ # 注意:此字段可能返回 null,表示取不到有效值。
19621
+ # @type OriginPullProtocolParameters: :class:`Tencentcloud::Teo.v20220901.models.OriginPullProtocolParameters`
19356
19622
  # @param CompressionParameters: 智能压缩配置,当 Name 取值为 Compression 时,该参数必填。
19357
19623
  # 注意:此字段可能返回 null,表示取不到有效值。
19358
19624
  # @type CompressionParameters: :class:`Tencentcloud::Teo.v20220901.models.CompressionParameters`
@@ -19410,10 +19676,12 @@ module TencentCloud
19410
19676
  # @type SetContentIdentifierParameters: :class:`Tencentcloud::Teo.v20220901.models.SetContentIdentifierParameters`
19411
19677
  # @param VaryParameters: Vary 特性配置参数,当 Name 取值为 Vary 时,该参数必填。
19412
19678
  # @type VaryParameters: :class:`Tencentcloud::Teo.v20220901.models.VaryParameters`
19679
+ # @param ContentCompressionParameters: 内容压缩配置参数,当 Name 取值为 ContentCompression 时,该参数必填。该参数为白名单功能,如有需要,请联系腾讯云工程师处理。
19680
+ # @type ContentCompressionParameters: :class:`Tencentcloud::Teo.v20220901.models.ContentCompressionParameters`
19413
19681
 
19414
- attr_accessor :Name, :CacheParameters, :CacheKeyParameters, :CachePrefreshParameters, :AccessURLRedirectParameters, :UpstreamURLRewriteParameters, :QUICParameters, :WebSocketParameters, :AuthenticationParameters, :MaxAgeParameters, :StatusCodeCacheParameters, :OfflineCacheParameters, :SmartRoutingParameters, :RangeOriginPullParameters, :UpstreamHTTP2Parameters, :HostHeaderParameters, :ForceRedirectHTTPSParameters, :CompressionParameters, :HSTSParameters, :ClientIPHeaderParameters, :OCSPStaplingParameters, :HTTP2Parameters, :PostMaxSizeParameters, :ClientIPCountryParameters, :UpstreamFollowRedirectParameters, :UpstreamRequestParameters, :TLSConfigParameters, :ModifyOriginParameters, :HTTPUpstreamTimeoutParameters, :HttpResponseParameters, :ErrorPageParameters, :ModifyResponseHeaderParameters, :ModifyRequestHeaderParameters, :ResponseSpeedLimitParameters, :SetContentIdentifierParameters, :VaryParameters
19682
+ attr_accessor :Name, :CacheParameters, :CacheKeyParameters, :CachePrefreshParameters, :AccessURLRedirectParameters, :UpstreamURLRewriteParameters, :QUICParameters, :WebSocketParameters, :AuthenticationParameters, :MaxAgeParameters, :StatusCodeCacheParameters, :OfflineCacheParameters, :SmartRoutingParameters, :RangeOriginPullParameters, :UpstreamHTTP2Parameters, :HostHeaderParameters, :ForceRedirectHTTPSParameters, :OriginPullProtocolParameters, :CompressionParameters, :HSTSParameters, :ClientIPHeaderParameters, :OCSPStaplingParameters, :HTTP2Parameters, :PostMaxSizeParameters, :ClientIPCountryParameters, :UpstreamFollowRedirectParameters, :UpstreamRequestParameters, :TLSConfigParameters, :ModifyOriginParameters, :HTTPUpstreamTimeoutParameters, :HttpResponseParameters, :ErrorPageParameters, :ModifyResponseHeaderParameters, :ModifyRequestHeaderParameters, :ResponseSpeedLimitParameters, :SetContentIdentifierParameters, :VaryParameters, :ContentCompressionParameters
19415
19683
 
19416
- def initialize(name=nil, cacheparameters=nil, cachekeyparameters=nil, cacheprefreshparameters=nil, accessurlredirectparameters=nil, upstreamurlrewriteparameters=nil, quicparameters=nil, websocketparameters=nil, authenticationparameters=nil, maxageparameters=nil, statuscodecacheparameters=nil, offlinecacheparameters=nil, smartroutingparameters=nil, rangeoriginpullparameters=nil, upstreamhttp2parameters=nil, hostheaderparameters=nil, forceredirecthttpsparameters=nil, compressionparameters=nil, hstsparameters=nil, clientipheaderparameters=nil, ocspstaplingparameters=nil, http2parameters=nil, postmaxsizeparameters=nil, clientipcountryparameters=nil, upstreamfollowredirectparameters=nil, upstreamrequestparameters=nil, tlsconfigparameters=nil, modifyoriginparameters=nil, httpupstreamtimeoutparameters=nil, httpresponseparameters=nil, errorpageparameters=nil, modifyresponseheaderparameters=nil, modifyrequestheaderparameters=nil, responsespeedlimitparameters=nil, setcontentidentifierparameters=nil, varyparameters=nil)
19684
+ def initialize(name=nil, cacheparameters=nil, cachekeyparameters=nil, cacheprefreshparameters=nil, accessurlredirectparameters=nil, upstreamurlrewriteparameters=nil, quicparameters=nil, websocketparameters=nil, authenticationparameters=nil, maxageparameters=nil, statuscodecacheparameters=nil, offlinecacheparameters=nil, smartroutingparameters=nil, rangeoriginpullparameters=nil, upstreamhttp2parameters=nil, hostheaderparameters=nil, forceredirecthttpsparameters=nil, originpullprotocolparameters=nil, compressionparameters=nil, hstsparameters=nil, clientipheaderparameters=nil, ocspstaplingparameters=nil, http2parameters=nil, postmaxsizeparameters=nil, clientipcountryparameters=nil, upstreamfollowredirectparameters=nil, upstreamrequestparameters=nil, tlsconfigparameters=nil, modifyoriginparameters=nil, httpupstreamtimeoutparameters=nil, httpresponseparameters=nil, errorpageparameters=nil, modifyresponseheaderparameters=nil, modifyrequestheaderparameters=nil, responsespeedlimitparameters=nil, setcontentidentifierparameters=nil, varyparameters=nil, contentcompressionparameters=nil)
19417
19685
  @Name = name
19418
19686
  @CacheParameters = cacheparameters
19419
19687
  @CacheKeyParameters = cachekeyparameters
@@ -19431,6 +19699,7 @@ module TencentCloud
19431
19699
  @UpstreamHTTP2Parameters = upstreamhttp2parameters
19432
19700
  @HostHeaderParameters = hostheaderparameters
19433
19701
  @ForceRedirectHTTPSParameters = forceredirecthttpsparameters
19702
+ @OriginPullProtocolParameters = originpullprotocolparameters
19434
19703
  @CompressionParameters = compressionparameters
19435
19704
  @HSTSParameters = hstsparameters
19436
19705
  @ClientIPHeaderParameters = clientipheaderparameters
@@ -19450,6 +19719,7 @@ module TencentCloud
19450
19719
  @ResponseSpeedLimitParameters = responsespeedlimitparameters
19451
19720
  @SetContentIdentifierParameters = setcontentidentifierparameters
19452
19721
  @VaryParameters = varyparameters
19722
+ @ContentCompressionParameters = contentcompressionparameters
19453
19723
  end
19454
19724
 
19455
19725
  def deserialize(params)
@@ -19518,6 +19788,10 @@ module TencentCloud
19518
19788
  @ForceRedirectHTTPSParameters = ForceRedirectHTTPSParameters.new
19519
19789
  @ForceRedirectHTTPSParameters.deserialize(params['ForceRedirectHTTPSParameters'])
19520
19790
  end
19791
+ unless params['OriginPullProtocolParameters'].nil?
19792
+ @OriginPullProtocolParameters = OriginPullProtocolParameters.new
19793
+ @OriginPullProtocolParameters.deserialize(params['OriginPullProtocolParameters'])
19794
+ end
19521
19795
  unless params['CompressionParameters'].nil?
19522
19796
  @CompressionParameters = CompressionParameters.new
19523
19797
  @CompressionParameters.deserialize(params['CompressionParameters'])
@@ -19594,6 +19868,10 @@ module TencentCloud
19594
19868
  @VaryParameters = VaryParameters.new
19595
19869
  @VaryParameters.deserialize(params['VaryParameters'])
19596
19870
  end
19871
+ unless params['ContentCompressionParameters'].nil?
19872
+ @ContentCompressionParameters = ContentCompressionParameters.new
19873
+ @ContentCompressionParameters.deserialize(params['ContentCompressionParameters'])
19874
+ end
19597
19875
  end
19598
19876
  end
19599
19877
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1146
4
+ version: 3.0.1153
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-09-24 00:00:00.000000000 Z
11
+ date: 2025-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,11 +33,11 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20220901/client.rb
36
+ - lib/tencentcloud-sdk-teo.rb
37
37
  - lib/v20220901/models.rb
38
- - lib/v20220106/client.rb
38
+ - lib/v20220901/client.rb
39
39
  - lib/v20220106/models.rb
40
- - lib/tencentcloud-sdk-teo.rb
40
+ - lib/v20220106/client.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: