aws-sdk 2.1440.0 → 2.1441.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 +6 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +605 -593
- package/apis/finspace-2021-03-12.min.json +74 -13
- package/apis/rds-2014-10-31.min.json +142 -110
- package/clients/ec2.d.ts +12 -2
- package/clients/finspace.d.ts +73 -5
- package/clients/rds.d.ts +51 -13
- package/clients/route53domains.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +750 -706
- package/dist/aws-sdk.min.js +44 -44
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -1161,7 +1161,7 @@
|
|
1161
1161
|
"type": "structure",
|
1162
1162
|
"members": {
|
1163
1163
|
"DBClusterAutomatedBackup": {
|
1164
|
-
"shape": "
|
1164
|
+
"shape": "S5s"
|
1165
1165
|
}
|
1166
1166
|
}
|
1167
1167
|
}
|
@@ -1252,7 +1252,7 @@
|
|
1252
1252
|
"type": "structure",
|
1253
1253
|
"members": {
|
1254
1254
|
"DBInstanceAutomatedBackup": {
|
1255
|
-
"shape": "
|
1255
|
+
"shape": "S62"
|
1256
1256
|
}
|
1257
1257
|
}
|
1258
1258
|
}
|
@@ -1459,7 +1459,7 @@
|
|
1459
1459
|
"members": {
|
1460
1460
|
"BlueGreenDeploymentIdentifier": {},
|
1461
1461
|
"Filters": {
|
1462
|
-
"shape": "
|
1462
|
+
"shape": "S6p"
|
1463
1463
|
},
|
1464
1464
|
"Marker": {},
|
1465
1465
|
"MaxRecords": {
|
@@ -1487,7 +1487,7 @@
|
|
1487
1487
|
"members": {
|
1488
1488
|
"CertificateIdentifier": {},
|
1489
1489
|
"Filters": {
|
1490
|
-
"shape": "
|
1490
|
+
"shape": "S6p"
|
1491
1491
|
},
|
1492
1492
|
"MaxRecords": {
|
1493
1493
|
"type": "integer"
|
@@ -1502,7 +1502,7 @@
|
|
1502
1502
|
"Certificates": {
|
1503
1503
|
"type": "list",
|
1504
1504
|
"member": {
|
1505
|
-
"shape": "
|
1505
|
+
"shape": "S6y",
|
1506
1506
|
"locationName": "Certificate"
|
1507
1507
|
}
|
1508
1508
|
},
|
@@ -1517,7 +1517,7 @@
|
|
1517
1517
|
"DbClusterResourceId": {},
|
1518
1518
|
"DBClusterIdentifier": {},
|
1519
1519
|
"Filters": {
|
1520
|
-
"shape": "
|
1520
|
+
"shape": "S6p"
|
1521
1521
|
},
|
1522
1522
|
"MaxRecords": {
|
1523
1523
|
"type": "integer"
|
@@ -1533,7 +1533,7 @@
|
|
1533
1533
|
"DBClusterAutomatedBackups": {
|
1534
1534
|
"type": "list",
|
1535
1535
|
"member": {
|
1536
|
-
"shape": "
|
1536
|
+
"shape": "S5s",
|
1537
1537
|
"locationName": "DBClusterAutomatedBackup"
|
1538
1538
|
}
|
1539
1539
|
}
|
@@ -1550,7 +1550,7 @@
|
|
1550
1550
|
"DBClusterIdentifier": {},
|
1551
1551
|
"BacktrackIdentifier": {},
|
1552
1552
|
"Filters": {
|
1553
|
-
"shape": "
|
1553
|
+
"shape": "S6p"
|
1554
1554
|
},
|
1555
1555
|
"MaxRecords": {
|
1556
1556
|
"type": "integer"
|
@@ -1580,7 +1580,7 @@
|
|
1580
1580
|
"DBClusterIdentifier": {},
|
1581
1581
|
"DBClusterEndpointIdentifier": {},
|
1582
1582
|
"Filters": {
|
1583
|
-
"shape": "
|
1583
|
+
"shape": "S6p"
|
1584
1584
|
},
|
1585
1585
|
"MaxRecords": {
|
1586
1586
|
"type": "integer"
|
@@ -1609,7 +1609,7 @@
|
|
1609
1609
|
"members": {
|
1610
1610
|
"DBClusterParameterGroupName": {},
|
1611
1611
|
"Filters": {
|
1612
|
-
"shape": "
|
1612
|
+
"shape": "S6p"
|
1613
1613
|
},
|
1614
1614
|
"MaxRecords": {
|
1615
1615
|
"type": "integer"
|
@@ -1642,7 +1642,7 @@
|
|
1642
1642
|
"DBClusterParameterGroupName": {},
|
1643
1643
|
"Source": {},
|
1644
1644
|
"Filters": {
|
1645
|
-
"shape": "
|
1645
|
+
"shape": "S6p"
|
1646
1646
|
},
|
1647
1647
|
"MaxRecords": {
|
1648
1648
|
"type": "integer"
|
@@ -1655,7 +1655,7 @@
|
|
1655
1655
|
"type": "structure",
|
1656
1656
|
"members": {
|
1657
1657
|
"Parameters": {
|
1658
|
-
"shape": "
|
1658
|
+
"shape": "S7d"
|
1659
1659
|
},
|
1660
1660
|
"Marker": {}
|
1661
1661
|
}
|
@@ -1676,7 +1676,7 @@
|
|
1676
1676
|
"type": "structure",
|
1677
1677
|
"members": {
|
1678
1678
|
"DBClusterSnapshotAttributesResult": {
|
1679
|
-
"shape": "
|
1679
|
+
"shape": "S7i"
|
1680
1680
|
}
|
1681
1681
|
}
|
1682
1682
|
}
|
@@ -1689,7 +1689,7 @@
|
|
1689
1689
|
"DBClusterSnapshotIdentifier": {},
|
1690
1690
|
"SnapshotType": {},
|
1691
1691
|
"Filters": {
|
1692
|
-
"shape": "
|
1692
|
+
"shape": "S6p"
|
1693
1693
|
},
|
1694
1694
|
"MaxRecords": {
|
1695
1695
|
"type": "integer"
|
@@ -1725,7 +1725,7 @@
|
|
1725
1725
|
"members": {
|
1726
1726
|
"DBClusterIdentifier": {},
|
1727
1727
|
"Filters": {
|
1728
|
-
"shape": "
|
1728
|
+
"shape": "S6p"
|
1729
1729
|
},
|
1730
1730
|
"MaxRecords": {
|
1731
1731
|
"type": "integer"
|
@@ -1759,7 +1759,7 @@
|
|
1759
1759
|
"EngineVersion": {},
|
1760
1760
|
"DBParameterGroupFamily": {},
|
1761
1761
|
"Filters": {
|
1762
|
-
"shape": "
|
1762
|
+
"shape": "S6p"
|
1763
1763
|
},
|
1764
1764
|
"MaxRecords": {
|
1765
1765
|
"type": "integer"
|
@@ -1801,7 +1801,7 @@
|
|
1801
1801
|
"DbiResourceId": {},
|
1802
1802
|
"DBInstanceIdentifier": {},
|
1803
1803
|
"Filters": {
|
1804
|
-
"shape": "
|
1804
|
+
"shape": "S6p"
|
1805
1805
|
},
|
1806
1806
|
"MaxRecords": {
|
1807
1807
|
"type": "integer"
|
@@ -1818,7 +1818,7 @@
|
|
1818
1818
|
"DBInstanceAutomatedBackups": {
|
1819
1819
|
"type": "list",
|
1820
1820
|
"member": {
|
1821
|
-
"shape": "
|
1821
|
+
"shape": "S62",
|
1822
1822
|
"locationName": "DBInstanceAutomatedBackup"
|
1823
1823
|
}
|
1824
1824
|
}
|
@@ -1831,7 +1831,7 @@
|
|
1831
1831
|
"members": {
|
1832
1832
|
"DBInstanceIdentifier": {},
|
1833
1833
|
"Filters": {
|
1834
|
-
"shape": "
|
1834
|
+
"shape": "S6p"
|
1835
1835
|
},
|
1836
1836
|
"MaxRecords": {
|
1837
1837
|
"type": "integer"
|
@@ -1870,7 +1870,7 @@
|
|
1870
1870
|
"type": "long"
|
1871
1871
|
},
|
1872
1872
|
"Filters": {
|
1873
|
-
"shape": "
|
1873
|
+
"shape": "S6p"
|
1874
1874
|
},
|
1875
1875
|
"MaxRecords": {
|
1876
1876
|
"type": "integer"
|
@@ -1908,7 +1908,7 @@
|
|
1908
1908
|
"members": {
|
1909
1909
|
"DBParameterGroupName": {},
|
1910
1910
|
"Filters": {
|
1911
|
-
"shape": "
|
1911
|
+
"shape": "S6p"
|
1912
1912
|
},
|
1913
1913
|
"MaxRecords": {
|
1914
1914
|
"type": "integer"
|
@@ -1941,7 +1941,7 @@
|
|
1941
1941
|
"DBParameterGroupName": {},
|
1942
1942
|
"Source": {},
|
1943
1943
|
"Filters": {
|
1944
|
-
"shape": "
|
1944
|
+
"shape": "S6p"
|
1945
1945
|
},
|
1946
1946
|
"MaxRecords": {
|
1947
1947
|
"type": "integer"
|
@@ -1954,7 +1954,7 @@
|
|
1954
1954
|
"type": "structure",
|
1955
1955
|
"members": {
|
1956
1956
|
"Parameters": {
|
1957
|
-
"shape": "
|
1957
|
+
"shape": "S7d"
|
1958
1958
|
},
|
1959
1959
|
"Marker": {}
|
1960
1960
|
}
|
@@ -1966,7 +1966,7 @@
|
|
1966
1966
|
"members": {
|
1967
1967
|
"DBProxyName": {},
|
1968
1968
|
"Filters": {
|
1969
|
-
"shape": "
|
1969
|
+
"shape": "S6p"
|
1970
1970
|
},
|
1971
1971
|
"Marker": {},
|
1972
1972
|
"MaxRecords": {
|
@@ -1995,7 +1995,7 @@
|
|
1995
1995
|
"DBProxyName": {},
|
1996
1996
|
"DBProxyEndpointName": {},
|
1997
1997
|
"Filters": {
|
1998
|
-
"shape": "
|
1998
|
+
"shape": "S6p"
|
1999
1999
|
},
|
2000
2000
|
"Marker": {},
|
2001
2001
|
"MaxRecords": {
|
@@ -2027,7 +2027,7 @@
|
|
2027
2027
|
"DBProxyName": {},
|
2028
2028
|
"TargetGroupName": {},
|
2029
2029
|
"Filters": {
|
2030
|
-
"shape": "
|
2030
|
+
"shape": "S6p"
|
2031
2031
|
},
|
2032
2032
|
"Marker": {},
|
2033
2033
|
"MaxRecords": {
|
@@ -2042,7 +2042,7 @@
|
|
2042
2042
|
"TargetGroups": {
|
2043
2043
|
"type": "list",
|
2044
2044
|
"member": {
|
2045
|
-
"shape": "
|
2045
|
+
"shape": "S8j"
|
2046
2046
|
}
|
2047
2047
|
},
|
2048
2048
|
"Marker": {}
|
@@ -2059,7 +2059,7 @@
|
|
2059
2059
|
"DBProxyName": {},
|
2060
2060
|
"TargetGroupName": {},
|
2061
2061
|
"Filters": {
|
2062
|
-
"shape": "
|
2062
|
+
"shape": "S6p"
|
2063
2063
|
},
|
2064
2064
|
"Marker": {},
|
2065
2065
|
"MaxRecords": {
|
@@ -2072,7 +2072,7 @@
|
|
2072
2072
|
"type": "structure",
|
2073
2073
|
"members": {
|
2074
2074
|
"Targets": {
|
2075
|
-
"shape": "
|
2075
|
+
"shape": "S8n"
|
2076
2076
|
},
|
2077
2077
|
"Marker": {}
|
2078
2078
|
}
|
@@ -2084,7 +2084,7 @@
|
|
2084
2084
|
"members": {
|
2085
2085
|
"DBSecurityGroupName": {},
|
2086
2086
|
"Filters": {
|
2087
|
-
"shape": "
|
2087
|
+
"shape": "S6p"
|
2088
2088
|
},
|
2089
2089
|
"MaxRecords": {
|
2090
2090
|
"type": "integer"
|
@@ -2122,7 +2122,7 @@
|
|
2122
2122
|
"type": "structure",
|
2123
2123
|
"members": {
|
2124
2124
|
"DBSnapshotAttributesResult": {
|
2125
|
-
"shape": "
|
2125
|
+
"shape": "S8z"
|
2126
2126
|
}
|
2127
2127
|
}
|
2128
2128
|
}
|
@@ -2135,7 +2135,7 @@
|
|
2135
2135
|
"DBSnapshotIdentifier": {},
|
2136
2136
|
"SnapshotType": {},
|
2137
2137
|
"Filters": {
|
2138
|
-
"shape": "
|
2138
|
+
"shape": "S6p"
|
2139
2139
|
},
|
2140
2140
|
"MaxRecords": {
|
2141
2141
|
"type": "integer"
|
@@ -2171,7 +2171,7 @@
|
|
2171
2171
|
"members": {
|
2172
2172
|
"DBSubnetGroupName": {},
|
2173
2173
|
"Filters": {
|
2174
|
-
"shape": "
|
2174
|
+
"shape": "S6p"
|
2175
2175
|
},
|
2176
2176
|
"MaxRecords": {
|
2177
2177
|
"type": "integer"
|
@@ -2203,7 +2203,7 @@
|
|
2203
2203
|
"members": {
|
2204
2204
|
"DBParameterGroupFamily": {},
|
2205
2205
|
"Filters": {
|
2206
|
-
"shape": "
|
2206
|
+
"shape": "S6p"
|
2207
2207
|
},
|
2208
2208
|
"MaxRecords": {
|
2209
2209
|
"type": "integer"
|
@@ -2216,7 +2216,7 @@
|
|
2216
2216
|
"type": "structure",
|
2217
2217
|
"members": {
|
2218
2218
|
"EngineDefaults": {
|
2219
|
-
"shape": "
|
2219
|
+
"shape": "S9a"
|
2220
2220
|
}
|
2221
2221
|
}
|
2222
2222
|
}
|
@@ -2230,7 +2230,7 @@
|
|
2230
2230
|
"members": {
|
2231
2231
|
"DBParameterGroupFamily": {},
|
2232
2232
|
"Filters": {
|
2233
|
-
"shape": "
|
2233
|
+
"shape": "S6p"
|
2234
2234
|
},
|
2235
2235
|
"MaxRecords": {
|
2236
2236
|
"type": "integer"
|
@@ -2243,7 +2243,7 @@
|
|
2243
2243
|
"type": "structure",
|
2244
2244
|
"members": {
|
2245
2245
|
"EngineDefaults": {
|
2246
|
-
"shape": "
|
2246
|
+
"shape": "S9a"
|
2247
2247
|
}
|
2248
2248
|
}
|
2249
2249
|
}
|
@@ -2254,7 +2254,7 @@
|
|
2254
2254
|
"members": {
|
2255
2255
|
"SourceType": {},
|
2256
2256
|
"Filters": {
|
2257
|
-
"shape": "
|
2257
|
+
"shape": "S6p"
|
2258
2258
|
}
|
2259
2259
|
}
|
2260
2260
|
},
|
@@ -2285,7 +2285,7 @@
|
|
2285
2285
|
"members": {
|
2286
2286
|
"SubscriptionName": {},
|
2287
2287
|
"Filters": {
|
2288
|
-
"shape": "
|
2288
|
+
"shape": "S6p"
|
2289
2289
|
},
|
2290
2290
|
"MaxRecords": {
|
2291
2291
|
"type": "integer"
|
@@ -2327,7 +2327,7 @@
|
|
2327
2327
|
"shape": "S8"
|
2328
2328
|
},
|
2329
2329
|
"Filters": {
|
2330
|
-
"shape": "
|
2330
|
+
"shape": "S6p"
|
2331
2331
|
},
|
2332
2332
|
"MaxRecords": {
|
2333
2333
|
"type": "integer"
|
@@ -2369,7 +2369,7 @@
|
|
2369
2369
|
"ExportTaskIdentifier": {},
|
2370
2370
|
"SourceArn": {},
|
2371
2371
|
"Filters": {
|
2372
|
-
"shape": "
|
2372
|
+
"shape": "S6p"
|
2373
2373
|
},
|
2374
2374
|
"Marker": {},
|
2375
2375
|
"MaxRecords": {
|
@@ -2399,7 +2399,7 @@
|
|
2399
2399
|
"members": {
|
2400
2400
|
"GlobalClusterIdentifier": {},
|
2401
2401
|
"Filters": {
|
2402
|
-
"shape": "
|
2402
|
+
"shape": "S6p"
|
2403
2403
|
},
|
2404
2404
|
"MaxRecords": {
|
2405
2405
|
"type": "integer"
|
@@ -2432,7 +2432,7 @@
|
|
2432
2432
|
"EngineName": {},
|
2433
2433
|
"MajorEngineVersion": {},
|
2434
2434
|
"Filters": {
|
2435
|
-
"shape": "
|
2435
|
+
"shape": "S6p"
|
2436
2436
|
},
|
2437
2437
|
"MaxRecords": {
|
2438
2438
|
"type": "integer"
|
@@ -2548,7 +2548,7 @@
|
|
2548
2548
|
"members": {
|
2549
2549
|
"OptionGroupName": {},
|
2550
2550
|
"Filters": {
|
2551
|
-
"shape": "
|
2551
|
+
"shape": "S6p"
|
2552
2552
|
},
|
2553
2553
|
"Marker": {},
|
2554
2554
|
"MaxRecords": {
|
@@ -2589,7 +2589,7 @@
|
|
2589
2589
|
"type": "boolean"
|
2590
2590
|
},
|
2591
2591
|
"Filters": {
|
2592
|
-
"shape": "
|
2592
|
+
"shape": "S6p"
|
2593
2593
|
},
|
2594
2594
|
"MaxRecords": {
|
2595
2595
|
"type": "integer"
|
@@ -2663,7 +2663,7 @@
|
|
2663
2663
|
"type": "double"
|
2664
2664
|
},
|
2665
2665
|
"AvailableProcessorFeatures": {
|
2666
|
-
"shape": "
|
2666
|
+
"shape": "Saf"
|
2667
2667
|
},
|
2668
2668
|
"SupportedEngineModes": {
|
2669
2669
|
"shape": "S2l"
|
@@ -2719,7 +2719,7 @@
|
|
2719
2719
|
"members": {
|
2720
2720
|
"ResourceIdentifier": {},
|
2721
2721
|
"Filters": {
|
2722
|
-
"shape": "
|
2722
|
+
"shape": "S6p"
|
2723
2723
|
},
|
2724
2724
|
"Marker": {},
|
2725
2725
|
"MaxRecords": {
|
@@ -2757,7 +2757,7 @@
|
|
2757
2757
|
},
|
2758
2758
|
"LeaseId": {},
|
2759
2759
|
"Filters": {
|
2760
|
-
"shape": "
|
2760
|
+
"shape": "S6p"
|
2761
2761
|
},
|
2762
2762
|
"MaxRecords": {
|
2763
2763
|
"type": "integer"
|
@@ -2773,7 +2773,7 @@
|
|
2773
2773
|
"ReservedDBInstances": {
|
2774
2774
|
"type": "list",
|
2775
2775
|
"member": {
|
2776
|
-
"shape": "
|
2776
|
+
"shape": "Sao",
|
2777
2777
|
"locationName": "ReservedDBInstance"
|
2778
2778
|
}
|
2779
2779
|
}
|
@@ -2793,7 +2793,7 @@
|
|
2793
2793
|
"type": "boolean"
|
2794
2794
|
},
|
2795
2795
|
"Filters": {
|
2796
|
-
"shape": "
|
2796
|
+
"shape": "S6p"
|
2797
2797
|
},
|
2798
2798
|
"MaxRecords": {
|
2799
2799
|
"type": "integer"
|
@@ -2830,7 +2830,7 @@
|
|
2830
2830
|
"type": "boolean"
|
2831
2831
|
},
|
2832
2832
|
"RecurringCharges": {
|
2833
|
-
"shape": "
|
2833
|
+
"shape": "Saq"
|
2834
2834
|
}
|
2835
2835
|
},
|
2836
2836
|
"wrapper": true
|
@@ -2849,7 +2849,7 @@
|
|
2849
2849
|
},
|
2850
2850
|
"Marker": {},
|
2851
2851
|
"Filters": {
|
2852
|
-
"shape": "
|
2852
|
+
"shape": "S6p"
|
2853
2853
|
}
|
2854
2854
|
}
|
2855
2855
|
},
|
@@ -2901,28 +2901,28 @@
|
|
2901
2901
|
"members": {
|
2902
2902
|
"StorageType": {},
|
2903
2903
|
"StorageSize": {
|
2904
|
-
"shape": "
|
2904
|
+
"shape": "Sb5"
|
2905
2905
|
},
|
2906
2906
|
"ProvisionedIops": {
|
2907
|
-
"shape": "
|
2907
|
+
"shape": "Sb5"
|
2908
2908
|
},
|
2909
2909
|
"IopsToStorageRatio": {
|
2910
|
-
"shape": "
|
2910
|
+
"shape": "Sb7"
|
2911
2911
|
},
|
2912
2912
|
"SupportsStorageAutoscaling": {
|
2913
2913
|
"type": "boolean"
|
2914
2914
|
},
|
2915
2915
|
"ProvisionedStorageThroughput": {
|
2916
|
-
"shape": "
|
2916
|
+
"shape": "Sb5"
|
2917
2917
|
},
|
2918
2918
|
"StorageThroughputToIopsRatio": {
|
2919
|
-
"shape": "
|
2919
|
+
"shape": "Sb7"
|
2920
2920
|
}
|
2921
2921
|
}
|
2922
2922
|
}
|
2923
2923
|
},
|
2924
2924
|
"ValidProcessorFeatures": {
|
2925
|
-
"shape": "
|
2925
|
+
"shape": "Saf"
|
2926
2926
|
}
|
2927
2927
|
},
|
2928
2928
|
"wrapper": true
|
@@ -2988,7 +2988,13 @@
|
|
2988
2988
|
],
|
2989
2989
|
"members": {
|
2990
2990
|
"GlobalClusterIdentifier": {},
|
2991
|
-
"TargetDbClusterIdentifier": {}
|
2991
|
+
"TargetDbClusterIdentifier": {},
|
2992
|
+
"AllowDataLoss": {
|
2993
|
+
"type": "boolean"
|
2994
|
+
},
|
2995
|
+
"Switchover": {
|
2996
|
+
"type": "boolean"
|
2997
|
+
}
|
2992
2998
|
}
|
2993
2999
|
},
|
2994
3000
|
"output": {
|
@@ -3010,7 +3016,7 @@
|
|
3010
3016
|
"members": {
|
3011
3017
|
"ResourceName": {},
|
3012
3018
|
"Filters": {
|
3013
|
-
"shape": "
|
3019
|
+
"shape": "S6p"
|
3014
3020
|
}
|
3015
3021
|
}
|
3016
3022
|
},
|
@@ -3062,7 +3068,7 @@
|
|
3062
3068
|
"type": "structure",
|
3063
3069
|
"members": {
|
3064
3070
|
"Certificate": {
|
3065
|
-
"shape": "
|
3071
|
+
"shape": "S6y"
|
3066
3072
|
}
|
3067
3073
|
}
|
3068
3074
|
}
|
@@ -3154,7 +3160,7 @@
|
|
3154
3160
|
"type": "long"
|
3155
3161
|
},
|
3156
3162
|
"CloudwatchLogsExportConfiguration": {
|
3157
|
-
"shape": "
|
3163
|
+
"shape": "Sbt"
|
3158
3164
|
},
|
3159
3165
|
"EngineVersion": {},
|
3160
3166
|
"AllowMajorVersionUpgrade": {
|
@@ -3262,12 +3268,12 @@
|
|
3262
3268
|
"members": {
|
3263
3269
|
"DBClusterParameterGroupName": {},
|
3264
3270
|
"Parameters": {
|
3265
|
-
"shape": "
|
3271
|
+
"shape": "S7d"
|
3266
3272
|
}
|
3267
3273
|
}
|
3268
3274
|
},
|
3269
3275
|
"output": {
|
3270
|
-
"shape": "
|
3276
|
+
"shape": "Sbx",
|
3271
3277
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
3272
3278
|
}
|
3273
3279
|
},
|
@@ -3282,10 +3288,10 @@
|
|
3282
3288
|
"DBClusterSnapshotIdentifier": {},
|
3283
3289
|
"AttributeName": {},
|
3284
3290
|
"ValuesToAdd": {
|
3285
|
-
"shape": "
|
3291
|
+
"shape": "S7l"
|
3286
3292
|
},
|
3287
3293
|
"ValuesToRemove": {
|
3288
|
-
"shape": "
|
3294
|
+
"shape": "S7l"
|
3289
3295
|
}
|
3290
3296
|
}
|
3291
3297
|
},
|
@@ -3294,7 +3300,7 @@
|
|
3294
3300
|
"type": "structure",
|
3295
3301
|
"members": {
|
3296
3302
|
"DBClusterSnapshotAttributesResult": {
|
3297
|
-
"shape": "
|
3303
|
+
"shape": "S7i"
|
3298
3304
|
}
|
3299
3305
|
}
|
3300
3306
|
}
|
@@ -3386,7 +3392,7 @@
|
|
3386
3392
|
"type": "integer"
|
3387
3393
|
},
|
3388
3394
|
"CloudwatchLogsExportConfiguration": {
|
3389
|
-
"shape": "
|
3395
|
+
"shape": "Sbt"
|
3390
3396
|
},
|
3391
3397
|
"ProcessorFeatures": {
|
3392
3398
|
"shape": "S1c"
|
@@ -3446,12 +3452,12 @@
|
|
3446
3452
|
"members": {
|
3447
3453
|
"DBParameterGroupName": {},
|
3448
3454
|
"Parameters": {
|
3449
|
-
"shape": "
|
3455
|
+
"shape": "S7d"
|
3450
3456
|
}
|
3451
3457
|
}
|
3452
3458
|
},
|
3453
3459
|
"output": {
|
3454
|
-
"shape": "
|
3460
|
+
"shape": "Sc4",
|
3455
3461
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
3456
3462
|
}
|
3457
3463
|
},
|
@@ -3552,7 +3558,7 @@
|
|
3552
3558
|
"type": "structure",
|
3553
3559
|
"members": {
|
3554
3560
|
"DBProxyTargetGroup": {
|
3555
|
-
"shape": "
|
3561
|
+
"shape": "S8j"
|
3556
3562
|
}
|
3557
3563
|
}
|
3558
3564
|
}
|
@@ -3590,10 +3596,10 @@
|
|
3590
3596
|
"DBSnapshotIdentifier": {},
|
3591
3597
|
"AttributeName": {},
|
3592
3598
|
"ValuesToAdd": {
|
3593
|
-
"shape": "
|
3599
|
+
"shape": "S7l"
|
3594
3600
|
},
|
3595
3601
|
"ValuesToRemove": {
|
3596
|
-
"shape": "
|
3602
|
+
"shape": "S7l"
|
3597
3603
|
}
|
3598
3604
|
}
|
3599
3605
|
},
|
@@ -3602,7 +3608,7 @@
|
|
3602
3608
|
"type": "structure",
|
3603
3609
|
"members": {
|
3604
3610
|
"DBSnapshotAttributesResult": {
|
3605
|
-
"shape": "
|
3611
|
+
"shape": "S8z"
|
3606
3612
|
}
|
3607
3613
|
}
|
3608
3614
|
}
|
@@ -3808,7 +3814,7 @@
|
|
3808
3814
|
"type": "structure",
|
3809
3815
|
"members": {
|
3810
3816
|
"ReservedDBInstance": {
|
3811
|
-
"shape": "
|
3817
|
+
"shape": "Sao"
|
3812
3818
|
}
|
3813
3819
|
}
|
3814
3820
|
}
|
@@ -3878,7 +3884,7 @@
|
|
3878
3884
|
"type": "structure",
|
3879
3885
|
"members": {
|
3880
3886
|
"DBProxyTargets": {
|
3881
|
-
"shape": "
|
3887
|
+
"shape": "S8n"
|
3882
3888
|
}
|
3883
3889
|
}
|
3884
3890
|
}
|
@@ -3980,12 +3986,12 @@
|
|
3980
3986
|
"type": "boolean"
|
3981
3987
|
},
|
3982
3988
|
"Parameters": {
|
3983
|
-
"shape": "
|
3989
|
+
"shape": "S7d"
|
3984
3990
|
}
|
3985
3991
|
}
|
3986
3992
|
},
|
3987
3993
|
"output": {
|
3988
|
-
"shape": "
|
3994
|
+
"shape": "Sbx",
|
3989
3995
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
3990
3996
|
}
|
3991
3997
|
},
|
@@ -4001,12 +4007,12 @@
|
|
4001
4007
|
"type": "boolean"
|
4002
4008
|
},
|
4003
4009
|
"Parameters": {
|
4004
|
-
"shape": "
|
4010
|
+
"shape": "S7d"
|
4005
4011
|
}
|
4006
4012
|
}
|
4007
4013
|
},
|
4008
4014
|
"output": {
|
4009
|
-
"shape": "
|
4015
|
+
"shape": "Sc4",
|
4010
4016
|
"resultWrapper": "ResetDBParameterGroupResult"
|
4011
4017
|
}
|
4012
4018
|
},
|
@@ -4681,7 +4687,7 @@
|
|
4681
4687
|
"type": "structure",
|
4682
4688
|
"members": {
|
4683
4689
|
"DBInstanceAutomatedBackup": {
|
4684
|
-
"shape": "
|
4690
|
+
"shape": "S62"
|
4685
4691
|
}
|
4686
4692
|
}
|
4687
4693
|
}
|
@@ -4792,7 +4798,7 @@
|
|
4792
4798
|
"type": "structure",
|
4793
4799
|
"members": {
|
4794
4800
|
"DBInstanceAutomatedBackup": {
|
4795
|
-
"shape": "
|
4801
|
+
"shape": "S62"
|
4796
4802
|
}
|
4797
4803
|
}
|
4798
4804
|
}
|
@@ -4820,6 +4826,28 @@
|
|
4820
4826
|
}
|
4821
4827
|
}
|
4822
4828
|
},
|
4829
|
+
"SwitchoverGlobalCluster": {
|
4830
|
+
"input": {
|
4831
|
+
"type": "structure",
|
4832
|
+
"required": [
|
4833
|
+
"GlobalClusterIdentifier",
|
4834
|
+
"TargetDbClusterIdentifier"
|
4835
|
+
],
|
4836
|
+
"members": {
|
4837
|
+
"GlobalClusterIdentifier": {},
|
4838
|
+
"TargetDbClusterIdentifier": {}
|
4839
|
+
}
|
4840
|
+
},
|
4841
|
+
"output": {
|
4842
|
+
"resultWrapper": "SwitchoverGlobalClusterResult",
|
4843
|
+
"type": "structure",
|
4844
|
+
"members": {
|
4845
|
+
"GlobalCluster": {
|
4846
|
+
"shape": "S5c"
|
4847
|
+
}
|
4848
|
+
}
|
4849
|
+
}
|
4850
|
+
},
|
4823
4851
|
"SwitchoverReadReplica": {
|
4824
4852
|
"input": {
|
4825
4853
|
"type": "structure",
|
@@ -6217,7 +6245,8 @@
|
|
6217
6245
|
"IsWriter": {
|
6218
6246
|
"type": "boolean"
|
6219
6247
|
},
|
6220
|
-
"GlobalWriteForwardingStatus": {}
|
6248
|
+
"GlobalWriteForwardingStatus": {},
|
6249
|
+
"SynchronizationStatus": {}
|
6221
6250
|
},
|
6222
6251
|
"wrapper": true
|
6223
6252
|
}
|
@@ -6227,14 +6256,17 @@
|
|
6227
6256
|
"members": {
|
6228
6257
|
"Status": {},
|
6229
6258
|
"FromDbClusterArn": {},
|
6230
|
-
"ToDbClusterArn": {}
|
6259
|
+
"ToDbClusterArn": {},
|
6260
|
+
"IsDataLossAllowed": {
|
6261
|
+
"type": "boolean"
|
6262
|
+
}
|
6231
6263
|
},
|
6232
6264
|
"wrapper": true
|
6233
6265
|
}
|
6234
6266
|
},
|
6235
6267
|
"wrapper": true
|
6236
6268
|
},
|
6237
|
-
"
|
6269
|
+
"S5s": {
|
6238
6270
|
"type": "structure",
|
6239
6271
|
"members": {
|
6240
6272
|
"Engine": {},
|
@@ -6242,7 +6274,7 @@
|
|
6242
6274
|
"DBClusterAutomatedBackupsArn": {},
|
6243
6275
|
"DBClusterIdentifier": {},
|
6244
6276
|
"RestoreWindow": {
|
6245
|
-
"shape": "
|
6277
|
+
"shape": "S5t"
|
6246
6278
|
},
|
6247
6279
|
"MasterUsername": {},
|
6248
6280
|
"DbClusterResourceId": {},
|
@@ -6281,7 +6313,7 @@
|
|
6281
6313
|
},
|
6282
6314
|
"wrapper": true
|
6283
6315
|
},
|
6284
|
-
"
|
6316
|
+
"S5t": {
|
6285
6317
|
"type": "structure",
|
6286
6318
|
"members": {
|
6287
6319
|
"EarliestTime": {
|
@@ -6292,7 +6324,7 @@
|
|
6292
6324
|
}
|
6293
6325
|
}
|
6294
6326
|
},
|
6295
|
-
"
|
6327
|
+
"S62": {
|
6296
6328
|
"type": "structure",
|
6297
6329
|
"members": {
|
6298
6330
|
"DBInstanceArn": {},
|
@@ -6300,7 +6332,7 @@
|
|
6300
6332
|
"Region": {},
|
6301
6333
|
"DBInstanceIdentifier": {},
|
6302
6334
|
"RestoreWindow": {
|
6303
|
-
"shape": "
|
6335
|
+
"shape": "S5t"
|
6304
6336
|
},
|
6305
6337
|
"AllocatedStorage": {
|
6306
6338
|
"type": "integer"
|
@@ -6346,7 +6378,7 @@
|
|
6346
6378
|
},
|
6347
6379
|
"wrapper": true
|
6348
6380
|
},
|
6349
|
-
"
|
6381
|
+
"S6p": {
|
6350
6382
|
"type": "list",
|
6351
6383
|
"member": {
|
6352
6384
|
"locationName": "Filter",
|
@@ -6366,7 +6398,7 @@
|
|
6366
6398
|
}
|
6367
6399
|
}
|
6368
6400
|
},
|
6369
|
-
"
|
6401
|
+
"S6y": {
|
6370
6402
|
"type": "structure",
|
6371
6403
|
"members": {
|
6372
6404
|
"CertificateIdentifier": {},
|
@@ -6388,7 +6420,7 @@
|
|
6388
6420
|
},
|
6389
6421
|
"wrapper": true
|
6390
6422
|
},
|
6391
|
-
"
|
6423
|
+
"S7d": {
|
6392
6424
|
"type": "list",
|
6393
6425
|
"member": {
|
6394
6426
|
"locationName": "Parameter",
|
@@ -6412,7 +6444,7 @@
|
|
6412
6444
|
}
|
6413
6445
|
}
|
6414
6446
|
},
|
6415
|
-
"
|
6447
|
+
"S7i": {
|
6416
6448
|
"type": "structure",
|
6417
6449
|
"members": {
|
6418
6450
|
"DBClusterSnapshotIdentifier": {},
|
@@ -6424,7 +6456,7 @@
|
|
6424
6456
|
"members": {
|
6425
6457
|
"AttributeName": {},
|
6426
6458
|
"AttributeValues": {
|
6427
|
-
"shape": "
|
6459
|
+
"shape": "S7l"
|
6428
6460
|
}
|
6429
6461
|
}
|
6430
6462
|
}
|
@@ -6432,13 +6464,13 @@
|
|
6432
6464
|
},
|
6433
6465
|
"wrapper": true
|
6434
6466
|
},
|
6435
|
-
"
|
6467
|
+
"S7l": {
|
6436
6468
|
"type": "list",
|
6437
6469
|
"member": {
|
6438
6470
|
"locationName": "AttributeValue"
|
6439
6471
|
}
|
6440
6472
|
},
|
6441
|
-
"
|
6473
|
+
"S8j": {
|
6442
6474
|
"type": "structure",
|
6443
6475
|
"members": {
|
6444
6476
|
"DBProxyName": {},
|
@@ -6474,7 +6506,7 @@
|
|
6474
6506
|
}
|
6475
6507
|
}
|
6476
6508
|
},
|
6477
|
-
"
|
6509
|
+
"S8n": {
|
6478
6510
|
"type": "list",
|
6479
6511
|
"member": {
|
6480
6512
|
"type": "structure",
|
@@ -6499,7 +6531,7 @@
|
|
6499
6531
|
}
|
6500
6532
|
}
|
6501
6533
|
},
|
6502
|
-
"
|
6534
|
+
"S8z": {
|
6503
6535
|
"type": "structure",
|
6504
6536
|
"members": {
|
6505
6537
|
"DBSnapshotIdentifier": {},
|
@@ -6511,7 +6543,7 @@
|
|
6511
6543
|
"members": {
|
6512
6544
|
"AttributeName": {},
|
6513
6545
|
"AttributeValues": {
|
6514
|
-
"shape": "
|
6546
|
+
"shape": "S7l"
|
6515
6547
|
}
|
6516
6548
|
},
|
6517
6549
|
"wrapper": true
|
@@ -6520,18 +6552,18 @@
|
|
6520
6552
|
},
|
6521
6553
|
"wrapper": true
|
6522
6554
|
},
|
6523
|
-
"
|
6555
|
+
"S9a": {
|
6524
6556
|
"type": "structure",
|
6525
6557
|
"members": {
|
6526
6558
|
"DBParameterGroupFamily": {},
|
6527
6559
|
"Marker": {},
|
6528
6560
|
"Parameters": {
|
6529
|
-
"shape": "
|
6561
|
+
"shape": "S7d"
|
6530
6562
|
}
|
6531
6563
|
},
|
6532
6564
|
"wrapper": true
|
6533
6565
|
},
|
6534
|
-
"
|
6566
|
+
"Saf": {
|
6535
6567
|
"type": "list",
|
6536
6568
|
"member": {
|
6537
6569
|
"locationName": "AvailableProcessorFeature",
|
@@ -6543,7 +6575,7 @@
|
|
6543
6575
|
}
|
6544
6576
|
}
|
6545
6577
|
},
|
6546
|
-
"
|
6578
|
+
"Sao": {
|
6547
6579
|
"type": "structure",
|
6548
6580
|
"members": {
|
6549
6581
|
"ReservedDBInstanceId": {},
|
@@ -6572,14 +6604,14 @@
|
|
6572
6604
|
},
|
6573
6605
|
"State": {},
|
6574
6606
|
"RecurringCharges": {
|
6575
|
-
"shape": "
|
6607
|
+
"shape": "Saq"
|
6576
6608
|
},
|
6577
6609
|
"ReservedDBInstanceArn": {},
|
6578
6610
|
"LeaseId": {}
|
6579
6611
|
},
|
6580
6612
|
"wrapper": true
|
6581
6613
|
},
|
6582
|
-
"
|
6614
|
+
"Saq": {
|
6583
6615
|
"type": "list",
|
6584
6616
|
"member": {
|
6585
6617
|
"locationName": "RecurringCharge",
|
@@ -6593,7 +6625,7 @@
|
|
6593
6625
|
"wrapper": true
|
6594
6626
|
}
|
6595
6627
|
},
|
6596
|
-
"
|
6628
|
+
"Sb5": {
|
6597
6629
|
"type": "list",
|
6598
6630
|
"member": {
|
6599
6631
|
"locationName": "Range",
|
@@ -6611,7 +6643,7 @@
|
|
6611
6643
|
}
|
6612
6644
|
}
|
6613
6645
|
},
|
6614
|
-
"
|
6646
|
+
"Sb7": {
|
6615
6647
|
"type": "list",
|
6616
6648
|
"member": {
|
6617
6649
|
"locationName": "DoubleRange",
|
@@ -6626,7 +6658,7 @@
|
|
6626
6658
|
}
|
6627
6659
|
}
|
6628
6660
|
},
|
6629
|
-
"
|
6661
|
+
"Sbt": {
|
6630
6662
|
"type": "structure",
|
6631
6663
|
"members": {
|
6632
6664
|
"EnableLogTypes": {
|
@@ -6637,13 +6669,13 @@
|
|
6637
6669
|
}
|
6638
6670
|
}
|
6639
6671
|
},
|
6640
|
-
"
|
6672
|
+
"Sbx": {
|
6641
6673
|
"type": "structure",
|
6642
6674
|
"members": {
|
6643
6675
|
"DBClusterParameterGroupName": {}
|
6644
6676
|
}
|
6645
6677
|
},
|
6646
|
-
"
|
6678
|
+
"Sc4": {
|
6647
6679
|
"type": "structure",
|
6648
6680
|
"members": {
|
6649
6681
|
"DBParameterGroupName": {}
|