tencentcloud-sdk-as 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: 7af032e9e84a34e1e5998a8f337be22c826f60ac
4
+ data.tar.gz: c485df29ae1d7cbf0ab691700290f806543d2d5d
5
+ SHA512:
6
+ metadata.gz: 592cf7ad4ed5ef5cd1a28464318f95c559ae2564188fa778037f029a81b1909014185ea71cbaa84deeae9f219599e4dd0786e5c9fbfc915b63f5f15084061aaa
7
+ data.tar.gz: 897410163821223a44c933550b7d749ffc02374fbab1f533836cd54995c82a6e1be38196132650e71ede46b1a5f41e99bfa4bf0515e3d6a1f503ba211344b7ba
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 'v20180419/client'
6
+ require_relative 'v20180419/models'
7
+
8
+ module TencentCloud
9
+ module As
10
+ end
11
+ end