tencentcloud-sdk-dts 3.0.560 → 3.0.564
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/v20211206/models.rb +2 -2
- 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: 6ba3452ea7b4106ab7264de27c722630beccf05b
|
|
4
|
+
data.tar.gz: 6340b96e98e621848b0d59eca30600f555984be8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6da84143b61cfb37e3645624276bb61589d56e225e7ea2cf28e618c5ff59e6f3213af2d134b0f75edfe6a36d8fe8a2cbdf6266ba5f7a5b251753db744a1dfaf
|
|
7
|
+
data.tar.gz: eff108edb4ae1eb5e06c7f552f9bb412bdfebcaef0e3be9e64226411fc0f6856b0da89c7006cc07cdbc9b431a89a7c8a822188e373c230ed13d1c98e2182e3e7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.564
|
data/lib/v20211206/models.rb
CHANGED
|
@@ -868,9 +868,9 @@ module TencentCloud
|
|
|
868
868
|
|
|
869
869
|
# CreateMigrationService请求参数结构体
|
|
870
870
|
class CreateMigrationServiceRequest < TencentCloud::Common::AbstractModel
|
|
871
|
-
# @param SrcDatabaseType:
|
|
871
|
+
# @param SrcDatabaseType: 源实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql
|
|
872
872
|
# @type SrcDatabaseType: String
|
|
873
|
-
# @param DstDatabaseType:
|
|
873
|
+
# @param DstDatabaseType: 目标实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql
|
|
874
874
|
# @type DstDatabaseType: String
|
|
875
875
|
# @param SrcRegion: 源实例地域,如:ap-guangzhou
|
|
876
876
|
# @type SrcRegion: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.564
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|