aws-sdk 2.1578.0 → 2.1580.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.<Region>.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.<Region>.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,19 +283,20 @@
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": [
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,10 +334,12 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "objectkey1"
337
+ "Key": "HappyFace.jpg",
338
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
338
339
  },
339
340
  {
340
- "Key": "objectkey2"
341
+ "Key": "HappyFace.jpg",
342
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
341
343
  }
342
344
  ],
343
345
  "Quiet": false
@@ -346,14 +348,12 @@
346
348
  "output": {
347
349
  "Deleted": [
348
350
  {
349
- "DeleteMarker": "true",
350
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
- "Key": "objectkey1"
351
+ "Key": "HappyFace.jpg",
352
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
352
353
  },
353
354
  {
354
- "DeleteMarker": "true",
355
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
- "Key": "objectkey2"
355
+ "Key": "HappyFace.jpg",
356
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
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 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"
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"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,12 +373,10 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "HappyFace.jpg",
377
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
376
+ "Key": "objectkey1"
378
377
  },
379
378
  {
380
- "Key": "HappyFace.jpg",
381
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
379
+ "Key": "objectkey2"
382
380
  }
383
381
  ],
384
382
  "Quiet": false
@@ -387,12 +385,14 @@
387
385
  "output": {
388
386
  "Deleted": [
389
387
  {
390
- "Key": "HappyFace.jpg",
391
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
388
+ "DeleteMarker": "true",
389
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
+ "Key": "objectkey1"
392
391
  },
393
392
  {
394
- "Key": "HappyFace.jpg",
395
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
393
+ "DeleteMarker": "true",
394
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
+ "Key": "objectkey2"
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 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"
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"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -1132,7 +1132,7 @@
1132
1132
  "output": {
1133
1133
  }
1134
1134
  },
1135
- "description": "The following example return versions of an object with specific key name prefix. The request limits the number of items returned to two. If there are are more than two object version, S3 returns NextToken in the response. You can specify this token value in your next request to fetch next set of object versions.",
1135
+ "description": "The following example returns versions of an object with specific key name prefix.",
1136
1136
  "id": "to-list-object-versions-1481910996058",
1137
1137
  "title": "To list object versions"
1138
1138
  }
@@ -1567,13 +1567,13 @@
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
1573
  },
1574
1574
  "output": {
1575
1575
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1576
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1577
1577
  },
1578
1578
  "comments": {
1579
1579
  "input": {
@@ -1581,23 +1581,22 @@
1581
1581
  "output": {
1582
1582
  }
1583
1583
  },
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."
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
1587
  },
1588
1588
  {
1589
1589
  "input": {
1590
- "Body": "filetoupload",
1590
+ "Body": "HappyFace.jpg",
1591
1591
  "Bucket": "examplebucket",
1592
- "Key": "exampleobject",
1593
- "Metadata": {
1594
- "metadata1": "value1",
1595
- "metadata2": "value2"
1596
- }
1592
+ "Key": "HappyFace.jpg",
1593
+ "ServerSideEncryption": "AES256",
1594
+ "StorageClass": "STANDARD_IA"
1597
1595
  },
1598
1596
  "output": {
1599
1597
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1600
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1598
+ "ServerSideEncryption": "AES256",
1599
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1601
1600
  },
1602
1601
  "comments": {
1603
1602
  "input": {
@@ -1605,19 +1604,23 @@
1605
1604
  "output": {
1606
1605
  }
1607
1606
  },
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"
1607
+ "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.",
1608
+ "id": "to-upload-an-object-(specify-optional-headers)",
1609
+ "title": "To upload an object (specify optional headers)"
1611
1610
  },
1612
1611
  {
1613
1612
  "input": {
1614
- "Body": "HappyFace.jpg",
1613
+ "Body": "filetoupload",
1615
1614
  "Bucket": "examplebucket",
1616
- "Key": "HappyFace.jpg"
1615
+ "Key": "exampleobject",
1616
+ "Metadata": {
1617
+ "metadata1": "value1",
1618
+ "metadata2": "value2"
1619
+ }
1617
1620
  },
1618
1621
  "output": {
1619
1622
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1620
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1623
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1621
1624
  },
1622
1625
  "comments": {
1623
1626
  "input": {
@@ -1625,9 +1628,9 @@
1625
1628
  "output": {
1626
1629
  }
1627
1630
  },
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"
1631
+ "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.",
1632
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1633
+ "title": "To upload object and specify user-defined metadata"
1631
1634
  },
1632
1635
  {
1633
1636
  "input": {
@@ -1652,16 +1655,13 @@
1652
1655
  },
1653
1656
  {
1654
1657
  "input": {
1655
- "Body": "HappyFace.jpg",
1658
+ "Body": "filetoupload",
1656
1659
  "Bucket": "examplebucket",
1657
- "Key": "HappyFace.jpg",
1658
- "ServerSideEncryption": "AES256",
1659
- "StorageClass": "STANDARD_IA"
1660
+ "Key": "objectkey"
1660
1661
  },
1661
1662
  "output": {
1662
1663
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1663
- "ServerSideEncryption": "AES256",
1664
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1664
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1665
1665
  },
1666
1666
  "comments": {
1667
1667
  "input": {
@@ -1669,20 +1669,22 @@
1669
1669
  "output": {
1670
1670
  }
1671
1671
  },
1672
- "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.",
1673
- "id": "to-upload-an-object-(specify-optional-headers)",
1674
- "title": "To upload an object (specify optional headers)"
1672
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1673
+ "id": "to-create-an-object-1483147613675",
1674
+ "title": "To create an object."
1675
1675
  },
1676
1676
  {
1677
1677
  "input": {
1678
- "Body": "c:\\HappyFace.jpg",
1678
+ "Body": "filetoupload",
1679
1679
  "Bucket": "examplebucket",
1680
- "Key": "HappyFace.jpg",
1680
+ "Key": "exampleobject",
1681
+ "ServerSideEncryption": "AES256",
1681
1682
  "Tagging": "key1=value1&key2=value2"
1682
1683
  },
1683
1684
  "output": {
1684
1685
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1685
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1686
+ "ServerSideEncryption": "AES256",
1687
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1686
1688
  },
1687
1689
  "comments": {
1688
1690
  "input": {
@@ -1690,22 +1692,20 @@
1690
1692
  "output": {
1691
1693
  }
1692
1694
  },
1693
- "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1694
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1695
- "title": "To upload an object and specify optional tags"
1695
+ "description": "The following example uploads an 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.",
1696
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1697
+ "title": "To upload an object and specify server-side encryption and object tags"
1696
1698
  },
1697
1699
  {
1698
1700
  "input": {
1699
- "Body": "filetoupload",
1701
+ "Body": "c:\\HappyFace.jpg",
1700
1702
  "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1702
- "ServerSideEncryption": "AES256",
1703
+ "Key": "HappyFace.jpg",
1703
1704
  "Tagging": "key1=value1&key2=value2"
1704
1705
  },
1705
1706
  "output": {
1706
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1708
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
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 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"
1716
+ "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1717
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1718
+ "title": "To upload an object and specify optional tags"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -1826,15 +1826,14 @@
1826
1826
  "input": {
1827
1827
  "Bucket": "examplebucket",
1828
1828
  "CopySource": "/bucketname/sourceobjectkey",
1829
- "CopySourceRange": "bytes=1-100000",
1830
1829
  "Key": "examplelargeobject",
1831
- "PartNumber": "2",
1830
+ "PartNumber": "1",
1832
1831
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1833
1832
  },
1834
1833
  "output": {
1835
1834
  "CopyPartResult": {
1836
- "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1837
- "LastModified": "2016-12-29T21:44:28.000Z"
1835
+ "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1836
+ "LastModified": "2016-12-29T21:24:43.000Z"
1838
1837
  }
1839
1838
  },
1840
1839
  "comments": {
@@ -1843,22 +1842,23 @@
1843
1842
  "output": {
1844
1843
  }
1845
1844
  },
1846
- "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
1847
- "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
1848
- "title": "To upload a part by copying byte range from an existing object as data source"
1845
+ "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
1846
+ "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
1847
+ "title": "To upload a part by copying data from an existing object as data source"
1849
1848
  },
1850
1849
  {
1851
1850
  "input": {
1852
1851
  "Bucket": "examplebucket",
1853
1852
  "CopySource": "/bucketname/sourceobjectkey",
1853
+ "CopySourceRange": "bytes=1-100000",
1854
1854
  "Key": "examplelargeobject",
1855
- "PartNumber": "1",
1855
+ "PartNumber": "2",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1857
1857
  },
1858
1858
  "output": {
1859
1859
  "CopyPartResult": {
1860
- "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1861
- "LastModified": "2016-12-29T21:24:43.000Z"
1860
+ "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1861
+ "LastModified": "2016-12-29T21:44:28.000Z"
1862
1862
  }
1863
1863
  },
1864
1864
  "comments": {
@@ -1867,9 +1867,9 @@
1867
1867
  "output": {
1868
1868
  }
1869
1869
  },
1870
- "description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
1871
- "id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
1872
- "title": "To upload a part by copying data from an existing object as data source"
1870
+ "description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
1871
+ "id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
1872
+ "title": "To upload a part by copying byte range from an existing object as data source"
1873
1873
  }
1874
1874
  ]
1875
1875
  }
@@ -2883,7 +2883,8 @@
2883
2883
  "type": "structure",
2884
2884
  "members": {
2885
2885
  "LegalHold": {
2886
- "shape": "Sar"
2886
+ "shape": "Sar",
2887
+ "locationName": "LegalHold"
2887
2888
  }
2888
2889
  },
2889
2890
  "payload": "LegalHold"
@@ -2964,7 +2965,8 @@
2964
2965
  "type": "structure",
2965
2966
  "members": {
2966
2967
  "Retention": {
2967
- "shape": "Sb2"
2968
+ "shape": "Sb2",
2969
+ "locationName": "Retention"
2968
2970
  }
2969
2971
  },
2970
2972
  "payload": "Retention"
@@ -567,8 +567,7 @@
567
567
  "shape": "S11"
568
568
  },
569
569
  "desiredSoftwareSetId": {},
570
- "softwareSetUpdateSchedule": {},
571
- "kmsKeyArn": {}
570
+ "softwareSetUpdateSchedule": {}
572
571
  }
573
572
  },
574
573
  "output": {
@@ -648,11 +648,11 @@ declare class Backup extends Service {
648
648
  */
649
649
  startRestoreJob(callback?: (err: AWSError, data: Backup.Types.StartRestoreJobOutput) => void): Request<Backup.Types.StartRestoreJobOutput, AWSError>;
650
650
  /**
651
- * Attempts to cancel a job to create a one-time backup of a resource. This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.
651
+ * Attempts to cancel a job to create a one-time backup of a resource. This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.
652
652
  */
653
653
  stopBackupJob(params: Backup.Types.StopBackupJobInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
654
654
  /**
655
- * Attempts to cancel a job to create a one-time backup of a resource. This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.
655
+ * Attempts to cancel a job to create a one-time backup of a resource. This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.
656
656
  */
657
657
  stopBackupJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
658
658
  /**
@@ -2408,7 +2408,7 @@ declare namespace Backup {
2408
2408
  */
2409
2409
  ControlInputParameters?: ControlInputParameters;
2410
2410
  /**
2411
- * The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans.
2411
+ * The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see ControlScope.
2412
2412
  */
2413
2413
  ControlScope?: ControlScope;
2414
2414
  }
@@ -2783,7 +2783,7 @@ declare namespace Backup {
2783
2783
  */
2784
2784
  AccountId?: AccountId;
2785
2785
  /**
2786
- * This parameter returns the job count for jobs with the specified state. The the value ANY returns count of all states. AGGREGATE_ALL aggregates job counts for all states and returns the sum.
2786
+ * This parameter returns the job count for jobs with the specified state. The the value ANY returns count of all states. AGGREGATE_ALL aggregates job counts for all states and returns the sum. Completed with issues is a status found only in the Backup console. For API, this status refers to jobs with a state of COMPLETED and a MessageCategory with a value other than SUCCESS; that is, the status is completed but comes with a status message. To obtain the job count for Completed with issues, run two GET requests, and subtract the second, smaller number: GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&amp;State=COMPLETED GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&amp;MessageCategory=SUCCESS&amp;State=COMPLETED
2787
2787
  */
2788
2788
  State?: BackupJobStatus;
2789
2789
  /**
@@ -2835,7 +2835,7 @@ declare namespace Backup {
2835
2835
  */
2836
2836
  ByResourceArn?: ARN;
2837
2837
  /**
2838
- * Returns only backup jobs that are in the specified state.
2838
+ * Returns only backup jobs that are in the specified state. Completed with issues is a status found only in the Backup console. For API, this status refers to jobs with a state of COMPLETED and a MessageCategory with a value other than SUCCESS; that is, the status is completed but comes with a status message. To obtain the job count for Completed with issues, run two GET requests, and subtract the second, smaller number: GET /backup-jobs/?state=COMPLETED GET /backup-jobs/?messageCategory=SUCCESS&amp;state=COMPLETED
2839
2839
  */
2840
2840
  ByState?: BackupJobState;
2841
2841
  /**
@@ -3291,6 +3291,10 @@ declare namespace Backup {
3291
3291
  * The maximum number of items to be returned. Amazon RDS requires a value of at least 20.
3292
3292
  */
3293
3293
  MaxResults?: MaxResults;
3294
+ /**
3295
+ * This attribute filters recovery points based on ownership. If this is set to TRUE, the response will contain recovery points associated with the selected resources that are managed by Backup. If this is set to FALSE, the response will contain all recovery points associated with the selected resource. Type: Boolean
3296
+ */
3297
+ ManagedByAWSBackupOnly?: boolean;
3294
3298
  }
3295
3299
  export interface ListRecoveryPointsByResourceOutput {
3296
3300
  /**
@@ -3794,6 +3798,10 @@ declare namespace Backup {
3794
3798
  * This is the non-unique name of the resource that belongs to the specified backup.
3795
3799
  */
3796
3800
  ResourceName?: string;
3801
+ /**
3802
+ * This is the type of vault in which the described recovery point is stored.
3803
+ */
3804
+ VaultType?: VaultType;
3797
3805
  }
3798
3806
  export type RecoveryPointByResourceList = RecoveryPointByResource[];
3799
3807
  export interface RecoveryPointCreator {