cdk-lambda-subminute 2.0.412 → 2.0.414

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 (27) 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/bedrock-agent-runtime-2023-07-26.min.json +14 -0
  5. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +52 -0
  6. package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
  7. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +130 -73
  9. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +60 -27
  10. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +2 -3
  11. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +219 -199
  12. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +26 -9
  13. package/node_modules/aws-sdk/clients/codebuild.d.ts +16 -12
  14. package/node_modules/aws-sdk/clients/costexplorer.d.ts +72 -0
  15. package/node_modules/aws-sdk/clients/ec2.d.ts +90 -6
  16. package/node_modules/aws-sdk/clients/ecs.d.ts +15 -15
  17. package/node_modules/aws-sdk/clients/finspace.d.ts +31 -2
  18. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +41 -33
  19. package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
  20. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  23. package/node_modules/aws-sdk/dist/aws-sdk.js +192 -77
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +102 -102
  25. package/node_modules/aws-sdk/lib/core.js +1 -1
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/package.json +3 -3
@@ -587,6 +587,38 @@
587
587
  "members": {}
588
588
  }
589
589
  },
590
+ "DeleteKxClusterNode": {
591
+ "http": {
592
+ "method": "DELETE",
593
+ "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/nodes/{nodeId}"
594
+ },
595
+ "input": {
596
+ "type": "structure",
597
+ "required": [
598
+ "clusterName",
599
+ "nodeId",
600
+ "environmentId"
601
+ ],
602
+ "members": {
603
+ "environmentId": {
604
+ "location": "uri",
605
+ "locationName": "environmentId"
606
+ },
607
+ "clusterName": {
608
+ "location": "uri",
609
+ "locationName": "clusterName"
610
+ },
611
+ "nodeId": {
612
+ "location": "uri",
613
+ "locationName": "nodeId"
614
+ }
615
+ }
616
+ },
617
+ "output": {
618
+ "type": "structure",
619
+ "members": {}
620
+ }
621
+ },
590
622
  "DeleteKxDatabase": {
591
623
  "http": {
592
624
  "method": "DELETE",
@@ -802,7 +834,7 @@
802
834
  "type": "structure",
803
835
  "members": {
804
836
  "environment": {
805
- "shape": "S4c"
837
+ "shape": "S4f"
806
838
  }
807
839
  }
808
840
  },
@@ -1062,7 +1094,7 @@
1062
1094
  "shape": "S1m"
1063
1095
  },
1064
1096
  "activeVersions": {
1065
- "shape": "S4s"
1097
+ "shape": "S4v"
1066
1098
  },
1067
1099
  "description": {},
1068
1100
  "autoUpdate": {
@@ -1115,10 +1147,10 @@
1115
1147
  "kmsKeyId": {},
1116
1148
  "dedicatedServiceAccountId": {},
1117
1149
  "transitGatewayConfiguration": {
1118
- "shape": "S51"
1150
+ "shape": "S54"
1119
1151
  },
1120
1152
  "customDNSConfiguration": {
1121
- "shape": "S5e"
1153
+ "shape": "S5h"
1122
1154
  },
1123
1155
  "creationTimestamp": {
1124
1156
  "type": "timestamp"
@@ -1162,7 +1194,7 @@
1162
1194
  "scalingGroupArn": {},
1163
1195
  "hostType": {},
1164
1196
  "clusters": {
1165
- "shape": "S5m"
1197
+ "shape": "S5p"
1166
1198
  },
1167
1199
  "availabilityZoneId": {},
1168
1200
  "status": {},
@@ -1254,7 +1286,7 @@
1254
1286
  "type": "timestamp"
1255
1287
  },
1256
1288
  "attachedClusters": {
1257
- "shape": "S5r"
1289
+ "shape": "S5u"
1258
1290
  }
1259
1291
  }
1260
1292
  }
@@ -1284,7 +1316,7 @@
1284
1316
  "environments": {
1285
1317
  "type": "list",
1286
1318
  "member": {
1287
- "shape": "S4c"
1319
+ "shape": "S4f"
1288
1320
  }
1289
1321
  },
1290
1322
  "nextToken": {}
@@ -1393,7 +1425,8 @@
1393
1425
  "availabilityZoneId": {},
1394
1426
  "launchTime": {
1395
1427
  "type": "timestamp"
1396
- }
1428
+ },
1429
+ "status": {}
1397
1430
  }
1398
1431
  }
1399
1432
  },
@@ -1562,7 +1595,7 @@
1562
1595
  "shape": "S1m"
1563
1596
  },
1564
1597
  "activeVersions": {
1565
- "shape": "S4s"
1598
+ "shape": "S4v"
1566
1599
  },
1567
1600
  "status": {},
1568
1601
  "description": {},
@@ -1625,10 +1658,10 @@
1625
1658
  "kmsKeyId": {},
1626
1659
  "dedicatedServiceAccountId": {},
1627
1660
  "transitGatewayConfiguration": {
1628
- "shape": "S51"
1661
+ "shape": "S54"
1629
1662
  },
1630
1663
  "customDNSConfiguration": {
1631
- "shape": "S5e"
1664
+ "shape": "S5h"
1632
1665
  },
1633
1666
  "creationTimestamp": {
1634
1667
  "type": "timestamp"
@@ -1684,7 +1717,7 @@
1684
1717
  "scalingGroupName": {},
1685
1718
  "hostType": {},
1686
1719
  "clusters": {
1687
- "shape": "S5m"
1720
+ "shape": "S5p"
1688
1721
  },
1689
1722
  "availabilityZoneId": {},
1690
1723
  "status": {},
@@ -1919,7 +1952,7 @@
1919
1952
  "type": "structure",
1920
1953
  "members": {
1921
1954
  "environment": {
1922
- "shape": "S4c"
1955
+ "shape": "S4f"
1923
1956
  }
1924
1957
  }
1925
1958
  },
@@ -2104,7 +2137,7 @@
2104
2137
  "shape": "S1m"
2105
2138
  },
2106
2139
  "activeVersions": {
2107
- "shape": "S4s"
2140
+ "shape": "S4v"
2108
2141
  },
2109
2142
  "status": {},
2110
2143
  "autoUpdate": {
@@ -2160,10 +2193,10 @@
2160
2193
  "kmsKeyId": {},
2161
2194
  "dedicatedServiceAccountId": {},
2162
2195
  "transitGatewayConfiguration": {
2163
- "shape": "S51"
2196
+ "shape": "S54"
2164
2197
  },
2165
2198
  "customDNSConfiguration": {
2166
- "shape": "S5e"
2199
+ "shape": "S5h"
2167
2200
  },
2168
2201
  "creationTimestamp": {
2169
2202
  "type": "timestamp"
@@ -2193,10 +2226,10 @@
2193
2226
  "locationName": "environmentId"
2194
2227
  },
2195
2228
  "transitGatewayConfiguration": {
2196
- "shape": "S51"
2229
+ "shape": "S54"
2197
2230
  },
2198
2231
  "customDNSConfiguration": {
2199
- "shape": "S5e"
2232
+ "shape": "S5h"
2200
2233
  },
2201
2234
  "clientToken": {
2202
2235
  "idempotencyToken": true
@@ -2218,10 +2251,10 @@
2218
2251
  "kmsKeyId": {},
2219
2252
  "dedicatedServiceAccountId": {},
2220
2253
  "transitGatewayConfiguration": {
2221
- "shape": "S51"
2254
+ "shape": "S54"
2222
2255
  },
2223
2256
  "customDNSConfiguration": {
2224
- "shape": "S5e"
2257
+ "shape": "S5h"
2225
2258
  },
2226
2259
  "creationTimestamp": {
2227
2260
  "type": "timestamp"
@@ -2325,7 +2358,7 @@
2325
2358
  "type": "timestamp"
2326
2359
  },
2327
2360
  "attachedClusters": {
2328
- "shape": "S5r"
2361
+ "shape": "S5u"
2329
2362
  }
2330
2363
  }
2331
2364
  }
@@ -2581,7 +2614,7 @@
2581
2614
  "type": "list",
2582
2615
  "member": {}
2583
2616
  },
2584
- "S4c": {
2617
+ "S4f": {
2585
2618
  "type": "structure",
2586
2619
  "members": {
2587
2620
  "name": {},
@@ -2600,7 +2633,7 @@
2600
2633
  }
2601
2634
  }
2602
2635
  },
2603
- "S4s": {
2636
+ "S4v": {
2604
2637
  "type": "list",
2605
2638
  "member": {
2606
2639
  "type": "structure",
@@ -2620,7 +2653,7 @@
2620
2653
  }
2621
2654
  }
2622
2655
  },
2623
- "S51": {
2656
+ "S54": {
2624
2657
  "type": "structure",
2625
2658
  "required": [
2626
2659
  "transitGatewayID",
@@ -2681,7 +2714,7 @@
2681
2714
  }
2682
2715
  }
2683
2716
  },
2684
- "S5e": {
2717
+ "S5h": {
2685
2718
  "type": "list",
2686
2719
  "member": {
2687
2720
  "type": "structure",
@@ -2695,11 +2728,11 @@
2695
2728
  }
2696
2729
  }
2697
2730
  },
2698
- "S5m": {
2731
+ "S5p": {
2699
2732
  "type": "list",
2700
2733
  "member": {}
2701
2734
  },
2702
- "S5r": {
2735
+ "S5u": {
2703
2736
  "type": "list",
2704
2737
  "member": {
2705
2738
  "type": "structure",
@@ -754,6 +754,7 @@
754
754
  "type": "structure",
755
755
  "members": {
756
756
  "EndpointId": {},
757
+ "Cidr": {},
757
758
  "AttachmentArn": {}
758
759
  }
759
760
  }
@@ -1496,11 +1497,9 @@
1496
1497
  "type": "list",
1497
1498
  "member": {
1498
1499
  "type": "structure",
1499
- "required": [
1500
- "EndpointId"
1501
- ],
1502
1500
  "members": {
1503
1501
  "EndpointId": {},
1502
+ "Cidr": {},
1504
1503
  "Region": {}
1505
1504
  }
1506
1505
  }