tencentcloud-sdk-mongodb 3.0.837 → 3.0.839

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b6a95a84aeb0d6d5f07f71f4da54b115affa130
4
- data.tar.gz: 1c6593cd44fd547743f5cfa2af2da55b6a18ec96
3
+ metadata.gz: 402fc88d0a25d7f81448353d1595a997fcb62d66
4
+ data.tar.gz: 8e798d2837cf3b0d248e23ed1d990fbe496948c3
5
5
  SHA512:
6
- metadata.gz: c101a0f25e593c54c37e8df82e07c0e4c97506662b652a7d32f4a448c526a7d447eb8fb827b2a1017caaf5140101681adbb8fd4c236b760028f1d78f680f397f
7
- data.tar.gz: 2e089587c7fb399a8707e0f240ec29cdaab5417b2f35f923315d4997177ecd61a9c66d06225b786897f2d5cfd8582f7ef548e2356cb06cc09efff8c5068e67be
6
+ metadata.gz: 43a18aaa3a77c3a3546b9332d9991b276a455a4cbc6fa192a73f93984e35c8dd6819e225eff6cf873a04b3015c943b16ab219529f11fa84da576652fede3edf8
7
+ data.tar.gz: 2e5d1c3c785968296ed9c68969e8e7f94c7b4abfd49d166111634bce534ddefde65ec53a4922529c12133eb3c180f82c091094031713a4f57e9f8e5a6be00e2c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.837
1
+ 3.0.839
@@ -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: 当前实例支持修改的参数个数统计 如0
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.837
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-04 00:00:00.000000000 Z
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