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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b581e2f663a9d0826e8c80f2cb6d5469e5a25f1
4
- data.tar.gz: bca832a748d2ca8ab37c0f39f438b21e9705fdb0
3
+ metadata.gz: 797ae2859c6eb64634708cc9c54a2bdb0fdccd99
4
+ data.tar.gz: a54fcce6ee59bcd407b8dbf6f4aa92d82af65522
5
5
  SHA512:
6
- metadata.gz: 1cf3b17ff79be4498a66325320601d870af26f48ec1a752b9fc51cc2f5a6397765d0b70cfe1efc0ef315f9a8b72675190bbbba5fa8bffe64a68f6edcf53dfa4b
7
- data.tar.gz: dd11428c7eaf11fe0bd3b0981f4cdda34d16d99e8595d4bcdc20910d33bed5286758403cf4c1ce71d6a2dfee59aff1e13c3979d7c0b7c37cfe695d591c8330fe
6
+ metadata.gz: 402d7b8cb41698d59336558b482179b3d0574f46e6c41c5391858f0295726048c57b52caece3b24301c104a9e619611e35b2dbd610b5292e4d5ae47a6eb8ed5d
7
+ data.tar.gz: 7da25aa885f021e8a31bfb410291a733b4ce6a4a54e3ab50d7cd376576d55c5676a9c7bccfe1aba2c15742aa5746fbefcc7cc8923f5123c4c2872a2e899bc16e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.925
1
+ 3.0.926
@@ -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.925
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-16 00:00:00.000000000 Z
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