tencentcloud-sdk-apigateway 1.0.208 → 1.0.212

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: 1060b211d8477ae0104c5565b97485f746dc097b
4
- data.tar.gz: 3e7a74f98bdd611ba62249482d8431cd817aa06d
3
+ metadata.gz: e31fe0bae8afe9de44d52d7014e1e2f3244fa49a
4
+ data.tar.gz: 944a573a4d2f58c18dc26c5ce5b14665edf6bc2e
5
5
  SHA512:
6
- metadata.gz: ea93d208e3d44e5293b1e9dc0292be7f040c5e5e373c0aeb0bde257b862c47bd8219332e0258ddb548a1b0e3e4dc43ea6a79bdcea503223f01bb34592a7dff9b
7
- data.tar.gz: 024347f84f108c736ceeab5ac8380177085a4982ed2f2715d03cbf8600b0dc990de50d45ac7c3c953860ebce1bfddf76f7a5c98bbb6ee97b1456ae9569840d6c
6
+ metadata.gz: bfab4b7d8098f8e86ae8f7ee90be5ff2dc1cf11561031c4d8020146704254bc5726406e11a2f2ab06761893358004dc9cfa6300416bd7b35e4459809cc7f6986
7
+ data.tar.gz: 217f47e5c604c2bc4b57e5e13cc93a3e9f07e63b9d730a24a3223f1eaa6d00a8a58b43f30492f321b443e6f2cf0d5f57752c74389daa7e8939851e2d271021af
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.208
1
+ 1.0.212
@@ -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.208
4
+ version: 1.0.212
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-23 00:00:00.000000000 Z
11
+ date: 2021-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common