tencentcloud-sdk-apigateway 3.0.611 → 3.0.613

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: c100c68b6c9ec70d98b6eb3d60dae681b8cb94ed
4
- data.tar.gz: 218ca300c2a2cf1eaef78a738c47e2566c348b78
3
+ metadata.gz: e41763531cbbee7dee9c7ed56dc5248f8c573294
4
+ data.tar.gz: 3fc3900219f4407d66b261796a3d7348b9c385ea
5
5
  SHA512:
6
- metadata.gz: 7a7c52c99d4c3d65bab3d8d00ac502ba816f61164093f4b2518582d6fb8f244bbf5941f8e4441eec5d92f628c9709d334f58ffc01ee6510c235f4b6d8c7de54e
7
- data.tar.gz: bb9f2abbbf65d5f2709bcb6061d92c6cc0459a3dcf22b19e737cfd1105424e12bef8cdc32b53a607bb5145131051f2306f1a52d142925068e497c29a2d61a806
6
+ metadata.gz: c435151dcc01beffd657241851b0bfffa76d76a379efc701d1ce6b15d9a1be2fa1d6b103a095d3d1f9a20c8c659a57c7e9fe30a1e09b3d8fc498ec8ce95248b8
7
+ data.tar.gz: ddfff8774e20eb1bee63e575d2ec2d90d2f9514c51902cc4a3edf56c0118b93780e520460cb536af7f264e742a63b43695cd9244cb5a53f77d517e9ce297d1f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.611
1
+ 3.0.613
@@ -1145,7 +1145,7 @@ module TencentCloud
1145
1145
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1146
1146
  end
1147
1147
 
1148
- # 本接口(DescribeIPStrategysStatus)用于查询服务IP策略列表。
1148
+ # 本接口(DescribeIPStrategysStatus)用于查询服务IP策略列表,因为接口名拼写错误,已不推荐使用,请优先使用DescribeIPStrategiesStatus接口。
1149
1149
 
1150
1150
  # @param request: Request instance for DescribeIPStrategysStatus.
1151
1151
  # @type request: :class:`Tencentcloud::apigateway::V20180808::DescribeIPStrategysStatusRequest`
@@ -329,7 +329,7 @@ module TencentCloud
329
329
  end
330
330
 
331
331
  # API绑定策略列表
332
- class ApiEnvironmentStrategyStataus < TencentCloud::Common::AbstractModel
332
+ class ApiEnvironmentStrategyStatus < TencentCloud::Common::AbstractModel
333
333
  # @param TotalCount: API绑定的限流策略数量。
334
334
  # 注意:此字段可能返回 null,表示取不到有效值。
335
335
  # @type TotalCount: Integer
@@ -3569,7 +3569,7 @@ module TencentCloud
3569
3569
  class DescribeApiEnvironmentStrategyResponse < TencentCloud::Common::AbstractModel
3570
3570
  # @param Result: api绑定策略详情
3571
3571
  # 注意:此字段可能返回 null,表示取不到有效值。
3572
- # @type Result: :class:`Tencentcloud::Apigateway.v20180808.models.ApiEnvironmentStrategyStataus`
3572
+ # @type Result: :class:`Tencentcloud::Apigateway.v20180808.models.ApiEnvironmentStrategyStatus`
3573
3573
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3574
3574
  # @type RequestId: String
3575
3575
 
@@ -3582,7 +3582,7 @@ module TencentCloud
3582
3582
 
3583
3583
  def deserialize(params)
3584
3584
  unless params['Result'].nil?
3585
- @Result = ApiEnvironmentStrategyStataus.new
3585
+ @Result = ApiEnvironmentStrategyStatus.new
3586
3586
  @Result.deserialize(params['Result'])
3587
3587
  end
3588
3588
  @RequestId = params['RequestId']
@@ -4390,7 +4390,7 @@ module TencentCloud
4390
4390
  class DescribeIPStrategysStatusResponse < TencentCloud::Common::AbstractModel
4391
4391
  # @param Result: 符合条件的策略列表。
4392
4392
  # 注意:此字段可能返回 null,表示取不到有效值。
4393
- # @type Result: :class:`Tencentcloud::Apigateway.v20180808.models.IPStrategysStatus`
4393
+ # @type Result: :class:`Tencentcloud::Apigateway.v20180808.models.IPStrategiesStatus`
4394
4394
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4395
4395
  # @type RequestId: String
4396
4396
 
@@ -4403,7 +4403,7 @@ module TencentCloud
4403
4403
 
4404
4404
  def deserialize(params)
4405
4405
  unless params['Result'].nil?
4406
- @Result = IPStrategysStatus.new
4406
+ @Result = IPStrategiesStatus.new
4407
4407
  @Result.deserialize(params['Result'])
4408
4408
  end
4409
4409
  @RequestId = params['RequestId']
@@ -4442,6 +4442,9 @@ module TencentCloud
4442
4442
  # @type LogQuerys: Array
4443
4443
 
4444
4444
  attr_accessor :StartTime, :EndTime, :ServiceId, :Filters, :Limit, :ConText, :Sort, :Query, :LogQuerys
4445
+ extend Gem::Deprecate
4446
+ deprecate :LogQuerys, :none, 2023, 7
4447
+ deprecate :LogQuerys=, :none, 2023, 7
4445
4448
 
4446
4449
  def initialize(starttime=nil, endtime=nil, serviceid=nil, filters=nil, limit=nil, context=nil, sort=nil, query=nil, logquerys=nil)
4447
4450
  @StartTime = starttime
@@ -6239,6 +6242,35 @@ module TencentCloud
6239
6242
  end
6240
6243
  end
6241
6244
 
6245
+ # 策略列表
6246
+ class IPStrategiesStatus < TencentCloud::Common::AbstractModel
6247
+ # @param TotalCount: 策略数量。
6248
+ # 注意:此字段可能返回 null,表示取不到有效值。
6249
+ # @type TotalCount: Integer
6250
+ # @param StrategySet: 策略列表。
6251
+ # 注意:此字段可能返回 null,表示取不到有效值。
6252
+ # @type StrategySet: Array
6253
+
6254
+ attr_accessor :TotalCount, :StrategySet
6255
+
6256
+ def initialize(totalcount=nil, strategyset=nil)
6257
+ @TotalCount = totalcount
6258
+ @StrategySet = strategyset
6259
+ end
6260
+
6261
+ def deserialize(params)
6262
+ @TotalCount = params['TotalCount']
6263
+ unless params['StrategySet'].nil?
6264
+ @StrategySet = []
6265
+ params['StrategySet'].each do |i|
6266
+ ipstrategy_tmp = IPStrategy.new
6267
+ ipstrategy_tmp.deserialize(i)
6268
+ @StrategySet << ipstrategy_tmp
6269
+ end
6270
+ end
6271
+ end
6272
+ end
6273
+
6242
6274
  # ip策略
6243
6275
  class IPStrategy < TencentCloud::Common::AbstractModel
6244
6276
  # @param StrategyId: 策略唯一ID。
@@ -6372,35 +6404,6 @@ module TencentCloud
6372
6404
  end
6373
6405
  end
6374
6406
 
6375
- # 策略列表
6376
- class IPStrategysStatus < TencentCloud::Common::AbstractModel
6377
- # @param TotalCount: 策略数量。
6378
- # 注意:此字段可能返回 null,表示取不到有效值。
6379
- # @type TotalCount: Integer
6380
- # @param StrategySet: 策略列表。
6381
- # 注意:此字段可能返回 null,表示取不到有效值。
6382
- # @type StrategySet: Array
6383
-
6384
- attr_accessor :TotalCount, :StrategySet
6385
-
6386
- def initialize(totalcount=nil, strategyset=nil)
6387
- @TotalCount = totalcount
6388
- @StrategySet = strategyset
6389
- end
6390
-
6391
- def deserialize(params)
6392
- @TotalCount = params['TotalCount']
6393
- unless params['StrategySet'].nil?
6394
- @StrategySet = []
6395
- params['StrategySet'].each do |i|
6396
- ipstrategy_tmp = IPStrategy.new
6397
- ipstrategy_tmp.deserialize(i)
6398
- @StrategySet << ipstrategy_tmp
6399
- end
6400
- end
6401
- end
6402
- end
6403
-
6404
6407
  # ImportOpenApi请求参数结构体
6405
6408
  class ImportOpenApiRequest < TencentCloud::Common::AbstractModel
6406
6409
  # @param ServiceId: API所在的服务唯一ID。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.611
4
+ version: 3.0.613
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-12 00:00:00.000000000 Z
11
+ date: 2023-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common