aws-sdk-core 2.11.596 → 2.11.597

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,18 @@
11
11
  "output_token" : "NextToken",
12
12
  "limit_key" : "MaxResults",
13
13
  "result_key" : "Flows"
14
+ },
15
+ "ListOfferings" : {
16
+ "input_token" : "NextToken",
17
+ "output_token" : "NextToken",
18
+ "limit_key" : "MaxResults",
19
+ "result_key" : "Offerings"
20
+ },
21
+ "ListReservations" : {
22
+ "input_token" : "NextToken",
23
+ "output_token" : "NextToken",
24
+ "limit_key" : "MaxResults",
25
+ "result_key" : "Reservations"
14
26
  }
15
27
  }
16
28
  }
@@ -3717,6 +3717,9 @@
3717
3717
  },
3718
3718
  {
3719
3719
  "shape": "TooManyRequestsException"
3720
+ },
3721
+ {
3722
+ "shape": "ConflictException"
3720
3723
  }
3721
3724
  ]
3722
3725
  },
@@ -5183,7 +5186,8 @@
5183
5186
  "PENDING_NEXT_RUN",
5184
5187
  "COMPLETED",
5185
5188
  "PAUSED",
5186
- "DELETED"
5189
+ "DELETED",
5190
+ "INVALID"
5187
5191
  ]
5188
5192
  },
5189
5193
  "CampaignsResponse": {
@@ -5288,6 +5292,21 @@
5288
5292
  }
5289
5293
  }
5290
5294
  },
5295
+ "ConflictException": {
5296
+ "type": "structure",
5297
+ "members": {
5298
+ "Message": {
5299
+ "shape": "__string"
5300
+ },
5301
+ "RequestID": {
5302
+ "shape": "__string"
5303
+ }
5304
+ },
5305
+ "exception": true,
5306
+ "error": {
5307
+ "httpStatusCode": 409
5308
+ }
5309
+ },
5291
5310
  "CreateAppRequest": {
5292
5311
  "type": "structure",
5293
5312
  "members": {
@@ -6943,10 +6962,7 @@
6943
6962
  "MessageActivity": {
6944
6963
  "shape": "__string"
6945
6964
  }
6946
- },
6947
- "required": [
6948
- "Dimensions"
6949
- ]
6965
+ }
6950
6966
  },
6951
6967
  "EventDimensions": {
6952
6968
  "type": "structure",
@@ -6962,6 +6978,21 @@
6962
6978
  }
6963
6979
  }
6964
6980
  },
6981
+ "EventFilter": {
6982
+ "type": "structure",
6983
+ "members": {
6984
+ "Dimensions": {
6985
+ "shape": "EventDimensions"
6986
+ },
6987
+ "FilterType": {
6988
+ "shape": "FilterType"
6989
+ }
6990
+ },
6991
+ "required": [
6992
+ "FilterType",
6993
+ "Dimensions"
6994
+ ]
6995
+ },
6965
6996
  "EventItemResponse": {
6966
6997
  "type": "structure",
6967
6998
  "members": {
@@ -6973,6 +7004,17 @@
6973
7004
  }
6974
7005
  }
6975
7006
  },
7007
+ "EventStartCondition": {
7008
+ "type": "structure",
7009
+ "members": {
7010
+ "EventFilter": {
7011
+ "shape": "EventFilter"
7012
+ },
7013
+ "SegmentId": {
7014
+ "shape": "__string"
7015
+ }
7016
+ }
7017
+ },
6976
7018
  "EventStream": {
6977
7019
  "type": "structure",
6978
7020
  "members": {
@@ -10674,6 +10716,9 @@
10674
10716
  "Description": {
10675
10717
  "shape": "__string"
10676
10718
  },
10719
+ "EventStartCondition": {
10720
+ "shape": "EventStartCondition"
10721
+ },
10677
10722
  "SegmentStartCondition": {
10678
10723
  "shape": "SegmentCondition"
10679
10724
  }
@@ -4882,7 +4882,8 @@
4882
4882
  "STANDARD_IA",
4883
4883
  "ONEZONE_IA",
4884
4884
  "INTELLIGENT_TIERING",
4885
- "DEEP_ARCHIVE"
4885
+ "DEEP_ARCHIVE",
4886
+ "OUTPOSTS"
4886
4887
  ]
4887
4888
  },
4888
4889
  "ObjectVersion":{
@@ -6717,7 +6718,8 @@
6717
6718
  "ONEZONE_IA",
6718
6719
  "INTELLIGENT_TIERING",
6719
6720
  "GLACIER",
6720
- "DEEP_ARCHIVE"
6721
+ "DEEP_ARCHIVE",
6722
+ "OUTPOSTS"
6721
6723
  ]
6722
6724
  },
6723
6725
  "StorageClassAnalysis":{
@@ -84,10 +84,13 @@
84
84
  "CreateBucket": [
85
85
  {
86
86
  "input": {
87
- "Bucket": "examplebucket"
87
+ "Bucket": "examplebucket",
88
+ "CreateBucketConfiguration": {
89
+ "LocationConstraint": "eu-west-1"
90
+ }
88
91
  },
89
92
  "output": {
90
- "Location": "/examplebucket"
93
+ "Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
91
94
  },
92
95
  "comments": {
93
96
  "input": {
@@ -95,19 +98,16 @@
95
98
  "output": {
96
99
  }
97
100
  },
98
- "description": "The following example creates a bucket.",
99
- "id": "to-create-a-bucket--1472851826060",
100
- "title": "To create a bucket "
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"
101
104
  },
102
105
  {
103
106
  "input": {
104
- "Bucket": "examplebucket",
105
- "CreateBucketConfiguration": {
106
- "LocationConstraint": "eu-west-1"
107
- }
107
+ "Bucket": "examplebucket"
108
108
  },
109
109
  "output": {
110
- "Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
110
+ "Location": "/examplebucket"
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. 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"
118
+ "description": "The following example creates a bucket.",
119
+ "id": "to-create-a-bucket--1472851826060",
120
+ "title": "To create a bucket "
121
121
  }
122
122
  ],
123
123
  "CreateMultipartUpload": [
@@ -257,10 +257,8 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "examplebucket",
261
- "Key": "objectkey.jpg"
262
- },
263
- "output": {
260
+ "Bucket": "ExampleBucket",
261
+ "Key": "HappyFace.jpg"
264
262
  },
265
263
  "comments": {
266
264
  "input": {
@@ -268,14 +266,16 @@
268
266
  "output": {
269
267
  }
270
268
  },
271
- "description": "The following example deletes an object from an S3 bucket.",
272
- "id": "to-delete-an-object-1472850136595",
273
- "title": "To delete an object"
269
+ "description": "The following example deletes an object from a non-versioned bucket.",
270
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
271
+ "title": "To delete an object (from a non-versioned bucket)"
274
272
  },
275
273
  {
276
274
  "input": {
277
- "Bucket": "ExampleBucket",
278
- "Key": "HappyFace.jpg"
275
+ "Bucket": "examplebucket",
276
+ "Key": "objectkey.jpg"
277
+ },
278
+ "output": {
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,20 +283,19 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from a non-versioned bucket.",
287
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
- "title": "To delete an object (from a non-versioned bucket)"
286
+ "description": "The following example deletes an object from an S3 bucket.",
287
+ "id": "to-delete-an-object-1472850136595",
288
+ "title": "To delete an object"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg",
296
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
295
+ "Key": "HappyFace.jpg"
297
296
  },
298
297
  "output": {
299
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
298
+ "VersionId": "null"
300
299
  },
301
300
  "comments": {
302
301
  "input": {
@@ -304,17 +303,18 @@
304
303
  "output": {
305
304
  }
306
305
  },
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"
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"
310
309
  },
311
310
  {
312
311
  "input": {
313
312
  "Bucket": "examplebucket",
314
- "Key": "HappyFace.jpg"
313
+ "Key": "HappyFace.jpg",
314
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
315
315
  },
316
316
  "output": {
317
- "VersionId": "null"
317
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
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. 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"
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"
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": [
@@ -728,18 +728,17 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "SampleFile.txt",
732
- "Range": "bytes=0-9"
731
+ "Key": "HappyFace.jpg"
733
732
  },
734
733
  "output": {
735
734
  "AcceptRanges": "bytes",
736
- "ContentLength": "10",
737
- "ContentRange": "bytes 0-9/43",
738
- "ContentType": "text/plain",
739
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
735
+ "ContentLength": "3191",
736
+ "ContentType": "image/jpeg",
737
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
741
739
  "Metadata": {
742
740
  },
741
+ "TagCount": 2,
743
742
  "VersionId": "null"
744
743
  },
745
744
  "comments": {
@@ -748,24 +747,25 @@
748
747
  "output": {
749
748
  }
750
749
  },
751
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
- "title": "To retrieve a byte range of an object "
750
+ "description": "The following example retrieves an object for an S3 bucket.",
751
+ "id": "to-retrieve-an-object-1481827837012",
752
+ "title": "To retrieve an object"
754
753
  },
755
754
  {
756
755
  "input": {
757
756
  "Bucket": "examplebucket",
758
- "Key": "HappyFace.jpg"
757
+ "Key": "SampleFile.txt",
758
+ "Range": "bytes=0-9"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "3191",
763
- "ContentType": "image/jpeg",
764
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
762
+ "ContentLength": "10",
763
+ "ContentRange": "bytes 0-9/43",
764
+ "ContentType": "text/plain",
765
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
766
767
  "Metadata": {
767
768
  },
768
- "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket.",
778
- "id": "to-retrieve-an-object-1481827837012",
779
- "title": "To retrieve an object"
777
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
+ "title": "To retrieve a byte range of an object "
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,20 +840,17 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "HappyFace.jpg"
843
+ "Key": "exampleobject",
844
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
844
845
  },
845
846
  "output": {
846
847
  "TagSet": [
847
848
  {
848
- "Key": "Key4",
849
- "Value": "Value4"
850
- },
851
- {
852
- "Key": "Key3",
853
- "Value": "Value3"
849
+ "Key": "Key1",
850
+ "Value": "Value1"
854
851
  }
855
852
  ],
856
- "VersionId": "null"
853
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
857
854
  },
858
855
  "comments": {
859
856
  "input": {
@@ -861,24 +858,27 @@
861
858
  "output": {
862
859
  }
863
860
  },
864
- "description": "The following example retrieves tag set of an object.",
865
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
- "title": "To retrieve tag set of an object"
861
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
+ "title": "To retrieve tag set of a specific object version"
867
864
  },
868
865
  {
869
866
  "input": {
870
867
  "Bucket": "examplebucket",
871
- "Key": "exampleobject",
872
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
868
+ "Key": "HappyFace.jpg"
873
869
  },
874
870
  "output": {
875
871
  "TagSet": [
876
872
  {
877
- "Key": "Key1",
878
- "Value": "Value1"
873
+ "Key": "Key4",
874
+ "Value": "Value4"
875
+ },
876
+ {
877
+ "Key": "Key3",
878
+ "Value": "Value3"
879
879
  }
880
880
  ],
881
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
881
+ "VersionId": "null"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
- "title": "To retrieve tag set of a specific object version"
889
+ "description": "The following example retrieves tag set of an object.",
890
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
+ "title": "To retrieve tag set of an object"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1565,18 +1565,39 @@
1565
1565
  }
1566
1566
  ],
1567
1567
  "PutObject": [
1568
+ {
1569
+ "input": {
1570
+ "Body": "HappyFace.jpg",
1571
+ "Bucket": "examplebucket",
1572
+ "Key": "HappyFace.jpg"
1573
+ },
1574
+ "output": {
1575
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1577
+ },
1578
+ "comments": {
1579
+ "input": {
1580
+ },
1581
+ "output": {
1582
+ }
1583
+ },
1584
+ "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.",
1585
+ "id": "to-upload-an-object-1481760101010",
1586
+ "title": "To upload an object"
1587
+ },
1568
1588
  {
1569
1589
  "input": {
1570
1590
  "Body": "filetoupload",
1571
1591
  "Bucket": "examplebucket",
1572
1592
  "Key": "exampleobject",
1573
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1593
+ "Metadata": {
1594
+ "metadata1": "value1",
1595
+ "metadata2": "value2"
1596
+ }
1575
1597
  },
1576
1598
  "output": {
1577
1599
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1600
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1580
1601
  },
1581
1602
  "comments": {
1582
1603
  "input": {
@@ -1584,19 +1605,22 @@
1584
1605
  "output": {
1585
1606
  }
1586
1607
  },
1587
- "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.",
1588
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
- "title": "To upload an object and specify server-side encryption and object tags"
1608
+ "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.",
1609
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1610
+ "title": "To upload object and specify user-defined metadata"
1590
1611
  },
1591
1612
  {
1592
1613
  "input": {
1593
1614
  "Body": "filetoupload",
1594
1615
  "Bucket": "examplebucket",
1595
- "Key": "objectkey"
1616
+ "Key": "exampleobject",
1617
+ "ServerSideEncryption": "AES256",
1618
+ "Tagging": "key1=value1&key2=value2"
1596
1619
  },
1597
1620
  "output": {
1598
1621
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1599
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1622
+ "ServerSideEncryption": "AES256",
1623
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1600
1624
  },
1601
1625
  "comments": {
1602
1626
  "input": {
@@ -1604,9 +1628,9 @@
1604
1628
  "output": {
1605
1629
  }
1606
1630
  },
1607
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1608
- "id": "to-create-an-object-1483147613675",
1609
- "title": "To create an object."
1631
+ "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.",
1632
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1633
+ "title": "To upload an object and specify server-side encryption and object tags"
1610
1634
  },
1611
1635
  {
1612
1636
  "input": {
@@ -1652,30 +1676,6 @@
1652
1676
  "id": "to-upload-an-object-(specify-optional-headers)",
1653
1677
  "title": "To upload an object (specify optional headers)"
1654
1678
  },
1655
- {
1656
- "input": {
1657
- "Body": "filetoupload",
1658
- "Bucket": "examplebucket",
1659
- "Key": "exampleobject",
1660
- "Metadata": {
1661
- "metadata1": "value1",
1662
- "metadata2": "value2"
1663
- }
1664
- },
1665
- "output": {
1666
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1667
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1668
- },
1669
- "comments": {
1670
- "input": {
1671
- },
1672
- "output": {
1673
- }
1674
- },
1675
- "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.",
1676
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
- "title": "To upload object and specify user-defined metadata"
1678
- },
1679
1679
  {
1680
1680
  "input": {
1681
1681
  "ACL": "authenticated-read",
@@ -1699,13 +1699,13 @@
1699
1699
  },
1700
1700
  {
1701
1701
  "input": {
1702
- "Body": "HappyFace.jpg",
1702
+ "Body": "filetoupload",
1703
1703
  "Bucket": "examplebucket",
1704
- "Key": "HappyFace.jpg"
1704
+ "Key": "objectkey"
1705
1705
  },
1706
1706
  "output": {
1707
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1708
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "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.",
1717
- "id": "to-upload-an-object-1481760101010",
1718
- "title": "To upload an object"
1716
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
+ "id": "to-create-an-object-1483147613675",
1718
+ "title": "To create an object."
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [