aws-sdk 2.916.0 → 2.920.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 (45) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.min.json +63 -60
  4. package/apis/datasync-2018-11-09.min.json +16 -15
  5. package/apis/devicefarm-2015-06-23.min.json +144 -92
  6. package/apis/docdb-2014-10-31.min.json +233 -65
  7. package/apis/docdb-2014-10-31.paginators.json +6 -0
  8. package/apis/ec2-2016-11-15.min.json +6 -0
  9. package/apis/fsx-2018-03-01.min.json +27 -24
  10. package/apis/iotevents-2018-07-27.min.json +715 -188
  11. package/apis/iotevents-data-2018-10-23.min.json +380 -1
  12. package/apis/iotsitewise-2019-12-02.min.json +65 -43
  13. package/apis/iotwireless-2020-11-22.min.json +210 -6
  14. package/apis/kendra-2019-02-03.min.json +351 -77
  15. package/apis/location-2020-11-19.min.json +677 -84
  16. package/apis/location-2020-11-19.paginators.json +12 -0
  17. package/apis/sns-2010-03-31.min.json +150 -13
  18. package/apis/sns-2010-03-31.paginators.json +12 -0
  19. package/clients/autoscaling.d.ts +55 -50
  20. package/clients/braket.d.ts +2 -2
  21. package/clients/datasync.d.ts +39 -34
  22. package/clients/devicefarm.d.ts +41 -10
  23. package/clients/docdb.d.ts +217 -4
  24. package/clients/ec2.d.ts +8 -0
  25. package/clients/ecs.d.ts +4 -4
  26. package/clients/fsx.d.ts +15 -2
  27. package/clients/iam.d.ts +1 -1
  28. package/clients/iotevents.d.ts +595 -11
  29. package/clients/ioteventsdata.d.ts +474 -9
  30. package/clients/iotsitewise.d.ts +34 -0
  31. package/clients/iotwireless.d.ts +126 -0
  32. package/clients/kendra.d.ts +410 -6
  33. package/clients/lightsail.d.ts +3 -3
  34. package/clients/location.d.ts +651 -77
  35. package/clients/polly.d.ts +1 -1
  36. package/clients/resourcegroups.d.ts +4 -4
  37. package/clients/servicediscovery.d.ts +41 -41
  38. package/clients/sns.d.ts +181 -4
  39. package/clients/sqs.d.ts +5 -5
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +17 -17
  42. package/dist/aws-sdk.js +378 -168
  43. package/dist/aws-sdk.min.js +68 -68
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
@@ -136,9 +136,7 @@
136
136
  "type": "structure",
137
137
  "required": [
138
138
  "DBClusterIdentifier",
139
- "Engine",
140
- "MasterUsername",
141
- "MasterUserPassword"
139
+ "Engine"
142
140
  ],
143
141
  "members": {
144
142
  "AvailabilityZones": {
@@ -175,7 +173,8 @@
175
173
  },
176
174
  "DeletionProtection": {
177
175
  "type": "boolean"
178
- }
176
+ },
177
+ "GlobalClusterIdentifier": {}
179
178
  }
180
179
  },
181
180
  "output": {
@@ -183,7 +182,7 @@
183
182
  "type": "structure",
184
183
  "members": {
185
184
  "DBCluster": {
186
- "shape": "Sv"
185
+ "shape": "Sw"
187
186
  }
188
187
  }
189
188
  }
@@ -272,7 +271,7 @@
272
271
  "type": "structure",
273
272
  "members": {
274
273
  "DBInstance": {
275
- "shape": "S18"
274
+ "shape": "S1a"
276
275
  }
277
276
  }
278
277
  }
@@ -289,7 +288,7 @@
289
288
  "DBSubnetGroupName": {},
290
289
  "DBSubnetGroupDescription": {},
291
290
  "SubnetIds": {
292
- "shape": "S1j"
291
+ "shape": "S1l"
293
292
  },
294
293
  "Tags": {
295
294
  "shape": "S9"
@@ -301,7 +300,7 @@
301
300
  "type": "structure",
302
301
  "members": {
303
302
  "DBSubnetGroup": {
304
- "shape": "S1a"
303
+ "shape": "S1c"
305
304
  }
306
305
  }
307
306
  }
@@ -341,6 +340,36 @@
341
340
  }
342
341
  }
343
342
  },
343
+ "CreateGlobalCluster": {
344
+ "input": {
345
+ "type": "structure",
346
+ "required": [
347
+ "GlobalClusterIdentifier"
348
+ ],
349
+ "members": {
350
+ "GlobalClusterIdentifier": {},
351
+ "SourceDBClusterIdentifier": {},
352
+ "Engine": {},
353
+ "EngineVersion": {},
354
+ "DeletionProtection": {
355
+ "type": "boolean"
356
+ },
357
+ "DatabaseName": {},
358
+ "StorageEncrypted": {
359
+ "type": "boolean"
360
+ }
361
+ }
362
+ },
363
+ "output": {
364
+ "resultWrapper": "CreateGlobalClusterResult",
365
+ "type": "structure",
366
+ "members": {
367
+ "GlobalCluster": {
368
+ "shape": "S1r"
369
+ }
370
+ }
371
+ }
372
+ },
344
373
  "DeleteDBCluster": {
345
374
  "input": {
346
375
  "type": "structure",
@@ -360,7 +389,7 @@
360
389
  "type": "structure",
361
390
  "members": {
362
391
  "DBCluster": {
363
- "shape": "Sv"
392
+ "shape": "Sw"
364
393
  }
365
394
  }
366
395
  }
@@ -411,7 +440,7 @@
411
440
  "type": "structure",
412
441
  "members": {
413
442
  "DBInstance": {
414
- "shape": "S18"
443
+ "shape": "S1a"
415
444
  }
416
445
  }
417
446
  }
@@ -447,13 +476,33 @@
447
476
  }
448
477
  }
449
478
  },
479
+ "DeleteGlobalCluster": {
480
+ "input": {
481
+ "type": "structure",
482
+ "required": [
483
+ "GlobalClusterIdentifier"
484
+ ],
485
+ "members": {
486
+ "GlobalClusterIdentifier": {}
487
+ }
488
+ },
489
+ "output": {
490
+ "resultWrapper": "DeleteGlobalClusterResult",
491
+ "type": "structure",
492
+ "members": {
493
+ "GlobalCluster": {
494
+ "shape": "S1r"
495
+ }
496
+ }
497
+ }
498
+ },
450
499
  "DescribeCertificates": {
451
500
  "input": {
452
501
  "type": "structure",
453
502
  "members": {
454
503
  "CertificateIdentifier": {},
455
504
  "Filters": {
456
- "shape": "S1y"
505
+ "shape": "S28"
457
506
  },
458
507
  "MaxRecords": {
459
508
  "type": "integer"
@@ -495,7 +544,7 @@
495
544
  "members": {
496
545
  "DBClusterParameterGroupName": {},
497
546
  "Filters": {
498
- "shape": "S1y"
547
+ "shape": "S28"
499
548
  },
500
549
  "MaxRecords": {
501
550
  "type": "integer"
@@ -528,7 +577,7 @@
528
577
  "DBClusterParameterGroupName": {},
529
578
  "Source": {},
530
579
  "Filters": {
531
- "shape": "S1y"
580
+ "shape": "S28"
532
581
  },
533
582
  "MaxRecords": {
534
583
  "type": "integer"
@@ -541,7 +590,7 @@
541
590
  "type": "structure",
542
591
  "members": {
543
592
  "Parameters": {
544
- "shape": "S29"
593
+ "shape": "S2j"
545
594
  },
546
595
  "Marker": {}
547
596
  }
@@ -562,7 +611,7 @@
562
611
  "type": "structure",
563
612
  "members": {
564
613
  "DBClusterSnapshotAttributesResult": {
565
- "shape": "S2e"
614
+ "shape": "S2o"
566
615
  }
567
616
  }
568
617
  }
@@ -575,7 +624,7 @@
575
624
  "DBClusterSnapshotIdentifier": {},
576
625
  "SnapshotType": {},
577
626
  "Filters": {
578
- "shape": "S1y"
627
+ "shape": "S28"
579
628
  },
580
629
  "MaxRecords": {
581
630
  "type": "integer"
@@ -610,7 +659,7 @@
610
659
  "members": {
611
660
  "DBClusterIdentifier": {},
612
661
  "Filters": {
613
- "shape": "S1y"
662
+ "shape": "S28"
614
663
  },
615
664
  "MaxRecords": {
616
665
  "type": "integer"
@@ -626,7 +675,7 @@
626
675
  "DBClusters": {
627
676
  "type": "list",
628
677
  "member": {
629
- "shape": "Sv",
678
+ "shape": "Sw",
630
679
  "locationName": "DBCluster"
631
680
  }
632
681
  }
@@ -641,7 +690,7 @@
641
690
  "EngineVersion": {},
642
691
  "DBParameterGroupFamily": {},
643
692
  "Filters": {
644
- "shape": "S1y"
693
+ "shape": "S28"
645
694
  },
646
695
  "MaxRecords": {
647
696
  "type": "integer"
@@ -710,7 +759,7 @@
710
759
  "members": {
711
760
  "DBInstanceIdentifier": {},
712
761
  "Filters": {
713
- "shape": "S1y"
762
+ "shape": "S28"
714
763
  },
715
764
  "MaxRecords": {
716
765
  "type": "integer"
@@ -726,7 +775,7 @@
726
775
  "DBInstances": {
727
776
  "type": "list",
728
777
  "member": {
729
- "shape": "S18",
778
+ "shape": "S1a",
730
779
  "locationName": "DBInstance"
731
780
  }
732
781
  }
@@ -739,7 +788,7 @@
739
788
  "members": {
740
789
  "DBSubnetGroupName": {},
741
790
  "Filters": {
742
- "shape": "S1y"
791
+ "shape": "S28"
743
792
  },
744
793
  "MaxRecords": {
745
794
  "type": "integer"
@@ -755,7 +804,7 @@
755
804
  "DBSubnetGroups": {
756
805
  "type": "list",
757
806
  "member": {
758
- "shape": "S1a",
807
+ "shape": "S1c",
759
808
  "locationName": "DBSubnetGroup"
760
809
  }
761
810
  }
@@ -771,7 +820,7 @@
771
820
  "members": {
772
821
  "DBParameterGroupFamily": {},
773
822
  "Filters": {
774
- "shape": "S1y"
823
+ "shape": "S28"
775
824
  },
776
825
  "MaxRecords": {
777
826
  "type": "integer"
@@ -789,7 +838,7 @@
789
838
  "DBParameterGroupFamily": {},
790
839
  "Marker": {},
791
840
  "Parameters": {
792
- "shape": "S29"
841
+ "shape": "S2j"
793
842
  }
794
843
  },
795
844
  "wrapper": true
@@ -803,7 +852,7 @@
803
852
  "members": {
804
853
  "SourceType": {},
805
854
  "Filters": {
806
- "shape": "S1y"
855
+ "shape": "S28"
807
856
  }
808
857
  }
809
858
  },
@@ -834,7 +883,7 @@
834
883
  "members": {
835
884
  "SubscriptionName": {},
836
885
  "Filters": {
837
- "shape": "S1y"
886
+ "shape": "S28"
838
887
  },
839
888
  "MaxRecords": {
840
889
  "type": "integer"
@@ -876,7 +925,7 @@
876
925
  "shape": "S6"
877
926
  },
878
927
  "Filters": {
879
- "shape": "S1y"
928
+ "shape": "S28"
880
929
  },
881
930
  "MaxRecords": {
882
931
  "type": "integer"
@@ -911,6 +960,35 @@
911
960
  }
912
961
  }
913
962
  },
963
+ "DescribeGlobalClusters": {
964
+ "input": {
965
+ "type": "structure",
966
+ "members": {
967
+ "GlobalClusterIdentifier": {},
968
+ "Filters": {
969
+ "shape": "S28"
970
+ },
971
+ "MaxRecords": {
972
+ "type": "integer"
973
+ },
974
+ "Marker": {}
975
+ }
976
+ },
977
+ "output": {
978
+ "resultWrapper": "DescribeGlobalClustersResult",
979
+ "type": "structure",
980
+ "members": {
981
+ "Marker": {},
982
+ "GlobalClusters": {
983
+ "type": "list",
984
+ "member": {
985
+ "shape": "S1r",
986
+ "locationName": "GlobalClusterMember"
987
+ }
988
+ }
989
+ }
990
+ }
991
+ },
914
992
  "DescribeOrderableDBInstanceOptions": {
915
993
  "input": {
916
994
  "type": "structure",
@@ -926,7 +1004,7 @@
926
1004
  "type": "boolean"
927
1005
  },
928
1006
  "Filters": {
929
- "shape": "S1y"
1007
+ "shape": "S28"
930
1008
  },
931
1009
  "MaxRecords": {
932
1010
  "type": "integer"
@@ -951,7 +1029,7 @@
951
1029
  "AvailabilityZones": {
952
1030
  "type": "list",
953
1031
  "member": {
954
- "shape": "S1d",
1032
+ "shape": "S1f",
955
1033
  "locationName": "AvailabilityZone"
956
1034
  }
957
1035
  },
@@ -972,7 +1050,7 @@
972
1050
  "members": {
973
1051
  "ResourceIdentifier": {},
974
1052
  "Filters": {
975
- "shape": "S1y"
1053
+ "shape": "S28"
976
1054
  },
977
1055
  "Marker": {},
978
1056
  "MaxRecords": {
@@ -1008,7 +1086,7 @@
1008
1086
  "type": "structure",
1009
1087
  "members": {
1010
1088
  "DBCluster": {
1011
- "shape": "Sv"
1089
+ "shape": "Sw"
1012
1090
  }
1013
1091
  }
1014
1092
  }
@@ -1022,7 +1100,7 @@
1022
1100
  "members": {
1023
1101
  "ResourceName": {},
1024
1102
  "Filters": {
1025
- "shape": "S1y"
1103
+ "shape": "S28"
1026
1104
  }
1027
1105
  }
1028
1106
  },
@@ -1083,7 +1161,7 @@
1083
1161
  "type": "structure",
1084
1162
  "members": {
1085
1163
  "DBCluster": {
1086
- "shape": "Sv"
1164
+ "shape": "Sw"
1087
1165
  }
1088
1166
  }
1089
1167
  }
@@ -1098,12 +1176,12 @@
1098
1176
  "members": {
1099
1177
  "DBClusterParameterGroupName": {},
1100
1178
  "Parameters": {
1101
- "shape": "S29"
1179
+ "shape": "S2j"
1102
1180
  }
1103
1181
  }
1104
1182
  },
1105
1183
  "output": {
1106
- "shape": "S3v",
1184
+ "shape": "S48",
1107
1185
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
1108
1186
  }
1109
1187
  },
@@ -1118,10 +1196,10 @@
1118
1196
  "DBClusterSnapshotIdentifier": {},
1119
1197
  "AttributeName": {},
1120
1198
  "ValuesToAdd": {
1121
- "shape": "S2h"
1199
+ "shape": "S2r"
1122
1200
  },
1123
1201
  "ValuesToRemove": {
1124
- "shape": "S2h"
1202
+ "shape": "S2r"
1125
1203
  }
1126
1204
  }
1127
1205
  },
@@ -1130,7 +1208,7 @@
1130
1208
  "type": "structure",
1131
1209
  "members": {
1132
1210
  "DBClusterSnapshotAttributesResult": {
1133
- "shape": "S2e"
1211
+ "shape": "S2o"
1134
1212
  }
1135
1213
  }
1136
1214
  }
@@ -1163,7 +1241,7 @@
1163
1241
  "type": "structure",
1164
1242
  "members": {
1165
1243
  "DBInstance": {
1166
- "shape": "S18"
1244
+ "shape": "S1a"
1167
1245
  }
1168
1246
  }
1169
1247
  }
@@ -1179,7 +1257,7 @@
1179
1257
  "DBSubnetGroupName": {},
1180
1258
  "DBSubnetGroupDescription": {},
1181
1259
  "SubnetIds": {
1182
- "shape": "S1j"
1260
+ "shape": "S1l"
1183
1261
  }
1184
1262
  }
1185
1263
  },
@@ -1188,7 +1266,7 @@
1188
1266
  "type": "structure",
1189
1267
  "members": {
1190
1268
  "DBSubnetGroup": {
1191
- "shape": "S1a"
1269
+ "shape": "S1c"
1192
1270
  }
1193
1271
  }
1194
1272
  }
@@ -1221,6 +1299,30 @@
1221
1299
  }
1222
1300
  }
1223
1301
  },
1302
+ "ModifyGlobalCluster": {
1303
+ "input": {
1304
+ "type": "structure",
1305
+ "required": [
1306
+ "GlobalClusterIdentifier"
1307
+ ],
1308
+ "members": {
1309
+ "GlobalClusterIdentifier": {},
1310
+ "NewGlobalClusterIdentifier": {},
1311
+ "DeletionProtection": {
1312
+ "type": "boolean"
1313
+ }
1314
+ }
1315
+ },
1316
+ "output": {
1317
+ "resultWrapper": "ModifyGlobalClusterResult",
1318
+ "type": "structure",
1319
+ "members": {
1320
+ "GlobalCluster": {
1321
+ "shape": "S1r"
1322
+ }
1323
+ }
1324
+ }
1325
+ },
1224
1326
  "RebootDBInstance": {
1225
1327
  "input": {
1226
1328
  "type": "structure",
@@ -1239,7 +1341,29 @@
1239
1341
  "type": "structure",
1240
1342
  "members": {
1241
1343
  "DBInstance": {
1242
- "shape": "S18"
1344
+ "shape": "S1a"
1345
+ }
1346
+ }
1347
+ }
1348
+ },
1349
+ "RemoveFromGlobalCluster": {
1350
+ "input": {
1351
+ "type": "structure",
1352
+ "required": [
1353
+ "GlobalClusterIdentifier",
1354
+ "DbClusterIdentifier"
1355
+ ],
1356
+ "members": {
1357
+ "GlobalClusterIdentifier": {},
1358
+ "DbClusterIdentifier": {}
1359
+ }
1360
+ },
1361
+ "output": {
1362
+ "resultWrapper": "RemoveFromGlobalClusterResult",
1363
+ "type": "structure",
1364
+ "members": {
1365
+ "GlobalCluster": {
1366
+ "shape": "S1r"
1243
1367
  }
1244
1368
  }
1245
1369
  }
@@ -1294,12 +1418,12 @@
1294
1418
  "type": "boolean"
1295
1419
  },
1296
1420
  "Parameters": {
1297
- "shape": "S29"
1421
+ "shape": "S2j"
1298
1422
  }
1299
1423
  }
1300
1424
  },
1301
1425
  "output": {
1302
- "shape": "S3v",
1426
+ "shape": "S48",
1303
1427
  "resultWrapper": "ResetDBClusterParameterGroupResult"
1304
1428
  }
1305
1429
  },
@@ -1343,7 +1467,7 @@
1343
1467
  "type": "structure",
1344
1468
  "members": {
1345
1469
  "DBCluster": {
1346
- "shape": "Sv"
1470
+ "shape": "Sw"
1347
1471
  }
1348
1472
  }
1349
1473
  }
@@ -1388,7 +1512,7 @@
1388
1512
  "type": "structure",
1389
1513
  "members": {
1390
1514
  "DBCluster": {
1391
- "shape": "Sv"
1515
+ "shape": "Sw"
1392
1516
  }
1393
1517
  }
1394
1518
  }
@@ -1408,7 +1532,7 @@
1408
1532
  "type": "structure",
1409
1533
  "members": {
1410
1534
  "DBCluster": {
1411
- "shape": "Sv"
1535
+ "shape": "Sw"
1412
1536
  }
1413
1537
  }
1414
1538
  }
@@ -1428,7 +1552,7 @@
1428
1552
  "type": "structure",
1429
1553
  "members": {
1430
1554
  "DBCluster": {
1431
- "shape": "Sv"
1555
+ "shape": "Sw"
1432
1556
  }
1433
1557
  }
1434
1558
  }
@@ -1569,7 +1693,7 @@
1569
1693
  "type": "list",
1570
1694
  "member": {}
1571
1695
  },
1572
- "Sv": {
1696
+ "Sw": {
1573
1697
  "type": "structure",
1574
1698
  "members": {
1575
1699
  "AvailabilityZones": {
@@ -1602,6 +1726,13 @@
1602
1726
  "MasterUsername": {},
1603
1727
  "PreferredBackupWindow": {},
1604
1728
  "PreferredMaintenanceWindow": {},
1729
+ "ReplicationSourceIdentifier": {},
1730
+ "ReadReplicaIdentifiers": {
1731
+ "type": "list",
1732
+ "member": {
1733
+ "locationName": "ReadReplicaIdentifier"
1734
+ }
1735
+ },
1605
1736
  "DBClusterMembers": {
1606
1737
  "type": "list",
1607
1738
  "member": {
@@ -1621,7 +1752,7 @@
1621
1752
  }
1622
1753
  },
1623
1754
  "VpcSecurityGroups": {
1624
- "shape": "Sy"
1755
+ "shape": "S10"
1625
1756
  },
1626
1757
  "HostedZoneId": {},
1627
1758
  "StorageEncrypted": {
@@ -1653,7 +1784,7 @@
1653
1784
  },
1654
1785
  "wrapper": true
1655
1786
  },
1656
- "Sy": {
1787
+ "S10": {
1657
1788
  "type": "list",
1658
1789
  "member": {
1659
1790
  "locationName": "VpcSecurityGroupMembership",
@@ -1664,7 +1795,7 @@
1664
1795
  }
1665
1796
  }
1666
1797
  },
1667
- "S18": {
1798
+ "S1a": {
1668
1799
  "type": "structure",
1669
1800
  "members": {
1670
1801
  "DBInstanceIdentifier": {},
@@ -1689,11 +1820,11 @@
1689
1820
  "type": "integer"
1690
1821
  },
1691
1822
  "VpcSecurityGroups": {
1692
- "shape": "Sy"
1823
+ "shape": "S10"
1693
1824
  },
1694
1825
  "AvailabilityZone": {},
1695
1826
  "DBSubnetGroup": {
1696
- "shape": "S1a"
1827
+ "shape": "S1c"
1697
1828
  },
1698
1829
  "PreferredMaintenanceWindow": {},
1699
1830
  "PendingModifiedValues": {
@@ -1777,7 +1908,7 @@
1777
1908
  },
1778
1909
  "wrapper": true
1779
1910
  },
1780
- "S1a": {
1911
+ "S1c": {
1781
1912
  "type": "structure",
1782
1913
  "members": {
1783
1914
  "DBSubnetGroupName": {},
@@ -1792,7 +1923,7 @@
1792
1923
  "members": {
1793
1924
  "SubnetIdentifier": {},
1794
1925
  "SubnetAvailabilityZone": {
1795
- "shape": "S1d"
1926
+ "shape": "S1f"
1796
1927
  },
1797
1928
  "SubnetStatus": {}
1798
1929
  }
@@ -1802,20 +1933,57 @@
1802
1933
  },
1803
1934
  "wrapper": true
1804
1935
  },
1805
- "S1d": {
1936
+ "S1f": {
1806
1937
  "type": "structure",
1807
1938
  "members": {
1808
1939
  "Name": {}
1809
1940
  },
1810
1941
  "wrapper": true
1811
1942
  },
1812
- "S1j": {
1943
+ "S1l": {
1813
1944
  "type": "list",
1814
1945
  "member": {
1815
1946
  "locationName": "SubnetIdentifier"
1816
1947
  }
1817
1948
  },
1818
- "S1y": {
1949
+ "S1r": {
1950
+ "type": "structure",
1951
+ "members": {
1952
+ "GlobalClusterIdentifier": {},
1953
+ "GlobalClusterResourceId": {},
1954
+ "GlobalClusterArn": {},
1955
+ "Status": {},
1956
+ "Engine": {},
1957
+ "EngineVersion": {},
1958
+ "DatabaseName": {},
1959
+ "StorageEncrypted": {
1960
+ "type": "boolean"
1961
+ },
1962
+ "DeletionProtection": {
1963
+ "type": "boolean"
1964
+ },
1965
+ "GlobalClusterMembers": {
1966
+ "type": "list",
1967
+ "member": {
1968
+ "locationName": "GlobalClusterMember",
1969
+ "type": "structure",
1970
+ "members": {
1971
+ "DBClusterArn": {},
1972
+ "Readers": {
1973
+ "type": "list",
1974
+ "member": {}
1975
+ },
1976
+ "IsWriter": {
1977
+ "type": "boolean"
1978
+ }
1979
+ },
1980
+ "wrapper": true
1981
+ }
1982
+ }
1983
+ },
1984
+ "wrapper": true
1985
+ },
1986
+ "S28": {
1819
1987
  "type": "list",
1820
1988
  "member": {
1821
1989
  "locationName": "Filter",
@@ -1835,7 +2003,7 @@
1835
2003
  }
1836
2004
  }
1837
2005
  },
1838
- "S29": {
2006
+ "S2j": {
1839
2007
  "type": "list",
1840
2008
  "member": {
1841
2009
  "locationName": "Parameter",
@@ -1856,7 +2024,7 @@
1856
2024
  }
1857
2025
  }
1858
2026
  },
1859
- "S2e": {
2027
+ "S2o": {
1860
2028
  "type": "structure",
1861
2029
  "members": {
1862
2030
  "DBClusterSnapshotIdentifier": {},
@@ -1868,7 +2036,7 @@
1868
2036
  "members": {
1869
2037
  "AttributeName": {},
1870
2038
  "AttributeValues": {
1871
- "shape": "S2h"
2039
+ "shape": "S2r"
1872
2040
  }
1873
2041
  }
1874
2042
  }
@@ -1876,13 +2044,13 @@
1876
2044
  },
1877
2045
  "wrapper": true
1878
2046
  },
1879
- "S2h": {
2047
+ "S2r": {
1880
2048
  "type": "list",
1881
2049
  "member": {
1882
2050
  "locationName": "AttributeValue"
1883
2051
  }
1884
2052
  },
1885
- "S3v": {
2053
+ "S48": {
1886
2054
  "type": "structure",
1887
2055
  "members": {
1888
2056
  "DBClusterParameterGroupName": {}