Skip to content

Commit 73f8db0

Browse files
Update generated code (#2110)
update generated code
1 parent 8567f2a commit 73f8db0

5 files changed

Lines changed: 17 additions & 8 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.388.6"
3+
"${LATEST}": "3.388.8"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/S3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 3.4.0
610

711
### Added

src/Service/S3/src/Result/CreateBucketOutput.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
class CreateBucketOutput extends Result
99
{
1010
/**
11-
* A forward slash followed by the name of the bucket.
11+
* A forward slash followed by the name of the bucket for all account regional namespace buckets and all global general
12+
* purpose buckets created in us-east-1. For example, `/amzn-s3-demo-bucket`. For global general purpose buckets created
13+
* in other Amazon Web Services Regions, the Location field is the global endpoint URL. For example,
14+
* `http://amzn-s3-demo-bucket.s3.amazonaws.com/`.
1215
*
1316
* @var string|null
1417
*/

src/Service/S3/src/ValueObject/Error.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
namespace AsyncAws\S3\ValueObject;
44

55
/**
6+
* > For information about using the Amazon S3 API—including error handling—see the Amazon S3 Developer Guide [^1].
7+
*
68
* Container for all error elements.
9+
*
10+
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html
711
*/
812
final class Error
913
{

src/Service/S3/src/ValueObject/Transition.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ final class Transition
2222
private $date;
2323

2424
/**
25-
* Indicates the number of days after creation when objects are transitioned to the specified storage class. If the
26-
* specified storage class is `INTELLIGENT_TIERING`, `GLACIER_IR`, `GLACIER`, or `DEEP_ARCHIVE`, valid values are `0` or
27-
* positive integers. If the specified storage class is `STANDARD_IA` or `ONEZONE_IA`, valid values are positive
28-
* integers greater than `30`. Be aware that some storage classes have a minimum storage duration and that you're
29-
* charged for transitioning objects before their minimum storage duration. For more information, see Constraints and
30-
* considerations for transitions [^1] in the *Amazon S3 User Guide*.
25+
* Indicates the number of days after creation when objects are transitioned to the specified storage class. The value
26+
* can be `0` or any positive integer. Be aware that some storage classes have a minimum storage duration and that
27+
* you're charged for transitioning objects before their minimum storage duration. For more information, see Constraints
28+
* and considerations for transitions [^1] in the *Amazon S3 User Guide*.
3129
*
3230
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html#lifecycle-configuration-constraints
3331
*

0 commit comments

Comments
 (0)