Skip to content

Commit 11d390e

Browse files
author
awstools
committed
feat(client-s3): This release includes backward compatibility work on the "Expires" parameter.
1 parent 6069734 commit 11d390e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clients/client-s3/src/models/models_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4644,7 +4644,7 @@ export interface RecordsEvent {
46444644
* <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record
46454645
* will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might
46464646
* split the same record across multiple record frames instead of aggregating the results in memory. Some
4647-
* S3 clients (for example, the SDKforJava) handle this behavior by creating a
4647+
* S3 clients (for example, the SDK for Java) handle this behavior by creating a
46484648
* <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior
46494649
* by default. In those cases, you must aggregate the results on the client side and parse the
46504650
* response.</p>

codegen/sdk-codegen/aws-models/s3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25676,7 +25676,7 @@
2567625676
"type": "boolean"
2567725677
},
2567825678
"com.amazonaws.s3#Expires": {
25679-
"type": "timestamp"
25679+
"type": "string"
2568025680
},
2568125681
"com.amazonaws.s3#ExposeHeader": {
2568225682
"type": "string"
@@ -37015,7 +37015,7 @@
3701537015
"Payload": {
3701637016
"target": "com.amazonaws.s3#Body",
3701737017
"traits": {
37018-
"smithy.api#documentation": "<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record\n will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might\n split the same record across multiple record frames instead of aggregating the results in memory. Some\n S3 clients (for example, the SDKforJava) handle this behavior by creating a\n <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior\n by default. In those cases, you must aggregate the results on the client side and parse the\n response.</p>",
37018+
"smithy.api#documentation": "<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record\n will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might\n split the same record across multiple record frames instead of aggregating the results in memory. Some\n S3 clients (for example, the SDK for Java) handle this behavior by creating a\n <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior\n by default. In those cases, you must aggregate the results on the client side and parse the\n response.</p>",
3701937019
"smithy.api#eventPayload": {}
3702037020
}
3702137021
}

0 commit comments

Comments
 (0)