cdk-comprehend-s3olap 2.0.130 → 2.0.132

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.
Files changed (48) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +23 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +32 -28
  8. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
  9. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
  10. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +181 -154
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +239 -199
  12. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +245 -95
  13. package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +106 -53
  15. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +1 -1
  16. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
  17. package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +396 -66
  18. package/node_modules/aws-sdk/apis/ram-2018-01-04.paginators.json +10 -0
  19. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +94 -94
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +710 -703
  21. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +32 -0
  22. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +1516 -0
  23. package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +79 -52
  24. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +159 -73
  25. package/node_modules/aws-sdk/clients/chime.d.ts +94 -42
  26. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +14 -10
  27. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +33 -24
  28. package/node_modules/aws-sdk/clients/comprehend.d.ts +45 -5
  29. package/node_modules/aws-sdk/clients/connect.d.ts +59 -1
  30. package/node_modules/aws-sdk/clients/ecs.d.ts +9 -9
  31. package/node_modules/aws-sdk/clients/fms.d.ts +225 -21
  32. package/node_modules/aws-sdk/clients/gamelift.d.ts +240 -240
  33. package/node_modules/aws-sdk/clients/guardduty.d.ts +61 -4
  34. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/ram.d.ts +538 -91
  36. package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
  37. package/node_modules/aws-sdk/clients/s3.d.ts +117 -117
  38. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -39
  39. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +10 -10
  40. package/node_modules/aws-sdk/clients/snowball.d.ts +56 -9
  41. package/node_modules/aws-sdk/clients/wafv2.d.ts +120 -10
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +436 -357
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/package.json +1 -1
  48. package/package.json +5 -5
@@ -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,20 +283,19 @@
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",
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": [
@@ -958,15 +958,15 @@
958
958
  "output": {
959
959
  "Buckets": [
960
960
  {
961
- "CreationDate": "2012-02-15T21:03:02.000Z",
961
+ "CreationDate": "2012-02-15T21: 03: 02.000Z",
962
962
  "Name": "examplebucket"
963
963
  },
964
964
  {
965
- "CreationDate": "2011-07-24T19:33:50.000Z",
965
+ "CreationDate": "2011-07-24T19: 33: 50.000Z",
966
966
  "Name": "examplebucket2"
967
967
  },
968
968
  {
969
- "CreationDate": "2010-12-17T00:56:49.000Z",
969
+ "CreationDate": "2010-12-17T00: 56: 49.000Z",
970
970
  "Name": "examplebucket3"
971
971
  }
972
972
  ],
@@ -981,9 +981,9 @@
981
981
  "output": {
982
982
  }
983
983
  },
984
- "description": "The following example returns all the buckets owned by the sender of this request.",
985
- "id": "to-list-buckets-1481910996058",
986
- "title": "To list all buckets"
984
+ "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.",
985
+ "id": "to-list-object-versions-1481910996058",
986
+ "title": "To list object versions"
987
987
  }
988
988
  ],
989
989
  "ListMultipartUploads": [
@@ -1184,7 +1184,7 @@
1184
1184
  "ListObjectsV2": [
1185
1185
  {
1186
1186
  "input": {
1187
- "Bucket": "DOC-EXAMPLE-BUCKET",
1187
+ "Bucket": "examplebucket",
1188
1188
  "MaxKeys": "2"
1189
1189
  },
1190
1190
  "output": {
@@ -1207,7 +1207,7 @@
1207
1207
  "IsTruncated": true,
1208
1208
  "KeyCount": "2",
1209
1209
  "MaxKeys": "2",
1210
- "Name": "DOC-EXAMPLE-BUCKET",
1210
+ "Name": "examplebucket",
1211
1211
  "NextContinuationToken": "1w41l63U0xa8q7smH50vCxyTQqdxo69O3EmK28Bi5PcROI4wI/EyIJg==",
1212
1212
  "Prefix": ""
1213
1213
  },
@@ -1565,30 +1565,6 @@
1565
1565
  }
1566
1566
  ],
1567
1567
  "PutObject": [
1568
- {
1569
- "input": {
1570
- "Body": "filetoupload",
1571
- "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
1568
  {
1593
1569
  "input": {
1594
1570
  "Body": "c:\\HappyFace.jpg",
@@ -1612,14 +1588,13 @@
1612
1588
  },
1613
1589
  {
1614
1590
  "input": {
1615
- "ACL": "authenticated-read",
1616
- "Body": "filetoupload",
1591
+ "Body": "HappyFace.jpg",
1617
1592
  "Bucket": "examplebucket",
1618
- "Key": "exampleobject"
1593
+ "Key": "HappyFace.jpg"
1619
1594
  },
1620
1595
  "output": {
1621
1596
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1622
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1597
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1623
1598
  },
1624
1599
  "comments": {
1625
1600
  "input": {
@@ -1627,19 +1602,22 @@
1627
1602
  "output": {
1628
1603
  }
1629
1604
  },
1630
- "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.",
1631
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1632
- "title": "To upload an object and specify canned ACL."
1605
+ "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.",
1606
+ "id": "to-upload-an-object-1481760101010",
1607
+ "title": "To upload an object"
1633
1608
  },
1634
1609
  {
1635
1610
  "input": {
1636
1611
  "Body": "filetoupload",
1637
1612
  "Bucket": "examplebucket",
1638
- "Key": "objectkey"
1613
+ "Key": "exampleobject",
1614
+ "ServerSideEncryption": "AES256",
1615
+ "Tagging": "key1=value1&key2=value2"
1639
1616
  },
1640
1617
  "output": {
1641
1618
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1642
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1619
+ "ServerSideEncryption": "AES256",
1620
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1643
1621
  },
1644
1622
  "comments": {
1645
1623
  "input": {
@@ -1647,19 +1625,23 @@
1647
1625
  "output": {
1648
1626
  }
1649
1627
  },
1650
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1651
- "id": "to-create-an-object-1483147613675",
1652
- "title": "To create an object."
1628
+ "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1629
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1630
+ "title": "To upload an object and specify server-side encryption and object tags"
1653
1631
  },
1654
1632
  {
1655
1633
  "input": {
1656
- "Body": "HappyFace.jpg",
1634
+ "Body": "filetoupload",
1657
1635
  "Bucket": "examplebucket",
1658
- "Key": "HappyFace.jpg"
1636
+ "Key": "exampleobject",
1637
+ "Metadata": {
1638
+ "metadata1": "value1",
1639
+ "metadata2": "value2"
1640
+ }
1659
1641
  },
1660
1642
  "output": {
1661
1643
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1662
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1644
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1663
1645
  },
1664
1646
  "comments": {
1665
1647
  "input": {
@@ -1667,9 +1649,9 @@
1667
1649
  "output": {
1668
1650
  }
1669
1651
  },
1670
- "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.",
1671
- "id": "to-upload-an-object-1481760101010",
1672
- "title": "To upload an object"
1652
+ "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.",
1653
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1654
+ "title": "To upload object and specify user-defined metadata"
1673
1655
  },
1674
1656
  {
1675
1657
  "input": {
@@ -1696,16 +1678,14 @@
1696
1678
  },
1697
1679
  {
1698
1680
  "input": {
1681
+ "ACL": "authenticated-read",
1699
1682
  "Body": "filetoupload",
1700
1683
  "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1702
- "ServerSideEncryption": "AES256",
1703
- "Tagging": "key1=value1&key2=value2"
1684
+ "Key": "exampleobject"
1704
1685
  },
1705
1686
  "output": {
1706
1687
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1688
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1709
1689
  },
1710
1690
  "comments": {
1711
1691
  "input": {
@@ -1713,9 +1693,29 @@
1713
1693
  "output": {
1714
1694
  }
1715
1695
  },
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"
1696
+ "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.",
1697
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1698
+ "title": "To upload an object and specify canned ACL."
1699
+ },
1700
+ {
1701
+ "input": {
1702
+ "Body": "filetoupload",
1703
+ "Bucket": "examplebucket",
1704
+ "Key": "objectkey"
1705
+ },
1706
+ "output": {
1707
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1709
+ },
1710
+ "comments": {
1711
+ "input": {
1712
+ },
1713
+ "output": {
1714
+ }
1715
+ },
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": [
@@ -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
  }