cdk-lambda-subminute 2.0.292 → 2.0.294
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +27 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +48 -47
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +11 -8
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +55 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +7 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +29 -16
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +140 -82
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +242 -39
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +217 -52
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +372 -26
- package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +82 -76
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +26 -24
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +9 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +48 -24
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +46 -117
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.paginators.json +3 -3
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +15 -10
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +50 -22
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +422 -2
- package/node_modules/aws-sdk/clients/comprehend.d.ts +73 -19
- package/node_modules/aws-sdk/clients/connect.d.ts +6 -2
- package/node_modules/aws-sdk/clients/connectcases.d.ts +17 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +65 -0
- package/node_modules/aws-sdk/clients/eks.d.ts +221 -9
- package/node_modules/aws-sdk/clients/guardduty.d.ts +168 -2
- package/node_modules/aws-sdk/clients/lambda.d.ts +8 -8
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +8 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +22 -4
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +12 -0
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +40 -2
- package/node_modules/aws-sdk/clients/sqs.d.ts +13 -12
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +703 -285
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -204,6 +204,45 @@
|
|
204
204
|
}
|
205
205
|
}
|
206
206
|
},
|
207
|
+
"CreateEksAnywhereSubscription": {
|
208
|
+
"http": {
|
209
|
+
"requestUri": "/eks-anywhere-subscriptions"
|
210
|
+
},
|
211
|
+
"input": {
|
212
|
+
"type": "structure",
|
213
|
+
"required": [
|
214
|
+
"name",
|
215
|
+
"term"
|
216
|
+
],
|
217
|
+
"members": {
|
218
|
+
"name": {},
|
219
|
+
"term": {
|
220
|
+
"shape": "S1x"
|
221
|
+
},
|
222
|
+
"licenseQuantity": {
|
223
|
+
"type": "integer"
|
224
|
+
},
|
225
|
+
"licenseType": {},
|
226
|
+
"autoRenew": {
|
227
|
+
"type": "boolean"
|
228
|
+
},
|
229
|
+
"clientRequestToken": {
|
230
|
+
"idempotencyToken": true
|
231
|
+
},
|
232
|
+
"tags": {
|
233
|
+
"shape": "Sn"
|
234
|
+
}
|
235
|
+
}
|
236
|
+
},
|
237
|
+
"output": {
|
238
|
+
"type": "structure",
|
239
|
+
"members": {
|
240
|
+
"subscription": {
|
241
|
+
"shape": "S22"
|
242
|
+
}
|
243
|
+
}
|
244
|
+
}
|
245
|
+
},
|
207
246
|
"CreateFargateProfile": {
|
208
247
|
"http": {
|
209
248
|
"requestUri": "/clusters/{name}/fargate-profiles"
|
@@ -226,7 +265,7 @@
|
|
226
265
|
"shape": "S5"
|
227
266
|
},
|
228
267
|
"selectors": {
|
229
|
-
"shape": "
|
268
|
+
"shape": "S24"
|
230
269
|
},
|
231
270
|
"clientRequestToken": {
|
232
271
|
"idempotencyToken": true
|
@@ -240,7 +279,7 @@
|
|
240
279
|
"type": "structure",
|
241
280
|
"members": {
|
242
281
|
"fargateProfile": {
|
243
|
-
"shape": "
|
282
|
+
"shape": "S28"
|
244
283
|
}
|
245
284
|
}
|
246
285
|
}
|
@@ -264,7 +303,7 @@
|
|
264
303
|
},
|
265
304
|
"nodegroupName": {},
|
266
305
|
"scalingConfig": {
|
267
|
-
"shape": "
|
306
|
+
"shape": "S2b"
|
268
307
|
},
|
269
308
|
"diskSize": {
|
270
309
|
"type": "integer"
|
@@ -277,14 +316,14 @@
|
|
277
316
|
},
|
278
317
|
"amiType": {},
|
279
318
|
"remoteAccess": {
|
280
|
-
"shape": "
|
319
|
+
"shape": "S2g"
|
281
320
|
},
|
282
321
|
"nodeRole": {},
|
283
322
|
"labels": {
|
284
|
-
"shape": "
|
323
|
+
"shape": "S2h"
|
285
324
|
},
|
286
325
|
"taints": {
|
287
|
-
"shape": "
|
326
|
+
"shape": "S2k"
|
288
327
|
},
|
289
328
|
"tags": {
|
290
329
|
"shape": "Sn"
|
@@ -293,10 +332,10 @@
|
|
293
332
|
"idempotencyToken": true
|
294
333
|
},
|
295
334
|
"launchTemplate": {
|
296
|
-
"shape": "
|
335
|
+
"shape": "S2p"
|
297
336
|
},
|
298
337
|
"updateConfig": {
|
299
|
-
"shape": "
|
338
|
+
"shape": "S2q"
|
300
339
|
},
|
301
340
|
"capacityType": {},
|
302
341
|
"version": {},
|
@@ -307,7 +346,7 @@
|
|
307
346
|
"type": "structure",
|
308
347
|
"members": {
|
309
348
|
"nodegroup": {
|
310
|
-
"shape": "
|
349
|
+
"shape": "S2v"
|
311
350
|
}
|
312
351
|
}
|
313
352
|
}
|
@@ -374,6 +413,32 @@
|
|
374
413
|
}
|
375
414
|
}
|
376
415
|
},
|
416
|
+
"DeleteEksAnywhereSubscription": {
|
417
|
+
"http": {
|
418
|
+
"method": "DELETE",
|
419
|
+
"requestUri": "/eks-anywhere-subscriptions/{id}"
|
420
|
+
},
|
421
|
+
"input": {
|
422
|
+
"type": "structure",
|
423
|
+
"required": [
|
424
|
+
"id"
|
425
|
+
],
|
426
|
+
"members": {
|
427
|
+
"id": {
|
428
|
+
"location": "uri",
|
429
|
+
"locationName": "id"
|
430
|
+
}
|
431
|
+
}
|
432
|
+
},
|
433
|
+
"output": {
|
434
|
+
"type": "structure",
|
435
|
+
"members": {
|
436
|
+
"subscription": {
|
437
|
+
"shape": "S22"
|
438
|
+
}
|
439
|
+
}
|
440
|
+
}
|
441
|
+
},
|
377
442
|
"DeleteFargateProfile": {
|
378
443
|
"http": {
|
379
444
|
"method": "DELETE",
|
@@ -400,7 +465,7 @@
|
|
400
465
|
"type": "structure",
|
401
466
|
"members": {
|
402
467
|
"fargateProfile": {
|
403
|
-
"shape": "
|
468
|
+
"shape": "S28"
|
404
469
|
}
|
405
470
|
}
|
406
471
|
}
|
@@ -431,7 +496,7 @@
|
|
431
496
|
"type": "structure",
|
432
497
|
"members": {
|
433
498
|
"nodegroup": {
|
434
|
-
"shape": "
|
499
|
+
"shape": "S2v"
|
435
500
|
}
|
436
501
|
}
|
437
502
|
}
|
@@ -644,6 +709,32 @@
|
|
644
709
|
}
|
645
710
|
}
|
646
711
|
},
|
712
|
+
"DescribeEksAnywhereSubscription": {
|
713
|
+
"http": {
|
714
|
+
"method": "GET",
|
715
|
+
"requestUri": "/eks-anywhere-subscriptions/{id}"
|
716
|
+
},
|
717
|
+
"input": {
|
718
|
+
"type": "structure",
|
719
|
+
"required": [
|
720
|
+
"id"
|
721
|
+
],
|
722
|
+
"members": {
|
723
|
+
"id": {
|
724
|
+
"location": "uri",
|
725
|
+
"locationName": "id"
|
726
|
+
}
|
727
|
+
}
|
728
|
+
},
|
729
|
+
"output": {
|
730
|
+
"type": "structure",
|
731
|
+
"members": {
|
732
|
+
"subscription": {
|
733
|
+
"shape": "S22"
|
734
|
+
}
|
735
|
+
}
|
736
|
+
}
|
737
|
+
},
|
647
738
|
"DescribeFargateProfile": {
|
648
739
|
"http": {
|
649
740
|
"method": "GET",
|
@@ -670,7 +761,7 @@
|
|
670
761
|
"type": "structure",
|
671
762
|
"members": {
|
672
763
|
"fargateProfile": {
|
673
|
-
"shape": "
|
764
|
+
"shape": "S28"
|
674
765
|
}
|
675
766
|
}
|
676
767
|
}
|
@@ -691,7 +782,7 @@
|
|
691
782
|
"locationName": "name"
|
692
783
|
},
|
693
784
|
"identityProviderConfig": {
|
694
|
-
"shape": "
|
785
|
+
"shape": "S40"
|
695
786
|
}
|
696
787
|
}
|
697
788
|
},
|
@@ -753,7 +844,7 @@
|
|
753
844
|
"type": "structure",
|
754
845
|
"members": {
|
755
846
|
"nodegroup": {
|
756
|
-
"shape": "
|
847
|
+
"shape": "S2v"
|
757
848
|
}
|
758
849
|
}
|
759
850
|
}
|
@@ -813,7 +904,7 @@
|
|
813
904
|
"locationName": "name"
|
814
905
|
},
|
815
906
|
"identityProviderConfig": {
|
816
|
-
"shape": "
|
907
|
+
"shape": "S40"
|
817
908
|
},
|
818
909
|
"clientRequestToken": {
|
819
910
|
"idempotencyToken": true
|
@@ -900,6 +991,44 @@
|
|
900
991
|
}
|
901
992
|
}
|
902
993
|
},
|
994
|
+
"ListEksAnywhereSubscriptions": {
|
995
|
+
"http": {
|
996
|
+
"method": "GET",
|
997
|
+
"requestUri": "/eks-anywhere-subscriptions"
|
998
|
+
},
|
999
|
+
"input": {
|
1000
|
+
"type": "structure",
|
1001
|
+
"members": {
|
1002
|
+
"maxResults": {
|
1003
|
+
"location": "querystring",
|
1004
|
+
"locationName": "maxResults",
|
1005
|
+
"type": "integer"
|
1006
|
+
},
|
1007
|
+
"nextToken": {
|
1008
|
+
"location": "querystring",
|
1009
|
+
"locationName": "nextToken"
|
1010
|
+
},
|
1011
|
+
"includeStatus": {
|
1012
|
+
"location": "querystring",
|
1013
|
+
"locationName": "includeStatus",
|
1014
|
+
"type": "list",
|
1015
|
+
"member": {}
|
1016
|
+
}
|
1017
|
+
}
|
1018
|
+
},
|
1019
|
+
"output": {
|
1020
|
+
"type": "structure",
|
1021
|
+
"members": {
|
1022
|
+
"subscriptions": {
|
1023
|
+
"type": "list",
|
1024
|
+
"member": {
|
1025
|
+
"shape": "S22"
|
1026
|
+
}
|
1027
|
+
},
|
1028
|
+
"nextToken": {}
|
1029
|
+
}
|
1030
|
+
}
|
1031
|
+
},
|
903
1032
|
"ListFargateProfiles": {
|
904
1033
|
"http": {
|
905
1034
|
"method": "GET",
|
@@ -968,7 +1097,7 @@
|
|
968
1097
|
"identityProviderConfigs": {
|
969
1098
|
"type": "list",
|
970
1099
|
"member": {
|
971
|
-
"shape": "
|
1100
|
+
"shape": "S40"
|
972
1101
|
}
|
973
1102
|
},
|
974
1103
|
"nextToken": {}
|
@@ -1276,6 +1405,38 @@
|
|
1276
1405
|
}
|
1277
1406
|
}
|
1278
1407
|
},
|
1408
|
+
"UpdateEksAnywhereSubscription": {
|
1409
|
+
"http": {
|
1410
|
+
"requestUri": "/eks-anywhere-subscriptions/{id}"
|
1411
|
+
},
|
1412
|
+
"input": {
|
1413
|
+
"type": "structure",
|
1414
|
+
"required": [
|
1415
|
+
"id",
|
1416
|
+
"autoRenew"
|
1417
|
+
],
|
1418
|
+
"members": {
|
1419
|
+
"id": {
|
1420
|
+
"location": "uri",
|
1421
|
+
"locationName": "id"
|
1422
|
+
},
|
1423
|
+
"autoRenew": {
|
1424
|
+
"type": "boolean"
|
1425
|
+
},
|
1426
|
+
"clientRequestToken": {
|
1427
|
+
"idempotencyToken": true
|
1428
|
+
}
|
1429
|
+
}
|
1430
|
+
},
|
1431
|
+
"output": {
|
1432
|
+
"type": "structure",
|
1433
|
+
"members": {
|
1434
|
+
"subscription": {
|
1435
|
+
"shape": "S22"
|
1436
|
+
}
|
1437
|
+
}
|
1438
|
+
}
|
1439
|
+
},
|
1279
1440
|
"UpdateNodegroupConfig": {
|
1280
1441
|
"http": {
|
1281
1442
|
"requestUri": "/clusters/{name}/node-groups/{nodegroupName}/update-config"
|
@@ -1299,7 +1460,7 @@
|
|
1299
1460
|
"type": "structure",
|
1300
1461
|
"members": {
|
1301
1462
|
"addOrUpdateLabels": {
|
1302
|
-
"shape": "
|
1463
|
+
"shape": "S2h"
|
1303
1464
|
},
|
1304
1465
|
"removeLabels": {
|
1305
1466
|
"type": "list",
|
@@ -1311,18 +1472,18 @@
|
|
1311
1472
|
"type": "structure",
|
1312
1473
|
"members": {
|
1313
1474
|
"addOrUpdateTaints": {
|
1314
|
-
"shape": "
|
1475
|
+
"shape": "S2k"
|
1315
1476
|
},
|
1316
1477
|
"removeTaints": {
|
1317
|
-
"shape": "
|
1478
|
+
"shape": "S2k"
|
1318
1479
|
}
|
1319
1480
|
}
|
1320
1481
|
},
|
1321
1482
|
"scalingConfig": {
|
1322
|
-
"shape": "
|
1483
|
+
"shape": "S2b"
|
1323
1484
|
},
|
1324
1485
|
"updateConfig": {
|
1325
|
-
"shape": "
|
1486
|
+
"shape": "S2q"
|
1326
1487
|
},
|
1327
1488
|
"clientRequestToken": {
|
1328
1489
|
"idempotencyToken": true
|
@@ -1360,7 +1521,7 @@
|
|
1360
1521
|
"version": {},
|
1361
1522
|
"releaseVersion": {},
|
1362
1523
|
"launchTemplate": {
|
1363
|
-
"shape": "
|
1524
|
+
"shape": "S2p"
|
1364
1525
|
},
|
1365
1526
|
"force": {
|
1366
1527
|
"type": "boolean"
|
@@ -1659,7 +1820,49 @@
|
|
1659
1820
|
}
|
1660
1821
|
}
|
1661
1822
|
},
|
1662
|
-
"
|
1823
|
+
"S1x": {
|
1824
|
+
"type": "structure",
|
1825
|
+
"members": {
|
1826
|
+
"duration": {
|
1827
|
+
"type": "integer"
|
1828
|
+
},
|
1829
|
+
"unit": {}
|
1830
|
+
}
|
1831
|
+
},
|
1832
|
+
"S22": {
|
1833
|
+
"type": "structure",
|
1834
|
+
"members": {
|
1835
|
+
"id": {},
|
1836
|
+
"arn": {},
|
1837
|
+
"createdAt": {
|
1838
|
+
"type": "timestamp"
|
1839
|
+
},
|
1840
|
+
"effectiveDate": {
|
1841
|
+
"type": "timestamp"
|
1842
|
+
},
|
1843
|
+
"expirationDate": {
|
1844
|
+
"type": "timestamp"
|
1845
|
+
},
|
1846
|
+
"licenseQuantity": {
|
1847
|
+
"type": "integer"
|
1848
|
+
},
|
1849
|
+
"licenseType": {},
|
1850
|
+
"term": {
|
1851
|
+
"shape": "S1x"
|
1852
|
+
},
|
1853
|
+
"status": {},
|
1854
|
+
"autoRenew": {
|
1855
|
+
"type": "boolean"
|
1856
|
+
},
|
1857
|
+
"licenseArns": {
|
1858
|
+
"shape": "S5"
|
1859
|
+
},
|
1860
|
+
"tags": {
|
1861
|
+
"shape": "Sn"
|
1862
|
+
}
|
1863
|
+
}
|
1864
|
+
},
|
1865
|
+
"S24": {
|
1663
1866
|
"type": "list",
|
1664
1867
|
"member": {
|
1665
1868
|
"type": "structure",
|
@@ -1673,7 +1876,7 @@
|
|
1673
1876
|
}
|
1674
1877
|
}
|
1675
1878
|
},
|
1676
|
-
"
|
1879
|
+
"S28": {
|
1677
1880
|
"type": "structure",
|
1678
1881
|
"members": {
|
1679
1882
|
"fargateProfileName": {},
|
@@ -1687,7 +1890,7 @@
|
|
1687
1890
|
"shape": "S5"
|
1688
1891
|
},
|
1689
1892
|
"selectors": {
|
1690
|
-
"shape": "
|
1893
|
+
"shape": "S24"
|
1691
1894
|
},
|
1692
1895
|
"status": {},
|
1693
1896
|
"tags": {
|
@@ -1695,7 +1898,7 @@
|
|
1695
1898
|
}
|
1696
1899
|
}
|
1697
1900
|
},
|
1698
|
-
"
|
1901
|
+
"S2b": {
|
1699
1902
|
"type": "structure",
|
1700
1903
|
"members": {
|
1701
1904
|
"minSize": {
|
@@ -1709,7 +1912,7 @@
|
|
1709
1912
|
}
|
1710
1913
|
}
|
1711
1914
|
},
|
1712
|
-
"
|
1915
|
+
"S2g": {
|
1713
1916
|
"type": "structure",
|
1714
1917
|
"members": {
|
1715
1918
|
"ec2SshKey": {},
|
@@ -1718,12 +1921,12 @@
|
|
1718
1921
|
}
|
1719
1922
|
}
|
1720
1923
|
},
|
1721
|
-
"
|
1924
|
+
"S2h": {
|
1722
1925
|
"type": "map",
|
1723
1926
|
"key": {},
|
1724
1927
|
"value": {}
|
1725
1928
|
},
|
1726
|
-
"
|
1929
|
+
"S2k": {
|
1727
1930
|
"type": "list",
|
1728
1931
|
"member": {
|
1729
1932
|
"type": "structure",
|
@@ -1734,7 +1937,7 @@
|
|
1734
1937
|
}
|
1735
1938
|
}
|
1736
1939
|
},
|
1737
|
-
"
|
1940
|
+
"S2p": {
|
1738
1941
|
"type": "structure",
|
1739
1942
|
"members": {
|
1740
1943
|
"name": {},
|
@@ -1742,7 +1945,7 @@
|
|
1742
1945
|
"id": {}
|
1743
1946
|
}
|
1744
1947
|
},
|
1745
|
-
"
|
1948
|
+
"S2q": {
|
1746
1949
|
"type": "structure",
|
1747
1950
|
"members": {
|
1748
1951
|
"maxUnavailable": {
|
@@ -1753,7 +1956,7 @@
|
|
1753
1956
|
}
|
1754
1957
|
}
|
1755
1958
|
},
|
1756
|
-
"
|
1959
|
+
"S2v": {
|
1757
1960
|
"type": "structure",
|
1758
1961
|
"members": {
|
1759
1962
|
"nodegroupName": {},
|
@@ -1770,7 +1973,7 @@
|
|
1770
1973
|
"status": {},
|
1771
1974
|
"capacityType": {},
|
1772
1975
|
"scalingConfig": {
|
1773
|
-
"shape": "
|
1976
|
+
"shape": "S2b"
|
1774
1977
|
},
|
1775
1978
|
"instanceTypes": {
|
1776
1979
|
"shape": "S5"
|
@@ -1779,15 +1982,15 @@
|
|
1779
1982
|
"shape": "S5"
|
1780
1983
|
},
|
1781
1984
|
"remoteAccess": {
|
1782
|
-
"shape": "
|
1985
|
+
"shape": "S2g"
|
1783
1986
|
},
|
1784
1987
|
"amiType": {},
|
1785
1988
|
"nodeRole": {},
|
1786
1989
|
"labels": {
|
1787
|
-
"shape": "
|
1990
|
+
"shape": "S2h"
|
1788
1991
|
},
|
1789
1992
|
"taints": {
|
1790
|
-
"shape": "
|
1993
|
+
"shape": "S2k"
|
1791
1994
|
},
|
1792
1995
|
"resources": {
|
1793
1996
|
"type": "structure",
|
@@ -1826,17 +2029,17 @@
|
|
1826
2029
|
}
|
1827
2030
|
},
|
1828
2031
|
"updateConfig": {
|
1829
|
-
"shape": "
|
2032
|
+
"shape": "S2q"
|
1830
2033
|
},
|
1831
2034
|
"launchTemplate": {
|
1832
|
-
"shape": "
|
2035
|
+
"shape": "S2p"
|
1833
2036
|
},
|
1834
2037
|
"tags": {
|
1835
2038
|
"shape": "Sn"
|
1836
2039
|
}
|
1837
2040
|
}
|
1838
2041
|
},
|
1839
|
-
"
|
2042
|
+
"S40": {
|
1840
2043
|
"type": "structure",
|
1841
2044
|
"required": [
|
1842
2045
|
"type",
|