cdk-lambda-subminute 2.0.407 → 2.0.409

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 +3 -3
  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/cloudformation-2010-05-15.min.json +35 -0
  5. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +305 -258
  6. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  7. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +57 -39
  8. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +3 -4
  9. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +9 -1
  10. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +128 -34
  11. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +291 -215
  13. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +155 -133
  14. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +119 -119
  15. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +4 -2
  16. package/node_modules/aws-sdk/clients/cloudformation.d.ts +98 -51
  17. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +32 -23
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +49 -0
  19. package/node_modules/aws-sdk/clients/finspace.d.ts +37 -13
  20. package/node_modules/aws-sdk/clients/kms.d.ts +10 -6
  21. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +125 -20
  22. package/node_modules/aws-sdk/clients/mediatailor.d.ts +98 -2
  23. package/node_modules/aws-sdk/clients/rds.d.ts +44 -0
  24. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +3 -3
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +520 -401
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +3 -3
@@ -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,9 +283,9 @@
283
283
  "output": {
284
284
  }
285
285
  },
286
- "description": "The following example deletes an object from an S3 bucket.",
287
- "id": "to-delete-an-object-1472850136595",
288
- "title": "To delete an object"
286
+ "description": "The following example deletes an object from a non-versioned bucket.",
287
+ "id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
288
+ "title": "To delete an object (from a non-versioned bucket)"
289
289
  }
290
290
  ],
291
291
  "DeleteObjectTagging": [
@@ -334,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": [
@@ -728,17 +728,18 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "HappyFace.jpg"
731
+ "Key": "SampleFile.txt",
732
+ "Range": "bytes=0-9"
732
733
  },
733
734
  "output": {
734
735
  "AcceptRanges": "bytes",
735
- "ContentLength": "3191",
736
- "ContentType": "image/jpeg",
737
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
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",
739
741
  "Metadata": {
740
742
  },
741
- "TagCount": 2,
742
743
  "VersionId": "null"
743
744
  },
744
745
  "comments": {
@@ -747,25 +748,24 @@
747
748
  "output": {
748
749
  }
749
750
  },
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"
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 "
753
754
  },
754
755
  {
755
756
  "input": {
756
757
  "Bucket": "examplebucket",
757
- "Key": "SampleFile.txt",
758
- "Range": "bytes=0-9"
758
+ "Key": "HappyFace.jpg"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
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",
762
+ "ContentLength": "3191",
763
+ "ContentType": "image/jpeg",
764
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
767
766
  "Metadata": {
768
767
  },
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. 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 "
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"
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -840,20 +840,17 @@
840
840
  {
841
841
  "input": {
842
842
  "Bucket": "examplebucket",
843
- "Key": "HappyFace.jpg"
843
+ "Key": "exampleobject",
844
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
844
845
  },
845
846
  "output": {
846
847
  "TagSet": [
847
848
  {
848
- "Key": "Key4",
849
- "Value": "Value4"
850
- },
851
- {
852
- "Key": "Key3",
853
- "Value": "Value3"
849
+ "Key": "Key1",
850
+ "Value": "Value1"
854
851
  }
855
852
  ],
856
- "VersionId": "null"
853
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
857
854
  },
858
855
  "comments": {
859
856
  "input": {
@@ -861,24 +858,27 @@
861
858
  "output": {
862
859
  }
863
860
  },
864
- "description": "The following example retrieves tag set of an object.",
865
- "id": "to-retrieve-tag-set-of-an-object-1481833847896",
866
- "title": "To retrieve tag set of an object"
861
+ "description": "The following example retrieves tag set of an object. The request specifies object version.",
862
+ "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
863
+ "title": "To retrieve tag set of a specific object version"
867
864
  },
868
865
  {
869
866
  "input": {
870
867
  "Bucket": "examplebucket",
871
- "Key": "exampleobject",
872
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
868
+ "Key": "HappyFace.jpg"
873
869
  },
874
870
  "output": {
875
871
  "TagSet": [
876
872
  {
877
- "Key": "Key1",
878
- "Value": "Value1"
873
+ "Key": "Key4",
874
+ "Value": "Value4"
875
+ },
876
+ {
877
+ "Key": "Key3",
878
+ "Value": "Value3"
879
879
  }
880
880
  ],
881
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
881
+ "VersionId": "null"
882
882
  },
883
883
  "comments": {
884
884
  "input": {
@@ -886,9 +886,9 @@
886
886
  "output": {
887
887
  }
888
888
  },
889
- "description": "The following example retrieves tag set of an object. The request specifies object version.",
890
- "id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
891
- "title": "To retrieve tag set of a specific object version"
889
+ "description": "The following example retrieves tag set of an object.",
890
+ "id": "to-retrieve-tag-set-of-an-object-1481833847896",
891
+ "title": "To retrieve tag set of an object"
892
892
  }
893
893
  ],
894
894
  "GetObjectTorrent": [
@@ -1567,16 +1567,36 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "Body": "filetoupload",
1570
+ "Body": "HappyFace.jpg",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "exampleobject",
1572
+ "Key": "HappyFace.jpg"
1573
+ },
1574
+ "output": {
1575
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1577
+ },
1578
+ "comments": {
1579
+ "input": {
1580
+ },
1581
+ "output": {
1582
+ }
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"
1587
+ },
1588
+ {
1589
+ "input": {
1590
+ "Body": "HappyFace.jpg",
1591
+ "Bucket": "examplebucket",
1592
+ "Key": "HappyFace.jpg",
1573
1593
  "ServerSideEncryption": "AES256",
1574
- "Tagging": "key1=value1&key2=value2"
1594
+ "StorageClass": "STANDARD_IA"
1575
1595
  },
1576
1596
  "output": {
1577
1597
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
1598
  "ServerSideEncryption": "AES256",
1579
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1599
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1580
1600
  },
1581
1601
  "comments": {
1582
1602
  "input": {
@@ -1584,9 +1604,9 @@
1584
1604
  "output": {
1585
1605
  }
1586
1606
  },
1587
- "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.",
1588
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
- "title": "To upload an object and specify server-side encryption and object tags"
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)"
1590
1610
  },
1591
1611
  {
1592
1612
  "input": {
@@ -1633,26 +1653,6 @@
1633
1653
  "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1634
1654
  "title": "To upload an object and specify canned ACL."
1635
1655
  },
1636
- {
1637
- "input": {
1638
- "Body": "HappyFace.jpg",
1639
- "Bucket": "examplebucket",
1640
- "Key": "HappyFace.jpg"
1641
- },
1642
- "output": {
1643
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1644
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1645
- },
1646
- "comments": {
1647
- "input": {
1648
- },
1649
- "output": {
1650
- }
1651
- },
1652
- "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.",
1653
- "id": "to-upload-an-object-1481760101010",
1654
- "title": "To upload an object"
1655
- },
1656
1656
  {
1657
1657
  "input": {
1658
1658
  "Body": "filetoupload",
@@ -1675,16 +1675,16 @@
1675
1675
  },
1676
1676
  {
1677
1677
  "input": {
1678
- "Body": "HappyFace.jpg",
1678
+ "Body": "filetoupload",
1679
1679
  "Bucket": "examplebucket",
1680
- "Key": "HappyFace.jpg",
1680
+ "Key": "exampleobject",
1681
1681
  "ServerSideEncryption": "AES256",
1682
- "StorageClass": "STANDARD_IA"
1682
+ "Tagging": "key1=value1&key2=value2"
1683
1683
  },
1684
1684
  "output": {
1685
1685
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1686
1686
  "ServerSideEncryption": "AES256",
1687
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1687
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1688
1688
  },
1689
1689
  "comments": {
1690
1690
  "input": {
@@ -1692,9 +1692,9 @@
1692
1692
  "output": {
1693
1693
  }
1694
1694
  },
1695
- "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1696
- "id": "to-upload-an-object-(specify-optional-headers)",
1697
- "title": "To upload an object (specify optional headers)"
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"
1698
1698
  },
1699
1699
  {
1700
1700
  "input": {
@@ -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"