tencentcloud-sdk-dlc 3.0.850 → 3.0.851
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210125/models.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ede28a8d9a27d29477c01a9bd801900a6a33ffe9
|
|
4
|
+
data.tar.gz: 78da1e2d82bf3d812bc8ceeb814f067ac8a89989
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c1d127513b373b6620bbcb4aa086621ee4bb50431d5dfecae332ca5107f8009c2ed34ad3f79dfe422aa7b950cb663d5ca12f8c5f900361f95f3bf762fe68548
|
|
7
|
+
data.tar.gz: fb24d4b918824cf2f5eb21b9e7867667da3e6d5624c63545e0faf6e2f7f05e6889bff8f3029603f9dda04c3b1ee96f55b55b4541b00ae1ab116f8d4c6ae79366
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.851
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -1409,7 +1409,7 @@ module TencentCloud
|
|
|
1409
1409
|
class CreateDMSTableRequest < TencentCloud::Common::AbstractModel
|
|
1410
1410
|
# @param Asset: 基础对象
|
|
1411
1411
|
# @type Asset: :class:`Tencentcloud::Dlc.v20210125.models.Asset`
|
|
1412
|
-
# @param Type:
|
|
1412
|
+
# @param Type: 表类型:EXTERNAL_TABLE, VIRTUAL_VIEW, MATERIALIZED_VIEW
|
|
1413
1413
|
# @type Type: String
|
|
1414
1414
|
# @param DbName: 数据库名称
|
|
1415
1415
|
# @type DbName: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.851
|
|
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-06-
|
|
11
|
+
date: 2024-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|