cdk-lambda-subminute 2.0.235 → 2.0.237

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/CHANGELOG.md +13 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +276 -79
  6. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +6 -0
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +140 -82
  8. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +83 -58
  9. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +101 -74
  10. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +10 -4
  12. package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +3 -0
  13. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  14. package/node_modules/aws-sdk/clients/drs.d.ts +215 -0
  15. package/node_modules/aws-sdk/clients/ec2.d.ts +66 -0
  16. package/node_modules/aws-sdk/clients/eventbridge.d.ts +13 -9
  17. package/node_modules/aws-sdk/clients/firehose.d.ts +38 -7
  18. package/node_modules/aws-sdk/clients/guardduty.d.ts +29 -24
  19. package/node_modules/aws-sdk/clients/kendra.d.ts +33 -29
  20. package/node_modules/aws-sdk/clients/xray.d.ts +4 -0
  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 +247 -159
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  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
@@ -128,7 +128,9 @@
128
128
  ],
129
129
  "members": {
130
130
  "Username": {},
131
- "Password": {}
131
+ "Password": {
132
+ "shape": "S11"
133
+ }
132
134
  }
133
135
  },
134
136
  "OAuthParameters": {
@@ -147,13 +149,15 @@
147
149
  ],
148
150
  "members": {
149
151
  "ClientID": {},
150
- "ClientSecret": {}
152
+ "ClientSecret": {
153
+ "shape": "S11"
154
+ }
151
155
  }
152
156
  },
153
157
  "AuthorizationEndpoint": {},
154
158
  "HttpMethod": {},
155
159
  "OAuthHttpParameters": {
156
- "shape": "S14"
160
+ "shape": "S15"
157
161
  }
158
162
  }
159
163
  },
@@ -165,11 +169,13 @@
165
169
  ],
166
170
  "members": {
167
171
  "ApiKeyName": {},
168
- "ApiKeyValue": {}
172
+ "ApiKeyValue": {
173
+ "shape": "S11"
174
+ }
169
175
  }
170
176
  },
171
177
  "InvocationHttpParameters": {
172
- "shape": "S14"
178
+ "shape": "S15"
173
179
  }
174
180
  }
175
181
  }
@@ -201,13 +207,13 @@
201
207
  "Name": {},
202
208
  "Description": {},
203
209
  "RoutingConfig": {
204
- "shape": "S1n"
210
+ "shape": "S1p"
205
211
  },
206
212
  "ReplicationConfig": {
207
- "shape": "S1t"
213
+ "shape": "S1v"
208
214
  },
209
215
  "EventBuses": {
210
- "shape": "S1v"
216
+ "shape": "S1x"
211
217
  },
212
218
  "RoleArn": {}
213
219
  }
@@ -218,13 +224,13 @@
218
224
  "Name": {},
219
225
  "Arn": {},
220
226
  "RoutingConfig": {
221
- "shape": "S1n"
227
+ "shape": "S1p"
222
228
  },
223
229
  "ReplicationConfig": {
224
- "shape": "S1t"
230
+ "shape": "S1v"
225
231
  },
226
232
  "EventBuses": {
227
- "shape": "S1v"
233
+ "shape": "S1x"
228
234
  },
229
235
  "RoleArn": {},
230
236
  "State": {}
@@ -241,7 +247,7 @@
241
247
  "Name": {},
242
248
  "EventSourceName": {},
243
249
  "Tags": {
244
- "shape": "S24"
250
+ "shape": "S26"
245
251
  }
246
252
  }
247
253
  },
@@ -528,7 +534,7 @@
528
534
  "AuthorizationEndpoint": {},
529
535
  "HttpMethod": {},
530
536
  "OAuthHttpParameters": {
531
- "shape": "S14"
537
+ "shape": "S15"
532
538
  }
533
539
  }
534
540
  },
@@ -539,7 +545,7 @@
539
545
  }
540
546
  },
541
547
  "InvocationHttpParameters": {
542
- "shape": "S14"
548
+ "shape": "S15"
543
549
  }
544
550
  }
545
551
  },
@@ -573,13 +579,13 @@
573
579
  "Description": {},
574
580
  "Arn": {},
575
581
  "RoutingConfig": {
576
- "shape": "S1n"
582
+ "shape": "S1p"
577
583
  },
578
584
  "ReplicationConfig": {
579
- "shape": "S1t"
585
+ "shape": "S1v"
580
586
  },
581
587
  "EventBuses": {
582
- "shape": "S1v"
588
+ "shape": "S1x"
583
589
  },
584
590
  "RoleArn": {},
585
591
  "EndpointId": {},
@@ -675,7 +681,7 @@
675
681
  "StateReason": {},
676
682
  "EventSourceArn": {},
677
683
  "Destination": {
678
- "shape": "S3m"
684
+ "shape": "S3o"
679
685
  },
680
686
  "EventStartTime": {
681
687
  "type": "timestamp"
@@ -897,13 +903,13 @@
897
903
  "Description": {},
898
904
  "Arn": {},
899
905
  "RoutingConfig": {
900
- "shape": "S1n"
906
+ "shape": "S1p"
901
907
  },
902
908
  "ReplicationConfig": {
903
- "shape": "S1t"
909
+ "shape": "S1v"
904
910
  },
905
911
  "EventBuses": {
906
- "shape": "S1v"
912
+ "shape": "S1x"
907
913
  },
908
914
  "RoleArn": {},
909
915
  "EndpointId": {},
@@ -1179,7 +1185,7 @@
1179
1185
  "type": "structure",
1180
1186
  "members": {
1181
1187
  "Tags": {
1182
- "shape": "S24"
1188
+ "shape": "S26"
1183
1189
  }
1184
1190
  }
1185
1191
  }
@@ -1203,7 +1209,7 @@
1203
1209
  "type": "structure",
1204
1210
  "members": {
1205
1211
  "Targets": {
1206
- "shape": "S5f"
1212
+ "shape": "S5h"
1207
1213
  },
1208
1214
  "NextToken": {}
1209
1215
  }
@@ -1226,7 +1232,7 @@
1226
1232
  },
1227
1233
  "Source": {},
1228
1234
  "Resources": {
1229
- "shape": "S7e"
1235
+ "shape": "S7i"
1230
1236
  },
1231
1237
  "DetailType": {},
1232
1238
  "Detail": {},
@@ -1279,7 +1285,7 @@
1279
1285
  },
1280
1286
  "Source": {},
1281
1287
  "Resources": {
1282
- "shape": "S7e"
1288
+ "shape": "S7i"
1283
1289
  },
1284
1290
  "DetailType": {},
1285
1291
  "Detail": {}
@@ -1347,7 +1353,7 @@
1347
1353
  "Description": {},
1348
1354
  "RoleArn": {},
1349
1355
  "Tags": {
1350
- "shape": "S24"
1356
+ "shape": "S26"
1351
1357
  },
1352
1358
  "EventBusName": {}
1353
1359
  }
@@ -1370,7 +1376,7 @@
1370
1376
  "Rule": {},
1371
1377
  "EventBusName": {},
1372
1378
  "Targets": {
1373
- "shape": "S5f"
1379
+ "shape": "S5h"
1374
1380
  }
1375
1381
  }
1376
1382
  },
@@ -1466,7 +1472,7 @@
1466
1472
  "type": "timestamp"
1467
1473
  },
1468
1474
  "Destination": {
1469
- "shape": "S3m"
1475
+ "shape": "S3o"
1470
1476
  }
1471
1477
  }
1472
1478
  },
@@ -1492,7 +1498,7 @@
1492
1498
  "members": {
1493
1499
  "ResourceARN": {},
1494
1500
  "Tags": {
1495
- "shape": "S24"
1501
+ "shape": "S26"
1496
1502
  }
1497
1503
  }
1498
1504
  },
@@ -1617,7 +1623,9 @@
1617
1623
  "type": "structure",
1618
1624
  "members": {
1619
1625
  "Username": {},
1620
- "Password": {}
1626
+ "Password": {
1627
+ "shape": "S11"
1628
+ }
1621
1629
  }
1622
1630
  },
1623
1631
  "OAuthParameters": {
@@ -1627,13 +1635,15 @@
1627
1635
  "type": "structure",
1628
1636
  "members": {
1629
1637
  "ClientID": {},
1630
- "ClientSecret": {}
1638
+ "ClientSecret": {
1639
+ "shape": "S11"
1640
+ }
1631
1641
  }
1632
1642
  },
1633
1643
  "AuthorizationEndpoint": {},
1634
1644
  "HttpMethod": {},
1635
1645
  "OAuthHttpParameters": {
1636
- "shape": "S14"
1646
+ "shape": "S15"
1637
1647
  }
1638
1648
  }
1639
1649
  },
@@ -1641,11 +1651,13 @@
1641
1651
  "type": "structure",
1642
1652
  "members": {
1643
1653
  "ApiKeyName": {},
1644
- "ApiKeyValue": {}
1654
+ "ApiKeyValue": {
1655
+ "shape": "S11"
1656
+ }
1645
1657
  }
1646
1658
  },
1647
1659
  "InvocationHttpParameters": {
1648
- "shape": "S14"
1660
+ "shape": "S15"
1649
1661
  }
1650
1662
  }
1651
1663
  }
@@ -1678,13 +1690,13 @@
1678
1690
  "Name": {},
1679
1691
  "Description": {},
1680
1692
  "RoutingConfig": {
1681
- "shape": "S1n"
1693
+ "shape": "S1p"
1682
1694
  },
1683
1695
  "ReplicationConfig": {
1684
- "shape": "S1t"
1696
+ "shape": "S1v"
1685
1697
  },
1686
1698
  "EventBuses": {
1687
- "shape": "S1v"
1699
+ "shape": "S1x"
1688
1700
  },
1689
1701
  "RoleArn": {}
1690
1702
  }
@@ -1695,13 +1707,13 @@
1695
1707
  "Name": {},
1696
1708
  "Arn": {},
1697
1709
  "RoutingConfig": {
1698
- "shape": "S1n"
1710
+ "shape": "S1p"
1699
1711
  },
1700
1712
  "ReplicationConfig": {
1701
- "shape": "S1t"
1713
+ "shape": "S1v"
1702
1714
  },
1703
1715
  "EventBuses": {
1704
- "shape": "S1v"
1716
+ "shape": "S1x"
1705
1717
  },
1706
1718
  "RoleArn": {},
1707
1719
  "EndpointId": {},
@@ -1712,7 +1724,11 @@
1712
1724
  }
1713
1725
  },
1714
1726
  "shapes": {
1715
- "S14": {
1727
+ "S11": {
1728
+ "type": "string",
1729
+ "sensitive": true
1730
+ },
1731
+ "S15": {
1716
1732
  "type": "structure",
1717
1733
  "members": {
1718
1734
  "HeaderParameters": {
@@ -1721,7 +1737,10 @@
1721
1737
  "type": "structure",
1722
1738
  "members": {
1723
1739
  "Key": {},
1724
- "Value": {},
1740
+ "Value": {
1741
+ "type": "string",
1742
+ "sensitive": true
1743
+ },
1725
1744
  "IsValueSecret": {
1726
1745
  "type": "boolean"
1727
1746
  }
@@ -1734,7 +1753,10 @@
1734
1753
  "type": "structure",
1735
1754
  "members": {
1736
1755
  "Key": {},
1737
- "Value": {},
1756
+ "Value": {
1757
+ "type": "string",
1758
+ "sensitive": true
1759
+ },
1738
1760
  "IsValueSecret": {
1739
1761
  "type": "boolean"
1740
1762
  }
@@ -1747,7 +1769,10 @@
1747
1769
  "type": "structure",
1748
1770
  "members": {
1749
1771
  "Key": {},
1750
- "Value": {},
1772
+ "Value": {
1773
+ "type": "string",
1774
+ "sensitive": true
1775
+ },
1751
1776
  "IsValueSecret": {
1752
1777
  "type": "boolean"
1753
1778
  }
@@ -1756,7 +1781,7 @@
1756
1781
  }
1757
1782
  }
1758
1783
  },
1759
- "S1n": {
1784
+ "S1p": {
1760
1785
  "type": "structure",
1761
1786
  "required": [
1762
1787
  "FailoverConfig"
@@ -1791,13 +1816,13 @@
1791
1816
  }
1792
1817
  }
1793
1818
  },
1794
- "S1t": {
1819
+ "S1v": {
1795
1820
  "type": "structure",
1796
1821
  "members": {
1797
1822
  "State": {}
1798
1823
  }
1799
1824
  },
1800
- "S1v": {
1825
+ "S1x": {
1801
1826
  "type": "list",
1802
1827
  "member": {
1803
1828
  "type": "structure",
@@ -1809,7 +1834,7 @@
1809
1834
  }
1810
1835
  }
1811
1836
  },
1812
- "S24": {
1837
+ "S26": {
1813
1838
  "type": "list",
1814
1839
  "member": {
1815
1840
  "type": "structure",
@@ -1823,7 +1848,7 @@
1823
1848
  }
1824
1849
  }
1825
1850
  },
1826
- "S3m": {
1851
+ "S3o": {
1827
1852
  "type": "structure",
1828
1853
  "required": [
1829
1854
  "Arn"
@@ -1836,7 +1861,7 @@
1836
1861
  }
1837
1862
  }
1838
1863
  },
1839
- "S5f": {
1864
+ "S5h": {
1840
1865
  "type": "list",
1841
1866
  "member": {
1842
1867
  "type": "structure",
@@ -1919,10 +1944,10 @@
1919
1944
  ],
1920
1945
  "members": {
1921
1946
  "Subnets": {
1922
- "shape": "S61"
1947
+ "shape": "S63"
1923
1948
  },
1924
1949
  "SecurityGroups": {
1925
- "shape": "S61"
1950
+ "shape": "S63"
1926
1951
  },
1927
1952
  "AssignPublicIp": {}
1928
1953
  }
@@ -1978,7 +2003,7 @@
1978
2003
  "PropagateTags": {},
1979
2004
  "ReferenceId": {},
1980
2005
  "Tags": {
1981
- "shape": "S24"
2006
+ "shape": "S26"
1982
2007
  }
1983
2008
  }
1984
2009
  },
@@ -2044,7 +2069,7 @@
2044
2069
  "Database": {},
2045
2070
  "DbUser": {},
2046
2071
  "Sql": {
2047
- "shape": "S6x"
2072
+ "shape": "S71"
2048
2073
  },
2049
2074
  "StatementName": {},
2050
2075
  "WithEvent": {
@@ -2053,7 +2078,7 @@
2053
2078
  "Sqls": {
2054
2079
  "type": "list",
2055
2080
  "member": {
2056
- "shape": "S6x"
2081
+ "shape": "S71"
2057
2082
  },
2058
2083
  "sensitive": true
2059
2084
  }
@@ -2098,15 +2123,15 @@
2098
2123
  }
2099
2124
  }
2100
2125
  },
2101
- "S61": {
2126
+ "S63": {
2102
2127
  "type": "list",
2103
2128
  "member": {}
2104
2129
  },
2105
- "S6x": {
2130
+ "S71": {
2106
2131
  "type": "string",
2107
2132
  "sensitive": true
2108
2133
  },
2109
- "S7e": {
2134
+ "S7i": {
2110
2135
  "type": "list",
2111
2136
  "member": {}
2112
2137
  }