tencentcloud-sdk-cynosdb 3.0.1050 → 3.0.1051
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/v20190107/models.rb +0 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5f48f0fd781437eea59fbc891c644aeff400dd2
|
4
|
+
data.tar.gz: 9c6751afe6e3113266f53f37faf2eef0d87fd5b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3abb5bfdedfa52baf8f843a13c88e32158315bcd8493d38ec0f0467c464d65b70f0855baeb084cdb0e0bf156982c6e7f284f40a96b84ade9bf9c98834eea484f
|
7
|
+
data.tar.gz: f1463f4716bc648c31c5525beed2ef492acd7c47c48c4f6da9041edecf789e81b4b6a2105ba66919c8e5273707391b2c9683bc0b86a908c06409f88071fcc193
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1051
|
data/lib/v20190107/models.rb
CHANGED
@@ -7406,7 +7406,6 @@ module TencentCloud
|
|
7406
7406
|
# DescribeSSLStatus返回参数结构体
|
7407
7407
|
class DescribeSSLStatusResponse < TencentCloud::Common::AbstractModel
|
7408
7408
|
# @param IsOpenSSL: yes-开启,no-关闭
|
7409
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7410
7409
|
# @type IsOpenSSL: String
|
7411
7410
|
# @param DownloadUrl: 证书下载地址
|
7412
7411
|
# @type DownloadUrl: String
|
@@ -11202,10 +11201,8 @@ module TencentCloud
|
|
11202
11201
|
# OpenSSL返回参数结构体
|
11203
11202
|
class OpenSSLResponse < TencentCloud::Common::AbstractModel
|
11204
11203
|
# @param FlowId: 任务流ID
|
11205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11206
11204
|
# @type FlowId: Integer
|
11207
11205
|
# @param TaskId: 任务id
|
11208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11209
11206
|
# @type TaskId: Integer
|
11210
11207
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11211
11208
|
# @type RequestId: String
|