tencentcloud-sdk-sts 1.0.348 → 1.0.351

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: dc0ae3317cbea5a79781df3b9444c1de9ac60b23
4
- data.tar.gz: a8bb8e94dbec532f14c8c521a9e9c736ae197260
3
+ metadata.gz: 1226c9c5a4980b950779e2f94b397cb98fe8151a
4
+ data.tar.gz: 0e22bd7670f6d4490b9a45fe7272922933cad4d8
5
5
  SHA512:
6
- metadata.gz: dbcb9ba56a92108818be80068194475a9e7bc3280a6085e4ac99f023393c31432342cd3e8614e70e1a8be1f4bba6475f08cb2f28c920841194c758cfc0f00ab1
7
- data.tar.gz: 20f3abea3b9fd377c45d9d2fc115cc48d6a05d782793882e61bce2b0c0c8a961059d64fc6e69d53cf470d1b9526c2c1cc5d1909d0c5a73f451e76b235c4d1f60
6
+ metadata.gz: dd78d6311b8abb6ac19302428bf5316008ac94850765da580840dae4f7d4fdc529f975261477d9567b6997a11ac8f30e497c5dda69c9e7b9c9433c9c29264e3c
7
+ data.tar.gz: cfeb8373a9b249cb1cc03e49564ed45ae808cc8a6d1e50aa14e463c158220539fd5ee70eb769db35700c4b9e2505590ed46df175da76bbf49389f3b1ba1bd6b2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.348
1
+ 1.0.351
@@ -65,16 +65,19 @@ module TencentCloud
65
65
  # @type ExternalId: String
66
66
  # @param Tags: 会话标签列表。最多可以传递 50 个会话标签,不支持包含相同标签键。
67
67
  # @type Tags: Array
68
+ # @param SourceIdentity: 调用者身份uin
69
+ # @type SourceIdentity: String
68
70
 
69
- attr_accessor :RoleArn, :RoleSessionName, :DurationSeconds, :Policy, :ExternalId, :Tags
71
+ attr_accessor :RoleArn, :RoleSessionName, :DurationSeconds, :Policy, :ExternalId, :Tags, :SourceIdentity
70
72
 
71
- def initialize(rolearn=nil, rolesessionname=nil, durationseconds=nil, policy=nil, externalid=nil, tags=nil)
73
+ def initialize(rolearn=nil, rolesessionname=nil, durationseconds=nil, policy=nil, externalid=nil, tags=nil, sourceidentity=nil)
72
74
  @RoleArn = rolearn
73
75
  @RoleSessionName = rolesessionname
74
76
  @DurationSeconds = durationseconds
75
77
  @Policy = policy
76
78
  @ExternalId = externalid
77
79
  @Tags = tags
80
+ @SourceIdentity = sourceidentity
78
81
  end
79
82
 
80
83
  def deserialize(params)
@@ -91,6 +94,7 @@ module TencentCloud
91
94
  @Tags << tag_tmp
92
95
  end
93
96
  end
97
+ @SourceIdentity = params['SourceIdentity']
94
98
  end
95
99
  end
96
100
 
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: 1.0.348
4
+ version: 1.0.351
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-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common