tencentcloud-sdk-apigateway 1.0.208 → 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: 1060b211d8477ae0104c5565b97485f746dc097b
4
- data.tar.gz: 3e7a74f98bdd611ba62249482d8431cd817aa06d
3
+ metadata.gz: 1cea4dda41513741c3a091c6e0773b053b816eca
4
+ data.tar.gz: 5aed006da99dfcff23e7593b78b6eba95090782d
5
5
  SHA512:
6
- metadata.gz: ea93d208e3d44e5293b1e9dc0292be7f040c5e5e373c0aeb0bde257b862c47bd8219332e0258ddb548a1b0e3e4dc43ea6a79bdcea503223f01bb34592a7dff9b
7
- data.tar.gz: 024347f84f108c736ceeab5ac8380177085a4982ed2f2715d03cbf8600b0dc990de50d45ac7c3c953860ebce1bfddf76f7a5c98bbb6ee97b1456ae9569840d6c
6
+ metadata.gz: 0ebab7ca6935debfeaade0f3aa54d81d8dfaced7f126a2742f7b598169d908a06a11d3de8dd75d9f3063b53019c3269a82720c7cd3f6f621069dc1190f1b026a
7
+ data.tar.gz: 9a87d96ad4ea221e548b790b1a2479698b3dc30643ca953f07b11a1b47887bbba5de56e155bfaee70fe00501319ce74dd854b5e272eaeac829f6639b40d492dc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.208
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
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.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-23 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