tencentcloud-sdk-apigateway 1.0.205 → 1.0.209

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: e280262b03ae8abb544bc783fa4967c49b924b7c
4
- data.tar.gz: 239b63e8f161c77d942aff52f30a3de84782bf55
3
+ metadata.gz: 1cea4dda41513741c3a091c6e0773b053b816eca
4
+ data.tar.gz: 5aed006da99dfcff23e7593b78b6eba95090782d
5
5
  SHA512:
6
- metadata.gz: c2c2e9caf15fafc83a711818af322703671aa6cbf87fe906cb9b6f2378af59d3e0ef5262b24bf85f9681399d3292e4d16c9696bd4401afb3196893435ebe1c57
7
- data.tar.gz: 82f641445417d8b2abae737741de85f1a90095d4ae980b065e93eef1c6fb33c7c1ceb8700c98002e5cb51c06d55d71f701f130799f8856d5ac28d4a12e44f35c
6
+ metadata.gz: 0ebab7ca6935debfeaade0f3aa54d81d8dfaced7f126a2742f7b598169d908a06a11d3de8dd75d9f3063b53019c3269a82720c7cd3f6f621069dc1190f1b026a
7
+ data.tar.gz: 9a87d96ad4ea221e548b790b1a2479698b3dc30643ca953f07b11a1b47887bbba5de56e155bfaee70fe00501319ce74dd854b5e272eaeac829f6639b40d492dc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.205
1
+ 1.0.209
@@ -2086,7 +2086,7 @@ module TencentCloud
2086
2086
  class CreatePluginRequest < TencentCloud::Common::AbstractModel
2087
2087
  # @param PluginName: 用户自定义的插件名称。最长50个字符,最短2个字符,支持 a-z,A-Z,0-9,_, 必须字母开头,字母或者数字结尾。
2088
2088
  # @type PluginName: String
2089
- # @param PluginType: 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth。
2089
+ # @param PluginType: 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth,Routing,TrafficControlByParameter
2090
2090
  # @type PluginType: String
2091
2091
  # @param PluginData: 插件定义语句,支持json。
2092
2092
  # @type PluginData: String
@@ -4726,7 +4726,7 @@ module TencentCloud
4726
4726
  # @type Limit: Integer
4727
4727
  # @param Offset: 偏移量,默认为 0。
4728
4728
  # @type Offset: Integer
4729
- # @param Filters: 过滤条件。支持ServiceId、ServiceName、NotUsagePlanId、Environment、IpVersion。InstanceId
4729
+ # @param Filters: 过滤条件。支持ServiceId、ServiceName、NotUsagePlanId、Environment、IpVersion、InstanceId、NetType、EIAMAppId
4730
4730
  # @type Filters: Array
4731
4731
 
4732
4732
  attr_accessor :Limit, :Offset, :Filters
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: 1.0.205
4
+ version: 1.0.209
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-18 00:00:00.000000000 Z
11
+ date: 2021-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common