aws-sdk-core 2.11.627 → 2.11.632

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/apis/appmesh/2019-01-25/api-2.json +6 -2
  3. data/apis/autoscaling/2011-01-01/api-2.json +3 -2
  4. data/apis/backup/2018-11-15/api-2.json +54 -0
  5. data/apis/ce/2017-10-25/api-2.json +2 -1
  6. data/apis/chime/2018-05-01/api-2.json +3206 -166
  7. data/apis/chime/2018-05-01/paginators-1.json +60 -0
  8. data/apis/cloudformation/2010-05-15/api-2.json +18 -5
  9. data/apis/cloudhsmv2/2017-04-28/api-2.json +101 -5
  10. data/apis/codebuild/2016-10-06/api-2.json +9 -1
  11. data/apis/codeguru-reviewer/2019-09-19/api-2.json +146 -9
  12. data/apis/codepipeline/2015-07-09/api-2.json +13 -1
  13. data/apis/cognito-identity/2014-06-30/api-2.json +12 -5
  14. data/apis/cognito-identity/2014-06-30/paginators-1.json +7 -1
  15. data/apis/cognito-identity/2014-06-30/smoke.json +20 -0
  16. data/apis/connect/2017-08-08/api-2.json +1489 -71
  17. data/apis/connect/2017-08-08/paginators-1.json +42 -0
  18. data/apis/dms/2016-01-01/api-2.json +35 -2
  19. data/apis/ds/2015-04-16/api-2.json +162 -2
  20. data/apis/eventbridge/2015-10-07/api-2.json +38 -22
  21. data/apis/events/2015-10-07/api-2.json +38 -22
  22. data/apis/fms/2018-01-01/api-2.json +106 -5
  23. data/apis/glue/2017-03-31/api-2.json +949 -17
  24. data/apis/glue/2017-03-31/paginators-1.json +24 -0
  25. data/apis/iotsecuretunneling/2018-10-05/api-2.json +2 -6
  26. data/apis/iotsitewise/2019-12-02/api-2.json +45 -2
  27. data/apis/kafka/2018-11-14/api-2.json +2 -1
  28. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +48 -1
  29. data/apis/lambda/2015-03-31/api-2.json +2 -0
  30. data/apis/lex-models/2017-04-19/api-2.json +93 -5
  31. data/apis/macie2/2020-01-01/api-2.json +65 -0
  32. data/apis/medialive/2017-10-14/api-2.json +23 -0
  33. data/apis/network-firewall/2020-11-12/api-2.json +1884 -0
  34. data/apis/network-firewall/2020-11-12/examples-1.json +5 -0
  35. data/apis/network-firewall/2020-11-12/paginators-1.json +28 -0
  36. data/apis/outposts/2019-12-03/api-2.json +4 -1
  37. data/apis/quicksight/2018-04-01/api-2.json +7 -2
  38. data/apis/rds/2014-10-31/api-2.json +4 -2
  39. data/apis/redshift/2012-12-01/api-2.json +2 -1
  40. data/apis/redshift/2012-12-01/paginators-1.json +42 -0
  41. data/apis/runtime.lex/2016-11-28/api-2.json +86 -5
  42. data/apis/s3/2006-03-01/api-2.json +2 -37
  43. data/apis/s3/2006-03-01/examples-1.json +103 -103
  44. data/apis/s3control/2018-08-20/api-2.json +501 -0
  45. data/apis/sagemaker/2017-07-24/api-2.json +13 -3
  46. data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +1 -1
  47. data/apis/servicecatalog/2015-12-10/api-2.json +45 -1
  48. data/apis/synthetics/2017-10-11/api-2.json +12 -1
  49. data/endpoints.json +79 -1
  50. data/lib/aws-sdk-core.rb +1 -0
  51. data/lib/aws-sdk-core/networkfirewall.rb +6 -0
  52. data/lib/aws-sdk-core/version.rb +1 -1
  53. data/service-models.json +4 -0
  54. metadata +7 -2
@@ -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": [
@@ -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,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": [
@@ -1567,37 +1567,14 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
+ "ACL": "authenticated-read",
1570
1571
  "Body": "filetoupload",
1571
1572
  "Bucket": "examplebucket",
1572
- "Key": "exampleobject",
1573
- "Metadata": {
1574
- "metadata1": "value1",
1575
- "metadata2": "value2"
1576
- }
1577
- },
1578
- "output": {
1579
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1580
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1581
- },
1582
- "comments": {
1583
- "input": {
1584
- },
1585
- "output": {
1586
- }
1587
- },
1588
- "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.",
1589
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1590
- "title": "To upload object and specify user-defined metadata"
1591
- },
1592
- {
1593
- "input": {
1594
- "Body": "filetoupload",
1595
- "Bucket": "examplebucket",
1596
- "Key": "objectkey"
1573
+ "Key": "exampleobject"
1597
1574
  },
1598
1575
  "output": {
1599
1576
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1600
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1577
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1601
1578
  },
1602
1579
  "comments": {
1603
1580
  "input": {
@@ -1605,9 +1582,9 @@
1605
1582
  "output": {
1606
1583
  }
1607
1584
  },
1608
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1609
- "id": "to-create-an-object-1483147613675",
1610
- "title": "To create an object."
1585
+ "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.",
1586
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1587
+ "title": "To upload an object and specify canned ACL."
1611
1588
  },
1612
1589
  {
1613
1590
  "input": {
@@ -1655,14 +1632,13 @@
1655
1632
  },
1656
1633
  {
1657
1634
  "input": {
1658
- "ACL": "authenticated-read",
1659
1635
  "Body": "filetoupload",
1660
1636
  "Bucket": "examplebucket",
1661
- "Key": "exampleobject"
1637
+ "Key": "objectkey"
1662
1638
  },
1663
1639
  "output": {
1664
1640
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1665
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1641
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1666
1642
  },
1667
1643
  "comments": {
1668
1644
  "input": {
@@ -1670,22 +1646,23 @@
1670
1646
  "output": {
1671
1647
  }
1672
1648
  },
1673
- "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.",
1674
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1675
- "title": "To upload an object and specify canned ACL."
1649
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1650
+ "id": "to-create-an-object-1483147613675",
1651
+ "title": "To create an object."
1676
1652
  },
1677
1653
  {
1678
1654
  "input": {
1679
- "Body": "HappyFace.jpg",
1655
+ "Body": "filetoupload",
1680
1656
  "Bucket": "examplebucket",
1681
- "Key": "HappyFace.jpg",
1682
- "ServerSideEncryption": "AES256",
1683
- "StorageClass": "STANDARD_IA"
1657
+ "Key": "exampleobject",
1658
+ "Metadata": {
1659
+ "metadata1": "value1",
1660
+ "metadata2": "value2"
1661
+ }
1684
1662
  },
1685
1663
  "output": {
1686
1664
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1687
- "ServerSideEncryption": "AES256",
1688
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1665
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1689
1666
  },
1690
1667
  "comments": {
1691
1668
  "input": {
@@ -1693,9 +1670,9 @@
1693
1670
  "output": {
1694
1671
  }
1695
1672
  },
1696
- "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.",
1697
- "id": "to-upload-an-object-(specify-optional-headers)",
1698
- "title": "To upload an object (specify optional headers)"
1673
+ "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.",
1674
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1675
+ "title": "To upload object and specify user-defined metadata"
1699
1676
  },
1700
1677
  {
1701
1678
  "input": {
@@ -1716,6 +1693,29 @@
1716
1693
  "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
1694
  "id": "to-upload-an-object-1481760101010",
1718
1695
  "title": "To upload an object"
1696
+ },
1697
+ {
1698
+ "input": {
1699
+ "Body": "HappyFace.jpg",
1700
+ "Bucket": "examplebucket",
1701
+ "Key": "HappyFace.jpg",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "StorageClass": "STANDARD_IA"
1704
+ },
1705
+ "output": {
1706
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
+ "ServerSideEncryption": "AES256",
1708
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1709
+ },
1710
+ "comments": {
1711
+ "input": {
1712
+ },
1713
+ "output": {
1714
+ }
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)"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -1826,14 +1826,15 @@
1826
1826
  "input": {
1827
1827
  "Bucket": "examplebucket",
1828
1828
  "CopySource": "/bucketname/sourceobjectkey",
1829
+ "CopySourceRange": "bytes=1-100000",
1829
1830
  "Key": "examplelargeobject",
1830
- "PartNumber": "1",
1831
+ "PartNumber": "2",
1831
1832
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1832
1833
  },
1833
1834
  "output": {
1834
1835
  "CopyPartResult": {
1835
- "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1836
- "LastModified": "2016-12-29T21:24:43.000Z"
1836
+ "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1837
+ "LastModified": "2016-12-29T21:44:28.000Z"
1837
1838
  }
1838
1839
  },
1839
1840
  "comments": {
@@ -1842,23 +1843,22 @@
1842
1843
  "output": {
1843
1844
  }
1844
1845
  },
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"
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"
1848
1849
  },
1849
1850
  {
1850
1851
  "input": {
1851
1852
  "Bucket": "examplebucket",
1852
1853
  "CopySource": "/bucketname/sourceobjectkey",
1853
- "CopySourceRange": "bytes=1-100000",
1854
1854
  "Key": "examplelargeobject",
1855
- "PartNumber": "2",
1855
+ "PartNumber": "1",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1857
1857
  },
1858
1858
  "output": {
1859
1859
  "CopyPartResult": {
1860
- "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1861
- "LastModified": "2016-12-29T21:44:28.000Z"
1860
+ "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1861
+ "LastModified": "2016-12-29T21:24:43.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 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"
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"
1873
1873
  }
1874
1874
  ]
1875
1875
  }
@@ -158,6 +158,29 @@
158
158
  "hostPrefix":"{AccountId}."
159
159
  }
160
160
  },
161
+ "DeleteStorageLensConfiguration":{
162
+ "name":"DeleteStorageLensConfiguration",
163
+ "http":{
164
+ "method":"DELETE",
165
+ "requestUri":"/v20180820/storagelens/{storagelensid}"
166
+ },
167
+ "input":{"shape":"DeleteStorageLensConfigurationRequest"},
168
+ "endpoint":{
169
+ "hostPrefix":"{AccountId}."
170
+ }
171
+ },
172
+ "DeleteStorageLensConfigurationTagging":{
173
+ "name":"DeleteStorageLensConfigurationTagging",
174
+ "http":{
175
+ "method":"DELETE",
176
+ "requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
177
+ },
178
+ "input":{"shape":"DeleteStorageLensConfigurationTaggingRequest"},
179
+ "output":{"shape":"DeleteStorageLensConfigurationTaggingResult"},
180
+ "endpoint":{
181
+ "hostPrefix":"{AccountId}."
182
+ }
183
+ },
161
184
  "DescribeJob":{
162
185
  "name":"DescribeJob",
163
186
  "http":{
@@ -292,6 +315,30 @@
292
315
  "hostPrefix":"{AccountId}."
293
316
  }
294
317
  },
318
+ "GetStorageLensConfiguration":{
319
+ "name":"GetStorageLensConfiguration",
320
+ "http":{
321
+ "method":"GET",
322
+ "requestUri":"/v20180820/storagelens/{storagelensid}"
323
+ },
324
+ "input":{"shape":"GetStorageLensConfigurationRequest"},
325
+ "output":{"shape":"GetStorageLensConfigurationResult"},
326
+ "endpoint":{
327
+ "hostPrefix":"{AccountId}."
328
+ }
329
+ },
330
+ "GetStorageLensConfigurationTagging":{
331
+ "name":"GetStorageLensConfigurationTagging",
332
+ "http":{
333
+ "method":"GET",
334
+ "requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
335
+ },
336
+ "input":{"shape":"GetStorageLensConfigurationTaggingRequest"},
337
+ "output":{"shape":"GetStorageLensConfigurationTaggingResult"},
338
+ "endpoint":{
339
+ "hostPrefix":"{AccountId}."
340
+ }
341
+ },
295
342
  "ListAccessPoints":{
296
343
  "name":"ListAccessPoints",
297
344
  "http":{
@@ -333,6 +380,18 @@
333
380
  "hostPrefix":"{AccountId}."
334
381
  }
335
382
  },
383
+ "ListStorageLensConfigurations":{
384
+ "name":"ListStorageLensConfigurations",
385
+ "http":{
386
+ "method":"GET",
387
+ "requestUri":"/v20180820/storagelens"
388
+ },
389
+ "input":{"shape":"ListStorageLensConfigurationsRequest"},
390
+ "output":{"shape":"ListStorageLensConfigurationsResult"},
391
+ "endpoint":{
392
+ "hostPrefix":"{AccountId}."
393
+ }
394
+ },
336
395
  "PutAccessPointPolicy":{
337
396
  "name":"PutAccessPointPolicy",
338
397
  "http":{
@@ -421,6 +480,37 @@
421
480
  "hostPrefix":"{AccountId}."
422
481
  }
423
482
  },
483
+ "PutStorageLensConfiguration":{
484
+ "name":"PutStorageLensConfiguration",
485
+ "http":{
486
+ "method":"PUT",
487
+ "requestUri":"/v20180820/storagelens/{storagelensid}"
488
+ },
489
+ "input":{
490
+ "shape":"PutStorageLensConfigurationRequest",
491
+ "locationName":"PutStorageLensConfigurationRequest",
492
+ "xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
493
+ },
494
+ "endpoint":{
495
+ "hostPrefix":"{AccountId}."
496
+ }
497
+ },
498
+ "PutStorageLensConfigurationTagging":{
499
+ "name":"PutStorageLensConfigurationTagging",
500
+ "http":{
501
+ "method":"PUT",
502
+ "requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
503
+ },
504
+ "input":{
505
+ "shape":"PutStorageLensConfigurationTaggingRequest",
506
+ "locationName":"PutStorageLensConfigurationTaggingRequest",
507
+ "xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
508
+ },
509
+ "output":{"shape":"PutStorageLensConfigurationTaggingResult"},
510
+ "endpoint":{
511
+ "hostPrefix":"{AccountId}."
512
+ }
513
+ },
424
514
  "UpdateJobPriority":{
425
515
  "name":"UpdateJobPriority",
426
516
  "http":{
@@ -498,6 +588,26 @@
498
588
  "max":64,
499
589
  "pattern":"^\\d{12}$"
500
590
  },
591
+ "AccountLevel":{
592
+ "type":"structure",
593
+ "required":["BucketLevel"],
594
+ "members":{
595
+ "ActivityMetrics":{"shape":"ActivityMetrics"},
596
+ "BucketLevel":{"shape":"BucketLevel"}
597
+ }
598
+ },
599
+ "ActivityMetrics":{
600
+ "type":"structure",
601
+ "members":{
602
+ "IsEnabled":{"shape":"IsEnabled"}
603
+ }
604
+ },
605
+ "AwsOrgArn":{
606
+ "type":"string",
607
+ "max":1024,
608
+ "min":1,
609
+ "pattern":"arn:[a-z\\-]+:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32}"
610
+ },
501
611
  "BadRequestException":{
502
612
  "type":"structure",
503
613
  "members":{
@@ -527,6 +637,13 @@
527
637
  "authenticated-read"
528
638
  ]
529
639
  },
640
+ "BucketLevel":{
641
+ "type":"structure",
642
+ "members":{
643
+ "ActivityMetrics":{"shape":"ActivityMetrics"},
644
+ "PrefixLevel":{"shape":"PrefixLevel"}
645
+ }
646
+ },
530
647
  "BucketLocationConstraint":{
531
648
  "type":"string",
532
649
  "enum":[
@@ -548,8 +665,22 @@
548
665
  "max":255,
549
666
  "min":3
550
667
  },
668
+ "Buckets":{
669
+ "type":"list",
670
+ "member":{
671
+ "shape":"S3BucketArnString",
672
+ "locationName":"Arn"
673
+ }
674
+ },
675
+ "ConfigId":{
676
+ "type":"string",
677
+ "max":64,
678
+ "min":1,
679
+ "pattern":"[a-zA-Z0-9\\-\\_\\.]+"
680
+ },
551
681
  "ConfirmRemoveSelfBucketAccess":{"type":"boolean"},
552
682
  "ConfirmationRequired":{"type":"boolean"},
683
+ "ContinuationToken":{"type":"string"},
553
684
  "CreateAccessPointRequest":{
554
685
  "type":"structure",
555
686
  "required":[
@@ -859,6 +990,51 @@
859
990
  }
860
991
  }
861
992
  },
993
+ "DeleteStorageLensConfigurationRequest":{
994
+ "type":"structure",
995
+ "required":[
996
+ "ConfigId",
997
+ "AccountId"
998
+ ],
999
+ "members":{
1000
+ "ConfigId":{
1001
+ "shape":"ConfigId",
1002
+ "location":"uri",
1003
+ "locationName":"storagelensid"
1004
+ },
1005
+ "AccountId":{
1006
+ "shape":"AccountId",
1007
+ "hostLabel":true,
1008
+ "location":"header",
1009
+ "locationName":"x-amz-account-id"
1010
+ }
1011
+ }
1012
+ },
1013
+ "DeleteStorageLensConfigurationTaggingRequest":{
1014
+ "type":"structure",
1015
+ "required":[
1016
+ "ConfigId",
1017
+ "AccountId"
1018
+ ],
1019
+ "members":{
1020
+ "ConfigId":{
1021
+ "shape":"ConfigId",
1022
+ "location":"uri",
1023
+ "locationName":"storagelensid"
1024
+ },
1025
+ "AccountId":{
1026
+ "shape":"AccountId",
1027
+ "hostLabel":true,
1028
+ "location":"header",
1029
+ "locationName":"x-amz-account-id"
1030
+ }
1031
+ }
1032
+ },
1033
+ "DeleteStorageLensConfigurationTaggingResult":{
1034
+ "type":"structure",
1035
+ "members":{
1036
+ }
1037
+ },
862
1038
  "DescribeJobRequest":{
863
1039
  "type":"structure",
864
1040
  "required":[
@@ -890,6 +1066,13 @@
890
1066
  "max":1024,
891
1067
  "min":1
892
1068
  },
1069
+ "Exclude":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "Buckets":{"shape":"Buckets"},
1073
+ "Regions":{"shape":"Regions"}
1074
+ }
1075
+ },
893
1076
  "ExpirationStatus":{
894
1077
  "type":"string",
895
1078
  "enum":[
@@ -898,6 +1081,13 @@
898
1081
  ]
899
1082
  },
900
1083
  "ExpiredObjectDeleteMarker":{"type":"boolean"},
1084
+ "Format":{
1085
+ "type":"string",
1086
+ "enum":[
1087
+ "CSV",
1088
+ "Parquet"
1089
+ ]
1090
+ },
901
1091
  "FunctionArnString":{
902
1092
  "type":"string",
903
1093
  "max":1024,
@@ -1139,6 +1329,59 @@
1139
1329
  }
1140
1330
  }
1141
1331
  },
1332
+ "GetStorageLensConfigurationRequest":{
1333
+ "type":"structure",
1334
+ "required":[
1335
+ "ConfigId",
1336
+ "AccountId"
1337
+ ],
1338
+ "members":{
1339
+ "ConfigId":{
1340
+ "shape":"ConfigId",
1341
+ "location":"uri",
1342
+ "locationName":"storagelensid"
1343
+ },
1344
+ "AccountId":{
1345
+ "shape":"AccountId",
1346
+ "hostLabel":true,
1347
+ "location":"header",
1348
+ "locationName":"x-amz-account-id"
1349
+ }
1350
+ }
1351
+ },
1352
+ "GetStorageLensConfigurationResult":{
1353
+ "type":"structure",
1354
+ "members":{
1355
+ "StorageLensConfiguration":{"shape":"StorageLensConfiguration"}
1356
+ },
1357
+ "payload":"StorageLensConfiguration"
1358
+ },
1359
+ "GetStorageLensConfigurationTaggingRequest":{
1360
+ "type":"structure",
1361
+ "required":[
1362
+ "ConfigId",
1363
+ "AccountId"
1364
+ ],
1365
+ "members":{
1366
+ "ConfigId":{
1367
+ "shape":"ConfigId",
1368
+ "location":"uri",
1369
+ "locationName":"storagelensid"
1370
+ },
1371
+ "AccountId":{
1372
+ "shape":"AccountId",
1373
+ "hostLabel":true,
1374
+ "location":"header",
1375
+ "locationName":"x-amz-account-id"
1376
+ }
1377
+ }
1378
+ },
1379
+ "GetStorageLensConfigurationTaggingResult":{
1380
+ "type":"structure",
1381
+ "members":{
1382
+ "Tags":{"shape":"StorageLensTags"}
1383
+ }
1384
+ },
1142
1385
  "GrantFullControl":{"type":"string"},
1143
1386
  "GrantRead":{"type":"string"},
1144
1387
  "GrantReadACP":{"type":"string"},
@@ -1158,6 +1401,13 @@
1158
1401
  },
1159
1402
  "exception":true
1160
1403
  },
1404
+ "Include":{
1405
+ "type":"structure",
1406
+ "members":{
1407
+ "Buckets":{"shape":"Buckets"},
1408
+ "Regions":{"shape":"Regions"}
1409
+ }
1410
+ },
1161
1411
  "InternalServiceException":{
1162
1412
  "type":"structure",
1163
1413
  "members":{
@@ -1180,6 +1430,7 @@
1180
1430
  },
1181
1431
  "exception":true
1182
1432
  },
1433
+ "IsEnabled":{"type":"boolean"},
1183
1434
  "IsPublic":{"type":"boolean"},
1184
1435
  "JobArn":{
1185
1436
  "type":"string",
@@ -1650,6 +1901,44 @@
1650
1901
  "NextToken":{"shape":"NonEmptyMaxLength1024String"}
1651
1902
  }
1652
1903
  },
1904
+ "ListStorageLensConfigurationEntry":{
1905
+ "type":"structure",
1906
+ "required":[
1907
+ "Id",
1908
+ "StorageLensArn",
1909
+ "HomeRegion"
1910
+ ],
1911
+ "members":{
1912
+ "Id":{"shape":"ConfigId"},
1913
+ "StorageLensArn":{"shape":"StorageLensArn"},
1914
+ "HomeRegion":{"shape":"S3AWSRegion"},
1915
+ "IsEnabled":{"shape":"IsEnabled"}
1916
+ }
1917
+ },
1918
+ "ListStorageLensConfigurationsRequest":{
1919
+ "type":"structure",
1920
+ "required":["AccountId"],
1921
+ "members":{
1922
+ "AccountId":{
1923
+ "shape":"AccountId",
1924
+ "hostLabel":true,
1925
+ "location":"header",
1926
+ "locationName":"x-amz-account-id"
1927
+ },
1928
+ "NextToken":{
1929
+ "shape":"ContinuationToken",
1930
+ "location":"querystring",
1931
+ "locationName":"nextToken"
1932
+ }
1933
+ }
1934
+ },
1935
+ "ListStorageLensConfigurationsResult":{
1936
+ "type":"structure",
1937
+ "members":{
1938
+ "NextToken":{"shape":"ContinuationToken"},
1939
+ "StorageLensConfigurationList":{"shape":"StorageLensConfigurationList"}
1940
+ }
1941
+ },
1653
1942
  "Location":{"type":"string"},
1654
1943
  "MaxLength1024String":{
1655
1944
  "type":"string",
@@ -1660,6 +1949,11 @@
1660
1949
  "max":1000,
1661
1950
  "min":0
1662
1951
  },
1952
+ "MinStorageBytesPercentage":{
1953
+ "type":"double",
1954
+ "max":100,
1955
+ "min":0.1
1956
+ },
1663
1957
  "NetworkOrigin":{
1664
1958
  "type":"string",
1665
1959
  "enum":[
@@ -1736,6 +2030,10 @@
1736
2030
  "S3PutObjectRetention"
1737
2031
  ]
1738
2032
  },
2033
+ "OutputSchemaVersion":{
2034
+ "type":"string",
2035
+ "enum":["V_1"]
2036
+ },
1739
2037
  "Policy":{"type":"string"},
1740
2038
  "PolicyStatus":{
1741
2039
  "type":"structure",
@@ -1747,6 +2045,20 @@
1747
2045
  }
1748
2046
  },
1749
2047
  "Prefix":{"type":"string"},
2048
+ "PrefixLevel":{
2049
+ "type":"structure",
2050
+ "required":["StorageMetrics"],
2051
+ "members":{
2052
+ "StorageMetrics":{"shape":"PrefixLevelStorageMetrics"}
2053
+ }
2054
+ },
2055
+ "PrefixLevelStorageMetrics":{
2056
+ "type":"structure",
2057
+ "members":{
2058
+ "IsEnabled":{"shape":"IsEnabled"},
2059
+ "SelectionCriteria":{"shape":"SelectionCriteria"}
2060
+ }
2061
+ },
1750
2062
  "PublicAccessBlockConfiguration":{
1751
2063
  "type":"structure",
1752
2064
  "members":{
@@ -1919,6 +2231,56 @@
1919
2231
  },
1920
2232
  "payload":"PublicAccessBlockConfiguration"
1921
2233
  },
2234
+ "PutStorageLensConfigurationRequest":{
2235
+ "type":"structure",
2236
+ "required":[
2237
+ "ConfigId",
2238
+ "AccountId",
2239
+ "StorageLensConfiguration"
2240
+ ],
2241
+ "members":{
2242
+ "ConfigId":{
2243
+ "shape":"ConfigId",
2244
+ "location":"uri",
2245
+ "locationName":"storagelensid"
2246
+ },
2247
+ "AccountId":{
2248
+ "shape":"AccountId",
2249
+ "hostLabel":true,
2250
+ "location":"header",
2251
+ "locationName":"x-amz-account-id"
2252
+ },
2253
+ "StorageLensConfiguration":{"shape":"StorageLensConfiguration"},
2254
+ "Tags":{"shape":"StorageLensTags"}
2255
+ }
2256
+ },
2257
+ "PutStorageLensConfigurationTaggingRequest":{
2258
+ "type":"structure",
2259
+ "required":[
2260
+ "ConfigId",
2261
+ "AccountId",
2262
+ "Tags"
2263
+ ],
2264
+ "members":{
2265
+ "ConfigId":{
2266
+ "shape":"ConfigId",
2267
+ "location":"uri",
2268
+ "locationName":"storagelensid"
2269
+ },
2270
+ "AccountId":{
2271
+ "shape":"AccountId",
2272
+ "hostLabel":true,
2273
+ "location":"header",
2274
+ "locationName":"x-amz-account-id"
2275
+ },
2276
+ "Tags":{"shape":"StorageLensTags"}
2277
+ }
2278
+ },
2279
+ "PutStorageLensConfigurationTaggingResult":{
2280
+ "type":"structure",
2281
+ "members":{
2282
+ }
2283
+ },
1922
2284
  "RegionalBucket":{
1923
2285
  "type":"structure",
1924
2286
  "required":[
@@ -1941,6 +2303,13 @@
1941
2303
  "locationName":"RegionalBucket"
1942
2304
  }
1943
2305
  },
2306
+ "Regions":{
2307
+ "type":"list",
2308
+ "member":{
2309
+ "shape":"S3AWSRegion",
2310
+ "locationName":"Region"
2311
+ }
2312
+ },
1944
2313
  "ReportPrefixString":{
1945
2314
  "type":"string",
1946
2315
  "max":512,
@@ -1953,6 +2322,12 @@
1953
2322
  "Ready"
1954
2323
  ]
1955
2324
  },
2325
+ "S3AWSRegion":{
2326
+ "type":"string",
2327
+ "max":30,
2328
+ "min":5,
2329
+ "pattern":"[a-z0-9\\-]+"
2330
+ },
1956
2331
  "S3AccessControlList":{
1957
2332
  "type":"structure",
1958
2333
  "required":["Owner"],
@@ -1985,6 +2360,23 @@
1985
2360
  "min":1,
1986
2361
  "pattern":"arn:[^:]+:s3:.*"
1987
2362
  },
2363
+ "S3BucketDestination":{
2364
+ "type":"structure",
2365
+ "required":[
2366
+ "Format",
2367
+ "OutputSchemaVersion",
2368
+ "AccountId",
2369
+ "Arn"
2370
+ ],
2371
+ "members":{
2372
+ "Format":{"shape":"Format"},
2373
+ "OutputSchemaVersion":{"shape":"OutputSchemaVersion"},
2374
+ "AccountId":{"shape":"AccountId"},
2375
+ "Arn":{"shape":"S3BucketArnString"},
2376
+ "Prefix":{"shape":"Prefix"},
2377
+ "Encryption":{"shape":"StorageLensDataExportEncryption"}
2378
+ }
2379
+ },
1988
2380
  "S3CannedAccessControlList":{
1989
2381
  "type":"string",
1990
2382
  "enum":[
@@ -2239,7 +2631,116 @@
2239
2631
  "value":{"shape":"MaxLength1024String"},
2240
2632
  "max":8192
2241
2633
  },
2634
+ "SSEKMS":{
2635
+ "type":"structure",
2636
+ "required":["KeyId"],
2637
+ "members":{
2638
+ "KeyId":{"shape":"SSEKMSKeyId"}
2639
+ },
2640
+ "locationName":"SSE-KMS"
2641
+ },
2642
+ "SSEKMSKeyId":{"type":"string"},
2643
+ "SSES3":{
2644
+ "type":"structure",
2645
+ "members":{
2646
+ },
2647
+ "locationName":"SSE-S3"
2648
+ },
2649
+ "SelectionCriteria":{
2650
+ "type":"structure",
2651
+ "members":{
2652
+ "Delimiter":{"shape":"StorageLensPrefixLevelDelimiter"},
2653
+ "MaxDepth":{"shape":"StorageLensPrefixLevelMaxDepth"},
2654
+ "MinStorageBytesPercentage":{"shape":"MinStorageBytesPercentage"}
2655
+ }
2656
+ },
2242
2657
  "Setting":{"type":"boolean"},
2658
+ "StorageLensArn":{
2659
+ "type":"string",
2660
+ "max":1024,
2661
+ "min":1,
2662
+ "pattern":"arn:[a-z\\-]+:s3:[a-z0-9\\-]+:\\d{12}:storage\\-lens\\/.*"
2663
+ },
2664
+ "StorageLensAwsOrg":{
2665
+ "type":"structure",
2666
+ "required":["Arn"],
2667
+ "members":{
2668
+ "Arn":{"shape":"AwsOrgArn"}
2669
+ }
2670
+ },
2671
+ "StorageLensConfiguration":{
2672
+ "type":"structure",
2673
+ "required":[
2674
+ "Id",
2675
+ "AccountLevel",
2676
+ "IsEnabled"
2677
+ ],
2678
+ "members":{
2679
+ "Id":{"shape":"ConfigId"},
2680
+ "AccountLevel":{"shape":"AccountLevel"},
2681
+ "Include":{"shape":"Include"},
2682
+ "Exclude":{"shape":"Exclude"},
2683
+ "DataExport":{"shape":"StorageLensDataExport"},
2684
+ "IsEnabled":{"shape":"IsEnabled"},
2685
+ "AwsOrg":{"shape":"StorageLensAwsOrg"},
2686
+ "StorageLensArn":{"shape":"StorageLensArn"}
2687
+ }
2688
+ },
2689
+ "StorageLensConfigurationList":{
2690
+ "type":"list",
2691
+ "member":{
2692
+ "shape":"ListStorageLensConfigurationEntry",
2693
+ "locationName":"StorageLensConfiguration"
2694
+ },
2695
+ "flattened":true
2696
+ },
2697
+ "StorageLensDataExport":{
2698
+ "type":"structure",
2699
+ "required":["S3BucketDestination"],
2700
+ "members":{
2701
+ "S3BucketDestination":{"shape":"S3BucketDestination"}
2702
+ }
2703
+ },
2704
+ "StorageLensDataExportEncryption":{
2705
+ "type":"structure",
2706
+ "members":{
2707
+ "SSES3":{
2708
+ "shape":"SSES3",
2709
+ "locationName":"SSE-S3"
2710
+ },
2711
+ "SSEKMS":{
2712
+ "shape":"SSEKMS",
2713
+ "locationName":"SSE-KMS"
2714
+ }
2715
+ }
2716
+ },
2717
+ "StorageLensPrefixLevelDelimiter":{
2718
+ "type":"string",
2719
+ "max":1
2720
+ },
2721
+ "StorageLensPrefixLevelMaxDepth":{
2722
+ "type":"integer",
2723
+ "max":10,
2724
+ "min":1
2725
+ },
2726
+ "StorageLensTag":{
2727
+ "type":"structure",
2728
+ "required":[
2729
+ "Key",
2730
+ "Value"
2731
+ ],
2732
+ "members":{
2733
+ "Key":{"shape":"TagKeyString"},
2734
+ "Value":{"shape":"TagValueString"}
2735
+ }
2736
+ },
2737
+ "StorageLensTags":{
2738
+ "type":"list",
2739
+ "member":{
2740
+ "shape":"StorageLensTag",
2741
+ "locationName":"Tag"
2742
+ }
2743
+ },
2243
2744
  "StringForNextToken":{
2244
2745
  "type":"string",
2245
2746
  "max":1024,