From f56ffd5e0a0555bbd49c02c4f6040445a1e6bdf9 Mon Sep 17 00:00:00 2001 From: AsyncAws Bot Date: Fri, 17 Jul 2026 08:17:38 +0000 Subject: [PATCH] update generated code --- manifest.json | 2 +- src/Service/S3/CHANGELOG.md | 4 ++++ src/Service/S3/src/Result/CreateBucketOutput.php | 5 ++++- src/Service/S3/src/ValueObject/Error.php | 4 ++++ src/Service/S3/src/ValueObject/Transition.php | 10 ++++------ 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 40448dfdb..f2dfd1818 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "variables": { - "${LATEST}": "3.388.6" + "${LATEST}": "3.388.8" }, "endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json", "services": { diff --git a/src/Service/S3/CHANGELOG.md b/src/Service/S3/CHANGELOG.md index e475ccaf8..1f1e98683 100644 --- a/src/Service/S3/CHANGELOG.md +++ b/src/Service/S3/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 3.4.0 ### Added diff --git a/src/Service/S3/src/Result/CreateBucketOutput.php b/src/Service/S3/src/Result/CreateBucketOutput.php index 3f8a77e07..18fd2b1fc 100644 --- a/src/Service/S3/src/Result/CreateBucketOutput.php +++ b/src/Service/S3/src/Result/CreateBucketOutput.php @@ -8,7 +8,10 @@ class CreateBucketOutput extends Result { /** - * A forward slash followed by the name of the bucket. + * A forward slash followed by the name of the bucket for all account regional namespace buckets and all global general + * purpose buckets created in us-east-1. For example, `/amzn-s3-demo-bucket`. For global general purpose buckets created + * in other Amazon Web Services Regions, the Location field is the global endpoint URL. For example, + * `http://amzn-s3-demo-bucket.s3.amazonaws.com/`. * * @var string|null */ diff --git a/src/Service/S3/src/ValueObject/Error.php b/src/Service/S3/src/ValueObject/Error.php index ddda528ee..6a84c8f27 100644 --- a/src/Service/S3/src/ValueObject/Error.php +++ b/src/Service/S3/src/ValueObject/Error.php @@ -3,7 +3,11 @@ namespace AsyncAws\S3\ValueObject; /** + * > For information about using the Amazon S3 API—including error handling—see the Amazon S3 Developer Guide [^1]. + * * Container for all error elements. + * + * [^1]: https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html */ final class Error { diff --git a/src/Service/S3/src/ValueObject/Transition.php b/src/Service/S3/src/ValueObject/Transition.php index 766dc9a9f..b60194e24 100644 --- a/src/Service/S3/src/ValueObject/Transition.php +++ b/src/Service/S3/src/ValueObject/Transition.php @@ -22,12 +22,10 @@ final class Transition private $date; /** - * Indicates the number of days after creation when objects are transitioned to the specified storage class. If the - * specified storage class is `INTELLIGENT_TIERING`, `GLACIER_IR`, `GLACIER`, or `DEEP_ARCHIVE`, valid values are `0` or - * positive integers. If the specified storage class is `STANDARD_IA` or `ONEZONE_IA`, valid values are positive - * integers greater than `30`. Be aware that some storage classes have a minimum storage duration and that you're - * charged for transitioning objects before their minimum storage duration. For more information, see Constraints and - * considerations for transitions [^1] in the *Amazon S3 User Guide*. + * Indicates the number of days after creation when objects are transitioned to the specified storage class. The value + * can be `0` or any positive integer. Be aware that some storage classes have a minimum storage duration and that + * you're charged for transitioning objects before their minimum storage duration. For more information, see Constraints + * and considerations for transitions [^1] in the *Amazon S3 User Guide*. * * [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html#lifecycle-configuration-constraints *