cdk-lambda-subminute 2.0.279 → 2.0.281
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 +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +115 -56
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +14 -2
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +86 -78
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +30 -16
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +184 -167
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +243 -125
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +877 -862
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +62 -27
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +53 -53
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +12 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +33 -41
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +68 -0
- package/node_modules/aws-sdk/clients/emr.d.ts +56 -40
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -4
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +31 -11
- package/node_modules/aws-sdk/clients/opensearch.d.ts +47 -22
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +3 -3
- package/node_modules/aws-sdk/clients/redshift.d.ts +167 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +36 -14
- package/node_modules/aws-sdk/clients/sns.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +75 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wafv2.d.ts +20 -20
- 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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +387 -186
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +68 -68
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -225,7 +225,7 @@
|
|
225
225
|
"members": {
|
226
226
|
"UpdateToken": {},
|
227
227
|
"TLSInspectionConfigurationResponse": {
|
228
|
-
"shape": "
|
228
|
+
"shape": "S3z"
|
229
229
|
}
|
230
230
|
}
|
231
231
|
}
|
@@ -321,7 +321,7 @@
|
|
321
321
|
],
|
322
322
|
"members": {
|
323
323
|
"TLSInspectionConfigurationResponse": {
|
324
|
-
"shape": "
|
324
|
+
"shape": "S3z"
|
325
325
|
}
|
326
326
|
}
|
327
327
|
}
|
@@ -385,7 +385,7 @@
|
|
385
385
|
"members": {
|
386
386
|
"FirewallArn": {},
|
387
387
|
"LoggingConfiguration": {
|
388
|
-
"shape": "
|
388
|
+
"shape": "S4j"
|
389
389
|
}
|
390
390
|
}
|
391
391
|
}
|
@@ -485,7 +485,7 @@
|
|
485
485
|
"shape": "S3p"
|
486
486
|
},
|
487
487
|
"TLSInspectionConfigurationResponse": {
|
488
|
-
"shape": "
|
488
|
+
"shape": "S3z"
|
489
489
|
}
|
490
490
|
}
|
491
491
|
}
|
@@ -855,7 +855,7 @@
|
|
855
855
|
"FirewallArn": {},
|
856
856
|
"FirewallName": {},
|
857
857
|
"LoggingConfiguration": {
|
858
|
-
"shape": "
|
858
|
+
"shape": "S4j"
|
859
859
|
}
|
860
860
|
}
|
861
861
|
},
|
@@ -865,7 +865,7 @@
|
|
865
865
|
"FirewallArn": {},
|
866
866
|
"FirewallName": {},
|
867
867
|
"LoggingConfiguration": {
|
868
|
-
"shape": "
|
868
|
+
"shape": "S4j"
|
869
869
|
}
|
870
870
|
}
|
871
871
|
}
|
@@ -967,7 +967,7 @@
|
|
967
967
|
"members": {
|
968
968
|
"UpdateToken": {},
|
969
969
|
"TLSInspectionConfigurationResponse": {
|
970
|
-
"shape": "
|
970
|
+
"shape": "S3z"
|
971
971
|
}
|
972
972
|
}
|
973
973
|
}
|
@@ -1608,13 +1608,21 @@
|
|
1608
1608
|
}
|
1609
1609
|
}
|
1610
1610
|
}
|
1611
|
+
},
|
1612
|
+
"CertificateAuthorityArn": {},
|
1613
|
+
"CheckCertificateRevocationStatus": {
|
1614
|
+
"type": "structure",
|
1615
|
+
"members": {
|
1616
|
+
"RevokedStatusAction": {},
|
1617
|
+
"UnknownStatusAction": {}
|
1618
|
+
}
|
1611
1619
|
}
|
1612
1620
|
}
|
1613
1621
|
}
|
1614
1622
|
}
|
1615
1623
|
}
|
1616
1624
|
},
|
1617
|
-
"
|
1625
|
+
"S3z": {
|
1618
1626
|
"type": "structure",
|
1619
1627
|
"required": [
|
1620
1628
|
"TLSInspectionConfigurationArn",
|
@@ -1642,18 +1650,24 @@
|
|
1642
1650
|
"Certificates": {
|
1643
1651
|
"type": "list",
|
1644
1652
|
"member": {
|
1645
|
-
"
|
1646
|
-
"members": {
|
1647
|
-
"CertificateArn": {},
|
1648
|
-
"CertificateSerial": {},
|
1649
|
-
"Status": {},
|
1650
|
-
"StatusMessage": {}
|
1651
|
-
}
|
1653
|
+
"shape": "S41"
|
1652
1654
|
}
|
1655
|
+
},
|
1656
|
+
"CertificateAuthority": {
|
1657
|
+
"shape": "S41"
|
1653
1658
|
}
|
1654
1659
|
}
|
1655
1660
|
},
|
1656
|
-
"
|
1661
|
+
"S41": {
|
1662
|
+
"type": "structure",
|
1663
|
+
"members": {
|
1664
|
+
"CertificateArn": {},
|
1665
|
+
"CertificateSerial": {},
|
1666
|
+
"Status": {},
|
1667
|
+
"StatusMessage": {}
|
1668
|
+
}
|
1669
|
+
},
|
1670
|
+
"S4j": {
|
1657
1671
|
"type": "structure",
|
1658
1672
|
"required": [
|
1659
1673
|
"LogDestinationConfigs"
|