tencentcloud-sdk-mongodb 3.0.1116 → 3.0.1123
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 +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: d524b6c9686d9f1faac19e84d1fe22210e65734f
|
4
|
+
data.tar.gz: 550fe33175f848b64d101d8dd9583e5b091cb79c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45b9efc7ba86f7ebe10c1aeed73a1a3b3a68a6a50a494ab2f3dff63d3db418fe4ca702dd38f616c3e9d72d5e610bf315909aeb5cb5df6f4f7d9dd3774dd7bccb
|
7
|
+
data.tar.gz: 73f8775cb40ab76063f2cb0b07fd4f1380ada5725e8e47d356767d7ef65fcccacafcdba9d9b53a85c5b01041685d4172dc8328f32e2d2ae35ecd52020845c81c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1123
|
data/lib/v20190725/models.rb
CHANGED
@@ -46,7 +46,7 @@ module TencentCloud
|
|
46
46
|
class AssignProjectRequest < TencentCloud::Common::AbstractModel
|
47
47
|
# @param InstanceIds: 实例 ID 列表,请登录[MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
|
48
48
|
# @type InstanceIds: Array
|
49
|
-
# @param ProjectId: 项目ID,用户已创建项目的唯一ID
|
49
|
+
# @param ProjectId: 项目ID,用户已创建项目的唯一ID。请在控制台账号中心的项目管理中复制项目 ID。
|
50
50
|
# @type ProjectId: Integer
|
51
51
|
|
52
52
|
attr_accessor :InstanceIds, :ProjectId
|
@@ -64,7 +64,7 @@ module TencentCloud
|
|
64
64
|
|
65
65
|
# AssignProject返回参数结构体
|
66
66
|
class AssignProjectResponse < TencentCloud::Common::AbstractModel
|
67
|
-
# @param FlowIds: 返回的异步任务ID
|
67
|
+
# @param FlowIds: 返回的异步任务ID列表。
|
68
68
|
# @type FlowIds: Array
|
69
69
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
70
70
|
# @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.1123
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|