cdk-lambda-subminute 2.0.283 → 2.0.284
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 +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
- package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
- 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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +239 -115
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1067,6 +1067,32 @@
|
|
1067
1067
|
}
|
1068
1068
|
}
|
1069
1069
|
},
|
1070
|
+
"CreateIntegration": {
|
1071
|
+
"input": {
|
1072
|
+
"type": "structure",
|
1073
|
+
"required": [
|
1074
|
+
"SourceArn",
|
1075
|
+
"TargetArn",
|
1076
|
+
"IntegrationName"
|
1077
|
+
],
|
1078
|
+
"members": {
|
1079
|
+
"SourceArn": {},
|
1080
|
+
"TargetArn": {},
|
1081
|
+
"IntegrationName": {},
|
1082
|
+
"KMSKeyId": {},
|
1083
|
+
"AdditionalEncryptionContext": {
|
1084
|
+
"shape": "S5o"
|
1085
|
+
},
|
1086
|
+
"Tags": {
|
1087
|
+
"shape": "Sb"
|
1088
|
+
}
|
1089
|
+
}
|
1090
|
+
},
|
1091
|
+
"output": {
|
1092
|
+
"shape": "S5p",
|
1093
|
+
"resultWrapper": "CreateIntegrationResult"
|
1094
|
+
}
|
1095
|
+
},
|
1070
1096
|
"CreateOptionGroup": {
|
1071
1097
|
"input": {
|
1072
1098
|
"type": "structure",
|
@@ -1178,7 +1204,7 @@
|
|
1178
1204
|
"type": "structure",
|
1179
1205
|
"members": {
|
1180
1206
|
"DBClusterAutomatedBackup": {
|
1181
|
-
"shape": "
|
1207
|
+
"shape": "S63"
|
1182
1208
|
}
|
1183
1209
|
}
|
1184
1210
|
}
|
@@ -1269,7 +1295,7 @@
|
|
1269
1295
|
"type": "structure",
|
1270
1296
|
"members": {
|
1271
1297
|
"DBInstanceAutomatedBackup": {
|
1272
|
-
"shape": "
|
1298
|
+
"shape": "S6d"
|
1273
1299
|
}
|
1274
1300
|
}
|
1275
1301
|
}
|
@@ -1407,6 +1433,21 @@
|
|
1407
1433
|
}
|
1408
1434
|
}
|
1409
1435
|
},
|
1436
|
+
"DeleteIntegration": {
|
1437
|
+
"input": {
|
1438
|
+
"type": "structure",
|
1439
|
+
"required": [
|
1440
|
+
"IntegrationIdentifier"
|
1441
|
+
],
|
1442
|
+
"members": {
|
1443
|
+
"IntegrationIdentifier": {}
|
1444
|
+
}
|
1445
|
+
},
|
1446
|
+
"output": {
|
1447
|
+
"shape": "S5p",
|
1448
|
+
"resultWrapper": "DeleteIntegrationResult"
|
1449
|
+
}
|
1450
|
+
},
|
1410
1451
|
"DeleteOptionGroup": {
|
1411
1452
|
"input": {
|
1412
1453
|
"type": "structure",
|
@@ -1476,7 +1517,7 @@
|
|
1476
1517
|
"members": {
|
1477
1518
|
"BlueGreenDeploymentIdentifier": {},
|
1478
1519
|
"Filters": {
|
1479
|
-
"shape": "
|
1520
|
+
"shape": "S72"
|
1480
1521
|
},
|
1481
1522
|
"Marker": {},
|
1482
1523
|
"MaxRecords": {
|
@@ -1504,7 +1545,7 @@
|
|
1504
1545
|
"members": {
|
1505
1546
|
"CertificateIdentifier": {},
|
1506
1547
|
"Filters": {
|
1507
|
-
"shape": "
|
1548
|
+
"shape": "S72"
|
1508
1549
|
},
|
1509
1550
|
"MaxRecords": {
|
1510
1551
|
"type": "integer"
|
@@ -1520,7 +1561,7 @@
|
|
1520
1561
|
"Certificates": {
|
1521
1562
|
"type": "list",
|
1522
1563
|
"member": {
|
1523
|
-
"shape": "
|
1564
|
+
"shape": "S7b",
|
1524
1565
|
"locationName": "Certificate"
|
1525
1566
|
}
|
1526
1567
|
},
|
@@ -1535,7 +1576,7 @@
|
|
1535
1576
|
"DbClusterResourceId": {},
|
1536
1577
|
"DBClusterIdentifier": {},
|
1537
1578
|
"Filters": {
|
1538
|
-
"shape": "
|
1579
|
+
"shape": "S72"
|
1539
1580
|
},
|
1540
1581
|
"MaxRecords": {
|
1541
1582
|
"type": "integer"
|
@@ -1551,7 +1592,7 @@
|
|
1551
1592
|
"DBClusterAutomatedBackups": {
|
1552
1593
|
"type": "list",
|
1553
1594
|
"member": {
|
1554
|
-
"shape": "
|
1595
|
+
"shape": "S63",
|
1555
1596
|
"locationName": "DBClusterAutomatedBackup"
|
1556
1597
|
}
|
1557
1598
|
}
|
@@ -1568,7 +1609,7 @@
|
|
1568
1609
|
"DBClusterIdentifier": {},
|
1569
1610
|
"BacktrackIdentifier": {},
|
1570
1611
|
"Filters": {
|
1571
|
-
"shape": "
|
1612
|
+
"shape": "S72"
|
1572
1613
|
},
|
1573
1614
|
"MaxRecords": {
|
1574
1615
|
"type": "integer"
|
@@ -1598,7 +1639,7 @@
|
|
1598
1639
|
"DBClusterIdentifier": {},
|
1599
1640
|
"DBClusterEndpointIdentifier": {},
|
1600
1641
|
"Filters": {
|
1601
|
-
"shape": "
|
1642
|
+
"shape": "S72"
|
1602
1643
|
},
|
1603
1644
|
"MaxRecords": {
|
1604
1645
|
"type": "integer"
|
@@ -1627,7 +1668,7 @@
|
|
1627
1668
|
"members": {
|
1628
1669
|
"DBClusterParameterGroupName": {},
|
1629
1670
|
"Filters": {
|
1630
|
-
"shape": "
|
1671
|
+
"shape": "S72"
|
1631
1672
|
},
|
1632
1673
|
"MaxRecords": {
|
1633
1674
|
"type": "integer"
|
@@ -1660,7 +1701,7 @@
|
|
1660
1701
|
"DBClusterParameterGroupName": {},
|
1661
1702
|
"Source": {},
|
1662
1703
|
"Filters": {
|
1663
|
-
"shape": "
|
1704
|
+
"shape": "S72"
|
1664
1705
|
},
|
1665
1706
|
"MaxRecords": {
|
1666
1707
|
"type": "integer"
|
@@ -1673,7 +1714,7 @@
|
|
1673
1714
|
"type": "structure",
|
1674
1715
|
"members": {
|
1675
1716
|
"Parameters": {
|
1676
|
-
"shape": "
|
1717
|
+
"shape": "S7q"
|
1677
1718
|
},
|
1678
1719
|
"Marker": {}
|
1679
1720
|
}
|
@@ -1694,7 +1735,7 @@
|
|
1694
1735
|
"type": "structure",
|
1695
1736
|
"members": {
|
1696
1737
|
"DBClusterSnapshotAttributesResult": {
|
1697
|
-
"shape": "
|
1738
|
+
"shape": "S7v"
|
1698
1739
|
}
|
1699
1740
|
}
|
1700
1741
|
}
|
@@ -1707,7 +1748,7 @@
|
|
1707
1748
|
"DBClusterSnapshotIdentifier": {},
|
1708
1749
|
"SnapshotType": {},
|
1709
1750
|
"Filters": {
|
1710
|
-
"shape": "
|
1751
|
+
"shape": "S72"
|
1711
1752
|
},
|
1712
1753
|
"MaxRecords": {
|
1713
1754
|
"type": "integer"
|
@@ -1743,7 +1784,7 @@
|
|
1743
1784
|
"members": {
|
1744
1785
|
"DBClusterIdentifier": {},
|
1745
1786
|
"Filters": {
|
1746
|
-
"shape": "
|
1787
|
+
"shape": "S72"
|
1747
1788
|
},
|
1748
1789
|
"MaxRecords": {
|
1749
1790
|
"type": "integer"
|
@@ -1777,7 +1818,7 @@
|
|
1777
1818
|
"EngineVersion": {},
|
1778
1819
|
"DBParameterGroupFamily": {},
|
1779
1820
|
"Filters": {
|
1780
|
-
"shape": "
|
1821
|
+
"shape": "S72"
|
1781
1822
|
},
|
1782
1823
|
"MaxRecords": {
|
1783
1824
|
"type": "integer"
|
@@ -1819,7 +1860,7 @@
|
|
1819
1860
|
"DbiResourceId": {},
|
1820
1861
|
"DBInstanceIdentifier": {},
|
1821
1862
|
"Filters": {
|
1822
|
-
"shape": "
|
1863
|
+
"shape": "S72"
|
1823
1864
|
},
|
1824
1865
|
"MaxRecords": {
|
1825
1866
|
"type": "integer"
|
@@ -1836,7 +1877,7 @@
|
|
1836
1877
|
"DBInstanceAutomatedBackups": {
|
1837
1878
|
"type": "list",
|
1838
1879
|
"member": {
|
1839
|
-
"shape": "
|
1880
|
+
"shape": "S6d",
|
1840
1881
|
"locationName": "DBInstanceAutomatedBackup"
|
1841
1882
|
}
|
1842
1883
|
}
|
@@ -1849,7 +1890,7 @@
|
|
1849
1890
|
"members": {
|
1850
1891
|
"DBInstanceIdentifier": {},
|
1851
1892
|
"Filters": {
|
1852
|
-
"shape": "
|
1893
|
+
"shape": "S72"
|
1853
1894
|
},
|
1854
1895
|
"MaxRecords": {
|
1855
1896
|
"type": "integer"
|
@@ -1888,7 +1929,7 @@
|
|
1888
1929
|
"type": "long"
|
1889
1930
|
},
|
1890
1931
|
"Filters": {
|
1891
|
-
"shape": "
|
1932
|
+
"shape": "S72"
|
1892
1933
|
},
|
1893
1934
|
"MaxRecords": {
|
1894
1935
|
"type": "integer"
|
@@ -1926,7 +1967,7 @@
|
|
1926
1967
|
"members": {
|
1927
1968
|
"DBParameterGroupName": {},
|
1928
1969
|
"Filters": {
|
1929
|
-
"shape": "
|
1970
|
+
"shape": "S72"
|
1930
1971
|
},
|
1931
1972
|
"MaxRecords": {
|
1932
1973
|
"type": "integer"
|
@@ -1959,7 +2000,7 @@
|
|
1959
2000
|
"DBParameterGroupName": {},
|
1960
2001
|
"Source": {},
|
1961
2002
|
"Filters": {
|
1962
|
-
"shape": "
|
2003
|
+
"shape": "S72"
|
1963
2004
|
},
|
1964
2005
|
"MaxRecords": {
|
1965
2006
|
"type": "integer"
|
@@ -1972,7 +2013,7 @@
|
|
1972
2013
|
"type": "structure",
|
1973
2014
|
"members": {
|
1974
2015
|
"Parameters": {
|
1975
|
-
"shape": "
|
2016
|
+
"shape": "S7q"
|
1976
2017
|
},
|
1977
2018
|
"Marker": {}
|
1978
2019
|
}
|
@@ -1984,7 +2025,7 @@
|
|
1984
2025
|
"members": {
|
1985
2026
|
"DBProxyName": {},
|
1986
2027
|
"Filters": {
|
1987
|
-
"shape": "
|
2028
|
+
"shape": "S72"
|
1988
2029
|
},
|
1989
2030
|
"Marker": {},
|
1990
2031
|
"MaxRecords": {
|
@@ -2013,7 +2054,7 @@
|
|
2013
2054
|
"DBProxyName": {},
|
2014
2055
|
"DBProxyEndpointName": {},
|
2015
2056
|
"Filters": {
|
2016
|
-
"shape": "
|
2057
|
+
"shape": "S72"
|
2017
2058
|
},
|
2018
2059
|
"Marker": {},
|
2019
2060
|
"MaxRecords": {
|
@@ -2045,7 +2086,7 @@
|
|
2045
2086
|
"DBProxyName": {},
|
2046
2087
|
"TargetGroupName": {},
|
2047
2088
|
"Filters": {
|
2048
|
-
"shape": "
|
2089
|
+
"shape": "S72"
|
2049
2090
|
},
|
2050
2091
|
"Marker": {},
|
2051
2092
|
"MaxRecords": {
|
@@ -2060,7 +2101,7 @@
|
|
2060
2101
|
"TargetGroups": {
|
2061
2102
|
"type": "list",
|
2062
2103
|
"member": {
|
2063
|
-
"shape": "
|
2104
|
+
"shape": "S8w"
|
2064
2105
|
}
|
2065
2106
|
},
|
2066
2107
|
"Marker": {}
|
@@ -2077,7 +2118,7 @@
|
|
2077
2118
|
"DBProxyName": {},
|
2078
2119
|
"TargetGroupName": {},
|
2079
2120
|
"Filters": {
|
2080
|
-
"shape": "
|
2121
|
+
"shape": "S72"
|
2081
2122
|
},
|
2082
2123
|
"Marker": {},
|
2083
2124
|
"MaxRecords": {
|
@@ -2090,7 +2131,7 @@
|
|
2090
2131
|
"type": "structure",
|
2091
2132
|
"members": {
|
2092
2133
|
"Targets": {
|
2093
|
-
"shape": "
|
2134
|
+
"shape": "S90"
|
2094
2135
|
},
|
2095
2136
|
"Marker": {}
|
2096
2137
|
}
|
@@ -2102,7 +2143,7 @@
|
|
2102
2143
|
"members": {
|
2103
2144
|
"DBSecurityGroupName": {},
|
2104
2145
|
"Filters": {
|
2105
|
-
"shape": "
|
2146
|
+
"shape": "S72"
|
2106
2147
|
},
|
2107
2148
|
"MaxRecords": {
|
2108
2149
|
"type": "integer"
|
@@ -2140,7 +2181,7 @@
|
|
2140
2181
|
"type": "structure",
|
2141
2182
|
"members": {
|
2142
2183
|
"DBSnapshotAttributesResult": {
|
2143
|
-
"shape": "
|
2184
|
+
"shape": "S9c"
|
2144
2185
|
}
|
2145
2186
|
}
|
2146
2187
|
}
|
@@ -2153,7 +2194,7 @@
|
|
2153
2194
|
"DBSnapshotIdentifier": {},
|
2154
2195
|
"SnapshotType": {},
|
2155
2196
|
"Filters": {
|
2156
|
-
"shape": "
|
2197
|
+
"shape": "S72"
|
2157
2198
|
},
|
2158
2199
|
"MaxRecords": {
|
2159
2200
|
"type": "integer"
|
@@ -2189,7 +2230,7 @@
|
|
2189
2230
|
"members": {
|
2190
2231
|
"DBSubnetGroupName": {},
|
2191
2232
|
"Filters": {
|
2192
|
-
"shape": "
|
2233
|
+
"shape": "S72"
|
2193
2234
|
},
|
2194
2235
|
"MaxRecords": {
|
2195
2236
|
"type": "integer"
|
@@ -2221,7 +2262,7 @@
|
|
2221
2262
|
"members": {
|
2222
2263
|
"DBParameterGroupFamily": {},
|
2223
2264
|
"Filters": {
|
2224
|
-
"shape": "
|
2265
|
+
"shape": "S72"
|
2225
2266
|
},
|
2226
2267
|
"MaxRecords": {
|
2227
2268
|
"type": "integer"
|
@@ -2234,7 +2275,7 @@
|
|
2234
2275
|
"type": "structure",
|
2235
2276
|
"members": {
|
2236
2277
|
"EngineDefaults": {
|
2237
|
-
"shape": "
|
2278
|
+
"shape": "S9n"
|
2238
2279
|
}
|
2239
2280
|
}
|
2240
2281
|
}
|
@@ -2248,7 +2289,7 @@
|
|
2248
2289
|
"members": {
|
2249
2290
|
"DBParameterGroupFamily": {},
|
2250
2291
|
"Filters": {
|
2251
|
-
"shape": "
|
2292
|
+
"shape": "S72"
|
2252
2293
|
},
|
2253
2294
|
"MaxRecords": {
|
2254
2295
|
"type": "integer"
|
@@ -2261,7 +2302,7 @@
|
|
2261
2302
|
"type": "structure",
|
2262
2303
|
"members": {
|
2263
2304
|
"EngineDefaults": {
|
2264
|
-
"shape": "
|
2305
|
+
"shape": "S9n"
|
2265
2306
|
}
|
2266
2307
|
}
|
2267
2308
|
}
|
@@ -2272,7 +2313,7 @@
|
|
2272
2313
|
"members": {
|
2273
2314
|
"SourceType": {},
|
2274
2315
|
"Filters": {
|
2275
|
-
"shape": "
|
2316
|
+
"shape": "S72"
|
2276
2317
|
}
|
2277
2318
|
}
|
2278
2319
|
},
|
@@ -2303,7 +2344,7 @@
|
|
2303
2344
|
"members": {
|
2304
2345
|
"SubscriptionName": {},
|
2305
2346
|
"Filters": {
|
2306
|
-
"shape": "
|
2347
|
+
"shape": "S72"
|
2307
2348
|
},
|
2308
2349
|
"MaxRecords": {
|
2309
2350
|
"type": "integer"
|
@@ -2345,7 +2386,7 @@
|
|
2345
2386
|
"shape": "S8"
|
2346
2387
|
},
|
2347
2388
|
"Filters": {
|
2348
|
-
"shape": "
|
2389
|
+
"shape": "S72"
|
2349
2390
|
},
|
2350
2391
|
"MaxRecords": {
|
2351
2392
|
"type": "integer"
|
@@ -2387,7 +2428,7 @@
|
|
2387
2428
|
"ExportTaskIdentifier": {},
|
2388
2429
|
"SourceArn": {},
|
2389
2430
|
"Filters": {
|
2390
|
-
"shape": "
|
2431
|
+
"shape": "S72"
|
2391
2432
|
},
|
2392
2433
|
"Marker": {},
|
2393
2434
|
"MaxRecords": {
|
@@ -2417,7 +2458,7 @@
|
|
2417
2458
|
"members": {
|
2418
2459
|
"GlobalClusterIdentifier": {},
|
2419
2460
|
"Filters": {
|
2420
|
-
"shape": "
|
2461
|
+
"shape": "S72"
|
2421
2462
|
},
|
2422
2463
|
"MaxRecords": {
|
2423
2464
|
"type": "integer"
|
@@ -2440,6 +2481,35 @@
|
|
2440
2481
|
}
|
2441
2482
|
}
|
2442
2483
|
},
|
2484
|
+
"DescribeIntegrations": {
|
2485
|
+
"input": {
|
2486
|
+
"type": "structure",
|
2487
|
+
"members": {
|
2488
|
+
"IntegrationIdentifier": {},
|
2489
|
+
"Filters": {
|
2490
|
+
"shape": "S72"
|
2491
|
+
},
|
2492
|
+
"MaxRecords": {
|
2493
|
+
"type": "integer"
|
2494
|
+
},
|
2495
|
+
"Marker": {}
|
2496
|
+
}
|
2497
|
+
},
|
2498
|
+
"output": {
|
2499
|
+
"resultWrapper": "DescribeIntegrationsResult",
|
2500
|
+
"type": "structure",
|
2501
|
+
"members": {
|
2502
|
+
"Marker": {},
|
2503
|
+
"Integrations": {
|
2504
|
+
"type": "list",
|
2505
|
+
"member": {
|
2506
|
+
"shape": "S5p",
|
2507
|
+
"locationName": "Integration"
|
2508
|
+
}
|
2509
|
+
}
|
2510
|
+
}
|
2511
|
+
}
|
2512
|
+
},
|
2443
2513
|
"DescribeOptionGroupOptions": {
|
2444
2514
|
"input": {
|
2445
2515
|
"type": "structure",
|
@@ -2450,7 +2520,7 @@
|
|
2450
2520
|
"EngineName": {},
|
2451
2521
|
"MajorEngineVersion": {},
|
2452
2522
|
"Filters": {
|
2453
|
-
"shape": "
|
2523
|
+
"shape": "S72"
|
2454
2524
|
},
|
2455
2525
|
"MaxRecords": {
|
2456
2526
|
"type": "integer"
|
@@ -2566,7 +2636,7 @@
|
|
2566
2636
|
"members": {
|
2567
2637
|
"OptionGroupName": {},
|
2568
2638
|
"Filters": {
|
2569
|
-
"shape": "
|
2639
|
+
"shape": "S72"
|
2570
2640
|
},
|
2571
2641
|
"Marker": {},
|
2572
2642
|
"MaxRecords": {
|
@@ -2607,7 +2677,7 @@
|
|
2607
2677
|
"type": "boolean"
|
2608
2678
|
},
|
2609
2679
|
"Filters": {
|
2610
|
-
"shape": "
|
2680
|
+
"shape": "S72"
|
2611
2681
|
},
|
2612
2682
|
"MaxRecords": {
|
2613
2683
|
"type": "integer"
|
@@ -2681,7 +2751,7 @@
|
|
2681
2751
|
"type": "double"
|
2682
2752
|
},
|
2683
2753
|
"AvailableProcessorFeatures": {
|
2684
|
-
"shape": "
|
2754
|
+
"shape": "Saw"
|
2685
2755
|
},
|
2686
2756
|
"SupportedEngineModes": {
|
2687
2757
|
"shape": "S2m"
|
@@ -2740,7 +2810,7 @@
|
|
2740
2810
|
"members": {
|
2741
2811
|
"ResourceIdentifier": {},
|
2742
2812
|
"Filters": {
|
2743
|
-
"shape": "
|
2813
|
+
"shape": "S72"
|
2744
2814
|
},
|
2745
2815
|
"Marker": {},
|
2746
2816
|
"MaxRecords": {
|
@@ -2778,7 +2848,7 @@
|
|
2778
2848
|
},
|
2779
2849
|
"LeaseId": {},
|
2780
2850
|
"Filters": {
|
2781
|
-
"shape": "
|
2851
|
+
"shape": "S72"
|
2782
2852
|
},
|
2783
2853
|
"MaxRecords": {
|
2784
2854
|
"type": "integer"
|
@@ -2794,7 +2864,7 @@
|
|
2794
2864
|
"ReservedDBInstances": {
|
2795
2865
|
"type": "list",
|
2796
2866
|
"member": {
|
2797
|
-
"shape": "
|
2867
|
+
"shape": "Sb5",
|
2798
2868
|
"locationName": "ReservedDBInstance"
|
2799
2869
|
}
|
2800
2870
|
}
|
@@ -2814,7 +2884,7 @@
|
|
2814
2884
|
"type": "boolean"
|
2815
2885
|
},
|
2816
2886
|
"Filters": {
|
2817
|
-
"shape": "
|
2887
|
+
"shape": "S72"
|
2818
2888
|
},
|
2819
2889
|
"MaxRecords": {
|
2820
2890
|
"type": "integer"
|
@@ -2851,7 +2921,7 @@
|
|
2851
2921
|
"type": "boolean"
|
2852
2922
|
},
|
2853
2923
|
"RecurringCharges": {
|
2854
|
-
"shape": "
|
2924
|
+
"shape": "Sb7"
|
2855
2925
|
}
|
2856
2926
|
},
|
2857
2927
|
"wrapper": true
|
@@ -2870,7 +2940,7 @@
|
|
2870
2940
|
},
|
2871
2941
|
"Marker": {},
|
2872
2942
|
"Filters": {
|
2873
|
-
"shape": "
|
2943
|
+
"shape": "S72"
|
2874
2944
|
}
|
2875
2945
|
}
|
2876
2946
|
},
|
@@ -2922,28 +2992,28 @@
|
|
2922
2992
|
"members": {
|
2923
2993
|
"StorageType": {},
|
2924
2994
|
"StorageSize": {
|
2925
|
-
"shape": "
|
2995
|
+
"shape": "Sbm"
|
2926
2996
|
},
|
2927
2997
|
"ProvisionedIops": {
|
2928
|
-
"shape": "
|
2998
|
+
"shape": "Sbm"
|
2929
2999
|
},
|
2930
3000
|
"IopsToStorageRatio": {
|
2931
|
-
"shape": "
|
3001
|
+
"shape": "Sbo"
|
2932
3002
|
},
|
2933
3003
|
"SupportsStorageAutoscaling": {
|
2934
3004
|
"type": "boolean"
|
2935
3005
|
},
|
2936
3006
|
"ProvisionedStorageThroughput": {
|
2937
|
-
"shape": "
|
3007
|
+
"shape": "Sbm"
|
2938
3008
|
},
|
2939
3009
|
"StorageThroughputToIopsRatio": {
|
2940
|
-
"shape": "
|
3010
|
+
"shape": "Sbo"
|
2941
3011
|
}
|
2942
3012
|
}
|
2943
3013
|
}
|
2944
3014
|
},
|
2945
3015
|
"ValidProcessorFeatures": {
|
2946
|
-
"shape": "
|
3016
|
+
"shape": "Saw"
|
2947
3017
|
},
|
2948
3018
|
"SupportsDedicatedLogVolume": {
|
2949
3019
|
"type": "boolean"
|
@@ -3040,7 +3110,7 @@
|
|
3040
3110
|
"members": {
|
3041
3111
|
"ResourceName": {},
|
3042
3112
|
"Filters": {
|
3043
|
-
"shape": "
|
3113
|
+
"shape": "S72"
|
3044
3114
|
}
|
3045
3115
|
}
|
3046
3116
|
},
|
@@ -3092,7 +3162,7 @@
|
|
3092
3162
|
"type": "structure",
|
3093
3163
|
"members": {
|
3094
3164
|
"Certificate": {
|
3095
|
-
"shape": "
|
3165
|
+
"shape": "S7b"
|
3096
3166
|
}
|
3097
3167
|
}
|
3098
3168
|
}
|
@@ -3184,7 +3254,7 @@
|
|
3184
3254
|
"type": "long"
|
3185
3255
|
},
|
3186
3256
|
"CloudwatchLogsExportConfiguration": {
|
3187
|
-
"shape": "
|
3257
|
+
"shape": "Sca"
|
3188
3258
|
},
|
3189
3259
|
"EngineVersion": {},
|
3190
3260
|
"AllowMajorVersionUpgrade": {
|
@@ -3293,12 +3363,12 @@
|
|
3293
3363
|
"members": {
|
3294
3364
|
"DBClusterParameterGroupName": {},
|
3295
3365
|
"Parameters": {
|
3296
|
-
"shape": "
|
3366
|
+
"shape": "S7q"
|
3297
3367
|
}
|
3298
3368
|
}
|
3299
3369
|
},
|
3300
3370
|
"output": {
|
3301
|
-
"shape": "
|
3371
|
+
"shape": "Scf",
|
3302
3372
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
3303
3373
|
}
|
3304
3374
|
},
|
@@ -3313,10 +3383,10 @@
|
|
3313
3383
|
"DBClusterSnapshotIdentifier": {},
|
3314
3384
|
"AttributeName": {},
|
3315
3385
|
"ValuesToAdd": {
|
3316
|
-
"shape": "
|
3386
|
+
"shape": "S7y"
|
3317
3387
|
},
|
3318
3388
|
"ValuesToRemove": {
|
3319
|
-
"shape": "
|
3389
|
+
"shape": "S7y"
|
3320
3390
|
}
|
3321
3391
|
}
|
3322
3392
|
},
|
@@ -3325,7 +3395,7 @@
|
|
3325
3395
|
"type": "structure",
|
3326
3396
|
"members": {
|
3327
3397
|
"DBClusterSnapshotAttributesResult": {
|
3328
|
-
"shape": "
|
3398
|
+
"shape": "S7v"
|
3329
3399
|
}
|
3330
3400
|
}
|
3331
3401
|
}
|
@@ -3417,7 +3487,7 @@
|
|
3417
3487
|
"type": "integer"
|
3418
3488
|
},
|
3419
3489
|
"CloudwatchLogsExportConfiguration": {
|
3420
|
-
"shape": "
|
3490
|
+
"shape": "Sca"
|
3421
3491
|
},
|
3422
3492
|
"ProcessorFeatures": {
|
3423
3493
|
"shape": "S1c"
|
@@ -3480,12 +3550,12 @@
|
|
3480
3550
|
"members": {
|
3481
3551
|
"DBParameterGroupName": {},
|
3482
3552
|
"Parameters": {
|
3483
|
-
"shape": "
|
3553
|
+
"shape": "S7q"
|
3484
3554
|
}
|
3485
3555
|
}
|
3486
3556
|
},
|
3487
3557
|
"output": {
|
3488
|
-
"shape": "
|
3558
|
+
"shape": "Scl",
|
3489
3559
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
3490
3560
|
}
|
3491
3561
|
},
|
@@ -3586,7 +3656,7 @@
|
|
3586
3656
|
"type": "structure",
|
3587
3657
|
"members": {
|
3588
3658
|
"DBProxyTargetGroup": {
|
3589
|
-
"shape": "
|
3659
|
+
"shape": "S8w"
|
3590
3660
|
}
|
3591
3661
|
}
|
3592
3662
|
}
|
@@ -3624,10 +3694,10 @@
|
|
3624
3694
|
"DBSnapshotIdentifier": {},
|
3625
3695
|
"AttributeName": {},
|
3626
3696
|
"ValuesToAdd": {
|
3627
|
-
"shape": "
|
3697
|
+
"shape": "S7y"
|
3628
3698
|
},
|
3629
3699
|
"ValuesToRemove": {
|
3630
|
-
"shape": "
|
3700
|
+
"shape": "S7y"
|
3631
3701
|
}
|
3632
3702
|
}
|
3633
3703
|
},
|
@@ -3636,7 +3706,7 @@
|
|
3636
3706
|
"type": "structure",
|
3637
3707
|
"members": {
|
3638
3708
|
"DBSnapshotAttributesResult": {
|
3639
|
-
"shape": "
|
3709
|
+
"shape": "S9c"
|
3640
3710
|
}
|
3641
3711
|
}
|
3642
3712
|
}
|
@@ -3842,7 +3912,7 @@
|
|
3842
3912
|
"type": "structure",
|
3843
3913
|
"members": {
|
3844
3914
|
"ReservedDBInstance": {
|
3845
|
-
"shape": "
|
3915
|
+
"shape": "Sb5"
|
3846
3916
|
}
|
3847
3917
|
}
|
3848
3918
|
}
|
@@ -3912,7 +3982,7 @@
|
|
3912
3982
|
"type": "structure",
|
3913
3983
|
"members": {
|
3914
3984
|
"DBProxyTargets": {
|
3915
|
-
"shape": "
|
3985
|
+
"shape": "S90"
|
3916
3986
|
}
|
3917
3987
|
}
|
3918
3988
|
}
|
@@ -4014,12 +4084,12 @@
|
|
4014
4084
|
"type": "boolean"
|
4015
4085
|
},
|
4016
4086
|
"Parameters": {
|
4017
|
-
"shape": "
|
4087
|
+
"shape": "S7q"
|
4018
4088
|
}
|
4019
4089
|
}
|
4020
4090
|
},
|
4021
4091
|
"output": {
|
4022
|
-
"shape": "
|
4092
|
+
"shape": "Scf",
|
4023
4093
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
4024
4094
|
}
|
4025
4095
|
},
|
@@ -4035,12 +4105,12 @@
|
|
4035
4105
|
"type": "boolean"
|
4036
4106
|
},
|
4037
4107
|
"Parameters": {
|
4038
|
-
"shape": "
|
4108
|
+
"shape": "S7q"
|
4039
4109
|
}
|
4040
4110
|
}
|
4041
4111
|
},
|
4042
4112
|
"output": {
|
4043
|
-
"shape": "
|
4113
|
+
"shape": "Scl",
|
4044
4114
|
"resultWrapper": "ResetDBParameterGroupResult"
|
4045
4115
|
}
|
4046
4116
|
},
|
@@ -4724,7 +4794,7 @@
|
|
4724
4794
|
"type": "structure",
|
4725
4795
|
"members": {
|
4726
4796
|
"DBInstanceAutomatedBackup": {
|
4727
|
-
"shape": "
|
4797
|
+
"shape": "S6d"
|
4728
4798
|
}
|
4729
4799
|
}
|
4730
4800
|
}
|
@@ -4835,7 +4905,7 @@
|
|
4835
4905
|
"type": "structure",
|
4836
4906
|
"members": {
|
4837
4907
|
"DBInstanceAutomatedBackup": {
|
4838
|
-
"shape": "
|
4908
|
+
"shape": "S6d"
|
4839
4909
|
}
|
4840
4910
|
}
|
4841
4911
|
}
|
@@ -5413,6 +5483,9 @@
|
|
5413
5483
|
},
|
5414
5484
|
"SupportsLocalWriteForwarding": {
|
5415
5485
|
"type": "boolean"
|
5486
|
+
},
|
5487
|
+
"SupportsIntegrations": {
|
5488
|
+
"type": "boolean"
|
5416
5489
|
}
|
5417
5490
|
}
|
5418
5491
|
}
|
@@ -5474,6 +5547,9 @@
|
|
5474
5547
|
},
|
5475
5548
|
"SupportsLocalWriteForwarding": {
|
5476
5549
|
"type": "boolean"
|
5550
|
+
},
|
5551
|
+
"SupportsIntegrations": {
|
5552
|
+
"type": "boolean"
|
5477
5553
|
}
|
5478
5554
|
}
|
5479
5555
|
},
|
@@ -6316,7 +6392,46 @@
|
|
6316
6392
|
},
|
6317
6393
|
"wrapper": true
|
6318
6394
|
},
|
6319
|
-
"
|
6395
|
+
"S5o": {
|
6396
|
+
"type": "map",
|
6397
|
+
"key": {},
|
6398
|
+
"value": {}
|
6399
|
+
},
|
6400
|
+
"S5p": {
|
6401
|
+
"type": "structure",
|
6402
|
+
"members": {
|
6403
|
+
"SourceArn": {},
|
6404
|
+
"TargetArn": {},
|
6405
|
+
"IntegrationName": {},
|
6406
|
+
"IntegrationArn": {},
|
6407
|
+
"KMSKeyId": {},
|
6408
|
+
"AdditionalEncryptionContext": {
|
6409
|
+
"shape": "S5o"
|
6410
|
+
},
|
6411
|
+
"Status": {},
|
6412
|
+
"Tags": {
|
6413
|
+
"shape": "Sb"
|
6414
|
+
},
|
6415
|
+
"CreateTime": {
|
6416
|
+
"type": "timestamp"
|
6417
|
+
},
|
6418
|
+
"Errors": {
|
6419
|
+
"type": "list",
|
6420
|
+
"member": {
|
6421
|
+
"locationName": "IntegrationError",
|
6422
|
+
"type": "structure",
|
6423
|
+
"required": [
|
6424
|
+
"ErrorCode"
|
6425
|
+
],
|
6426
|
+
"members": {
|
6427
|
+
"ErrorCode": {},
|
6428
|
+
"ErrorMessage": {}
|
6429
|
+
}
|
6430
|
+
}
|
6431
|
+
}
|
6432
|
+
}
|
6433
|
+
},
|
6434
|
+
"S63": {
|
6320
6435
|
"type": "structure",
|
6321
6436
|
"members": {
|
6322
6437
|
"Engine": {},
|
@@ -6324,7 +6439,7 @@
|
|
6324
6439
|
"DBClusterAutomatedBackupsArn": {},
|
6325
6440
|
"DBClusterIdentifier": {},
|
6326
6441
|
"RestoreWindow": {
|
6327
|
-
"shape": "
|
6442
|
+
"shape": "S64"
|
6328
6443
|
},
|
6329
6444
|
"MasterUsername": {},
|
6330
6445
|
"DbClusterResourceId": {},
|
@@ -6364,7 +6479,7 @@
|
|
6364
6479
|
},
|
6365
6480
|
"wrapper": true
|
6366
6481
|
},
|
6367
|
-
"
|
6482
|
+
"S64": {
|
6368
6483
|
"type": "structure",
|
6369
6484
|
"members": {
|
6370
6485
|
"EarliestTime": {
|
@@ -6375,7 +6490,7 @@
|
|
6375
6490
|
}
|
6376
6491
|
}
|
6377
6492
|
},
|
6378
|
-
"
|
6493
|
+
"S6d": {
|
6379
6494
|
"type": "structure",
|
6380
6495
|
"members": {
|
6381
6496
|
"DBInstanceArn": {},
|
@@ -6383,7 +6498,7 @@
|
|
6383
6498
|
"Region": {},
|
6384
6499
|
"DBInstanceIdentifier": {},
|
6385
6500
|
"RestoreWindow": {
|
6386
|
-
"shape": "
|
6501
|
+
"shape": "S64"
|
6387
6502
|
},
|
6388
6503
|
"AllocatedStorage": {
|
6389
6504
|
"type": "integer"
|
@@ -6433,7 +6548,7 @@
|
|
6433
6548
|
},
|
6434
6549
|
"wrapper": true
|
6435
6550
|
},
|
6436
|
-
"
|
6551
|
+
"S72": {
|
6437
6552
|
"type": "list",
|
6438
6553
|
"member": {
|
6439
6554
|
"locationName": "Filter",
|
@@ -6453,7 +6568,7 @@
|
|
6453
6568
|
}
|
6454
6569
|
}
|
6455
6570
|
},
|
6456
|
-
"
|
6571
|
+
"S7b": {
|
6457
6572
|
"type": "structure",
|
6458
6573
|
"members": {
|
6459
6574
|
"CertificateIdentifier": {},
|
@@ -6475,7 +6590,7 @@
|
|
6475
6590
|
},
|
6476
6591
|
"wrapper": true
|
6477
6592
|
},
|
6478
|
-
"
|
6593
|
+
"S7q": {
|
6479
6594
|
"type": "list",
|
6480
6595
|
"member": {
|
6481
6596
|
"locationName": "Parameter",
|
@@ -6499,7 +6614,7 @@
|
|
6499
6614
|
}
|
6500
6615
|
}
|
6501
6616
|
},
|
6502
|
-
"
|
6617
|
+
"S7v": {
|
6503
6618
|
"type": "structure",
|
6504
6619
|
"members": {
|
6505
6620
|
"DBClusterSnapshotIdentifier": {},
|
@@ -6511,7 +6626,7 @@
|
|
6511
6626
|
"members": {
|
6512
6627
|
"AttributeName": {},
|
6513
6628
|
"AttributeValues": {
|
6514
|
-
"shape": "
|
6629
|
+
"shape": "S7y"
|
6515
6630
|
}
|
6516
6631
|
}
|
6517
6632
|
}
|
@@ -6519,13 +6634,13 @@
|
|
6519
6634
|
},
|
6520
6635
|
"wrapper": true
|
6521
6636
|
},
|
6522
|
-
"
|
6637
|
+
"S7y": {
|
6523
6638
|
"type": "list",
|
6524
6639
|
"member": {
|
6525
6640
|
"locationName": "AttributeValue"
|
6526
6641
|
}
|
6527
6642
|
},
|
6528
|
-
"
|
6643
|
+
"S8w": {
|
6529
6644
|
"type": "structure",
|
6530
6645
|
"members": {
|
6531
6646
|
"DBProxyName": {},
|
@@ -6561,7 +6676,7 @@
|
|
6561
6676
|
}
|
6562
6677
|
}
|
6563
6678
|
},
|
6564
|
-
"
|
6679
|
+
"S90": {
|
6565
6680
|
"type": "list",
|
6566
6681
|
"member": {
|
6567
6682
|
"type": "structure",
|
@@ -6586,7 +6701,7 @@
|
|
6586
6701
|
}
|
6587
6702
|
}
|
6588
6703
|
},
|
6589
|
-
"
|
6704
|
+
"S9c": {
|
6590
6705
|
"type": "structure",
|
6591
6706
|
"members": {
|
6592
6707
|
"DBSnapshotIdentifier": {},
|
@@ -6598,7 +6713,7 @@
|
|
6598
6713
|
"members": {
|
6599
6714
|
"AttributeName": {},
|
6600
6715
|
"AttributeValues": {
|
6601
|
-
"shape": "
|
6716
|
+
"shape": "S7y"
|
6602
6717
|
}
|
6603
6718
|
},
|
6604
6719
|
"wrapper": true
|
@@ -6607,18 +6722,18 @@
|
|
6607
6722
|
},
|
6608
6723
|
"wrapper": true
|
6609
6724
|
},
|
6610
|
-
"
|
6725
|
+
"S9n": {
|
6611
6726
|
"type": "structure",
|
6612
6727
|
"members": {
|
6613
6728
|
"DBParameterGroupFamily": {},
|
6614
6729
|
"Marker": {},
|
6615
6730
|
"Parameters": {
|
6616
|
-
"shape": "
|
6731
|
+
"shape": "S7q"
|
6617
6732
|
}
|
6618
6733
|
},
|
6619
6734
|
"wrapper": true
|
6620
6735
|
},
|
6621
|
-
"
|
6736
|
+
"Saw": {
|
6622
6737
|
"type": "list",
|
6623
6738
|
"member": {
|
6624
6739
|
"locationName": "AvailableProcessorFeature",
|
@@ -6630,7 +6745,7 @@
|
|
6630
6745
|
}
|
6631
6746
|
}
|
6632
6747
|
},
|
6633
|
-
"
|
6748
|
+
"Sb5": {
|
6634
6749
|
"type": "structure",
|
6635
6750
|
"members": {
|
6636
6751
|
"ReservedDBInstanceId": {},
|
@@ -6659,14 +6774,14 @@
|
|
6659
6774
|
},
|
6660
6775
|
"State": {},
|
6661
6776
|
"RecurringCharges": {
|
6662
|
-
"shape": "
|
6777
|
+
"shape": "Sb7"
|
6663
6778
|
},
|
6664
6779
|
"ReservedDBInstanceArn": {},
|
6665
6780
|
"LeaseId": {}
|
6666
6781
|
},
|
6667
6782
|
"wrapper": true
|
6668
6783
|
},
|
6669
|
-
"
|
6784
|
+
"Sb7": {
|
6670
6785
|
"type": "list",
|
6671
6786
|
"member": {
|
6672
6787
|
"locationName": "RecurringCharge",
|
@@ -6680,7 +6795,7 @@
|
|
6680
6795
|
"wrapper": true
|
6681
6796
|
}
|
6682
6797
|
},
|
6683
|
-
"
|
6798
|
+
"Sbm": {
|
6684
6799
|
"type": "list",
|
6685
6800
|
"member": {
|
6686
6801
|
"locationName": "Range",
|
@@ -6698,7 +6813,7 @@
|
|
6698
6813
|
}
|
6699
6814
|
}
|
6700
6815
|
},
|
6701
|
-
"
|
6816
|
+
"Sbo": {
|
6702
6817
|
"type": "list",
|
6703
6818
|
"member": {
|
6704
6819
|
"locationName": "DoubleRange",
|
@@ -6713,7 +6828,7 @@
|
|
6713
6828
|
}
|
6714
6829
|
}
|
6715
6830
|
},
|
6716
|
-
"
|
6831
|
+
"Sca": {
|
6717
6832
|
"type": "structure",
|
6718
6833
|
"members": {
|
6719
6834
|
"EnableLogTypes": {
|
@@ -6724,13 +6839,13 @@
|
|
6724
6839
|
}
|
6725
6840
|
}
|
6726
6841
|
},
|
6727
|
-
"
|
6842
|
+
"Scf": {
|
6728
6843
|
"type": "structure",
|
6729
6844
|
"members": {
|
6730
6845
|
"DBClusterParameterGroupName": {}
|
6731
6846
|
}
|
6732
6847
|
},
|
6733
|
-
"
|
6848
|
+
"Scl": {
|
6734
6849
|
"type": "structure",
|
6735
6850
|
"members": {
|
6736
6851
|
"DBParameterGroupName": {}
|