aws-sdk-core 2.11.408 → 2.11.409

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/apis/codeguru-reviewer/2019-09-19/api-2.json +351 -0
  3. data/apis/codeguru-reviewer/2019-09-19/examples-1.json +5 -0
  4. data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +10 -0
  5. data/apis/codeguruprofiler/2019-07-18/api-2.json +645 -0
  6. data/apis/codeguruprofiler/2019-07-18/examples-1.json +5 -0
  7. data/apis/codeguruprofiler/2019-07-18/paginators-1.json +14 -0
  8. data/apis/compute-optimizer/2019-11-01/api-2.json +571 -0
  9. data/apis/compute-optimizer/2019-11-01/examples-1.json +5 -0
  10. data/apis/compute-optimizer/2019-11-01/paginators-1.json +4 -0
  11. data/apis/ec2/2016-11-15/api-2.json +1915 -119
  12. data/apis/ecs/2014-11-13/api-2.json +224 -4
  13. data/apis/ecs/2014-11-13/paginators-1.json +6 -0
  14. data/apis/eks/2017-11-01/api-2.json +218 -0
  15. data/apis/eks/2017-11-01/paginators-1.json +6 -0
  16. data/apis/es/2015-01-01/api-2.json +13 -1
  17. data/apis/frauddetector/2019-11-15/api-2.json +1541 -0
  18. data/apis/frauddetector/2019-11-15/examples-1.json +5 -0
  19. data/apis/frauddetector/2019-11-15/paginators-1.json +39 -0
  20. data/apis/kendra/2019-02-03/api-2.json +1737 -0
  21. data/apis/kendra/2019-02-03/examples-1.json +5 -0
  22. data/apis/kendra/2019-02-03/paginators-1.json +19 -0
  23. data/apis/networkmanager/2019-07-05/api-2.json +1588 -0
  24. data/apis/networkmanager/2019-07-05/examples-1.json +5 -0
  25. data/apis/networkmanager/2019-07-05/paginators-1.json +46 -0
  26. data/apis/outposts/2019-12-03/api-2.json +367 -0
  27. data/apis/outposts/2019-12-03/examples-1.json +5 -0
  28. data/apis/outposts/2019-12-03/paginators-1.json +14 -0
  29. data/apis/s3/2006-03-01/examples-1.json +89 -89
  30. data/apis/s3control/2018-08-20/api-2.json +333 -0
  31. data/apis/s3control/2018-08-20/paginators-1.json +5 -0
  32. data/apis/sagemaker-a2i-runtime/2019-11-07/api-2.json +367 -0
  33. data/apis/sagemaker-a2i-runtime/2019-11-07/examples-1.json +5 -0
  34. data/apis/sagemaker-a2i-runtime/2019-11-07/paginators-1.json +10 -0
  35. data/apis/textract/2018-06-27/api-2.json +88 -7
  36. data/endpoints.json +10 -1
  37. data/lib/aws-sdk-core.rb +8 -0
  38. data/lib/aws-sdk-core/augmentedairuntime.rb +6 -0
  39. data/lib/aws-sdk-core/codeguruprofiler.rb +6 -0
  40. data/lib/aws-sdk-core/codegurureviewer.rb +6 -0
  41. data/lib/aws-sdk-core/computeoptimizer.rb +6 -0
  42. data/lib/aws-sdk-core/frauddetector.rb +6 -0
  43. data/lib/aws-sdk-core/kendra.rb +6 -0
  44. data/lib/aws-sdk-core/networkmanager.rb +6 -0
  45. data/lib/aws-sdk-core/outposts.rb +6 -0
  46. data/lib/aws-sdk-core/version.rb +1 -1
  47. data/service-models.json +32 -0
  48. metadata +34 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeGlobalNetworks": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "GlobalNetworks"
8
+ },
9
+ "GetCustomerGatewayAssociations": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "CustomerGatewayAssociations"
14
+ },
15
+ "GetDevices": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "Devices"
20
+ },
21
+ "GetLinkAssociations": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "LinkAssociations"
26
+ },
27
+ "GetLinks": {
28
+ "input_token": "NextToken",
29
+ "output_token": "NextToken",
30
+ "limit_key": "MaxResults",
31
+ "result_key": "Links"
32
+ },
33
+ "GetSites": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults",
37
+ "result_key": "Sites"
38
+ },
39
+ "GetTransitGatewayRegistrations": {
40
+ "input_token": "NextToken",
41
+ "output_token": "NextToken",
42
+ "limit_key": "MaxResults",
43
+ "result_key": "TransitGatewayRegistrations"
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,367 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2019-12-03",
5
+ "endpointPrefix":"outposts",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Outposts",
9
+ "serviceFullName":"AWS Outposts",
10
+ "serviceId":"Outposts",
11
+ "signatureVersion":"v4",
12
+ "signingName":"outposts",
13
+ "uid":"outposts-2019-12-03"
14
+ },
15
+ "operations":{
16
+ "CreateOutpost":{
17
+ "name":"CreateOutpost",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/outposts"
21
+ },
22
+ "input":{"shape":"CreateOutpostInput"},
23
+ "output":{"shape":"CreateOutpostOutput"},
24
+ "errors":[
25
+ {"shape":"ValidationException"},
26
+ {"shape":"NotFoundException"},
27
+ {"shape":"AccessDeniedException"},
28
+ {"shape":"InternalServerException"},
29
+ {"shape":"ServiceQuotaExceededException"}
30
+ ]
31
+ },
32
+ "GetOutpost":{
33
+ "name":"GetOutpost",
34
+ "http":{
35
+ "method":"GET",
36
+ "requestUri":"/outposts/{OutpostId}"
37
+ },
38
+ "input":{"shape":"GetOutpostInput"},
39
+ "output":{"shape":"GetOutpostOutput"},
40
+ "errors":[
41
+ {"shape":"ValidationException"},
42
+ {"shape":"NotFoundException"},
43
+ {"shape":"AccessDeniedException"},
44
+ {"shape":"InternalServerException"}
45
+ ]
46
+ },
47
+ "GetOutpostInstanceTypes":{
48
+ "name":"GetOutpostInstanceTypes",
49
+ "http":{
50
+ "method":"GET",
51
+ "requestUri":"/outposts/{OutpostId}/instanceTypes"
52
+ },
53
+ "input":{"shape":"GetOutpostInstanceTypesInput"},
54
+ "output":{"shape":"GetOutpostInstanceTypesOutput"},
55
+ "errors":[
56
+ {"shape":"ValidationException"},
57
+ {"shape":"NotFoundException"},
58
+ {"shape":"AccessDeniedException"},
59
+ {"shape":"InternalServerException"}
60
+ ]
61
+ },
62
+ "ListOutposts":{
63
+ "name":"ListOutposts",
64
+ "http":{
65
+ "method":"GET",
66
+ "requestUri":"/outposts"
67
+ },
68
+ "input":{"shape":"ListOutpostsInput"},
69
+ "output":{"shape":"ListOutpostsOutput"},
70
+ "errors":[
71
+ {"shape":"ValidationException"},
72
+ {"shape":"AccessDeniedException"},
73
+ {"shape":"InternalServerException"}
74
+ ]
75
+ },
76
+ "ListSites":{
77
+ "name":"ListSites",
78
+ "http":{
79
+ "method":"GET",
80
+ "requestUri":"/sites"
81
+ },
82
+ "input":{"shape":"ListSitesInput"},
83
+ "output":{"shape":"ListSitesOutput"},
84
+ "errors":[
85
+ {"shape":"ValidationException"},
86
+ {"shape":"AccessDeniedException"},
87
+ {"shape":"InternalServerException"}
88
+ ]
89
+ }
90
+ },
91
+ "shapes":{
92
+ "AccessDeniedException":{
93
+ "type":"structure",
94
+ "members":{
95
+ "Message":{"shape":"ErrorMessage"}
96
+ },
97
+ "error":{"httpStatusCode":403},
98
+ "exception":true
99
+ },
100
+ "AccountId":{
101
+ "type":"string",
102
+ "max":12,
103
+ "min":12
104
+ },
105
+ "AvailabilityZone":{
106
+ "type":"string",
107
+ "max":1000,
108
+ "min":1,
109
+ "pattern":"[a-z\\d-]+"
110
+ },
111
+ "AvailabilityZoneId":{
112
+ "type":"string",
113
+ "max":255,
114
+ "min":1,
115
+ "pattern":"[a-z]+[0-9]+-az[0-9]+"
116
+ },
117
+ "CreateOutpostInput":{
118
+ "type":"structure",
119
+ "required":["SiteId"],
120
+ "members":{
121
+ "Name":{"shape":"OutpostName"},
122
+ "Description":{"shape":"OutpostDescription"},
123
+ "SiteId":{"shape":"SiteId"},
124
+ "AvailabilityZone":{"shape":"AvailabilityZone"},
125
+ "AvailabilityZoneId":{"shape":"AvailabilityZoneId"}
126
+ }
127
+ },
128
+ "CreateOutpostOutput":{
129
+ "type":"structure",
130
+ "members":{
131
+ "Outpost":{"shape":"Outpost"}
132
+ }
133
+ },
134
+ "ErrorMessage":{
135
+ "type":"string",
136
+ "max":1000,
137
+ "min":1,
138
+ "pattern":"^[\\S \\n]+$"
139
+ },
140
+ "GetOutpostInput":{
141
+ "type":"structure",
142
+ "required":["OutpostId"],
143
+ "members":{
144
+ "OutpostId":{
145
+ "shape":"OutpostId",
146
+ "location":"uri",
147
+ "locationName":"OutpostId"
148
+ }
149
+ }
150
+ },
151
+ "GetOutpostInstanceTypesInput":{
152
+ "type":"structure",
153
+ "required":["OutpostId"],
154
+ "members":{
155
+ "OutpostId":{
156
+ "shape":"OutpostId",
157
+ "location":"uri",
158
+ "locationName":"OutpostId"
159
+ },
160
+ "NextToken":{
161
+ "shape":"Token",
162
+ "location":"querystring",
163
+ "locationName":"NextToken"
164
+ },
165
+ "MaxResults":{
166
+ "shape":"MaxResults1000",
167
+ "location":"querystring",
168
+ "locationName":"MaxResults"
169
+ }
170
+ }
171
+ },
172
+ "GetOutpostInstanceTypesOutput":{
173
+ "type":"structure",
174
+ "members":{
175
+ "InstanceTypes":{"shape":"InstanceTypeListDefinition"},
176
+ "NextToken":{"shape":"Token"},
177
+ "OutpostId":{"shape":"OutpostId"},
178
+ "OutpostArn":{"shape":"OutpostArn"}
179
+ }
180
+ },
181
+ "GetOutpostOutput":{
182
+ "type":"structure",
183
+ "members":{
184
+ "Outpost":{"shape":"Outpost"}
185
+ }
186
+ },
187
+ "InstanceType":{"type":"string"},
188
+ "InstanceTypeItem":{
189
+ "type":"structure",
190
+ "members":{
191
+ "InstanceType":{"shape":"InstanceType"}
192
+ }
193
+ },
194
+ "InstanceTypeListDefinition":{
195
+ "type":"list",
196
+ "member":{"shape":"InstanceTypeItem"}
197
+ },
198
+ "InternalServerException":{
199
+ "type":"structure",
200
+ "members":{
201
+ "Message":{"shape":"ErrorMessage"}
202
+ },
203
+ "error":{"httpStatusCode":500},
204
+ "exception":true
205
+ },
206
+ "LifeCycleStatus":{"type":"string"},
207
+ "ListOutpostsInput":{
208
+ "type":"structure",
209
+ "members":{
210
+ "NextToken":{
211
+ "shape":"Token",
212
+ "location":"querystring",
213
+ "locationName":"NextToken"
214
+ },
215
+ "MaxResults":{
216
+ "shape":"MaxResults1000",
217
+ "location":"querystring",
218
+ "locationName":"MaxResults"
219
+ }
220
+ }
221
+ },
222
+ "ListOutpostsOutput":{
223
+ "type":"structure",
224
+ "members":{
225
+ "Outposts":{"shape":"outpostListDefinition"},
226
+ "NextToken":{"shape":"Token"}
227
+ }
228
+ },
229
+ "ListSitesInput":{
230
+ "type":"structure",
231
+ "members":{
232
+ "NextToken":{
233
+ "shape":"Token",
234
+ "location":"querystring",
235
+ "locationName":"NextToken"
236
+ },
237
+ "MaxResults":{
238
+ "shape":"MaxResults1000",
239
+ "location":"querystring",
240
+ "locationName":"MaxResults"
241
+ }
242
+ }
243
+ },
244
+ "ListSitesOutput":{
245
+ "type":"structure",
246
+ "members":{
247
+ "Sites":{"shape":"siteListDefinition"},
248
+ "NextToken":{"shape":"Token"}
249
+ }
250
+ },
251
+ "MaxResults1000":{
252
+ "type":"integer",
253
+ "box":true,
254
+ "max":1000,
255
+ "min":1
256
+ },
257
+ "NotFoundException":{
258
+ "type":"structure",
259
+ "members":{
260
+ "Message":{"shape":"ErrorMessage"}
261
+ },
262
+ "error":{"httpStatusCode":404},
263
+ "exception":true
264
+ },
265
+ "Outpost":{
266
+ "type":"structure",
267
+ "members":{
268
+ "OutpostId":{"shape":"OutpostId"},
269
+ "OwnerId":{"shape":"OwnerId"},
270
+ "OutpostArn":{"shape":"OutpostArn"},
271
+ "SiteId":{"shape":"SiteId"},
272
+ "Name":{"shape":"OutpostName"},
273
+ "Description":{"shape":"OutpostDescription"},
274
+ "LifeCycleStatus":{"shape":"LifeCycleStatus"},
275
+ "AvailabilityZone":{"shape":"AvailabilityZone"},
276
+ "AvailabilityZoneId":{"shape":"AvailabilityZoneId"}
277
+ }
278
+ },
279
+ "OutpostArn":{
280
+ "type":"string",
281
+ "max":255,
282
+ "min":1,
283
+ "pattern":"^arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/op-[a-f0-9]{17}$"
284
+ },
285
+ "OutpostDescription":{
286
+ "type":"string",
287
+ "max":1000,
288
+ "min":1,
289
+ "pattern":"^[\\S ]+$"
290
+ },
291
+ "OutpostId":{
292
+ "type":"string",
293
+ "max":180,
294
+ "min":1,
295
+ "pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/)?op-[a-f0-9]{17}$"
296
+ },
297
+ "OutpostName":{
298
+ "type":"string",
299
+ "max":255,
300
+ "min":1,
301
+ "pattern":"^[\\S ]+$"
302
+ },
303
+ "OwnerId":{
304
+ "type":"string",
305
+ "max":12,
306
+ "min":12,
307
+ "pattern":"\\d{12}"
308
+ },
309
+ "ServiceQuotaExceededException":{
310
+ "type":"structure",
311
+ "members":{
312
+ "Message":{"shape":"ErrorMessage"}
313
+ },
314
+ "error":{"httpStatusCode":402},
315
+ "exception":true
316
+ },
317
+ "Site":{
318
+ "type":"structure",
319
+ "members":{
320
+ "SiteId":{"shape":"SiteId"},
321
+ "AccountId":{"shape":"AccountId"},
322
+ "Name":{"shape":"SiteName"},
323
+ "Description":{"shape":"SiteDescription"}
324
+ }
325
+ },
326
+ "SiteDescription":{
327
+ "type":"string",
328
+ "max":1000,
329
+ "min":1,
330
+ "pattern":"^[\\S ]+$"
331
+ },
332
+ "SiteId":{
333
+ "type":"string",
334
+ "max":255,
335
+ "min":1,
336
+ "pattern":"os-[a-f0-9]{17}"
337
+ },
338
+ "SiteName":{
339
+ "type":"string",
340
+ "max":1000,
341
+ "min":1,
342
+ "pattern":"^[\\S ]+$"
343
+ },
344
+ "Token":{
345
+ "type":"string",
346
+ "max":1005,
347
+ "min":1,
348
+ "pattern":".*\\S.*"
349
+ },
350
+ "ValidationException":{
351
+ "type":"structure",
352
+ "members":{
353
+ "Message":{"shape":"ErrorMessage"}
354
+ },
355
+ "error":{"httpStatusCode":400},
356
+ "exception":true
357
+ },
358
+ "outpostListDefinition":{
359
+ "type":"list",
360
+ "member":{"shape":"Outpost"}
361
+ },
362
+ "siteListDefinition":{
363
+ "type":"list",
364
+ "member":{"shape":"Site"}
365
+ }
366
+ }
367
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListOutposts": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListSites": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -84,13 +84,10 @@
84
84
  "CreateBucket": [
85
85
  {
86
86
  "input": {
87
- "Bucket": "examplebucket",
88
- "CreateBucketConfiguration": {
89
- "LocationConstraint": "eu-west-1"
90
- }
87
+ "Bucket": "examplebucket"
91
88
  },
92
89
  "output": {
93
- "Location": "http://examplebucket.s3.amazonaws.com/"
90
+ "Location": "/examplebucket"
94
91
  },
95
92
  "comments": {
96
93
  "input": {
@@ -98,16 +95,19 @@
98
95
  "output": {
99
96
  }
100
97
  },
101
- "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
102
- "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
103
- "title": "To create a bucket in a specific region"
98
+ "description": "The following example creates a bucket.",
99
+ "id": "to-create-a-bucket--1472851826060",
100
+ "title": "To create a bucket "
104
101
  },
105
102
  {
106
103
  "input": {
107
- "Bucket": "examplebucket"
104
+ "Bucket": "examplebucket",
105
+ "CreateBucketConfiguration": {
106
+ "LocationConstraint": "eu-west-1"
107
+ }
108
108
  },
109
109
  "output": {
110
- "Location": "/examplebucket"
110
+ "Location": "http://examplebucket.s3.amazonaws.com/"
111
111
  },
112
112
  "comments": {
113
113
  "input": {
@@ -115,9 +115,9 @@
115
115
  "output": {
116
116
  }
117
117
  },
118
- "description": "The following example creates a bucket.",
119
- "id": "to-create-a-bucket--1472851826060",
120
- "title": "To create a bucket "
118
+ "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
119
+ "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
120
+ "title": "To create a bucket in a specific region"
121
121
  }
122
122
  ],
123
123
  "CreateMultipartUpload": [
@@ -292,10 +292,11 @@
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg"
295
+ "Key": "HappyFace.jpg",
296
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
296
297
  },
297
298
  "output": {
298
- "VersionId": "null"
299
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
299
300
  },
300
301
  "comments": {
301
302
  "input": {
@@ -303,18 +304,17 @@
303
304
  "output": {
304
305
  }
305
306
  },
306
- "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
307
- "id": "to-remove-tag-set-from-an-object-1483145342862",
308
- "title": "To remove tag set from an object"
307
+ "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
308
+ "id": "to-remove-tag-set-from-an-object-version-1483145285913",
309
+ "title": "To remove tag set from an object version"
309
310
  },
310
311
  {
311
312
  "input": {
312
313
  "Bucket": "examplebucket",
313
- "Key": "HappyFace.jpg",
314
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
314
+ "Key": "HappyFace.jpg"
315
315
  },
316
316
  "output": {
317
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
317
+ "VersionId": "null"
318
318
  },
319
319
  "comments": {
320
320
  "input": {
@@ -322,9 +322,9 @@
322
322
  "output": {
323
323
  }
324
324
  },
325
- "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
326
- "id": "to-remove-tag-set-from-an-object-version-1483145285913",
327
- "title": "To remove tag set from an object version"
325
+ "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
326
+ "id": "to-remove-tag-set-from-an-object-1483145342862",
327
+ "title": "To remove tag set from an object"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -334,12 +334,10 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "HappyFace.jpg",
338
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
337
+ "Key": "objectkey1"
339
338
  },
340
339
  {
341
- "Key": "HappyFace.jpg",
342
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
340
+ "Key": "objectkey2"
343
341
  }
344
342
  ],
345
343
  "Quiet": false
@@ -348,12 +346,14 @@
348
346
  "output": {
349
347
  "Deleted": [
350
348
  {
351
- "Key": "HappyFace.jpg",
352
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
349
+ "DeleteMarker": "true",
350
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
+ "Key": "objectkey1"
353
352
  },
354
353
  {
355
- "Key": "HappyFace.jpg",
356
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
354
+ "DeleteMarker": "true",
355
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
+ "Key": "objectkey2"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
- "title": "To delete multiple object versions from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
+ "title": "To delete multiple objects from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,10 +373,12 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "objectkey1"
376
+ "Key": "HappyFace.jpg",
377
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
377
378
  },
378
379
  {
379
- "Key": "objectkey2"
380
+ "Key": "HappyFace.jpg",
381
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
380
382
  }
381
383
  ],
382
384
  "Quiet": false
@@ -385,14 +387,12 @@
385
387
  "output": {
386
388
  "Deleted": [
387
389
  {
388
- "DeleteMarker": "true",
389
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
- "Key": "objectkey1"
390
+ "Key": "HappyFace.jpg",
391
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
391
392
  },
392
393
  {
393
- "DeleteMarker": "true",
394
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
- "Key": "objectkey2"
394
+ "Key": "HappyFace.jpg",
395
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
- "title": "To delete multiple objects from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
+ "title": "To delete multiple object versions from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -1567,13 +1567,16 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "Body": "filetoupload",
1570
+ "Body": "HappyFace.jpg",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "objectkey"
1572
+ "Key": "HappyFace.jpg",
1573
+ "ServerSideEncryption": "AES256",
1574
+ "StorageClass": "STANDARD_IA"
1573
1575
  },
1574
1576
  "output": {
1575
1577
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1578
+ "ServerSideEncryption": "AES256",
1579
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1577
1580
  },
1578
1581
  "comments": {
1579
1582
  "input": {
@@ -1581,9 +1584,9 @@
1581
1584
  "output": {
1582
1585
  }
1583
1586
  },
1584
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1585
- "id": "to-create-an-object-1483147613675",
1586
- "title": "To create an object."
1587
+ "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1588
+ "id": "to-upload-an-object-(specify-optional-headers)",
1589
+ "title": "To upload an object (specify optional headers)"
1587
1590
  },
1588
1591
  {
1589
1592
  "input": {
@@ -1611,13 +1614,14 @@
1611
1614
  "Body": "filetoupload",
1612
1615
  "Bucket": "examplebucket",
1613
1616
  "Key": "exampleobject",
1614
- "ServerSideEncryption": "AES256",
1615
- "Tagging": "key1=value1&key2=value2"
1617
+ "Metadata": {
1618
+ "metadata1": "value1",
1619
+ "metadata2": "value2"
1620
+ }
1616
1621
  },
1617
1622
  "output": {
1618
1623
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1619
- "ServerSideEncryption": "AES256",
1620
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1624
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1621
1625
  },
1622
1626
  "comments": {
1623
1627
  "input": {
@@ -1625,19 +1629,19 @@
1625
1629
  "output": {
1626
1630
  }
1627
1631
  },
1628
- "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1629
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1630
- "title": "To upload an object and specify server-side encryption and object tags"
1632
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1633
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1634
+ "title": "To upload object and specify user-defined metadata"
1631
1635
  },
1632
1636
  {
1633
1637
  "input": {
1634
- "Body": "HappyFace.jpg",
1638
+ "Body": "filetoupload",
1635
1639
  "Bucket": "examplebucket",
1636
- "Key": "HappyFace.jpg"
1640
+ "Key": "objectkey"
1637
1641
  },
1638
1642
  "output": {
1639
1643
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1640
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1644
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1641
1645
  },
1642
1646
  "comments": {
1643
1647
  "input": {
@@ -1645,20 +1649,19 @@
1645
1649
  "output": {
1646
1650
  }
1647
1651
  },
1648
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1649
- "id": "to-upload-an-object-1481760101010",
1650
- "title": "To upload an object"
1652
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1653
+ "id": "to-create-an-object-1483147613675",
1654
+ "title": "To create an object."
1651
1655
  },
1652
1656
  {
1653
1657
  "input": {
1654
- "ACL": "authenticated-read",
1655
- "Body": "filetoupload",
1658
+ "Body": "HappyFace.jpg",
1656
1659
  "Bucket": "examplebucket",
1657
- "Key": "exampleobject"
1660
+ "Key": "HappyFace.jpg"
1658
1661
  },
1659
1662
  "output": {
1660
1663
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1661
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1664
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1662
1665
  },
1663
1666
  "comments": {
1664
1667
  "input": {
@@ -1666,22 +1669,20 @@
1666
1669
  "output": {
1667
1670
  }
1668
1671
  },
1669
- "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1670
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1671
- "title": "To upload an object and specify canned ACL."
1672
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1673
+ "id": "to-upload-an-object-1481760101010",
1674
+ "title": "To upload an object"
1672
1675
  },
1673
1676
  {
1674
1677
  "input": {
1675
- "Body": "HappyFace.jpg",
1678
+ "ACL": "authenticated-read",
1679
+ "Body": "filetoupload",
1676
1680
  "Bucket": "examplebucket",
1677
- "Key": "HappyFace.jpg",
1678
- "ServerSideEncryption": "AES256",
1679
- "StorageClass": "STANDARD_IA"
1681
+ "Key": "exampleobject"
1680
1682
  },
1681
1683
  "output": {
1682
1684
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1683
- "ServerSideEncryption": "AES256",
1684
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1685
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1685
1686
  },
1686
1687
  "comments": {
1687
1688
  "input": {
@@ -1689,23 +1690,22 @@
1689
1690
  "output": {
1690
1691
  }
1691
1692
  },
1692
- "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1693
- "id": "to-upload-an-object-(specify-optional-headers)",
1694
- "title": "To upload an object (specify optional headers)"
1693
+ "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1694
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1695
+ "title": "To upload an object and specify canned ACL."
1695
1696
  },
1696
1697
  {
1697
1698
  "input": {
1698
1699
  "Body": "filetoupload",
1699
1700
  "Bucket": "examplebucket",
1700
1701
  "Key": "exampleobject",
1701
- "Metadata": {
1702
- "metadata1": "value1",
1703
- "metadata2": "value2"
1704
- }
1702
+ "ServerSideEncryption": "AES256",
1703
+ "Tagging": "key1=value1&key2=value2"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1707
+ "ServerSideEncryption": "AES256",
1708
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1718
- "title": "To upload object and specify user-defined metadata"
1716
+ "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1718
+ "title": "To upload an object and specify server-side encryption and object tags"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [