tencentcloud-sdk-cbs 3.0.509 → 3.0.511
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/v20170312/client.rb +4 -0
- 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: f40705fa979fcc12c423a0385d4b0eb891d84e25
|
|
4
|
+
data.tar.gz: e3cdeb5a316a1b5e3f7381e3449b84d642f21f36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 009530878e5f33ef02c2de7671fd2981b6bdbd1a7f5b9d32e4c186ac9dccc694ef5861c657d1e7585dcc7db7b518aa7441d5a3a279157de410dffa70ae17eccf
|
|
7
|
+
data.tar.gz: fab40c0c2a7ed6b4dd3c56ea138950b28d09ed0f97c67702fa1af395bb0a967c72100d9e9db7976fa2424bb4fdbf72aa06004a09c1fcc333ab655160a9b2897b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.511
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -452,6 +452,8 @@ module TencentCloud
|
|
|
452
452
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
453
453
|
end
|
|
454
454
|
|
|
455
|
+
# 接口已废弃,切换至云审计接口。见https://tapd.woa.com/pro/prong/stories/view/1010114221880719007
|
|
456
|
+
|
|
455
457
|
# 查询云盘操作日志功能已迁移至LookUpEvents接口(https://cloud.tencent.com/document/product/629/12359),本接口(DescribeDiskOperationLogs)即将下线,后续不再提供调用,请知悉。
|
|
456
458
|
|
|
457
459
|
# @param request: Request instance for DescribeDiskOperationLogs.
|
|
@@ -556,6 +558,8 @@ module TencentCloud
|
|
|
556
558
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
557
559
|
end
|
|
558
560
|
|
|
561
|
+
# 接口已废弃,切换至云审计接口。见https://tapd.woa.com/pro/prong/stories/view/1010114221880719007
|
|
562
|
+
|
|
559
563
|
# 查询快照操作日志功能已迁移至LookUpEvents接口(https://cloud.tencent.com/document/product/629/12359),本接口(DescribeSnapshotOperationLogs)即将下线,后续不再提供调用,请知悉。
|
|
560
564
|
|
|
561
565
|
# @param request: Request instance for DescribeSnapshotOperationLogs.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cbs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.511
|
|
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-02-
|
|
11
|
+
date: 2023-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|