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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99d23d77dd74ca639579a7a2b7aab408659ad813b8e767b0ab0b6a5e43aed50d
4
- data.tar.gz: ea6ada6b8cf80e872f985fc5e289b2cb1a17ab49e34d373f764d01da490af825
3
+ metadata.gz: 82d0478bce0427efc353f39ee83d0a20de26a91488553f6a61c914a7c6d0be84
4
+ data.tar.gz: 5595b4be5dfd7fd6fcbf0b7f5f999f1cefce47f2e02d1ac6ada2a5010d19241c
5
5
  SHA512:
6
- metadata.gz: 5d22bc46279b4f56fc95750e3dc771b5dea133a358a3b2750a4216969ec5e93ae7c9c134107eba6a2f496a1b59f9c2f020bcf58770eb9cc96e6046b9bd17f4d7
7
- data.tar.gz: f678aa56840d77c47824e38e633763a9a94697750c395aeaa9220987ce852adbc32684f213e68230f3e3e9320b4d444f2179ea13965de8b70f1387ef0bd26aac
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.214.1
1
+ 3.215.0
@@ -669,7 +669,7 @@ module Aws::SSO
669
669
  tracer: tracer
670
670
  )
671
671
  context[:gem_name] = 'aws-sdk-core'
672
- context[:gem_version] = '3.214.1'
672
+ context[:gem_version] = '3.215.0'
673
673
  Seahorse::Client::Request.new(handlers, context)
674
674
  end
675
675
 
data/lib/aws-sdk-sso.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::SSO
56
56
  autoload :EndpointProvider, 'aws-sdk-sso/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sso/endpoints'
58
58
 
59
- GEM_VERSION = '3.214.1'
59
+ GEM_VERSION = '3.215.0'
60
60
 
61
61
  end
62
62
 
@@ -1022,7 +1022,7 @@ module Aws::SSOOIDC
1022
1022
  tracer: tracer
1023
1023
  )
1024
1024
  context[:gem_name] = 'aws-sdk-core'
1025
- context[:gem_version] = '3.214.1'
1025
+ context[:gem_version] = '3.215.0'
1026
1026
  Seahorse::Client::Request.new(handlers, context)
1027
1027
  end
1028
1028
 
@@ -56,7 +56,7 @@ module Aws::SSOOIDC
56
56
  autoload :EndpointProvider, 'aws-sdk-ssooidc/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-ssooidc/endpoints'
58
58
 
59
- GEM_VERSION = '3.214.1'
59
+ GEM_VERSION = '3.215.0'
60
60
 
61
61
  end
62
62
 
@@ -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: =,.@-. You cannot use a value that begins with the text
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. Only tokens with RSA
1518
- # algorithms (RS256) are supported.
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 in a member account.
1712
+ # privileged tasks on a member account in your organization.
1712
1713
  #
1713
- # Before you can launch a privileged session, you must have enabled
1714
- # centralized root access in your organization. For steps to enable this
1715
- # feature, see [Centralize root access for member accounts][1] in the
1716
- # *IAM User Guide*.
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. You can add
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.214.1'
2575
+ context[:gem_version] = '3.215.0'
2577
2576
  Seahorse::Client::Request.new(handlers, context)
2578
2577
  end
2579
2578
 
@@ -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: =,.@-. You cannot use a value that begins with the text
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. Only tokens with
721
- # RSA algorithms (RS256) are supported.
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. You can add
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
@@ -56,7 +56,7 @@ module Aws::STS
56
56
  autoload :EndpointProvider, 'aws-sdk-sts/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sts/endpoints'
58
58
 
59
- GEM_VERSION = '3.214.1'
59
+ GEM_VERSION = '3.215.0'
60
60
 
61
61
  end
62
62
 
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.214.1
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: 2024-12-28 00:00:00.000000000 Z
11
+ date: 2025-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath