From 5d00a6a072d7c510b13fa374913fe8eac7ce28c4 Mon Sep 17 00:00:00 2001 From: AsyncAws Bot Date: Sat, 11 Jan 2025 06:27:00 +0000 Subject: [PATCH] update generated code --- manifest.json | 2 +- src/Core/CHANGELOG.md | 4 ++++ src/Core/src/Sts/Input/AssumeRoleRequest.php | 4 ++-- src/Core/src/Sts/Input/AssumeRoleWithWebIdentityRequest.php | 3 ++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2b6c86937..2260fee79 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "variables": { - "${LATEST}": "3.336.12" + "${LATEST}": "3.336.13" }, "endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json", "services": { diff --git a/src/Core/CHANGELOG.md b/src/Core/CHANGELOG.md index 7333dd61a..c394f8f2e 100644 --- a/src/Core/CHANGELOG.md +++ b/src/Core/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 1.23.0 ### Added diff --git a/src/Core/src/Sts/Input/AssumeRoleRequest.php b/src/Core/src/Sts/Input/AssumeRoleRequest.php index e8f50e19b..401306061 100644 --- a/src/Core/src/Sts/Input/AssumeRoleRequest.php +++ b/src/Core/src/Sts/Input/AssumeRoleRequest.php @@ -230,8 +230,8 @@ final class AssumeRoleRequest extends Input * source identity, see Monitor and control actions taken with assumed roles [^3] in the *IAM User Guide*. * * The regex used to validate this parameter is a string of characters consisting of upper- and lower-case alphanumeric - * characters with no spaces. You can also include underscores or any of the following characters: =,.@-. You cannot use - * a value that begins with the text `aws:`. This prefix is reserved for Amazon Web Services internal use. + * characters with no spaces. You can also include underscores or any of the following characters: +=,.@-. You cannot + * use a value that begins with the text `aws:`. This prefix is reserved for Amazon Web Services internal use. * * [^1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#iam-term-role-chaining * [^2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-sourceidentity diff --git a/src/Core/src/Sts/Input/AssumeRoleWithWebIdentityRequest.php b/src/Core/src/Sts/Input/AssumeRoleWithWebIdentityRequest.php index f69468566..45cc19f95 100644 --- a/src/Core/src/Sts/Input/AssumeRoleWithWebIdentityRequest.php +++ b/src/Core/src/Sts/Input/AssumeRoleWithWebIdentityRequest.php @@ -55,7 +55,8 @@ final class AssumeRoleWithWebIdentityRequest extends Input * The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider. Your application * must get this token by authenticating the user who is using your application with a web identity provider before the * application makes an `AssumeRoleWithWebIdentity` call. Timestamps in the token must be formatted as either an integer - * or a long integer. Only tokens with RSA algorithms (RS256) are supported. + * or a long integer. Tokens must be signed using either RSA keys (RS256, RS384, or RS512) or ECDSA keys (ES256, ES384, + * or ES512). * * @required *