aws-sdk-sso 1.5.1 → 1.6.0

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
  SHA256:
3
- metadata.gz: a796b33c02e4fa03e583be2d92fb751b3e457840ead50a3eb5288bd7cbe5c822
4
- data.tar.gz: f4609dd4e8a363895c228554369beeb6f664650e5bea48bfd86077d4c62bd68d
3
+ metadata.gz: fbc3c0d79e8c99815a6180286a9fe884dad6af35ca9a6ebb7847dc9016edc938
4
+ data.tar.gz: b267220175440e22b744bc6a4b9299cceeab52bfa902fd3cf67cf8f895966925
5
5
  SHA512:
6
- metadata.gz: 9c4749020579159556dfb4ea75c264c4d65207b5e2e505adbab6e1fb74013cf18142564025ceda6cc118d40af7f22fcd9b989eb2406de1bd084b9e6d3d98bd8d
7
- data.tar.gz: bba73b7205655d56dff905e95832dc78a1d277959ed05ecc1f08cc3edde869c33300eb92bfb01a02e1808e7f338a24fbbec01001b58da096b8cc18aca2124131
6
+ metadata.gz: 0fce2b73540eb49d4f89ac053c5fff791c5ef9d1cbd836b8186b062a570bde62eb4f4771795ba3fc24c39689c77d01bdfe852994aaf50fd8bef05cf635dd602a
7
+ data.tar.gz: 3b2bac965c765cc090895dbd5d3c895b594dd0fcbd513ab6e48a8c42e09db058c0bf4141f48ad99b367ee152451630f304a45f1052b9ae48389f6df0b88c65bb
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-sso/customizations'
45
47
  # @service
46
48
  module Aws::SSO
47
49
 
48
- GEM_VERSION = '1.5.1'
50
+ GEM_VERSION = '1.6.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -506,7 +508,7 @@ module Aws::SSO
506
508
  params: params,
507
509
  config: config)
508
510
  context[:gem_name] = 'aws-sdk-sso'
509
- context[:gem_version] = '1.5.1'
511
+ context[:gem_version] = '1.6.0'
510
512
  Seahorse::Client::Request.new(handlers, context)
511
513
  end
512
514
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Aws
2
4
  module SSO
3
5
  module Plugins
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -28,6 +30,7 @@ module Aws::SSO
28
30
  :account_id,
29
31
  :account_name,
30
32
  :email_address)
33
+ SENSITIVE = []
31
34
  include Aws::Structure
32
35
  end
33
36
 
@@ -64,6 +67,7 @@ module Aws::SSO
64
67
  :role_name,
65
68
  :account_id,
66
69
  :access_token)
70
+ SENSITIVE = [:access_token]
67
71
  include Aws::Structure
68
72
  end
69
73
 
@@ -75,6 +79,7 @@ module Aws::SSO
75
79
  #
76
80
  class GetRoleCredentialsResponse < Struct.new(
77
81
  :role_credentials)
82
+ SENSITIVE = []
78
83
  include Aws::Structure
79
84
  end
80
85
 
@@ -88,6 +93,7 @@ module Aws::SSO
88
93
  #
89
94
  class InvalidRequestException < Struct.new(
90
95
  :message)
96
+ SENSITIVE = []
91
97
  include Aws::Structure
92
98
  end
93
99
 
@@ -131,6 +137,7 @@ module Aws::SSO
131
137
  :max_results,
132
138
  :access_token,
133
139
  :account_id)
140
+ SENSITIVE = [:access_token]
134
141
  include Aws::Structure
135
142
  end
136
143
 
@@ -148,6 +155,7 @@ module Aws::SSO
148
155
  class ListAccountRolesResponse < Struct.new(
149
156
  :next_token,
150
157
  :role_list)
158
+ SENSITIVE = []
151
159
  include Aws::Structure
152
160
  end
153
161
 
@@ -185,6 +193,7 @@ module Aws::SSO
185
193
  :next_token,
186
194
  :max_results,
187
195
  :access_token)
196
+ SENSITIVE = [:access_token]
188
197
  include Aws::Structure
189
198
  end
190
199
 
@@ -202,6 +211,7 @@ module Aws::SSO
202
211
  class ListAccountsResponse < Struct.new(
203
212
  :next_token,
204
213
  :account_list)
214
+ SENSITIVE = []
205
215
  include Aws::Structure
206
216
  end
207
217
 
@@ -226,6 +236,7 @@ module Aws::SSO
226
236
  #
227
237
  class LogoutRequest < Struct.new(
228
238
  :access_token)
239
+ SENSITIVE = [:access_token]
229
240
  include Aws::Structure
230
241
  end
231
242
 
@@ -238,6 +249,7 @@ module Aws::SSO
238
249
  #
239
250
  class ResourceNotFoundException < Struct.new(
240
251
  :message)
252
+ SENSITIVE = []
241
253
  include Aws::Structure
242
254
  end
243
255
 
@@ -285,6 +297,7 @@ module Aws::SSO
285
297
  :secret_access_key,
286
298
  :session_token,
287
299
  :expiration)
300
+ SENSITIVE = [:secret_access_key, :session_token]
288
301
  include Aws::Structure
289
302
  end
290
303
 
@@ -303,6 +316,7 @@ module Aws::SSO
303
316
  class RoleInfo < Struct.new(
304
317
  :role_name,
305
318
  :account_id)
319
+ SENSITIVE = []
306
320
  include Aws::Structure
307
321
  end
308
322
 
@@ -316,6 +330,7 @@ module Aws::SSO
316
330
  #
317
331
  class TooManyRequestsException < Struct.new(
318
332
  :message)
333
+ SENSITIVE = []
319
334
  include Aws::Structure
320
335
  end
321
336
 
@@ -329,6 +344,7 @@ module Aws::SSO
329
344
  #
330
345
  class UnauthorizedException < Struct.new(
331
346
  :message)
347
+ SENSITIVE = []
332
348
  include Aws::Structure
333
349
  end
334
350
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sso
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core