cdk-lambda-subminute 2.0.251 → 2.0.254

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 (35) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.examples.json +5 -0
  6. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +816 -0
  7. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +16 -0
  8. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +180 -0
  10. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.paginators.json +4 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1292 -1235
  12. package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +62 -13
  13. package/node_modules/aws-sdk/apis/metadata.json +7 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +681 -662
  15. package/node_modules/aws-sdk/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +9 -6
  16. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  17. package/node_modules/aws-sdk/clients/all.js +3 -1
  18. package/node_modules/aws-sdk/clients/bedrock.d.ts +840 -0
  19. package/node_modules/aws-sdk/clients/bedrock.js +18 -0
  20. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +138 -0
  21. package/node_modules/aws-sdk/clients/bedrockruntime.js +18 -0
  22. package/node_modules/aws-sdk/clients/budgets.d.ts +8 -7
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +69 -4
  24. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +71 -1
  25. package/node_modules/aws-sdk/clients/sagemaker.d.ts +58 -31
  26. package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +7 -2
  27. package/node_modules/aws-sdk/clients/wafv2.d.ts +2 -2
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +82 -8
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +1302 -1238
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
  32. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +4 -4
@@ -594,6 +594,31 @@
594
594
  }
595
595
  }
596
596
  },
597
+ "GetEncryptionConfiguration": {
598
+ "input": {
599
+ "type": "structure",
600
+ "members": {}
601
+ },
602
+ "output": {
603
+ "type": "structure",
604
+ "required": [
605
+ "encryptionStatus",
606
+ "encryptionType"
607
+ ],
608
+ "members": {
609
+ "kmsKeyId": {},
610
+ "encryptionStatus": {},
611
+ "encryptionType": {},
612
+ "errorMessage": {},
613
+ "creationTime": {
614
+ "type": "timestamp"
615
+ },
616
+ "lastModificationTime": {
617
+ "type": "timestamp"
618
+ }
619
+ }
620
+ }
621
+ },
597
622
  "GetFleet": {
598
623
  "input": {
599
624
  "type": "structure",
@@ -639,7 +664,7 @@
639
664
  ],
640
665
  "members": {
641
666
  "cloudWatchLogDelivery": {
642
- "shape": "S3q"
667
+ "shape": "S3w"
643
668
  }
644
669
  }
645
670
  }
@@ -1337,6 +1362,30 @@
1337
1362
  }
1338
1363
  }
1339
1364
  },
1365
+ "PutEncryptionConfiguration": {
1366
+ "input": {
1367
+ "type": "structure",
1368
+ "required": [
1369
+ "encryptionType"
1370
+ ],
1371
+ "members": {
1372
+ "kmsKeyId": {},
1373
+ "encryptionType": {}
1374
+ }
1375
+ },
1376
+ "output": {
1377
+ "type": "structure",
1378
+ "required": [
1379
+ "encryptionStatus",
1380
+ "encryptionType"
1381
+ ],
1382
+ "members": {
1383
+ "kmsKeyId": {},
1384
+ "encryptionStatus": {},
1385
+ "encryptionType": {}
1386
+ }
1387
+ }
1388
+ },
1340
1389
  "PutLoggingOptions": {
1341
1390
  "input": {
1342
1391
  "type": "structure",
@@ -1345,7 +1394,7 @@
1345
1394
  ],
1346
1395
  "members": {
1347
1396
  "cloudWatchLogDelivery": {
1348
- "shape": "S3q"
1397
+ "shape": "S3w"
1349
1398
  }
1350
1399
  }
1351
1400
  },
@@ -1360,12 +1409,12 @@
1360
1409
  "type": "structure",
1361
1410
  "members": {
1362
1411
  "timestreamResources": {
1363
- "shape": "S62",
1412
+ "shape": "S68",
1364
1413
  "deprecated": true,
1365
1414
  "deprecatedMessage": "Amazon Timestream metadata is now passed in the CreateCampaign API."
1366
1415
  },
1367
1416
  "iamResources": {
1368
- "shape": "S63",
1417
+ "shape": "S69",
1369
1418
  "deprecated": true,
1370
1419
  "deprecatedMessage": "iamResources is no longer used or needed as input"
1371
1420
  }
@@ -1382,10 +1431,10 @@
1382
1431
  "members": {
1383
1432
  "registerAccountStatus": {},
1384
1433
  "timestreamResources": {
1385
- "shape": "S62"
1434
+ "shape": "S68"
1386
1435
  },
1387
1436
  "iamResources": {
1388
- "shape": "S63"
1437
+ "shape": "S69"
1389
1438
  },
1390
1439
  "creationTime": {
1391
1440
  "type": "timestamp"
@@ -1536,10 +1585,10 @@
1536
1585
  "name": {},
1537
1586
  "description": {},
1538
1587
  "nodesToAdd": {
1539
- "shape": "S6k"
1588
+ "shape": "S6q"
1540
1589
  },
1541
1590
  "nodesToRemove": {
1542
- "shape": "S6k"
1591
+ "shape": "S6q"
1543
1592
  },
1544
1593
  "status": {}
1545
1594
  }
@@ -1573,7 +1622,7 @@
1573
1622
  "shape": "S2r"
1574
1623
  },
1575
1624
  "nodesToRemove": {
1576
- "shape": "S6k"
1625
+ "shape": "S6q"
1577
1626
  }
1578
1627
  }
1579
1628
  },
@@ -1972,7 +2021,7 @@
1972
2021
  "union": true
1973
2022
  }
1974
2023
  },
1975
- "S3q": {
2024
+ "S3w": {
1976
2025
  "type": "structure",
1977
2026
  "required": [
1978
2027
  "logType"
@@ -1982,7 +2031,7 @@
1982
2031
  "logGroupName": {}
1983
2032
  }
1984
2033
  },
1985
- "S62": {
2034
+ "S68": {
1986
2035
  "type": "structure",
1987
2036
  "required": [
1988
2037
  "timestreamDatabaseName",
@@ -1993,7 +2042,7 @@
1993
2042
  "timestreamTableName": {}
1994
2043
  }
1995
2044
  },
1996
- "S63": {
2045
+ "S69": {
1997
2046
  "type": "structure",
1998
2047
  "required": [
1999
2048
  "roleArn"
@@ -2002,7 +2051,7 @@
2002
2051
  "roleArn": {}
2003
2052
  }
2004
2053
  },
2005
- "S6k": {
2054
+ "S6q": {
2006
2055
  "type": "list",
2007
2056
  "member": {}
2008
2057
  }
@@ -1335,5 +1335,12 @@
1335
1335
  "pcaconnectorad": {
1336
1336
  "prefix": "pca-connector-ad",
1337
1337
  "name": "PcaConnectorAd"
1338
+ },
1339
+ "bedrock": {
1340
+ "name": "Bedrock"
1341
+ },
1342
+ "bedrockruntime": {
1343
+ "prefix": "bedrock-runtime",
1344
+ "name": "BedrockRuntime"
1338
1345
  }
1339
1346
  }