tencentcloud-sdk-mongodb 3.0.838 → 3.0.839
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/v20190725/models.rb +4 -4
- 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: 402fc88d0a25d7f81448353d1595a997fcb62d66
|
4
|
+
data.tar.gz: 8e798d2837cf3b0d248e23ed1d990fbe496948c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43a18aaa3a77c3a3546b9332d9991b276a455a4cbc6fa192a73f93984e35c8dd6819e225eff6cf873a04b3015c943b16ab219529f11fa84da576652fede3edf8
|
7
|
+
data.tar.gz: 2e5d1c3c785968296ed9c68969e8e7f94c7b4abfd49d166111634bce534ddefde65ec53a4922529c12133eb3c180f82c091094031713a4f57e9f8e5a6be00e2c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.839
|
data/lib/v20190725/models.rb
CHANGED
@@ -1529,7 +1529,7 @@ module TencentCloud
|
|
1529
1529
|
|
1530
1530
|
# DescribeInstanceParams请求参数结构体
|
1531
1531
|
class DescribeInstanceParamsRequest < TencentCloud::Common::AbstractModel
|
1532
|
-
# @param InstanceId: 指定待查询参数列表的实例ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
|
1532
|
+
# @param InstanceId: 指定待查询参数列表的实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
|
1533
1533
|
# @type InstanceId: String
|
1534
1534
|
|
1535
1535
|
attr_accessor :InstanceId
|
@@ -1545,15 +1545,15 @@ module TencentCloud
|
|
1545
1545
|
|
1546
1546
|
# DescribeInstanceParams返回参数结构体
|
1547
1547
|
class DescribeInstanceParamsResponse < TencentCloud::Common::AbstractModel
|
1548
|
-
# @param InstanceEnumParam:
|
1548
|
+
# @param InstanceEnumParam: 参数值为枚举类型的参数集合。
|
1549
1549
|
# @type InstanceEnumParam: Array
|
1550
|
-
# @param InstanceIntegerParam: 参数值为 Integer
|
1550
|
+
# @param InstanceIntegerParam: 参数值为 Integer 类型的参数集合。
|
1551
1551
|
# @type InstanceIntegerParam: Array
|
1552
1552
|
# @param InstanceTextParam: 参数值为 Text 类型的参数集合。
|
1553
1553
|
# @type InstanceTextParam: Array
|
1554
1554
|
# @param InstanceMultiParam: 参数值为混合类型的参数集合。
|
1555
1555
|
# @type InstanceMultiParam: Array
|
1556
|
-
# @param TotalCount:
|
1556
|
+
# @param TotalCount: 当前实例支持修改的参数数量。
|
1557
1557
|
# @type TotalCount: Integer
|
1558
1558
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1559
1559
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mongodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.839
|
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-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|