cdk-lambda-subminute 2.0.286 → 2.0.287
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 +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +35 -34
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +283 -227
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +359 -318
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +40 -17
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +353 -325
- package/node_modules/aws-sdk/clients/apprunner.d.ts +5 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +33 -22
- package/node_modules/aws-sdk/clients/glue.d.ts +45 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +44 -11
- package/node_modules/aws-sdk/clients/quicksight.d.ts +41 -2
- 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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +286 -230
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +49 -49
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -178,6 +178,9 @@
|
|
178
178
|
},
|
179
179
|
"SourceMetadata": {
|
180
180
|
"shape": "S3l"
|
181
|
+
},
|
182
|
+
"AnalyzeRuleGroup": {
|
183
|
+
"type": "boolean"
|
181
184
|
}
|
182
185
|
}
|
183
186
|
},
|
@@ -205,7 +208,7 @@
|
|
205
208
|
"members": {
|
206
209
|
"TLSInspectionConfigurationName": {},
|
207
210
|
"TLSInspectionConfiguration": {
|
208
|
-
"shape": "
|
211
|
+
"shape": "S3t"
|
209
212
|
},
|
210
213
|
"Description": {},
|
211
214
|
"Tags": {
|
@@ -225,7 +228,7 @@
|
|
225
228
|
"members": {
|
226
229
|
"UpdateToken": {},
|
227
230
|
"TLSInspectionConfigurationResponse": {
|
228
|
-
"shape": "
|
231
|
+
"shape": "S43"
|
229
232
|
}
|
230
233
|
}
|
231
234
|
}
|
@@ -321,7 +324,7 @@
|
|
321
324
|
],
|
322
325
|
"members": {
|
323
326
|
"TLSInspectionConfigurationResponse": {
|
324
|
-
"shape": "
|
327
|
+
"shape": "S43"
|
325
328
|
}
|
326
329
|
}
|
327
330
|
}
|
@@ -385,7 +388,7 @@
|
|
385
388
|
"members": {
|
386
389
|
"FirewallArn": {},
|
387
390
|
"LoggingConfiguration": {
|
388
|
-
"shape": "
|
391
|
+
"shape": "S4n"
|
389
392
|
}
|
390
393
|
}
|
391
394
|
}
|
@@ -413,7 +416,10 @@
|
|
413
416
|
"members": {
|
414
417
|
"RuleGroupName": {},
|
415
418
|
"RuleGroupArn": {},
|
416
|
-
"Type": {}
|
419
|
+
"Type": {},
|
420
|
+
"AnalyzeRuleGroup": {
|
421
|
+
"type": "boolean"
|
422
|
+
}
|
417
423
|
}
|
418
424
|
},
|
419
425
|
"output": {
|
@@ -482,10 +488,10 @@
|
|
482
488
|
"members": {
|
483
489
|
"UpdateToken": {},
|
484
490
|
"TLSInspectionConfiguration": {
|
485
|
-
"shape": "
|
491
|
+
"shape": "S3t"
|
486
492
|
},
|
487
493
|
"TLSInspectionConfigurationResponse": {
|
488
|
-
"shape": "
|
494
|
+
"shape": "S43"
|
489
495
|
}
|
490
496
|
}
|
491
497
|
}
|
@@ -855,7 +861,7 @@
|
|
855
861
|
"FirewallArn": {},
|
856
862
|
"FirewallName": {},
|
857
863
|
"LoggingConfiguration": {
|
858
|
-
"shape": "
|
864
|
+
"shape": "S4n"
|
859
865
|
}
|
860
866
|
}
|
861
867
|
},
|
@@ -865,7 +871,7 @@
|
|
865
871
|
"FirewallArn": {},
|
866
872
|
"FirewallName": {},
|
867
873
|
"LoggingConfiguration": {
|
868
|
-
"shape": "
|
874
|
+
"shape": "S4n"
|
869
875
|
}
|
870
876
|
}
|
871
877
|
}
|
@@ -894,6 +900,9 @@
|
|
894
900
|
},
|
895
901
|
"SourceMetadata": {
|
896
902
|
"shape": "S3l"
|
903
|
+
},
|
904
|
+
"AnalyzeRuleGroup": {
|
905
|
+
"type": "boolean"
|
897
906
|
}
|
898
907
|
}
|
899
908
|
},
|
@@ -949,7 +958,7 @@
|
|
949
958
|
"TLSInspectionConfigurationArn": {},
|
950
959
|
"TLSInspectionConfigurationName": {},
|
951
960
|
"TLSInspectionConfiguration": {
|
952
|
-
"shape": "
|
961
|
+
"shape": "S3t"
|
953
962
|
},
|
954
963
|
"Description": {},
|
955
964
|
"EncryptionConfiguration": {
|
@@ -967,7 +976,7 @@
|
|
967
976
|
"members": {
|
968
977
|
"UpdateToken": {},
|
969
978
|
"TLSInspectionConfigurationResponse": {
|
970
|
-
"shape": "
|
979
|
+
"shape": "S43"
|
971
980
|
}
|
972
981
|
}
|
973
982
|
}
|
@@ -1566,10 +1575,24 @@
|
|
1566
1575
|
"SnsTopic": {},
|
1567
1576
|
"LastModifiedTime": {
|
1568
1577
|
"type": "timestamp"
|
1578
|
+
},
|
1579
|
+
"AnalysisResults": {
|
1580
|
+
"type": "list",
|
1581
|
+
"member": {
|
1582
|
+
"type": "structure",
|
1583
|
+
"members": {
|
1584
|
+
"IdentifiedRuleIds": {
|
1585
|
+
"type": "list",
|
1586
|
+
"member": {}
|
1587
|
+
},
|
1588
|
+
"IdentifiedType": {},
|
1589
|
+
"AnalysisDetail": {}
|
1590
|
+
}
|
1591
|
+
}
|
1569
1592
|
}
|
1570
1593
|
}
|
1571
1594
|
},
|
1572
|
-
"
|
1595
|
+
"S3t": {
|
1573
1596
|
"type": "structure",
|
1574
1597
|
"members": {
|
1575
1598
|
"ServerCertificateConfigurations": {
|
@@ -1622,7 +1645,7 @@
|
|
1622
1645
|
}
|
1623
1646
|
}
|
1624
1647
|
},
|
1625
|
-
"
|
1648
|
+
"S43": {
|
1626
1649
|
"type": "structure",
|
1627
1650
|
"required": [
|
1628
1651
|
"TLSInspectionConfigurationArn",
|
@@ -1650,15 +1673,15 @@
|
|
1650
1673
|
"Certificates": {
|
1651
1674
|
"type": "list",
|
1652
1675
|
"member": {
|
1653
|
-
"shape": "
|
1676
|
+
"shape": "S45"
|
1654
1677
|
}
|
1655
1678
|
},
|
1656
1679
|
"CertificateAuthority": {
|
1657
|
-
"shape": "
|
1680
|
+
"shape": "S45"
|
1658
1681
|
}
|
1659
1682
|
}
|
1660
1683
|
},
|
1661
|
-
"
|
1684
|
+
"S45": {
|
1662
1685
|
"type": "structure",
|
1663
1686
|
"members": {
|
1664
1687
|
"CertificateArn": {},
|
@@ -1667,7 +1690,7 @@
|
|
1667
1690
|
"StatusMessage": {}
|
1668
1691
|
}
|
1669
1692
|
},
|
1670
|
-
"
|
1693
|
+
"S4n": {
|
1671
1694
|
"type": "structure",
|
1672
1695
|
"required": [
|
1673
1696
|
"LogDestinationConfigs"
|