From 27663b87535072f91b24e1e48984acbaeb2df0ef Mon Sep 17 00:00:00 2001 From: AsyncAws Bot Date: Fri, 3 Oct 2025 06:32:31 +0000 Subject: [PATCH] update generated code --- manifest.json | 2 +- src/Service/CloudFormation/CHANGELOG.md | 4 ++++ src/Service/CloudFormation/src/ValueObject/Tag.php | 7 +++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 01af986f1..712fcb508 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "variables": { - "${LATEST}": "3.356.28" + "${LATEST}": "3.356.31" }, "endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json", "services": { diff --git a/src/Service/CloudFormation/CHANGELOG.md b/src/Service/CloudFormation/CHANGELOG.md index 909af4657..702fd5dbc 100644 --- a/src/Service/CloudFormation/CHANGELOG.md +++ b/src/Service/CloudFormation/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 1.10.0 ### Added diff --git a/src/Service/CloudFormation/src/ValueObject/Tag.php b/src/Service/CloudFormation/src/ValueObject/Tag.php index e1cd13194..d97a5d87f 100644 --- a/src/Service/CloudFormation/src/ValueObject/Tag.php +++ b/src/Service/CloudFormation/src/ValueObject/Tag.php @@ -11,16 +11,15 @@ final class Tag { /** - * *Required*. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned - * by Amazon Web Services have the reserved prefix: `aws:`. + * A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon + * Web Services have the reserved prefix: `aws:`. * * @var string */ private $key; /** - * *Required*. A string that contains the value for this tag. You can specify a maximum of 256 characters for a tag - * value. + * A string that contains the value for this tag. You can specify a maximum of 256 characters for a tag value. * * @var string */