Skip to content

Commit 2d9f413

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 86455fa commit 2d9f413

File tree

6 files changed

+166
-129
lines changed

6 files changed

+166
-129
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::S3 - Updated the API, documentation, and resource interfaces for Amazon Simple Storage Service.
5+
46
2.11.383 (2019-10-28)
57
------------------
68

aws-sdk-core/apis/s3/2006-03-01/api-2.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,7 @@
22962296
"ReplicaKmsKeyID":{"shape":"ReplicaKmsKeyID"}
22972297
}
22982298
},
2299+
"End":{"type":"long"},
22992300
"EndEvent":{
23002301
"type":"structure",
23012302
"members":{
@@ -5988,6 +5989,13 @@
59885989
},
59895990
"locationName":"SSE-S3"
59905991
},
5992+
"ScanRange":{
5993+
"type":"structure",
5994+
"members":{
5995+
"Start":{"shape":"Start"},
5996+
"End":{"shape":"End"}
5997+
}
5998+
},
59915999
"SelectObjectContentEventStream":{
59926000
"type":"structure",
59936001
"members":{
@@ -6046,7 +6054,8 @@
60466054
"ExpressionType":{"shape":"ExpressionType"},
60476055
"RequestProgress":{"shape":"RequestProgress"},
60486056
"InputSerialization":{"shape":"InputSerialization"},
6049-
"OutputSerialization":{"shape":"OutputSerialization"}
6057+
"OutputSerialization":{"shape":"OutputSerialization"},
6058+
"ScanRange":{"shape":"ScanRange"}
60506059
}
60516060
},
60526061
"SelectParameters":{
@@ -6122,6 +6131,7 @@
61226131
"Disabled"
61236132
]
61246133
},
6134+
"Start":{"type":"long"},
61256135
"StartAfter":{"type":"string"},
61266136
"Stats":{
61276137
"type":"structure",

aws-sdk-core/apis/s3/2006-03-01/docs-2.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,12 @@
10671067
"Destination$EncryptionConfiguration": "<p>A container that provides information about encryption. If <code>SourceSelectionCriteria</code> is specified, you must specify this element.</p>"
10681068
}
10691069
},
1070+
"End": {
1071+
"base": null,
1072+
"refs": {
1073+
"ScanRange$End": "<p>Specifies the end of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is one less than the size of the object being queried.</p>"
1074+
}
1075+
},
10701076
"EndEvent": {
10711077
"base": "<p/>",
10721078
"refs": {
@@ -3229,6 +3235,12 @@
32293235
"InventoryEncryption$SSES3": "<p>Specifies the use of SSE-S3 to encrypt delivered Inventory reports.</p>"
32303236
}
32313237
},
3238+
"ScanRange": {
3239+
"base": null,
3240+
"refs": {
3241+
"SelectObjectContentRequest$ScanRange": "<p>Specifies the byte range of the object to get the records from. A record is processed when its first byte is contained by the range. This parameter is optional, but when specified, it must not be empty. See RFC 2616, Section 14.35.1 about how to specify the start and end of the range.</p>"
3242+
}
3243+
},
32323244
"SelectObjectContentEventStream": {
32333245
"base": "<p/>",
32343246
"refs": {
@@ -3329,6 +3341,12 @@
33293341
"SseKmsEncryptedObjects$Status": "<p>Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS-managed key.</p>"
33303342
}
33313343
},
3344+
"Start": {
3345+
"base": null,
3346+
"refs": {
3347+
"ScanRange$Start": "<p>Specifies the start of the byte range. This parameter is optional. Valid values: non-negative integers. The default value is 0.</p>"
3348+
}
3349+
},
33323350
"StartAfter": {
33333351
"base": null,
33343352
"refs": {

0 commit comments

Comments
 (0)