tencentcloud-sdk-apigateway 3.0.612 → 3.0.613

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1330b1aaaddb6db5aec489c845d510a8e25a30fd
4
- data.tar.gz: 5280261e2671e34c8ae16e84cdc675996b47671e
3
+ metadata.gz: e41763531cbbee7dee9c7ed56dc5248f8c573294
4
+ data.tar.gz: 3fc3900219f4407d66b261796a3d7348b9c385ea
5
5
  SHA512:
6
- metadata.gz: 5ac24a0a62db2aadcf34a6d1176376299100249b0615ba88680434ce982592cda515088f63393018dbf72362bac47f9af1b6eb6714bf9de29883bb5ff8f93b0a
7
- data.tar.gz: ab7d0b9b95600eaf91c989e3c6ee87cfc11297210f69807c7e407380ce69fae3bafe35e31f162ad50ca2d9617e01f65bd503e90ba97efef1c61effe687f86cd4
6
+ metadata.gz: c435151dcc01beffd657241851b0bfffa76d76a379efc701d1ce6b15d9a1be2fa1d6b103a095d3d1f9a20c8c659a57c7e9fe30a1e09b3d8fc498ec8ce95248b8
7
+ data.tar.gz: ddfff8774e20eb1bee63e575d2ec2d90d2f9514c51902cc4a3edf56c0118b93780e520460cb536af7f264e742a63b43695cd9244cb5a53f77d517e9ce297d1f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.612
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']
@@ -6242,6 +6242,35 @@ module TencentCloud
6242
6242
  end
6243
6243
  end
6244
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
+
6245
6274
  # ip策略
6246
6275
  class IPStrategy < TencentCloud::Common::AbstractModel
6247
6276
  # @param StrategyId: 策略唯一ID。
@@ -6375,35 +6404,6 @@ module TencentCloud
6375
6404
  end
6376
6405
  end
6377
6406
 
6378
- # 策略列表
6379
- class IPStrategysStatus < TencentCloud::Common::AbstractModel
6380
- # @param TotalCount: 策略数量。
6381
- # 注意:此字段可能返回 null,表示取不到有效值。
6382
- # @type TotalCount: Integer
6383
- # @param StrategySet: 策略列表。
6384
- # 注意:此字段可能返回 null,表示取不到有效值。
6385
- # @type StrategySet: Array
6386
-
6387
- attr_accessor :TotalCount, :StrategySet
6388
-
6389
- def initialize(totalcount=nil, strategyset=nil)
6390
- @TotalCount = totalcount
6391
- @StrategySet = strategyset
6392
- end
6393
-
6394
- def deserialize(params)
6395
- @TotalCount = params['TotalCount']
6396
- unless params['StrategySet'].nil?
6397
- @StrategySet = []
6398
- params['StrategySet'].each do |i|
6399
- ipstrategy_tmp = IPStrategy.new
6400
- ipstrategy_tmp.deserialize(i)
6401
- @StrategySet << ipstrategy_tmp
6402
- end
6403
- end
6404
- end
6405
- end
6406
-
6407
6407
  # ImportOpenApi请求参数结构体
6408
6408
  class ImportOpenApiRequest < TencentCloud::Common::AbstractModel
6409
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.612
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-13 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