tencentcloud-sdk-cfw 1.0.200

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 102e5c67e8f875aaec9368fb9e596097fa9c186d
4
+ data.tar.gz: 981183d0f59ba36558b6160534f7ad2a727296e5
5
+ SHA512:
6
+ metadata.gz: 48f88049c1538bbdec095e49070b72748f8dd4bf7bb7fb76ca30423734bd2151ef439aaa130570fd1c4fa1dc59a80b4a5e7171dbfd75b6de40d0720921b6a71e
7
+ data.tar.gz: 830a2f552d8b423cf67c77ffc8bb4aa848feabb6cef1468bd2dbeb9c61ff1118999b2673017687428bbe5fd11e4882610804cfa93aac491f56a9407317d0a541
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.200
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20190904/client'
6
+ require_relative 'v20190904/models'
7
+
8
+ module TencentCloud
9
+ module Cfw
10
+ end
11
+ end