aws-sdk-core 3.214.1 → 3.215.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 +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sso/client.rb +1 -1
- data/lib/aws-sdk-sso.rb +1 -1
- data/lib/aws-sdk-ssooidc/client.rb +1 -1
- data/lib/aws-sdk-ssooidc.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +12 -13
- data/lib/aws-sdk-sts/types.rb +5 -6
- data/lib/aws-sdk-sts.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82d0478bce0427efc353f39ee83d0a20de26a91488553f6a61c914a7c6d0be84
|
4
|
+
data.tar.gz: 5595b4be5dfd7fd6fcbf0b7f5f999f1cefce47f2e02d1ac6ada2a5010d19241c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 120cb1bef0a1c6d02f2e8c23008116426a3f21d2c9e3a2deae2ebbe605794998b119347a45e3af78d631fab02deb95ae7c7efa7e300cf91bd3f5943797c718b1
|
7
|
+
data.tar.gz: 898ad9005753c7b458b4e283674c90cc0bcbbfe8ddbdb7fe12aa73c2961310b54baa83b055de886a9abf61ddbdd478042fc2d4219e0fe054a2a601d54b8980ae
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
3.215.0 (2025-01-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated Aws::STS::Client with the latest API changes.
|
8
|
+
|
9
|
+
* Feature - Fixed typos in the descriptions.
|
10
|
+
|
4
11
|
3.214.1 (2024-12-28)
|
5
12
|
------------------
|
6
13
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.215.0
|
data/lib/aws-sdk-sso/client.rb
CHANGED
data/lib/aws-sdk-sso.rb
CHANGED
data/lib/aws-sdk-ssooidc.rb
CHANGED
data/lib/aws-sdk-sts/client.rb
CHANGED
@@ -831,7 +831,7 @@ module Aws::STS
|
|
831
831
|
# The regex used to validate this parameter is a string of characters
|
832
832
|
# consisting of upper- and lower-case alphanumeric characters with no
|
833
833
|
# spaces. You can also include underscores or any of the following
|
834
|
-
# characters:
|
834
|
+
# characters: +=,.@-. You cannot use a value that begins with the text
|
835
835
|
# `aws:`. This prefix is reserved for Amazon Web Services internal use.
|
836
836
|
#
|
837
837
|
#
|
@@ -1514,8 +1514,9 @@ module Aws::STS
|
|
1514
1514
|
# authenticating the user who is using your application with a web
|
1515
1515
|
# identity provider before the application makes an
|
1516
1516
|
# `AssumeRoleWithWebIdentity` call. Timestamps in the token must be
|
1517
|
-
# formatted as either an integer or a long integer.
|
1518
|
-
#
|
1517
|
+
# formatted as either an integer or a long integer. Tokens must be
|
1518
|
+
# signed using either RSA keys (RS256, RS384, or RS512) or ECDSA keys
|
1519
|
+
# (ES256, ES384, or ES512).
|
1519
1520
|
#
|
1520
1521
|
# @option params [String] :provider_id
|
1521
1522
|
# The fully qualified host component of the domain name of the OAuth 2.0
|
@@ -1708,14 +1709,14 @@ module Aws::STS
|
|
1708
1709
|
end
|
1709
1710
|
|
1710
1711
|
# Returns a set of short term credentials you can use to perform
|
1711
|
-
# privileged tasks
|
1712
|
+
# privileged tasks on a member account in your organization.
|
1712
1713
|
#
|
1713
|
-
# Before you can launch a privileged session, you must have
|
1714
|
-
#
|
1715
|
-
#
|
1716
|
-
#
|
1714
|
+
# Before you can launch a privileged session, you must have centralized
|
1715
|
+
# root access in your organization. For steps to enable this feature,
|
1716
|
+
# see [Centralize root access for member accounts][1] in the *IAM User
|
1717
|
+
# Guide*.
|
1717
1718
|
#
|
1718
|
-
# <note markdown="1"> The global endpoint is not supported for AssumeRoot. You must send
|
1719
|
+
# <note markdown="1"> The STS global endpoint is not supported for AssumeRoot. You must send
|
1719
1720
|
# this request to a Regional STS endpoint. For more information, see
|
1720
1721
|
# [Endpoints][2].
|
1721
1722
|
#
|
@@ -1737,9 +1738,7 @@ module Aws::STS
|
|
1737
1738
|
# @option params [required, Types::PolicyDescriptorType] :task_policy_arn
|
1738
1739
|
# The identity based policy that scopes the session to the privileged
|
1739
1740
|
# tasks that can be performed. You can use one of following Amazon Web
|
1740
|
-
# Services managed policies to scope root session actions.
|
1741
|
-
# additional customer managed policies to further limit the permissions
|
1742
|
-
# for the root session.
|
1741
|
+
# Services managed policies to scope root session actions.
|
1743
1742
|
#
|
1744
1743
|
# * [IAMAuditRootUserCredentials][1]
|
1745
1744
|
#
|
@@ -2573,7 +2572,7 @@ module Aws::STS
|
|
2573
2572
|
tracer: tracer
|
2574
2573
|
)
|
2575
2574
|
context[:gem_name] = 'aws-sdk-core'
|
2576
|
-
context[:gem_version] = '3.
|
2575
|
+
context[:gem_version] = '3.215.0'
|
2577
2576
|
Seahorse::Client::Request.new(handlers, context)
|
2578
2577
|
end
|
2579
2578
|
|
data/lib/aws-sdk-sts/types.rb
CHANGED
@@ -291,7 +291,7 @@ module Aws::STS
|
|
291
291
|
# The regex used to validate this parameter is a string of characters
|
292
292
|
# consisting of upper- and lower-case alphanumeric characters with no
|
293
293
|
# spaces. You can also include underscores or any of the following
|
294
|
-
# characters:
|
294
|
+
# characters: +=,.@-. You cannot use a value that begins with the text
|
295
295
|
# `aws:`. This prefix is reserved for Amazon Web Services internal
|
296
296
|
# use.
|
297
297
|
#
|
@@ -717,8 +717,9 @@ module Aws::STS
|
|
717
717
|
# token by authenticating the user who is using your application with
|
718
718
|
# a web identity provider before the application makes an
|
719
719
|
# `AssumeRoleWithWebIdentity` call. Timestamps in the token must be
|
720
|
-
# formatted as either an integer or a long integer.
|
721
|
-
# RSA
|
720
|
+
# formatted as either an integer or a long integer. Tokens must be
|
721
|
+
# signed using either RSA keys (RS256, RS384, or RS512) or ECDSA keys
|
722
|
+
# (ES256, ES384, or ES512).
|
722
723
|
# @return [String]
|
723
724
|
#
|
724
725
|
# @!attribute [rw] provider_id
|
@@ -961,9 +962,7 @@ module Aws::STS
|
|
961
962
|
# @!attribute [rw] task_policy_arn
|
962
963
|
# The identity based policy that scopes the session to the privileged
|
963
964
|
# tasks that can be performed. You can use one of following Amazon Web
|
964
|
-
# Services managed policies to scope root session actions.
|
965
|
-
# additional customer managed policies to further limit the
|
966
|
-
# permissions for the root session.
|
965
|
+
# Services managed policies to scope root session actions.
|
967
966
|
#
|
968
967
|
# * [IAMAuditRootUserCredentials][1]
|
969
968
|
#
|
data/lib/aws-sdk-sts.rb
CHANGED
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.
|
4
|
+
version: 3.215.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:
|
11
|
+
date: 2025-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|