cdk-lambda-subminute 2.0.268 → 2.0.270

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 (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +28 -6
  6. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +721 -79
  7. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +18 -0
  8. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +111 -0
  9. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +78 -59
  11. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +205 -184
  12. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +34 -18
  13. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +40 -18
  14. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/drs.d.ts +27 -1
  16. package/node_modules/aws-sdk/clients/entityresolution.d.ts +650 -12
  17. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +125 -9
  18. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +13 -13
  19. package/node_modules/aws-sdk/clients/opensearch.d.ts +46 -6
  20. package/node_modules/aws-sdk/clients/redshift.d.ts +47 -7
  21. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +42 -2
  22. package/node_modules/aws-sdk/clients/sesv2.d.ts +43 -3
  23. package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
  24. package/node_modules/aws-sdk/clients/xray.d.ts +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +45 -13
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +98 -34
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +208 -187
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +28 -28
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/s3/managed_upload.d.ts +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +3 -3
@@ -280,8 +280,7 @@
280
280
  "required": [
281
281
  "ClusterIdentifier",
282
282
  "NodeType",
283
- "MasterUsername",
284
- "MasterUserPassword"
283
+ "MasterUsername"
285
284
  ],
286
285
  "members": {
287
286
  "DBName": {},
@@ -289,13 +288,15 @@
289
288
  "ClusterType": {},
290
289
  "NodeType": {},
291
290
  "MasterUsername": {},
292
- "MasterUserPassword": {},
293
- "ClusterSecurityGroups": {
291
+ "MasterUserPassword": {
294
292
  "shape": "S1x"
295
293
  },
296
- "VpcSecurityGroupIds": {
294
+ "ClusterSecurityGroups": {
297
295
  "shape": "S1y"
298
296
  },
297
+ "VpcSecurityGroupIds": {
298
+ "shape": "S1z"
299
+ },
299
300
  "ClusterSubnetGroupName": {},
300
301
  "AvailabilityZone": {},
301
302
  "PreferredMaintenanceWindow": {},
@@ -334,7 +335,7 @@
334
335
  },
335
336
  "AdditionalInfo": {},
336
337
  "IamRoles": {
337
- "shape": "S1z"
338
+ "shape": "S20"
338
339
  },
339
340
  "MaintenanceTrackName": {},
340
341
  "SnapshotScheduleIdentifier": {},
@@ -343,7 +344,11 @@
343
344
  },
344
345
  "AquaConfigurationStatus": {},
345
346
  "DefaultIamRoleArn": {},
346
- "LoadSampleData": {}
347
+ "LoadSampleData": {},
348
+ "ManageMasterPassword": {
349
+ "type": "boolean"
350
+ },
351
+ "MasterPasswordSecretKmsKeyId": {}
347
352
  }
348
353
  },
349
354
  "output": {
@@ -351,7 +356,7 @@
351
356
  "type": "structure",
352
357
  "members": {
353
358
  "Cluster": {
354
- "shape": "S22"
359
+ "shape": "S23"
355
360
  }
356
361
  }
357
362
  }
@@ -378,7 +383,7 @@
378
383
  "type": "structure",
379
384
  "members": {
380
385
  "ClusterParameterGroup": {
381
- "shape": "S31"
386
+ "shape": "S32"
382
387
  }
383
388
  }
384
389
  }
@@ -448,7 +453,7 @@
448
453
  "ClusterSubnetGroupName": {},
449
454
  "Description": {},
450
455
  "SubnetIds": {
451
- "shape": "S37"
456
+ "shape": "S38"
452
457
  },
453
458
  "Tags": {
454
459
  "shape": "St"
@@ -460,7 +465,7 @@
460
465
  "type": "structure",
461
466
  "members": {
462
467
  "ClusterSubnetGroup": {
463
- "shape": "S39"
468
+ "shape": "S3a"
464
469
  }
465
470
  }
466
471
  }
@@ -503,12 +508,12 @@
503
508
  "EndpointName": {},
504
509
  "SubnetGroupName": {},
505
510
  "VpcSecurityGroupIds": {
506
- "shape": "S1y"
511
+ "shape": "S1z"
507
512
  }
508
513
  }
509
514
  },
510
515
  "output": {
511
- "shape": "S3k",
516
+ "shape": "S3l",
512
517
  "resultWrapper": "CreateEndpointAccessResult"
513
518
  }
514
519
  },
@@ -524,10 +529,10 @@
524
529
  "SnsTopicArn": {},
525
530
  "SourceType": {},
526
531
  "SourceIds": {
527
- "shape": "S3m"
532
+ "shape": "S3n"
528
533
  },
529
534
  "EventCategories": {
530
- "shape": "S3n"
535
+ "shape": "S3o"
531
536
  },
532
537
  "Severity": {},
533
538
  "Enabled": {
@@ -543,7 +548,7 @@
543
548
  "type": "structure",
544
549
  "members": {
545
550
  "EventSubscription": {
546
- "shape": "S3p"
551
+ "shape": "S3q"
547
552
  }
548
553
  }
549
554
  }
@@ -566,7 +571,7 @@
566
571
  "type": "structure",
567
572
  "members": {
568
573
  "HsmClientCertificate": {
569
- "shape": "S3s"
574
+ "shape": "S3t"
570
575
  }
571
576
  }
572
577
  }
@@ -599,7 +604,7 @@
599
604
  "type": "structure",
600
605
  "members": {
601
606
  "HsmConfiguration": {
602
- "shape": "S3v"
607
+ "shape": "S3w"
603
608
  }
604
609
  }
605
610
  }
@@ -616,7 +621,7 @@
616
621
  "members": {
617
622
  "ScheduledActionName": {},
618
623
  "TargetAction": {
619
- "shape": "S3x"
624
+ "shape": "S3y"
620
625
  },
621
626
  "Schedule": {},
622
627
  "IamRole": {},
@@ -633,7 +638,7 @@
633
638
  }
634
639
  },
635
640
  "output": {
636
- "shape": "S41",
641
+ "shape": "S42",
637
642
  "resultWrapper": "CreateScheduledActionResult"
638
643
  }
639
644
  },
@@ -656,7 +661,7 @@
656
661
  "type": "structure",
657
662
  "members": {
658
663
  "SnapshotCopyGrant": {
659
- "shape": "S46"
664
+ "shape": "S47"
660
665
  }
661
666
  }
662
667
  }
@@ -666,7 +671,7 @@
666
671
  "type": "structure",
667
672
  "members": {
668
673
  "ScheduleDefinitions": {
669
- "shape": "S48"
674
+ "shape": "S49"
670
675
  },
671
676
  "ScheduleIdentifier": {},
672
677
  "ScheduleDescription": {},
@@ -682,7 +687,7 @@
682
687
  }
683
688
  },
684
689
  "output": {
685
- "shape": "S49",
690
+ "shape": "S4a",
686
691
  "resultWrapper": "CreateSnapshotScheduleResult"
687
692
  }
688
693
  },
@@ -725,7 +730,7 @@
725
730
  }
726
731
  },
727
732
  "output": {
728
- "shape": "S4j",
733
+ "shape": "S4k",
729
734
  "resultWrapper": "CreateUsageLimitResult"
730
735
  }
731
736
  },
@@ -786,7 +791,7 @@
786
791
  "type": "structure",
787
792
  "members": {
788
793
  "Cluster": {
789
- "shape": "S22"
794
+ "shape": "S23"
790
795
  }
791
796
  }
792
797
  }
@@ -860,7 +865,7 @@
860
865
  }
861
866
  },
862
867
  "output": {
863
- "shape": "S3k",
868
+ "shape": "S3l",
864
869
  "resultWrapper": "DeleteEndpointAccessResult"
865
870
  }
866
871
  },
@@ -949,7 +954,7 @@
949
954
  "members": {
950
955
  "ResourceName": {},
951
956
  "TagKeys": {
952
- "shape": "S52"
957
+ "shape": "S53"
953
958
  }
954
959
  }
955
960
  }
@@ -1085,10 +1090,10 @@
1085
1090
  },
1086
1091
  "Marker": {},
1087
1092
  "TagKeys": {
1088
- "shape": "S52"
1093
+ "shape": "S53"
1089
1094
  },
1090
1095
  "TagValues": {
1091
- "shape": "S5m"
1096
+ "shape": "S5n"
1092
1097
  }
1093
1098
  }
1094
1099
  },
@@ -1100,7 +1105,7 @@
1100
1105
  "ParameterGroups": {
1101
1106
  "type": "list",
1102
1107
  "member": {
1103
- "shape": "S31",
1108
+ "shape": "S32",
1104
1109
  "locationName": "ClusterParameterGroup"
1105
1110
  }
1106
1111
  }
@@ -1127,7 +1132,7 @@
1127
1132
  "type": "structure",
1128
1133
  "members": {
1129
1134
  "Parameters": {
1130
- "shape": "S5r"
1135
+ "shape": "S5s"
1131
1136
  },
1132
1137
  "Marker": {}
1133
1138
  }
@@ -1143,10 +1148,10 @@
1143
1148
  },
1144
1149
  "Marker": {},
1145
1150
  "TagKeys": {
1146
- "shape": "S52"
1151
+ "shape": "S53"
1147
1152
  },
1148
1153
  "TagValues": {
1149
- "shape": "S5m"
1154
+ "shape": "S5n"
1150
1155
  }
1151
1156
  }
1152
1157
  },
@@ -1185,10 +1190,10 @@
1185
1190
  "Marker": {},
1186
1191
  "OwnerAccount": {},
1187
1192
  "TagKeys": {
1188
- "shape": "S52"
1193
+ "shape": "S53"
1189
1194
  },
1190
1195
  "TagValues": {
1191
- "shape": "S5m"
1196
+ "shape": "S5n"
1192
1197
  },
1193
1198
  "ClusterExists": {
1194
1199
  "type": "boolean"
@@ -1234,10 +1239,10 @@
1234
1239
  },
1235
1240
  "Marker": {},
1236
1241
  "TagKeys": {
1237
- "shape": "S52"
1242
+ "shape": "S53"
1238
1243
  },
1239
1244
  "TagValues": {
1240
- "shape": "S5m"
1245
+ "shape": "S5n"
1241
1246
  }
1242
1247
  }
1243
1248
  },
@@ -1249,7 +1254,7 @@
1249
1254
  "ClusterSubnetGroups": {
1250
1255
  "type": "list",
1251
1256
  "member": {
1252
- "shape": "S39",
1257
+ "shape": "S3a",
1253
1258
  "locationName": "ClusterSubnetGroup"
1254
1259
  }
1255
1260
  }
@@ -1349,10 +1354,10 @@
1349
1354
  },
1350
1355
  "Marker": {},
1351
1356
  "TagKeys": {
1352
- "shape": "S52"
1357
+ "shape": "S53"
1353
1358
  },
1354
1359
  "TagValues": {
1355
- "shape": "S5m"
1360
+ "shape": "S5n"
1356
1361
  }
1357
1362
  }
1358
1363
  },
@@ -1364,7 +1369,7 @@
1364
1369
  "Clusters": {
1365
1370
  "type": "list",
1366
1371
  "member": {
1367
- "shape": "S22",
1372
+ "shape": "S23",
1368
1373
  "locationName": "Cluster"
1369
1374
  }
1370
1375
  }
@@ -1432,7 +1437,7 @@
1432
1437
  "type": "structure",
1433
1438
  "members": {
1434
1439
  "DataShares": {
1435
- "shape": "S6u"
1440
+ "shape": "S6v"
1436
1441
  },
1437
1442
  "Marker": {}
1438
1443
  }
@@ -1455,7 +1460,7 @@
1455
1460
  "type": "structure",
1456
1461
  "members": {
1457
1462
  "DataShares": {
1458
- "shape": "S6u"
1463
+ "shape": "S6v"
1459
1464
  },
1460
1465
  "Marker": {}
1461
1466
  }
@@ -1478,7 +1483,7 @@
1478
1483
  "type": "structure",
1479
1484
  "members": {
1480
1485
  "DataShares": {
1481
- "shape": "S6u"
1486
+ "shape": "S6v"
1482
1487
  },
1483
1488
  "Marker": {}
1484
1489
  }
@@ -1508,7 +1513,7 @@
1508
1513
  "ParameterGroupFamily": {},
1509
1514
  "Marker": {},
1510
1515
  "Parameters": {
1511
- "shape": "S5r"
1516
+ "shape": "S5s"
1512
1517
  }
1513
1518
  },
1514
1519
  "wrapper": true
@@ -1537,7 +1542,7 @@
1537
1542
  "EndpointAccessList": {
1538
1543
  "type": "list",
1539
1544
  "member": {
1540
- "shape": "S3k"
1545
+ "shape": "S3l"
1541
1546
  }
1542
1547
  },
1543
1548
  "Marker": {}
@@ -1599,7 +1604,7 @@
1599
1604
  "members": {
1600
1605
  "EventId": {},
1601
1606
  "EventCategories": {
1602
- "shape": "S3n"
1607
+ "shape": "S3o"
1603
1608
  },
1604
1609
  "EventDescription": {},
1605
1610
  "Severity": {}
@@ -1624,10 +1629,10 @@
1624
1629
  },
1625
1630
  "Marker": {},
1626
1631
  "TagKeys": {
1627
- "shape": "S52"
1632
+ "shape": "S53"
1628
1633
  },
1629
1634
  "TagValues": {
1630
- "shape": "S5m"
1635
+ "shape": "S5n"
1631
1636
  }
1632
1637
  }
1633
1638
  },
@@ -1639,7 +1644,7 @@
1639
1644
  "EventSubscriptionsList": {
1640
1645
  "type": "list",
1641
1646
  "member": {
1642
- "shape": "S3p",
1647
+ "shape": "S3q",
1643
1648
  "locationName": "EventSubscription"
1644
1649
  }
1645
1650
  }
@@ -1682,7 +1687,7 @@
1682
1687
  "SourceType": {},
1683
1688
  "Message": {},
1684
1689
  "EventCategories": {
1685
- "shape": "S3n"
1690
+ "shape": "S3o"
1686
1691
  },
1687
1692
  "Severity": {},
1688
1693
  "Date": {
@@ -1705,10 +1710,10 @@
1705
1710
  },
1706
1711
  "Marker": {},
1707
1712
  "TagKeys": {
1708
- "shape": "S52"
1713
+ "shape": "S53"
1709
1714
  },
1710
1715
  "TagValues": {
1711
- "shape": "S5m"
1716
+ "shape": "S5n"
1712
1717
  }
1713
1718
  }
1714
1719
  },
@@ -1720,7 +1725,7 @@
1720
1725
  "HsmClientCertificates": {
1721
1726
  "type": "list",
1722
1727
  "member": {
1723
- "shape": "S3s",
1728
+ "shape": "S3t",
1724
1729
  "locationName": "HsmClientCertificate"
1725
1730
  }
1726
1731
  }
@@ -1737,10 +1742,10 @@
1737
1742
  },
1738
1743
  "Marker": {},
1739
1744
  "TagKeys": {
1740
- "shape": "S52"
1745
+ "shape": "S53"
1741
1746
  },
1742
1747
  "TagValues": {
1743
- "shape": "S5m"
1748
+ "shape": "S5n"
1744
1749
  }
1745
1750
  }
1746
1751
  },
@@ -1752,7 +1757,7 @@
1752
1757
  "HsmConfigurations": {
1753
1758
  "type": "list",
1754
1759
  "member": {
1755
- "shape": "S3v",
1760
+ "shape": "S3w",
1756
1761
  "locationName": "HsmConfiguration"
1757
1762
  }
1758
1763
  }
@@ -1770,7 +1775,7 @@
1770
1775
  }
1771
1776
  },
1772
1777
  "output": {
1773
- "shape": "S7v",
1778
+ "shape": "S7w",
1774
1779
  "resultWrapper": "DescribeLoggingStatusResult"
1775
1780
  }
1776
1781
  },
@@ -1796,7 +1801,7 @@
1796
1801
  "Name": {},
1797
1802
  "Operator": {},
1798
1803
  "Values": {
1799
- "shape": "S84",
1804
+ "shape": "S85",
1800
1805
  "locationName": "Value"
1801
1806
  }
1802
1807
  }
@@ -1861,7 +1866,7 @@
1861
1866
  "AvailabilityZones": {
1862
1867
  "type": "list",
1863
1868
  "member": {
1864
- "shape": "S3c",
1869
+ "shape": "S3d",
1865
1870
  "locationName": "AvailabilityZone"
1866
1871
  }
1867
1872
  }
@@ -1932,7 +1937,7 @@
1932
1937
  "ReservedNodeExchangeStatusDetails": {
1933
1938
  "type": "list",
1934
1939
  "member": {
1935
- "shape": "S2x",
1940
+ "shape": "S2y",
1936
1941
  "locationName": "ReservedNodeExchangeStatus"
1937
1942
  }
1938
1943
  },
@@ -1957,7 +1962,7 @@
1957
1962
  "members": {
1958
1963
  "Marker": {},
1959
1964
  "ReservedNodeOfferings": {
1960
- "shape": "S8p"
1965
+ "shape": "S8q"
1961
1966
  }
1962
1967
  }
1963
1968
  }
@@ -2030,7 +2035,7 @@
2030
2035
  "members": {
2031
2036
  "Name": {},
2032
2037
  "Values": {
2033
- "shape": "S84"
2038
+ "shape": "S85"
2034
2039
  }
2035
2040
  }
2036
2041
  }
@@ -2049,7 +2054,7 @@
2049
2054
  "ScheduledActions": {
2050
2055
  "type": "list",
2051
2056
  "member": {
2052
- "shape": "S41",
2057
+ "shape": "S42",
2053
2058
  "locationName": "ScheduledAction"
2054
2059
  }
2055
2060
  }
@@ -2066,10 +2071,10 @@
2066
2071
  },
2067
2072
  "Marker": {},
2068
2073
  "TagKeys": {
2069
- "shape": "S52"
2074
+ "shape": "S53"
2070
2075
  },
2071
2076
  "TagValues": {
2072
- "shape": "S5m"
2077
+ "shape": "S5n"
2073
2078
  }
2074
2079
  }
2075
2080
  },
@@ -2081,7 +2086,7 @@
2081
2086
  "SnapshotCopyGrants": {
2082
2087
  "type": "list",
2083
2088
  "member": {
2084
- "shape": "S46",
2089
+ "shape": "S47",
2085
2090
  "locationName": "SnapshotCopyGrant"
2086
2091
  }
2087
2092
  }
@@ -2095,10 +2100,10 @@
2095
2100
  "ClusterIdentifier": {},
2096
2101
  "ScheduleIdentifier": {},
2097
2102
  "TagKeys": {
2098
- "shape": "S52"
2103
+ "shape": "S53"
2099
2104
  },
2100
2105
  "TagValues": {
2101
- "shape": "S5m"
2106
+ "shape": "S5n"
2102
2107
  },
2103
2108
  "Marker": {},
2104
2109
  "MaxRecords": {
@@ -2113,7 +2118,7 @@
2113
2118
  "SnapshotSchedules": {
2114
2119
  "type": "list",
2115
2120
  "member": {
2116
- "shape": "S49",
2121
+ "shape": "S4a",
2117
2122
  "locationName": "SnapshotSchedule"
2118
2123
  }
2119
2124
  },
@@ -2154,7 +2159,7 @@
2154
2159
  "TableRestoreStatusDetails": {
2155
2160
  "type": "list",
2156
2161
  "member": {
2157
- "shape": "S9c",
2162
+ "shape": "S9d",
2158
2163
  "locationName": "TableRestoreStatus"
2159
2164
  }
2160
2165
  },
@@ -2173,10 +2178,10 @@
2173
2178
  },
2174
2179
  "Marker": {},
2175
2180
  "TagKeys": {
2176
- "shape": "S52"
2181
+ "shape": "S53"
2177
2182
  },
2178
2183
  "TagValues": {
2179
- "shape": "S5m"
2184
+ "shape": "S5n"
2180
2185
  }
2181
2186
  }
2182
2187
  },
@@ -2214,10 +2219,10 @@
2214
2219
  },
2215
2220
  "Marker": {},
2216
2221
  "TagKeys": {
2217
- "shape": "S52"
2222
+ "shape": "S53"
2218
2223
  },
2219
2224
  "TagValues": {
2220
- "shape": "S5m"
2225
+ "shape": "S5n"
2221
2226
  }
2222
2227
  }
2223
2228
  },
@@ -2228,7 +2233,7 @@
2228
2233
  "UsageLimits": {
2229
2234
  "type": "list",
2230
2235
  "member": {
2231
- "shape": "S4j"
2236
+ "shape": "S4k"
2232
2237
  }
2233
2238
  },
2234
2239
  "Marker": {}
@@ -2246,7 +2251,7 @@
2246
2251
  }
2247
2252
  },
2248
2253
  "output": {
2249
- "shape": "S7v",
2254
+ "shape": "S7w",
2250
2255
  "resultWrapper": "DisableLoggingResult"
2251
2256
  }
2252
2257
  },
@@ -2265,7 +2270,7 @@
2265
2270
  "type": "structure",
2266
2271
  "members": {
2267
2272
  "Cluster": {
2268
- "shape": "S22"
2273
+ "shape": "S23"
2269
2274
  }
2270
2275
  }
2271
2276
  }
@@ -2302,12 +2307,12 @@
2302
2307
  "S3KeyPrefix": {},
2303
2308
  "LogDestinationType": {},
2304
2309
  "LogExports": {
2305
- "shape": "S7x"
2310
+ "shape": "S7y"
2306
2311
  }
2307
2312
  }
2308
2313
  },
2309
2314
  "output": {
2310
- "shape": "S7v",
2315
+ "shape": "S7w",
2311
2316
  "resultWrapper": "EnableLoggingResult"
2312
2317
  }
2313
2318
  },
@@ -2335,7 +2340,7 @@
2335
2340
  "type": "structure",
2336
2341
  "members": {
2337
2342
  "Cluster": {
2338
- "shape": "S22"
2343
+ "shape": "S23"
2339
2344
  }
2340
2345
  }
2341
2346
  }
@@ -2371,7 +2376,7 @@
2371
2376
  "members": {
2372
2377
  "DbUser": {},
2373
2378
  "DbPassword": {
2374
- "shape": "S9v"
2379
+ "shape": "S1x"
2375
2380
  },
2376
2381
  "Expiration": {
2377
2382
  "type": "timestamp"
@@ -2397,7 +2402,7 @@
2397
2402
  "members": {
2398
2403
  "DbUser": {},
2399
2404
  "DbPassword": {
2400
- "shape": "S9v"
2405
+ "shape": "S1x"
2401
2406
  },
2402
2407
  "Expiration": {
2403
2408
  "type": "timestamp"
@@ -2442,7 +2447,7 @@
2442
2447
  "type": "integer"
2443
2448
  },
2444
2449
  "TargetReservedNodeOffering": {
2445
- "shape": "S8q"
2450
+ "shape": "S8r"
2446
2451
  }
2447
2452
  },
2448
2453
  "wrapper": true
@@ -2471,7 +2476,7 @@
2471
2476
  "members": {
2472
2477
  "Marker": {},
2473
2478
  "ReservedNodeOfferings": {
2474
- "shape": "S8p"
2479
+ "shape": "S8q"
2475
2480
  }
2476
2481
  }
2477
2482
  }
@@ -2492,7 +2497,7 @@
2492
2497
  "type": "structure",
2493
2498
  "members": {
2494
2499
  "AquaConfiguration": {
2495
- "shape": "S2v"
2500
+ "shape": "S2w"
2496
2501
  }
2497
2502
  }
2498
2503
  }
@@ -2532,12 +2537,14 @@
2532
2537
  "type": "integer"
2533
2538
  },
2534
2539
  "ClusterSecurityGroups": {
2535
- "shape": "S1x"
2540
+ "shape": "S1y"
2536
2541
  },
2537
2542
  "VpcSecurityGroupIds": {
2538
- "shape": "S1y"
2543
+ "shape": "S1z"
2544
+ },
2545
+ "MasterUserPassword": {
2546
+ "shape": "S1x"
2539
2547
  },
2540
- "MasterUserPassword": {},
2541
2548
  "ClusterParameterGroupName": {},
2542
2549
  "AutomatedSnapshotRetentionPeriod": {
2543
2550
  "type": "integer"
@@ -2571,7 +2578,11 @@
2571
2578
  "AvailabilityZone": {},
2572
2579
  "Port": {
2573
2580
  "type": "integer"
2574
- }
2581
+ },
2582
+ "ManageMasterPassword": {
2583
+ "type": "boolean"
2584
+ },
2585
+ "MasterPasswordSecretKmsKeyId": {}
2575
2586
  }
2576
2587
  },
2577
2588
  "output": {
@@ -2579,7 +2590,7 @@
2579
2590
  "type": "structure",
2580
2591
  "members": {
2581
2592
  "Cluster": {
2582
- "shape": "S22"
2593
+ "shape": "S23"
2583
2594
  }
2584
2595
  }
2585
2596
  }
@@ -2601,7 +2612,7 @@
2601
2612
  "type": "structure",
2602
2613
  "members": {
2603
2614
  "Cluster": {
2604
- "shape": "S22"
2615
+ "shape": "S23"
2605
2616
  }
2606
2617
  }
2607
2618
  }
@@ -2615,10 +2626,10 @@
2615
2626
  "members": {
2616
2627
  "ClusterIdentifier": {},
2617
2628
  "AddIamRoles": {
2618
- "shape": "S1z"
2629
+ "shape": "S20"
2619
2630
  },
2620
2631
  "RemoveIamRoles": {
2621
- "shape": "S1z"
2632
+ "shape": "S20"
2622
2633
  },
2623
2634
  "DefaultIamRoleArn": {}
2624
2635
  }
@@ -2628,7 +2639,7 @@
2628
2639
  "type": "structure",
2629
2640
  "members": {
2630
2641
  "Cluster": {
2631
- "shape": "S22"
2642
+ "shape": "S23"
2632
2643
  }
2633
2644
  }
2634
2645
  }
@@ -2661,7 +2672,7 @@
2661
2672
  "type": "structure",
2662
2673
  "members": {
2663
2674
  "Cluster": {
2664
- "shape": "S22"
2675
+ "shape": "S23"
2665
2676
  }
2666
2677
  }
2667
2678
  }
@@ -2676,7 +2687,7 @@
2676
2687
  "members": {
2677
2688
  "ParameterGroupName": {},
2678
2689
  "Parameters": {
2679
- "shape": "S5r"
2690
+ "shape": "S5s"
2680
2691
  }
2681
2692
  }
2682
2693
  },
@@ -2737,7 +2748,7 @@
2737
2748
  "ClusterSubnetGroupName": {},
2738
2749
  "Description": {},
2739
2750
  "SubnetIds": {
2740
- "shape": "S37"
2751
+ "shape": "S38"
2741
2752
  }
2742
2753
  }
2743
2754
  },
@@ -2746,7 +2757,7 @@
2746
2757
  "type": "structure",
2747
2758
  "members": {
2748
2759
  "ClusterSubnetGroup": {
2749
- "shape": "S39"
2760
+ "shape": "S3a"
2750
2761
  }
2751
2762
  }
2752
2763
  }
@@ -2783,12 +2794,12 @@
2783
2794
  "members": {
2784
2795
  "EndpointName": {},
2785
2796
  "VpcSecurityGroupIds": {
2786
- "shape": "S1y"
2797
+ "shape": "S1z"
2787
2798
  }
2788
2799
  }
2789
2800
  },
2790
2801
  "output": {
2791
- "shape": "S3k",
2802
+ "shape": "S3l",
2792
2803
  "resultWrapper": "ModifyEndpointAccessResult"
2793
2804
  }
2794
2805
  },
@@ -2803,10 +2814,10 @@
2803
2814
  "SnsTopicArn": {},
2804
2815
  "SourceType": {},
2805
2816
  "SourceIds": {
2806
- "shape": "S3m"
2817
+ "shape": "S3n"
2807
2818
  },
2808
2819
  "EventCategories": {
2809
- "shape": "S3n"
2820
+ "shape": "S3o"
2810
2821
  },
2811
2822
  "Severity": {},
2812
2823
  "Enabled": {
@@ -2819,7 +2830,7 @@
2819
2830
  "type": "structure",
2820
2831
  "members": {
2821
2832
  "EventSubscription": {
2822
- "shape": "S3p"
2833
+ "shape": "S3q"
2823
2834
  }
2824
2835
  }
2825
2836
  }
@@ -2833,7 +2844,7 @@
2833
2844
  "members": {
2834
2845
  "ScheduledActionName": {},
2835
2846
  "TargetAction": {
2836
- "shape": "S3x"
2847
+ "shape": "S3y"
2837
2848
  },
2838
2849
  "Schedule": {},
2839
2850
  "IamRole": {},
@@ -2850,7 +2861,7 @@
2850
2861
  }
2851
2862
  },
2852
2863
  "output": {
2853
- "shape": "S41",
2864
+ "shape": "S42",
2854
2865
  "resultWrapper": "ModifyScheduledActionResult"
2855
2866
  }
2856
2867
  },
@@ -2876,7 +2887,7 @@
2876
2887
  "type": "structure",
2877
2888
  "members": {
2878
2889
  "Cluster": {
2879
- "shape": "S22"
2890
+ "shape": "S23"
2880
2891
  }
2881
2892
  }
2882
2893
  }
@@ -2891,12 +2902,12 @@
2891
2902
  "members": {
2892
2903
  "ScheduleIdentifier": {},
2893
2904
  "ScheduleDefinitions": {
2894
- "shape": "S48"
2905
+ "shape": "S49"
2895
2906
  }
2896
2907
  }
2897
2908
  },
2898
2909
  "output": {
2899
- "shape": "S49",
2910
+ "shape": "S4a",
2900
2911
  "resultWrapper": "ModifySnapshotScheduleResult"
2901
2912
  }
2902
2913
  },
@@ -2915,20 +2926,20 @@
2915
2926
  }
2916
2927
  },
2917
2928
  "output": {
2918
- "shape": "S4j",
2929
+ "shape": "S4k",
2919
2930
  "resultWrapper": "ModifyUsageLimitResult"
2920
2931
  }
2921
2932
  },
2922
2933
  "PauseCluster": {
2923
2934
  "input": {
2924
- "shape": "S3z"
2935
+ "shape": "S40"
2925
2936
  },
2926
2937
  "output": {
2927
2938
  "resultWrapper": "PauseClusterResult",
2928
2939
  "type": "structure",
2929
2940
  "members": {
2930
2941
  "Cluster": {
2931
- "shape": "S22"
2942
+ "shape": "S23"
2932
2943
  }
2933
2944
  }
2934
2945
  }
@@ -2971,7 +2982,7 @@
2971
2982
  "type": "structure",
2972
2983
  "members": {
2973
2984
  "Cluster": {
2974
- "shape": "S22"
2985
+ "shape": "S23"
2975
2986
  }
2976
2987
  }
2977
2988
  }
@@ -3003,7 +3014,7 @@
3003
3014
  "type": "boolean"
3004
3015
  },
3005
3016
  "Parameters": {
3006
- "shape": "S5r"
3017
+ "shape": "S5s"
3007
3018
  }
3008
3019
  }
3009
3020
  },
@@ -3014,14 +3025,14 @@
3014
3025
  },
3015
3026
  "ResizeCluster": {
3016
3027
  "input": {
3017
- "shape": "S3y"
3028
+ "shape": "S3z"
3018
3029
  },
3019
3030
  "output": {
3020
3031
  "resultWrapper": "ResizeClusterResult",
3021
3032
  "type": "structure",
3022
3033
  "members": {
3023
3034
  "Cluster": {
3024
- "shape": "S22"
3035
+ "shape": "S23"
3025
3036
  }
3026
3037
  }
3027
3038
  }
@@ -3054,10 +3065,10 @@
3054
3065
  "ElasticIp": {},
3055
3066
  "ClusterParameterGroupName": {},
3056
3067
  "ClusterSecurityGroups": {
3057
- "shape": "S1x"
3068
+ "shape": "S1y"
3058
3069
  },
3059
3070
  "VpcSecurityGroupIds": {
3060
- "shape": "S1y"
3071
+ "shape": "S1z"
3061
3072
  },
3062
3073
  "PreferredMaintenanceWindow": {},
3063
3074
  "AutomatedSnapshotRetentionPeriod": {
@@ -3073,7 +3084,7 @@
3073
3084
  },
3074
3085
  "AdditionalInfo": {},
3075
3086
  "IamRoles": {
3076
- "shape": "S1z"
3087
+ "shape": "S20"
3077
3088
  },
3078
3089
  "MaintenanceTrackName": {},
3079
3090
  "SnapshotScheduleIdentifier": {},
@@ -3089,7 +3100,11 @@
3089
3100
  "TargetReservedNodeOfferingId": {},
3090
3101
  "Encrypted": {
3091
3102
  "type": "boolean"
3092
- }
3103
+ },
3104
+ "ManageMasterPassword": {
3105
+ "type": "boolean"
3106
+ },
3107
+ "MasterPasswordSecretKmsKeyId": {}
3093
3108
  }
3094
3109
  },
3095
3110
  "output": {
@@ -3097,7 +3112,7 @@
3097
3112
  "type": "structure",
3098
3113
  "members": {
3099
3114
  "Cluster": {
3100
- "shape": "S22"
3115
+ "shape": "S23"
3101
3116
  }
3102
3117
  }
3103
3118
  }
@@ -3131,21 +3146,21 @@
3131
3146
  "type": "structure",
3132
3147
  "members": {
3133
3148
  "TableRestoreStatus": {
3134
- "shape": "S9c"
3149
+ "shape": "S9d"
3135
3150
  }
3136
3151
  }
3137
3152
  }
3138
3153
  },
3139
3154
  "ResumeCluster": {
3140
3155
  "input": {
3141
- "shape": "S40"
3156
+ "shape": "S41"
3142
3157
  },
3143
3158
  "output": {
3144
3159
  "resultWrapper": "ResumeClusterResult",
3145
3160
  "type": "structure",
3146
3161
  "members": {
3147
3162
  "Cluster": {
3148
- "shape": "S22"
3163
+ "shape": "S23"
3149
3164
  }
3150
3165
  }
3151
3166
  }
@@ -3230,7 +3245,7 @@
3230
3245
  "type": "structure",
3231
3246
  "members": {
3232
3247
  "Cluster": {
3233
- "shape": "S22"
3248
+ "shape": "S23"
3234
3249
  }
3235
3250
  }
3236
3251
  }
@@ -3523,7 +3538,9 @@
3523
3538
  },
3524
3539
  "SnapshotRetentionStartTime": {
3525
3540
  "type": "timestamp"
3526
- }
3541
+ },
3542
+ "MasterPasswordSecretArn": {},
3543
+ "MasterPasswordSecretKmsKeyId": {}
3527
3544
  },
3528
3545
  "wrapper": true
3529
3546
  },
@@ -3597,24 +3614,28 @@
3597
3614
  }
3598
3615
  },
3599
3616
  "S1x": {
3617
+ "type": "string",
3618
+ "sensitive": true
3619
+ },
3620
+ "S1y": {
3600
3621
  "type": "list",
3601
3622
  "member": {
3602
3623
  "locationName": "ClusterSecurityGroupName"
3603
3624
  }
3604
3625
  },
3605
- "S1y": {
3626
+ "S1z": {
3606
3627
  "type": "list",
3607
3628
  "member": {
3608
3629
  "locationName": "VpcSecurityGroupId"
3609
3630
  }
3610
3631
  },
3611
- "S1z": {
3632
+ "S20": {
3612
3633
  "type": "list",
3613
3634
  "member": {
3614
3635
  "locationName": "IamRoleArn"
3615
3636
  }
3616
3637
  },
3617
- "S22": {
3638
+ "S23": {
3618
3639
  "type": "structure",
3619
3640
  "members": {
3620
3641
  "ClusterIdentifier": {},
@@ -3634,7 +3655,7 @@
3634
3655
  "VpcEndpoints": {
3635
3656
  "type": "list",
3636
3657
  "member": {
3637
- "shape": "S25",
3658
+ "shape": "S26",
3638
3659
  "locationName": "VpcEndpoint"
3639
3660
  }
3640
3661
  }
@@ -3661,7 +3682,7 @@
3661
3682
  }
3662
3683
  },
3663
3684
  "VpcSecurityGroups": {
3664
- "shape": "S2a"
3685
+ "shape": "S2b"
3665
3686
  },
3666
3687
  "ClusterParameterGroups": {
3667
3688
  "type": "list",
@@ -3692,7 +3713,9 @@
3692
3713
  "PendingModifiedValues": {
3693
3714
  "type": "structure",
3694
3715
  "members": {
3695
- "MasterUserPassword": {},
3716
+ "MasterUserPassword": {
3717
+ "shape": "S1x"
3718
+ },
3696
3719
  "NodeType": {},
3697
3720
  "NumberOfNodes": {
3698
3721
  "type": "integer"
@@ -3873,21 +3896,23 @@
3873
3896
  "type": "long"
3874
3897
  },
3875
3898
  "AquaConfiguration": {
3876
- "shape": "S2v"
3899
+ "shape": "S2w"
3877
3900
  },
3878
3901
  "DefaultIamRoleArn": {},
3879
3902
  "ReservedNodeExchangeStatus": {
3880
- "shape": "S2x"
3903
+ "shape": "S2y"
3881
3904
  },
3882
3905
  "CustomDomainName": {},
3883
3906
  "CustomDomainCertificateArn": {},
3884
3907
  "CustomDomainCertificateExpiryDate": {
3885
3908
  "type": "timestamp"
3886
- }
3909
+ },
3910
+ "MasterPasswordSecretArn": {},
3911
+ "MasterPasswordSecretKmsKeyId": {}
3887
3912
  },
3888
3913
  "wrapper": true
3889
3914
  },
3890
- "S25": {
3915
+ "S26": {
3891
3916
  "type": "structure",
3892
3917
  "members": {
3893
3918
  "VpcEndpointId": {},
@@ -3907,7 +3932,7 @@
3907
3932
  }
3908
3933
  }
3909
3934
  },
3910
- "S2a": {
3935
+ "S2b": {
3911
3936
  "type": "list",
3912
3937
  "member": {
3913
3938
  "locationName": "VpcSecurityGroup",
@@ -3918,14 +3943,14 @@
3918
3943
  }
3919
3944
  }
3920
3945
  },
3921
- "S2v": {
3946
+ "S2w": {
3922
3947
  "type": "structure",
3923
3948
  "members": {
3924
3949
  "AquaStatus": {},
3925
3950
  "AquaConfigurationStatus": {}
3926
3951
  }
3927
3952
  },
3928
- "S2x": {
3953
+ "S2y": {
3929
3954
  "type": "structure",
3930
3955
  "members": {
3931
3956
  "ReservedNodeExchangeRequestId": {},
@@ -3946,7 +3971,7 @@
3946
3971
  },
3947
3972
  "wrapper": true
3948
3973
  },
3949
- "S31": {
3974
+ "S32": {
3950
3975
  "type": "structure",
3951
3976
  "members": {
3952
3977
  "ParameterGroupName": {},
@@ -3958,13 +3983,13 @@
3958
3983
  },
3959
3984
  "wrapper": true
3960
3985
  },
3961
- "S37": {
3986
+ "S38": {
3962
3987
  "type": "list",
3963
3988
  "member": {
3964
3989
  "locationName": "SubnetIdentifier"
3965
3990
  }
3966
3991
  },
3967
- "S39": {
3992
+ "S3a": {
3968
3993
  "type": "structure",
3969
3994
  "members": {
3970
3995
  "ClusterSubnetGroupName": {},
@@ -3979,7 +4004,7 @@
3979
4004
  "members": {
3980
4005
  "SubnetIdentifier": {},
3981
4006
  "SubnetAvailabilityZone": {
3982
- "shape": "S3c"
4007
+ "shape": "S3d"
3983
4008
  },
3984
4009
  "SubnetStatus": {}
3985
4010
  }
@@ -3991,7 +4016,7 @@
3991
4016
  },
3992
4017
  "wrapper": true
3993
4018
  },
3994
- "S3c": {
4019
+ "S3d": {
3995
4020
  "type": "structure",
3996
4021
  "members": {
3997
4022
  "Name": {},
@@ -4009,7 +4034,7 @@
4009
4034
  },
4010
4035
  "wrapper": true
4011
4036
  },
4012
- "S3k": {
4037
+ "S3l": {
4013
4038
  "type": "structure",
4014
4039
  "members": {
4015
4040
  "ClusterIdentifier": {},
@@ -4025,26 +4050,26 @@
4025
4050
  },
4026
4051
  "Address": {},
4027
4052
  "VpcSecurityGroups": {
4028
- "shape": "S2a"
4053
+ "shape": "S2b"
4029
4054
  },
4030
4055
  "VpcEndpoint": {
4031
- "shape": "S25"
4056
+ "shape": "S26"
4032
4057
  }
4033
4058
  }
4034
4059
  },
4035
- "S3m": {
4060
+ "S3n": {
4036
4061
  "type": "list",
4037
4062
  "member": {
4038
4063
  "locationName": "SourceId"
4039
4064
  }
4040
4065
  },
4041
- "S3n": {
4066
+ "S3o": {
4042
4067
  "type": "list",
4043
4068
  "member": {
4044
4069
  "locationName": "EventCategory"
4045
4070
  }
4046
4071
  },
4047
- "S3p": {
4072
+ "S3q": {
4048
4073
  "type": "structure",
4049
4074
  "members": {
4050
4075
  "CustomerAwsId": {},
@@ -4056,10 +4081,10 @@
4056
4081
  },
4057
4082
  "SourceType": {},
4058
4083
  "SourceIdsList": {
4059
- "shape": "S3m"
4084
+ "shape": "S3n"
4060
4085
  },
4061
4086
  "EventCategoriesList": {
4062
- "shape": "S3n"
4087
+ "shape": "S3o"
4063
4088
  },
4064
4089
  "Severity": {},
4065
4090
  "Enabled": {
@@ -4071,7 +4096,7 @@
4071
4096
  },
4072
4097
  "wrapper": true
4073
4098
  },
4074
- "S3s": {
4099
+ "S3t": {
4075
4100
  "type": "structure",
4076
4101
  "members": {
4077
4102
  "HsmClientCertificateIdentifier": {},
@@ -4082,7 +4107,7 @@
4082
4107
  },
4083
4108
  "wrapper": true
4084
4109
  },
4085
- "S3v": {
4110
+ "S3w": {
4086
4111
  "type": "structure",
4087
4112
  "members": {
4088
4113
  "HsmConfigurationIdentifier": {},
@@ -4095,21 +4120,21 @@
4095
4120
  },
4096
4121
  "wrapper": true
4097
4122
  },
4098
- "S3x": {
4123
+ "S3y": {
4099
4124
  "type": "structure",
4100
4125
  "members": {
4101
4126
  "ResizeCluster": {
4102
- "shape": "S3y"
4127
+ "shape": "S3z"
4103
4128
  },
4104
4129
  "PauseCluster": {
4105
- "shape": "S3z"
4130
+ "shape": "S40"
4106
4131
  },
4107
4132
  "ResumeCluster": {
4108
- "shape": "S40"
4133
+ "shape": "S41"
4109
4134
  }
4110
4135
  }
4111
4136
  },
4112
- "S3y": {
4137
+ "S3z": {
4113
4138
  "type": "structure",
4114
4139
  "required": [
4115
4140
  "ClusterIdentifier"
@@ -4128,7 +4153,7 @@
4128
4153
  "TargetReservedNodeOfferingId": {}
4129
4154
  }
4130
4155
  },
4131
- "S3z": {
4156
+ "S40": {
4132
4157
  "type": "structure",
4133
4158
  "required": [
4134
4159
  "ClusterIdentifier"
@@ -4137,7 +4162,7 @@
4137
4162
  "ClusterIdentifier": {}
4138
4163
  }
4139
4164
  },
4140
- "S40": {
4165
+ "S41": {
4141
4166
  "type": "structure",
4142
4167
  "required": [
4143
4168
  "ClusterIdentifier"
@@ -4146,12 +4171,12 @@
4146
4171
  "ClusterIdentifier": {}
4147
4172
  }
4148
4173
  },
4149
- "S41": {
4174
+ "S42": {
4150
4175
  "type": "structure",
4151
4176
  "members": {
4152
4177
  "ScheduledActionName": {},
4153
4178
  "TargetAction": {
4154
- "shape": "S3x"
4179
+ "shape": "S3y"
4155
4180
  },
4156
4181
  "Schedule": {},
4157
4182
  "IamRole": {},
@@ -4172,7 +4197,7 @@
4172
4197
  }
4173
4198
  }
4174
4199
  },
4175
- "S46": {
4200
+ "S47": {
4176
4201
  "type": "structure",
4177
4202
  "members": {
4178
4203
  "SnapshotCopyGrantName": {},
@@ -4183,17 +4208,17 @@
4183
4208
  },
4184
4209
  "wrapper": true
4185
4210
  },
4186
- "S48": {
4211
+ "S49": {
4187
4212
  "type": "list",
4188
4213
  "member": {
4189
4214
  "locationName": "ScheduleDefinition"
4190
4215
  }
4191
4216
  },
4192
- "S49": {
4217
+ "S4a": {
4193
4218
  "type": "structure",
4194
4219
  "members": {
4195
4220
  "ScheduleDefinitions": {
4196
- "shape": "S48"
4221
+ "shape": "S49"
4197
4222
  },
4198
4223
  "ScheduleIdentifier": {},
4199
4224
  "ScheduleDescription": {},
@@ -4223,7 +4248,7 @@
4223
4248
  }
4224
4249
  }
4225
4250
  },
4226
- "S4j": {
4251
+ "S4k": {
4227
4252
  "type": "structure",
4228
4253
  "members": {
4229
4254
  "UsageLimitId": {},
@@ -4240,19 +4265,19 @@
4240
4265
  }
4241
4266
  }
4242
4267
  },
4243
- "S52": {
4268
+ "S53": {
4244
4269
  "type": "list",
4245
4270
  "member": {
4246
4271
  "locationName": "TagKey"
4247
4272
  }
4248
4273
  },
4249
- "S5m": {
4274
+ "S5n": {
4250
4275
  "type": "list",
4251
4276
  "member": {
4252
4277
  "locationName": "TagValue"
4253
4278
  }
4254
4279
  },
4255
- "S5r": {
4280
+ "S5s": {
4256
4281
  "type": "list",
4257
4282
  "member": {
4258
4283
  "locationName": "Parameter",
@@ -4272,13 +4297,13 @@
4272
4297
  }
4273
4298
  }
4274
4299
  },
4275
- "S6u": {
4300
+ "S6v": {
4276
4301
  "type": "list",
4277
4302
  "member": {
4278
4303
  "shape": "Sj"
4279
4304
  }
4280
4305
  },
4281
- "S7v": {
4306
+ "S7w": {
4282
4307
  "type": "structure",
4283
4308
  "members": {
4284
4309
  "LoggingEnabled": {
@@ -4295,28 +4320,28 @@
4295
4320
  "LastFailureMessage": {},
4296
4321
  "LogDestinationType": {},
4297
4322
  "LogExports": {
4298
- "shape": "S7x"
4323
+ "shape": "S7y"
4299
4324
  }
4300
4325
  }
4301
4326
  },
4302
- "S7x": {
4327
+ "S7y": {
4303
4328
  "type": "list",
4304
4329
  "member": {}
4305
4330
  },
4306
- "S84": {
4331
+ "S85": {
4307
4332
  "type": "list",
4308
4333
  "member": {
4309
4334
  "locationName": "item"
4310
4335
  }
4311
4336
  },
4312
- "S8p": {
4337
+ "S8q": {
4313
4338
  "type": "list",
4314
4339
  "member": {
4315
- "shape": "S8q",
4340
+ "shape": "S8r",
4316
4341
  "locationName": "ReservedNodeOffering"
4317
4342
  }
4318
4343
  },
4319
- "S8q": {
4344
+ "S8r": {
4320
4345
  "type": "structure",
4321
4346
  "members": {
4322
4347
  "ReservedNodeOfferingId": {},
@@ -4339,7 +4364,7 @@
4339
4364
  },
4340
4365
  "wrapper": true
4341
4366
  },
4342
- "S9c": {
4367
+ "S9d": {
4343
4368
  "type": "structure",
4344
4369
  "members": {
4345
4370
  "TableRestoreRequestId": {},
@@ -4365,10 +4390,6 @@
4365
4390
  },
4366
4391
  "wrapper": true
4367
4392
  },
4368
- "S9v": {
4369
- "type": "string",
4370
- "sensitive": true
4371
- },
4372
4393
  "Sai": {
4373
4394
  "type": "structure",
4374
4395
  "members": {