From f98a3dbc35fa9b72c8cfbff32290f260e7722442 Mon Sep 17 00:00:00 2001 From: AsyncAws Bot Date: Sat, 12 Sep 2026 10:24:00 +0000 Subject: [PATCH] update generated code --- manifest.json | 2 +- src/Service/S3/CHANGELOG.md | 4 ++++ src/Service/S3/src/Input/CopyObjectRequest.php | 4 ++-- src/Service/S3/src/Input/CreateMultipartUploadRequest.php | 6 ++++-- src/Service/S3/src/Input/PutObjectRequest.php | 6 ++++-- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 9052cb9d2..3b689a1e5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "variables": { - "${LATEST}": "3.394.11" + "${LATEST}": "3.395.0" }, "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 219b09230..c5a962fc5 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.5.0 ### Added diff --git a/src/Service/S3/src/Input/CopyObjectRequest.php b/src/Service/S3/src/Input/CopyObjectRequest.php index efbb46b97..0d2f3bd75 100644 --- a/src/Service/S3/src/Input/CopyObjectRequest.php +++ b/src/Service/S3/src/Input/CopyObjectRequest.php @@ -752,7 +752,7 @@ final class CopyObjectRequest extends Input private $objectLockEventHold; /** - * The event hold duration in days to apply to the object copy. + * The event hold duration in days to apply to the object copy. You cannot specify a duration in both days and years. * * > This functionality is not supported for directory buckets. * @@ -761,7 +761,7 @@ final class CopyObjectRequest extends Input private $objectLockEventHoldDurationDays; /** - * The event hold duration in years to apply to the object copy. + * The event hold duration in years to apply to the object copy. You cannot specify a duration in both days and years. * * > This functionality is not supported for directory buckets. * diff --git a/src/Service/S3/src/Input/CreateMultipartUploadRequest.php b/src/Service/S3/src/Input/CreateMultipartUploadRequest.php index 08fe21450..83dbf66cf 100644 --- a/src/Service/S3/src/Input/CreateMultipartUploadRequest.php +++ b/src/Service/S3/src/Input/CreateMultipartUploadRequest.php @@ -526,7 +526,8 @@ final class CreateMultipartUploadRequest extends Input private $objectLockEventHold; /** - * Specifies the event hold duration in days to apply to the uploaded object. + * Specifies the event hold duration in days to apply to the uploaded object. You cannot specify a duration in both days + * and years. * * > This functionality is not supported for directory buckets. * @@ -535,7 +536,8 @@ final class CreateMultipartUploadRequest extends Input private $objectLockEventHoldDurationDays; /** - * Specifies the event hold duration in years to apply to the uploaded object. + * Specifies the event hold duration in years to apply to the uploaded object. You cannot specify a duration in both + * days and years. * * > This functionality is not supported for directory buckets. * diff --git a/src/Service/S3/src/Input/PutObjectRequest.php b/src/Service/S3/src/Input/PutObjectRequest.php index e7fd7ca97..1184bac18 100644 --- a/src/Service/S3/src/Input/PutObjectRequest.php +++ b/src/Service/S3/src/Input/PutObjectRequest.php @@ -678,7 +678,8 @@ final class PutObjectRequest extends Input private $objectLockEventHold; /** - * Specifies the event hold duration in days to apply to this object. + * Specifies the event hold duration in days to apply to this object. You cannot specify a duration in both days and + * years. * * > This functionality is not supported for directory buckets. * @@ -687,7 +688,8 @@ final class PutObjectRequest extends Input private $objectLockEventHoldDurationDays; /** - * Specifies the event hold duration in years to apply to this object. + * Specifies the event hold duration in years to apply to this object. You cannot specify a duration in both days and + * years. * * > This functionality is not supported for directory buckets. *