tencentcloud-sdk-sts 1.0.349 → 1.0.350

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27eb5b3ab439924458f12ad3ee4a4ebe0d09fccb
4
- data.tar.gz: b788893266b0a648da0a120ff4738fb053edbb66
3
+ metadata.gz: eea7296cbe9fcf91c41be1fbe06bd49c78c8c0a6
4
+ data.tar.gz: a55c5f9afe7df05f557da82f51949b9d15590346
5
5
  SHA512:
6
- metadata.gz: fe524a9982874a3ee8085b8e352ecd09aad8e0ee890d4c94627e5972f178f840a28ed0842af8537a36e0b26d280eaf6270d7635857cbcbf730741c2ad2aab339
7
- data.tar.gz: b2ec2b1611911a7e452048227419cc554b1f400be34afbc8c6fa109690dc05ecaffaa7ab3740784b3442c54239daa6e2b49a7a268efa19c18e0fe098474e65eb
6
+ metadata.gz: dc19403c3becfce995232d10c9083af74c1a2bace14408d918d2a5726d96815440e2dab4c39763a3dab56c0bf2fbb2a9cfe18a8e969fc1d8db05c3a18ffaee54
7
+ data.tar.gz: 008530871649c098275a1d877959bb2297adf857c76eeb05919ec1b45b1d35382c9012f46c139a851b5483e003f3891cedcb91d3b0f97d9bb4d7017d3226b2a1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.349
1
+ 1.0.350
@@ -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.349
4
+ version: 1.0.350
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-05 00:00:00.000000000 Z
11
+ date: 2022-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common