aws-sdk-core 2.11.181 → 2.11.182

Sign up to get free protection for your applications and to get access to all the features.
@@ -4444,7 +4444,10 @@
4444
4444
  "COMPLIANCE"
4445
4445
  ]
4446
4446
  },
4447
- "ObjectLockRetainUntilDate":{"type":"timestamp"},
4447
+ "ObjectLockRetainUntilDate":{
4448
+ "type":"timestamp",
4449
+ "timestampFormat":"iso8601"
4450
+ },
4448
4451
  "ObjectLockRetention":{
4449
4452
  "type":"structure",
4450
4453
  "members":{
@@ -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": [
@@ -257,8 +257,10 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "ExampleBucket",
261
- "Key": "HappyFace.jpg"
260
+ "Bucket": "examplebucket",
261
+ "Key": "objectkey.jpg"
262
+ },
263
+ "output": {
262
264
  },
263
265
  "comments": {
264
266
  "input": {
@@ -266,16 +268,14 @@
266
268
  "output": {
267
269
  }
268
270
  },
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)"
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"
272
274
  },
273
275
  {
274
276
  "input": {
275
- "Bucket": "examplebucket",
276
- "Key": "objectkey.jpg"
277
- },
278
- "output": {
277
+ "Bucket": "ExampleBucket",
278
+ "Key": "HappyFace.jpg"
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,9 +283,9 @@
283
283
  "output": {
284
284
  }
285
285
  },
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"
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)"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
@@ -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": [
@@ -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": [
@@ -1569,14 +1569,11 @@
1569
1569
  "input": {
1570
1570
  "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "exampleobject",
1573
- "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1572
+ "Key": "objectkey"
1575
1573
  },
1576
1574
  "output": {
1577
1575
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
- "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1576
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1580
1577
  },
1581
1578
  "comments": {
1582
1579
  "input": {
@@ -1584,20 +1581,19 @@
1584
1581
  "output": {
1585
1582
  }
1586
1583
  },
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"
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."
1590
1587
  },
1591
1588
  {
1592
1589
  "input": {
1593
- "ACL": "authenticated-read",
1594
- "Body": "filetoupload",
1590
+ "Body": "HappyFace.jpg",
1595
1591
  "Bucket": "examplebucket",
1596
- "Key": "exampleobject"
1592
+ "Key": "HappyFace.jpg"
1597
1593
  },
1598
1594
  "output": {
1599
1595
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1600
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1596
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1601
1597
  },
1602
1598
  "comments": {
1603
1599
  "input": {
@@ -1605,19 +1601,22 @@
1605
1601
  "output": {
1606
1602
  }
1607
1603
  },
1608
- "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.",
1609
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1610
- "title": "To upload an object and specify canned ACL."
1604
+ "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.",
1605
+ "id": "to-upload-an-object-1481760101010",
1606
+ "title": "To upload an object"
1611
1607
  },
1612
1608
  {
1613
1609
  "input": {
1614
- "Body": "HappyFace.jpg",
1610
+ "Body": "filetoupload",
1615
1611
  "Bucket": "examplebucket",
1616
- "Key": "HappyFace.jpg"
1612
+ "Key": "exampleobject",
1613
+ "ServerSideEncryption": "AES256",
1614
+ "Tagging": "key1=value1&key2=value2"
1617
1615
  },
1618
1616
  "output": {
1619
1617
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1620
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1618
+ "ServerSideEncryption": "AES256",
1619
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1621
1620
  },
1622
1621
  "comments": {
1623
1622
  "input": {
@@ -1625,19 +1624,23 @@
1625
1624
  "output": {
1626
1625
  }
1627
1626
  },
1628
- "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.",
1629
- "id": "to-upload-an-object-1481760101010",
1630
- "title": "To upload an object"
1627
+ "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.",
1628
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1629
+ "title": "To upload an object and specify server-side encryption and object tags"
1631
1630
  },
1632
1631
  {
1633
1632
  "input": {
1634
1633
  "Body": "filetoupload",
1635
1634
  "Bucket": "examplebucket",
1636
- "Key": "objectkey"
1635
+ "Key": "exampleobject",
1636
+ "Metadata": {
1637
+ "metadata1": "value1",
1638
+ "metadata2": "value2"
1639
+ }
1637
1640
  },
1638
1641
  "output": {
1639
1642
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1640
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1643
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1641
1644
  },
1642
1645
  "comments": {
1643
1646
  "input": {
@@ -1645,9 +1648,9 @@
1645
1648
  "output": {
1646
1649
  }
1647
1650
  },
1648
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1649
- "id": "to-create-an-object-1483147613675",
1650
- "title": "To create an object."
1651
+ "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.",
1652
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1653
+ "title": "To upload object and specify user-defined metadata"
1651
1654
  },
1652
1655
  {
1653
1656
  "input": {
@@ -1672,17 +1675,16 @@
1672
1675
  },
1673
1676
  {
1674
1677
  "input": {
1675
- "Body": "filetoupload",
1678
+ "Body": "HappyFace.jpg",
1676
1679
  "Bucket": "examplebucket",
1677
- "Key": "exampleobject",
1678
- "Metadata": {
1679
- "metadata1": "value1",
1680
- "metadata2": "value2"
1681
- }
1680
+ "Key": "HappyFace.jpg",
1681
+ "ServerSideEncryption": "AES256",
1682
+ "StorageClass": "STANDARD_IA"
1682
1683
  },
1683
1684
  "output": {
1684
1685
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1685
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1686
+ "ServerSideEncryption": "AES256",
1687
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1686
1688
  },
1687
1689
  "comments": {
1688
1690
  "input": {
@@ -1690,22 +1692,20 @@
1690
1692
  "output": {
1691
1693
  }
1692
1694
  },
1693
- "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.",
1694
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1695
- "title": "To upload object and specify user-defined metadata"
1695
+ "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.",
1696
+ "id": "to-upload-an-object-(specify-optional-headers)",
1697
+ "title": "To upload an object (specify optional headers)"
1696
1698
  },
1697
1699
  {
1698
1700
  "input": {
1699
- "Body": "HappyFace.jpg",
1701
+ "ACL": "authenticated-read",
1702
+ "Body": "filetoupload",
1700
1703
  "Bucket": "examplebucket",
1701
- "Key": "HappyFace.jpg",
1702
- "ServerSideEncryption": "AES256",
1703
- "StorageClass": "STANDARD_IA"
1704
+ "Key": "exampleobject"
1704
1705
  },
1705
1706
  "output": {
1706
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1708
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
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. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1717
- "id": "to-upload-an-object-(specify-optional-headers)",
1718
- "title": "To upload an object (specify optional headers)"
1716
+ "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.",
1717
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1718
+ "title": "To upload an object and specify canned ACL."
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [