cdk-lambda-subminute 2.0.298 → 2.0.300

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 (54) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +27 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
  9. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
  10. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
  11. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +361 -16
  12. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +423 -268
  15. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  16. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
  20. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  21. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
  22. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  23. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
  24. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  26. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  27. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
  28. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
  29. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  30. package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
  31. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
  32. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  33. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +370 -5
  34. package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
  35. package/node_modules/aws-sdk/clients/ec2.d.ts +179 -1
  36. package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
  37. package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
  38. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  39. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  40. package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
  41. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  42. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  43. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
  44. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  45. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  46. package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
  47. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +24 -24
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +799 -569
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  52. package/node_modules/aws-sdk/lib/core.js +1 -1
  53. package/node_modules/aws-sdk/package.json +1 -1
  54. package/package.json +2 -2
@@ -123,7 +123,8 @@
123
123
  "KmsKeyId": {},
124
124
  "StartIngestion": {
125
125
  "type": "boolean"
126
- }
126
+ },
127
+ "BillingMode": {}
127
128
  }
128
129
  },
129
130
  "output": {
@@ -156,7 +157,8 @@
156
157
  "UpdatedTimestamp": {
157
158
  "type": "timestamp"
158
159
  },
159
- "KmsKeyId": {}
160
+ "KmsKeyId": {},
161
+ "BillingMode": {}
160
162
  }
161
163
  }
162
164
  },
@@ -364,7 +366,7 @@
364
366
  "trailList": {
365
367
  "type": "list",
366
368
  "member": {
367
- "shape": "S1v"
369
+ "shape": "S1w"
368
370
  }
369
371
  }
370
372
  }
@@ -456,7 +458,8 @@
456
458
  "UpdatedTimestamp": {
457
459
  "type": "timestamp"
458
460
  },
459
- "KmsKeyId": {}
461
+ "KmsKeyId": {},
462
+ "BillingMode": {}
460
463
  }
461
464
  },
462
465
  "idempotent": true
@@ -476,7 +479,7 @@
476
479
  "members": {
477
480
  "TrailARN": {},
478
481
  "EventSelectors": {
479
- "shape": "S24"
482
+ "shape": "S25"
480
483
  },
481
484
  "AdvancedEventSelectors": {
482
485
  "shape": "So"
@@ -500,10 +503,10 @@
500
503
  "members": {
501
504
  "ImportId": {},
502
505
  "Destinations": {
503
- "shape": "S2d"
506
+ "shape": "S2e"
504
507
  },
505
508
  "ImportSource": {
506
- "shape": "S2e"
509
+ "shape": "S2f"
507
510
  },
508
511
  "StartEventTime": {
509
512
  "type": "timestamp"
@@ -519,7 +522,7 @@
519
522
  "type": "timestamp"
520
523
  },
521
524
  "ImportStatistics": {
522
- "shape": "S2h"
525
+ "shape": "S2i"
523
526
  }
524
527
  }
525
528
  }
@@ -537,7 +540,7 @@
537
540
  "members": {
538
541
  "TrailARN": {},
539
542
  "InsightSelectors": {
540
- "shape": "S2k"
543
+ "shape": "S2l"
541
544
  },
542
545
  "EventDataStoreArn": {},
543
546
  "InsightsDestination": {}
@@ -630,7 +633,7 @@
630
633
  "type": "structure",
631
634
  "members": {
632
635
  "Trail": {
633
- "shape": "S1v"
636
+ "shape": "S1w"
634
637
  }
635
638
  }
636
639
  },
@@ -839,7 +842,7 @@
839
842
  "ImportId": {},
840
843
  "ImportStatus": {},
841
844
  "Destinations": {
842
- "shape": "S2d"
845
+ "shape": "S2e"
843
846
  },
844
847
  "CreatedTimestamp": {
845
848
  "type": "timestamp"
@@ -1072,7 +1075,7 @@
1072
1075
  "members": {
1073
1076
  "TrailName": {},
1074
1077
  "EventSelectors": {
1075
- "shape": "S24"
1078
+ "shape": "S25"
1076
1079
  },
1077
1080
  "AdvancedEventSelectors": {
1078
1081
  "shape": "So"
@@ -1084,7 +1087,7 @@
1084
1087
  "members": {
1085
1088
  "TrailARN": {},
1086
1089
  "EventSelectors": {
1087
- "shape": "S24"
1090
+ "shape": "S25"
1088
1091
  },
1089
1092
  "AdvancedEventSelectors": {
1090
1093
  "shape": "So"
@@ -1102,7 +1105,7 @@
1102
1105
  "members": {
1103
1106
  "TrailName": {},
1104
1107
  "InsightSelectors": {
1105
- "shape": "S2k"
1108
+ "shape": "S2l"
1106
1109
  },
1107
1110
  "EventDataStore": {},
1108
1111
  "InsightsDestination": {}
@@ -1113,7 +1116,7 @@
1113
1116
  "members": {
1114
1117
  "TrailARN": {},
1115
1118
  "InsightSelectors": {
1116
- "shape": "S2k"
1119
+ "shape": "S2l"
1117
1120
  },
1118
1121
  "EventDataStoreArn": {},
1119
1122
  "InsightsDestination": {}
@@ -1215,7 +1218,8 @@
1215
1218
  "UpdatedTimestamp": {
1216
1219
  "type": "timestamp"
1217
1220
  },
1218
- "KmsKeyId": {}
1221
+ "KmsKeyId": {},
1222
+ "BillingMode": {}
1219
1223
  }
1220
1224
  }
1221
1225
  },
@@ -1239,10 +1243,10 @@
1239
1243
  "type": "structure",
1240
1244
  "members": {
1241
1245
  "Destinations": {
1242
- "shape": "S2d"
1246
+ "shape": "S2e"
1243
1247
  },
1244
1248
  "ImportSource": {
1245
- "shape": "S2e"
1249
+ "shape": "S2f"
1246
1250
  },
1247
1251
  "StartEventTime": {
1248
1252
  "type": "timestamp"
@@ -1258,10 +1262,10 @@
1258
1262
  "members": {
1259
1263
  "ImportId": {},
1260
1264
  "Destinations": {
1261
- "shape": "S2d"
1265
+ "shape": "S2e"
1262
1266
  },
1263
1267
  "ImportSource": {
1264
- "shape": "S2e"
1268
+ "shape": "S2f"
1265
1269
  },
1266
1270
  "StartEventTime": {
1267
1271
  "type": "timestamp"
@@ -1346,10 +1350,10 @@
1346
1350
  "members": {
1347
1351
  "ImportId": {},
1348
1352
  "ImportSource": {
1349
- "shape": "S2e"
1353
+ "shape": "S2f"
1350
1354
  },
1351
1355
  "Destinations": {
1352
- "shape": "S2d"
1356
+ "shape": "S2e"
1353
1357
  },
1354
1358
  "ImportStatus": {},
1355
1359
  "CreatedTimestamp": {
@@ -1365,7 +1369,7 @@
1365
1369
  "type": "timestamp"
1366
1370
  },
1367
1371
  "ImportStatistics": {
1368
- "shape": "S2h"
1372
+ "shape": "S2i"
1369
1373
  }
1370
1374
  }
1371
1375
  }
@@ -1437,7 +1441,8 @@
1437
1441
  "TerminationProtectionEnabled": {
1438
1442
  "type": "boolean"
1439
1443
  },
1440
- "KmsKeyId": {}
1444
+ "KmsKeyId": {},
1445
+ "BillingMode": {}
1441
1446
  }
1442
1447
  },
1443
1448
  "output": {
@@ -1467,7 +1472,8 @@
1467
1472
  "UpdatedTimestamp": {
1468
1473
  "type": "timestamp"
1469
1474
  },
1470
- "KmsKeyId": {}
1475
+ "KmsKeyId": {},
1476
+ "BillingMode": {}
1471
1477
  }
1472
1478
  },
1473
1479
  "idempotent": true
@@ -1605,7 +1611,7 @@
1605
1611
  "type": "list",
1606
1612
  "member": {}
1607
1613
  },
1608
- "S1v": {
1614
+ "S1w": {
1609
1615
  "type": "structure",
1610
1616
  "members": {
1611
1617
  "Name": {},
@@ -1640,7 +1646,7 @@
1640
1646
  }
1641
1647
  }
1642
1648
  },
1643
- "S24": {
1649
+ "S25": {
1644
1650
  "type": "list",
1645
1651
  "member": {
1646
1652
  "type": "structure",
@@ -1669,11 +1675,11 @@
1669
1675
  }
1670
1676
  }
1671
1677
  },
1672
- "S2d": {
1678
+ "S2e": {
1673
1679
  "type": "list",
1674
1680
  "member": {}
1675
1681
  },
1676
- "S2e": {
1682
+ "S2f": {
1677
1683
  "type": "structure",
1678
1684
  "required": [
1679
1685
  "S3"
@@ -1694,7 +1700,7 @@
1694
1700
  }
1695
1701
  }
1696
1702
  },
1697
- "S2h": {
1703
+ "S2i": {
1698
1704
  "type": "structure",
1699
1705
  "members": {
1700
1706
  "PrefixesFound": {
@@ -1714,7 +1720,7 @@
1714
1720
  }
1715
1721
  }
1716
1722
  },
1717
- "S2k": {
1723
+ "S2l": {
1718
1724
  "type": "list",
1719
1725
  "member": {
1720
1726
  "type": "structure",