aws-sdk 2.1426.0 → 2.1428.0
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/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +102 -56
- package/apis/dms-2016-01-01.min.json +60 -16
- package/apis/dms-2016-01-01.paginators.json +5 -0
- package/apis/internetmonitor-2021-06-03.min.json +37 -19
- package/apis/medialive-2017-10-14.min.json +12 -0
- package/apis/rds-2014-10-31.min.json +220 -115
- package/apis/resiliencehub-2020-04-30.min.json +354 -125
- package/apis/resiliencehub-2020-04-30.paginators.json +5 -0
- package/apis/sagemaker-2017-07-24.min.json +680 -556
- package/clients/batch.d.ts +9 -9
- package/clients/budgets.d.ts +1 -1
- package/clients/cognitoidentityserviceprovider.d.ts +290 -213
- package/clients/dms.d.ts +65 -1
- package/clients/glue.d.ts +2 -2
- package/clients/internetmonitor.d.ts +49 -26
- package/clients/medialive.d.ts +16 -0
- package/clients/polly.d.ts +2 -2
- package/clients/rds.d.ts +173 -8
- package/clients/resiliencehub.d.ts +588 -274
- package/clients/sagemaker.d.ts +185 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +325 -174
- package/dist/aws-sdk.min.js +85 -85
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1130,7 +1130,10 @@
|
|
1130
1130
|
"SkipFinalSnapshot": {
|
1131
1131
|
"type": "boolean"
|
1132
1132
|
},
|
1133
|
-
"FinalDBSnapshotIdentifier": {}
|
1133
|
+
"FinalDBSnapshotIdentifier": {},
|
1134
|
+
"DeleteAutomatedBackups": {
|
1135
|
+
"type": "boolean"
|
1136
|
+
}
|
1134
1137
|
}
|
1135
1138
|
},
|
1136
1139
|
"output": {
|
@@ -1143,6 +1146,26 @@
|
|
1143
1146
|
}
|
1144
1147
|
}
|
1145
1148
|
},
|
1149
|
+
"DeleteDBClusterAutomatedBackup": {
|
1150
|
+
"input": {
|
1151
|
+
"type": "structure",
|
1152
|
+
"required": [
|
1153
|
+
"DbClusterResourceId"
|
1154
|
+
],
|
1155
|
+
"members": {
|
1156
|
+
"DbClusterResourceId": {}
|
1157
|
+
}
|
1158
|
+
},
|
1159
|
+
"output": {
|
1160
|
+
"resultWrapper": "DeleteDBClusterAutomatedBackupResult",
|
1161
|
+
"type": "structure",
|
1162
|
+
"members": {
|
1163
|
+
"DBClusterAutomatedBackup": {
|
1164
|
+
"shape": "S5r"
|
1165
|
+
}
|
1166
|
+
}
|
1167
|
+
}
|
1168
|
+
},
|
1146
1169
|
"DeleteDBClusterEndpoint": {
|
1147
1170
|
"input": {
|
1148
1171
|
"type": "structure",
|
@@ -1229,7 +1252,7 @@
|
|
1229
1252
|
"type": "structure",
|
1230
1253
|
"members": {
|
1231
1254
|
"DBInstanceAutomatedBackup": {
|
1232
|
-
"shape": "
|
1255
|
+
"shape": "S61"
|
1233
1256
|
}
|
1234
1257
|
}
|
1235
1258
|
}
|
@@ -1436,7 +1459,7 @@
|
|
1436
1459
|
"members": {
|
1437
1460
|
"BlueGreenDeploymentIdentifier": {},
|
1438
1461
|
"Filters": {
|
1439
|
-
"shape": "
|
1462
|
+
"shape": "S6o"
|
1440
1463
|
},
|
1441
1464
|
"Marker": {},
|
1442
1465
|
"MaxRecords": {
|
@@ -1464,7 +1487,7 @@
|
|
1464
1487
|
"members": {
|
1465
1488
|
"CertificateIdentifier": {},
|
1466
1489
|
"Filters": {
|
1467
|
-
"shape": "
|
1490
|
+
"shape": "S6o"
|
1468
1491
|
},
|
1469
1492
|
"MaxRecords": {
|
1470
1493
|
"type": "integer"
|
@@ -1479,7 +1502,7 @@
|
|
1479
1502
|
"Certificates": {
|
1480
1503
|
"type": "list",
|
1481
1504
|
"member": {
|
1482
|
-
"shape": "
|
1505
|
+
"shape": "S6x",
|
1483
1506
|
"locationName": "Certificate"
|
1484
1507
|
}
|
1485
1508
|
},
|
@@ -1487,6 +1510,36 @@
|
|
1487
1510
|
}
|
1488
1511
|
}
|
1489
1512
|
},
|
1513
|
+
"DescribeDBClusterAutomatedBackups": {
|
1514
|
+
"input": {
|
1515
|
+
"type": "structure",
|
1516
|
+
"members": {
|
1517
|
+
"DbClusterResourceId": {},
|
1518
|
+
"DBClusterIdentifier": {},
|
1519
|
+
"Filters": {
|
1520
|
+
"shape": "S6o"
|
1521
|
+
},
|
1522
|
+
"MaxRecords": {
|
1523
|
+
"type": "integer"
|
1524
|
+
},
|
1525
|
+
"Marker": {}
|
1526
|
+
}
|
1527
|
+
},
|
1528
|
+
"output": {
|
1529
|
+
"resultWrapper": "DescribeDBClusterAutomatedBackupsResult",
|
1530
|
+
"type": "structure",
|
1531
|
+
"members": {
|
1532
|
+
"Marker": {},
|
1533
|
+
"DBClusterAutomatedBackups": {
|
1534
|
+
"type": "list",
|
1535
|
+
"member": {
|
1536
|
+
"shape": "S5r",
|
1537
|
+
"locationName": "DBClusterAutomatedBackup"
|
1538
|
+
}
|
1539
|
+
}
|
1540
|
+
}
|
1541
|
+
}
|
1542
|
+
},
|
1490
1543
|
"DescribeDBClusterBacktracks": {
|
1491
1544
|
"input": {
|
1492
1545
|
"type": "structure",
|
@@ -1497,7 +1550,7 @@
|
|
1497
1550
|
"DBClusterIdentifier": {},
|
1498
1551
|
"BacktrackIdentifier": {},
|
1499
1552
|
"Filters": {
|
1500
|
-
"shape": "
|
1553
|
+
"shape": "S6o"
|
1501
1554
|
},
|
1502
1555
|
"MaxRecords": {
|
1503
1556
|
"type": "integer"
|
@@ -1527,7 +1580,7 @@
|
|
1527
1580
|
"DBClusterIdentifier": {},
|
1528
1581
|
"DBClusterEndpointIdentifier": {},
|
1529
1582
|
"Filters": {
|
1530
|
-
"shape": "
|
1583
|
+
"shape": "S6o"
|
1531
1584
|
},
|
1532
1585
|
"MaxRecords": {
|
1533
1586
|
"type": "integer"
|
@@ -1556,7 +1609,7 @@
|
|
1556
1609
|
"members": {
|
1557
1610
|
"DBClusterParameterGroupName": {},
|
1558
1611
|
"Filters": {
|
1559
|
-
"shape": "
|
1612
|
+
"shape": "S6o"
|
1560
1613
|
},
|
1561
1614
|
"MaxRecords": {
|
1562
1615
|
"type": "integer"
|
@@ -1589,7 +1642,7 @@
|
|
1589
1642
|
"DBClusterParameterGroupName": {},
|
1590
1643
|
"Source": {},
|
1591
1644
|
"Filters": {
|
1592
|
-
"shape": "
|
1645
|
+
"shape": "S6o"
|
1593
1646
|
},
|
1594
1647
|
"MaxRecords": {
|
1595
1648
|
"type": "integer"
|
@@ -1602,7 +1655,7 @@
|
|
1602
1655
|
"type": "structure",
|
1603
1656
|
"members": {
|
1604
1657
|
"Parameters": {
|
1605
|
-
"shape": "
|
1658
|
+
"shape": "S7c"
|
1606
1659
|
},
|
1607
1660
|
"Marker": {}
|
1608
1661
|
}
|
@@ -1623,7 +1676,7 @@
|
|
1623
1676
|
"type": "structure",
|
1624
1677
|
"members": {
|
1625
1678
|
"DBClusterSnapshotAttributesResult": {
|
1626
|
-
"shape": "
|
1679
|
+
"shape": "S7h"
|
1627
1680
|
}
|
1628
1681
|
}
|
1629
1682
|
}
|
@@ -1636,7 +1689,7 @@
|
|
1636
1689
|
"DBClusterSnapshotIdentifier": {},
|
1637
1690
|
"SnapshotType": {},
|
1638
1691
|
"Filters": {
|
1639
|
-
"shape": "
|
1692
|
+
"shape": "S6o"
|
1640
1693
|
},
|
1641
1694
|
"MaxRecords": {
|
1642
1695
|
"type": "integer"
|
@@ -1647,7 +1700,8 @@
|
|
1647
1700
|
},
|
1648
1701
|
"IncludePublic": {
|
1649
1702
|
"type": "boolean"
|
1650
|
-
}
|
1703
|
+
},
|
1704
|
+
"DbClusterResourceId": {}
|
1651
1705
|
}
|
1652
1706
|
},
|
1653
1707
|
"output": {
|
@@ -1671,7 +1725,7 @@
|
|
1671
1725
|
"members": {
|
1672
1726
|
"DBClusterIdentifier": {},
|
1673
1727
|
"Filters": {
|
1674
|
-
"shape": "
|
1728
|
+
"shape": "S6o"
|
1675
1729
|
},
|
1676
1730
|
"MaxRecords": {
|
1677
1731
|
"type": "integer"
|
@@ -1705,7 +1759,7 @@
|
|
1705
1759
|
"EngineVersion": {},
|
1706
1760
|
"DBParameterGroupFamily": {},
|
1707
1761
|
"Filters": {
|
1708
|
-
"shape": "
|
1762
|
+
"shape": "S6o"
|
1709
1763
|
},
|
1710
1764
|
"MaxRecords": {
|
1711
1765
|
"type": "integer"
|
@@ -1747,7 +1801,7 @@
|
|
1747
1801
|
"DbiResourceId": {},
|
1748
1802
|
"DBInstanceIdentifier": {},
|
1749
1803
|
"Filters": {
|
1750
|
-
"shape": "
|
1804
|
+
"shape": "S6o"
|
1751
1805
|
},
|
1752
1806
|
"MaxRecords": {
|
1753
1807
|
"type": "integer"
|
@@ -1764,7 +1818,7 @@
|
|
1764
1818
|
"DBInstanceAutomatedBackups": {
|
1765
1819
|
"type": "list",
|
1766
1820
|
"member": {
|
1767
|
-
"shape": "
|
1821
|
+
"shape": "S61",
|
1768
1822
|
"locationName": "DBInstanceAutomatedBackup"
|
1769
1823
|
}
|
1770
1824
|
}
|
@@ -1777,7 +1831,7 @@
|
|
1777
1831
|
"members": {
|
1778
1832
|
"DBInstanceIdentifier": {},
|
1779
1833
|
"Filters": {
|
1780
|
-
"shape": "
|
1834
|
+
"shape": "S6o"
|
1781
1835
|
},
|
1782
1836
|
"MaxRecords": {
|
1783
1837
|
"type": "integer"
|
@@ -1816,7 +1870,7 @@
|
|
1816
1870
|
"type": "long"
|
1817
1871
|
},
|
1818
1872
|
"Filters": {
|
1819
|
-
"shape": "
|
1873
|
+
"shape": "S6o"
|
1820
1874
|
},
|
1821
1875
|
"MaxRecords": {
|
1822
1876
|
"type": "integer"
|
@@ -1854,7 +1908,7 @@
|
|
1854
1908
|
"members": {
|
1855
1909
|
"DBParameterGroupName": {},
|
1856
1910
|
"Filters": {
|
1857
|
-
"shape": "
|
1911
|
+
"shape": "S6o"
|
1858
1912
|
},
|
1859
1913
|
"MaxRecords": {
|
1860
1914
|
"type": "integer"
|
@@ -1887,7 +1941,7 @@
|
|
1887
1941
|
"DBParameterGroupName": {},
|
1888
1942
|
"Source": {},
|
1889
1943
|
"Filters": {
|
1890
|
-
"shape": "
|
1944
|
+
"shape": "S6o"
|
1891
1945
|
},
|
1892
1946
|
"MaxRecords": {
|
1893
1947
|
"type": "integer"
|
@@ -1900,7 +1954,7 @@
|
|
1900
1954
|
"type": "structure",
|
1901
1955
|
"members": {
|
1902
1956
|
"Parameters": {
|
1903
|
-
"shape": "
|
1957
|
+
"shape": "S7c"
|
1904
1958
|
},
|
1905
1959
|
"Marker": {}
|
1906
1960
|
}
|
@@ -1912,7 +1966,7 @@
|
|
1912
1966
|
"members": {
|
1913
1967
|
"DBProxyName": {},
|
1914
1968
|
"Filters": {
|
1915
|
-
"shape": "
|
1969
|
+
"shape": "S6o"
|
1916
1970
|
},
|
1917
1971
|
"Marker": {},
|
1918
1972
|
"MaxRecords": {
|
@@ -1941,7 +1995,7 @@
|
|
1941
1995
|
"DBProxyName": {},
|
1942
1996
|
"DBProxyEndpointName": {},
|
1943
1997
|
"Filters": {
|
1944
|
-
"shape": "
|
1998
|
+
"shape": "S6o"
|
1945
1999
|
},
|
1946
2000
|
"Marker": {},
|
1947
2001
|
"MaxRecords": {
|
@@ -1973,7 +2027,7 @@
|
|
1973
2027
|
"DBProxyName": {},
|
1974
2028
|
"TargetGroupName": {},
|
1975
2029
|
"Filters": {
|
1976
|
-
"shape": "
|
2030
|
+
"shape": "S6o"
|
1977
2031
|
},
|
1978
2032
|
"Marker": {},
|
1979
2033
|
"MaxRecords": {
|
@@ -1988,7 +2042,7 @@
|
|
1988
2042
|
"TargetGroups": {
|
1989
2043
|
"type": "list",
|
1990
2044
|
"member": {
|
1991
|
-
"shape": "
|
2045
|
+
"shape": "S8i"
|
1992
2046
|
}
|
1993
2047
|
},
|
1994
2048
|
"Marker": {}
|
@@ -2005,7 +2059,7 @@
|
|
2005
2059
|
"DBProxyName": {},
|
2006
2060
|
"TargetGroupName": {},
|
2007
2061
|
"Filters": {
|
2008
|
-
"shape": "
|
2062
|
+
"shape": "S6o"
|
2009
2063
|
},
|
2010
2064
|
"Marker": {},
|
2011
2065
|
"MaxRecords": {
|
@@ -2018,7 +2072,7 @@
|
|
2018
2072
|
"type": "structure",
|
2019
2073
|
"members": {
|
2020
2074
|
"Targets": {
|
2021
|
-
"shape": "
|
2075
|
+
"shape": "S8m"
|
2022
2076
|
},
|
2023
2077
|
"Marker": {}
|
2024
2078
|
}
|
@@ -2030,7 +2084,7 @@
|
|
2030
2084
|
"members": {
|
2031
2085
|
"DBSecurityGroupName": {},
|
2032
2086
|
"Filters": {
|
2033
|
-
"shape": "
|
2087
|
+
"shape": "S6o"
|
2034
2088
|
},
|
2035
2089
|
"MaxRecords": {
|
2036
2090
|
"type": "integer"
|
@@ -2068,7 +2122,7 @@
|
|
2068
2122
|
"type": "structure",
|
2069
2123
|
"members": {
|
2070
2124
|
"DBSnapshotAttributesResult": {
|
2071
|
-
"shape": "
|
2125
|
+
"shape": "S8y"
|
2072
2126
|
}
|
2073
2127
|
}
|
2074
2128
|
}
|
@@ -2081,7 +2135,7 @@
|
|
2081
2135
|
"DBSnapshotIdentifier": {},
|
2082
2136
|
"SnapshotType": {},
|
2083
2137
|
"Filters": {
|
2084
|
-
"shape": "
|
2138
|
+
"shape": "S6o"
|
2085
2139
|
},
|
2086
2140
|
"MaxRecords": {
|
2087
2141
|
"type": "integer"
|
@@ -2117,7 +2171,7 @@
|
|
2117
2171
|
"members": {
|
2118
2172
|
"DBSubnetGroupName": {},
|
2119
2173
|
"Filters": {
|
2120
|
-
"shape": "
|
2174
|
+
"shape": "S6o"
|
2121
2175
|
},
|
2122
2176
|
"MaxRecords": {
|
2123
2177
|
"type": "integer"
|
@@ -2149,7 +2203,7 @@
|
|
2149
2203
|
"members": {
|
2150
2204
|
"DBParameterGroupFamily": {},
|
2151
2205
|
"Filters": {
|
2152
|
-
"shape": "
|
2206
|
+
"shape": "S6o"
|
2153
2207
|
},
|
2154
2208
|
"MaxRecords": {
|
2155
2209
|
"type": "integer"
|
@@ -2162,7 +2216,7 @@
|
|
2162
2216
|
"type": "structure",
|
2163
2217
|
"members": {
|
2164
2218
|
"EngineDefaults": {
|
2165
|
-
"shape": "
|
2219
|
+
"shape": "S99"
|
2166
2220
|
}
|
2167
2221
|
}
|
2168
2222
|
}
|
@@ -2176,7 +2230,7 @@
|
|
2176
2230
|
"members": {
|
2177
2231
|
"DBParameterGroupFamily": {},
|
2178
2232
|
"Filters": {
|
2179
|
-
"shape": "
|
2233
|
+
"shape": "S6o"
|
2180
2234
|
},
|
2181
2235
|
"MaxRecords": {
|
2182
2236
|
"type": "integer"
|
@@ -2189,7 +2243,7 @@
|
|
2189
2243
|
"type": "structure",
|
2190
2244
|
"members": {
|
2191
2245
|
"EngineDefaults": {
|
2192
|
-
"shape": "
|
2246
|
+
"shape": "S99"
|
2193
2247
|
}
|
2194
2248
|
}
|
2195
2249
|
}
|
@@ -2200,7 +2254,7 @@
|
|
2200
2254
|
"members": {
|
2201
2255
|
"SourceType": {},
|
2202
2256
|
"Filters": {
|
2203
|
-
"shape": "
|
2257
|
+
"shape": "S6o"
|
2204
2258
|
}
|
2205
2259
|
}
|
2206
2260
|
},
|
@@ -2231,7 +2285,7 @@
|
|
2231
2285
|
"members": {
|
2232
2286
|
"SubscriptionName": {},
|
2233
2287
|
"Filters": {
|
2234
|
-
"shape": "
|
2288
|
+
"shape": "S6o"
|
2235
2289
|
},
|
2236
2290
|
"MaxRecords": {
|
2237
2291
|
"type": "integer"
|
@@ -2273,7 +2327,7 @@
|
|
2273
2327
|
"shape": "S8"
|
2274
2328
|
},
|
2275
2329
|
"Filters": {
|
2276
|
-
"shape": "
|
2330
|
+
"shape": "S6o"
|
2277
2331
|
},
|
2278
2332
|
"MaxRecords": {
|
2279
2333
|
"type": "integer"
|
@@ -2315,7 +2369,7 @@
|
|
2315
2369
|
"ExportTaskIdentifier": {},
|
2316
2370
|
"SourceArn": {},
|
2317
2371
|
"Filters": {
|
2318
|
-
"shape": "
|
2372
|
+
"shape": "S6o"
|
2319
2373
|
},
|
2320
2374
|
"Marker": {},
|
2321
2375
|
"MaxRecords": {
|
@@ -2345,7 +2399,7 @@
|
|
2345
2399
|
"members": {
|
2346
2400
|
"GlobalClusterIdentifier": {},
|
2347
2401
|
"Filters": {
|
2348
|
-
"shape": "
|
2402
|
+
"shape": "S6o"
|
2349
2403
|
},
|
2350
2404
|
"MaxRecords": {
|
2351
2405
|
"type": "integer"
|
@@ -2378,7 +2432,7 @@
|
|
2378
2432
|
"EngineName": {},
|
2379
2433
|
"MajorEngineVersion": {},
|
2380
2434
|
"Filters": {
|
2381
|
-
"shape": "
|
2435
|
+
"shape": "S6o"
|
2382
2436
|
},
|
2383
2437
|
"MaxRecords": {
|
2384
2438
|
"type": "integer"
|
@@ -2494,7 +2548,7 @@
|
|
2494
2548
|
"members": {
|
2495
2549
|
"OptionGroupName": {},
|
2496
2550
|
"Filters": {
|
2497
|
-
"shape": "
|
2551
|
+
"shape": "S6o"
|
2498
2552
|
},
|
2499
2553
|
"Marker": {},
|
2500
2554
|
"MaxRecords": {
|
@@ -2535,7 +2589,7 @@
|
|
2535
2589
|
"type": "boolean"
|
2536
2590
|
},
|
2537
2591
|
"Filters": {
|
2538
|
-
"shape": "
|
2592
|
+
"shape": "S6o"
|
2539
2593
|
},
|
2540
2594
|
"MaxRecords": {
|
2541
2595
|
"type": "integer"
|
@@ -2609,7 +2663,7 @@
|
|
2609
2663
|
"type": "double"
|
2610
2664
|
},
|
2611
2665
|
"AvailableProcessorFeatures": {
|
2612
|
-
"shape": "
|
2666
|
+
"shape": "Sae"
|
2613
2667
|
},
|
2614
2668
|
"SupportedEngineModes": {
|
2615
2669
|
"shape": "S2l"
|
@@ -2665,7 +2719,7 @@
|
|
2665
2719
|
"members": {
|
2666
2720
|
"ResourceIdentifier": {},
|
2667
2721
|
"Filters": {
|
2668
|
-
"shape": "
|
2722
|
+
"shape": "S6o"
|
2669
2723
|
},
|
2670
2724
|
"Marker": {},
|
2671
2725
|
"MaxRecords": {
|
@@ -2703,7 +2757,7 @@
|
|
2703
2757
|
},
|
2704
2758
|
"LeaseId": {},
|
2705
2759
|
"Filters": {
|
2706
|
-
"shape": "
|
2760
|
+
"shape": "S6o"
|
2707
2761
|
},
|
2708
2762
|
"MaxRecords": {
|
2709
2763
|
"type": "integer"
|
@@ -2719,7 +2773,7 @@
|
|
2719
2773
|
"ReservedDBInstances": {
|
2720
2774
|
"type": "list",
|
2721
2775
|
"member": {
|
2722
|
-
"shape": "
|
2776
|
+
"shape": "San",
|
2723
2777
|
"locationName": "ReservedDBInstance"
|
2724
2778
|
}
|
2725
2779
|
}
|
@@ -2739,7 +2793,7 @@
|
|
2739
2793
|
"type": "boolean"
|
2740
2794
|
},
|
2741
2795
|
"Filters": {
|
2742
|
-
"shape": "
|
2796
|
+
"shape": "S6o"
|
2743
2797
|
},
|
2744
2798
|
"MaxRecords": {
|
2745
2799
|
"type": "integer"
|
@@ -2776,7 +2830,7 @@
|
|
2776
2830
|
"type": "boolean"
|
2777
2831
|
},
|
2778
2832
|
"RecurringCharges": {
|
2779
|
-
"shape": "
|
2833
|
+
"shape": "Sap"
|
2780
2834
|
}
|
2781
2835
|
},
|
2782
2836
|
"wrapper": true
|
@@ -2795,7 +2849,7 @@
|
|
2795
2849
|
},
|
2796
2850
|
"Marker": {},
|
2797
2851
|
"Filters": {
|
2798
|
-
"shape": "
|
2852
|
+
"shape": "S6o"
|
2799
2853
|
}
|
2800
2854
|
}
|
2801
2855
|
},
|
@@ -2847,28 +2901,28 @@
|
|
2847
2901
|
"members": {
|
2848
2902
|
"StorageType": {},
|
2849
2903
|
"StorageSize": {
|
2850
|
-
"shape": "
|
2904
|
+
"shape": "Sb4"
|
2851
2905
|
},
|
2852
2906
|
"ProvisionedIops": {
|
2853
|
-
"shape": "
|
2907
|
+
"shape": "Sb4"
|
2854
2908
|
},
|
2855
2909
|
"IopsToStorageRatio": {
|
2856
|
-
"shape": "
|
2910
|
+
"shape": "Sb6"
|
2857
2911
|
},
|
2858
2912
|
"SupportsStorageAutoscaling": {
|
2859
2913
|
"type": "boolean"
|
2860
2914
|
},
|
2861
2915
|
"ProvisionedStorageThroughput": {
|
2862
|
-
"shape": "
|
2916
|
+
"shape": "Sb4"
|
2863
2917
|
},
|
2864
2918
|
"StorageThroughputToIopsRatio": {
|
2865
|
-
"shape": "
|
2919
|
+
"shape": "Sb6"
|
2866
2920
|
}
|
2867
2921
|
}
|
2868
2922
|
}
|
2869
2923
|
},
|
2870
2924
|
"ValidProcessorFeatures": {
|
2871
|
-
"shape": "
|
2925
|
+
"shape": "Sae"
|
2872
2926
|
}
|
2873
2927
|
},
|
2874
2928
|
"wrapper": true
|
@@ -2956,7 +3010,7 @@
|
|
2956
3010
|
"members": {
|
2957
3011
|
"ResourceName": {},
|
2958
3012
|
"Filters": {
|
2959
|
-
"shape": "
|
3013
|
+
"shape": "S6o"
|
2960
3014
|
}
|
2961
3015
|
}
|
2962
3016
|
},
|
@@ -3008,7 +3062,7 @@
|
|
3008
3062
|
"type": "structure",
|
3009
3063
|
"members": {
|
3010
3064
|
"Certificate": {
|
3011
|
-
"shape": "
|
3065
|
+
"shape": "S6x"
|
3012
3066
|
}
|
3013
3067
|
}
|
3014
3068
|
}
|
@@ -3100,7 +3154,7 @@
|
|
3100
3154
|
"type": "long"
|
3101
3155
|
},
|
3102
3156
|
"CloudwatchLogsExportConfiguration": {
|
3103
|
-
"shape": "
|
3157
|
+
"shape": "Sbs"
|
3104
3158
|
},
|
3105
3159
|
"EngineVersion": {},
|
3106
3160
|
"AllowMajorVersionUpgrade": {
|
@@ -3208,12 +3262,12 @@
|
|
3208
3262
|
"members": {
|
3209
3263
|
"DBClusterParameterGroupName": {},
|
3210
3264
|
"Parameters": {
|
3211
|
-
"shape": "
|
3265
|
+
"shape": "S7c"
|
3212
3266
|
}
|
3213
3267
|
}
|
3214
3268
|
},
|
3215
3269
|
"output": {
|
3216
|
-
"shape": "
|
3270
|
+
"shape": "Sbw",
|
3217
3271
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
3218
3272
|
}
|
3219
3273
|
},
|
@@ -3228,10 +3282,10 @@
|
|
3228
3282
|
"DBClusterSnapshotIdentifier": {},
|
3229
3283
|
"AttributeName": {},
|
3230
3284
|
"ValuesToAdd": {
|
3231
|
-
"shape": "
|
3285
|
+
"shape": "S7k"
|
3232
3286
|
},
|
3233
3287
|
"ValuesToRemove": {
|
3234
|
-
"shape": "
|
3288
|
+
"shape": "S7k"
|
3235
3289
|
}
|
3236
3290
|
}
|
3237
3291
|
},
|
@@ -3240,7 +3294,7 @@
|
|
3240
3294
|
"type": "structure",
|
3241
3295
|
"members": {
|
3242
3296
|
"DBClusterSnapshotAttributesResult": {
|
3243
|
-
"shape": "
|
3297
|
+
"shape": "S7h"
|
3244
3298
|
}
|
3245
3299
|
}
|
3246
3300
|
}
|
@@ -3332,7 +3386,7 @@
|
|
3332
3386
|
"type": "integer"
|
3333
3387
|
},
|
3334
3388
|
"CloudwatchLogsExportConfiguration": {
|
3335
|
-
"shape": "
|
3389
|
+
"shape": "Sbs"
|
3336
3390
|
},
|
3337
3391
|
"ProcessorFeatures": {
|
3338
3392
|
"shape": "S1c"
|
@@ -3392,12 +3446,12 @@
|
|
3392
3446
|
"members": {
|
3393
3447
|
"DBParameterGroupName": {},
|
3394
3448
|
"Parameters": {
|
3395
|
-
"shape": "
|
3449
|
+
"shape": "S7c"
|
3396
3450
|
}
|
3397
3451
|
}
|
3398
3452
|
},
|
3399
3453
|
"output": {
|
3400
|
-
"shape": "
|
3454
|
+
"shape": "Sc3",
|
3401
3455
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
3402
3456
|
}
|
3403
3457
|
},
|
@@ -3498,7 +3552,7 @@
|
|
3498
3552
|
"type": "structure",
|
3499
3553
|
"members": {
|
3500
3554
|
"DBProxyTargetGroup": {
|
3501
|
-
"shape": "
|
3555
|
+
"shape": "S8i"
|
3502
3556
|
}
|
3503
3557
|
}
|
3504
3558
|
}
|
@@ -3536,10 +3590,10 @@
|
|
3536
3590
|
"DBSnapshotIdentifier": {},
|
3537
3591
|
"AttributeName": {},
|
3538
3592
|
"ValuesToAdd": {
|
3539
|
-
"shape": "
|
3593
|
+
"shape": "S7k"
|
3540
3594
|
},
|
3541
3595
|
"ValuesToRemove": {
|
3542
|
-
"shape": "
|
3596
|
+
"shape": "S7k"
|
3543
3597
|
}
|
3544
3598
|
}
|
3545
3599
|
},
|
@@ -3548,7 +3602,7 @@
|
|
3548
3602
|
"type": "structure",
|
3549
3603
|
"members": {
|
3550
3604
|
"DBSnapshotAttributesResult": {
|
3551
|
-
"shape": "
|
3605
|
+
"shape": "S8y"
|
3552
3606
|
}
|
3553
3607
|
}
|
3554
3608
|
}
|
@@ -3754,7 +3808,7 @@
|
|
3754
3808
|
"type": "structure",
|
3755
3809
|
"members": {
|
3756
3810
|
"ReservedDBInstance": {
|
3757
|
-
"shape": "
|
3811
|
+
"shape": "San"
|
3758
3812
|
}
|
3759
3813
|
}
|
3760
3814
|
}
|
@@ -3824,7 +3878,7 @@
|
|
3824
3878
|
"type": "structure",
|
3825
3879
|
"members": {
|
3826
3880
|
"DBProxyTargets": {
|
3827
|
-
"shape": "
|
3881
|
+
"shape": "S8m"
|
3828
3882
|
}
|
3829
3883
|
}
|
3830
3884
|
}
|
@@ -3926,12 +3980,12 @@
|
|
3926
3980
|
"type": "boolean"
|
3927
3981
|
},
|
3928
3982
|
"Parameters": {
|
3929
|
-
"shape": "
|
3983
|
+
"shape": "S7c"
|
3930
3984
|
}
|
3931
3985
|
}
|
3932
3986
|
},
|
3933
3987
|
"output": {
|
3934
|
-
"shape": "
|
3988
|
+
"shape": "Sbw",
|
3935
3989
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
3936
3990
|
}
|
3937
3991
|
},
|
@@ -3947,12 +4001,12 @@
|
|
3947
4001
|
"type": "boolean"
|
3948
4002
|
},
|
3949
4003
|
"Parameters": {
|
3950
|
-
"shape": "
|
4004
|
+
"shape": "S7c"
|
3951
4005
|
}
|
3952
4006
|
}
|
3953
4007
|
},
|
3954
4008
|
"output": {
|
3955
|
-
"shape": "
|
4009
|
+
"shape": "Sc3",
|
3956
4010
|
"resultWrapper": "ResetDBParameterGroupResult"
|
3957
4011
|
}
|
3958
4012
|
},
|
@@ -4122,8 +4176,7 @@
|
|
4122
4176
|
"input": {
|
4123
4177
|
"type": "structure",
|
4124
4178
|
"required": [
|
4125
|
-
"DBClusterIdentifier"
|
4126
|
-
"SourceDBClusterIdentifier"
|
4179
|
+
"DBClusterIdentifier"
|
4127
4180
|
],
|
4128
4181
|
"members": {
|
4129
4182
|
"DBClusterIdentifier": {},
|
@@ -4180,7 +4233,8 @@
|
|
4180
4233
|
"ServerlessV2ScalingConfiguration": {
|
4181
4234
|
"shape": "S2v"
|
4182
4235
|
},
|
4183
|
-
"NetworkType": {}
|
4236
|
+
"NetworkType": {},
|
4237
|
+
"SourceDbClusterResourceId": {}
|
4184
4238
|
}
|
4185
4239
|
},
|
4186
4240
|
"output": {
|
@@ -4627,7 +4681,7 @@
|
|
4627
4681
|
"type": "structure",
|
4628
4682
|
"members": {
|
4629
4683
|
"DBInstanceAutomatedBackup": {
|
4630
|
-
"shape": "
|
4684
|
+
"shape": "S61"
|
4631
4685
|
}
|
4632
4686
|
}
|
4633
4687
|
}
|
@@ -4738,7 +4792,7 @@
|
|
4738
4792
|
"type": "structure",
|
4739
4793
|
"members": {
|
4740
4794
|
"DBInstanceAutomatedBackup": {
|
4741
|
-
"shape": "
|
4795
|
+
"shape": "S61"
|
4742
4796
|
}
|
4743
4797
|
}
|
4744
4798
|
}
|
@@ -5004,7 +5058,8 @@
|
|
5004
5058
|
"shape": "Sb"
|
5005
5059
|
},
|
5006
5060
|
"DBSystemId": {},
|
5007
|
-
"StorageType": {}
|
5061
|
+
"StorageType": {},
|
5062
|
+
"DbClusterResourceId": {}
|
5008
5063
|
},
|
5009
5064
|
"wrapper": true
|
5010
5065
|
},
|
@@ -6179,7 +6234,65 @@
|
|
6179
6234
|
},
|
6180
6235
|
"wrapper": true
|
6181
6236
|
},
|
6182
|
-
"
|
6237
|
+
"S5r": {
|
6238
|
+
"type": "structure",
|
6239
|
+
"members": {
|
6240
|
+
"Engine": {},
|
6241
|
+
"VpcId": {},
|
6242
|
+
"DBClusterAutomatedBackupsArn": {},
|
6243
|
+
"DBClusterIdentifier": {},
|
6244
|
+
"RestoreWindow": {
|
6245
|
+
"shape": "S5s"
|
6246
|
+
},
|
6247
|
+
"MasterUsername": {},
|
6248
|
+
"DbClusterResourceId": {},
|
6249
|
+
"Region": {},
|
6250
|
+
"LicenseModel": {},
|
6251
|
+
"Status": {},
|
6252
|
+
"IAMDatabaseAuthenticationEnabled": {
|
6253
|
+
"type": "boolean"
|
6254
|
+
},
|
6255
|
+
"ClusterCreateTime": {
|
6256
|
+
"type": "timestamp"
|
6257
|
+
},
|
6258
|
+
"StorageEncrypted": {
|
6259
|
+
"type": "boolean"
|
6260
|
+
},
|
6261
|
+
"AllocatedStorage": {
|
6262
|
+
"type": "integer"
|
6263
|
+
},
|
6264
|
+
"EngineVersion": {},
|
6265
|
+
"DBClusterArn": {},
|
6266
|
+
"BackupRetentionPeriod": {
|
6267
|
+
"type": "integer"
|
6268
|
+
},
|
6269
|
+
"EngineMode": {},
|
6270
|
+
"AvailabilityZones": {
|
6271
|
+
"shape": "S14"
|
6272
|
+
},
|
6273
|
+
"Port": {
|
6274
|
+
"type": "integer"
|
6275
|
+
},
|
6276
|
+
"KmsKeyId": {},
|
6277
|
+
"StorageType": {},
|
6278
|
+
"Iops": {
|
6279
|
+
"type": "integer"
|
6280
|
+
}
|
6281
|
+
},
|
6282
|
+
"wrapper": true
|
6283
|
+
},
|
6284
|
+
"S5s": {
|
6285
|
+
"type": "structure",
|
6286
|
+
"members": {
|
6287
|
+
"EarliestTime": {
|
6288
|
+
"type": "timestamp"
|
6289
|
+
},
|
6290
|
+
"LatestTime": {
|
6291
|
+
"type": "timestamp"
|
6292
|
+
}
|
6293
|
+
}
|
6294
|
+
},
|
6295
|
+
"S61": {
|
6183
6296
|
"type": "structure",
|
6184
6297
|
"members": {
|
6185
6298
|
"DBInstanceArn": {},
|
@@ -6187,15 +6300,7 @@
|
|
6187
6300
|
"Region": {},
|
6188
6301
|
"DBInstanceIdentifier": {},
|
6189
6302
|
"RestoreWindow": {
|
6190
|
-
"
|
6191
|
-
"members": {
|
6192
|
-
"EarliestTime": {
|
6193
|
-
"type": "timestamp"
|
6194
|
-
},
|
6195
|
-
"LatestTime": {
|
6196
|
-
"type": "timestamp"
|
6197
|
-
}
|
6198
|
-
}
|
6303
|
+
"shape": "S5s"
|
6199
6304
|
},
|
6200
6305
|
"AllocatedStorage": {
|
6201
6306
|
"type": "integer"
|
@@ -6241,7 +6346,7 @@
|
|
6241
6346
|
},
|
6242
6347
|
"wrapper": true
|
6243
6348
|
},
|
6244
|
-
"
|
6349
|
+
"S6o": {
|
6245
6350
|
"type": "list",
|
6246
6351
|
"member": {
|
6247
6352
|
"locationName": "Filter",
|
@@ -6261,7 +6366,7 @@
|
|
6261
6366
|
}
|
6262
6367
|
}
|
6263
6368
|
},
|
6264
|
-
"
|
6369
|
+
"S6x": {
|
6265
6370
|
"type": "structure",
|
6266
6371
|
"members": {
|
6267
6372
|
"CertificateIdentifier": {},
|
@@ -6283,7 +6388,7 @@
|
|
6283
6388
|
},
|
6284
6389
|
"wrapper": true
|
6285
6390
|
},
|
6286
|
-
"
|
6391
|
+
"S7c": {
|
6287
6392
|
"type": "list",
|
6288
6393
|
"member": {
|
6289
6394
|
"locationName": "Parameter",
|
@@ -6307,7 +6412,7 @@
|
|
6307
6412
|
}
|
6308
6413
|
}
|
6309
6414
|
},
|
6310
|
-
"
|
6415
|
+
"S7h": {
|
6311
6416
|
"type": "structure",
|
6312
6417
|
"members": {
|
6313
6418
|
"DBClusterSnapshotIdentifier": {},
|
@@ -6319,7 +6424,7 @@
|
|
6319
6424
|
"members": {
|
6320
6425
|
"AttributeName": {},
|
6321
6426
|
"AttributeValues": {
|
6322
|
-
"shape": "
|
6427
|
+
"shape": "S7k"
|
6323
6428
|
}
|
6324
6429
|
}
|
6325
6430
|
}
|
@@ -6327,13 +6432,13 @@
|
|
6327
6432
|
},
|
6328
6433
|
"wrapper": true
|
6329
6434
|
},
|
6330
|
-
"
|
6435
|
+
"S7k": {
|
6331
6436
|
"type": "list",
|
6332
6437
|
"member": {
|
6333
6438
|
"locationName": "AttributeValue"
|
6334
6439
|
}
|
6335
6440
|
},
|
6336
|
-
"
|
6441
|
+
"S8i": {
|
6337
6442
|
"type": "structure",
|
6338
6443
|
"members": {
|
6339
6444
|
"DBProxyName": {},
|
@@ -6369,7 +6474,7 @@
|
|
6369
6474
|
}
|
6370
6475
|
}
|
6371
6476
|
},
|
6372
|
-
"
|
6477
|
+
"S8m": {
|
6373
6478
|
"type": "list",
|
6374
6479
|
"member": {
|
6375
6480
|
"type": "structure",
|
@@ -6394,7 +6499,7 @@
|
|
6394
6499
|
}
|
6395
6500
|
}
|
6396
6501
|
},
|
6397
|
-
"
|
6502
|
+
"S8y": {
|
6398
6503
|
"type": "structure",
|
6399
6504
|
"members": {
|
6400
6505
|
"DBSnapshotIdentifier": {},
|
@@ -6406,7 +6511,7 @@
|
|
6406
6511
|
"members": {
|
6407
6512
|
"AttributeName": {},
|
6408
6513
|
"AttributeValues": {
|
6409
|
-
"shape": "
|
6514
|
+
"shape": "S7k"
|
6410
6515
|
}
|
6411
6516
|
},
|
6412
6517
|
"wrapper": true
|
@@ -6415,18 +6520,18 @@
|
|
6415
6520
|
},
|
6416
6521
|
"wrapper": true
|
6417
6522
|
},
|
6418
|
-
"
|
6523
|
+
"S99": {
|
6419
6524
|
"type": "structure",
|
6420
6525
|
"members": {
|
6421
6526
|
"DBParameterGroupFamily": {},
|
6422
6527
|
"Marker": {},
|
6423
6528
|
"Parameters": {
|
6424
|
-
"shape": "
|
6529
|
+
"shape": "S7c"
|
6425
6530
|
}
|
6426
6531
|
},
|
6427
6532
|
"wrapper": true
|
6428
6533
|
},
|
6429
|
-
"
|
6534
|
+
"Sae": {
|
6430
6535
|
"type": "list",
|
6431
6536
|
"member": {
|
6432
6537
|
"locationName": "AvailableProcessorFeature",
|
@@ -6438,7 +6543,7 @@
|
|
6438
6543
|
}
|
6439
6544
|
}
|
6440
6545
|
},
|
6441
|
-
"
|
6546
|
+
"San": {
|
6442
6547
|
"type": "structure",
|
6443
6548
|
"members": {
|
6444
6549
|
"ReservedDBInstanceId": {},
|
@@ -6467,14 +6572,14 @@
|
|
6467
6572
|
},
|
6468
6573
|
"State": {},
|
6469
6574
|
"RecurringCharges": {
|
6470
|
-
"shape": "
|
6575
|
+
"shape": "Sap"
|
6471
6576
|
},
|
6472
6577
|
"ReservedDBInstanceArn": {},
|
6473
6578
|
"LeaseId": {}
|
6474
6579
|
},
|
6475
6580
|
"wrapper": true
|
6476
6581
|
},
|
6477
|
-
"
|
6582
|
+
"Sap": {
|
6478
6583
|
"type": "list",
|
6479
6584
|
"member": {
|
6480
6585
|
"locationName": "RecurringCharge",
|
@@ -6488,7 +6593,7 @@
|
|
6488
6593
|
"wrapper": true
|
6489
6594
|
}
|
6490
6595
|
},
|
6491
|
-
"
|
6596
|
+
"Sb4": {
|
6492
6597
|
"type": "list",
|
6493
6598
|
"member": {
|
6494
6599
|
"locationName": "Range",
|
@@ -6506,7 +6611,7 @@
|
|
6506
6611
|
}
|
6507
6612
|
}
|
6508
6613
|
},
|
6509
|
-
"
|
6614
|
+
"Sb6": {
|
6510
6615
|
"type": "list",
|
6511
6616
|
"member": {
|
6512
6617
|
"locationName": "DoubleRange",
|
@@ -6521,7 +6626,7 @@
|
|
6521
6626
|
}
|
6522
6627
|
}
|
6523
6628
|
},
|
6524
|
-
"
|
6629
|
+
"Sbs": {
|
6525
6630
|
"type": "structure",
|
6526
6631
|
"members": {
|
6527
6632
|
"EnableLogTypes": {
|
@@ -6532,13 +6637,13 @@
|
|
6532
6637
|
}
|
6533
6638
|
}
|
6534
6639
|
},
|
6535
|
-
"
|
6640
|
+
"Sbw": {
|
6536
6641
|
"type": "structure",
|
6537
6642
|
"members": {
|
6538
6643
|
"DBClusterParameterGroupName": {}
|
6539
6644
|
}
|
6540
6645
|
},
|
6541
|
-
"
|
6646
|
+
"Sc3": {
|
6542
6647
|
"type": "structure",
|
6543
6648
|
"members": {
|
6544
6649
|
"DBParameterGroupName": {}
|