aws-sdk 2.776.0 → 2.780.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.
@@ -22,7 +22,8 @@
22
22
  ],
23
23
  "members": {
24
24
  "DBClusterIdentifier": {},
25
- "RoleArn": {}
25
+ "RoleArn": {},
26
+ "FeatureName": {}
26
27
  }
27
28
  }
28
29
  },
@@ -233,6 +234,50 @@
233
234
  }
234
235
  }
235
236
  },
237
+ "CreateDBClusterEndpoint": {
238
+ "input": {
239
+ "type": "structure",
240
+ "required": [
241
+ "DBClusterIdentifier",
242
+ "DBClusterEndpointIdentifier",
243
+ "EndpointType"
244
+ ],
245
+ "members": {
246
+ "DBClusterIdentifier": {},
247
+ "DBClusterEndpointIdentifier": {},
248
+ "EndpointType": {},
249
+ "StaticMembers": {
250
+ "shape": "S1a"
251
+ },
252
+ "ExcludedMembers": {
253
+ "shape": "S1a"
254
+ },
255
+ "Tags": {
256
+ "shape": "Sa"
257
+ }
258
+ }
259
+ },
260
+ "output": {
261
+ "resultWrapper": "CreateDBClusterEndpointResult",
262
+ "type": "structure",
263
+ "members": {
264
+ "DBClusterEndpointIdentifier": {},
265
+ "DBClusterIdentifier": {},
266
+ "DBClusterEndpointResourceIdentifier": {},
267
+ "Endpoint": {},
268
+ "Status": {},
269
+ "EndpointType": {},
270
+ "CustomEndpointType": {},
271
+ "StaticMembers": {
272
+ "shape": "S1a"
273
+ },
274
+ "ExcludedMembers": {
275
+ "shape": "S1a"
276
+ },
277
+ "DBClusterEndpointArn": {}
278
+ }
279
+ }
280
+ },
236
281
  "CreateDBClusterParameterGroup": {
237
282
  "input": {
238
283
  "type": "structure",
@@ -304,7 +349,7 @@
304
349
  "MasterUsername": {},
305
350
  "MasterUserPassword": {},
306
351
  "DBSecurityGroups": {
307
- "shape": "S1e"
352
+ "shape": "S1h"
308
353
  },
309
354
  "VpcSecurityGroupIds": {
310
355
  "shape": "Sw"
@@ -381,7 +426,7 @@
381
426
  "type": "structure",
382
427
  "members": {
383
428
  "DBInstance": {
384
- "shape": "S1g"
429
+ "shape": "S1j"
385
430
  }
386
431
  }
387
432
  }
@@ -425,7 +470,7 @@
425
470
  "DBSubnetGroupName": {},
426
471
  "DBSubnetGroupDescription": {},
427
472
  "SubnetIds": {
428
- "shape": "S23"
473
+ "shape": "S26"
429
474
  },
430
475
  "Tags": {
431
476
  "shape": "Sa"
@@ -437,7 +482,7 @@
437
482
  "type": "structure",
438
483
  "members": {
439
484
  "DBSubnetGroup": {
440
- "shape": "S1m"
485
+ "shape": "S1p"
441
486
  }
442
487
  }
443
488
  }
@@ -501,6 +546,37 @@
501
546
  }
502
547
  }
503
548
  },
549
+ "DeleteDBClusterEndpoint": {
550
+ "input": {
551
+ "type": "structure",
552
+ "required": [
553
+ "DBClusterEndpointIdentifier"
554
+ ],
555
+ "members": {
556
+ "DBClusterEndpointIdentifier": {}
557
+ }
558
+ },
559
+ "output": {
560
+ "resultWrapper": "DeleteDBClusterEndpointResult",
561
+ "type": "structure",
562
+ "members": {
563
+ "DBClusterEndpointIdentifier": {},
564
+ "DBClusterIdentifier": {},
565
+ "DBClusterEndpointResourceIdentifier": {},
566
+ "Endpoint": {},
567
+ "Status": {},
568
+ "EndpointType": {},
569
+ "CustomEndpointType": {},
570
+ "StaticMembers": {
571
+ "shape": "S1a"
572
+ },
573
+ "ExcludedMembers": {
574
+ "shape": "S1a"
575
+ },
576
+ "DBClusterEndpointArn": {}
577
+ }
578
+ }
579
+ },
504
580
  "DeleteDBClusterParameterGroup": {
505
581
  "input": {
506
582
  "type": "structure",
@@ -551,7 +627,7 @@
551
627
  "type": "structure",
552
628
  "members": {
553
629
  "DBInstance": {
554
- "shape": "S1g"
630
+ "shape": "S1j"
555
631
  }
556
632
  }
557
633
  }
@@ -598,13 +674,59 @@
598
674
  }
599
675
  }
600
676
  },
677
+ "DescribeDBClusterEndpoints": {
678
+ "input": {
679
+ "type": "structure",
680
+ "members": {
681
+ "DBClusterIdentifier": {},
682
+ "DBClusterEndpointIdentifier": {},
683
+ "Filters": {
684
+ "shape": "S2o"
685
+ },
686
+ "MaxRecords": {
687
+ "type": "integer"
688
+ },
689
+ "Marker": {}
690
+ }
691
+ },
692
+ "output": {
693
+ "resultWrapper": "DescribeDBClusterEndpointsResult",
694
+ "type": "structure",
695
+ "members": {
696
+ "Marker": {},
697
+ "DBClusterEndpoints": {
698
+ "type": "list",
699
+ "member": {
700
+ "locationName": "DBClusterEndpointList",
701
+ "type": "structure",
702
+ "members": {
703
+ "DBClusterEndpointIdentifier": {},
704
+ "DBClusterIdentifier": {},
705
+ "DBClusterEndpointResourceIdentifier": {},
706
+ "Endpoint": {},
707
+ "Status": {},
708
+ "EndpointType": {},
709
+ "CustomEndpointType": {},
710
+ "StaticMembers": {
711
+ "shape": "S1a"
712
+ },
713
+ "ExcludedMembers": {
714
+ "shape": "S1a"
715
+ },
716
+ "DBClusterEndpointArn": {}
717
+ }
718
+ }
719
+ }
720
+ }
721
+ }
722
+ },
601
723
  "DescribeDBClusterParameterGroups": {
602
724
  "input": {
603
725
  "type": "structure",
604
726
  "members": {
605
727
  "DBClusterParameterGroupName": {},
606
728
  "Filters": {
607
- "shape": "S2j"
729
+ "shape": "S2o"
608
730
  },
609
731
  "MaxRecords": {
610
732
  "type": "integer"
@@ -637,7 +759,7 @@
637
759
  "DBClusterParameterGroupName": {},
638
760
  "Source": {},
639
761
  "Filters": {
640
- "shape": "S2j"
762
+ "shape": "S2o"
641
763
  },
642
764
  "MaxRecords": {
643
765
  "type": "integer"
@@ -650,7 +772,7 @@
650
772
  "type": "structure",
651
773
  "members": {
652
774
  "Parameters": {
653
- "shape": "S2q"
775
+ "shape": "S2z"
654
776
  },
655
777
  "Marker": {}
656
778
  }
@@ -671,7 +793,7 @@
671
793
  "type": "structure",
672
794
  "members": {
673
795
  "DBClusterSnapshotAttributesResult": {
674
- "shape": "S2v"
796
+ "shape": "S34"
675
797
  }
676
798
  }
677
799
  }
@@ -684,7 +806,7 @@
684
806
  "DBClusterSnapshotIdentifier": {},
685
807
  "SnapshotType": {},
686
808
  "Filters": {
687
- "shape": "S2j"
809
+ "shape": "S2o"
688
810
  },
689
811
  "MaxRecords": {
690
812
  "type": "integer"
@@ -719,7 +841,7 @@
719
841
  "members": {
720
842
  "DBClusterIdentifier": {},
721
843
  "Filters": {
722
- "shape": "S2j"
844
+ "shape": "S2o"
723
845
  },
724
846
  "MaxRecords": {
725
847
  "type": "integer"
@@ -750,7 +872,7 @@
750
872
  "EngineVersion": {},
751
873
  "DBParameterGroupFamily": {},
752
874
  "Filters": {
753
- "shape": "S2j"
875
+ "shape": "S2o"
754
876
  },
755
877
  "MaxRecords": {
756
878
  "type": "integer"
@@ -784,12 +906,12 @@
784
906
  "DBEngineDescription": {},
785
907
  "DBEngineVersionDescription": {},
786
908
  "DefaultCharacterSet": {
787
- "shape": "S39"
909
+ "shape": "S3i"
788
910
  },
789
911
  "SupportedCharacterSets": {
790
912
  "type": "list",
791
913
  "member": {
792
- "shape": "S39",
914
+ "shape": "S3i",
793
915
  "locationName": "CharacterSet"
794
916
  }
795
917
  },
@@ -842,7 +964,7 @@
842
964
  "members": {
843
965
  "DBInstanceIdentifier": {},
844
966
  "Filters": {
845
- "shape": "S2j"
967
+ "shape": "S2o"
846
968
  },
847
969
  "MaxRecords": {
848
970
  "type": "integer"
@@ -858,7 +980,7 @@
858
980
  "DBInstances": {
859
981
  "type": "list",
860
982
  "member": {
861
- "shape": "S1g",
983
+ "shape": "S1j",
862
984
  "locationName": "DBInstance"
863
985
  }
864
986
  }
@@ -871,7 +993,7 @@
871
993
  "members": {
872
994
  "DBParameterGroupName": {},
873
995
  "Filters": {
874
- "shape": "S2j"
996
+ "shape": "S2o"
875
997
  },
876
998
  "MaxRecords": {
877
999
  "type": "integer"
@@ -904,7 +1026,7 @@
904
1026
  "DBParameterGroupName": {},
905
1027
  "Source": {},
906
1028
  "Filters": {
907
- "shape": "S2j"
1029
+ "shape": "S2o"
908
1030
  },
909
1031
  "MaxRecords": {
910
1032
  "type": "integer"
@@ -917,7 +1039,7 @@
917
1039
  "type": "structure",
918
1040
  "members": {
919
1041
  "Parameters": {
920
- "shape": "S2q"
1042
+ "shape": "S2z"
921
1043
  },
922
1044
  "Marker": {}
923
1045
  }
@@ -929,7 +1051,7 @@
929
1051
  "members": {
930
1052
  "DBSubnetGroupName": {},
931
1053
  "Filters": {
932
- "shape": "S2j"
1054
+ "shape": "S2o"
933
1055
  },
934
1056
  "MaxRecords": {
935
1057
  "type": "integer"
@@ -945,7 +1067,7 @@
945
1067
  "DBSubnetGroups": {
946
1068
  "type": "list",
947
1069
  "member": {
948
- "shape": "S1m",
1070
+ "shape": "S1p",
949
1071
  "locationName": "DBSubnetGroup"
950
1072
  }
951
1073
  }
@@ -961,7 +1083,7 @@
961
1083
  "members": {
962
1084
  "DBParameterGroupFamily": {},
963
1085
  "Filters": {
964
- "shape": "S2j"
1086
+ "shape": "S2o"
965
1087
  },
966
1088
  "MaxRecords": {
967
1089
  "type": "integer"
@@ -974,7 +1096,7 @@
974
1096
  "type": "structure",
975
1097
  "members": {
976
1098
  "EngineDefaults": {
977
- "shape": "S3s"
1099
+ "shape": "S41"
978
1100
  }
979
1101
  }
980
1102
  }
@@ -988,7 +1110,7 @@
988
1110
  "members": {
989
1111
  "DBParameterGroupFamily": {},
990
1112
  "Filters": {
991
- "shape": "S2j"
1113
+ "shape": "S2o"
992
1114
  },
993
1115
  "MaxRecords": {
994
1116
  "type": "integer"
@@ -1001,7 +1123,7 @@
1001
1123
  "type": "structure",
1002
1124
  "members": {
1003
1125
  "EngineDefaults": {
1004
- "shape": "S3s"
1126
+ "shape": "S41"
1005
1127
  }
1006
1128
  }
1007
1129
  }
@@ -1012,7 +1134,7 @@
1012
1134
  "members": {
1013
1135
  "SourceType": {},
1014
1136
  "Filters": {
1015
- "shape": "S2j"
1137
+ "shape": "S2o"
1016
1138
  }
1017
1139
  }
1018
1140
  },
@@ -1043,7 +1165,7 @@
1043
1165
  "members": {
1044
1166
  "SubscriptionName": {},
1045
1167
  "Filters": {
1046
- "shape": "S2j"
1168
+ "shape": "S2o"
1047
1169
  },
1048
1170
  "MaxRecords": {
1049
1171
  "type": "integer"
@@ -1085,7 +1207,7 @@
1085
1207
  "shape": "S7"
1086
1208
  },
1087
1209
  "Filters": {
1088
- "shape": "S2j"
1210
+ "shape": "S2o"
1089
1211
  },
1090
1212
  "MaxRecords": {
1091
1213
  "type": "integer"
@@ -1135,7 +1257,7 @@
1135
1257
  "type": "boolean"
1136
1258
  },
1137
1259
  "Filters": {
1138
- "shape": "S2j"
1260
+ "shape": "S2o"
1139
1261
  },
1140
1262
  "MaxRecords": {
1141
1263
  "type": "integer"
@@ -1160,7 +1282,7 @@
1160
1282
  "AvailabilityZones": {
1161
1283
  "type": "list",
1162
1284
  "member": {
1163
- "shape": "S1p",
1285
+ "shape": "S1s",
1164
1286
  "locationName": "AvailabilityZone"
1165
1287
  }
1166
1288
  },
@@ -1221,7 +1343,7 @@
1221
1343
  "members": {
1222
1344
  "ResourceIdentifier": {},
1223
1345
  "Filters": {
1224
- "shape": "S2j"
1346
+ "shape": "S2o"
1225
1347
  },
1226
1348
  "Marker": {},
1227
1349
  "MaxRecords": {
@@ -1269,10 +1391,10 @@
1269
1391
  "members": {
1270
1392
  "StorageType": {},
1271
1393
  "StorageSize": {
1272
- "shape": "S4l"
1394
+ "shape": "S4u"
1273
1395
  },
1274
1396
  "ProvisionedIops": {
1275
- "shape": "S4l"
1397
+ "shape": "S4u"
1276
1398
  },
1277
1399
  "IopsToStorageRatio": {
1278
1400
  "type": "list",
@@ -1325,7 +1447,7 @@
1325
1447
  "members": {
1326
1448
  "ResourceName": {},
1327
1449
  "Filters": {
1328
- "shape": "S2j"
1450
+ "shape": "S2o"
1329
1451
  }
1330
1452
  }
1331
1453
  },
@@ -1369,7 +1491,7 @@
1369
1491
  "type": "boolean"
1370
1492
  },
1371
1493
  "CloudwatchLogsExportConfiguration": {
1372
- "shape": "S4v"
1494
+ "shape": "S54"
1373
1495
  },
1374
1496
  "EngineVersion": {},
1375
1497
  "DeletionProtection": {
@@ -1387,6 +1509,44 @@
1387
1509
  }
1388
1510
  }
1389
1511
  },
1512
+ "ModifyDBClusterEndpoint": {
1513
+ "input": {
1514
+ "type": "structure",
1515
+ "required": [
1516
+ "DBClusterEndpointIdentifier"
1517
+ ],
1518
+ "members": {
1519
+ "DBClusterEndpointIdentifier": {},
1520
+ "EndpointType": {},
1521
+ "StaticMembers": {
1522
+ "shape": "S1a"
1523
+ },
1524
+ "ExcludedMembers": {
1525
+ "shape": "S1a"
1526
+ }
1527
+ }
1528
+ },
1529
+ "output": {
1530
+ "resultWrapper": "ModifyDBClusterEndpointResult",
1531
+ "type": "structure",
1532
+ "members": {
1533
+ "DBClusterEndpointIdentifier": {},
1534
+ "DBClusterIdentifier": {},
1535
+ "DBClusterEndpointResourceIdentifier": {},
1536
+ "Endpoint": {},
1537
+ "Status": {},
1538
+ "EndpointType": {},
1539
+ "CustomEndpointType": {},
1540
+ "StaticMembers": {
1541
+ "shape": "S1a"
1542
+ },
1543
+ "ExcludedMembers": {
1544
+ "shape": "S1a"
1545
+ },
1546
+ "DBClusterEndpointArn": {}
1547
+ }
1548
+ }
1549
+ },
1390
1550
  "ModifyDBClusterParameterGroup": {
1391
1551
  "input": {
1392
1552
  "type": "structure",
@@ -1397,12 +1557,12 @@
1397
1557
  "members": {
1398
1558
  "DBClusterParameterGroupName": {},
1399
1559
  "Parameters": {
1400
- "shape": "S2q"
1560
+ "shape": "S2z"
1401
1561
  }
1402
1562
  }
1403
1563
  },
1404
1564
  "output": {
1405
- "shape": "S4y",
1565
+ "shape": "S59",
1406
1566
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
1407
1567
  }
1408
1568
  },
@@ -1417,10 +1577,10 @@
1417
1577
  "DBClusterSnapshotIdentifier": {},
1418
1578
  "AttributeName": {},
1419
1579
  "ValuesToAdd": {
1420
- "shape": "S2y"
1580
+ "shape": "S37"
1421
1581
  },
1422
1582
  "ValuesToRemove": {
1423
- "shape": "S2y"
1583
+ "shape": "S37"
1424
1584
  }
1425
1585
  }
1426
1586
  },
@@ -1429,7 +1589,7 @@
1429
1589
  "type": "structure",
1430
1590
  "members": {
1431
1591
  "DBClusterSnapshotAttributesResult": {
1432
- "shape": "S2v"
1592
+ "shape": "S34"
1433
1593
  }
1434
1594
  }
1435
1595
  }
@@ -1448,7 +1608,7 @@
1448
1608
  "DBInstanceClass": {},
1449
1609
  "DBSubnetGroupName": {},
1450
1610
  "DBSecurityGroups": {
1451
- "shape": "S1e"
1611
+ "shape": "S1h"
1452
1612
  },
1453
1613
  "VpcSecurityGroupIds": {
1454
1614
  "shape": "Sw"
@@ -1510,7 +1670,7 @@
1510
1670
  },
1511
1671
  "PerformanceInsightsKMSKeyId": {},
1512
1672
  "CloudwatchLogsExportConfiguration": {
1513
- "shape": "S4v"
1673
+ "shape": "S54"
1514
1674
  },
1515
1675
  "DeletionProtection": {
1516
1676
  "type": "boolean"
@@ -1522,7 +1682,7 @@
1522
1682
  "type": "structure",
1523
1683
  "members": {
1524
1684
  "DBInstance": {
1525
- "shape": "S1g"
1685
+ "shape": "S1j"
1526
1686
  }
1527
1687
  }
1528
1688
  }
@@ -1537,12 +1697,12 @@
1537
1697
  "members": {
1538
1698
  "DBParameterGroupName": {},
1539
1699
  "Parameters": {
1540
- "shape": "S2q"
1700
+ "shape": "S2z"
1541
1701
  }
1542
1702
  }
1543
1703
  },
1544
1704
  "output": {
1545
- "shape": "S54",
1705
+ "shape": "S5f",
1546
1706
  "resultWrapper": "ModifyDBParameterGroupResult"
1547
1707
  }
1548
1708
  },
@@ -1557,7 +1717,7 @@
1557
1717
  "DBSubnetGroupName": {},
1558
1718
  "DBSubnetGroupDescription": {},
1559
1719
  "SubnetIds": {
1560
- "shape": "S23"
1720
+ "shape": "S26"
1561
1721
  }
1562
1722
  }
1563
1723
  },
@@ -1566,7 +1726,7 @@
1566
1726
  "type": "structure",
1567
1727
  "members": {
1568
1728
  "DBSubnetGroup": {
1569
- "shape": "S1m"
1729
+ "shape": "S1p"
1570
1730
  }
1571
1731
  }
1572
1732
  }
@@ -1637,7 +1797,7 @@
1637
1797
  "type": "structure",
1638
1798
  "members": {
1639
1799
  "DBInstance": {
1640
- "shape": "S1g"
1800
+ "shape": "S1j"
1641
1801
  }
1642
1802
  }
1643
1803
  }
@@ -1651,7 +1811,8 @@
1651
1811
  ],
1652
1812
  "members": {
1653
1813
  "DBClusterIdentifier": {},
1654
- "RoleArn": {}
1814
+ "RoleArn": {},
1815
+ "FeatureName": {}
1655
1816
  }
1656
1817
  }
1657
1818
  },
@@ -1705,12 +1866,12 @@
1705
1866
  "type": "boolean"
1706
1867
  },
1707
1868
  "Parameters": {
1708
- "shape": "S2q"
1869
+ "shape": "S2z"
1709
1870
  }
1710
1871
  }
1711
1872
  },
1712
1873
  "output": {
1713
- "shape": "S4y",
1874
+ "shape": "S59",
1714
1875
  "resultWrapper": "ResetDBClusterParameterGroupResult"
1715
1876
  }
1716
1877
  },
@@ -1726,12 +1887,12 @@
1726
1887
  "type": "boolean"
1727
1888
  },
1728
1889
  "Parameters": {
1729
- "shape": "S2q"
1890
+ "shape": "S2z"
1730
1891
  }
1731
1892
  }
1732
1893
  },
1733
1894
  "output": {
1734
- "shape": "S54",
1895
+ "shape": "S5f",
1735
1896
  "resultWrapper": "ResetDBParameterGroupResult"
1736
1897
  }
1737
1898
  },
@@ -2121,7 +2282,8 @@
2121
2282
  "type": "structure",
2122
2283
  "members": {
2123
2284
  "RoleArn": {},
2124
- "Status": {}
2285
+ "Status": {},
2286
+ "FeatureName": {}
2125
2287
  }
2126
2288
  }
2127
2289
  },
@@ -2152,13 +2314,17 @@
2152
2314
  }
2153
2315
  }
2154
2316
  },
2155
- "S1e": {
2317
+ "S1a": {
2318
+ "type": "list",
2319
+ "member": {}
2320
+ },
2321
+ "S1h": {
2156
2322
  "type": "list",
2157
2323
  "member": {
2158
2324
  "locationName": "DBSecurityGroupName"
2159
2325
  }
2160
2326
  },
2161
- "S1g": {
2327
+ "S1j": {
2162
2328
  "type": "structure",
2163
2329
  "members": {
2164
2330
  "DBInstanceIdentifier": {},
@@ -2214,7 +2380,7 @@
2214
2380
  },
2215
2381
  "AvailabilityZone": {},
2216
2382
  "DBSubnetGroup": {
2217
- "shape": "S1m"
2383
+ "shape": "S1p"
2218
2384
  },
2219
2385
  "PreferredMaintenanceWindow": {},
2220
2386
  "PendingModifiedValues": {
@@ -2369,7 +2535,7 @@
2369
2535
  },
2370
2536
  "wrapper": true
2371
2537
  },
2372
- "S1m": {
2538
+ "S1p": {
2373
2539
  "type": "structure",
2374
2540
  "members": {
2375
2541
  "DBSubnetGroupName": {},
@@ -2384,7 +2550,7 @@
2384
2550
  "members": {
2385
2551
  "SubnetIdentifier": {},
2386
2552
  "SubnetAvailabilityZone": {
2387
- "shape": "S1p"
2553
+ "shape": "S1s"
2388
2554
  },
2389
2555
  "SubnetStatus": {}
2390
2556
  }
@@ -2394,20 +2560,20 @@
2394
2560
  },
2395
2561
  "wrapper": true
2396
2562
  },
2397
- "S1p": {
2563
+ "S1s": {
2398
2564
  "type": "structure",
2399
2565
  "members": {
2400
2566
  "Name": {}
2401
2567
  },
2402
2568
  "wrapper": true
2403
2569
  },
2404
- "S23": {
2570
+ "S26": {
2405
2571
  "type": "list",
2406
2572
  "member": {
2407
2573
  "locationName": "SubnetIdentifier"
2408
2574
  }
2409
2575
  },
2410
- "S2j": {
2576
+ "S2o": {
2411
2577
  "type": "list",
2412
2578
  "member": {
2413
2579
  "locationName": "Filter",
@@ -2427,7 +2593,7 @@
2427
2593
  }
2428
2594
  }
2429
2595
  },
2430
- "S2q": {
2596
+ "S2z": {
2431
2597
  "type": "list",
2432
2598
  "member": {
2433
2599
  "locationName": "Parameter",
@@ -2448,7 +2614,7 @@
2448
2614
  }
2449
2615
  }
2450
2616
  },
2451
- "S2v": {
2617
+ "S34": {
2452
2618
  "type": "structure",
2453
2619
  "members": {
2454
2620
  "DBClusterSnapshotIdentifier": {},
@@ -2460,7 +2626,7 @@
2460
2626
  "members": {
2461
2627
  "AttributeName": {},
2462
2628
  "AttributeValues": {
2463
- "shape": "S2y"
2629
+ "shape": "S37"
2464
2630
  }
2465
2631
  }
2466
2632
  }
@@ -2468,31 +2634,31 @@
2468
2634
  },
2469
2635
  "wrapper": true
2470
2636
  },
2471
- "S2y": {
2637
+ "S37": {
2472
2638
  "type": "list",
2473
2639
  "member": {
2474
2640
  "locationName": "AttributeValue"
2475
2641
  }
2476
2642
  },
2477
- "S39": {
2643
+ "S3i": {
2478
2644
  "type": "structure",
2479
2645
  "members": {
2480
2646
  "CharacterSetName": {},
2481
2647
  "CharacterSetDescription": {}
2482
2648
  }
2483
2649
  },
2484
- "S3s": {
2650
+ "S41": {
2485
2651
  "type": "structure",
2486
2652
  "members": {
2487
2653
  "DBParameterGroupFamily": {},
2488
2654
  "Marker": {},
2489
2655
  "Parameters": {
2490
- "shape": "S2q"
2656
+ "shape": "S2z"
2491
2657
  }
2492
2658
  },
2493
2659
  "wrapper": true
2494
2660
  },
2495
- "S4l": {
2661
+ "S4u": {
2496
2662
  "type": "list",
2497
2663
  "member": {
2498
2664
  "locationName": "Range",
@@ -2510,7 +2676,7 @@
2510
2676
  }
2511
2677
  }
2512
2678
  },
2513
- "S4v": {
2679
+ "S54": {
2514
2680
  "type": "structure",
2515
2681
  "members": {
2516
2682
  "EnableLogTypes": {
@@ -2521,13 +2687,13 @@
2521
2687
  }
2522
2688
  }
2523
2689
  },
2524
- "S4y": {
2690
+ "S59": {
2525
2691
  "type": "structure",
2526
2692
  "members": {
2527
2693
  "DBClusterParameterGroupName": {}
2528
2694
  }
2529
2695
  },
2530
- "S54": {
2696
+ "S5f": {
2531
2697
  "type": "structure",
2532
2698
  "members": {
2533
2699
  "DBParameterGroupName": {}