tencentcloud-sdk-mariadb 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: 3de2a133f689f33bfdf81d8df569c96b6750e001
4
+ data.tar.gz: 9cd9087f4ba5ee9a411b43703c4a4aa010c8ec5b
5
+ SHA512:
6
+ metadata.gz: 87b8a7a8b11519e3d096846eb7ba1d1e0ce2bb276a8ca9c2d3a216b2bd5c98aaee74f494c739b60262117789d7dfed7885e117d3a0466da02e7139f323298abd
7
+ data.tar.gz: 4b5ad7c99e10a623d74fbb59dd70a48035b8834b14f78347f3724698714ef5984b0c14af5e15dd3cbdfb18716fc496b7379d47436b15757b0a767994bf1bcef4
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 'v20170312/client'
6
+ require_relative 'v20170312/models'
7
+
8
+ module TencentCloud
9
+ module Mariadb
10
+ end
11
+ end