Skip to content

Commit 32fec4a

Browse files
Update generated code (#1895)
update generated code
1 parent 588bc47 commit 32fec4a

File tree

4 files changed

+10
-27
lines changed

4 files changed

+10
-27
lines changed

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
## 2.9.0
610

711
### Added

src/Enum/RequestCharged.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
namespace AsyncAws\S3\Enum;
44

55
/**
6-
* If present, indicates that the requester was successfully charged for the request.
6+
* If present, indicates that the requester was successfully charged for the request. For more information, see Using
7+
* Requester Pays buckets for storage transfers and usage [^1] in the *Amazon Simple Storage Service user guide*.
78
*
89
* > This functionality is not supported for directory buckets.
10+
*
11+
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html
912
*/
1013
final class RequestCharged
1114
{

src/S3Client.php

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ class S3Client extends AbstractApi
164164
* [^10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
165165
* [^11]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html
166166
*
167-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadAbort.html
168167
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html
169168
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#abortmultipartupload
170169
*
@@ -341,7 +340,6 @@ public function bucketNotExists($input): BucketNotExistsWaiter
341340
* [^14]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
342341
* [^15]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html
343342
*
344-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadComplete.html
345343
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html
346344
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#completemultipartupload
347345
*
@@ -506,7 +504,6 @@ public function completeMultipartUpload($input): CompleteMultipartUploadOutput
506504
* [^11]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
507505
* [^12]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html
508506
*
509-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectCOPY.html
510507
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html
511508
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#copyobject
512509
*
@@ -662,7 +659,6 @@ public function copyObject($input): CopyObjectOutput
662659
* [^13]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
663660
* [^14]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html
664661
*
665-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUT.html
666662
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html
667663
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#createbucket
668664
*
@@ -871,7 +867,6 @@ public function createBucket($input): CreateBucketOutput
871867
* [^27]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
872868
* [^28]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html
873869
*
874-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadInitiate.html
875870
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html
876871
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#createmultipartupload
877872
*
@@ -957,7 +952,6 @@ public function createMultipartUpload($input): CreateMultipartUploadOutput
957952
* [^4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html
958953
* [^5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html
959954
*
960-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETE.html
961955
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html
962956
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#deletebucket
963957
*
@@ -994,7 +988,6 @@ public function deleteBucket($input): Result
994988
* [^2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketCors.html
995989
* [^3]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTOPTIONSobject.html
996990
*
997-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEcors.html
998991
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketCors.html
999992
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#deletebucketcors
1000993
*
@@ -1094,7 +1087,6 @@ public function deleteBucketCors($input): Result
10941087
* [^9]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html
10951088
* [^10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
10961089
*
1097-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectDELETE.html
10981090
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html
10991091
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#deleteobject
11001092
*
@@ -1243,7 +1235,6 @@ public function deleteObjectTagging($input): DeleteObjectTaggingOutput
12431235
* [^9]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
12441236
* [^10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html
12451237
*
1246-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/multiobjectdeleteapi.html
12471238
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html
12481239
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#deleteobjects
12491240
*
@@ -1294,7 +1285,6 @@ public function deleteObjects($input): DeleteObjectsOutput
12941285
* [^3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketCors.html
12951286
* [^4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketCors.html
12961287
*
1297-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETcors.html
12981288
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketCors.html
12991289
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#getbucketcors
13001290
*
@@ -1495,7 +1485,6 @@ public function getBucketEncryption($input): GetBucketEncryptionOutput
14951485
* [^10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html
14961486
* [^11]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html
14971487
*
1498-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGET.html
14991488
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html
15001489
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#getobject
15011490
*
@@ -1568,7 +1557,6 @@ public function getObject($input): GetObjectOutput
15681557
* [^5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html
15691558
* [^6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
15701559
*
1571-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETacl.html
15721560
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html
15731561
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#getobjectacl
15741562
*
@@ -1749,7 +1737,6 @@ public function getObjectTagging($input): GetObjectTaggingOutput
17491737
* [^10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html
17501738
* [^11]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html
17511739
*
1752-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectHEAD.html
17531740
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadObject.html
17541741
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#headobject
17551742
*
@@ -1807,7 +1794,6 @@ public function headObject($input): HeadObjectOutput
18071794
*
18081795
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html
18091796
*
1810-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTServiceGET.html
18111797
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html
18121798
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#listbuckets
18131799
*
@@ -1910,7 +1896,6 @@ public function listBuckets($input = []): ListBucketsOutput
19101896
* [^10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
19111897
* [^11]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html
19121898
*
1913-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadListMPUpload.html
19141899
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html
19151900
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#listmultipartuploads
19161901
*
@@ -1961,7 +1946,6 @@ public function listMultipartUploads($input): ListMultipartUploadsOutput
19611946
* [^3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
19621947
* [^4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html
19631948
*
1964-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETVersion.html
19651949
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html
19661950
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#listobjectversions
19671951
*
@@ -2154,7 +2138,6 @@ public function listObjectsV2($input): ListObjectsV2Output
21542138
* [^12]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html
21552139
* [^13]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html
21562140
*
2157-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadListParts.html
21582141
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
21592142
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#listparts
21602143
*
@@ -2295,7 +2278,6 @@ public function objectNotExists($input): ObjectNotExistsWaiter
22952278
* [^3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketCors.html
22962279
* [^4]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTOPTIONSobject.html
22972280
*
2298-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html
22992281
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketCors.html
23002282
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#putbucketcors
23012283
*
@@ -2430,7 +2412,6 @@ public function putBucketNotificationConfiguration($input): Result
24302412
* [^7]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html
24312413
* [^8]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html
24322414
*
2433-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTtagging.html
24342415
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html
24352416
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#putbuckettagging
24362417
*
@@ -2550,7 +2531,6 @@ public function putBucketTagging($input): Result
25502531
* [^10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html
25512532
* [^11]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html
25522533
*
2553-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUT.html
25542534
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
25552535
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#putobject
25562536
*
@@ -2737,7 +2717,6 @@ public function putObject($input): PutObjectOutput
27372717
* [^8]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html
27382718
* [^9]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html
27392719
*
2740-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html
27412720
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectAcl.html
27422721
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#putobjectacl
27432722
*
@@ -2973,7 +2952,6 @@ public function putObjectTagging($input): PutObjectTaggingOutput
29732952
* [^18]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
29742953
* [^19]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html
29752954
*
2976-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadUploadPart.html
29772955
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html
29782956
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#uploadpart
29792957
*
@@ -3150,7 +3128,6 @@ public function uploadPart($input): UploadPartOutput
31503128
* [^21]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html
31513129
* [^22]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html
31523130
*
3153-
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadUploadPartCopy.html
31543131
* @see https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html
31553132
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#uploadpartcopy
31563133
*

src/ValueObject/CreateBucketConfiguration.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ final class CreateBucketConfiguration
3232
* Specifies the location where the bucket will be created.
3333
*
3434
* **Directory buckets ** - The location type is Availability Zone or Local Zone. To use the Local Zone location type,
35-
* your account must be enabled for Dedicated Local Zones. Otherwise, you get an HTTP `403 Forbidden` error with the
36-
* error code `AccessDenied`. To learn more, see Enable accounts for Dedicated Local Zones [^1] in the *Amazon S3 User
37-
* Guide*.
35+
* your account must be enabled for Local Zones. Otherwise, you get an HTTP `403 Forbidden` error with the error code
36+
* `AccessDenied`. To learn more, see Enable accounts for Local Zones [^1] in the *Amazon S3 User Guide*.
3837
*
3938
* > This functionality is only supported by directory buckets.
4039
*

0 commit comments

Comments
 (0)