aws-sdk 2.801.0 → 2.805.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 +25 -1
- package/README.md +1 -1
- package/apis/amplifybackend-2020-08-11.min.json +0 -8
- package/apis/batch-2016-08-10.min.json +81 -21
- package/apis/compute-optimizer-2019-11-01.min.json +110 -0
- package/apis/{profile-2020-08-15.examples.json → customer-profiles-2020-08-15.examples.json} +0 -0
- package/apis/{profile-2020-08-15.min.json → customer-profiles-2020-08-15.min.json} +3 -3
- package/apis/{profile-2020-08-15.paginators.json → customer-profiles-2020-08-15.paginators.json} +0 -0
- package/apis/dms-2016-01-01.min.json +9 -1
- package/apis/ec2-2016-11-15.min.json +4 -0
- package/apis/lambda-2015-03-31.examples.json +6 -6
- package/apis/license-manager-2018-08-01.min.json +957 -51
- package/apis/medialive-2017-10-14.min.json +240 -158
- package/apis/metadata.json +4 -3
- package/apis/rds-2014-10-31.min.json +200 -132
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +80 -0
- package/apis/ssm-2014-11-06.min.json +348 -203
- package/clients/all.d.ts +1 -1
- package/clients/all.js +2 -2
- package/clients/amplifybackend.d.ts +74 -74
- package/clients/batch.d.ts +200 -133
- package/clients/computeoptimizer.d.ts +179 -22
- package/clients/{profile.d.ts → customerprofiles.d.ts} +63 -63
- package/clients/customerprofiles.js +18 -0
- package/clients/directoryservice.d.ts +24 -21
- package/clients/dms.d.ts +16 -0
- package/clients/ec2.d.ts +6 -2
- package/clients/kafka.d.ts +4 -4
- package/clients/lambda.d.ts +10 -10
- package/clients/licensemanager.d.ts +1350 -72
- package/clients/medialive.d.ts +80 -1
- package/clients/rds.d.ts +128 -43
- package/clients/servicecatalogappregistry.d.ts +61 -0
- package/clients/ssm.d.ts +197 -10
- package/clients/workspaces.d.ts +10 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +31 -27
- package/dist/aws-sdk.js +565 -343
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config_service_placeholders.d.ts +2 -2
- package/lib/core.js +1 -1
- package/lib/services/s3.js +6 -2
- package/package.json +1 -1
- package/clients/profile.js +0 -18
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
"DBProxyName": {},
|
|
735
735
|
"EngineFamily": {},
|
|
736
736
|
"Auth": {
|
|
737
|
-
"shape": "
|
|
737
|
+
"shape": "S3e"
|
|
738
738
|
},
|
|
739
739
|
"RoleArn": {},
|
|
740
740
|
"VpcSubnetIds": {
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
"type": "structure",
|
|
763
763
|
"members": {
|
|
764
764
|
"DBProxy": {
|
|
765
|
-
"shape": "
|
|
765
|
+
"shape": "S3j"
|
|
766
766
|
}
|
|
767
767
|
}
|
|
768
768
|
}
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
"DBSubnetGroupName": {},
|
|
830
830
|
"DBSubnetGroupDescription": {},
|
|
831
831
|
"SubnetIds": {
|
|
832
|
-
"shape": "
|
|
832
|
+
"shape": "S3s"
|
|
833
833
|
},
|
|
834
834
|
"Tags": {
|
|
835
835
|
"shape": "Sb"
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
"type": "structure",
|
|
904
904
|
"members": {
|
|
905
905
|
"GlobalCluster": {
|
|
906
|
-
"shape": "
|
|
906
|
+
"shape": "S3y"
|
|
907
907
|
}
|
|
908
908
|
}
|
|
909
909
|
}
|
|
@@ -1057,11 +1057,9 @@
|
|
|
1057
1057
|
"DeleteDBInstanceAutomatedBackup": {
|
|
1058
1058
|
"input": {
|
|
1059
1059
|
"type": "structure",
|
|
1060
|
-
"required": [
|
|
1061
|
-
"DbiResourceId"
|
|
1062
|
-
],
|
|
1063
1060
|
"members": {
|
|
1064
|
-
"DbiResourceId": {}
|
|
1061
|
+
"DbiResourceId": {},
|
|
1062
|
+
"DBInstanceAutomatedBackupsArn": {}
|
|
1065
1063
|
}
|
|
1066
1064
|
},
|
|
1067
1065
|
"output": {
|
|
@@ -1069,7 +1067,7 @@
|
|
|
1069
1067
|
"type": "structure",
|
|
1070
1068
|
"members": {
|
|
1071
1069
|
"DBInstanceAutomatedBackup": {
|
|
1072
|
-
"shape": "
|
|
1070
|
+
"shape": "S4g"
|
|
1073
1071
|
}
|
|
1074
1072
|
}
|
|
1075
1073
|
}
|
|
@@ -1100,7 +1098,7 @@
|
|
|
1100
1098
|
"type": "structure",
|
|
1101
1099
|
"members": {
|
|
1102
1100
|
"DBProxy": {
|
|
1103
|
-
"shape": "
|
|
1101
|
+
"shape": "S3j"
|
|
1104
1102
|
}
|
|
1105
1103
|
}
|
|
1106
1104
|
}
|
|
@@ -1182,7 +1180,7 @@
|
|
|
1182
1180
|
"type": "structure",
|
|
1183
1181
|
"members": {
|
|
1184
1182
|
"GlobalCluster": {
|
|
1185
|
-
"shape": "
|
|
1183
|
+
"shape": "S3y"
|
|
1186
1184
|
}
|
|
1187
1185
|
}
|
|
1188
1186
|
}
|
|
@@ -1198,7 +1196,7 @@
|
|
|
1198
1196
|
}
|
|
1199
1197
|
},
|
|
1200
1198
|
"output": {
|
|
1201
|
-
"shape": "
|
|
1199
|
+
"shape": "S4u",
|
|
1202
1200
|
"resultWrapper": "DeleteInstallationMediaResult"
|
|
1203
1201
|
}
|
|
1204
1202
|
},
|
|
@@ -1271,7 +1269,7 @@
|
|
|
1271
1269
|
"members": {
|
|
1272
1270
|
"CertificateIdentifier": {},
|
|
1273
1271
|
"Filters": {
|
|
1274
|
-
"shape": "
|
|
1272
|
+
"shape": "S55"
|
|
1275
1273
|
},
|
|
1276
1274
|
"MaxRecords": {
|
|
1277
1275
|
"type": "integer"
|
|
@@ -1286,7 +1284,7 @@
|
|
|
1286
1284
|
"Certificates": {
|
|
1287
1285
|
"type": "list",
|
|
1288
1286
|
"member": {
|
|
1289
|
-
"shape": "
|
|
1287
|
+
"shape": "S5a",
|
|
1290
1288
|
"locationName": "Certificate"
|
|
1291
1289
|
}
|
|
1292
1290
|
},
|
|
@@ -1300,7 +1298,7 @@
|
|
|
1300
1298
|
"members": {
|
|
1301
1299
|
"CustomAvailabilityZoneId": {},
|
|
1302
1300
|
"Filters": {
|
|
1303
|
-
"shape": "
|
|
1301
|
+
"shape": "S55"
|
|
1304
1302
|
},
|
|
1305
1303
|
"MaxRecords": {
|
|
1306
1304
|
"type": "integer"
|
|
@@ -1333,7 +1331,7 @@
|
|
|
1333
1331
|
"DBClusterIdentifier": {},
|
|
1334
1332
|
"BacktrackIdentifier": {},
|
|
1335
1333
|
"Filters": {
|
|
1336
|
-
"shape": "
|
|
1334
|
+
"shape": "S55"
|
|
1337
1335
|
},
|
|
1338
1336
|
"MaxRecords": {
|
|
1339
1337
|
"type": "integer"
|
|
@@ -1363,7 +1361,7 @@
|
|
|
1363
1361
|
"DBClusterIdentifier": {},
|
|
1364
1362
|
"DBClusterEndpointIdentifier": {},
|
|
1365
1363
|
"Filters": {
|
|
1366
|
-
"shape": "
|
|
1364
|
+
"shape": "S55"
|
|
1367
1365
|
},
|
|
1368
1366
|
"MaxRecords": {
|
|
1369
1367
|
"type": "integer"
|
|
@@ -1392,7 +1390,7 @@
|
|
|
1392
1390
|
"members": {
|
|
1393
1391
|
"DBClusterParameterGroupName": {},
|
|
1394
1392
|
"Filters": {
|
|
1395
|
-
"shape": "
|
|
1393
|
+
"shape": "S55"
|
|
1396
1394
|
},
|
|
1397
1395
|
"MaxRecords": {
|
|
1398
1396
|
"type": "integer"
|
|
@@ -1425,7 +1423,7 @@
|
|
|
1425
1423
|
"DBClusterParameterGroupName": {},
|
|
1426
1424
|
"Source": {},
|
|
1427
1425
|
"Filters": {
|
|
1428
|
-
"shape": "
|
|
1426
|
+
"shape": "S55"
|
|
1429
1427
|
},
|
|
1430
1428
|
"MaxRecords": {
|
|
1431
1429
|
"type": "integer"
|
|
@@ -1438,7 +1436,7 @@
|
|
|
1438
1436
|
"type": "structure",
|
|
1439
1437
|
"members": {
|
|
1440
1438
|
"Parameters": {
|
|
1441
|
-
"shape": "
|
|
1439
|
+
"shape": "S5p"
|
|
1442
1440
|
},
|
|
1443
1441
|
"Marker": {}
|
|
1444
1442
|
}
|
|
@@ -1459,7 +1457,7 @@
|
|
|
1459
1457
|
"type": "structure",
|
|
1460
1458
|
"members": {
|
|
1461
1459
|
"DBClusterSnapshotAttributesResult": {
|
|
1462
|
-
"shape": "
|
|
1460
|
+
"shape": "S5v"
|
|
1463
1461
|
}
|
|
1464
1462
|
}
|
|
1465
1463
|
}
|
|
@@ -1472,7 +1470,7 @@
|
|
|
1472
1470
|
"DBClusterSnapshotIdentifier": {},
|
|
1473
1471
|
"SnapshotType": {},
|
|
1474
1472
|
"Filters": {
|
|
1475
|
-
"shape": "
|
|
1473
|
+
"shape": "S55"
|
|
1476
1474
|
},
|
|
1477
1475
|
"MaxRecords": {
|
|
1478
1476
|
"type": "integer"
|
|
@@ -1507,7 +1505,7 @@
|
|
|
1507
1505
|
"members": {
|
|
1508
1506
|
"DBClusterIdentifier": {},
|
|
1509
1507
|
"Filters": {
|
|
1510
|
-
"shape": "
|
|
1508
|
+
"shape": "S55"
|
|
1511
1509
|
},
|
|
1512
1510
|
"MaxRecords": {
|
|
1513
1511
|
"type": "integer"
|
|
@@ -1541,7 +1539,7 @@
|
|
|
1541
1539
|
"EngineVersion": {},
|
|
1542
1540
|
"DBParameterGroupFamily": {},
|
|
1543
1541
|
"Filters": {
|
|
1544
|
-
"shape": "
|
|
1542
|
+
"shape": "S55"
|
|
1545
1543
|
},
|
|
1546
1544
|
"MaxRecords": {
|
|
1547
1545
|
"type": "integer"
|
|
@@ -1578,13 +1576,13 @@
|
|
|
1578
1576
|
"DBEngineDescription": {},
|
|
1579
1577
|
"DBEngineVersionDescription": {},
|
|
1580
1578
|
"DefaultCharacterSet": {
|
|
1581
|
-
"shape": "
|
|
1579
|
+
"shape": "S69"
|
|
1582
1580
|
},
|
|
1583
1581
|
"SupportedCharacterSets": {
|
|
1584
|
-
"shape": "
|
|
1582
|
+
"shape": "S6a"
|
|
1585
1583
|
},
|
|
1586
1584
|
"SupportedNcharCharacterSets": {
|
|
1587
|
-
"shape": "
|
|
1585
|
+
"shape": "S6a"
|
|
1588
1586
|
},
|
|
1589
1587
|
"ValidUpgradeTarget": {
|
|
1590
1588
|
"type": "list",
|
|
@@ -1624,7 +1622,7 @@
|
|
|
1624
1622
|
"type": "boolean"
|
|
1625
1623
|
},
|
|
1626
1624
|
"SupportedEngineModes": {
|
|
1627
|
-
"shape": "
|
|
1625
|
+
"shape": "S5s"
|
|
1628
1626
|
},
|
|
1629
1627
|
"SupportedFeatureNames": {
|
|
1630
1628
|
"type": "list",
|
|
@@ -1650,12 +1648,13 @@
|
|
|
1650
1648
|
"DbiResourceId": {},
|
|
1651
1649
|
"DBInstanceIdentifier": {},
|
|
1652
1650
|
"Filters": {
|
|
1653
|
-
"shape": "
|
|
1651
|
+
"shape": "S55"
|
|
1654
1652
|
},
|
|
1655
1653
|
"MaxRecords": {
|
|
1656
1654
|
"type": "integer"
|
|
1657
1655
|
},
|
|
1658
|
-
"Marker": {}
|
|
1656
|
+
"Marker": {},
|
|
1657
|
+
"DBInstanceAutomatedBackupsArn": {}
|
|
1659
1658
|
}
|
|
1660
1659
|
},
|
|
1661
1660
|
"output": {
|
|
@@ -1666,7 +1665,7 @@
|
|
|
1666
1665
|
"DBInstanceAutomatedBackups": {
|
|
1667
1666
|
"type": "list",
|
|
1668
1667
|
"member": {
|
|
1669
|
-
"shape": "
|
|
1668
|
+
"shape": "S4g",
|
|
1670
1669
|
"locationName": "DBInstanceAutomatedBackup"
|
|
1671
1670
|
}
|
|
1672
1671
|
}
|
|
@@ -1679,7 +1678,7 @@
|
|
|
1679
1678
|
"members": {
|
|
1680
1679
|
"DBInstanceIdentifier": {},
|
|
1681
1680
|
"Filters": {
|
|
1682
|
-
"shape": "
|
|
1681
|
+
"shape": "S55"
|
|
1683
1682
|
},
|
|
1684
1683
|
"MaxRecords": {
|
|
1685
1684
|
"type": "integer"
|
|
@@ -1718,7 +1717,7 @@
|
|
|
1718
1717
|
"type": "long"
|
|
1719
1718
|
},
|
|
1720
1719
|
"Filters": {
|
|
1721
|
-
"shape": "
|
|
1720
|
+
"shape": "S55"
|
|
1722
1721
|
},
|
|
1723
1722
|
"MaxRecords": {
|
|
1724
1723
|
"type": "integer"
|
|
@@ -1756,7 +1755,7 @@
|
|
|
1756
1755
|
"members": {
|
|
1757
1756
|
"DBParameterGroupName": {},
|
|
1758
1757
|
"Filters": {
|
|
1759
|
-
"shape": "
|
|
1758
|
+
"shape": "S55"
|
|
1760
1759
|
},
|
|
1761
1760
|
"MaxRecords": {
|
|
1762
1761
|
"type": "integer"
|
|
@@ -1789,7 +1788,7 @@
|
|
|
1789
1788
|
"DBParameterGroupName": {},
|
|
1790
1789
|
"Source": {},
|
|
1791
1790
|
"Filters": {
|
|
1792
|
-
"shape": "
|
|
1791
|
+
"shape": "S55"
|
|
1793
1792
|
},
|
|
1794
1793
|
"MaxRecords": {
|
|
1795
1794
|
"type": "integer"
|
|
@@ -1802,7 +1801,7 @@
|
|
|
1802
1801
|
"type": "structure",
|
|
1803
1802
|
"members": {
|
|
1804
1803
|
"Parameters": {
|
|
1805
|
-
"shape": "
|
|
1804
|
+
"shape": "S5p"
|
|
1806
1805
|
},
|
|
1807
1806
|
"Marker": {}
|
|
1808
1807
|
}
|
|
@@ -1814,7 +1813,7 @@
|
|
|
1814
1813
|
"members": {
|
|
1815
1814
|
"DBProxyName": {},
|
|
1816
1815
|
"Filters": {
|
|
1817
|
-
"shape": "
|
|
1816
|
+
"shape": "S55"
|
|
1818
1817
|
},
|
|
1819
1818
|
"Marker": {},
|
|
1820
1819
|
"MaxRecords": {
|
|
@@ -1829,7 +1828,7 @@
|
|
|
1829
1828
|
"DBProxies": {
|
|
1830
1829
|
"type": "list",
|
|
1831
1830
|
"member": {
|
|
1832
|
-
"shape": "
|
|
1831
|
+
"shape": "S3j"
|
|
1833
1832
|
}
|
|
1834
1833
|
},
|
|
1835
1834
|
"Marker": {}
|
|
@@ -1846,7 +1845,7 @@
|
|
|
1846
1845
|
"DBProxyName": {},
|
|
1847
1846
|
"TargetGroupName": {},
|
|
1848
1847
|
"Filters": {
|
|
1849
|
-
"shape": "
|
|
1848
|
+
"shape": "S55"
|
|
1850
1849
|
},
|
|
1851
1850
|
"Marker": {},
|
|
1852
1851
|
"MaxRecords": {
|
|
@@ -1861,7 +1860,7 @@
|
|
|
1861
1860
|
"TargetGroups": {
|
|
1862
1861
|
"type": "list",
|
|
1863
1862
|
"member": {
|
|
1864
|
-
"shape": "
|
|
1863
|
+
"shape": "S72"
|
|
1865
1864
|
}
|
|
1866
1865
|
},
|
|
1867
1866
|
"Marker": {}
|
|
@@ -1878,7 +1877,7 @@
|
|
|
1878
1877
|
"DBProxyName": {},
|
|
1879
1878
|
"TargetGroupName": {},
|
|
1880
1879
|
"Filters": {
|
|
1881
|
-
"shape": "
|
|
1880
|
+
"shape": "S55"
|
|
1882
1881
|
},
|
|
1883
1882
|
"Marker": {},
|
|
1884
1883
|
"MaxRecords": {
|
|
@@ -1891,7 +1890,7 @@
|
|
|
1891
1890
|
"type": "structure",
|
|
1892
1891
|
"members": {
|
|
1893
1892
|
"Targets": {
|
|
1894
|
-
"shape": "
|
|
1893
|
+
"shape": "S76"
|
|
1895
1894
|
},
|
|
1896
1895
|
"Marker": {}
|
|
1897
1896
|
}
|
|
@@ -1903,7 +1902,7 @@
|
|
|
1903
1902
|
"members": {
|
|
1904
1903
|
"DBSecurityGroupName": {},
|
|
1905
1904
|
"Filters": {
|
|
1906
|
-
"shape": "
|
|
1905
|
+
"shape": "S55"
|
|
1907
1906
|
},
|
|
1908
1907
|
"MaxRecords": {
|
|
1909
1908
|
"type": "integer"
|
|
@@ -1941,7 +1940,7 @@
|
|
|
1941
1940
|
"type": "structure",
|
|
1942
1941
|
"members": {
|
|
1943
1942
|
"DBSnapshotAttributesResult": {
|
|
1944
|
-
"shape": "
|
|
1943
|
+
"shape": "S7h"
|
|
1945
1944
|
}
|
|
1946
1945
|
}
|
|
1947
1946
|
}
|
|
@@ -1954,7 +1953,7 @@
|
|
|
1954
1953
|
"DBSnapshotIdentifier": {},
|
|
1955
1954
|
"SnapshotType": {},
|
|
1956
1955
|
"Filters": {
|
|
1957
|
-
"shape": "
|
|
1956
|
+
"shape": "S55"
|
|
1958
1957
|
},
|
|
1959
1958
|
"MaxRecords": {
|
|
1960
1959
|
"type": "integer"
|
|
@@ -1990,7 +1989,7 @@
|
|
|
1990
1989
|
"members": {
|
|
1991
1990
|
"DBSubnetGroupName": {},
|
|
1992
1991
|
"Filters": {
|
|
1993
|
-
"shape": "
|
|
1992
|
+
"shape": "S55"
|
|
1994
1993
|
},
|
|
1995
1994
|
"MaxRecords": {
|
|
1996
1995
|
"type": "integer"
|
|
@@ -2022,7 +2021,7 @@
|
|
|
2022
2021
|
"members": {
|
|
2023
2022
|
"DBParameterGroupFamily": {},
|
|
2024
2023
|
"Filters": {
|
|
2025
|
-
"shape": "
|
|
2024
|
+
"shape": "S55"
|
|
2026
2025
|
},
|
|
2027
2026
|
"MaxRecords": {
|
|
2028
2027
|
"type": "integer"
|
|
@@ -2035,7 +2034,7 @@
|
|
|
2035
2034
|
"type": "structure",
|
|
2036
2035
|
"members": {
|
|
2037
2036
|
"EngineDefaults": {
|
|
2038
|
-
"shape": "
|
|
2037
|
+
"shape": "S7s"
|
|
2039
2038
|
}
|
|
2040
2039
|
}
|
|
2041
2040
|
}
|
|
@@ -2049,7 +2048,7 @@
|
|
|
2049
2048
|
"members": {
|
|
2050
2049
|
"DBParameterGroupFamily": {},
|
|
2051
2050
|
"Filters": {
|
|
2052
|
-
"shape": "
|
|
2051
|
+
"shape": "S55"
|
|
2053
2052
|
},
|
|
2054
2053
|
"MaxRecords": {
|
|
2055
2054
|
"type": "integer"
|
|
@@ -2062,7 +2061,7 @@
|
|
|
2062
2061
|
"type": "structure",
|
|
2063
2062
|
"members": {
|
|
2064
2063
|
"EngineDefaults": {
|
|
2065
|
-
"shape": "
|
|
2064
|
+
"shape": "S7s"
|
|
2066
2065
|
}
|
|
2067
2066
|
}
|
|
2068
2067
|
}
|
|
@@ -2073,7 +2072,7 @@
|
|
|
2073
2072
|
"members": {
|
|
2074
2073
|
"SourceType": {},
|
|
2075
2074
|
"Filters": {
|
|
2076
|
-
"shape": "
|
|
2075
|
+
"shape": "S55"
|
|
2077
2076
|
}
|
|
2078
2077
|
}
|
|
2079
2078
|
},
|
|
@@ -2104,7 +2103,7 @@
|
|
|
2104
2103
|
"members": {
|
|
2105
2104
|
"SubscriptionName": {},
|
|
2106
2105
|
"Filters": {
|
|
2107
|
-
"shape": "
|
|
2106
|
+
"shape": "S55"
|
|
2108
2107
|
},
|
|
2109
2108
|
"MaxRecords": {
|
|
2110
2109
|
"type": "integer"
|
|
@@ -2146,7 +2145,7 @@
|
|
|
2146
2145
|
"shape": "S8"
|
|
2147
2146
|
},
|
|
2148
2147
|
"Filters": {
|
|
2149
|
-
"shape": "
|
|
2148
|
+
"shape": "S55"
|
|
2150
2149
|
},
|
|
2151
2150
|
"MaxRecords": {
|
|
2152
2151
|
"type": "integer"
|
|
@@ -2188,7 +2187,7 @@
|
|
|
2188
2187
|
"ExportTaskIdentifier": {},
|
|
2189
2188
|
"SourceArn": {},
|
|
2190
2189
|
"Filters": {
|
|
2191
|
-
"shape": "
|
|
2190
|
+
"shape": "S55"
|
|
2192
2191
|
},
|
|
2193
2192
|
"Marker": {},
|
|
2194
2193
|
"MaxRecords": {
|
|
@@ -2217,7 +2216,7 @@
|
|
|
2217
2216
|
"members": {
|
|
2218
2217
|
"GlobalClusterIdentifier": {},
|
|
2219
2218
|
"Filters": {
|
|
2220
|
-
"shape": "
|
|
2219
|
+
"shape": "S55"
|
|
2221
2220
|
},
|
|
2222
2221
|
"MaxRecords": {
|
|
2223
2222
|
"type": "integer"
|
|
@@ -2233,7 +2232,7 @@
|
|
|
2233
2232
|
"GlobalClusters": {
|
|
2234
2233
|
"type": "list",
|
|
2235
2234
|
"member": {
|
|
2236
|
-
"shape": "
|
|
2235
|
+
"shape": "S3y",
|
|
2237
2236
|
"locationName": "GlobalClusterMember"
|
|
2238
2237
|
}
|
|
2239
2238
|
}
|
|
@@ -2246,7 +2245,7 @@
|
|
|
2246
2245
|
"members": {
|
|
2247
2246
|
"InstallationMediaId": {},
|
|
2248
2247
|
"Filters": {
|
|
2249
|
-
"shape": "
|
|
2248
|
+
"shape": "S55"
|
|
2250
2249
|
},
|
|
2251
2250
|
"MaxRecords": {
|
|
2252
2251
|
"type": "integer"
|
|
@@ -2262,7 +2261,7 @@
|
|
|
2262
2261
|
"InstallationMedia": {
|
|
2263
2262
|
"type": "list",
|
|
2264
2263
|
"member": {
|
|
2265
|
-
"shape": "
|
|
2264
|
+
"shape": "S4u",
|
|
2266
2265
|
"locationName": "InstallationMedia"
|
|
2267
2266
|
}
|
|
2268
2267
|
}
|
|
@@ -2279,7 +2278,7 @@
|
|
|
2279
2278
|
"EngineName": {},
|
|
2280
2279
|
"MajorEngineVersion": {},
|
|
2281
2280
|
"Filters": {
|
|
2282
|
-
"shape": "
|
|
2281
|
+
"shape": "S55"
|
|
2283
2282
|
},
|
|
2284
2283
|
"MaxRecords": {
|
|
2285
2284
|
"type": "integer"
|
|
@@ -2392,7 +2391,7 @@
|
|
|
2392
2391
|
"members": {
|
|
2393
2392
|
"OptionGroupName": {},
|
|
2394
2393
|
"Filters": {
|
|
2395
|
-
"shape": "
|
|
2394
|
+
"shape": "S55"
|
|
2396
2395
|
},
|
|
2397
2396
|
"Marker": {},
|
|
2398
2397
|
"MaxRecords": {
|
|
@@ -2433,7 +2432,7 @@
|
|
|
2433
2432
|
"type": "boolean"
|
|
2434
2433
|
},
|
|
2435
2434
|
"Filters": {
|
|
2436
|
-
"shape": "
|
|
2435
|
+
"shape": "S55"
|
|
2437
2436
|
},
|
|
2438
2437
|
"MaxRecords": {
|
|
2439
2438
|
"type": "integer"
|
|
@@ -2507,10 +2506,10 @@
|
|
|
2507
2506
|
"type": "double"
|
|
2508
2507
|
},
|
|
2509
2508
|
"AvailableProcessorFeatures": {
|
|
2510
|
-
"shape": "
|
|
2509
|
+
"shape": "S91"
|
|
2511
2510
|
},
|
|
2512
2511
|
"SupportedEngineModes": {
|
|
2513
|
-
"shape": "
|
|
2512
|
+
"shape": "S5s"
|
|
2514
2513
|
},
|
|
2515
2514
|
"SupportsStorageAutoscaling": {
|
|
2516
2515
|
"type": "boolean"
|
|
@@ -2538,7 +2537,7 @@
|
|
|
2538
2537
|
"members": {
|
|
2539
2538
|
"ResourceIdentifier": {},
|
|
2540
2539
|
"Filters": {
|
|
2541
|
-
"shape": "
|
|
2540
|
+
"shape": "S55"
|
|
2542
2541
|
},
|
|
2543
2542
|
"Marker": {},
|
|
2544
2543
|
"MaxRecords": {
|
|
@@ -2576,7 +2575,7 @@
|
|
|
2576
2575
|
},
|
|
2577
2576
|
"LeaseId": {},
|
|
2578
2577
|
"Filters": {
|
|
2579
|
-
"shape": "
|
|
2578
|
+
"shape": "S55"
|
|
2580
2579
|
},
|
|
2581
2580
|
"MaxRecords": {
|
|
2582
2581
|
"type": "integer"
|
|
@@ -2592,7 +2591,7 @@
|
|
|
2592
2591
|
"ReservedDBInstances": {
|
|
2593
2592
|
"type": "list",
|
|
2594
2593
|
"member": {
|
|
2595
|
-
"shape": "
|
|
2594
|
+
"shape": "S99",
|
|
2596
2595
|
"locationName": "ReservedDBInstance"
|
|
2597
2596
|
}
|
|
2598
2597
|
}
|
|
@@ -2612,7 +2611,7 @@
|
|
|
2612
2611
|
"type": "boolean"
|
|
2613
2612
|
},
|
|
2614
2613
|
"Filters": {
|
|
2615
|
-
"shape": "
|
|
2614
|
+
"shape": "S55"
|
|
2616
2615
|
},
|
|
2617
2616
|
"MaxRecords": {
|
|
2618
2617
|
"type": "integer"
|
|
@@ -2649,7 +2648,7 @@
|
|
|
2649
2648
|
"type": "boolean"
|
|
2650
2649
|
},
|
|
2651
2650
|
"RecurringCharges": {
|
|
2652
|
-
"shape": "
|
|
2651
|
+
"shape": "S9b"
|
|
2653
2652
|
}
|
|
2654
2653
|
},
|
|
2655
2654
|
"wrapper": true
|
|
@@ -2668,7 +2667,7 @@
|
|
|
2668
2667
|
},
|
|
2669
2668
|
"Marker": {},
|
|
2670
2669
|
"Filters": {
|
|
2671
|
-
"shape": "
|
|
2670
|
+
"shape": "S55"
|
|
2672
2671
|
}
|
|
2673
2672
|
}
|
|
2674
2673
|
},
|
|
@@ -2685,7 +2684,10 @@
|
|
|
2685
2684
|
"members": {
|
|
2686
2685
|
"RegionName": {},
|
|
2687
2686
|
"Endpoint": {},
|
|
2688
|
-
"Status": {}
|
|
2687
|
+
"Status": {},
|
|
2688
|
+
"SupportsDBInstanceAutomatedBackupsReplication": {
|
|
2689
|
+
"type": "boolean"
|
|
2690
|
+
}
|
|
2689
2691
|
}
|
|
2690
2692
|
}
|
|
2691
2693
|
}
|
|
@@ -2717,10 +2719,10 @@
|
|
|
2717
2719
|
"members": {
|
|
2718
2720
|
"StorageType": {},
|
|
2719
2721
|
"StorageSize": {
|
|
2720
|
-
"shape": "
|
|
2722
|
+
"shape": "S9q"
|
|
2721
2723
|
},
|
|
2722
2724
|
"ProvisionedIops": {
|
|
2723
|
-
"shape": "
|
|
2725
|
+
"shape": "S9q"
|
|
2724
2726
|
},
|
|
2725
2727
|
"IopsToStorageRatio": {
|
|
2726
2728
|
"type": "list",
|
|
@@ -2744,7 +2746,7 @@
|
|
|
2744
2746
|
}
|
|
2745
2747
|
},
|
|
2746
2748
|
"ValidProcessorFeatures": {
|
|
2747
|
-
"shape": "
|
|
2749
|
+
"shape": "S91"
|
|
2748
2750
|
}
|
|
2749
2751
|
},
|
|
2750
2752
|
"wrapper": true
|
|
@@ -2820,7 +2822,7 @@
|
|
|
2820
2822
|
}
|
|
2821
2823
|
},
|
|
2822
2824
|
"output": {
|
|
2823
|
-
"shape": "
|
|
2825
|
+
"shape": "S4u",
|
|
2824
2826
|
"resultWrapper": "ImportInstallationMediaResult"
|
|
2825
2827
|
}
|
|
2826
2828
|
},
|
|
@@ -2833,7 +2835,7 @@
|
|
|
2833
2835
|
"members": {
|
|
2834
2836
|
"ResourceName": {},
|
|
2835
2837
|
"Filters": {
|
|
2836
|
-
"shape": "
|
|
2838
|
+
"shape": "S55"
|
|
2837
2839
|
}
|
|
2838
2840
|
}
|
|
2839
2841
|
},
|
|
@@ -2862,7 +2864,7 @@
|
|
|
2862
2864
|
"type": "structure",
|
|
2863
2865
|
"members": {
|
|
2864
2866
|
"Certificate": {
|
|
2865
|
-
"shape": "
|
|
2867
|
+
"shape": "S5a"
|
|
2866
2868
|
}
|
|
2867
2869
|
}
|
|
2868
2870
|
}
|
|
@@ -2935,7 +2937,7 @@
|
|
|
2935
2937
|
"type": "long"
|
|
2936
2938
|
},
|
|
2937
2939
|
"CloudwatchLogsExportConfiguration": {
|
|
2938
|
-
"shape": "
|
|
2940
|
+
"shape": "Sa6"
|
|
2939
2941
|
},
|
|
2940
2942
|
"EngineVersion": {},
|
|
2941
2943
|
"AllowMajorVersionUpgrade": {
|
|
@@ -3003,12 +3005,12 @@
|
|
|
3003
3005
|
"members": {
|
|
3004
3006
|
"DBClusterParameterGroupName": {},
|
|
3005
3007
|
"Parameters": {
|
|
3006
|
-
"shape": "
|
|
3008
|
+
"shape": "S5p"
|
|
3007
3009
|
}
|
|
3008
3010
|
}
|
|
3009
3011
|
},
|
|
3010
3012
|
"output": {
|
|
3011
|
-
"shape": "
|
|
3013
|
+
"shape": "Saa",
|
|
3012
3014
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
3013
3015
|
}
|
|
3014
3016
|
},
|
|
@@ -3023,10 +3025,10 @@
|
|
|
3023
3025
|
"DBClusterSnapshotIdentifier": {},
|
|
3024
3026
|
"AttributeName": {},
|
|
3025
3027
|
"ValuesToAdd": {
|
|
3026
|
-
"shape": "
|
|
3028
|
+
"shape": "S5y"
|
|
3027
3029
|
},
|
|
3028
3030
|
"ValuesToRemove": {
|
|
3029
|
-
"shape": "
|
|
3031
|
+
"shape": "S5y"
|
|
3030
3032
|
}
|
|
3031
3033
|
}
|
|
3032
3034
|
},
|
|
@@ -3035,7 +3037,7 @@
|
|
|
3035
3037
|
"type": "structure",
|
|
3036
3038
|
"members": {
|
|
3037
3039
|
"DBClusterSnapshotAttributesResult": {
|
|
3038
|
-
"shape": "
|
|
3040
|
+
"shape": "S5v"
|
|
3039
3041
|
}
|
|
3040
3042
|
}
|
|
3041
3043
|
}
|
|
@@ -3118,7 +3120,7 @@
|
|
|
3118
3120
|
"type": "integer"
|
|
3119
3121
|
},
|
|
3120
3122
|
"CloudwatchLogsExportConfiguration": {
|
|
3121
|
-
"shape": "
|
|
3123
|
+
"shape": "Sa6"
|
|
3122
3124
|
},
|
|
3123
3125
|
"ProcessorFeatures": {
|
|
3124
3126
|
"shape": "S1b"
|
|
@@ -3158,12 +3160,12 @@
|
|
|
3158
3160
|
"members": {
|
|
3159
3161
|
"DBParameterGroupName": {},
|
|
3160
3162
|
"Parameters": {
|
|
3161
|
-
"shape": "
|
|
3163
|
+
"shape": "S5p"
|
|
3162
3164
|
}
|
|
3163
3165
|
}
|
|
3164
3166
|
},
|
|
3165
3167
|
"output": {
|
|
3166
|
-
"shape": "
|
|
3168
|
+
"shape": "Sag",
|
|
3167
3169
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
|
3168
3170
|
}
|
|
3169
3171
|
},
|
|
@@ -3177,7 +3179,7 @@
|
|
|
3177
3179
|
"DBProxyName": {},
|
|
3178
3180
|
"NewDBProxyName": {},
|
|
3179
3181
|
"Auth": {
|
|
3180
|
-
"shape": "
|
|
3182
|
+
"shape": "S3e"
|
|
3181
3183
|
},
|
|
3182
3184
|
"RequireTLS": {
|
|
3183
3185
|
"type": "boolean"
|
|
@@ -3199,7 +3201,7 @@
|
|
|
3199
3201
|
"type": "structure",
|
|
3200
3202
|
"members": {
|
|
3201
3203
|
"DBProxy": {
|
|
3202
|
-
"shape": "
|
|
3204
|
+
"shape": "S3j"
|
|
3203
3205
|
}
|
|
3204
3206
|
}
|
|
3205
3207
|
}
|
|
@@ -3240,7 +3242,7 @@
|
|
|
3240
3242
|
"type": "structure",
|
|
3241
3243
|
"members": {
|
|
3242
3244
|
"DBProxyTargetGroup": {
|
|
3243
|
-
"shape": "
|
|
3245
|
+
"shape": "S72"
|
|
3244
3246
|
}
|
|
3245
3247
|
}
|
|
3246
3248
|
}
|
|
@@ -3278,10 +3280,10 @@
|
|
|
3278
3280
|
"DBSnapshotIdentifier": {},
|
|
3279
3281
|
"AttributeName": {},
|
|
3280
3282
|
"ValuesToAdd": {
|
|
3281
|
-
"shape": "
|
|
3283
|
+
"shape": "S5y"
|
|
3282
3284
|
},
|
|
3283
3285
|
"ValuesToRemove": {
|
|
3284
|
-
"shape": "
|
|
3286
|
+
"shape": "S5y"
|
|
3285
3287
|
}
|
|
3286
3288
|
}
|
|
3287
3289
|
},
|
|
@@ -3290,7 +3292,7 @@
|
|
|
3290
3292
|
"type": "structure",
|
|
3291
3293
|
"members": {
|
|
3292
3294
|
"DBSnapshotAttributesResult": {
|
|
3293
|
-
"shape": "
|
|
3295
|
+
"shape": "S7h"
|
|
3294
3296
|
}
|
|
3295
3297
|
}
|
|
3296
3298
|
}
|
|
@@ -3306,7 +3308,7 @@
|
|
|
3306
3308
|
"DBSubnetGroupName": {},
|
|
3307
3309
|
"DBSubnetGroupDescription": {},
|
|
3308
3310
|
"SubnetIds": {
|
|
3309
|
-
"shape": "
|
|
3311
|
+
"shape": "S3s"
|
|
3310
3312
|
}
|
|
3311
3313
|
}
|
|
3312
3314
|
},
|
|
@@ -3364,7 +3366,7 @@
|
|
|
3364
3366
|
"type": "structure",
|
|
3365
3367
|
"members": {
|
|
3366
3368
|
"GlobalCluster": {
|
|
3367
|
-
"shape": "
|
|
3369
|
+
"shape": "S3y"
|
|
3368
3370
|
}
|
|
3369
3371
|
}
|
|
3370
3372
|
}
|
|
@@ -3492,7 +3494,7 @@
|
|
|
3492
3494
|
"type": "structure",
|
|
3493
3495
|
"members": {
|
|
3494
3496
|
"ReservedDBInstance": {
|
|
3495
|
-
"shape": "
|
|
3497
|
+
"shape": "S99"
|
|
3496
3498
|
}
|
|
3497
3499
|
}
|
|
3498
3500
|
}
|
|
@@ -3542,7 +3544,7 @@
|
|
|
3542
3544
|
"type": "structure",
|
|
3543
3545
|
"members": {
|
|
3544
3546
|
"DBProxyTargets": {
|
|
3545
|
-
"shape": "
|
|
3547
|
+
"shape": "S76"
|
|
3546
3548
|
}
|
|
3547
3549
|
}
|
|
3548
3550
|
}
|
|
@@ -3560,7 +3562,7 @@
|
|
|
3560
3562
|
"type": "structure",
|
|
3561
3563
|
"members": {
|
|
3562
3564
|
"GlobalCluster": {
|
|
3563
|
-
"shape": "
|
|
3565
|
+
"shape": "S3y"
|
|
3564
3566
|
}
|
|
3565
3567
|
}
|
|
3566
3568
|
}
|
|
@@ -3644,12 +3646,12 @@
|
|
|
3644
3646
|
"type": "boolean"
|
|
3645
3647
|
},
|
|
3646
3648
|
"Parameters": {
|
|
3647
|
-
"shape": "
|
|
3649
|
+
"shape": "S5p"
|
|
3648
3650
|
}
|
|
3649
3651
|
}
|
|
3650
3652
|
},
|
|
3651
3653
|
"output": {
|
|
3652
|
-
"shape": "
|
|
3654
|
+
"shape": "Saa",
|
|
3653
3655
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
3654
3656
|
}
|
|
3655
3657
|
},
|
|
@@ -3665,12 +3667,12 @@
|
|
|
3665
3667
|
"type": "boolean"
|
|
3666
3668
|
},
|
|
3667
3669
|
"Parameters": {
|
|
3668
|
-
"shape": "
|
|
3670
|
+
"shape": "S5p"
|
|
3669
3671
|
}
|
|
3670
3672
|
}
|
|
3671
3673
|
},
|
|
3672
3674
|
"output": {
|
|
3673
|
-
"shape": "
|
|
3675
|
+
"shape": "Sag",
|
|
3674
3676
|
"resultWrapper": "ResetDBParameterGroupResult"
|
|
3675
3677
|
}
|
|
3676
3678
|
},
|
|
@@ -4130,7 +4132,8 @@
|
|
|
4130
4132
|
"SourceDbiResourceId": {},
|
|
4131
4133
|
"MaxAllocatedStorage": {
|
|
4132
4134
|
"type": "integer"
|
|
4133
|
-
}
|
|
4135
|
+
},
|
|
4136
|
+
"SourceDBInstanceAutomatedBackupsArn": {}
|
|
4134
4137
|
}
|
|
4135
4138
|
},
|
|
4136
4139
|
"output": {
|
|
@@ -4238,6 +4241,31 @@
|
|
|
4238
4241
|
}
|
|
4239
4242
|
}
|
|
4240
4243
|
},
|
|
4244
|
+
"StartDBInstanceAutomatedBackupsReplication": {
|
|
4245
|
+
"input": {
|
|
4246
|
+
"type": "structure",
|
|
4247
|
+
"required": [
|
|
4248
|
+
"SourceDBInstanceArn"
|
|
4249
|
+
],
|
|
4250
|
+
"members": {
|
|
4251
|
+
"SourceDBInstanceArn": {},
|
|
4252
|
+
"BackupRetentionPeriod": {
|
|
4253
|
+
"type": "integer"
|
|
4254
|
+
},
|
|
4255
|
+
"KmsKeyId": {},
|
|
4256
|
+
"PreSignedUrl": {}
|
|
4257
|
+
}
|
|
4258
|
+
},
|
|
4259
|
+
"output": {
|
|
4260
|
+
"resultWrapper": "StartDBInstanceAutomatedBackupsReplicationResult",
|
|
4261
|
+
"type": "structure",
|
|
4262
|
+
"members": {
|
|
4263
|
+
"DBInstanceAutomatedBackup": {
|
|
4264
|
+
"shape": "S4g"
|
|
4265
|
+
}
|
|
4266
|
+
}
|
|
4267
|
+
}
|
|
4268
|
+
},
|
|
4241
4269
|
"StartExportTask": {
|
|
4242
4270
|
"input": {
|
|
4243
4271
|
"type": "structure",
|
|
@@ -4328,6 +4356,26 @@
|
|
|
4328
4356
|
}
|
|
4329
4357
|
}
|
|
4330
4358
|
}
|
|
4359
|
+
},
|
|
4360
|
+
"StopDBInstanceAutomatedBackupsReplication": {
|
|
4361
|
+
"input": {
|
|
4362
|
+
"type": "structure",
|
|
4363
|
+
"required": [
|
|
4364
|
+
"SourceDBInstanceArn"
|
|
4365
|
+
],
|
|
4366
|
+
"members": {
|
|
4367
|
+
"SourceDBInstanceArn": {}
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
"output": {
|
|
4371
|
+
"resultWrapper": "StopDBInstanceAutomatedBackupsReplicationResult",
|
|
4372
|
+
"type": "structure",
|
|
4373
|
+
"members": {
|
|
4374
|
+
"DBInstanceAutomatedBackup": {
|
|
4375
|
+
"shape": "S4g"
|
|
4376
|
+
}
|
|
4377
|
+
}
|
|
4378
|
+
}
|
|
4331
4379
|
}
|
|
4332
4380
|
},
|
|
4333
4381
|
"shapes": {
|
|
@@ -5189,6 +5237,9 @@
|
|
|
5189
5237
|
},
|
|
5190
5238
|
"TagList": {
|
|
5191
5239
|
"shape": "Sb"
|
|
5240
|
+
},
|
|
5241
|
+
"DBInstanceAutomatedBackupsReplications": {
|
|
5242
|
+
"shape": "S36"
|
|
5192
5243
|
}
|
|
5193
5244
|
},
|
|
5194
5245
|
"wrapper": true
|
|
@@ -5241,7 +5292,17 @@
|
|
|
5241
5292
|
},
|
|
5242
5293
|
"wrapper": true
|
|
5243
5294
|
},
|
|
5244
|
-
"
|
|
5295
|
+
"S36": {
|
|
5296
|
+
"type": "list",
|
|
5297
|
+
"member": {
|
|
5298
|
+
"locationName": "DBInstanceAutomatedBackupsReplication",
|
|
5299
|
+
"type": "structure",
|
|
5300
|
+
"members": {
|
|
5301
|
+
"DBInstanceAutomatedBackupsArn": {}
|
|
5302
|
+
}
|
|
5303
|
+
}
|
|
5304
|
+
},
|
|
5305
|
+
"S3e": {
|
|
5245
5306
|
"type": "list",
|
|
5246
5307
|
"member": {
|
|
5247
5308
|
"type": "structure",
|
|
@@ -5254,7 +5315,7 @@
|
|
|
5254
5315
|
}
|
|
5255
5316
|
}
|
|
5256
5317
|
},
|
|
5257
|
-
"
|
|
5318
|
+
"S3j": {
|
|
5258
5319
|
"type": "structure",
|
|
5259
5320
|
"members": {
|
|
5260
5321
|
"DBProxyName": {},
|
|
@@ -5299,13 +5360,13 @@
|
|
|
5299
5360
|
}
|
|
5300
5361
|
}
|
|
5301
5362
|
},
|
|
5302
|
-
"
|
|
5363
|
+
"S3s": {
|
|
5303
5364
|
"type": "list",
|
|
5304
5365
|
"member": {
|
|
5305
5366
|
"locationName": "SubnetIdentifier"
|
|
5306
5367
|
}
|
|
5307
5368
|
},
|
|
5308
|
-
"
|
|
5369
|
+
"S3y": {
|
|
5309
5370
|
"type": "structure",
|
|
5310
5371
|
"members": {
|
|
5311
5372
|
"GlobalClusterIdentifier": {},
|
|
@@ -5343,7 +5404,7 @@
|
|
|
5343
5404
|
},
|
|
5344
5405
|
"wrapper": true
|
|
5345
5406
|
},
|
|
5346
|
-
"
|
|
5407
|
+
"S4g": {
|
|
5347
5408
|
"type": "structure",
|
|
5348
5409
|
"members": {
|
|
5349
5410
|
"DBInstanceArn": {},
|
|
@@ -5390,11 +5451,18 @@
|
|
|
5390
5451
|
"Timezone": {},
|
|
5391
5452
|
"IAMDatabaseAuthenticationEnabled": {
|
|
5392
5453
|
"type": "boolean"
|
|
5454
|
+
},
|
|
5455
|
+
"BackupRetentionPeriod": {
|
|
5456
|
+
"type": "integer"
|
|
5457
|
+
},
|
|
5458
|
+
"DBInstanceAutomatedBackupsArn": {},
|
|
5459
|
+
"DBInstanceAutomatedBackupsReplications": {
|
|
5460
|
+
"shape": "S36"
|
|
5393
5461
|
}
|
|
5394
5462
|
},
|
|
5395
5463
|
"wrapper": true
|
|
5396
5464
|
},
|
|
5397
|
-
"
|
|
5465
|
+
"S4u": {
|
|
5398
5466
|
"type": "structure",
|
|
5399
5467
|
"members": {
|
|
5400
5468
|
"InstallationMediaId": {},
|
|
@@ -5412,7 +5480,7 @@
|
|
|
5412
5480
|
}
|
|
5413
5481
|
}
|
|
5414
5482
|
},
|
|
5415
|
-
"
|
|
5483
|
+
"S55": {
|
|
5416
5484
|
"type": "list",
|
|
5417
5485
|
"member": {
|
|
5418
5486
|
"locationName": "Filter",
|
|
@@ -5432,7 +5500,7 @@
|
|
|
5432
5500
|
}
|
|
5433
5501
|
}
|
|
5434
5502
|
},
|
|
5435
|
-
"
|
|
5503
|
+
"S5a": {
|
|
5436
5504
|
"type": "structure",
|
|
5437
5505
|
"members": {
|
|
5438
5506
|
"CertificateIdentifier": {},
|
|
@@ -5454,7 +5522,7 @@
|
|
|
5454
5522
|
},
|
|
5455
5523
|
"wrapper": true
|
|
5456
5524
|
},
|
|
5457
|
-
"
|
|
5525
|
+
"S5p": {
|
|
5458
5526
|
"type": "list",
|
|
5459
5527
|
"member": {
|
|
5460
5528
|
"locationName": "Parameter",
|
|
@@ -5473,16 +5541,16 @@
|
|
|
5473
5541
|
"MinimumEngineVersion": {},
|
|
5474
5542
|
"ApplyMethod": {},
|
|
5475
5543
|
"SupportedEngineModes": {
|
|
5476
|
-
"shape": "
|
|
5544
|
+
"shape": "S5s"
|
|
5477
5545
|
}
|
|
5478
5546
|
}
|
|
5479
5547
|
}
|
|
5480
5548
|
},
|
|
5481
|
-
"
|
|
5549
|
+
"S5s": {
|
|
5482
5550
|
"type": "list",
|
|
5483
5551
|
"member": {}
|
|
5484
5552
|
},
|
|
5485
|
-
"
|
|
5553
|
+
"S5v": {
|
|
5486
5554
|
"type": "structure",
|
|
5487
5555
|
"members": {
|
|
5488
5556
|
"DBClusterSnapshotIdentifier": {},
|
|
@@ -5494,7 +5562,7 @@
|
|
|
5494
5562
|
"members": {
|
|
5495
5563
|
"AttributeName": {},
|
|
5496
5564
|
"AttributeValues": {
|
|
5497
|
-
"shape": "
|
|
5565
|
+
"shape": "S5y"
|
|
5498
5566
|
}
|
|
5499
5567
|
}
|
|
5500
5568
|
}
|
|
@@ -5502,27 +5570,27 @@
|
|
|
5502
5570
|
},
|
|
5503
5571
|
"wrapper": true
|
|
5504
5572
|
},
|
|
5505
|
-
"
|
|
5573
|
+
"S5y": {
|
|
5506
5574
|
"type": "list",
|
|
5507
5575
|
"member": {
|
|
5508
5576
|
"locationName": "AttributeValue"
|
|
5509
5577
|
}
|
|
5510
5578
|
},
|
|
5511
|
-
"
|
|
5579
|
+
"S69": {
|
|
5512
5580
|
"type": "structure",
|
|
5513
5581
|
"members": {
|
|
5514
5582
|
"CharacterSetName": {},
|
|
5515
5583
|
"CharacterSetDescription": {}
|
|
5516
5584
|
}
|
|
5517
5585
|
},
|
|
5518
|
-
"
|
|
5586
|
+
"S6a": {
|
|
5519
5587
|
"type": "list",
|
|
5520
5588
|
"member": {
|
|
5521
|
-
"shape": "
|
|
5589
|
+
"shape": "S69",
|
|
5522
5590
|
"locationName": "CharacterSet"
|
|
5523
5591
|
}
|
|
5524
5592
|
},
|
|
5525
|
-
"
|
|
5593
|
+
"S72": {
|
|
5526
5594
|
"type": "structure",
|
|
5527
5595
|
"members": {
|
|
5528
5596
|
"DBProxyName": {},
|
|
@@ -5558,7 +5626,7 @@
|
|
|
5558
5626
|
}
|
|
5559
5627
|
}
|
|
5560
5628
|
},
|
|
5561
|
-
"
|
|
5629
|
+
"S76": {
|
|
5562
5630
|
"type": "list",
|
|
5563
5631
|
"member": {
|
|
5564
5632
|
"type": "structure",
|
|
@@ -5582,7 +5650,7 @@
|
|
|
5582
5650
|
}
|
|
5583
5651
|
}
|
|
5584
5652
|
},
|
|
5585
|
-
"
|
|
5653
|
+
"S7h": {
|
|
5586
5654
|
"type": "structure",
|
|
5587
5655
|
"members": {
|
|
5588
5656
|
"DBSnapshotIdentifier": {},
|
|
@@ -5594,7 +5662,7 @@
|
|
|
5594
5662
|
"members": {
|
|
5595
5663
|
"AttributeName": {},
|
|
5596
5664
|
"AttributeValues": {
|
|
5597
|
-
"shape": "
|
|
5665
|
+
"shape": "S5y"
|
|
5598
5666
|
}
|
|
5599
5667
|
},
|
|
5600
5668
|
"wrapper": true
|
|
@@ -5603,18 +5671,18 @@
|
|
|
5603
5671
|
},
|
|
5604
5672
|
"wrapper": true
|
|
5605
5673
|
},
|
|
5606
|
-
"
|
|
5674
|
+
"S7s": {
|
|
5607
5675
|
"type": "structure",
|
|
5608
5676
|
"members": {
|
|
5609
5677
|
"DBParameterGroupFamily": {},
|
|
5610
5678
|
"Marker": {},
|
|
5611
5679
|
"Parameters": {
|
|
5612
|
-
"shape": "
|
|
5680
|
+
"shape": "S5p"
|
|
5613
5681
|
}
|
|
5614
5682
|
},
|
|
5615
5683
|
"wrapper": true
|
|
5616
5684
|
},
|
|
5617
|
-
"
|
|
5685
|
+
"S91": {
|
|
5618
5686
|
"type": "list",
|
|
5619
5687
|
"member": {
|
|
5620
5688
|
"locationName": "AvailableProcessorFeature",
|
|
@@ -5626,7 +5694,7 @@
|
|
|
5626
5694
|
}
|
|
5627
5695
|
}
|
|
5628
5696
|
},
|
|
5629
|
-
"
|
|
5697
|
+
"S99": {
|
|
5630
5698
|
"type": "structure",
|
|
5631
5699
|
"members": {
|
|
5632
5700
|
"ReservedDBInstanceId": {},
|
|
@@ -5655,14 +5723,14 @@
|
|
|
5655
5723
|
},
|
|
5656
5724
|
"State": {},
|
|
5657
5725
|
"RecurringCharges": {
|
|
5658
|
-
"shape": "
|
|
5726
|
+
"shape": "S9b"
|
|
5659
5727
|
},
|
|
5660
5728
|
"ReservedDBInstanceArn": {},
|
|
5661
5729
|
"LeaseId": {}
|
|
5662
5730
|
},
|
|
5663
5731
|
"wrapper": true
|
|
5664
5732
|
},
|
|
5665
|
-
"
|
|
5733
|
+
"S9b": {
|
|
5666
5734
|
"type": "list",
|
|
5667
5735
|
"member": {
|
|
5668
5736
|
"locationName": "RecurringCharge",
|
|
@@ -5676,7 +5744,7 @@
|
|
|
5676
5744
|
"wrapper": true
|
|
5677
5745
|
}
|
|
5678
5746
|
},
|
|
5679
|
-
"
|
|
5747
|
+
"S9q": {
|
|
5680
5748
|
"type": "list",
|
|
5681
5749
|
"member": {
|
|
5682
5750
|
"locationName": "Range",
|
|
@@ -5694,7 +5762,7 @@
|
|
|
5694
5762
|
}
|
|
5695
5763
|
}
|
|
5696
5764
|
},
|
|
5697
|
-
"
|
|
5765
|
+
"Sa6": {
|
|
5698
5766
|
"type": "structure",
|
|
5699
5767
|
"members": {
|
|
5700
5768
|
"EnableLogTypes": {
|
|
@@ -5705,13 +5773,13 @@
|
|
|
5705
5773
|
}
|
|
5706
5774
|
}
|
|
5707
5775
|
},
|
|
5708
|
-
"
|
|
5776
|
+
"Saa": {
|
|
5709
5777
|
"type": "structure",
|
|
5710
5778
|
"members": {
|
|
5711
5779
|
"DBClusterParameterGroupName": {}
|
|
5712
5780
|
}
|
|
5713
5781
|
},
|
|
5714
|
-
"
|
|
5782
|
+
"Sag": {
|
|
5715
5783
|
"type": "structure",
|
|
5716
5784
|
"members": {
|
|
5717
5785
|
"DBParameterGroupName": {}
|