tencentcloud-sdk-cfw 3.0.900 → 3.0.901

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6cea919a45172a0d27436ba5ab74b1b2a8cb0d8
4
- data.tar.gz: c6f5f1eba650291ff6af866bb3c9ca3100032077
3
+ metadata.gz: f65f6b444d550a080248f63c7dc298a31a719e5f
4
+ data.tar.gz: b09b8a8a895d3e05fd01753beeb73c02e81c26eb
5
5
  SHA512:
6
- metadata.gz: ffc133aaff1f04e8640789c65209580b840129d958cfd824c621b28295d3b0727f191d49121cda2765bfbed70ce359ee5db15dfb3e3fd3b8dba7caf200daa889
7
- data.tar.gz: a0d385154c677cf129d6d8f050e559b321154d1bc84b4fd836e813cc01ceb5f62a1ed6f809dbaab92875ad56f5b66532f99036da270c989322f627399a989381
6
+ metadata.gz: b018043f14b4af51b6ef13f5e60050b53e1669adab8e0cf53df972fffa143b4fd75aae40d1b6bf6d1f7b4ca685f1ac651265458e92c344d1d887357e9da56ae7
7
+ data.tar.gz: 07b2455c72238d694d653e8348557baf5cc60aa8bc58ebfb2407860b76144025a5a581b4b02776b32b847c886ab2647da07afd92fab5f6ff74a498f802a35eab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.900
1
+ 3.0.901
@@ -749,32 +749,6 @@ module TencentCloud
749
749
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
750
750
  end
751
751
 
752
- # 接口废弃
753
-
754
- # 删除防火墙实例
755
-
756
- # @param request: Request instance for DeleteVpcInstance.
757
- # @type request: :class:`Tencentcloud::cfw::V20190904::DeleteVpcInstanceRequest`
758
- # @rtype: :class:`Tencentcloud::cfw::V20190904::DeleteVpcInstanceResponse`
759
- def DeleteVpcInstance(request)
760
- body = send_request('DeleteVpcInstance', request.serialize)
761
- response = JSON.parse(body)
762
- if response['Response'].key?('Error') == false
763
- model = DeleteVpcInstanceResponse.new
764
- model.deserialize(response['Response'])
765
- model
766
- else
767
- code = response['Response']['Error']['Code']
768
- message = response['Response']['Error']['Message']
769
- reqid = response['Response']['RequestId']
770
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
771
- end
772
- rescue TencentCloud::Common::TencentCloudSDKException => e
773
- raise e
774
- rescue StandardError => e
775
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
776
- end
777
-
778
752
  # 访问控制列表
779
753
 
780
754
  # @param request: Request instance for DescribeAcLists.
@@ -2445,33 +2445,6 @@ module TencentCloud
2445
2445
  end
2446
2446
  end
2447
2447
 
2448
- # DeleteVpcInstance请求参数结构体
2449
- class DeleteVpcInstanceRequest < TencentCloud::Common::AbstractModel
2450
-
2451
-
2452
- def initialize()
2453
- end
2454
-
2455
- def deserialize(params)
2456
- end
2457
- end
2458
-
2459
- # DeleteVpcInstance返回参数结构体
2460
- class DeleteVpcInstanceResponse < TencentCloud::Common::AbstractModel
2461
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2462
- # @type RequestId: String
2463
-
2464
- attr_accessor :RequestId
2465
-
2466
- def initialize(requestid=nil)
2467
- @RequestId = requestid
2468
- end
2469
-
2470
- def deserialize(params)
2471
- @RequestId = params['RequestId']
2472
- end
2473
- end
2474
-
2475
2448
  # 访问控制列表对象
2476
2449
  class DescAcItem < TencentCloud::Common::AbstractModel
2477
2450
  # @param SourceContent: 访问源
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.900
4
+ version: 3.0.901
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-05 00:00:00.000000000 Z
11
+ date: 2024-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common