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
@@ -320,6 +320,9 @@
|
|
320
320
|
"location": "uri",
|
321
321
|
"locationName": "domainId"
|
322
322
|
},
|
323
|
+
"performedBy": {
|
324
|
+
"shape": "S1v"
|
325
|
+
},
|
323
326
|
"type": {}
|
324
327
|
}
|
325
328
|
},
|
@@ -354,11 +357,11 @@
|
|
354
357
|
"locationName": "domainId"
|
355
358
|
},
|
356
359
|
"layoutConfiguration": {
|
357
|
-
"shape": "
|
360
|
+
"shape": "S23"
|
358
361
|
},
|
359
362
|
"name": {},
|
360
363
|
"requiredFields": {
|
361
|
-
"shape": "
|
364
|
+
"shape": "S25"
|
362
365
|
},
|
363
366
|
"status": {}
|
364
367
|
}
|
@@ -475,7 +478,7 @@
|
|
475
478
|
],
|
476
479
|
"members": {
|
477
480
|
"eventBridge": {
|
478
|
-
"shape": "
|
481
|
+
"shape": "S2j"
|
479
482
|
}
|
480
483
|
}
|
481
484
|
}
|
@@ -597,11 +600,11 @@
|
|
597
600
|
"members": {
|
598
601
|
"description": {},
|
599
602
|
"layoutConfiguration": {
|
600
|
-
"shape": "
|
603
|
+
"shape": "S23"
|
601
604
|
},
|
602
605
|
"name": {},
|
603
606
|
"requiredFields": {
|
604
|
-
"shape": "
|
607
|
+
"shape": "S25"
|
605
608
|
},
|
606
609
|
"status": {},
|
607
610
|
"tags": {
|
@@ -971,7 +974,7 @@
|
|
971
974
|
"locationName": "domainId"
|
972
975
|
},
|
973
976
|
"eventBridge": {
|
974
|
-
"shape": "
|
977
|
+
"shape": "S2j"
|
975
978
|
}
|
976
979
|
}
|
977
980
|
},
|
@@ -1002,7 +1005,7 @@
|
|
1002
1005
|
}
|
1003
1006
|
},
|
1004
1007
|
"filter": {
|
1005
|
-
"shape": "
|
1008
|
+
"shape": "S3v"
|
1006
1009
|
},
|
1007
1010
|
"maxResults": {
|
1008
1011
|
"type": "integer"
|
@@ -1155,6 +1158,9 @@
|
|
1155
1158
|
},
|
1156
1159
|
"union": true
|
1157
1160
|
},
|
1161
|
+
"performedBy": {
|
1162
|
+
"shape": "S1v"
|
1163
|
+
},
|
1158
1164
|
"relatedItemId": {},
|
1159
1165
|
"tags": {
|
1160
1166
|
"shape": "Sg"
|
@@ -1334,11 +1340,11 @@
|
|
1334
1340
|
"locationName": "domainId"
|
1335
1341
|
},
|
1336
1342
|
"layoutConfiguration": {
|
1337
|
-
"shape": "
|
1343
|
+
"shape": "S23"
|
1338
1344
|
},
|
1339
1345
|
"name": {},
|
1340
1346
|
"requiredFields": {
|
1341
|
-
"shape": "
|
1347
|
+
"shape": "S25"
|
1342
1348
|
},
|
1343
1349
|
"status": {},
|
1344
1350
|
"templateId": {
|
@@ -1474,13 +1480,20 @@
|
|
1474
1480
|
"contentType": {}
|
1475
1481
|
}
|
1476
1482
|
},
|
1477
|
-
"
|
1483
|
+
"S1v": {
|
1484
|
+
"type": "structure",
|
1485
|
+
"members": {
|
1486
|
+
"userArn": {}
|
1487
|
+
},
|
1488
|
+
"union": true
|
1489
|
+
},
|
1490
|
+
"S23": {
|
1478
1491
|
"type": "structure",
|
1479
1492
|
"members": {
|
1480
1493
|
"defaultLayout": {}
|
1481
1494
|
}
|
1482
1495
|
},
|
1483
|
-
"
|
1496
|
+
"S25": {
|
1484
1497
|
"type": "list",
|
1485
1498
|
"member": {
|
1486
1499
|
"type": "structure",
|
@@ -1492,7 +1505,7 @@
|
|
1492
1505
|
}
|
1493
1506
|
}
|
1494
1507
|
},
|
1495
|
-
"
|
1508
|
+
"S2j": {
|
1496
1509
|
"type": "structure",
|
1497
1510
|
"required": [
|
1498
1511
|
"enabled"
|
@@ -1533,13 +1546,13 @@
|
|
1533
1546
|
}
|
1534
1547
|
}
|
1535
1548
|
},
|
1536
|
-
"
|
1549
|
+
"S3v": {
|
1537
1550
|
"type": "structure",
|
1538
1551
|
"members": {
|
1539
1552
|
"andAll": {
|
1540
1553
|
"type": "list",
|
1541
1554
|
"member": {
|
1542
|
-
"shape": "
|
1555
|
+
"shape": "S3v"
|
1543
1556
|
}
|
1544
1557
|
},
|
1545
1558
|
"field": {
|
@@ -1567,12 +1580,12 @@
|
|
1567
1580
|
"union": true
|
1568
1581
|
},
|
1569
1582
|
"not": {
|
1570
|
-
"shape": "
|
1583
|
+
"shape": "S3v"
|
1571
1584
|
},
|
1572
1585
|
"orAll": {
|
1573
1586
|
"type": "list",
|
1574
1587
|
"member": {
|
1575
|
-
"shape": "
|
1588
|
+
"shape": "S3v"
|
1576
1589
|
}
|
1577
1590
|
}
|
1578
1591
|
},
|