tencentcloud-sdk-apigateway 1.0.207 → 1.0.211

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: 8c0c418c1c879cf46954671de30536b5e384d1b0
4
- data.tar.gz: 2aebc57a3e9348273e4a288a04bca61871a313a5
3
+ metadata.gz: d717d90718e24970d0a47e7c73d50451eadde348
4
+ data.tar.gz: cc1697c19c2049347d0337f5d334faa048c43d7b
5
5
  SHA512:
6
- metadata.gz: 8485b339a10dba239d9abc6a15cacc8d3d7d726a8c1b7e7f2739e58a40b2e1570b38dd2cf7ddd7afc2af63d83e2eb2368825a8640ed240a6ab86707e4c343cdf
7
- data.tar.gz: 46e8f3b070c4fab10b4e63a437535e49808b2b7dd7e34454b51db0d1474ff27d91b5a2ea883160b3b8c6fad7cf768f254cc572ad7d78e6395792bdeda9a33a74
6
+ metadata.gz: 18ec2541ed7a330e0d435637db04273de704497f397c004f8825cef958bf7175fbbb2997892b38fe00c77210d405f07a0e04a8d016268ec353f54e0dbf5f5153
7
+ data.tar.gz: 7f6ab69d9ec50e7459907544142f3d91e36ac3227844cf293b1c431a5009c6dbe70f88568e77cfdeb0b96ebd04fd1b776aae5fb7ac4c19682f4db3de9ac51fd2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.207
1
+ 1.0.211
@@ -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
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.207
4
+ version: 1.0.211
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-22 00:00:00.000000000 Z
11
+ date: 2021-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common