Skip to content

Commit 97ddf15

Browse files
Update generated code (async-aws#1570)
update generated code
1 parent d299d19 commit 97ddf15

12 files changed

+100
-108
lines changed

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.281.7"
3+
"${LATEST}": "3.281.11"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CloudWatchLogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Allow passing explicit null values for optional fields of input objects
8+
- AWS enhancement: Documentation updates.
89

910
## 2.0.0
1011

src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
class CloudWatchLogsClient extends AbstractApi
3232
{
3333
/**
34-
* Creates a log group with the specified name. You can create up to 20,000 log groups per account.
34+
* Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account.
3535
*
3636
* You must use the following guidelines when naming a log group:
3737
*

src/Service/S3/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Allow passing explicit null values for optional fields of input objects
8+
- AWS enhancement: Documentation updates.
89

910
## 2.0.0
1011

src/Service/S3/src/Enum/RequestPayer.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
/**
66
* Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this
7-
* parameter in their requests. For information about downloading objects from Requester Pays buckets, see Downloading
8-
* Objects in Requester Pays Buckets [^1] in the *Amazon S3 User Guide*.
7+
* parameter in their requests. If either the source or destination Amazon S3 bucket has Requester Pays enabled, the
8+
* requester will pay for corresponding charges to copy the object. For information about downloading objects from
9+
* Requester Pays buckets, see Downloading Objects in Requester Pays Buckets [^1] in the *Amazon S3 User Guide*.
910
*
1011
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
1112
*/

src/Service/S3/src/Input/CopyObjectRequest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ final class CopyObjectRequest extends Input
244244
private $serverSideEncryption;
245245

246246
/**
247-
* By default, Amazon S3 uses the STANDARD Storage Class to store newly created objects. The STANDARD storage class
248-
* provides high durability and high availability. Depending on performance needs, you can specify a different Storage
249-
* Class. Amazon S3 on Outposts only uses the OUTPOSTS Storage Class. For more information, see Storage Classes [^1] in
250-
* the *Amazon S3 User Guide*.
247+
* If the `x-amz-storage-class` header is not used, the copied object will be stored in the STANDARD Storage Class by
248+
* default. The STANDARD storage class provides high durability and high availability. Depending on performance needs,
249+
* you can specify a different Storage Class. Amazon S3 on Outposts only uses the OUTPOSTS Storage Class. For more
250+
* information, see Storage Classes [^1] in the *Amazon S3 User Guide*.
251251
*
252252
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html
253253
*
@@ -290,10 +290,10 @@ final class CopyObjectRequest extends Input
290290
private $sseCustomerKeyMd5;
291291

292292
/**
293-
* Specifies the KMS key ID to use for object encryption. All GET and PUT requests for an object protected by KMS will
294-
* fail if they're not made via SSL or using SigV4. For information about configuring any of the officially supported
295-
* Amazon Web Services SDKs and Amazon Web Services CLI, see Specifying the Signature Version in Request Authentication
296-
* [^1] in the *Amazon S3 User Guide*.
293+
* Specifies the KMS ID (Key ID, Key ARN, or Key Alias) to use for object encryption. All GET and PUT requests for an
294+
* object protected by KMS will fail if they're not made via SSL or using SigV4. For information about configuring any
295+
* of the officially supported Amazon Web Services SDKs and Amazon Web Services CLI, see Specifying the Signature
296+
* Version in Request Authentication [^1] in the *Amazon S3 User Guide*.
297297
*
298298
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
299299
*

src/Service/S3/src/Input/CreateMultipartUploadRequest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ final class CreateMultipartUploadRequest extends Input
195195
private $sseCustomerKeyMd5;
196196

197197
/**
198-
* Specifies the ID of the symmetric encryption customer managed key to use for object encryption. All GET and PUT
199-
* requests for an object protected by KMS will fail if they're not made via SSL or using SigV4. For information about
200-
* configuring any of the officially supported Amazon Web Services SDKs and Amazon Web Services CLI, see Specifying the
201-
* Signature Version in Request Authentication [^1] in the *Amazon S3 User Guide*.
198+
* Specifies the ID (Key ID, Key ARN, or Key Alias) of the symmetric encryption customer managed key to use for object
199+
* encryption. All GET and PUT requests for an object protected by KMS will fail if they're not made via SSL or using
200+
* SigV4. For information about configuring any of the officially supported Amazon Web Services SDKs and Amazon Web
201+
* Services CLI, see Specifying the Signature Version in Request Authentication [^1] in the *Amazon S3 User Guide*.
202202
*
203203
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
204204
*

src/Service/S3/src/Input/PutObjectRequest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,12 @@ final class PutObjectRequest extends Input
316316
private $sseCustomerKeyMd5;
317317

318318
/**
319-
* If `x-amz-server-side-encryption` has a valid value of `aws:kms` or `aws:kms:dsse`, this header specifies the ID of
320-
* the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object. If you
321-
* specify `x-amz-server-side-encryption:aws:kms` or `x-amz-server-side-encryption:aws:kms:dsse`, but do not provide`
322-
* x-amz-server-side-encryption-aws-kms-key-id`, Amazon S3 uses the Amazon Web Services managed key (`aws/s3`) to
323-
* protect the data. If the KMS key does not exist in the same account that's issuing the command, you must use the full
324-
* ARN and not just the ID.
319+
* If `x-amz-server-side-encryption` has a valid value of `aws:kms` or `aws:kms:dsse`, this header specifies the ID (Key
320+
* ID, Key ARN, or Key Alias) of the Key Management Service (KMS) symmetric encryption customer managed key that was
321+
* used for the object. If you specify `x-amz-server-side-encryption:aws:kms` or
322+
* `x-amz-server-side-encryption:aws:kms:dsse`, but do not provide` x-amz-server-side-encryption-aws-kms-key-id`, Amazon
323+
* S3 uses the Amazon Web Services managed key (`aws/s3`) to protect the data. If the KMS key does not exist in the same
324+
* account that's issuing the command, you must use the full ARN and not just the ID.
325325
*
326326
* @var string|null
327327
*/

src/Service/S3/src/Result/DeleteObjectOutput.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
class DeleteObjectOutput extends Result
1010
{
1111
/**
12-
* Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.
12+
* Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete
13+
* marker before deletion. In a simple DELETE, this header indicates whether (true) or not (false) the current version
14+
* of the object is a delete marker.
1315
*
1416
* @var bool|null
1517
*/

0 commit comments

Comments
 (0)