tencentcloud-sdk-cynosdb 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: 1416585bed4d4420383c85d98ae951a386b4b059
4
+ data.tar.gz: b26702a3e74edd9a30e0d5e1325769e7ad1f21c9
5
+ SHA512:
6
+ metadata.gz: a6824cc2fe2663e8aadc154a99e2043ef9e0f742cb7d7a65c8c10950f27e1098f36dd95a76bc46a44fffe910f8f281608470bdd67c1f84108ba9e69346c40b9b
7
+ data.tar.gz: 232f5261e2e064755ff5f06a1f22fc8f483b39a6c93e224f1a56379489c724c860cb38bdbd08287cc4fbd96e9825ef9cacc8670452e824fe014a5a84c201efc9
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 'v20190107/client'
6
+ require_relative 'v20190107/models'
7
+
8
+ module TencentCloud
9
+ module Cynosdb
10
+ end
11
+ end