tencentcloud-sdk-tse 3.0.625 → 3.0.626

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: aea6400ada196bbe4a1b82119fb1552e15c3cf94
4
- data.tar.gz: 1c8b8299419a02a0f73981d8d7190445dad6b8ea
3
+ metadata.gz: b8649997bc2f7805d8179dd8f512c442ff19b3fa
4
+ data.tar.gz: 93ab5f8a499e65ff61c3a4b4a914d22fc92cd55b
5
5
  SHA512:
6
- metadata.gz: a3849819931a9f3774e54b056a161a426e3683a0e730896bbe6fb69d594ed988f71f9ad8196e34abb4ca6e82204abde06657e3823308546dfcfdbab9c856c681
7
- data.tar.gz: a089e84933c56da5e8b0a825c7a9349208d7dcfed6eed83e228237237f369b398b53b3316f4f55035816d5f7b20a6bbec58108f8092fb13f684e8dee9e32c792
6
+ metadata.gz: c94999e6868688fcf13778b2846f69ee4d3326c97561367be940bd2c390591f6b8a0c094e67bd979baf7daca4e5ccb665ac00d07e4763d91ac49e3a4ad5c98b0
7
+ data.tar.gz: dae7c628f84f48bc0427f9c58a460bf948ebe5d017a2c0152a83ae78ad8a5ae249d4a24dd20d5f898e5f3b51de8017a229f27561d4d275ccd1dd4cbb8eed158d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.625
1
+ 3.0.626
@@ -523,8 +523,8 @@ module TencentCloud
523
523
 
524
524
  attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
525
525
  extend Gem::Deprecate
526
- deprecate :ForceHttps, :none, 2023, 7
527
- deprecate :ForceHttps=, :none, 2023, 7
526
+ deprecate :ForceHttps, :none, 2023, 8
527
+ deprecate :ForceHttps=, :none, 2023, 8
528
528
 
529
529
  def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil)
530
530
  @GatewayId = gatewayid
@@ -2850,8 +2850,8 @@ module TencentCloud
2850
2850
 
2851
2851
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
2852
2852
  extend Gem::Deprecate
2853
- deprecate :ForceHttps, :none, 2023, 7
2854
- deprecate :ForceHttps=, :none, 2023, 7
2853
+ deprecate :ForceHttps, :none, 2023, 8
2854
+ deprecate :ForceHttps=, :none, 2023, 8
2855
2855
 
2856
2856
  def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil)
2857
2857
  @GatewayId = gatewayid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.625
4
+ version: 3.0.626
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-08-01 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common