aws-sdk 2.583.0 → 2.587.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +632 -201
  4. package/apis/ebs-2019-11-02.examples.json +5 -0
  5. package/apis/ebs-2019-11-02.min.json +195 -0
  6. package/apis/ebs-2019-11-02.paginators.json +14 -0
  7. package/apis/kafka-2018-11-14.min.json +170 -34
  8. package/apis/kendra-2019-02-03.min.json +2 -1
  9. package/apis/kinesis-video-signaling-2019-12-04.examples.json +5 -0
  10. package/apis/kinesis-video-signaling-2019-12-04.min.json +79 -0
  11. package/apis/kinesis-video-signaling-2019-12-04.paginators.json +4 -0
  12. package/apis/kinesisvideo-2017-09-30.min.json +281 -8
  13. package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
  14. package/apis/lambda-2015-03-31.min.json +217 -25
  15. package/apis/lambda-2015-03-31.paginators.json +6 -0
  16. package/apis/metadata.json +8 -0
  17. package/apis/rds-2014-10-31.min.json +495 -101
  18. package/apis/rds-2014-10-31.paginators.json +18 -0
  19. package/apis/rekognition-2016-06-27.min.json +409 -85
  20. package/apis/rekognition-2016-06-27.paginators.json +12 -0
  21. package/apis/rekognition-2016-06-27.waiters2.json +45 -0
  22. package/apis/sagemaker-2017-07-24.min.json +3471 -472
  23. package/apis/sagemaker-2017-07-24.paginators.json +128 -16
  24. package/apis/sagemaker-2017-07-24.waiters2.json +30 -0
  25. package/apis/ssm-2014-11-06.min.json +94 -71
  26. package/apis/states-2016-11-23.min.json +92 -55
  27. package/clients/all.d.ts +2 -0
  28. package/clients/all.js +3 -1
  29. package/clients/apigatewayv2.d.ts +856 -1161
  30. package/clients/applicationautoscaling.d.ts +32 -32
  31. package/clients/browser_default.d.ts +1 -0
  32. package/clients/browser_default.js +2 -1
  33. package/clients/ebs.d.ts +211 -0
  34. package/clients/ebs.js +18 -0
  35. package/clients/kafka.d.ts +152 -0
  36. package/clients/kendra.d.ts +7 -3
  37. package/clients/kinesisvideo.d.ts +312 -1
  38. package/clients/kinesisvideosignalingchannels.d.ts +121 -0
  39. package/clients/kinesisvideosignalingchannels.js +18 -0
  40. package/clients/kms.d.ts +6 -6
  41. package/clients/lambda.d.ts +199 -2
  42. package/clients/quicksight.d.ts +223 -223
  43. package/clients/rds.d.ts +549 -0
  44. package/clients/rekognition.d.ts +423 -8
  45. package/clients/rekognition.js +1 -0
  46. package/clients/sagemaker.d.ts +4588 -610
  47. package/clients/ssm.d.ts +42 -6
  48. package/clients/stepfunctions.d.ts +54 -0
  49. package/dist/aws-sdk-core-react-native.js +2 -2
  50. package/dist/aws-sdk-react-native.js +1182 -1102
  51. package/dist/aws-sdk.js +2265 -859
  52. package/dist/aws-sdk.min.js +35 -35
  53. package/lib/config.d.ts +12 -0
  54. package/lib/config_service_placeholders.d.ts +4 -0
  55. package/lib/core.js +1 -1
  56. package/lib/services/s3.js +5 -4
  57. package/lib/services/sts.js +2 -4
  58. package/package.json +1 -1
  59. package/scripts/region-checker/whitelist.js +5 -5
@@ -694,6 +694,53 @@
694
694
  }
695
695
  }
696
696
  },
697
+ "CreateDBProxy": {
698
+ "input": {
699
+ "type": "structure",
700
+ "required": [
701
+ "DBProxyName",
702
+ "EngineFamily",
703
+ "Auth",
704
+ "RoleArn",
705
+ "VpcSubnetIds"
706
+ ],
707
+ "members": {
708
+ "DBProxyName": {},
709
+ "EngineFamily": {},
710
+ "Auth": {
711
+ "shape": "S37"
712
+ },
713
+ "RoleArn": {},
714
+ "VpcSubnetIds": {
715
+ "shape": "S1x"
716
+ },
717
+ "VpcSecurityGroupIds": {
718
+ "shape": "S1x"
719
+ },
720
+ "RequireTLS": {
721
+ "type": "boolean"
722
+ },
723
+ "IdleClientTimeout": {
724
+ "type": "integer"
725
+ },
726
+ "DebugLogging": {
727
+ "type": "boolean"
728
+ },
729
+ "Tags": {
730
+ "shape": "Sb"
731
+ }
732
+ }
733
+ },
734
+ "output": {
735
+ "resultWrapper": "CreateDBProxyResult",
736
+ "type": "structure",
737
+ "members": {
738
+ "DBProxy": {
739
+ "shape": "S3c"
740
+ }
741
+ }
742
+ }
743
+ },
697
744
  "CreateDBSecurityGroup": {
698
745
  "input": {
699
746
  "type": "structure",
@@ -756,7 +803,7 @@
756
803
  "DBSubnetGroupName": {},
757
804
  "DBSubnetGroupDescription": {},
758
805
  "SubnetIds": {
759
- "shape": "S3a"
806
+ "shape": "S3l"
760
807
  },
761
808
  "Tags": {
762
809
  "shape": "Sb"
@@ -830,7 +877,7 @@
830
877
  "type": "structure",
831
878
  "members": {
832
879
  "GlobalCluster": {
833
- "shape": "S3g"
880
+ "shape": "S3r"
834
881
  }
835
882
  }
836
883
  }
@@ -996,7 +1043,7 @@
996
1043
  "type": "structure",
997
1044
  "members": {
998
1045
  "DBInstanceAutomatedBackup": {
999
- "shape": "S3y"
1046
+ "shape": "S49"
1000
1047
  }
1001
1048
  }
1002
1049
  }
@@ -1012,6 +1059,26 @@
1012
1059
  }
1013
1060
  }
1014
1061
  },
1062
+ "DeleteDBProxy": {
1063
+ "input": {
1064
+ "type": "structure",
1065
+ "required": [
1066
+ "DBProxyName"
1067
+ ],
1068
+ "members": {
1069
+ "DBProxyName": {}
1070
+ }
1071
+ },
1072
+ "output": {
1073
+ "resultWrapper": "DeleteDBProxyResult",
1074
+ "type": "structure",
1075
+ "members": {
1076
+ "DBProxy": {
1077
+ "shape": "S3c"
1078
+ }
1079
+ }
1080
+ }
1081
+ },
1015
1082
  "DeleteDBSecurityGroup": {
1016
1083
  "input": {
1017
1084
  "type": "structure",
@@ -1089,7 +1156,7 @@
1089
1156
  "type": "structure",
1090
1157
  "members": {
1091
1158
  "GlobalCluster": {
1092
- "shape": "S3g"
1159
+ "shape": "S3r"
1093
1160
  }
1094
1161
  }
1095
1162
  }
@@ -1105,7 +1172,7 @@
1105
1172
  }
1106
1173
  },
1107
1174
  "output": {
1108
- "shape": "S4a",
1175
+ "shape": "S4n",
1109
1176
  "resultWrapper": "DeleteInstallationMediaResult"
1110
1177
  }
1111
1178
  },
@@ -1120,6 +1187,29 @@
1120
1187
  }
1121
1188
  }
1122
1189
  },
1190
+ "DeregisterDBProxyTargets": {
1191
+ "input": {
1192
+ "type": "structure",
1193
+ "required": [
1194
+ "DBProxyName"
1195
+ ],
1196
+ "members": {
1197
+ "DBProxyName": {},
1198
+ "TargetGroupName": {},
1199
+ "DBInstanceIdentifiers": {
1200
+ "shape": "S1x"
1201
+ },
1202
+ "DBClusterIdentifiers": {
1203
+ "shape": "S1x"
1204
+ }
1205
+ }
1206
+ },
1207
+ "output": {
1208
+ "resultWrapper": "DeregisterDBProxyTargetsResult",
1209
+ "type": "structure",
1210
+ "members": {}
1211
+ }
1212
+ },
1123
1213
  "DescribeAccountAttributes": {
1124
1214
  "input": {
1125
1215
  "type": "structure",
@@ -1155,7 +1245,7 @@
1155
1245
  "members": {
1156
1246
  "CertificateIdentifier": {},
1157
1247
  "Filters": {
1158
- "shape": "S4j"
1248
+ "shape": "S4y"
1159
1249
  },
1160
1250
  "MaxRecords": {
1161
1251
  "type": "integer"
@@ -1197,7 +1287,7 @@
1197
1287
  "members": {
1198
1288
  "CustomAvailabilityZoneId": {},
1199
1289
  "Filters": {
1200
- "shape": "S4j"
1290
+ "shape": "S4y"
1201
1291
  },
1202
1292
  "MaxRecords": {
1203
1293
  "type": "integer"
@@ -1230,7 +1320,7 @@
1230
1320
  "DBClusterIdentifier": {},
1231
1321
  "BacktrackIdentifier": {},
1232
1322
  "Filters": {
1233
- "shape": "S4j"
1323
+ "shape": "S4y"
1234
1324
  },
1235
1325
  "MaxRecords": {
1236
1326
  "type": "integer"
@@ -1260,7 +1350,7 @@
1260
1350
  "DBClusterIdentifier": {},
1261
1351
  "DBClusterEndpointIdentifier": {},
1262
1352
  "Filters": {
1263
- "shape": "S4j"
1353
+ "shape": "S4y"
1264
1354
  },
1265
1355
  "MaxRecords": {
1266
1356
  "type": "integer"
@@ -1289,7 +1379,7 @@
1289
1379
  "members": {
1290
1380
  "DBClusterParameterGroupName": {},
1291
1381
  "Filters": {
1292
- "shape": "S4j"
1382
+ "shape": "S4y"
1293
1383
  },
1294
1384
  "MaxRecords": {
1295
1385
  "type": "integer"
@@ -1322,7 +1412,7 @@
1322
1412
  "DBClusterParameterGroupName": {},
1323
1413
  "Source": {},
1324
1414
  "Filters": {
1325
- "shape": "S4j"
1415
+ "shape": "S4y"
1326
1416
  },
1327
1417
  "MaxRecords": {
1328
1418
  "type": "integer"
@@ -1335,7 +1425,7 @@
1335
1425
  "type": "structure",
1336
1426
  "members": {
1337
1427
  "Parameters": {
1338
- "shape": "S53"
1428
+ "shape": "S5i"
1339
1429
  },
1340
1430
  "Marker": {}
1341
1431
  }
@@ -1356,7 +1446,7 @@
1356
1446
  "type": "structure",
1357
1447
  "members": {
1358
1448
  "DBClusterSnapshotAttributesResult": {
1359
- "shape": "S59"
1449
+ "shape": "S5o"
1360
1450
  }
1361
1451
  }
1362
1452
  }
@@ -1369,7 +1459,7 @@
1369
1459
  "DBClusterSnapshotIdentifier": {},
1370
1460
  "SnapshotType": {},
1371
1461
  "Filters": {
1372
- "shape": "S4j"
1462
+ "shape": "S4y"
1373
1463
  },
1374
1464
  "MaxRecords": {
1375
1465
  "type": "integer"
@@ -1404,7 +1494,7 @@
1404
1494
  "members": {
1405
1495
  "DBClusterIdentifier": {},
1406
1496
  "Filters": {
1407
- "shape": "S4j"
1497
+ "shape": "S4y"
1408
1498
  },
1409
1499
  "MaxRecords": {
1410
1500
  "type": "integer"
@@ -1438,7 +1528,7 @@
1438
1528
  "EngineVersion": {},
1439
1529
  "DBParameterGroupFamily": {},
1440
1530
  "Filters": {
1441
- "shape": "S4j"
1531
+ "shape": "S4y"
1442
1532
  },
1443
1533
  "MaxRecords": {
1444
1534
  "type": "integer"
@@ -1475,12 +1565,12 @@
1475
1565
  "DBEngineDescription": {},
1476
1566
  "DBEngineVersionDescription": {},
1477
1567
  "DefaultCharacterSet": {
1478
- "shape": "S5n"
1568
+ "shape": "S62"
1479
1569
  },
1480
1570
  "SupportedCharacterSets": {
1481
1571
  "type": "list",
1482
1572
  "member": {
1483
- "shape": "S5n",
1573
+ "shape": "S62",
1484
1574
  "locationName": "CharacterSet"
1485
1575
  }
1486
1576
  },
@@ -1522,7 +1612,7 @@
1522
1612
  "type": "boolean"
1523
1613
  },
1524
1614
  "SupportedEngineModes": {
1525
- "shape": "S56"
1615
+ "shape": "S5l"
1526
1616
  },
1527
1617
  "SupportedFeatureNames": {
1528
1618
  "type": "list",
@@ -1542,7 +1632,7 @@
1542
1632
  "DbiResourceId": {},
1543
1633
  "DBInstanceIdentifier": {},
1544
1634
  "Filters": {
1545
- "shape": "S4j"
1635
+ "shape": "S4y"
1546
1636
  },
1547
1637
  "MaxRecords": {
1548
1638
  "type": "integer"
@@ -1558,7 +1648,7 @@
1558
1648
  "DBInstanceAutomatedBackups": {
1559
1649
  "type": "list",
1560
1650
  "member": {
1561
- "shape": "S3y",
1651
+ "shape": "S49",
1562
1652
  "locationName": "DBInstanceAutomatedBackup"
1563
1653
  }
1564
1654
  }
@@ -1571,7 +1661,7 @@
1571
1661
  "members": {
1572
1662
  "DBInstanceIdentifier": {},
1573
1663
  "Filters": {
1574
- "shape": "S4j"
1664
+ "shape": "S4y"
1575
1665
  },
1576
1666
  "MaxRecords": {
1577
1667
  "type": "integer"
@@ -1610,7 +1700,7 @@
1610
1700
  "type": "long"
1611
1701
  },
1612
1702
  "Filters": {
1613
- "shape": "S4j"
1703
+ "shape": "S4y"
1614
1704
  },
1615
1705
  "MaxRecords": {
1616
1706
  "type": "integer"
@@ -1648,7 +1738,7 @@
1648
1738
  "members": {
1649
1739
  "DBParameterGroupName": {},
1650
1740
  "Filters": {
1651
- "shape": "S4j"
1741
+ "shape": "S4y"
1652
1742
  },
1653
1743
  "MaxRecords": {
1654
1744
  "type": "integer"
@@ -1681,7 +1771,7 @@
1681
1771
  "DBParameterGroupName": {},
1682
1772
  "Source": {},
1683
1773
  "Filters": {
1684
- "shape": "S4j"
1774
+ "shape": "S4y"
1685
1775
  },
1686
1776
  "MaxRecords": {
1687
1777
  "type": "integer"
@@ -1694,7 +1784,96 @@
1694
1784
  "type": "structure",
1695
1785
  "members": {
1696
1786
  "Parameters": {
1697
- "shape": "S53"
1787
+ "shape": "S5i"
1788
+ },
1789
+ "Marker": {}
1790
+ }
1791
+ }
1792
+ },
1793
+ "DescribeDBProxies": {
1794
+ "input": {
1795
+ "type": "structure",
1796
+ "members": {
1797
+ "DBProxyName": {},
1798
+ "Filters": {
1799
+ "shape": "S4y"
1800
+ },
1801
+ "Marker": {},
1802
+ "MaxRecords": {
1803
+ "type": "integer"
1804
+ }
1805
+ }
1806
+ },
1807
+ "output": {
1808
+ "resultWrapper": "DescribeDBProxiesResult",
1809
+ "type": "structure",
1810
+ "members": {
1811
+ "DBProxies": {
1812
+ "type": "list",
1813
+ "member": {
1814
+ "shape": "S3c"
1815
+ }
1816
+ },
1817
+ "Marker": {}
1818
+ }
1819
+ }
1820
+ },
1821
+ "DescribeDBProxyTargetGroups": {
1822
+ "input": {
1823
+ "type": "structure",
1824
+ "required": [
1825
+ "DBProxyName"
1826
+ ],
1827
+ "members": {
1828
+ "DBProxyName": {},
1829
+ "TargetGroupName": {},
1830
+ "Filters": {
1831
+ "shape": "S4y"
1832
+ },
1833
+ "Marker": {},
1834
+ "MaxRecords": {
1835
+ "type": "integer"
1836
+ }
1837
+ }
1838
+ },
1839
+ "output": {
1840
+ "resultWrapper": "DescribeDBProxyTargetGroupsResult",
1841
+ "type": "structure",
1842
+ "members": {
1843
+ "TargetGroups": {
1844
+ "type": "list",
1845
+ "member": {
1846
+ "shape": "S6v"
1847
+ }
1848
+ },
1849
+ "Marker": {}
1850
+ }
1851
+ }
1852
+ },
1853
+ "DescribeDBProxyTargets": {
1854
+ "input": {
1855
+ "type": "structure",
1856
+ "required": [
1857
+ "DBProxyName"
1858
+ ],
1859
+ "members": {
1860
+ "DBProxyName": {},
1861
+ "TargetGroupName": {},
1862
+ "Filters": {
1863
+ "shape": "S4y"
1864
+ },
1865
+ "Marker": {},
1866
+ "MaxRecords": {
1867
+ "type": "integer"
1868
+ }
1869
+ }
1870
+ },
1871
+ "output": {
1872
+ "resultWrapper": "DescribeDBProxyTargetsResult",
1873
+ "type": "structure",
1874
+ "members": {
1875
+ "Targets": {
1876
+ "shape": "S6z"
1698
1877
  },
1699
1878
  "Marker": {}
1700
1879
  }
@@ -1706,7 +1885,7 @@
1706
1885
  "members": {
1707
1886
  "DBSecurityGroupName": {},
1708
1887
  "Filters": {
1709
- "shape": "S4j"
1888
+ "shape": "S4y"
1710
1889
  },
1711
1890
  "MaxRecords": {
1712
1891
  "type": "integer"
@@ -1744,7 +1923,7 @@
1744
1923
  "type": "structure",
1745
1924
  "members": {
1746
1925
  "DBSnapshotAttributesResult": {
1747
- "shape": "S6e"
1926
+ "shape": "S77"
1748
1927
  }
1749
1928
  }
1750
1929
  }
@@ -1757,7 +1936,7 @@
1757
1936
  "DBSnapshotIdentifier": {},
1758
1937
  "SnapshotType": {},
1759
1938
  "Filters": {
1760
- "shape": "S4j"
1939
+ "shape": "S4y"
1761
1940
  },
1762
1941
  "MaxRecords": {
1763
1942
  "type": "integer"
@@ -1793,7 +1972,7 @@
1793
1972
  "members": {
1794
1973
  "DBSubnetGroupName": {},
1795
1974
  "Filters": {
1796
- "shape": "S4j"
1975
+ "shape": "S4y"
1797
1976
  },
1798
1977
  "MaxRecords": {
1799
1978
  "type": "integer"
@@ -1825,7 +2004,7 @@
1825
2004
  "members": {
1826
2005
  "DBParameterGroupFamily": {},
1827
2006
  "Filters": {
1828
- "shape": "S4j"
2007
+ "shape": "S4y"
1829
2008
  },
1830
2009
  "MaxRecords": {
1831
2010
  "type": "integer"
@@ -1838,7 +2017,7 @@
1838
2017
  "type": "structure",
1839
2018
  "members": {
1840
2019
  "EngineDefaults": {
1841
- "shape": "S6p"
2020
+ "shape": "S7i"
1842
2021
  }
1843
2022
  }
1844
2023
  }
@@ -1852,7 +2031,7 @@
1852
2031
  "members": {
1853
2032
  "DBParameterGroupFamily": {},
1854
2033
  "Filters": {
1855
- "shape": "S4j"
2034
+ "shape": "S4y"
1856
2035
  },
1857
2036
  "MaxRecords": {
1858
2037
  "type": "integer"
@@ -1865,7 +2044,7 @@
1865
2044
  "type": "structure",
1866
2045
  "members": {
1867
2046
  "EngineDefaults": {
1868
- "shape": "S6p"
2047
+ "shape": "S7i"
1869
2048
  }
1870
2049
  }
1871
2050
  }
@@ -1876,7 +2055,7 @@
1876
2055
  "members": {
1877
2056
  "SourceType": {},
1878
2057
  "Filters": {
1879
- "shape": "S4j"
2058
+ "shape": "S4y"
1880
2059
  }
1881
2060
  }
1882
2061
  },
@@ -1907,7 +2086,7 @@
1907
2086
  "members": {
1908
2087
  "SubscriptionName": {},
1909
2088
  "Filters": {
1910
- "shape": "S4j"
2089
+ "shape": "S4y"
1911
2090
  },
1912
2091
  "MaxRecords": {
1913
2092
  "type": "integer"
@@ -1949,7 +2128,7 @@
1949
2128
  "shape": "S8"
1950
2129
  },
1951
2130
  "Filters": {
1952
- "shape": "S4j"
2131
+ "shape": "S4y"
1953
2132
  },
1954
2133
  "MaxRecords": {
1955
2134
  "type": "integer"
@@ -1990,7 +2169,7 @@
1990
2169
  "members": {
1991
2170
  "GlobalClusterIdentifier": {},
1992
2171
  "Filters": {
1993
- "shape": "S4j"
2172
+ "shape": "S4y"
1994
2173
  },
1995
2174
  "MaxRecords": {
1996
2175
  "type": "integer"
@@ -2006,7 +2185,7 @@
2006
2185
  "GlobalClusters": {
2007
2186
  "type": "list",
2008
2187
  "member": {
2009
- "shape": "S3g",
2188
+ "shape": "S3r",
2010
2189
  "locationName": "GlobalClusterMember"
2011
2190
  }
2012
2191
  }
@@ -2019,7 +2198,7 @@
2019
2198
  "members": {
2020
2199
  "InstallationMediaId": {},
2021
2200
  "Filters": {
2022
- "shape": "S4j"
2201
+ "shape": "S4y"
2023
2202
  },
2024
2203
  "MaxRecords": {
2025
2204
  "type": "integer"
@@ -2035,7 +2214,7 @@
2035
2214
  "InstallationMedia": {
2036
2215
  "type": "list",
2037
2216
  "member": {
2038
- "shape": "S4a",
2217
+ "shape": "S4n",
2039
2218
  "locationName": "InstallationMedia"
2040
2219
  }
2041
2220
  }
@@ -2052,7 +2231,7 @@
2052
2231
  "EngineName": {},
2053
2232
  "MajorEngineVersion": {},
2054
2233
  "Filters": {
2055
- "shape": "S4j"
2234
+ "shape": "S4y"
2056
2235
  },
2057
2236
  "MaxRecords": {
2058
2237
  "type": "integer"
@@ -2165,7 +2344,7 @@
2165
2344
  "members": {
2166
2345
  "OptionGroupName": {},
2167
2346
  "Filters": {
2168
- "shape": "S4j"
2347
+ "shape": "S4y"
2169
2348
  },
2170
2349
  "Marker": {},
2171
2350
  "MaxRecords": {
@@ -2205,7 +2384,7 @@
2205
2384
  "type": "boolean"
2206
2385
  },
2207
2386
  "Filters": {
2208
- "shape": "S4j"
2387
+ "shape": "S4y"
2209
2388
  },
2210
2389
  "MaxRecords": {
2211
2390
  "type": "integer"
@@ -2278,10 +2457,10 @@
2278
2457
  "type": "double"
2279
2458
  },
2280
2459
  "AvailableProcessorFeatures": {
2281
- "shape": "S7v"
2460
+ "shape": "S8o"
2282
2461
  },
2283
2462
  "SupportedEngineModes": {
2284
- "shape": "S56"
2463
+ "shape": "S5l"
2285
2464
  },
2286
2465
  "SupportsStorageAutoscaling": {
2287
2466
  "type": "boolean"
@@ -2303,7 +2482,7 @@
2303
2482
  "members": {
2304
2483
  "ResourceIdentifier": {},
2305
2484
  "Filters": {
2306
- "shape": "S4j"
2485
+ "shape": "S4y"
2307
2486
  },
2308
2487
  "Marker": {},
2309
2488
  "MaxRecords": {
@@ -2341,7 +2520,7 @@
2341
2520
  },
2342
2521
  "LeaseId": {},
2343
2522
  "Filters": {
2344
- "shape": "S4j"
2523
+ "shape": "S4y"
2345
2524
  },
2346
2525
  "MaxRecords": {
2347
2526
  "type": "integer"
@@ -2357,7 +2536,7 @@
2357
2536
  "ReservedDBInstances": {
2358
2537
  "type": "list",
2359
2538
  "member": {
2360
- "shape": "S83",
2539
+ "shape": "S8w",
2361
2540
  "locationName": "ReservedDBInstance"
2362
2541
  }
2363
2542
  }
@@ -2377,7 +2556,7 @@
2377
2556
  "type": "boolean"
2378
2557
  },
2379
2558
  "Filters": {
2380
- "shape": "S4j"
2559
+ "shape": "S4y"
2381
2560
  },
2382
2561
  "MaxRecords": {
2383
2562
  "type": "integer"
@@ -2414,7 +2593,7 @@
2414
2593
  "type": "boolean"
2415
2594
  },
2416
2595
  "RecurringCharges": {
2417
- "shape": "S85"
2596
+ "shape": "S8y"
2418
2597
  }
2419
2598
  },
2420
2599
  "wrapper": true
@@ -2433,7 +2612,7 @@
2433
2612
  },
2434
2613
  "Marker": {},
2435
2614
  "Filters": {
2436
- "shape": "S4j"
2615
+ "shape": "S4y"
2437
2616
  }
2438
2617
  }
2439
2618
  },
@@ -2482,10 +2661,10 @@
2482
2661
  "members": {
2483
2662
  "StorageType": {},
2484
2663
  "StorageSize": {
2485
- "shape": "S8k"
2664
+ "shape": "S9d"
2486
2665
  },
2487
2666
  "ProvisionedIops": {
2488
- "shape": "S8k"
2667
+ "shape": "S9d"
2489
2668
  },
2490
2669
  "IopsToStorageRatio": {
2491
2670
  "type": "list",
@@ -2509,7 +2688,7 @@
2509
2688
  }
2510
2689
  },
2511
2690
  "ValidProcessorFeatures": {
2512
- "shape": "S7v"
2691
+ "shape": "S8o"
2513
2692
  }
2514
2693
  },
2515
2694
  "wrapper": true
@@ -2585,7 +2764,7 @@
2585
2764
  }
2586
2765
  },
2587
2766
  "output": {
2588
- "shape": "S4a",
2767
+ "shape": "S4n",
2589
2768
  "resultWrapper": "ImportInstallationMediaResult"
2590
2769
  }
2591
2770
  },
@@ -2598,7 +2777,7 @@
2598
2777
  "members": {
2599
2778
  "ResourceName": {},
2600
2779
  "Filters": {
2601
- "shape": "S4j"
2780
+ "shape": "S4y"
2602
2781
  }
2603
2782
  }
2604
2783
  },
@@ -2680,7 +2859,7 @@
2680
2859
  "type": "long"
2681
2860
  },
2682
2861
  "CloudwatchLogsExportConfiguration": {
2683
- "shape": "S8y"
2862
+ "shape": "S9r"
2684
2863
  },
2685
2864
  "EngineVersion": {},
2686
2865
  "AllowMajorVersionUpgrade": {
@@ -2743,12 +2922,12 @@
2743
2922
  "members": {
2744
2923
  "DBClusterParameterGroupName": {},
2745
2924
  "Parameters": {
2746
- "shape": "S53"
2925
+ "shape": "S5i"
2747
2926
  }
2748
2927
  }
2749
2928
  },
2750
2929
  "output": {
2751
- "shape": "S92",
2930
+ "shape": "S9v",
2752
2931
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
2753
2932
  }
2754
2933
  },
@@ -2763,10 +2942,10 @@
2763
2942
  "DBClusterSnapshotIdentifier": {},
2764
2943
  "AttributeName": {},
2765
2944
  "ValuesToAdd": {
2766
- "shape": "S5c"
2945
+ "shape": "S5r"
2767
2946
  },
2768
2947
  "ValuesToRemove": {
2769
- "shape": "S5c"
2948
+ "shape": "S5r"
2770
2949
  }
2771
2950
  }
2772
2951
  },
@@ -2775,7 +2954,7 @@
2775
2954
  "type": "structure",
2776
2955
  "members": {
2777
2956
  "DBClusterSnapshotAttributesResult": {
2778
- "shape": "S59"
2957
+ "shape": "S5o"
2779
2958
  }
2780
2959
  }
2781
2960
  }
@@ -2858,7 +3037,7 @@
2858
3037
  "type": "integer"
2859
3038
  },
2860
3039
  "CloudwatchLogsExportConfiguration": {
2861
- "shape": "S8y"
3040
+ "shape": "S9r"
2862
3041
  },
2863
3042
  "ProcessorFeatures": {
2864
3043
  "shape": "S18"
@@ -2894,15 +3073,93 @@
2894
3073
  "members": {
2895
3074
  "DBParameterGroupName": {},
2896
3075
  "Parameters": {
2897
- "shape": "S53"
3076
+ "shape": "S5i"
2898
3077
  }
2899
3078
  }
2900
3079
  },
2901
3080
  "output": {
2902
- "shape": "S98",
3081
+ "shape": "Sa1",
2903
3082
  "resultWrapper": "ModifyDBParameterGroupResult"
2904
3083
  }
2905
3084
  },
3085
+ "ModifyDBProxy": {
3086
+ "input": {
3087
+ "type": "structure",
3088
+ "required": [
3089
+ "DBProxyName"
3090
+ ],
3091
+ "members": {
3092
+ "DBProxyName": {},
3093
+ "NewDBProxyName": {},
3094
+ "Auth": {
3095
+ "shape": "S37"
3096
+ },
3097
+ "RequireTLS": {
3098
+ "type": "boolean"
3099
+ },
3100
+ "IdleClientTimeout": {
3101
+ "type": "integer"
3102
+ },
3103
+ "DebugLogging": {
3104
+ "type": "boolean"
3105
+ },
3106
+ "RoleArn": {},
3107
+ "SecurityGroups": {
3108
+ "shape": "S1x"
3109
+ }
3110
+ }
3111
+ },
3112
+ "output": {
3113
+ "resultWrapper": "ModifyDBProxyResult",
3114
+ "type": "structure",
3115
+ "members": {
3116
+ "DBProxy": {
3117
+ "shape": "S3c"
3118
+ }
3119
+ }
3120
+ }
3121
+ },
3122
+ "ModifyDBProxyTargetGroup": {
3123
+ "input": {
3124
+ "type": "structure",
3125
+ "required": [
3126
+ "TargetGroupName",
3127
+ "DBProxyName"
3128
+ ],
3129
+ "members": {
3130
+ "TargetGroupName": {},
3131
+ "DBProxyName": {},
3132
+ "ConnectionPoolConfig": {
3133
+ "type": "structure",
3134
+ "members": {
3135
+ "MaxConnectionsPercent": {
3136
+ "type": "integer"
3137
+ },
3138
+ "MaxIdleConnectionsPercent": {
3139
+ "type": "integer"
3140
+ },
3141
+ "ConnectionBorrowTimeout": {
3142
+ "type": "integer"
3143
+ },
3144
+ "SessionPinningFilters": {
3145
+ "shape": "S1x"
3146
+ },
3147
+ "InitQuery": {}
3148
+ }
3149
+ },
3150
+ "NewName": {}
3151
+ }
3152
+ },
3153
+ "output": {
3154
+ "resultWrapper": "ModifyDBProxyTargetGroupResult",
3155
+ "type": "structure",
3156
+ "members": {
3157
+ "DBProxyTargetGroup": {
3158
+ "shape": "S6v"
3159
+ }
3160
+ }
3161
+ }
3162
+ },
2906
3163
  "ModifyDBSnapshot": {
2907
3164
  "input": {
2908
3165
  "type": "structure",
@@ -2936,10 +3193,10 @@
2936
3193
  "DBSnapshotIdentifier": {},
2937
3194
  "AttributeName": {},
2938
3195
  "ValuesToAdd": {
2939
- "shape": "S5c"
3196
+ "shape": "S5r"
2940
3197
  },
2941
3198
  "ValuesToRemove": {
2942
- "shape": "S5c"
3199
+ "shape": "S5r"
2943
3200
  }
2944
3201
  }
2945
3202
  },
@@ -2948,7 +3205,7 @@
2948
3205
  "type": "structure",
2949
3206
  "members": {
2950
3207
  "DBSnapshotAttributesResult": {
2951
- "shape": "S6e"
3208
+ "shape": "S77"
2952
3209
  }
2953
3210
  }
2954
3211
  }
@@ -2964,7 +3221,7 @@
2964
3221
  "DBSubnetGroupName": {},
2965
3222
  "DBSubnetGroupDescription": {},
2966
3223
  "SubnetIds": {
2967
- "shape": "S3a"
3224
+ "shape": "S3l"
2968
3225
  }
2969
3226
  }
2970
3227
  },
@@ -3022,7 +3279,7 @@
3022
3279
  "type": "structure",
3023
3280
  "members": {
3024
3281
  "GlobalCluster": {
3025
- "shape": "S3g"
3282
+ "shape": "S3r"
3026
3283
  }
3027
3284
  }
3028
3285
  }
@@ -3150,7 +3407,7 @@
3150
3407
  "type": "structure",
3151
3408
  "members": {
3152
3409
  "ReservedDBInstance": {
3153
- "shape": "S83"
3410
+ "shape": "S8w"
3154
3411
  }
3155
3412
  }
3156
3413
  }
@@ -3178,6 +3435,33 @@
3178
3435
  }
3179
3436
  }
3180
3437
  },
3438
+ "RegisterDBProxyTargets": {
3439
+ "input": {
3440
+ "type": "structure",
3441
+ "required": [
3442
+ "DBProxyName"
3443
+ ],
3444
+ "members": {
3445
+ "DBProxyName": {},
3446
+ "TargetGroupName": {},
3447
+ "DBInstanceIdentifiers": {
3448
+ "shape": "S1x"
3449
+ },
3450
+ "DBClusterIdentifiers": {
3451
+ "shape": "S1x"
3452
+ }
3453
+ }
3454
+ },
3455
+ "output": {
3456
+ "resultWrapper": "RegisterDBProxyTargetsResult",
3457
+ "type": "structure",
3458
+ "members": {
3459
+ "DBProxyTargets": {
3460
+ "shape": "S6z"
3461
+ }
3462
+ }
3463
+ }
3464
+ },
3181
3465
  "RemoveFromGlobalCluster": {
3182
3466
  "input": {
3183
3467
  "type": "structure",
@@ -3191,7 +3475,7 @@
3191
3475
  "type": "structure",
3192
3476
  "members": {
3193
3477
  "GlobalCluster": {
3194
- "shape": "S3g"
3478
+ "shape": "S3r"
3195
3479
  }
3196
3480
  }
3197
3481
  }
@@ -3275,12 +3559,12 @@
3275
3559
  "type": "boolean"
3276
3560
  },
3277
3561
  "Parameters": {
3278
- "shape": "S53"
3562
+ "shape": "S5i"
3279
3563
  }
3280
3564
  }
3281
3565
  },
3282
3566
  "output": {
3283
- "shape": "S92",
3567
+ "shape": "S9v",
3284
3568
  "resultWrapper": "ResetDBClusterParameterGroupResult"
3285
3569
  }
3286
3570
  },
@@ -3296,12 +3580,12 @@
3296
3580
  "type": "boolean"
3297
3581
  },
3298
3582
  "Parameters": {
3299
- "shape": "S53"
3583
+ "shape": "S5i"
3300
3584
  }
3301
3585
  }
3302
3586
  },
3303
3587
  "output": {
3304
- "shape": "S98",
3588
+ "shape": "Sa1",
3305
3589
  "resultWrapper": "ResetDBParameterGroupResult"
3306
3590
  }
3307
3591
  },
@@ -4771,13 +5055,71 @@
4771
5055
  },
4772
5056
  "wrapper": true
4773
5057
  },
4774
- "S3a": {
5058
+ "S37": {
5059
+ "type": "list",
5060
+ "member": {
5061
+ "type": "structure",
5062
+ "members": {
5063
+ "Description": {},
5064
+ "UserName": {},
5065
+ "AuthScheme": {},
5066
+ "SecretArn": {},
5067
+ "IAMAuth": {}
5068
+ }
5069
+ }
5070
+ },
5071
+ "S3c": {
5072
+ "type": "structure",
5073
+ "members": {
5074
+ "DBProxyName": {},
5075
+ "DBProxyArn": {},
5076
+ "Status": {},
5077
+ "EngineFamily": {},
5078
+ "VpcSecurityGroupIds": {
5079
+ "shape": "S1x"
5080
+ },
5081
+ "VpcSubnetIds": {
5082
+ "shape": "S1x"
5083
+ },
5084
+ "Auth": {
5085
+ "type": "list",
5086
+ "member": {
5087
+ "type": "structure",
5088
+ "members": {
5089
+ "Description": {},
5090
+ "UserName": {},
5091
+ "AuthScheme": {},
5092
+ "SecretArn": {},
5093
+ "IAMAuth": {}
5094
+ }
5095
+ }
5096
+ },
5097
+ "RoleArn": {},
5098
+ "Endpoint": {},
5099
+ "RequireTLS": {
5100
+ "type": "boolean"
5101
+ },
5102
+ "IdleClientTimeout": {
5103
+ "type": "integer"
5104
+ },
5105
+ "DebugLogging": {
5106
+ "type": "boolean"
5107
+ },
5108
+ "CreatedDate": {
5109
+ "type": "timestamp"
5110
+ },
5111
+ "UpdatedDate": {
5112
+ "type": "timestamp"
5113
+ }
5114
+ }
5115
+ },
5116
+ "S3l": {
4775
5117
  "type": "list",
4776
5118
  "member": {
4777
5119
  "locationName": "SubnetIdentifier"
4778
5120
  }
4779
5121
  },
4780
- "S3g": {
5122
+ "S3r": {
4781
5123
  "type": "structure",
4782
5124
  "members": {
4783
5125
  "GlobalClusterIdentifier": {},
@@ -4814,7 +5156,7 @@
4814
5156
  },
4815
5157
  "wrapper": true
4816
5158
  },
4817
- "S3y": {
5159
+ "S49": {
4818
5160
  "type": "structure",
4819
5161
  "members": {
4820
5162
  "DBInstanceArn": {},
@@ -4865,7 +5207,7 @@
4865
5207
  },
4866
5208
  "wrapper": true
4867
5209
  },
4868
- "S4a": {
5210
+ "S4n": {
4869
5211
  "type": "structure",
4870
5212
  "members": {
4871
5213
  "InstallationMediaId": {},
@@ -4883,7 +5225,7 @@
4883
5225
  }
4884
5226
  }
4885
5227
  },
4886
- "S4j": {
5228
+ "S4y": {
4887
5229
  "type": "list",
4888
5230
  "member": {
4889
5231
  "locationName": "Filter",
@@ -4903,7 +5245,7 @@
4903
5245
  }
4904
5246
  }
4905
5247
  },
4906
- "S53": {
5248
+ "S5i": {
4907
5249
  "type": "list",
4908
5250
  "member": {
4909
5251
  "locationName": "Parameter",
@@ -4922,16 +5264,16 @@
4922
5264
  "MinimumEngineVersion": {},
4923
5265
  "ApplyMethod": {},
4924
5266
  "SupportedEngineModes": {
4925
- "shape": "S56"
5267
+ "shape": "S5l"
4926
5268
  }
4927
5269
  }
4928
5270
  }
4929
5271
  },
4930
- "S56": {
5272
+ "S5l": {
4931
5273
  "type": "list",
4932
5274
  "member": {}
4933
5275
  },
4934
- "S59": {
5276
+ "S5o": {
4935
5277
  "type": "structure",
4936
5278
  "members": {
4937
5279
  "DBClusterSnapshotIdentifier": {},
@@ -4943,7 +5285,7 @@
4943
5285
  "members": {
4944
5286
  "AttributeName": {},
4945
5287
  "AttributeValues": {
4946
- "shape": "S5c"
5288
+ "shape": "S5r"
4947
5289
  }
4948
5290
  }
4949
5291
  }
@@ -4951,20 +5293,72 @@
4951
5293
  },
4952
5294
  "wrapper": true
4953
5295
  },
4954
- "S5c": {
5296
+ "S5r": {
4955
5297
  "type": "list",
4956
5298
  "member": {
4957
5299
  "locationName": "AttributeValue"
4958
5300
  }
4959
5301
  },
4960
- "S5n": {
5302
+ "S62": {
4961
5303
  "type": "structure",
4962
5304
  "members": {
4963
5305
  "CharacterSetName": {},
4964
5306
  "CharacterSetDescription": {}
4965
5307
  }
4966
5308
  },
4967
- "S6e": {
5309
+ "S6v": {
5310
+ "type": "structure",
5311
+ "members": {
5312
+ "DBProxyName": {},
5313
+ "TargetGroupName": {},
5314
+ "TargetGroupArn": {},
5315
+ "IsDefault": {
5316
+ "type": "boolean"
5317
+ },
5318
+ "Status": {},
5319
+ "ConnectionPoolConfig": {
5320
+ "type": "structure",
5321
+ "members": {
5322
+ "MaxConnectionsPercent": {
5323
+ "type": "integer"
5324
+ },
5325
+ "MaxIdleConnectionsPercent": {
5326
+ "type": "integer"
5327
+ },
5328
+ "ConnectionBorrowTimeout": {
5329
+ "type": "integer"
5330
+ },
5331
+ "SessionPinningFilters": {
5332
+ "shape": "S1x"
5333
+ },
5334
+ "InitQuery": {}
5335
+ }
5336
+ },
5337
+ "CreatedDate": {
5338
+ "type": "timestamp"
5339
+ },
5340
+ "UpdatedDate": {
5341
+ "type": "timestamp"
5342
+ }
5343
+ }
5344
+ },
5345
+ "S6z": {
5346
+ "type": "list",
5347
+ "member": {
5348
+ "type": "structure",
5349
+ "members": {
5350
+ "TargetArn": {},
5351
+ "Endpoint": {},
5352
+ "TrackedClusterId": {},
5353
+ "RdsResourceId": {},
5354
+ "Port": {
5355
+ "type": "integer"
5356
+ },
5357
+ "Type": {}
5358
+ }
5359
+ }
5360
+ },
5361
+ "S77": {
4968
5362
  "type": "structure",
4969
5363
  "members": {
4970
5364
  "DBSnapshotIdentifier": {},
@@ -4976,7 +5370,7 @@
4976
5370
  "members": {
4977
5371
  "AttributeName": {},
4978
5372
  "AttributeValues": {
4979
- "shape": "S5c"
5373
+ "shape": "S5r"
4980
5374
  }
4981
5375
  },
4982
5376
  "wrapper": true
@@ -4985,18 +5379,18 @@
4985
5379
  },
4986
5380
  "wrapper": true
4987
5381
  },
4988
- "S6p": {
5382
+ "S7i": {
4989
5383
  "type": "structure",
4990
5384
  "members": {
4991
5385
  "DBParameterGroupFamily": {},
4992
5386
  "Marker": {},
4993
5387
  "Parameters": {
4994
- "shape": "S53"
5388
+ "shape": "S5i"
4995
5389
  }
4996
5390
  },
4997
5391
  "wrapper": true
4998
5392
  },
4999
- "S7v": {
5393
+ "S8o": {
5000
5394
  "type": "list",
5001
5395
  "member": {
5002
5396
  "locationName": "AvailableProcessorFeature",
@@ -5008,7 +5402,7 @@
5008
5402
  }
5009
5403
  }
5010
5404
  },
5011
- "S83": {
5405
+ "S8w": {
5012
5406
  "type": "structure",
5013
5407
  "members": {
5014
5408
  "ReservedDBInstanceId": {},
@@ -5037,14 +5431,14 @@
5037
5431
  },
5038
5432
  "State": {},
5039
5433
  "RecurringCharges": {
5040
- "shape": "S85"
5434
+ "shape": "S8y"
5041
5435
  },
5042
5436
  "ReservedDBInstanceArn": {},
5043
5437
  "LeaseId": {}
5044
5438
  },
5045
5439
  "wrapper": true
5046
5440
  },
5047
- "S85": {
5441
+ "S8y": {
5048
5442
  "type": "list",
5049
5443
  "member": {
5050
5444
  "locationName": "RecurringCharge",
@@ -5058,7 +5452,7 @@
5058
5452
  "wrapper": true
5059
5453
  }
5060
5454
  },
5061
- "S8k": {
5455
+ "S9d": {
5062
5456
  "type": "list",
5063
5457
  "member": {
5064
5458
  "locationName": "Range",
@@ -5076,7 +5470,7 @@
5076
5470
  }
5077
5471
  }
5078
5472
  },
5079
- "S8y": {
5473
+ "S9r": {
5080
5474
  "type": "structure",
5081
5475
  "members": {
5082
5476
  "EnableLogTypes": {
@@ -5087,13 +5481,13 @@
5087
5481
  }
5088
5482
  }
5089
5483
  },
5090
- "S92": {
5484
+ "S9v": {
5091
5485
  "type": "structure",
5092
5486
  "members": {
5093
5487
  "DBClusterParameterGroupName": {}
5094
5488
  }
5095
5489
  },
5096
- "S98": {
5490
+ "Sa1": {
5097
5491
  "type": "structure",
5098
5492
  "members": {
5099
5493
  "DBParameterGroupName": {}