aws-sdk-core 3.131.6 → 3.132.0

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
  SHA256:
3
- metadata.gz: 9b3a0a1606fdb57030d18e8986ddf5d2899174ec65e02838dfc09ad67628440e
4
- data.tar.gz: 51ad6b7092e78e0592421cc86febe762e9d9fdba964ecd11c87c19fec1612a2d
3
+ metadata.gz: 834ced1c0e2ea4d743b2fc0cbe70ed75d6bcf57385521cd3c6ecded7e2eba288
4
+ data.tar.gz: cb7e8f63bc55a0ac685f0c1545fe95433e1b9a6397f4a41d264e3e01364772c0
5
5
  SHA512:
6
- metadata.gz: 6cd8764970b7568c809a7480fb7c04eebac3e8a08e4994dc56cc34372bb446cf6464e0ce5d8d60d4eaa2c52871a189b12480921472b14868f79246588fc16a73
7
- data.tar.gz: f15793cc9b4c973c3c31971e0d9ea44811a698cff738add7601e3afb462a7718d99cef502c25e5d5bb347e6a2ab468c6d5a9bb3439021c39d97cec3660e94847
6
+ metadata.gz: 4363ba1ee176a0656ca650ece2c0f816ccdb2e1dedc95db49c67d1277b90a6f797f5fbe3c7096de2a7b0335b47d02bfe127ea94d07f00961ce6e5b8a6380b120
7
+ data.tar.gz: 42518b3ea0ba92f776c1422f1c87b300c6bcd916e220184378b139987c5e00ad41d801231b1ce0c7c77ff88fa202de0bc22bb451887e00fbe6598f01cac5163d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.132.0 (2022-08-08)
5
+ ------------------
6
+
7
+ * Feature - Updated Aws::SSO::Client with the latest API changes.
8
+
4
9
  3.131.6 (2022-08-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.131.6
1
+ 3.132.0
@@ -358,11 +358,13 @@ module Aws::SSO
358
358
  # The friendly name of the role that is assigned to the user.
359
359
  #
360
360
  # @option params [required, String] :account_id
361
- # The identifier for the AWS account that is assigned to the user.
361
+ # The identifier for the Amazon Web Services account that is assigned to
362
+ # the user.
362
363
  #
363
364
  # @option params [required, String] :access_token
364
365
  # The token issued by the `CreateToken` API call. For more information,
365
- # see [CreateToken][1] in the *AWS SSO OIDC API Reference Guide*.
366
+ # see [CreateToken][1] in the *Amazon Web Services SSO OIDC API
367
+ # Reference Guide*.
366
368
  #
367
369
  #
368
370
  #
@@ -396,7 +398,8 @@ module Aws::SSO
396
398
  req.send_request(options)
397
399
  end
398
400
 
399
- # Lists all roles that are assigned to the user for a given AWS account.
401
+ # Lists all roles that are assigned to the user for a given Amazon Web
402
+ # Services account.
400
403
  #
401
404
  # @option params [String] :next_token
402
405
  # The page token from the previous response output when you request
@@ -407,14 +410,16 @@ module Aws::SSO
407
410
  #
408
411
  # @option params [required, String] :access_token
409
412
  # The token issued by the `CreateToken` API call. For more information,
410
- # see [CreateToken][1] in the *AWS SSO OIDC API Reference Guide*.
413
+ # see [CreateToken][1] in the *Amazon Web Services SSO OIDC API
414
+ # Reference Guide*.
411
415
  #
412
416
  #
413
417
  #
414
418
  # [1]: https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html
415
419
  #
416
420
  # @option params [required, String] :account_id
417
- # The identifier for the AWS account that is assigned to the user.
421
+ # The identifier for the Amazon Web Services account that is assigned to
422
+ # the user.
418
423
  #
419
424
  # @return [Types::ListAccountRolesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
420
425
  #
@@ -448,10 +453,11 @@ module Aws::SSO
448
453
  req.send_request(options)
449
454
  end
450
455
 
451
- # Lists all AWS accounts assigned to the user. These AWS accounts are
452
- # assigned by the administrator of the account. For more information,
453
- # see [Assign User Access][1] in the *AWS SSO User Guide*. This
454
- # operation returns a paginated response.
456
+ # Lists all Amazon Web Services accounts assigned to the user. These
457
+ # Amazon Web Services accounts are assigned by the administrator of the
458
+ # account. For more information, see [Assign User Access][1] in the
459
+ # *Amazon Web Services SSO User Guide*. This operation returns a
460
+ # paginated response.
455
461
  #
456
462
  #
457
463
  #
@@ -466,7 +472,8 @@ module Aws::SSO
466
472
  #
467
473
  # @option params [required, String] :access_token
468
474
  # The token issued by the `CreateToken` API call. For more information,
469
- # see [CreateToken][1] in the *AWS SSO OIDC API Reference Guide*.
475
+ # see [CreateToken][1] in the *Amazon Web Services SSO OIDC API
476
+ # Reference Guide*.
470
477
  #
471
478
  #
472
479
  #
@@ -504,12 +511,33 @@ module Aws::SSO
504
511
  req.send_request(options)
505
512
  end
506
513
 
507
- # Removes the client- and server-side session that is associated with
508
- # the user.
514
+ # Removes the locally stored SSO tokens from the client-side cache and
515
+ # sends an API call to the Amazon Web Services SSO service to invalidate
516
+ # the corresponding server-side Amazon Web Services SSO sign in session.
517
+ #
518
+ # <note markdown="1"> If a user uses Amazon Web Services SSO to access the AWS CLI, the
519
+ # user’s Amazon Web Services SSO sign in session is used to obtain an
520
+ # IAM session, as specified in the corresponding Amazon Web Services SSO
521
+ # permission set. More specifically, Amazon Web Services SSO assumes an
522
+ # IAM role in the target account on behalf of the user, and the
523
+ # corresponding temporary Amazon Web Services credentials are returned
524
+ # to the client.
525
+ #
526
+ # After user logout, any existing IAM role sessions that were created by
527
+ # using Amazon Web Services SSO permission sets continue based on the
528
+ # duration configured in the permission set. For more information, see
529
+ # [User authentications][1] in the *Amazon Web Services SSO User Guide*.
530
+ #
531
+ # </note>
532
+ #
533
+ #
534
+ #
535
+ # [1]: https://docs.aws.amazon.com/singlesignon/latest/userguide/authconcept.html
509
536
  #
510
537
  # @option params [required, String] :access_token
511
538
  # The token issued by the `CreateToken` API call. For more information,
512
- # see [CreateToken][1] in the *AWS SSO OIDC API Reference Guide*.
539
+ # see [CreateToken][1] in the *Amazon Web Services SSO OIDC API
540
+ # Reference Guide*.
513
541
  #
514
542
  #
515
543
  #
@@ -545,7 +573,7 @@ module Aws::SSO
545
573
  params: params,
546
574
  config: config)
547
575
  context[:gem_name] = 'aws-sdk-core'
548
- context[:gem_version] = '3.131.6'
576
+ context[:gem_version] = '3.132.0'
549
577
  Seahorse::Client::Request.new(handlers, context)
550
578
  end
551
579
 
@@ -10,18 +10,21 @@
10
10
  module Aws::SSO
11
11
  module Types
12
12
 
13
- # Provides information about your AWS account.
13
+ # Provides information about your Amazon Web Services account.
14
14
  #
15
15
  # @!attribute [rw] account_id
16
- # The identifier of the AWS account that is assigned to the user.
16
+ # The identifier of the Amazon Web Services account that is assigned
17
+ # to the user.
17
18
  # @return [String]
18
19
  #
19
20
  # @!attribute [rw] account_name
20
- # The display name of the AWS account that is assigned to the user.
21
+ # The display name of the Amazon Web Services account that is assigned
22
+ # to the user.
21
23
  # @return [String]
22
24
  #
23
25
  # @!attribute [rw] email_address
24
- # The email address of the AWS account that is assigned to the user.
26
+ # The email address of the Amazon Web Services account that is
27
+ # assigned to the user.
25
28
  # @return [String]
26
29
  #
27
30
  # @see http://docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10/AccountInfo AWS API Documentation
@@ -48,13 +51,14 @@ module Aws::SSO
48
51
  # @return [String]
49
52
  #
50
53
  # @!attribute [rw] account_id
51
- # The identifier for the AWS account that is assigned to the user.
54
+ # The identifier for the Amazon Web Services account that is assigned
55
+ # to the user.
52
56
  # @return [String]
53
57
  #
54
58
  # @!attribute [rw] access_token
55
59
  # The token issued by the `CreateToken` API call. For more
56
- # information, see [CreateToken][1] in the *AWS SSO OIDC API Reference
57
- # Guide*.
60
+ # information, see [CreateToken][1] in the *Amazon Web Services SSO
61
+ # OIDC API Reference Guide*.
58
62
  #
59
63
  #
60
64
  #
@@ -118,8 +122,8 @@ module Aws::SSO
118
122
  #
119
123
  # @!attribute [rw] access_token
120
124
  # The token issued by the `CreateToken` API call. For more
121
- # information, see [CreateToken][1] in the *AWS SSO OIDC API Reference
122
- # Guide*.
125
+ # information, see [CreateToken][1] in the *Amazon Web Services SSO
126
+ # OIDC API Reference Guide*.
123
127
  #
124
128
  #
125
129
  #
@@ -127,7 +131,8 @@ module Aws::SSO
127
131
  # @return [String]
128
132
  #
129
133
  # @!attribute [rw] account_id
130
- # The identifier for the AWS account that is assigned to the user.
134
+ # The identifier for the Amazon Web Services account that is assigned
135
+ # to the user.
131
136
  # @return [String]
132
137
  #
133
138
  # @see http://docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10/ListAccountRolesRequest AWS API Documentation
@@ -179,8 +184,8 @@ module Aws::SSO
179
184
  #
180
185
  # @!attribute [rw] access_token
181
186
  # The token issued by the `CreateToken` API call. For more
182
- # information, see [CreateToken][1] in the *AWS SSO OIDC API Reference
183
- # Guide*.
187
+ # information, see [CreateToken][1] in the *Amazon Web Services SSO
188
+ # OIDC API Reference Guide*.
184
189
  #
185
190
  #
186
191
  #
@@ -224,8 +229,8 @@ module Aws::SSO
224
229
  #
225
230
  # @!attribute [rw] access_token
226
231
  # The token issued by the `CreateToken` API call. For more
227
- # information, see [CreateToken][1] in the *AWS SSO OIDC API Reference
228
- # Guide*.
232
+ # information, see [CreateToken][1] in the *Amazon Web Services SSO
233
+ # OIDC API Reference Guide*.
229
234
  #
230
235
  #
231
236
  #
@@ -259,7 +264,8 @@ module Aws::SSO
259
264
  # @!attribute [rw] access_key_id
260
265
  # The identifier used for the temporary security credentials. For more
261
266
  # information, see [Using Temporary Security Credentials to Request
262
- # Access to AWS Resources][1] in the *AWS IAM User Guide*.
267
+ # Access to Amazon Web Services Resources][1] in the *Amazon Web
268
+ # Services IAM User Guide*.
263
269
  #
264
270
  #
265
271
  #
@@ -268,8 +274,9 @@ module Aws::SSO
268
274
  #
269
275
  # @!attribute [rw] secret_access_key
270
276
  # The key that is used to sign the request. For more information, see
271
- # [Using Temporary Security Credentials to Request Access to AWS
272
- # Resources][1] in the *AWS IAM User Guide*.
277
+ # [Using Temporary Security Credentials to Request Access to Amazon
278
+ # Web Services Resources][1] in the *Amazon Web Services IAM User
279
+ # Guide*.
273
280
  #
274
281
  #
275
282
  #
@@ -278,8 +285,9 @@ module Aws::SSO
278
285
  #
279
286
  # @!attribute [rw] session_token
280
287
  # The token used for temporary credentials. For more information, see
281
- # [Using Temporary Security Credentials to Request Access to AWS
282
- # Resources][1] in the *AWS IAM User Guide*.
288
+ # [Using Temporary Security Credentials to Request Access to Amazon
289
+ # Web Services Resources][1] in the *Amazon Web Services IAM User
290
+ # Guide*.
283
291
  #
284
292
  #
285
293
  #
@@ -308,7 +316,8 @@ module Aws::SSO
308
316
  # @return [String]
309
317
  #
310
318
  # @!attribute [rw] account_id
311
- # The identifier of the AWS account assigned to the user.
319
+ # The identifier of the Amazon Web Services account assigned to the
320
+ # user.
312
321
  # @return [String]
313
322
  #
314
323
  # @see http://docs.aws.amazon.com/goto/WebAPI/sso-2019-06-10/RoleInfo AWS API Documentation
data/lib/aws-sdk-sso.rb CHANGED
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-sso/customizations'
50
50
  # @!group service
51
51
  module Aws::SSO
52
52
 
53
- GEM_VERSION = '3.131.6'
53
+ GEM_VERSION = '3.132.0'
54
54
 
55
55
  end
@@ -2299,7 +2299,7 @@ module Aws::STS
2299
2299
  params: params,
2300
2300
  config: config)
2301
2301
  context[:gem_name] = 'aws-sdk-core'
2302
- context[:gem_version] = '3.131.6'
2302
+ context[:gem_version] = '3.132.0'
2303
2303
  Seahorse::Client::Request.new(handlers, context)
2304
2304
  end
2305
2305
 
data/lib/aws-sdk-sts.rb CHANGED
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-sts/customizations'
50
50
  # @!group service
51
51
  module Aws::STS
52
52
 
53
- GEM_VERSION = '3.131.6'
53
+ GEM_VERSION = '3.132.0'
54
54
 
55
55
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.131.6
4
+ version: 3.132.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: 2022-08-03 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath