cdk-lambda-subminute 2.0.291 → 2.0.292

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.
@@ -699,6 +699,9 @@
699
699
  "DBSystemId": {},
700
700
  "DedicatedLogVolume": {
701
701
  "type": "boolean"
702
+ },
703
+ "MultiTenant": {
704
+ "type": "boolean"
702
705
  }
703
706
  }
704
707
  },
@@ -1125,6 +1128,39 @@
1125
1128
  }
1126
1129
  }
1127
1130
  },
1131
+ "CreateTenantDatabase": {
1132
+ "input": {
1133
+ "type": "structure",
1134
+ "required": [
1135
+ "DBInstanceIdentifier",
1136
+ "TenantDBName",
1137
+ "MasterUsername",
1138
+ "MasterUserPassword"
1139
+ ],
1140
+ "members": {
1141
+ "DBInstanceIdentifier": {},
1142
+ "TenantDBName": {},
1143
+ "MasterUsername": {},
1144
+ "MasterUserPassword": {
1145
+ "shape": "S5y"
1146
+ },
1147
+ "CharacterSetName": {},
1148
+ "NcharCharacterSetName": {},
1149
+ "Tags": {
1150
+ "shape": "Sb"
1151
+ }
1152
+ }
1153
+ },
1154
+ "output": {
1155
+ "resultWrapper": "CreateTenantDatabaseResult",
1156
+ "type": "structure",
1157
+ "members": {
1158
+ "TenantDatabase": {
1159
+ "shape": "S60"
1160
+ }
1161
+ }
1162
+ }
1163
+ },
1128
1164
  "DeleteBlueGreenDeployment": {
1129
1165
  "input": {
1130
1166
  "type": "structure",
@@ -1207,7 +1243,7 @@
1207
1243
  "type": "structure",
1208
1244
  "members": {
1209
1245
  "DBClusterAutomatedBackup": {
1210
- "shape": "S64"
1246
+ "shape": "S69"
1211
1247
  }
1212
1248
  }
1213
1249
  }
@@ -1298,7 +1334,7 @@
1298
1334
  "type": "structure",
1299
1335
  "members": {
1300
1336
  "DBInstanceAutomatedBackup": {
1301
- "shape": "S6e"
1337
+ "shape": "S6j"
1302
1338
  }
1303
1339
  }
1304
1340
  }
@@ -1462,6 +1498,32 @@
1462
1498
  }
1463
1499
  }
1464
1500
  },
1501
+ "DeleteTenantDatabase": {
1502
+ "input": {
1503
+ "type": "structure",
1504
+ "required": [
1505
+ "DBInstanceIdentifier",
1506
+ "TenantDBName"
1507
+ ],
1508
+ "members": {
1509
+ "DBInstanceIdentifier": {},
1510
+ "TenantDBName": {},
1511
+ "SkipFinalSnapshot": {
1512
+ "type": "boolean"
1513
+ },
1514
+ "FinalDBSnapshotIdentifier": {}
1515
+ }
1516
+ },
1517
+ "output": {
1518
+ "resultWrapper": "DeleteTenantDatabaseResult",
1519
+ "type": "structure",
1520
+ "members": {
1521
+ "TenantDatabase": {
1522
+ "shape": "S60"
1523
+ }
1524
+ }
1525
+ }
1526
+ },
1465
1527
  "DeregisterDBProxyTargets": {
1466
1528
  "input": {
1467
1529
  "type": "structure",
@@ -1520,7 +1582,7 @@
1520
1582
  "members": {
1521
1583
  "BlueGreenDeploymentIdentifier": {},
1522
1584
  "Filters": {
1523
- "shape": "S73"
1585
+ "shape": "S7a"
1524
1586
  },
1525
1587
  "Marker": {},
1526
1588
  "MaxRecords": {
@@ -1548,7 +1610,7 @@
1548
1610
  "members": {
1549
1611
  "CertificateIdentifier": {},
1550
1612
  "Filters": {
1551
- "shape": "S73"
1613
+ "shape": "S7a"
1552
1614
  },
1553
1615
  "MaxRecords": {
1554
1616
  "type": "integer"
@@ -1564,7 +1626,7 @@
1564
1626
  "Certificates": {
1565
1627
  "type": "list",
1566
1628
  "member": {
1567
- "shape": "S7c",
1629
+ "shape": "S7j",
1568
1630
  "locationName": "Certificate"
1569
1631
  }
1570
1632
  },
@@ -1579,7 +1641,7 @@
1579
1641
  "DbClusterResourceId": {},
1580
1642
  "DBClusterIdentifier": {},
1581
1643
  "Filters": {
1582
- "shape": "S73"
1644
+ "shape": "S7a"
1583
1645
  },
1584
1646
  "MaxRecords": {
1585
1647
  "type": "integer"
@@ -1595,7 +1657,7 @@
1595
1657
  "DBClusterAutomatedBackups": {
1596
1658
  "type": "list",
1597
1659
  "member": {
1598
- "shape": "S64",
1660
+ "shape": "S69",
1599
1661
  "locationName": "DBClusterAutomatedBackup"
1600
1662
  }
1601
1663
  }
@@ -1612,7 +1674,7 @@
1612
1674
  "DBClusterIdentifier": {},
1613
1675
  "BacktrackIdentifier": {},
1614
1676
  "Filters": {
1615
- "shape": "S73"
1677
+ "shape": "S7a"
1616
1678
  },
1617
1679
  "MaxRecords": {
1618
1680
  "type": "integer"
@@ -1642,7 +1704,7 @@
1642
1704
  "DBClusterIdentifier": {},
1643
1705
  "DBClusterEndpointIdentifier": {},
1644
1706
  "Filters": {
1645
- "shape": "S73"
1707
+ "shape": "S7a"
1646
1708
  },
1647
1709
  "MaxRecords": {
1648
1710
  "type": "integer"
@@ -1671,7 +1733,7 @@
1671
1733
  "members": {
1672
1734
  "DBClusterParameterGroupName": {},
1673
1735
  "Filters": {
1674
- "shape": "S73"
1736
+ "shape": "S7a"
1675
1737
  },
1676
1738
  "MaxRecords": {
1677
1739
  "type": "integer"
@@ -1704,7 +1766,7 @@
1704
1766
  "DBClusterParameterGroupName": {},
1705
1767
  "Source": {},
1706
1768
  "Filters": {
1707
- "shape": "S73"
1769
+ "shape": "S7a"
1708
1770
  },
1709
1771
  "MaxRecords": {
1710
1772
  "type": "integer"
@@ -1717,7 +1779,7 @@
1717
1779
  "type": "structure",
1718
1780
  "members": {
1719
1781
  "Parameters": {
1720
- "shape": "S7r"
1782
+ "shape": "S7y"
1721
1783
  },
1722
1784
  "Marker": {}
1723
1785
  }
@@ -1738,7 +1800,7 @@
1738
1800
  "type": "structure",
1739
1801
  "members": {
1740
1802
  "DBClusterSnapshotAttributesResult": {
1741
- "shape": "S7w"
1803
+ "shape": "S83"
1742
1804
  }
1743
1805
  }
1744
1806
  }
@@ -1751,7 +1813,7 @@
1751
1813
  "DBClusterSnapshotIdentifier": {},
1752
1814
  "SnapshotType": {},
1753
1815
  "Filters": {
1754
- "shape": "S73"
1816
+ "shape": "S7a"
1755
1817
  },
1756
1818
  "MaxRecords": {
1757
1819
  "type": "integer"
@@ -1787,7 +1849,7 @@
1787
1849
  "members": {
1788
1850
  "DBClusterIdentifier": {},
1789
1851
  "Filters": {
1790
- "shape": "S73"
1852
+ "shape": "S7a"
1791
1853
  },
1792
1854
  "MaxRecords": {
1793
1855
  "type": "integer"
@@ -1821,7 +1883,7 @@
1821
1883
  "EngineVersion": {},
1822
1884
  "DBParameterGroupFamily": {},
1823
1885
  "Filters": {
1824
- "shape": "S73"
1886
+ "shape": "S7a"
1825
1887
  },
1826
1888
  "MaxRecords": {
1827
1889
  "type": "integer"
@@ -1863,7 +1925,7 @@
1863
1925
  "DbiResourceId": {},
1864
1926
  "DBInstanceIdentifier": {},
1865
1927
  "Filters": {
1866
- "shape": "S73"
1928
+ "shape": "S7a"
1867
1929
  },
1868
1930
  "MaxRecords": {
1869
1931
  "type": "integer"
@@ -1880,7 +1942,7 @@
1880
1942
  "DBInstanceAutomatedBackups": {
1881
1943
  "type": "list",
1882
1944
  "member": {
1883
- "shape": "S6e",
1945
+ "shape": "S6j",
1884
1946
  "locationName": "DBInstanceAutomatedBackup"
1885
1947
  }
1886
1948
  }
@@ -1893,7 +1955,7 @@
1893
1955
  "members": {
1894
1956
  "DBInstanceIdentifier": {},
1895
1957
  "Filters": {
1896
- "shape": "S73"
1958
+ "shape": "S7a"
1897
1959
  },
1898
1960
  "MaxRecords": {
1899
1961
  "type": "integer"
@@ -1932,7 +1994,7 @@
1932
1994
  "type": "long"
1933
1995
  },
1934
1996
  "Filters": {
1935
- "shape": "S73"
1997
+ "shape": "S7a"
1936
1998
  },
1937
1999
  "MaxRecords": {
1938
2000
  "type": "integer"
@@ -1970,7 +2032,7 @@
1970
2032
  "members": {
1971
2033
  "DBParameterGroupName": {},
1972
2034
  "Filters": {
1973
- "shape": "S73"
2035
+ "shape": "S7a"
1974
2036
  },
1975
2037
  "MaxRecords": {
1976
2038
  "type": "integer"
@@ -2003,7 +2065,7 @@
2003
2065
  "DBParameterGroupName": {},
2004
2066
  "Source": {},
2005
2067
  "Filters": {
2006
- "shape": "S73"
2068
+ "shape": "S7a"
2007
2069
  },
2008
2070
  "MaxRecords": {
2009
2071
  "type": "integer"
@@ -2016,7 +2078,7 @@
2016
2078
  "type": "structure",
2017
2079
  "members": {
2018
2080
  "Parameters": {
2019
- "shape": "S7r"
2081
+ "shape": "S7y"
2020
2082
  },
2021
2083
  "Marker": {}
2022
2084
  }
@@ -2028,7 +2090,7 @@
2028
2090
  "members": {
2029
2091
  "DBProxyName": {},
2030
2092
  "Filters": {
2031
- "shape": "S73"
2093
+ "shape": "S7a"
2032
2094
  },
2033
2095
  "Marker": {},
2034
2096
  "MaxRecords": {
@@ -2057,7 +2119,7 @@
2057
2119
  "DBProxyName": {},
2058
2120
  "DBProxyEndpointName": {},
2059
2121
  "Filters": {
2060
- "shape": "S73"
2122
+ "shape": "S7a"
2061
2123
  },
2062
2124
  "Marker": {},
2063
2125
  "MaxRecords": {
@@ -2089,7 +2151,7 @@
2089
2151
  "DBProxyName": {},
2090
2152
  "TargetGroupName": {},
2091
2153
  "Filters": {
2092
- "shape": "S73"
2154
+ "shape": "S7a"
2093
2155
  },
2094
2156
  "Marker": {},
2095
2157
  "MaxRecords": {
@@ -2104,7 +2166,7 @@
2104
2166
  "TargetGroups": {
2105
2167
  "type": "list",
2106
2168
  "member": {
2107
- "shape": "S8x"
2169
+ "shape": "S94"
2108
2170
  }
2109
2171
  },
2110
2172
  "Marker": {}
@@ -2121,7 +2183,7 @@
2121
2183
  "DBProxyName": {},
2122
2184
  "TargetGroupName": {},
2123
2185
  "Filters": {
2124
- "shape": "S73"
2186
+ "shape": "S7a"
2125
2187
  },
2126
2188
  "Marker": {},
2127
2189
  "MaxRecords": {
@@ -2134,7 +2196,7 @@
2134
2196
  "type": "structure",
2135
2197
  "members": {
2136
2198
  "Targets": {
2137
- "shape": "S91"
2199
+ "shape": "S98"
2138
2200
  },
2139
2201
  "Marker": {}
2140
2202
  }
@@ -2146,7 +2208,7 @@
2146
2208
  "members": {
2147
2209
  "DBSecurityGroupName": {},
2148
2210
  "Filters": {
2149
- "shape": "S73"
2211
+ "shape": "S7a"
2150
2212
  },
2151
2213
  "MaxRecords": {
2152
2214
  "type": "integer"
@@ -2184,7 +2246,59 @@
2184
2246
  "type": "structure",
2185
2247
  "members": {
2186
2248
  "DBSnapshotAttributesResult": {
2187
- "shape": "S9d"
2249
+ "shape": "S9k"
2250
+ }
2251
+ }
2252
+ }
2253
+ },
2254
+ "DescribeDBSnapshotTenantDatabases": {
2255
+ "input": {
2256
+ "type": "structure",
2257
+ "members": {
2258
+ "DBInstanceIdentifier": {},
2259
+ "DBSnapshotIdentifier": {},
2260
+ "SnapshotType": {},
2261
+ "Filters": {
2262
+ "shape": "S7a"
2263
+ },
2264
+ "MaxRecords": {
2265
+ "type": "integer"
2266
+ },
2267
+ "Marker": {},
2268
+ "DbiResourceId": {}
2269
+ }
2270
+ },
2271
+ "output": {
2272
+ "resultWrapper": "DescribeDBSnapshotTenantDatabasesResult",
2273
+ "type": "structure",
2274
+ "members": {
2275
+ "Marker": {},
2276
+ "DBSnapshotTenantDatabases": {
2277
+ "type": "list",
2278
+ "member": {
2279
+ "locationName": "DBSnapshotTenantDatabase",
2280
+ "type": "structure",
2281
+ "members": {
2282
+ "DBSnapshotIdentifier": {},
2283
+ "DBInstanceIdentifier": {},
2284
+ "DbiResourceId": {},
2285
+ "EngineName": {},
2286
+ "SnapshotType": {},
2287
+ "TenantDatabaseCreateTime": {
2288
+ "type": "timestamp"
2289
+ },
2290
+ "TenantDBName": {},
2291
+ "MasterUsername": {},
2292
+ "TenantDatabaseResourceId": {},
2293
+ "CharacterSetName": {},
2294
+ "DBSnapshotTenantDatabaseARN": {},
2295
+ "NcharCharacterSetName": {},
2296
+ "TagList": {
2297
+ "shape": "Sb"
2298
+ }
2299
+ },
2300
+ "wrapper": true
2301
+ }
2188
2302
  }
2189
2303
  }
2190
2304
  }
@@ -2197,7 +2311,7 @@
2197
2311
  "DBSnapshotIdentifier": {},
2198
2312
  "SnapshotType": {},
2199
2313
  "Filters": {
2200
- "shape": "S73"
2314
+ "shape": "S7a"
2201
2315
  },
2202
2316
  "MaxRecords": {
2203
2317
  "type": "integer"
@@ -2233,7 +2347,7 @@
2233
2347
  "members": {
2234
2348
  "DBSubnetGroupName": {},
2235
2349
  "Filters": {
2236
- "shape": "S73"
2350
+ "shape": "S7a"
2237
2351
  },
2238
2352
  "MaxRecords": {
2239
2353
  "type": "integer"
@@ -2265,7 +2379,7 @@
2265
2379
  "members": {
2266
2380
  "DBParameterGroupFamily": {},
2267
2381
  "Filters": {
2268
- "shape": "S73"
2382
+ "shape": "S7a"
2269
2383
  },
2270
2384
  "MaxRecords": {
2271
2385
  "type": "integer"
@@ -2278,7 +2392,7 @@
2278
2392
  "type": "structure",
2279
2393
  "members": {
2280
2394
  "EngineDefaults": {
2281
- "shape": "S9o"
2395
+ "shape": "S9z"
2282
2396
  }
2283
2397
  }
2284
2398
  }
@@ -2292,7 +2406,7 @@
2292
2406
  "members": {
2293
2407
  "DBParameterGroupFamily": {},
2294
2408
  "Filters": {
2295
- "shape": "S73"
2409
+ "shape": "S7a"
2296
2410
  },
2297
2411
  "MaxRecords": {
2298
2412
  "type": "integer"
@@ -2305,7 +2419,7 @@
2305
2419
  "type": "structure",
2306
2420
  "members": {
2307
2421
  "EngineDefaults": {
2308
- "shape": "S9o"
2422
+ "shape": "S9z"
2309
2423
  }
2310
2424
  }
2311
2425
  }
@@ -2316,7 +2430,7 @@
2316
2430
  "members": {
2317
2431
  "SourceType": {},
2318
2432
  "Filters": {
2319
- "shape": "S73"
2433
+ "shape": "S7a"
2320
2434
  }
2321
2435
  }
2322
2436
  },
@@ -2347,7 +2461,7 @@
2347
2461
  "members": {
2348
2462
  "SubscriptionName": {},
2349
2463
  "Filters": {
2350
- "shape": "S73"
2464
+ "shape": "S7a"
2351
2465
  },
2352
2466
  "MaxRecords": {
2353
2467
  "type": "integer"
@@ -2389,7 +2503,7 @@
2389
2503
  "shape": "S8"
2390
2504
  },
2391
2505
  "Filters": {
2392
- "shape": "S73"
2506
+ "shape": "S7a"
2393
2507
  },
2394
2508
  "MaxRecords": {
2395
2509
  "type": "integer"
@@ -2431,7 +2545,7 @@
2431
2545
  "ExportTaskIdentifier": {},
2432
2546
  "SourceArn": {},
2433
2547
  "Filters": {
2434
- "shape": "S73"
2548
+ "shape": "S7a"
2435
2549
  },
2436
2550
  "Marker": {},
2437
2551
  "MaxRecords": {
@@ -2461,7 +2575,7 @@
2461
2575
  "members": {
2462
2576
  "GlobalClusterIdentifier": {},
2463
2577
  "Filters": {
2464
- "shape": "S73"
2578
+ "shape": "S7a"
2465
2579
  },
2466
2580
  "MaxRecords": {
2467
2581
  "type": "integer"
@@ -2490,7 +2604,7 @@
2490
2604
  "members": {
2491
2605
  "IntegrationIdentifier": {},
2492
2606
  "Filters": {
2493
- "shape": "S73"
2607
+ "shape": "S7a"
2494
2608
  },
2495
2609
  "MaxRecords": {
2496
2610
  "type": "integer"
@@ -2523,7 +2637,7 @@
2523
2637
  "EngineName": {},
2524
2638
  "MajorEngineVersion": {},
2525
2639
  "Filters": {
2526
- "shape": "S73"
2640
+ "shape": "S7a"
2527
2641
  },
2528
2642
  "MaxRecords": {
2529
2643
  "type": "integer"
@@ -2639,7 +2753,7 @@
2639
2753
  "members": {
2640
2754
  "OptionGroupName": {},
2641
2755
  "Filters": {
2642
- "shape": "S73"
2756
+ "shape": "S7a"
2643
2757
  },
2644
2758
  "Marker": {},
2645
2759
  "MaxRecords": {
@@ -2680,7 +2794,7 @@
2680
2794
  "type": "boolean"
2681
2795
  },
2682
2796
  "Filters": {
2683
- "shape": "S73"
2797
+ "shape": "S7a"
2684
2798
  },
2685
2799
  "MaxRecords": {
2686
2800
  "type": "integer"
@@ -2754,7 +2868,7 @@
2754
2868
  "type": "double"
2755
2869
  },
2756
2870
  "AvailableProcessorFeatures": {
2757
- "shape": "Sax"
2871
+ "shape": "Sb8"
2758
2872
  },
2759
2873
  "SupportedEngineModes": {
2760
2874
  "shape": "S2m"
@@ -2813,7 +2927,7 @@
2813
2927
  "members": {
2814
2928
  "ResourceIdentifier": {},
2815
2929
  "Filters": {
2816
- "shape": "S73"
2930
+ "shape": "S7a"
2817
2931
  },
2818
2932
  "Marker": {},
2819
2933
  "MaxRecords": {
@@ -2851,7 +2965,7 @@
2851
2965
  },
2852
2966
  "LeaseId": {},
2853
2967
  "Filters": {
2854
- "shape": "S73"
2968
+ "shape": "S7a"
2855
2969
  },
2856
2970
  "MaxRecords": {
2857
2971
  "type": "integer"
@@ -2867,7 +2981,7 @@
2867
2981
  "ReservedDBInstances": {
2868
2982
  "type": "list",
2869
2983
  "member": {
2870
- "shape": "Sb6",
2984
+ "shape": "Sbh",
2871
2985
  "locationName": "ReservedDBInstance"
2872
2986
  }
2873
2987
  }
@@ -2887,7 +3001,7 @@
2887
3001
  "type": "boolean"
2888
3002
  },
2889
3003
  "Filters": {
2890
- "shape": "S73"
3004
+ "shape": "S7a"
2891
3005
  },
2892
3006
  "MaxRecords": {
2893
3007
  "type": "integer"
@@ -2924,7 +3038,7 @@
2924
3038
  "type": "boolean"
2925
3039
  },
2926
3040
  "RecurringCharges": {
2927
- "shape": "Sb8"
3041
+ "shape": "Sbj"
2928
3042
  }
2929
3043
  },
2930
3044
  "wrapper": true
@@ -2943,7 +3057,7 @@
2943
3057
  },
2944
3058
  "Marker": {},
2945
3059
  "Filters": {
2946
- "shape": "S73"
3060
+ "shape": "S7a"
2947
3061
  }
2948
3062
  }
2949
3063
  },
@@ -2970,6 +3084,36 @@
2970
3084
  }
2971
3085
  }
2972
3086
  },
3087
+ "DescribeTenantDatabases": {
3088
+ "input": {
3089
+ "type": "structure",
3090
+ "members": {
3091
+ "DBInstanceIdentifier": {},
3092
+ "TenantDBName": {},
3093
+ "Filters": {
3094
+ "shape": "S7a"
3095
+ },
3096
+ "Marker": {},
3097
+ "MaxRecords": {
3098
+ "type": "integer"
3099
+ }
3100
+ }
3101
+ },
3102
+ "output": {
3103
+ "resultWrapper": "DescribeTenantDatabasesResult",
3104
+ "type": "structure",
3105
+ "members": {
3106
+ "Marker": {},
3107
+ "TenantDatabases": {
3108
+ "type": "list",
3109
+ "member": {
3110
+ "shape": "S60",
3111
+ "locationName": "TenantDatabase"
3112
+ }
3113
+ }
3114
+ }
3115
+ }
3116
+ },
2973
3117
  "DescribeValidDBInstanceModifications": {
2974
3118
  "input": {
2975
3119
  "type": "structure",
@@ -2995,28 +3139,28 @@
2995
3139
  "members": {
2996
3140
  "StorageType": {},
2997
3141
  "StorageSize": {
2998
- "shape": "Sbn"
3142
+ "shape": "Sc1"
2999
3143
  },
3000
3144
  "ProvisionedIops": {
3001
- "shape": "Sbn"
3145
+ "shape": "Sc1"
3002
3146
  },
3003
3147
  "IopsToStorageRatio": {
3004
- "shape": "Sbp"
3148
+ "shape": "Sc3"
3005
3149
  },
3006
3150
  "SupportsStorageAutoscaling": {
3007
3151
  "type": "boolean"
3008
3152
  },
3009
3153
  "ProvisionedStorageThroughput": {
3010
- "shape": "Sbn"
3154
+ "shape": "Sc1"
3011
3155
  },
3012
3156
  "StorageThroughputToIopsRatio": {
3013
- "shape": "Sbp"
3157
+ "shape": "Sc3"
3014
3158
  }
3015
3159
  }
3016
3160
  }
3017
3161
  },
3018
3162
  "ValidProcessorFeatures": {
3019
- "shape": "Sax"
3163
+ "shape": "Sb8"
3020
3164
  },
3021
3165
  "SupportsDedicatedLogVolume": {
3022
3166
  "type": "boolean"
@@ -3113,7 +3257,7 @@
3113
3257
  "members": {
3114
3258
  "ResourceName": {},
3115
3259
  "Filters": {
3116
- "shape": "S73"
3260
+ "shape": "S7a"
3117
3261
  }
3118
3262
  }
3119
3263
  },
@@ -3165,7 +3309,7 @@
3165
3309
  "type": "structure",
3166
3310
  "members": {
3167
3311
  "Certificate": {
3168
- "shape": "S7c"
3312
+ "shape": "S7j"
3169
3313
  }
3170
3314
  }
3171
3315
  }
@@ -3257,7 +3401,7 @@
3257
3401
  "type": "long"
3258
3402
  },
3259
3403
  "CloudwatchLogsExportConfiguration": {
3260
- "shape": "Scb"
3404
+ "shape": "Scp"
3261
3405
  },
3262
3406
  "EngineVersion": {},
3263
3407
  "AllowMajorVersionUpgrade": {
@@ -3366,12 +3510,12 @@
3366
3510
  "members": {
3367
3511
  "DBClusterParameterGroupName": {},
3368
3512
  "Parameters": {
3369
- "shape": "S7r"
3513
+ "shape": "S7y"
3370
3514
  }
3371
3515
  }
3372
3516
  },
3373
3517
  "output": {
3374
- "shape": "Scg",
3518
+ "shape": "Scu",
3375
3519
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
3376
3520
  }
3377
3521
  },
@@ -3386,10 +3530,10 @@
3386
3530
  "DBClusterSnapshotIdentifier": {},
3387
3531
  "AttributeName": {},
3388
3532
  "ValuesToAdd": {
3389
- "shape": "S7z"
3533
+ "shape": "S86"
3390
3534
  },
3391
3535
  "ValuesToRemove": {
3392
- "shape": "S7z"
3536
+ "shape": "S86"
3393
3537
  }
3394
3538
  }
3395
3539
  },
@@ -3398,7 +3542,7 @@
3398
3542
  "type": "structure",
3399
3543
  "members": {
3400
3544
  "DBClusterSnapshotAttributesResult": {
3401
- "shape": "S7w"
3545
+ "shape": "S83"
3402
3546
  }
3403
3547
  }
3404
3548
  }
@@ -3490,7 +3634,7 @@
3490
3634
  "type": "integer"
3491
3635
  },
3492
3636
  "CloudwatchLogsExportConfiguration": {
3493
- "shape": "Scb"
3637
+ "shape": "Scp"
3494
3638
  },
3495
3639
  "ProcessorFeatures": {
3496
3640
  "shape": "S1c"
@@ -3530,6 +3674,9 @@
3530
3674
  "Engine": {},
3531
3675
  "DedicatedLogVolume": {
3532
3676
  "type": "boolean"
3677
+ },
3678
+ "MultiTenant": {
3679
+ "type": "boolean"
3533
3680
  }
3534
3681
  }
3535
3682
  },
@@ -3553,12 +3700,12 @@
3553
3700
  "members": {
3554
3701
  "DBParameterGroupName": {},
3555
3702
  "Parameters": {
3556
- "shape": "S7r"
3703
+ "shape": "S7y"
3557
3704
  }
3558
3705
  }
3559
3706
  },
3560
3707
  "output": {
3561
- "shape": "Scm",
3708
+ "shape": "Sd0",
3562
3709
  "resultWrapper": "ModifyDBParameterGroupResult"
3563
3710
  }
3564
3711
  },
@@ -3659,7 +3806,7 @@
3659
3806
  "type": "structure",
3660
3807
  "members": {
3661
3808
  "DBProxyTargetGroup": {
3662
- "shape": "S8x"
3809
+ "shape": "S94"
3663
3810
  }
3664
3811
  }
3665
3812
  }
@@ -3697,10 +3844,10 @@
3697
3844
  "DBSnapshotIdentifier": {},
3698
3845
  "AttributeName": {},
3699
3846
  "ValuesToAdd": {
3700
- "shape": "S7z"
3847
+ "shape": "S86"
3701
3848
  },
3702
3849
  "ValuesToRemove": {
3703
- "shape": "S7z"
3850
+ "shape": "S86"
3704
3851
  }
3705
3852
  }
3706
3853
  },
@@ -3709,7 +3856,7 @@
3709
3856
  "type": "structure",
3710
3857
  "members": {
3711
3858
  "DBSnapshotAttributesResult": {
3712
- "shape": "S9d"
3859
+ "shape": "S9k"
3713
3860
  }
3714
3861
  }
3715
3862
  }
@@ -3849,6 +3996,32 @@
3849
3996
  }
3850
3997
  }
3851
3998
  },
3999
+ "ModifyTenantDatabase": {
4000
+ "input": {
4001
+ "type": "structure",
4002
+ "required": [
4003
+ "DBInstanceIdentifier",
4004
+ "TenantDBName"
4005
+ ],
4006
+ "members": {
4007
+ "DBInstanceIdentifier": {},
4008
+ "TenantDBName": {},
4009
+ "MasterUserPassword": {
4010
+ "shape": "S5y"
4011
+ },
4012
+ "NewTenantDBName": {}
4013
+ }
4014
+ },
4015
+ "output": {
4016
+ "resultWrapper": "ModifyTenantDatabaseResult",
4017
+ "type": "structure",
4018
+ "members": {
4019
+ "TenantDatabase": {
4020
+ "shape": "S60"
4021
+ }
4022
+ }
4023
+ }
4024
+ },
3852
4025
  "PromoteReadReplica": {
3853
4026
  "input": {
3854
4027
  "type": "structure",
@@ -3915,7 +4088,7 @@
3915
4088
  "type": "structure",
3916
4089
  "members": {
3917
4090
  "ReservedDBInstance": {
3918
- "shape": "Sb6"
4091
+ "shape": "Sbh"
3919
4092
  }
3920
4093
  }
3921
4094
  }
@@ -3985,7 +4158,7 @@
3985
4158
  "type": "structure",
3986
4159
  "members": {
3987
4160
  "DBProxyTargets": {
3988
- "shape": "S91"
4161
+ "shape": "S98"
3989
4162
  }
3990
4163
  }
3991
4164
  }
@@ -4087,12 +4260,12 @@
4087
4260
  "type": "boolean"
4088
4261
  },
4089
4262
  "Parameters": {
4090
- "shape": "S7r"
4263
+ "shape": "S7y"
4091
4264
  }
4092
4265
  }
4093
4266
  },
4094
4267
  "output": {
4095
- "shape": "Scg",
4268
+ "shape": "Scu",
4096
4269
  "resultWrapper": "ResetDBClusterParameterGroupResult"
4097
4270
  }
4098
4271
  },
@@ -4108,12 +4281,12 @@
4108
4281
  "type": "boolean"
4109
4282
  },
4110
4283
  "Parameters": {
4111
- "shape": "S7r"
4284
+ "shape": "S7y"
4112
4285
  }
4113
4286
  }
4114
4287
  },
4115
4288
  "output": {
4116
- "shape": "Scm",
4289
+ "shape": "Sd0",
4117
4290
  "resultWrapper": "ResetDBParameterGroupResult"
4118
4291
  }
4119
4292
  },
@@ -4803,7 +4976,7 @@
4803
4976
  "type": "structure",
4804
4977
  "members": {
4805
4978
  "DBInstanceAutomatedBackup": {
4806
- "shape": "S6e"
4979
+ "shape": "S6j"
4807
4980
  }
4808
4981
  }
4809
4982
  }
@@ -4914,7 +5087,7 @@
4914
5087
  "type": "structure",
4915
5088
  "members": {
4916
5089
  "DBInstanceAutomatedBackup": {
4917
- "shape": "S6e"
5090
+ "shape": "S6j"
4918
5091
  }
4919
5092
  }
4920
5093
  }
@@ -5288,6 +5461,9 @@
5288
5461
  "DBSystemId": {},
5289
5462
  "DedicatedLogVolume": {
5290
5463
  "type": "boolean"
5464
+ },
5465
+ "MultiTenant": {
5466
+ "type": "boolean"
5291
5467
  }
5292
5468
  },
5293
5469
  "wrapper": true
@@ -6031,6 +6207,9 @@
6031
6207
  "Engine": {},
6032
6208
  "DedicatedLogVolume": {
6033
6209
  "type": "boolean"
6210
+ },
6211
+ "MultiTenant": {
6212
+ "type": "boolean"
6034
6213
  }
6035
6214
  }
6036
6215
  },
@@ -6207,6 +6386,9 @@
6207
6386
  },
6208
6387
  "IsStorageConfigUpgradeAvailable": {
6209
6388
  "type": "boolean"
6389
+ },
6390
+ "MultiTenant": {
6391
+ "type": "boolean"
6210
6392
  }
6211
6393
  },
6212
6394
  "wrapper": true
@@ -6453,7 +6635,44 @@
6453
6635
  }
6454
6636
  }
6455
6637
  },
6456
- "S64": {
6638
+ "S5y": {
6639
+ "type": "string",
6640
+ "sensitive": true
6641
+ },
6642
+ "S60": {
6643
+ "type": "structure",
6644
+ "members": {
6645
+ "TenantDatabaseCreateTime": {
6646
+ "type": "timestamp"
6647
+ },
6648
+ "DBInstanceIdentifier": {},
6649
+ "TenantDBName": {},
6650
+ "Status": {},
6651
+ "MasterUsername": {},
6652
+ "DbiResourceId": {},
6653
+ "TenantDatabaseResourceId": {},
6654
+ "TenantDatabaseARN": {},
6655
+ "CharacterSetName": {},
6656
+ "NcharCharacterSetName": {},
6657
+ "DeletionProtection": {
6658
+ "type": "boolean"
6659
+ },
6660
+ "PendingModifiedValues": {
6661
+ "type": "structure",
6662
+ "members": {
6663
+ "MasterUserPassword": {
6664
+ "shape": "S5y"
6665
+ },
6666
+ "TenantDBName": {}
6667
+ }
6668
+ },
6669
+ "TagList": {
6670
+ "shape": "Sb"
6671
+ }
6672
+ },
6673
+ "wrapper": true
6674
+ },
6675
+ "S69": {
6457
6676
  "type": "structure",
6458
6677
  "members": {
6459
6678
  "Engine": {},
@@ -6461,7 +6680,7 @@
6461
6680
  "DBClusterAutomatedBackupsArn": {},
6462
6681
  "DBClusterIdentifier": {},
6463
6682
  "RestoreWindow": {
6464
- "shape": "S65"
6683
+ "shape": "S6a"
6465
6684
  },
6466
6685
  "MasterUsername": {},
6467
6686
  "DbClusterResourceId": {},
@@ -6501,7 +6720,7 @@
6501
6720
  },
6502
6721
  "wrapper": true
6503
6722
  },
6504
- "S65": {
6723
+ "S6a": {
6505
6724
  "type": "structure",
6506
6725
  "members": {
6507
6726
  "EarliestTime": {
@@ -6512,7 +6731,7 @@
6512
6731
  }
6513
6732
  }
6514
6733
  },
6515
- "S6e": {
6734
+ "S6j": {
6516
6735
  "type": "structure",
6517
6736
  "members": {
6518
6737
  "DBInstanceArn": {},
@@ -6520,7 +6739,7 @@
6520
6739
  "Region": {},
6521
6740
  "DBInstanceIdentifier": {},
6522
6741
  "RestoreWindow": {
6523
- "shape": "S65"
6742
+ "shape": "S6a"
6524
6743
  },
6525
6744
  "AllocatedStorage": {
6526
6745
  "type": "integer"
@@ -6566,11 +6785,14 @@
6566
6785
  "AwsBackupRecoveryPointArn": {},
6567
6786
  "DedicatedLogVolume": {
6568
6787
  "type": "boolean"
6788
+ },
6789
+ "MultiTenant": {
6790
+ "type": "boolean"
6569
6791
  }
6570
6792
  },
6571
6793
  "wrapper": true
6572
6794
  },
6573
- "S73": {
6795
+ "S7a": {
6574
6796
  "type": "list",
6575
6797
  "member": {
6576
6798
  "locationName": "Filter",
@@ -6590,7 +6812,7 @@
6590
6812
  }
6591
6813
  }
6592
6814
  },
6593
- "S7c": {
6815
+ "S7j": {
6594
6816
  "type": "structure",
6595
6817
  "members": {
6596
6818
  "CertificateIdentifier": {},
@@ -6612,7 +6834,7 @@
6612
6834
  },
6613
6835
  "wrapper": true
6614
6836
  },
6615
- "S7r": {
6837
+ "S7y": {
6616
6838
  "type": "list",
6617
6839
  "member": {
6618
6840
  "locationName": "Parameter",
@@ -6636,7 +6858,7 @@
6636
6858
  }
6637
6859
  }
6638
6860
  },
6639
- "S7w": {
6861
+ "S83": {
6640
6862
  "type": "structure",
6641
6863
  "members": {
6642
6864
  "DBClusterSnapshotIdentifier": {},
@@ -6648,7 +6870,7 @@
6648
6870
  "members": {
6649
6871
  "AttributeName": {},
6650
6872
  "AttributeValues": {
6651
- "shape": "S7z"
6873
+ "shape": "S86"
6652
6874
  }
6653
6875
  }
6654
6876
  }
@@ -6656,13 +6878,13 @@
6656
6878
  },
6657
6879
  "wrapper": true
6658
6880
  },
6659
- "S7z": {
6881
+ "S86": {
6660
6882
  "type": "list",
6661
6883
  "member": {
6662
6884
  "locationName": "AttributeValue"
6663
6885
  }
6664
6886
  },
6665
- "S8x": {
6887
+ "S94": {
6666
6888
  "type": "structure",
6667
6889
  "members": {
6668
6890
  "DBProxyName": {},
@@ -6698,7 +6920,7 @@
6698
6920
  }
6699
6921
  }
6700
6922
  },
6701
- "S91": {
6923
+ "S98": {
6702
6924
  "type": "list",
6703
6925
  "member": {
6704
6926
  "type": "structure",
@@ -6723,7 +6945,7 @@
6723
6945
  }
6724
6946
  }
6725
6947
  },
6726
- "S9d": {
6948
+ "S9k": {
6727
6949
  "type": "structure",
6728
6950
  "members": {
6729
6951
  "DBSnapshotIdentifier": {},
@@ -6735,7 +6957,7 @@
6735
6957
  "members": {
6736
6958
  "AttributeName": {},
6737
6959
  "AttributeValues": {
6738
- "shape": "S7z"
6960
+ "shape": "S86"
6739
6961
  }
6740
6962
  },
6741
6963
  "wrapper": true
@@ -6744,18 +6966,18 @@
6744
6966
  },
6745
6967
  "wrapper": true
6746
6968
  },
6747
- "S9o": {
6969
+ "S9z": {
6748
6970
  "type": "structure",
6749
6971
  "members": {
6750
6972
  "DBParameterGroupFamily": {},
6751
6973
  "Marker": {},
6752
6974
  "Parameters": {
6753
- "shape": "S7r"
6975
+ "shape": "S7y"
6754
6976
  }
6755
6977
  },
6756
6978
  "wrapper": true
6757
6979
  },
6758
- "Sax": {
6980
+ "Sb8": {
6759
6981
  "type": "list",
6760
6982
  "member": {
6761
6983
  "locationName": "AvailableProcessorFeature",
@@ -6767,7 +6989,7 @@
6767
6989
  }
6768
6990
  }
6769
6991
  },
6770
- "Sb6": {
6992
+ "Sbh": {
6771
6993
  "type": "structure",
6772
6994
  "members": {
6773
6995
  "ReservedDBInstanceId": {},
@@ -6796,14 +7018,14 @@
6796
7018
  },
6797
7019
  "State": {},
6798
7020
  "RecurringCharges": {
6799
- "shape": "Sb8"
7021
+ "shape": "Sbj"
6800
7022
  },
6801
7023
  "ReservedDBInstanceArn": {},
6802
7024
  "LeaseId": {}
6803
7025
  },
6804
7026
  "wrapper": true
6805
7027
  },
6806
- "Sb8": {
7028
+ "Sbj": {
6807
7029
  "type": "list",
6808
7030
  "member": {
6809
7031
  "locationName": "RecurringCharge",
@@ -6817,7 +7039,7 @@
6817
7039
  "wrapper": true
6818
7040
  }
6819
7041
  },
6820
- "Sbn": {
7042
+ "Sc1": {
6821
7043
  "type": "list",
6822
7044
  "member": {
6823
7045
  "locationName": "Range",
@@ -6835,7 +7057,7 @@
6835
7057
  }
6836
7058
  }
6837
7059
  },
6838
- "Sbp": {
7060
+ "Sc3": {
6839
7061
  "type": "list",
6840
7062
  "member": {
6841
7063
  "locationName": "DoubleRange",
@@ -6850,7 +7072,7 @@
6850
7072
  }
6851
7073
  }
6852
7074
  },
6853
- "Scb": {
7075
+ "Scp": {
6854
7076
  "type": "structure",
6855
7077
  "members": {
6856
7078
  "EnableLogTypes": {
@@ -6861,13 +7083,13 @@
6861
7083
  }
6862
7084
  }
6863
7085
  },
6864
- "Scg": {
7086
+ "Scu": {
6865
7087
  "type": "structure",
6866
7088
  "members": {
6867
7089
  "DBClusterParameterGroupName": {}
6868
7090
  }
6869
7091
  },
6870
- "Scm": {
7092
+ "Sd0": {
6871
7093
  "type": "structure",
6872
7094
  "members": {
6873
7095
  "DBParameterGroupName": {}