tencentcloud-sdk-cam 1.0.264 → 1.0.265
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/v20190116/models.rb +1 -1
- 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: 9ec448e03d79d4439b4521042a0e5b7d09b4beed
|
|
4
|
+
data.tar.gz: 39132f380fc9379d1c8a1fe8e7227b27a9fb1021
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6d7aeddfd1ad7014c3c0f4fedb6ea56749674502fcd88001c165a095fade41907376e148c06a96a6dbcf0bb510564e62ec30fc9e3e4c75cfb08f55fc6af8e04
|
|
7
|
+
data.tar.gz: 4cb68a78ef7d13ffd5a62268315684eb2fbb263b79f28635e09f8fe015729ff4f561bbf7c38425b1fe60211ae309c2262594b8adeb71b68fa4edeba23e786fb8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.265
|
data/lib/v20190116/models.rb
CHANGED
|
@@ -1968,7 +1968,7 @@ module TencentCloud
|
|
|
1968
1968
|
|
|
1969
1969
|
# GetSecurityLastUsed请求参数结构体
|
|
1970
1970
|
class GetSecurityLastUsedRequest < TencentCloud::Common::AbstractModel
|
|
1971
|
-
# @param SecretIdList: 查询密钥ID
|
|
1971
|
+
# @param SecretIdList: 查询密钥ID列表。最多支持10个。
|
|
1972
1972
|
# @type SecretIdList: Array
|
|
1973
1973
|
|
|
1974
1974
|
attr_accessor :SecretIdList
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.265
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-02-
|
|
11
|
+
date: 2022-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|