tencentcloud-sdk-sts 3.0.925 → 3.0.926
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/v20180813/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: 797ae2859c6eb64634708cc9c54a2bdb0fdccd99
|
|
4
|
+
data.tar.gz: a54fcce6ee59bcd407b8dbf6f4aa92d82af65522
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 402d7b8cb41698d59336558b482179b3d0574f46e6c41c5391858f0295726048c57b52caece3b24301c104a9e619611e35b2dbd610b5292e4d5ae47a6eb8ed5d
|
|
7
|
+
data.tar.gz: 7da25aa885f021e8a31bfb410291a733b4ce6a4a54e3ab50d7cd376576d55c5676a9c7bccfe1aba2c15742aa5746fbefcc7cc8923f5123c4c2872a2e899bc16e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.926
|
data/lib/v20180813/models.rb
CHANGED
|
@@ -392,7 +392,7 @@ module TencentCloud
|
|
|
392
392
|
|
|
393
393
|
# QueryApiKey请求参数结构体
|
|
394
394
|
class QueryApiKeyRequest < TencentCloud::Common::AbstractModel
|
|
395
|
-
# @param TargetUin: 待查询的账号(不填默认查当前账号)
|
|
395
|
+
# @param TargetUin: 待查询的账号uin(不填默认查当前账号uin)
|
|
396
396
|
# @type TargetUin: Integer
|
|
397
397
|
|
|
398
398
|
attr_accessor :TargetUin
|
|
@@ -408,7 +408,7 @@ module TencentCloud
|
|
|
408
408
|
|
|
409
409
|
# QueryApiKey返回参数结构体
|
|
410
410
|
class QueryApiKeyResponse < TencentCloud::Common::AbstractModel
|
|
411
|
-
# @param IdKeys: 密钥ID
|
|
411
|
+
# @param IdKeys: 密钥ID列表。
|
|
412
412
|
# @type IdKeys: Array
|
|
413
413
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
414
414
|
# @type RequestId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-sts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.926
|
|
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-10-
|
|
11
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|