cdk-lambda-subminute 2.0.470 → 2.0.472

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 (31) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +76 -55
  5. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +181 -44
  6. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +31 -3
  7. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +109 -89
  8. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +19 -5
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +41 -37
  10. package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +0 -1
  11. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +92 -92
  12. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +53 -38
  13. package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +3 -0
  14. package/node_modules/aws-sdk/clients/amplify.d.ts +20 -1
  15. package/node_modules/aws-sdk/clients/appstream.d.ts +200 -1
  16. package/node_modules/aws-sdk/clients/codebuild.d.ts +10 -10
  17. package/node_modules/aws-sdk/clients/docdb.d.ts +31 -1
  18. package/node_modules/aws-sdk/clients/ecs.d.ts +75 -56
  19. package/node_modules/aws-sdk/clients/fis.d.ts +21 -0
  20. package/node_modules/aws-sdk/clients/glue.d.ts +6 -0
  21. package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
  22. package/node_modules/aws-sdk/clients/s3.d.ts +43 -24
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -11
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +173 -132
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/lib/services/s3.js +5 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +2 -1
  31. package/package.json +2 -2
@@ -257,10 +257,8 @@
257
257
  "DeleteObject": [
258
258
  {
259
259
  "input": {
260
- "Bucket": "examplebucket",
261
- "Key": "objectkey.jpg"
262
- },
263
- "output": {
260
+ "Bucket": "ExampleBucket",
261
+ "Key": "HappyFace.jpg"
264
262
  },
265
263
  "comments": {
266
264
  "input": {
@@ -268,14 +266,16 @@
268
266
  "output": {
269
267
  }
270
268
  },
271
- "description": "The following example deletes an object from an S3 bucket.",
272
- "id": "to-delete-an-object-1472850136595",
273
- "title": "To delete an object"
269
+ "description": "The following example deletes an object from a non-versioned bucket.",
270
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
271
+ "title": "To delete an object (from a non-versioned bucket)"
274
272
  },
275
273
  {
276
274
  "input": {
277
- "Bucket": "ExampleBucket",
278
- "Key": "HappyFace.jpg"
275
+ "Bucket": "examplebucket",
276
+ "Key": "objectkey.jpg"
277
+ },
278
+ "output": {
279
279
  },
280
280
  "comments": {
281
281
  "input": {
@@ -283,20 +283,19 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from a non-versioned bucket.",
287
- "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
- "title": "To delete an object (from a non-versioned bucket)"
286
+ "description": "The following example deletes an object from an S3 bucket.",
287
+ "id": "to-delete-an-object-1472850136595",
288
+ "title": "To delete an object"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg",
296
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
295
+ "Key": "HappyFace.jpg"
297
296
  },
298
297
  "output": {
299
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
298
+ "VersionId": "null"
300
299
  },
301
300
  "comments": {
302
301
  "input": {
@@ -304,17 +303,18 @@
304
303
  "output": {
305
304
  }
306
305
  },
307
- "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
308
- "id": "to-remove-tag-set-from-an-object-version-1483145285913",
309
- "title": "To remove tag set from an object version"
306
+ "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
307
+ "id": "to-remove-tag-set-from-an-object-1483145342862",
308
+ "title": "To remove tag set from an object"
310
309
  },
311
310
  {
312
311
  "input": {
313
312
  "Bucket": "examplebucket",
314
- "Key": "HappyFace.jpg"
313
+ "Key": "HappyFace.jpg",
314
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
315
315
  },
316
316
  "output": {
317
- "VersionId": "null"
317
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
318
318
  },
319
319
  "comments": {
320
320
  "input": {
@@ -322,9 +322,9 @@
322
322
  "output": {
323
323
  }
324
324
  },
325
- "description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
326
- "id": "to-remove-tag-set-from-an-object-1483145342862",
327
- "title": "To remove tag set from an object"
325
+ "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
326
+ "id": "to-remove-tag-set-from-an-object-version-1483145285913",
327
+ "title": "To remove tag set from an object version"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -728,18 +728,17 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "SampleFile.txt",
732
- "Range": "bytes=0-9"
731
+ "Key": "HappyFace.jpg"
733
732
  },
734
733
  "output": {
735
734
  "AcceptRanges": "bytes",
736
- "ContentLength": "10",
737
- "ContentRange": "bytes 0-9/43",
738
- "ContentType": "text/plain",
739
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
735
+ "ContentLength": "3191",
736
+ "ContentType": "image/jpeg",
737
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
741
739
  "Metadata": {
742
740
  },
741
+ "TagCount": 2,
743
742
  "VersionId": "null"
744
743
  },
745
744
  "comments": {
@@ -748,24 +747,25 @@
748
747
  "output": {
749
748
  }
750
749
  },
751
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
- "title": "To retrieve a byte range of an object "
750
+ "description": "The following example retrieves an object for an S3 bucket.",
751
+ "id": "to-retrieve-an-object-1481827837012",
752
+ "title": "To retrieve an object"
754
753
  },
755
754
  {
756
755
  "input": {
757
756
  "Bucket": "examplebucket",
758
- "Key": "HappyFace.jpg"
757
+ "Key": "SampleFile.txt",
758
+ "Range": "bytes=0-9"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "3191",
763
- "ContentType": "image/jpeg",
764
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
762
+ "ContentLength": "10",
763
+ "ContentRange": "bytes 0-9/43",
764
+ "ContentType": "text/plain",
765
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
766
767
  "Metadata": {
767
768
  },
768
- "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket.",
778
- "id": "to-retrieve-an-object-1481827837012",
779
- "title": "To retrieve an object"
777
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
+ "title": "To retrieve a byte range of an object "
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -1567,13 +1567,13 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "Body": "HappyFace.jpg",
1570
+ "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "HappyFace.jpg"
1572
+ "Key": "objectkey"
1573
1573
  },
1574
1574
  "output": {
1575
1575
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1576
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1577
1577
  },
1578
1578
  "comments": {
1579
1579
  "input": {
@@ -1581,22 +1581,22 @@
1581
1581
  "output": {
1582
1582
  }
1583
1583
  },
1584
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1585
- "id": "to-upload-an-object-1481760101010",
1586
- "title": "To upload an object"
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."
1587
1587
  },
1588
1588
  {
1589
1589
  "input": {
1590
- "Body": "filetoupload",
1590
+ "Body": "HappyFace.jpg",
1591
1591
  "Bucket": "examplebucket",
1592
- "Key": "exampleobject",
1592
+ "Key": "HappyFace.jpg",
1593
1593
  "ServerSideEncryption": "AES256",
1594
- "Tagging": "key1=value1&key2=value2"
1594
+ "StorageClass": "STANDARD_IA"
1595
1595
  },
1596
1596
  "output": {
1597
1597
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1598
1598
  "ServerSideEncryption": "AES256",
1599
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1599
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1600
1600
  },
1601
1601
  "comments": {
1602
1602
  "input": {
@@ -1604,22 +1604,20 @@
1604
1604
  "output": {
1605
1605
  }
1606
1606
  },
1607
- "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.",
1608
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1609
- "title": "To upload an object and specify server-side encryption and object tags"
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)"
1610
1610
  },
1611
1611
  {
1612
1612
  "input": {
1613
- "Body": "HappyFace.jpg",
1613
+ "ACL": "authenticated-read",
1614
+ "Body": "filetoupload",
1614
1615
  "Bucket": "examplebucket",
1615
- "Key": "HappyFace.jpg",
1616
- "ServerSideEncryption": "AES256",
1617
- "StorageClass": "STANDARD_IA"
1616
+ "Key": "exampleobject"
1618
1617
  },
1619
1618
  "output": {
1620
1619
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1621
- "ServerSideEncryption": "AES256",
1622
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1620
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1623
1621
  },
1624
1622
  "comments": {
1625
1623
  "input": {
@@ -1627,23 +1625,22 @@
1627
1625
  "output": {
1628
1626
  }
1629
1627
  },
1630
- "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.",
1631
- "id": "to-upload-an-object-(specify-optional-headers)",
1632
- "title": "To upload an object (specify optional headers)"
1628
+ "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.",
1629
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1630
+ "title": "To upload an object and specify canned ACL."
1633
1631
  },
1634
1632
  {
1635
1633
  "input": {
1636
1634
  "Body": "filetoupload",
1637
1635
  "Bucket": "examplebucket",
1638
1636
  "Key": "exampleobject",
1639
- "Metadata": {
1640
- "metadata1": "value1",
1641
- "metadata2": "value2"
1642
- }
1637
+ "ServerSideEncryption": "AES256",
1638
+ "Tagging": "key1=value1&key2=value2"
1643
1639
  },
1644
1640
  "output": {
1645
1641
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1646
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1642
+ "ServerSideEncryption": "AES256",
1643
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1647
1644
  },
1648
1645
  "comments": {
1649
1646
  "input": {
@@ -1651,20 +1648,23 @@
1651
1648
  "output": {
1652
1649
  }
1653
1650
  },
1654
- "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.",
1655
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1656
- "title": "To upload object and specify user-defined metadata"
1651
+ "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.",
1652
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1653
+ "title": "To upload an object and specify server-side encryption and object tags"
1657
1654
  },
1658
1655
  {
1659
1656
  "input": {
1660
- "Body": "c:\\HappyFace.jpg",
1657
+ "Body": "filetoupload",
1661
1658
  "Bucket": "examplebucket",
1662
- "Key": "HappyFace.jpg",
1663
- "Tagging": "key1=value1&key2=value2"
1659
+ "Key": "exampleobject",
1660
+ "Metadata": {
1661
+ "metadata1": "value1",
1662
+ "metadata2": "value2"
1663
+ }
1664
1664
  },
1665
1665
  "output": {
1666
1666
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1667
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1667
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1668
1668
  },
1669
1669
  "comments": {
1670
1670
  "input": {
@@ -1672,20 +1672,19 @@
1672
1672
  "output": {
1673
1673
  }
1674
1674
  },
1675
- "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.",
1676
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1677
- "title": "To upload an object and specify optional tags"
1675
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1676
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
+ "title": "To upload object and specify user-defined metadata"
1678
1678
  },
1679
1679
  {
1680
1680
  "input": {
1681
- "ACL": "authenticated-read",
1682
- "Body": "filetoupload",
1681
+ "Body": "HappyFace.jpg",
1683
1682
  "Bucket": "examplebucket",
1684
- "Key": "exampleobject"
1683
+ "Key": "HappyFace.jpg"
1685
1684
  },
1686
1685
  "output": {
1687
1686
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1688
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1687
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1689
1688
  },
1690
1689
  "comments": {
1691
1690
  "input": {
@@ -1693,19 +1692,20 @@
1693
1692
  "output": {
1694
1693
  }
1695
1694
  },
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."
1695
+ "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.",
1696
+ "id": "to-upload-an-object-1481760101010",
1697
+ "title": "To upload an object"
1699
1698
  },
1700
1699
  {
1701
1700
  "input": {
1702
- "Body": "filetoupload",
1701
+ "Body": "c:\\HappyFace.jpg",
1703
1702
  "Bucket": "examplebucket",
1704
- "Key": "objectkey"
1703
+ "Key": "HappyFace.jpg",
1704
+ "Tagging": "key1=value1&key2=value2"
1705
1705
  },
1706
1706
  "output": {
1707
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
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 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."
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": [