aws-sdk 2.1012.0 → 2.1016.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/auditmanager-2017-07-25.min.json +168 -12
- package/apis/auditmanager-2017-07-25.paginators.json +5 -0
- package/apis/autoscaling-2011-01-01.min.json +240 -94
- package/apis/chime-2018-05-01.min.json +4 -2
- package/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/apis/chime-sdk-messaging-2021-05-15.min.json +180 -29
- package/apis/ec2-2016-11-15.min.json +1331 -800
- package/apis/ec2-2016-11-15.paginators.json +12 -0
- package/apis/emr-containers-2020-10-01.min.json +18 -6
- package/apis/quicksight-2018-04-01.min.json +27 -21
- package/apis/rds-2014-10-31.min.json +412 -317
- package/apis/route53resolver-2018-04-01.min.json +85 -13
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/sagemaker-2017-07-24.min.json +924 -792
- package/apis/textract-2018-06-27.min.json +107 -43
- package/clients/auditmanager.d.ts +486 -305
- package/clients/autoscaling.d.ts +217 -15
- package/clients/chime.d.ts +8 -0
- package/clients/chimesdkidentity.d.ts +314 -2
- package/clients/chimesdkmessaging.d.ts +146 -15
- package/clients/connect.d.ts +11 -11
- package/clients/ec2.d.ts +548 -4
- package/clients/eks.d.ts +1 -1
- package/clients/emrcontainers.d.ts +18 -3
- package/clients/finspace.js +0 -1
- package/clients/finspacedata.js +0 -1
- package/clients/lexmodelsv2.js +0 -1
- package/clients/lookoutmetrics.js +0 -1
- package/clients/quicksight.d.ts +12 -2
- package/clients/rds.d.ts +361 -200
- package/clients/route53resolver.d.ts +94 -0
- package/clients/sagemaker.d.ts +152 -8
- package/clients/textract.d.ts +98 -6
- package/dist/aws-sdk-core-react-native.js +57 -22
- package/dist/aws-sdk-react-native.js +299 -340
- package/dist/aws-sdk.js +2134 -1234
- package/dist/aws-sdk.min.js +87 -87
- package/lib/core.js +1 -1
- package/lib/protocol/rest_json.js +6 -12
- package/lib/region_config.js +44 -1
- package/lib/region_config_data.json +81 -0
- package/lib/request.js +4 -6
- package/lib/service.js +1 -1
- package/package.json +2 -2
- package/scripts/region-checker/allowlist.js +4 -0
- package/lib/services/finspace.js +0 -23
- package/lib/services/finspacedata.js +0 -23
- package/lib/services/lexmodelsv2.js +0 -23
- package/lib/services/lookoutmetrics.js +0 -22
|
@@ -334,6 +334,34 @@
|
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
|
+
"CreateCustomDBEngineVersion": {
|
|
338
|
+
"input": {
|
|
339
|
+
"type": "structure",
|
|
340
|
+
"required": [
|
|
341
|
+
"Engine",
|
|
342
|
+
"EngineVersion",
|
|
343
|
+
"DatabaseInstallationFilesS3BucketName",
|
|
344
|
+
"KMSKeyId",
|
|
345
|
+
"Manifest"
|
|
346
|
+
],
|
|
347
|
+
"members": {
|
|
348
|
+
"Engine": {},
|
|
349
|
+
"EngineVersion": {},
|
|
350
|
+
"DatabaseInstallationFilesS3BucketName": {},
|
|
351
|
+
"DatabaseInstallationFilesS3Prefix": {},
|
|
352
|
+
"KMSKeyId": {},
|
|
353
|
+
"Description": {},
|
|
354
|
+
"Manifest": {},
|
|
355
|
+
"Tags": {
|
|
356
|
+
"shape": "Sb"
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"output": {
|
|
361
|
+
"shape": "S21",
|
|
362
|
+
"resultWrapper": "CreateCustomDBEngineVersionResult"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
337
365
|
"CreateDBCluster": {
|
|
338
366
|
"input": {
|
|
339
367
|
"type": "structure",
|
|
@@ -353,7 +381,7 @@
|
|
|
353
381
|
"DBClusterIdentifier": {},
|
|
354
382
|
"DBClusterParameterGroupName": {},
|
|
355
383
|
"VpcSecurityGroupIds": {
|
|
356
|
-
"shape": "
|
|
384
|
+
"shape": "S2c"
|
|
357
385
|
},
|
|
358
386
|
"DBSubnetGroupName": {},
|
|
359
387
|
"Engine": {},
|
|
@@ -382,11 +410,11 @@
|
|
|
382
410
|
"type": "long"
|
|
383
411
|
},
|
|
384
412
|
"EnableCloudwatchLogsExports": {
|
|
385
|
-
"shape": "
|
|
413
|
+
"shape": "S29"
|
|
386
414
|
},
|
|
387
415
|
"EngineMode": {},
|
|
388
416
|
"ScalingConfiguration": {
|
|
389
|
-
"shape": "
|
|
417
|
+
"shape": "S2e"
|
|
390
418
|
},
|
|
391
419
|
"DeletionProtection": {
|
|
392
420
|
"type": "boolean"
|
|
@@ -411,7 +439,7 @@
|
|
|
411
439
|
"type": "structure",
|
|
412
440
|
"members": {
|
|
413
441
|
"DBCluster": {
|
|
414
|
-
"shape": "
|
|
442
|
+
"shape": "S2g"
|
|
415
443
|
}
|
|
416
444
|
}
|
|
417
445
|
}
|
|
@@ -440,7 +468,7 @@
|
|
|
440
468
|
}
|
|
441
469
|
},
|
|
442
470
|
"output": {
|
|
443
|
-
"shape": "
|
|
471
|
+
"shape": "S2x",
|
|
444
472
|
"resultWrapper": "CreateDBClusterEndpointResult"
|
|
445
473
|
}
|
|
446
474
|
},
|
|
@@ -515,10 +543,10 @@
|
|
|
515
543
|
"MasterUsername": {},
|
|
516
544
|
"MasterUserPassword": {},
|
|
517
545
|
"DBSecurityGroups": {
|
|
518
|
-
"shape": "
|
|
546
|
+
"shape": "S33"
|
|
519
547
|
},
|
|
520
548
|
"VpcSecurityGroupIds": {
|
|
521
|
-
"shape": "
|
|
549
|
+
"shape": "S2c"
|
|
522
550
|
},
|
|
523
551
|
"AvailabilityZone": {},
|
|
524
552
|
"DBSubnetGroupName": {},
|
|
@@ -583,7 +611,7 @@
|
|
|
583
611
|
"type": "integer"
|
|
584
612
|
},
|
|
585
613
|
"EnableCloudwatchLogsExports": {
|
|
586
|
-
"shape": "
|
|
614
|
+
"shape": "S29"
|
|
587
615
|
},
|
|
588
616
|
"ProcessorFeatures": {
|
|
589
617
|
"shape": "S1b"
|
|
@@ -596,7 +624,8 @@
|
|
|
596
624
|
},
|
|
597
625
|
"EnableCustomerOwnedIp": {
|
|
598
626
|
"type": "boolean"
|
|
599
|
-
}
|
|
627
|
+
},
|
|
628
|
+
"CustomIamInstanceProfile": {}
|
|
600
629
|
}
|
|
601
630
|
},
|
|
602
631
|
"output": {
|
|
@@ -604,7 +633,7 @@
|
|
|
604
633
|
"type": "structure",
|
|
605
634
|
"members": {
|
|
606
635
|
"DBInstance": {
|
|
607
|
-
"shape": "
|
|
636
|
+
"shape": "S35"
|
|
608
637
|
}
|
|
609
638
|
}
|
|
610
639
|
}
|
|
@@ -643,7 +672,7 @@
|
|
|
643
672
|
},
|
|
644
673
|
"DBSubnetGroupName": {},
|
|
645
674
|
"VpcSecurityGroupIds": {
|
|
646
|
-
"shape": "
|
|
675
|
+
"shape": "S2c"
|
|
647
676
|
},
|
|
648
677
|
"StorageType": {},
|
|
649
678
|
"CopyTagsToSnapshot": {
|
|
@@ -666,7 +695,7 @@
|
|
|
666
695
|
"type": "integer"
|
|
667
696
|
},
|
|
668
697
|
"EnableCloudwatchLogsExports": {
|
|
669
|
-
"shape": "
|
|
698
|
+
"shape": "S29"
|
|
670
699
|
},
|
|
671
700
|
"ProcessorFeatures": {
|
|
672
701
|
"shape": "S1b"
|
|
@@ -683,6 +712,7 @@
|
|
|
683
712
|
"MaxAllocatedStorage": {
|
|
684
713
|
"type": "integer"
|
|
685
714
|
},
|
|
715
|
+
"CustomIamInstanceProfile": {},
|
|
686
716
|
"SourceRegion": {}
|
|
687
717
|
}
|
|
688
718
|
},
|
|
@@ -691,7 +721,7 @@
|
|
|
691
721
|
"type": "structure",
|
|
692
722
|
"members": {
|
|
693
723
|
"DBInstance": {
|
|
694
|
-
"shape": "
|
|
724
|
+
"shape": "S35"
|
|
695
725
|
}
|
|
696
726
|
}
|
|
697
727
|
}
|
|
@@ -737,7 +767,7 @@
|
|
|
737
767
|
"DBProxyName": {},
|
|
738
768
|
"EngineFamily": {},
|
|
739
769
|
"Auth": {
|
|
740
|
-
"shape": "
|
|
770
|
+
"shape": "S3x"
|
|
741
771
|
},
|
|
742
772
|
"RoleArn": {},
|
|
743
773
|
"VpcSubnetIds": {
|
|
@@ -765,7 +795,7 @@
|
|
|
765
795
|
"type": "structure",
|
|
766
796
|
"members": {
|
|
767
797
|
"DBProxy": {
|
|
768
|
-
"shape": "
|
|
798
|
+
"shape": "S42"
|
|
769
799
|
}
|
|
770
800
|
}
|
|
771
801
|
}
|
|
@@ -798,7 +828,7 @@
|
|
|
798
828
|
"type": "structure",
|
|
799
829
|
"members": {
|
|
800
830
|
"DBProxyEndpoint": {
|
|
801
|
-
"shape": "
|
|
831
|
+
"shape": "S4b"
|
|
802
832
|
}
|
|
803
833
|
}
|
|
804
834
|
}
|
|
@@ -865,7 +895,7 @@
|
|
|
865
895
|
"DBSubnetGroupName": {},
|
|
866
896
|
"DBSubnetGroupDescription": {},
|
|
867
897
|
"SubnetIds": {
|
|
868
|
-
"shape": "
|
|
898
|
+
"shape": "S4i"
|
|
869
899
|
},
|
|
870
900
|
"Tags": {
|
|
871
901
|
"shape": "Sb"
|
|
@@ -877,7 +907,7 @@
|
|
|
877
907
|
"type": "structure",
|
|
878
908
|
"members": {
|
|
879
909
|
"DBSubnetGroup": {
|
|
880
|
-
"shape": "
|
|
910
|
+
"shape": "S39"
|
|
881
911
|
}
|
|
882
912
|
}
|
|
883
913
|
}
|
|
@@ -939,7 +969,7 @@
|
|
|
939
969
|
"type": "structure",
|
|
940
970
|
"members": {
|
|
941
971
|
"GlobalCluster": {
|
|
942
|
-
"shape": "
|
|
972
|
+
"shape": "S4o"
|
|
943
973
|
}
|
|
944
974
|
}
|
|
945
975
|
}
|
|
@@ -993,6 +1023,23 @@
|
|
|
993
1023
|
}
|
|
994
1024
|
}
|
|
995
1025
|
},
|
|
1026
|
+
"DeleteCustomDBEngineVersion": {
|
|
1027
|
+
"input": {
|
|
1028
|
+
"type": "structure",
|
|
1029
|
+
"required": [
|
|
1030
|
+
"Engine",
|
|
1031
|
+
"EngineVersion"
|
|
1032
|
+
],
|
|
1033
|
+
"members": {
|
|
1034
|
+
"Engine": {},
|
|
1035
|
+
"EngineVersion": {}
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"output": {
|
|
1039
|
+
"shape": "S21",
|
|
1040
|
+
"resultWrapper": "DeleteCustomDBEngineVersionResult"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
996
1043
|
"DeleteDBCluster": {
|
|
997
1044
|
"input": {
|
|
998
1045
|
"type": "structure",
|
|
@@ -1012,7 +1059,7 @@
|
|
|
1012
1059
|
"type": "structure",
|
|
1013
1060
|
"members": {
|
|
1014
1061
|
"DBCluster": {
|
|
1015
|
-
"shape": "
|
|
1062
|
+
"shape": "S2g"
|
|
1016
1063
|
}
|
|
1017
1064
|
}
|
|
1018
1065
|
}
|
|
@@ -1028,7 +1075,7 @@
|
|
|
1028
1075
|
}
|
|
1029
1076
|
},
|
|
1030
1077
|
"output": {
|
|
1031
|
-
"shape": "
|
|
1078
|
+
"shape": "S2x",
|
|
1032
1079
|
"resultWrapper": "DeleteDBClusterEndpointResult"
|
|
1033
1080
|
}
|
|
1034
1081
|
},
|
|
@@ -1085,7 +1132,7 @@
|
|
|
1085
1132
|
"type": "structure",
|
|
1086
1133
|
"members": {
|
|
1087
1134
|
"DBInstance": {
|
|
1088
|
-
"shape": "
|
|
1135
|
+
"shape": "S35"
|
|
1089
1136
|
}
|
|
1090
1137
|
}
|
|
1091
1138
|
}
|
|
@@ -1103,7 +1150,7 @@
|
|
|
1103
1150
|
"type": "structure",
|
|
1104
1151
|
"members": {
|
|
1105
1152
|
"DBInstanceAutomatedBackup": {
|
|
1106
|
-
"shape": "
|
|
1153
|
+
"shape": "S59"
|
|
1107
1154
|
}
|
|
1108
1155
|
}
|
|
1109
1156
|
}
|
|
@@ -1134,7 +1181,7 @@
|
|
|
1134
1181
|
"type": "structure",
|
|
1135
1182
|
"members": {
|
|
1136
1183
|
"DBProxy": {
|
|
1137
|
-
"shape": "
|
|
1184
|
+
"shape": "S42"
|
|
1138
1185
|
}
|
|
1139
1186
|
}
|
|
1140
1187
|
}
|
|
@@ -1154,7 +1201,7 @@
|
|
|
1154
1201
|
"type": "structure",
|
|
1155
1202
|
"members": {
|
|
1156
1203
|
"DBProxyEndpoint": {
|
|
1157
|
-
"shape": "
|
|
1204
|
+
"shape": "S4b"
|
|
1158
1205
|
}
|
|
1159
1206
|
}
|
|
1160
1207
|
}
|
|
@@ -1236,7 +1283,7 @@
|
|
|
1236
1283
|
"type": "structure",
|
|
1237
1284
|
"members": {
|
|
1238
1285
|
"GlobalCluster": {
|
|
1239
|
-
"shape": "
|
|
1286
|
+
"shape": "S4o"
|
|
1240
1287
|
}
|
|
1241
1288
|
}
|
|
1242
1289
|
}
|
|
@@ -1252,7 +1299,7 @@
|
|
|
1252
1299
|
}
|
|
1253
1300
|
},
|
|
1254
1301
|
"output": {
|
|
1255
|
-
"shape": "
|
|
1302
|
+
"shape": "S5p",
|
|
1256
1303
|
"resultWrapper": "DeleteInstallationMediaResult"
|
|
1257
1304
|
}
|
|
1258
1305
|
},
|
|
@@ -1325,7 +1372,7 @@
|
|
|
1325
1372
|
"members": {
|
|
1326
1373
|
"CertificateIdentifier": {},
|
|
1327
1374
|
"Filters": {
|
|
1328
|
-
"shape": "
|
|
1375
|
+
"shape": "S60"
|
|
1329
1376
|
},
|
|
1330
1377
|
"MaxRecords": {
|
|
1331
1378
|
"type": "integer"
|
|
@@ -1340,7 +1387,7 @@
|
|
|
1340
1387
|
"Certificates": {
|
|
1341
1388
|
"type": "list",
|
|
1342
1389
|
"member": {
|
|
1343
|
-
"shape": "
|
|
1390
|
+
"shape": "S65",
|
|
1344
1391
|
"locationName": "Certificate"
|
|
1345
1392
|
}
|
|
1346
1393
|
},
|
|
@@ -1354,7 +1401,7 @@
|
|
|
1354
1401
|
"members": {
|
|
1355
1402
|
"CustomAvailabilityZoneId": {},
|
|
1356
1403
|
"Filters": {
|
|
1357
|
-
"shape": "
|
|
1404
|
+
"shape": "S60"
|
|
1358
1405
|
},
|
|
1359
1406
|
"MaxRecords": {
|
|
1360
1407
|
"type": "integer"
|
|
@@ -1387,7 +1434,7 @@
|
|
|
1387
1434
|
"DBClusterIdentifier": {},
|
|
1388
1435
|
"BacktrackIdentifier": {},
|
|
1389
1436
|
"Filters": {
|
|
1390
|
-
"shape": "
|
|
1437
|
+
"shape": "S60"
|
|
1391
1438
|
},
|
|
1392
1439
|
"MaxRecords": {
|
|
1393
1440
|
"type": "integer"
|
|
@@ -1417,7 +1464,7 @@
|
|
|
1417
1464
|
"DBClusterIdentifier": {},
|
|
1418
1465
|
"DBClusterEndpointIdentifier": {},
|
|
1419
1466
|
"Filters": {
|
|
1420
|
-
"shape": "
|
|
1467
|
+
"shape": "S60"
|
|
1421
1468
|
},
|
|
1422
1469
|
"MaxRecords": {
|
|
1423
1470
|
"type": "integer"
|
|
@@ -1433,7 +1480,7 @@
|
|
|
1433
1480
|
"DBClusterEndpoints": {
|
|
1434
1481
|
"type": "list",
|
|
1435
1482
|
"member": {
|
|
1436
|
-
"shape": "
|
|
1483
|
+
"shape": "S2x",
|
|
1437
1484
|
"locationName": "DBClusterEndpointList"
|
|
1438
1485
|
}
|
|
1439
1486
|
}
|
|
@@ -1446,7 +1493,7 @@
|
|
|
1446
1493
|
"members": {
|
|
1447
1494
|
"DBClusterParameterGroupName": {},
|
|
1448
1495
|
"Filters": {
|
|
1449
|
-
"shape": "
|
|
1496
|
+
"shape": "S60"
|
|
1450
1497
|
},
|
|
1451
1498
|
"MaxRecords": {
|
|
1452
1499
|
"type": "integer"
|
|
@@ -1479,7 +1526,7 @@
|
|
|
1479
1526
|
"DBClusterParameterGroupName": {},
|
|
1480
1527
|
"Source": {},
|
|
1481
1528
|
"Filters": {
|
|
1482
|
-
"shape": "
|
|
1529
|
+
"shape": "S60"
|
|
1483
1530
|
},
|
|
1484
1531
|
"MaxRecords": {
|
|
1485
1532
|
"type": "integer"
|
|
@@ -1492,7 +1539,7 @@
|
|
|
1492
1539
|
"type": "structure",
|
|
1493
1540
|
"members": {
|
|
1494
1541
|
"Parameters": {
|
|
1495
|
-
"shape": "
|
|
1542
|
+
"shape": "S6k"
|
|
1496
1543
|
},
|
|
1497
1544
|
"Marker": {}
|
|
1498
1545
|
}
|
|
@@ -1513,7 +1560,7 @@
|
|
|
1513
1560
|
"type": "structure",
|
|
1514
1561
|
"members": {
|
|
1515
1562
|
"DBClusterSnapshotAttributesResult": {
|
|
1516
|
-
"shape": "
|
|
1563
|
+
"shape": "S6p"
|
|
1517
1564
|
}
|
|
1518
1565
|
}
|
|
1519
1566
|
}
|
|
@@ -1526,7 +1573,7 @@
|
|
|
1526
1573
|
"DBClusterSnapshotIdentifier": {},
|
|
1527
1574
|
"SnapshotType": {},
|
|
1528
1575
|
"Filters": {
|
|
1529
|
-
"shape": "
|
|
1576
|
+
"shape": "S60"
|
|
1530
1577
|
},
|
|
1531
1578
|
"MaxRecords": {
|
|
1532
1579
|
"type": "integer"
|
|
@@ -1561,7 +1608,7 @@
|
|
|
1561
1608
|
"members": {
|
|
1562
1609
|
"DBClusterIdentifier": {},
|
|
1563
1610
|
"Filters": {
|
|
1564
|
-
"shape": "
|
|
1611
|
+
"shape": "S60"
|
|
1565
1612
|
},
|
|
1566
1613
|
"MaxRecords": {
|
|
1567
1614
|
"type": "integer"
|
|
@@ -1580,7 +1627,7 @@
|
|
|
1580
1627
|
"DBClusters": {
|
|
1581
1628
|
"type": "list",
|
|
1582
1629
|
"member": {
|
|
1583
|
-
"shape": "
|
|
1630
|
+
"shape": "S2g",
|
|
1584
1631
|
"locationName": "DBCluster"
|
|
1585
1632
|
}
|
|
1586
1633
|
}
|
|
@@ -1595,7 +1642,7 @@
|
|
|
1595
1642
|
"EngineVersion": {},
|
|
1596
1643
|
"DBParameterGroupFamily": {},
|
|
1597
1644
|
"Filters": {
|
|
1598
|
-
"shape": "
|
|
1645
|
+
"shape": "S60"
|
|
1599
1646
|
},
|
|
1600
1647
|
"MaxRecords": {
|
|
1601
1648
|
"type": "integer"
|
|
@@ -1623,84 +1670,8 @@
|
|
|
1623
1670
|
"DBEngineVersions": {
|
|
1624
1671
|
"type": "list",
|
|
1625
1672
|
"member": {
|
|
1626
|
-
"
|
|
1627
|
-
"
|
|
1628
|
-
"members": {
|
|
1629
|
-
"Engine": {},
|
|
1630
|
-
"EngineVersion": {},
|
|
1631
|
-
"DBParameterGroupFamily": {},
|
|
1632
|
-
"DBEngineDescription": {},
|
|
1633
|
-
"DBEngineVersionDescription": {},
|
|
1634
|
-
"DefaultCharacterSet": {
|
|
1635
|
-
"shape": "S6l"
|
|
1636
|
-
},
|
|
1637
|
-
"SupportedCharacterSets": {
|
|
1638
|
-
"shape": "S6m"
|
|
1639
|
-
},
|
|
1640
|
-
"SupportedNcharCharacterSets": {
|
|
1641
|
-
"shape": "S6m"
|
|
1642
|
-
},
|
|
1643
|
-
"ValidUpgradeTarget": {
|
|
1644
|
-
"type": "list",
|
|
1645
|
-
"member": {
|
|
1646
|
-
"locationName": "UpgradeTarget",
|
|
1647
|
-
"type": "structure",
|
|
1648
|
-
"members": {
|
|
1649
|
-
"Engine": {},
|
|
1650
|
-
"EngineVersion": {},
|
|
1651
|
-
"Description": {},
|
|
1652
|
-
"AutoUpgrade": {
|
|
1653
|
-
"type": "boolean"
|
|
1654
|
-
},
|
|
1655
|
-
"IsMajorVersionUpgrade": {
|
|
1656
|
-
"type": "boolean"
|
|
1657
|
-
},
|
|
1658
|
-
"SupportedEngineModes": {
|
|
1659
|
-
"shape": "S64"
|
|
1660
|
-
},
|
|
1661
|
-
"SupportsParallelQuery": {
|
|
1662
|
-
"type": "boolean"
|
|
1663
|
-
},
|
|
1664
|
-
"SupportsGlobalDatabases": {
|
|
1665
|
-
"type": "boolean"
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
}
|
|
1669
|
-
},
|
|
1670
|
-
"SupportedTimezones": {
|
|
1671
|
-
"type": "list",
|
|
1672
|
-
"member": {
|
|
1673
|
-
"locationName": "Timezone",
|
|
1674
|
-
"type": "structure",
|
|
1675
|
-
"members": {
|
|
1676
|
-
"TimezoneName": {}
|
|
1677
|
-
}
|
|
1678
|
-
}
|
|
1679
|
-
},
|
|
1680
|
-
"ExportableLogTypes": {
|
|
1681
|
-
"shape": "S1w"
|
|
1682
|
-
},
|
|
1683
|
-
"SupportsLogExportsToCloudwatchLogs": {
|
|
1684
|
-
"type": "boolean"
|
|
1685
|
-
},
|
|
1686
|
-
"SupportsReadReplica": {
|
|
1687
|
-
"type": "boolean"
|
|
1688
|
-
},
|
|
1689
|
-
"SupportedEngineModes": {
|
|
1690
|
-
"shape": "S64"
|
|
1691
|
-
},
|
|
1692
|
-
"SupportedFeatureNames": {
|
|
1693
|
-
"type": "list",
|
|
1694
|
-
"member": {}
|
|
1695
|
-
},
|
|
1696
|
-
"Status": {},
|
|
1697
|
-
"SupportsParallelQuery": {
|
|
1698
|
-
"type": "boolean"
|
|
1699
|
-
},
|
|
1700
|
-
"SupportsGlobalDatabases": {
|
|
1701
|
-
"type": "boolean"
|
|
1702
|
-
}
|
|
1703
|
-
}
|
|
1673
|
+
"shape": "S21",
|
|
1674
|
+
"locationName": "DBEngineVersion"
|
|
1704
1675
|
}
|
|
1705
1676
|
}
|
|
1706
1677
|
}
|
|
@@ -1713,7 +1684,7 @@
|
|
|
1713
1684
|
"DbiResourceId": {},
|
|
1714
1685
|
"DBInstanceIdentifier": {},
|
|
1715
1686
|
"Filters": {
|
|
1716
|
-
"shape": "
|
|
1687
|
+
"shape": "S60"
|
|
1717
1688
|
},
|
|
1718
1689
|
"MaxRecords": {
|
|
1719
1690
|
"type": "integer"
|
|
@@ -1730,7 +1701,7 @@
|
|
|
1730
1701
|
"DBInstanceAutomatedBackups": {
|
|
1731
1702
|
"type": "list",
|
|
1732
1703
|
"member": {
|
|
1733
|
-
"shape": "
|
|
1704
|
+
"shape": "S59",
|
|
1734
1705
|
"locationName": "DBInstanceAutomatedBackup"
|
|
1735
1706
|
}
|
|
1736
1707
|
}
|
|
@@ -1743,7 +1714,7 @@
|
|
|
1743
1714
|
"members": {
|
|
1744
1715
|
"DBInstanceIdentifier": {},
|
|
1745
1716
|
"Filters": {
|
|
1746
|
-
"shape": "
|
|
1717
|
+
"shape": "S60"
|
|
1747
1718
|
},
|
|
1748
1719
|
"MaxRecords": {
|
|
1749
1720
|
"type": "integer"
|
|
@@ -1759,7 +1730,7 @@
|
|
|
1759
1730
|
"DBInstances": {
|
|
1760
1731
|
"type": "list",
|
|
1761
1732
|
"member": {
|
|
1762
|
-
"shape": "
|
|
1733
|
+
"shape": "S35",
|
|
1763
1734
|
"locationName": "DBInstance"
|
|
1764
1735
|
}
|
|
1765
1736
|
}
|
|
@@ -1782,7 +1753,7 @@
|
|
|
1782
1753
|
"type": "long"
|
|
1783
1754
|
},
|
|
1784
1755
|
"Filters": {
|
|
1785
|
-
"shape": "
|
|
1756
|
+
"shape": "S60"
|
|
1786
1757
|
},
|
|
1787
1758
|
"MaxRecords": {
|
|
1788
1759
|
"type": "integer"
|
|
@@ -1820,7 +1791,7 @@
|
|
|
1820
1791
|
"members": {
|
|
1821
1792
|
"DBParameterGroupName": {},
|
|
1822
1793
|
"Filters": {
|
|
1823
|
-
"shape": "
|
|
1794
|
+
"shape": "S60"
|
|
1824
1795
|
},
|
|
1825
1796
|
"MaxRecords": {
|
|
1826
1797
|
"type": "integer"
|
|
@@ -1853,7 +1824,7 @@
|
|
|
1853
1824
|
"DBParameterGroupName": {},
|
|
1854
1825
|
"Source": {},
|
|
1855
1826
|
"Filters": {
|
|
1856
|
-
"shape": "
|
|
1827
|
+
"shape": "S60"
|
|
1857
1828
|
},
|
|
1858
1829
|
"MaxRecords": {
|
|
1859
1830
|
"type": "integer"
|
|
@@ -1866,7 +1837,7 @@
|
|
|
1866
1837
|
"type": "structure",
|
|
1867
1838
|
"members": {
|
|
1868
1839
|
"Parameters": {
|
|
1869
|
-
"shape": "
|
|
1840
|
+
"shape": "S6k"
|
|
1870
1841
|
},
|
|
1871
1842
|
"Marker": {}
|
|
1872
1843
|
}
|
|
@@ -1878,7 +1849,7 @@
|
|
|
1878
1849
|
"members": {
|
|
1879
1850
|
"DBProxyName": {},
|
|
1880
1851
|
"Filters": {
|
|
1881
|
-
"shape": "
|
|
1852
|
+
"shape": "S60"
|
|
1882
1853
|
},
|
|
1883
1854
|
"Marker": {},
|
|
1884
1855
|
"MaxRecords": {
|
|
@@ -1893,7 +1864,7 @@
|
|
|
1893
1864
|
"DBProxies": {
|
|
1894
1865
|
"type": "list",
|
|
1895
1866
|
"member": {
|
|
1896
|
-
"shape": "
|
|
1867
|
+
"shape": "S42"
|
|
1897
1868
|
}
|
|
1898
1869
|
},
|
|
1899
1870
|
"Marker": {}
|
|
@@ -1907,7 +1878,7 @@
|
|
|
1907
1878
|
"DBProxyName": {},
|
|
1908
1879
|
"DBProxyEndpointName": {},
|
|
1909
1880
|
"Filters": {
|
|
1910
|
-
"shape": "
|
|
1881
|
+
"shape": "S60"
|
|
1911
1882
|
},
|
|
1912
1883
|
"Marker": {},
|
|
1913
1884
|
"MaxRecords": {
|
|
@@ -1922,7 +1893,7 @@
|
|
|
1922
1893
|
"DBProxyEndpoints": {
|
|
1923
1894
|
"type": "list",
|
|
1924
1895
|
"member": {
|
|
1925
|
-
"shape": "
|
|
1896
|
+
"shape": "S4b"
|
|
1926
1897
|
}
|
|
1927
1898
|
},
|
|
1928
1899
|
"Marker": {}
|
|
@@ -1939,7 +1910,7 @@
|
|
|
1939
1910
|
"DBProxyName": {},
|
|
1940
1911
|
"TargetGroupName": {},
|
|
1941
1912
|
"Filters": {
|
|
1942
|
-
"shape": "
|
|
1913
|
+
"shape": "S60"
|
|
1943
1914
|
},
|
|
1944
1915
|
"Marker": {},
|
|
1945
1916
|
"MaxRecords": {
|
|
@@ -1954,7 +1925,7 @@
|
|
|
1954
1925
|
"TargetGroups": {
|
|
1955
1926
|
"type": "list",
|
|
1956
1927
|
"member": {
|
|
1957
|
-
"shape": "
|
|
1928
|
+
"shape": "S7r"
|
|
1958
1929
|
}
|
|
1959
1930
|
},
|
|
1960
1931
|
"Marker": {}
|
|
@@ -1971,7 +1942,7 @@
|
|
|
1971
1942
|
"DBProxyName": {},
|
|
1972
1943
|
"TargetGroupName": {},
|
|
1973
1944
|
"Filters": {
|
|
1974
|
-
"shape": "
|
|
1945
|
+
"shape": "S60"
|
|
1975
1946
|
},
|
|
1976
1947
|
"Marker": {},
|
|
1977
1948
|
"MaxRecords": {
|
|
@@ -1984,7 +1955,7 @@
|
|
|
1984
1955
|
"type": "structure",
|
|
1985
1956
|
"members": {
|
|
1986
1957
|
"Targets": {
|
|
1987
|
-
"shape": "
|
|
1958
|
+
"shape": "S7v"
|
|
1988
1959
|
},
|
|
1989
1960
|
"Marker": {}
|
|
1990
1961
|
}
|
|
@@ -1996,7 +1967,7 @@
|
|
|
1996
1967
|
"members": {
|
|
1997
1968
|
"DBSecurityGroupName": {},
|
|
1998
1969
|
"Filters": {
|
|
1999
|
-
"shape": "
|
|
1970
|
+
"shape": "S60"
|
|
2000
1971
|
},
|
|
2001
1972
|
"MaxRecords": {
|
|
2002
1973
|
"type": "integer"
|
|
@@ -2034,7 +2005,7 @@
|
|
|
2034
2005
|
"type": "structure",
|
|
2035
2006
|
"members": {
|
|
2036
2007
|
"DBSnapshotAttributesResult": {
|
|
2037
|
-
"shape": "
|
|
2008
|
+
"shape": "S87"
|
|
2038
2009
|
}
|
|
2039
2010
|
}
|
|
2040
2011
|
}
|
|
@@ -2047,7 +2018,7 @@
|
|
|
2047
2018
|
"DBSnapshotIdentifier": {},
|
|
2048
2019
|
"SnapshotType": {},
|
|
2049
2020
|
"Filters": {
|
|
2050
|
-
"shape": "
|
|
2021
|
+
"shape": "S60"
|
|
2051
2022
|
},
|
|
2052
2023
|
"MaxRecords": {
|
|
2053
2024
|
"type": "integer"
|
|
@@ -2083,7 +2054,7 @@
|
|
|
2083
2054
|
"members": {
|
|
2084
2055
|
"DBSubnetGroupName": {},
|
|
2085
2056
|
"Filters": {
|
|
2086
|
-
"shape": "
|
|
2057
|
+
"shape": "S60"
|
|
2087
2058
|
},
|
|
2088
2059
|
"MaxRecords": {
|
|
2089
2060
|
"type": "integer"
|
|
@@ -2099,7 +2070,7 @@
|
|
|
2099
2070
|
"DBSubnetGroups": {
|
|
2100
2071
|
"type": "list",
|
|
2101
2072
|
"member": {
|
|
2102
|
-
"shape": "
|
|
2073
|
+
"shape": "S39",
|
|
2103
2074
|
"locationName": "DBSubnetGroup"
|
|
2104
2075
|
}
|
|
2105
2076
|
}
|
|
@@ -2115,7 +2086,7 @@
|
|
|
2115
2086
|
"members": {
|
|
2116
2087
|
"DBParameterGroupFamily": {},
|
|
2117
2088
|
"Filters": {
|
|
2118
|
-
"shape": "
|
|
2089
|
+
"shape": "S60"
|
|
2119
2090
|
},
|
|
2120
2091
|
"MaxRecords": {
|
|
2121
2092
|
"type": "integer"
|
|
@@ -2128,7 +2099,7 @@
|
|
|
2128
2099
|
"type": "structure",
|
|
2129
2100
|
"members": {
|
|
2130
2101
|
"EngineDefaults": {
|
|
2131
|
-
"shape": "
|
|
2102
|
+
"shape": "S8i"
|
|
2132
2103
|
}
|
|
2133
2104
|
}
|
|
2134
2105
|
}
|
|
@@ -2142,7 +2113,7 @@
|
|
|
2142
2113
|
"members": {
|
|
2143
2114
|
"DBParameterGroupFamily": {},
|
|
2144
2115
|
"Filters": {
|
|
2145
|
-
"shape": "
|
|
2116
|
+
"shape": "S60"
|
|
2146
2117
|
},
|
|
2147
2118
|
"MaxRecords": {
|
|
2148
2119
|
"type": "integer"
|
|
@@ -2155,7 +2126,7 @@
|
|
|
2155
2126
|
"type": "structure",
|
|
2156
2127
|
"members": {
|
|
2157
2128
|
"EngineDefaults": {
|
|
2158
|
-
"shape": "
|
|
2129
|
+
"shape": "S8i"
|
|
2159
2130
|
}
|
|
2160
2131
|
}
|
|
2161
2132
|
}
|
|
@@ -2166,7 +2137,7 @@
|
|
|
2166
2137
|
"members": {
|
|
2167
2138
|
"SourceType": {},
|
|
2168
2139
|
"Filters": {
|
|
2169
|
-
"shape": "
|
|
2140
|
+
"shape": "S60"
|
|
2170
2141
|
}
|
|
2171
2142
|
}
|
|
2172
2143
|
},
|
|
@@ -2197,7 +2168,7 @@
|
|
|
2197
2168
|
"members": {
|
|
2198
2169
|
"SubscriptionName": {},
|
|
2199
2170
|
"Filters": {
|
|
2200
|
-
"shape": "
|
|
2171
|
+
"shape": "S60"
|
|
2201
2172
|
},
|
|
2202
2173
|
"MaxRecords": {
|
|
2203
2174
|
"type": "integer"
|
|
@@ -2239,7 +2210,7 @@
|
|
|
2239
2210
|
"shape": "S8"
|
|
2240
2211
|
},
|
|
2241
2212
|
"Filters": {
|
|
2242
|
-
"shape": "
|
|
2213
|
+
"shape": "S60"
|
|
2243
2214
|
},
|
|
2244
2215
|
"MaxRecords": {
|
|
2245
2216
|
"type": "integer"
|
|
@@ -2281,7 +2252,7 @@
|
|
|
2281
2252
|
"ExportTaskIdentifier": {},
|
|
2282
2253
|
"SourceArn": {},
|
|
2283
2254
|
"Filters": {
|
|
2284
|
-
"shape": "
|
|
2255
|
+
"shape": "S60"
|
|
2285
2256
|
},
|
|
2286
2257
|
"Marker": {},
|
|
2287
2258
|
"MaxRecords": {
|
|
@@ -2310,7 +2281,7 @@
|
|
|
2310
2281
|
"members": {
|
|
2311
2282
|
"GlobalClusterIdentifier": {},
|
|
2312
2283
|
"Filters": {
|
|
2313
|
-
"shape": "
|
|
2284
|
+
"shape": "S60"
|
|
2314
2285
|
},
|
|
2315
2286
|
"MaxRecords": {
|
|
2316
2287
|
"type": "integer"
|
|
@@ -2326,7 +2297,7 @@
|
|
|
2326
2297
|
"GlobalClusters": {
|
|
2327
2298
|
"type": "list",
|
|
2328
2299
|
"member": {
|
|
2329
|
-
"shape": "
|
|
2300
|
+
"shape": "S4o",
|
|
2330
2301
|
"locationName": "GlobalClusterMember"
|
|
2331
2302
|
}
|
|
2332
2303
|
}
|
|
@@ -2339,7 +2310,7 @@
|
|
|
2339
2310
|
"members": {
|
|
2340
2311
|
"InstallationMediaId": {},
|
|
2341
2312
|
"Filters": {
|
|
2342
|
-
"shape": "
|
|
2313
|
+
"shape": "S60"
|
|
2343
2314
|
},
|
|
2344
2315
|
"MaxRecords": {
|
|
2345
2316
|
"type": "integer"
|
|
@@ -2355,7 +2326,7 @@
|
|
|
2355
2326
|
"InstallationMedia": {
|
|
2356
2327
|
"type": "list",
|
|
2357
2328
|
"member": {
|
|
2358
|
-
"shape": "
|
|
2329
|
+
"shape": "S5p",
|
|
2359
2330
|
"locationName": "InstallationMedia"
|
|
2360
2331
|
}
|
|
2361
2332
|
}
|
|
@@ -2372,7 +2343,7 @@
|
|
|
2372
2343
|
"EngineName": {},
|
|
2373
2344
|
"MajorEngineVersion": {},
|
|
2374
2345
|
"Filters": {
|
|
2375
|
-
"shape": "
|
|
2346
|
+
"shape": "S60"
|
|
2376
2347
|
},
|
|
2377
2348
|
"MaxRecords": {
|
|
2378
2349
|
"type": "integer"
|
|
@@ -2485,7 +2456,7 @@
|
|
|
2485
2456
|
"members": {
|
|
2486
2457
|
"OptionGroupName": {},
|
|
2487
2458
|
"Filters": {
|
|
2488
|
-
"shape": "
|
|
2459
|
+
"shape": "S60"
|
|
2489
2460
|
},
|
|
2490
2461
|
"Marker": {},
|
|
2491
2462
|
"MaxRecords": {
|
|
@@ -2526,7 +2497,7 @@
|
|
|
2526
2497
|
"type": "boolean"
|
|
2527
2498
|
},
|
|
2528
2499
|
"Filters": {
|
|
2529
|
-
"shape": "
|
|
2500
|
+
"shape": "S60"
|
|
2530
2501
|
},
|
|
2531
2502
|
"MaxRecords": {
|
|
2532
2503
|
"type": "integer"
|
|
@@ -2552,7 +2523,7 @@
|
|
|
2552
2523
|
"AvailabilityZones": {
|
|
2553
2524
|
"type": "list",
|
|
2554
2525
|
"member": {
|
|
2555
|
-
"shape": "
|
|
2526
|
+
"shape": "S3c",
|
|
2556
2527
|
"locationName": "AvailabilityZone"
|
|
2557
2528
|
}
|
|
2558
2529
|
},
|
|
@@ -2600,10 +2571,10 @@
|
|
|
2600
2571
|
"type": "double"
|
|
2601
2572
|
},
|
|
2602
2573
|
"AvailableProcessorFeatures": {
|
|
2603
|
-
"shape": "
|
|
2574
|
+
"shape": "S9r"
|
|
2604
2575
|
},
|
|
2605
2576
|
"SupportedEngineModes": {
|
|
2606
|
-
"shape": "
|
|
2577
|
+
"shape": "S26"
|
|
2607
2578
|
},
|
|
2608
2579
|
"SupportsStorageAutoscaling": {
|
|
2609
2580
|
"type": "boolean"
|
|
@@ -2635,7 +2606,7 @@
|
|
|
2635
2606
|
"members": {
|
|
2636
2607
|
"ResourceIdentifier": {},
|
|
2637
2608
|
"Filters": {
|
|
2638
|
-
"shape": "
|
|
2609
|
+
"shape": "S60"
|
|
2639
2610
|
},
|
|
2640
2611
|
"Marker": {},
|
|
2641
2612
|
"MaxRecords": {
|
|
@@ -2673,7 +2644,7 @@
|
|
|
2673
2644
|
},
|
|
2674
2645
|
"LeaseId": {},
|
|
2675
2646
|
"Filters": {
|
|
2676
|
-
"shape": "
|
|
2647
|
+
"shape": "S60"
|
|
2677
2648
|
},
|
|
2678
2649
|
"MaxRecords": {
|
|
2679
2650
|
"type": "integer"
|
|
@@ -2689,7 +2660,7 @@
|
|
|
2689
2660
|
"ReservedDBInstances": {
|
|
2690
2661
|
"type": "list",
|
|
2691
2662
|
"member": {
|
|
2692
|
-
"shape": "
|
|
2663
|
+
"shape": "Sa0",
|
|
2693
2664
|
"locationName": "ReservedDBInstance"
|
|
2694
2665
|
}
|
|
2695
2666
|
}
|
|
@@ -2709,7 +2680,7 @@
|
|
|
2709
2680
|
"type": "boolean"
|
|
2710
2681
|
},
|
|
2711
2682
|
"Filters": {
|
|
2712
|
-
"shape": "
|
|
2683
|
+
"shape": "S60"
|
|
2713
2684
|
},
|
|
2714
2685
|
"MaxRecords": {
|
|
2715
2686
|
"type": "integer"
|
|
@@ -2746,7 +2717,7 @@
|
|
|
2746
2717
|
"type": "boolean"
|
|
2747
2718
|
},
|
|
2748
2719
|
"RecurringCharges": {
|
|
2749
|
-
"shape": "
|
|
2720
|
+
"shape": "Sa2"
|
|
2750
2721
|
}
|
|
2751
2722
|
},
|
|
2752
2723
|
"wrapper": true
|
|
@@ -2765,7 +2736,7 @@
|
|
|
2765
2736
|
},
|
|
2766
2737
|
"Marker": {},
|
|
2767
2738
|
"Filters": {
|
|
2768
|
-
"shape": "
|
|
2739
|
+
"shape": "S60"
|
|
2769
2740
|
}
|
|
2770
2741
|
}
|
|
2771
2742
|
},
|
|
@@ -2817,10 +2788,10 @@
|
|
|
2817
2788
|
"members": {
|
|
2818
2789
|
"StorageType": {},
|
|
2819
2790
|
"StorageSize": {
|
|
2820
|
-
"shape": "
|
|
2791
|
+
"shape": "Sah"
|
|
2821
2792
|
},
|
|
2822
2793
|
"ProvisionedIops": {
|
|
2823
|
-
"shape": "
|
|
2794
|
+
"shape": "Sah"
|
|
2824
2795
|
},
|
|
2825
2796
|
"IopsToStorageRatio": {
|
|
2826
2797
|
"type": "list",
|
|
@@ -2844,7 +2815,7 @@
|
|
|
2844
2815
|
}
|
|
2845
2816
|
},
|
|
2846
2817
|
"ValidProcessorFeatures": {
|
|
2847
|
-
"shape": "
|
|
2818
|
+
"shape": "S9r"
|
|
2848
2819
|
}
|
|
2849
2820
|
},
|
|
2850
2821
|
"wrapper": true
|
|
@@ -2896,7 +2867,7 @@
|
|
|
2896
2867
|
"type": "structure",
|
|
2897
2868
|
"members": {
|
|
2898
2869
|
"DBCluster": {
|
|
2899
|
-
"shape": "
|
|
2870
|
+
"shape": "S2g"
|
|
2900
2871
|
}
|
|
2901
2872
|
}
|
|
2902
2873
|
}
|
|
@@ -2918,7 +2889,7 @@
|
|
|
2918
2889
|
"type": "structure",
|
|
2919
2890
|
"members": {
|
|
2920
2891
|
"GlobalCluster": {
|
|
2921
|
-
"shape": "
|
|
2892
|
+
"shape": "S4o"
|
|
2922
2893
|
}
|
|
2923
2894
|
}
|
|
2924
2895
|
}
|
|
@@ -2942,7 +2913,7 @@
|
|
|
2942
2913
|
}
|
|
2943
2914
|
},
|
|
2944
2915
|
"output": {
|
|
2945
|
-
"shape": "
|
|
2916
|
+
"shape": "S5p",
|
|
2946
2917
|
"resultWrapper": "ImportInstallationMediaResult"
|
|
2947
2918
|
}
|
|
2948
2919
|
},
|
|
@@ -2955,7 +2926,7 @@
|
|
|
2955
2926
|
"members": {
|
|
2956
2927
|
"ResourceName": {},
|
|
2957
2928
|
"Filters": {
|
|
2958
|
-
"shape": "
|
|
2929
|
+
"shape": "S60"
|
|
2959
2930
|
}
|
|
2960
2931
|
}
|
|
2961
2932
|
},
|
|
@@ -2984,7 +2955,7 @@
|
|
|
2984
2955
|
"type": "structure",
|
|
2985
2956
|
"members": {
|
|
2986
2957
|
"Certificate": {
|
|
2987
|
-
"shape": "
|
|
2958
|
+
"shape": "S65"
|
|
2988
2959
|
}
|
|
2989
2960
|
}
|
|
2990
2961
|
}
|
|
@@ -3024,6 +2995,25 @@
|
|
|
3024
2995
|
}
|
|
3025
2996
|
}
|
|
3026
2997
|
},
|
|
2998
|
+
"ModifyCustomDBEngineVersion": {
|
|
2999
|
+
"input": {
|
|
3000
|
+
"type": "structure",
|
|
3001
|
+
"required": [
|
|
3002
|
+
"Engine",
|
|
3003
|
+
"EngineVersion"
|
|
3004
|
+
],
|
|
3005
|
+
"members": {
|
|
3006
|
+
"Engine": {},
|
|
3007
|
+
"EngineVersion": {},
|
|
3008
|
+
"Description": {},
|
|
3009
|
+
"Status": {}
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
"output": {
|
|
3013
|
+
"shape": "S21",
|
|
3014
|
+
"resultWrapper": "ModifyCustomDBEngineVersionResult"
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3027
3017
|
"ModifyDBCluster": {
|
|
3028
3018
|
"input": {
|
|
3029
3019
|
"type": "structure",
|
|
@@ -3041,7 +3031,7 @@
|
|
|
3041
3031
|
},
|
|
3042
3032
|
"DBClusterParameterGroupName": {},
|
|
3043
3033
|
"VpcSecurityGroupIds": {
|
|
3044
|
-
"shape": "
|
|
3034
|
+
"shape": "S2c"
|
|
3045
3035
|
},
|
|
3046
3036
|
"Port": {
|
|
3047
3037
|
"type": "integer"
|
|
@@ -3057,7 +3047,7 @@
|
|
|
3057
3047
|
"type": "long"
|
|
3058
3048
|
},
|
|
3059
3049
|
"CloudwatchLogsExportConfiguration": {
|
|
3060
|
-
"shape": "
|
|
3050
|
+
"shape": "Sb3"
|
|
3061
3051
|
},
|
|
3062
3052
|
"EngineVersion": {},
|
|
3063
3053
|
"AllowMajorVersionUpgrade": {
|
|
@@ -3067,7 +3057,7 @@
|
|
|
3067
3057
|
"Domain": {},
|
|
3068
3058
|
"DomainIAMRoleName": {},
|
|
3069
3059
|
"ScalingConfiguration": {
|
|
3070
|
-
"shape": "
|
|
3060
|
+
"shape": "S2e"
|
|
3071
3061
|
},
|
|
3072
3062
|
"DeletionProtection": {
|
|
3073
3063
|
"type": "boolean"
|
|
@@ -3088,7 +3078,7 @@
|
|
|
3088
3078
|
"type": "structure",
|
|
3089
3079
|
"members": {
|
|
3090
3080
|
"DBCluster": {
|
|
3091
|
-
"shape": "
|
|
3081
|
+
"shape": "S2g"
|
|
3092
3082
|
}
|
|
3093
3083
|
}
|
|
3094
3084
|
}
|
|
@@ -3111,7 +3101,7 @@
|
|
|
3111
3101
|
}
|
|
3112
3102
|
},
|
|
3113
3103
|
"output": {
|
|
3114
|
-
"shape": "
|
|
3104
|
+
"shape": "S2x",
|
|
3115
3105
|
"resultWrapper": "ModifyDBClusterEndpointResult"
|
|
3116
3106
|
}
|
|
3117
3107
|
},
|
|
@@ -3125,12 +3115,12 @@
|
|
|
3125
3115
|
"members": {
|
|
3126
3116
|
"DBClusterParameterGroupName": {},
|
|
3127
3117
|
"Parameters": {
|
|
3128
|
-
"shape": "
|
|
3118
|
+
"shape": "S6k"
|
|
3129
3119
|
}
|
|
3130
3120
|
}
|
|
3131
3121
|
},
|
|
3132
3122
|
"output": {
|
|
3133
|
-
"shape": "
|
|
3123
|
+
"shape": "Sb7",
|
|
3134
3124
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
3135
3125
|
}
|
|
3136
3126
|
},
|
|
@@ -3145,10 +3135,10 @@
|
|
|
3145
3135
|
"DBClusterSnapshotIdentifier": {},
|
|
3146
3136
|
"AttributeName": {},
|
|
3147
3137
|
"ValuesToAdd": {
|
|
3148
|
-
"shape": "
|
|
3138
|
+
"shape": "S6s"
|
|
3149
3139
|
},
|
|
3150
3140
|
"ValuesToRemove": {
|
|
3151
|
-
"shape": "
|
|
3141
|
+
"shape": "S6s"
|
|
3152
3142
|
}
|
|
3153
3143
|
}
|
|
3154
3144
|
},
|
|
@@ -3157,7 +3147,7 @@
|
|
|
3157
3147
|
"type": "structure",
|
|
3158
3148
|
"members": {
|
|
3159
3149
|
"DBClusterSnapshotAttributesResult": {
|
|
3160
|
-
"shape": "
|
|
3150
|
+
"shape": "S6p"
|
|
3161
3151
|
}
|
|
3162
3152
|
}
|
|
3163
3153
|
}
|
|
@@ -3176,10 +3166,10 @@
|
|
|
3176
3166
|
"DBInstanceClass": {},
|
|
3177
3167
|
"DBSubnetGroupName": {},
|
|
3178
3168
|
"DBSecurityGroups": {
|
|
3179
|
-
"shape": "
|
|
3169
|
+
"shape": "S33"
|
|
3180
3170
|
},
|
|
3181
3171
|
"VpcSecurityGroupIds": {
|
|
3182
|
-
"shape": "
|
|
3172
|
+
"shape": "S2c"
|
|
3183
3173
|
},
|
|
3184
3174
|
"ApplyImmediately": {
|
|
3185
3175
|
"type": "boolean"
|
|
@@ -3240,7 +3230,7 @@
|
|
|
3240
3230
|
"type": "integer"
|
|
3241
3231
|
},
|
|
3242
3232
|
"CloudwatchLogsExportConfiguration": {
|
|
3243
|
-
"shape": "
|
|
3233
|
+
"shape": "Sb3"
|
|
3244
3234
|
},
|
|
3245
3235
|
"ProcessorFeatures": {
|
|
3246
3236
|
"shape": "S1b"
|
|
@@ -3261,7 +3251,11 @@
|
|
|
3261
3251
|
"EnableCustomerOwnedIp": {
|
|
3262
3252
|
"type": "boolean"
|
|
3263
3253
|
},
|
|
3264
|
-
"AwsBackupRecoveryPointArn": {}
|
|
3254
|
+
"AwsBackupRecoveryPointArn": {},
|
|
3255
|
+
"AutomationMode": {},
|
|
3256
|
+
"ResumeFullAutomationModeMinutes": {
|
|
3257
|
+
"type": "integer"
|
|
3258
|
+
}
|
|
3265
3259
|
}
|
|
3266
3260
|
},
|
|
3267
3261
|
"output": {
|
|
@@ -3269,7 +3263,7 @@
|
|
|
3269
3263
|
"type": "structure",
|
|
3270
3264
|
"members": {
|
|
3271
3265
|
"DBInstance": {
|
|
3272
|
-
"shape": "
|
|
3266
|
+
"shape": "S35"
|
|
3273
3267
|
}
|
|
3274
3268
|
}
|
|
3275
3269
|
}
|
|
@@ -3284,12 +3278,12 @@
|
|
|
3284
3278
|
"members": {
|
|
3285
3279
|
"DBParameterGroupName": {},
|
|
3286
3280
|
"Parameters": {
|
|
3287
|
-
"shape": "
|
|
3281
|
+
"shape": "S6k"
|
|
3288
3282
|
}
|
|
3289
3283
|
}
|
|
3290
3284
|
},
|
|
3291
3285
|
"output": {
|
|
3292
|
-
"shape": "
|
|
3286
|
+
"shape": "Sbe",
|
|
3293
3287
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
|
3294
3288
|
}
|
|
3295
3289
|
},
|
|
@@ -3303,7 +3297,7 @@
|
|
|
3303
3297
|
"DBProxyName": {},
|
|
3304
3298
|
"NewDBProxyName": {},
|
|
3305
3299
|
"Auth": {
|
|
3306
|
-
"shape": "
|
|
3300
|
+
"shape": "S3x"
|
|
3307
3301
|
},
|
|
3308
3302
|
"RequireTLS": {
|
|
3309
3303
|
"type": "boolean"
|
|
@@ -3325,7 +3319,7 @@
|
|
|
3325
3319
|
"type": "structure",
|
|
3326
3320
|
"members": {
|
|
3327
3321
|
"DBProxy": {
|
|
3328
|
-
"shape": "
|
|
3322
|
+
"shape": "S42"
|
|
3329
3323
|
}
|
|
3330
3324
|
}
|
|
3331
3325
|
}
|
|
@@ -3349,7 +3343,7 @@
|
|
|
3349
3343
|
"type": "structure",
|
|
3350
3344
|
"members": {
|
|
3351
3345
|
"DBProxyEndpoint": {
|
|
3352
|
-
"shape": "
|
|
3346
|
+
"shape": "S4b"
|
|
3353
3347
|
}
|
|
3354
3348
|
}
|
|
3355
3349
|
}
|
|
@@ -3390,7 +3384,7 @@
|
|
|
3390
3384
|
"type": "structure",
|
|
3391
3385
|
"members": {
|
|
3392
3386
|
"DBProxyTargetGroup": {
|
|
3393
|
-
"shape": "
|
|
3387
|
+
"shape": "S7r"
|
|
3394
3388
|
}
|
|
3395
3389
|
}
|
|
3396
3390
|
}
|
|
@@ -3428,10 +3422,10 @@
|
|
|
3428
3422
|
"DBSnapshotIdentifier": {},
|
|
3429
3423
|
"AttributeName": {},
|
|
3430
3424
|
"ValuesToAdd": {
|
|
3431
|
-
"shape": "
|
|
3425
|
+
"shape": "S6s"
|
|
3432
3426
|
},
|
|
3433
3427
|
"ValuesToRemove": {
|
|
3434
|
-
"shape": "
|
|
3428
|
+
"shape": "S6s"
|
|
3435
3429
|
}
|
|
3436
3430
|
}
|
|
3437
3431
|
},
|
|
@@ -3440,7 +3434,7 @@
|
|
|
3440
3434
|
"type": "structure",
|
|
3441
3435
|
"members": {
|
|
3442
3436
|
"DBSnapshotAttributesResult": {
|
|
3443
|
-
"shape": "
|
|
3437
|
+
"shape": "S87"
|
|
3444
3438
|
}
|
|
3445
3439
|
}
|
|
3446
3440
|
}
|
|
@@ -3456,7 +3450,7 @@
|
|
|
3456
3450
|
"DBSubnetGroupName": {},
|
|
3457
3451
|
"DBSubnetGroupDescription": {},
|
|
3458
3452
|
"SubnetIds": {
|
|
3459
|
-
"shape": "
|
|
3453
|
+
"shape": "S4i"
|
|
3460
3454
|
}
|
|
3461
3455
|
}
|
|
3462
3456
|
},
|
|
@@ -3465,7 +3459,7 @@
|
|
|
3465
3459
|
"type": "structure",
|
|
3466
3460
|
"members": {
|
|
3467
3461
|
"DBSubnetGroup": {
|
|
3468
|
-
"shape": "
|
|
3462
|
+
"shape": "S39"
|
|
3469
3463
|
}
|
|
3470
3464
|
}
|
|
3471
3465
|
}
|
|
@@ -3518,7 +3512,7 @@
|
|
|
3518
3512
|
"type": "structure",
|
|
3519
3513
|
"members": {
|
|
3520
3514
|
"GlobalCluster": {
|
|
3521
|
-
"shape": "
|
|
3515
|
+
"shape": "S4o"
|
|
3522
3516
|
}
|
|
3523
3517
|
}
|
|
3524
3518
|
}
|
|
@@ -3546,10 +3540,10 @@
|
|
|
3546
3540
|
},
|
|
3547
3541
|
"OptionVersion": {},
|
|
3548
3542
|
"DBSecurityGroupMemberships": {
|
|
3549
|
-
"shape": "
|
|
3543
|
+
"shape": "S33"
|
|
3550
3544
|
},
|
|
3551
3545
|
"VpcSecurityGroupMemberships": {
|
|
3552
|
-
"shape": "
|
|
3546
|
+
"shape": "S2c"
|
|
3553
3547
|
},
|
|
3554
3548
|
"OptionSettings": {
|
|
3555
3549
|
"type": "list",
|
|
@@ -3599,7 +3593,7 @@
|
|
|
3599
3593
|
"type": "structure",
|
|
3600
3594
|
"members": {
|
|
3601
3595
|
"DBInstance": {
|
|
3602
|
-
"shape": "
|
|
3596
|
+
"shape": "S35"
|
|
3603
3597
|
}
|
|
3604
3598
|
}
|
|
3605
3599
|
}
|
|
@@ -3619,7 +3613,7 @@
|
|
|
3619
3613
|
"type": "structure",
|
|
3620
3614
|
"members": {
|
|
3621
3615
|
"DBCluster": {
|
|
3622
|
-
"shape": "
|
|
3616
|
+
"shape": "S2g"
|
|
3623
3617
|
}
|
|
3624
3618
|
}
|
|
3625
3619
|
}
|
|
@@ -3646,7 +3640,7 @@
|
|
|
3646
3640
|
"type": "structure",
|
|
3647
3641
|
"members": {
|
|
3648
3642
|
"ReservedDBInstance": {
|
|
3649
|
-
"shape": "
|
|
3643
|
+
"shape": "Sa0"
|
|
3650
3644
|
}
|
|
3651
3645
|
}
|
|
3652
3646
|
}
|
|
@@ -3669,7 +3663,7 @@
|
|
|
3669
3663
|
"type": "structure",
|
|
3670
3664
|
"members": {
|
|
3671
3665
|
"DBInstance": {
|
|
3672
|
-
"shape": "
|
|
3666
|
+
"shape": "S35"
|
|
3673
3667
|
}
|
|
3674
3668
|
}
|
|
3675
3669
|
}
|
|
@@ -3696,7 +3690,7 @@
|
|
|
3696
3690
|
"type": "structure",
|
|
3697
3691
|
"members": {
|
|
3698
3692
|
"DBProxyTargets": {
|
|
3699
|
-
"shape": "
|
|
3693
|
+
"shape": "S7v"
|
|
3700
3694
|
}
|
|
3701
3695
|
}
|
|
3702
3696
|
}
|
|
@@ -3714,7 +3708,7 @@
|
|
|
3714
3708
|
"type": "structure",
|
|
3715
3709
|
"members": {
|
|
3716
3710
|
"GlobalCluster": {
|
|
3717
|
-
"shape": "
|
|
3711
|
+
"shape": "S4o"
|
|
3718
3712
|
}
|
|
3719
3713
|
}
|
|
3720
3714
|
}
|
|
@@ -3798,12 +3792,12 @@
|
|
|
3798
3792
|
"type": "boolean"
|
|
3799
3793
|
},
|
|
3800
3794
|
"Parameters": {
|
|
3801
|
-
"shape": "
|
|
3795
|
+
"shape": "S6k"
|
|
3802
3796
|
}
|
|
3803
3797
|
}
|
|
3804
3798
|
},
|
|
3805
3799
|
"output": {
|
|
3806
|
-
"shape": "
|
|
3800
|
+
"shape": "Sb7",
|
|
3807
3801
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
3808
3802
|
}
|
|
3809
3803
|
},
|
|
@@ -3819,12 +3813,12 @@
|
|
|
3819
3813
|
"type": "boolean"
|
|
3820
3814
|
},
|
|
3821
3815
|
"Parameters": {
|
|
3822
|
-
"shape": "
|
|
3816
|
+
"shape": "S6k"
|
|
3823
3817
|
}
|
|
3824
3818
|
}
|
|
3825
3819
|
},
|
|
3826
3820
|
"output": {
|
|
3827
|
-
"shape": "
|
|
3821
|
+
"shape": "Sbe",
|
|
3828
3822
|
"resultWrapper": "ResetDBParameterGroupResult"
|
|
3829
3823
|
}
|
|
3830
3824
|
},
|
|
@@ -3853,7 +3847,7 @@
|
|
|
3853
3847
|
"DBClusterIdentifier": {},
|
|
3854
3848
|
"DBClusterParameterGroupName": {},
|
|
3855
3849
|
"VpcSecurityGroupIds": {
|
|
3856
|
-
"shape": "
|
|
3850
|
+
"shape": "S2c"
|
|
3857
3851
|
},
|
|
3858
3852
|
"DBSubnetGroupName": {},
|
|
3859
3853
|
"Engine": {},
|
|
@@ -3885,7 +3879,7 @@
|
|
|
3885
3879
|
"type": "long"
|
|
3886
3880
|
},
|
|
3887
3881
|
"EnableCloudwatchLogsExports": {
|
|
3888
|
-
"shape": "
|
|
3882
|
+
"shape": "S29"
|
|
3889
3883
|
},
|
|
3890
3884
|
"DeletionProtection": {
|
|
3891
3885
|
"type": "boolean"
|
|
@@ -3902,7 +3896,7 @@
|
|
|
3902
3896
|
"type": "structure",
|
|
3903
3897
|
"members": {
|
|
3904
3898
|
"DBCluster": {
|
|
3905
|
-
"shape": "
|
|
3899
|
+
"shape": "S2g"
|
|
3906
3900
|
}
|
|
3907
3901
|
}
|
|
3908
3902
|
}
|
|
@@ -3930,7 +3924,7 @@
|
|
|
3930
3924
|
"DatabaseName": {},
|
|
3931
3925
|
"OptionGroupName": {},
|
|
3932
3926
|
"VpcSecurityGroupIds": {
|
|
3933
|
-
"shape": "
|
|
3927
|
+
"shape": "S2c"
|
|
3934
3928
|
},
|
|
3935
3929
|
"Tags": {
|
|
3936
3930
|
"shape": "Sb"
|
|
@@ -3943,11 +3937,11 @@
|
|
|
3943
3937
|
"type": "long"
|
|
3944
3938
|
},
|
|
3945
3939
|
"EnableCloudwatchLogsExports": {
|
|
3946
|
-
"shape": "
|
|
3940
|
+
"shape": "S29"
|
|
3947
3941
|
},
|
|
3948
3942
|
"EngineMode": {},
|
|
3949
3943
|
"ScalingConfiguration": {
|
|
3950
|
-
"shape": "
|
|
3944
|
+
"shape": "S2e"
|
|
3951
3945
|
},
|
|
3952
3946
|
"DBClusterParameterGroupName": {},
|
|
3953
3947
|
"DeletionProtection": {
|
|
@@ -3965,7 +3959,7 @@
|
|
|
3965
3959
|
"type": "structure",
|
|
3966
3960
|
"members": {
|
|
3967
3961
|
"DBCluster": {
|
|
3968
|
-
"shape": "
|
|
3962
|
+
"shape": "S2g"
|
|
3969
3963
|
}
|
|
3970
3964
|
}
|
|
3971
3965
|
}
|
|
@@ -3993,7 +3987,7 @@
|
|
|
3993
3987
|
"DBSubnetGroupName": {},
|
|
3994
3988
|
"OptionGroupName": {},
|
|
3995
3989
|
"VpcSecurityGroupIds": {
|
|
3996
|
-
"shape": "
|
|
3990
|
+
"shape": "S2c"
|
|
3997
3991
|
},
|
|
3998
3992
|
"Tags": {
|
|
3999
3993
|
"shape": "Sb"
|
|
@@ -4006,7 +4000,7 @@
|
|
|
4006
4000
|
"type": "long"
|
|
4007
4001
|
},
|
|
4008
4002
|
"EnableCloudwatchLogsExports": {
|
|
4009
|
-
"shape": "
|
|
4003
|
+
"shape": "S29"
|
|
4010
4004
|
},
|
|
4011
4005
|
"DBClusterParameterGroupName": {},
|
|
4012
4006
|
"DeletionProtection": {
|
|
@@ -4018,7 +4012,7 @@
|
|
|
4018
4012
|
"Domain": {},
|
|
4019
4013
|
"DomainIAMRoleName": {},
|
|
4020
4014
|
"ScalingConfiguration": {
|
|
4021
|
-
"shape": "
|
|
4015
|
+
"shape": "S2e"
|
|
4022
4016
|
},
|
|
4023
4017
|
"EngineMode": {}
|
|
4024
4018
|
}
|
|
@@ -4028,7 +4022,7 @@
|
|
|
4028
4022
|
"type": "structure",
|
|
4029
4023
|
"members": {
|
|
4030
4024
|
"DBCluster": {
|
|
4031
|
-
"shape": "
|
|
4025
|
+
"shape": "S2g"
|
|
4032
4026
|
}
|
|
4033
4027
|
}
|
|
4034
4028
|
}
|
|
@@ -4072,7 +4066,7 @@
|
|
|
4072
4066
|
"TdeCredentialArn": {},
|
|
4073
4067
|
"TdeCredentialPassword": {},
|
|
4074
4068
|
"VpcSecurityGroupIds": {
|
|
4075
|
-
"shape": "
|
|
4069
|
+
"shape": "S2c"
|
|
4076
4070
|
},
|
|
4077
4071
|
"Domain": {},
|
|
4078
4072
|
"CopyTagsToSnapshot": {
|
|
@@ -4083,7 +4077,7 @@
|
|
|
4083
4077
|
"type": "boolean"
|
|
4084
4078
|
},
|
|
4085
4079
|
"EnableCloudwatchLogsExports": {
|
|
4086
|
-
"shape": "
|
|
4080
|
+
"shape": "S29"
|
|
4087
4081
|
},
|
|
4088
4082
|
"ProcessorFeatures": {
|
|
4089
4083
|
"shape": "S1b"
|
|
@@ -4097,7 +4091,8 @@
|
|
|
4097
4091
|
},
|
|
4098
4092
|
"EnableCustomerOwnedIp": {
|
|
4099
4093
|
"type": "boolean"
|
|
4100
|
-
}
|
|
4094
|
+
},
|
|
4095
|
+
"CustomIamInstanceProfile": {}
|
|
4101
4096
|
}
|
|
4102
4097
|
},
|
|
4103
4098
|
"output": {
|
|
@@ -4105,7 +4100,7 @@
|
|
|
4105
4100
|
"type": "structure",
|
|
4106
4101
|
"members": {
|
|
4107
4102
|
"DBInstance": {
|
|
4108
|
-
"shape": "
|
|
4103
|
+
"shape": "S35"
|
|
4109
4104
|
}
|
|
4110
4105
|
}
|
|
4111
4106
|
}
|
|
@@ -4133,10 +4128,10 @@
|
|
|
4133
4128
|
"MasterUsername": {},
|
|
4134
4129
|
"MasterUserPassword": {},
|
|
4135
4130
|
"DBSecurityGroups": {
|
|
4136
|
-
"shape": "
|
|
4131
|
+
"shape": "S33"
|
|
4137
4132
|
},
|
|
4138
4133
|
"VpcSecurityGroupIds": {
|
|
4139
|
-
"shape": "
|
|
4134
|
+
"shape": "S2c"
|
|
4140
4135
|
},
|
|
4141
4136
|
"AvailabilityZone": {},
|
|
4142
4137
|
"DBSubnetGroupName": {},
|
|
@@ -4195,7 +4190,7 @@
|
|
|
4195
4190
|
"type": "integer"
|
|
4196
4191
|
},
|
|
4197
4192
|
"EnableCloudwatchLogsExports": {
|
|
4198
|
-
"shape": "
|
|
4193
|
+
"shape": "S29"
|
|
4199
4194
|
},
|
|
4200
4195
|
"ProcessorFeatures": {
|
|
4201
4196
|
"shape": "S1b"
|
|
@@ -4216,7 +4211,7 @@
|
|
|
4216
4211
|
"type": "structure",
|
|
4217
4212
|
"members": {
|
|
4218
4213
|
"DBInstance": {
|
|
4219
|
-
"shape": "
|
|
4214
|
+
"shape": "S35"
|
|
4220
4215
|
}
|
|
4221
4216
|
}
|
|
4222
4217
|
}
|
|
@@ -4268,7 +4263,7 @@
|
|
|
4268
4263
|
"TdeCredentialArn": {},
|
|
4269
4264
|
"TdeCredentialPassword": {},
|
|
4270
4265
|
"VpcSecurityGroupIds": {
|
|
4271
|
-
"shape": "
|
|
4266
|
+
"shape": "S2c"
|
|
4272
4267
|
},
|
|
4273
4268
|
"Domain": {},
|
|
4274
4269
|
"DomainIAMRoleName": {},
|
|
@@ -4276,7 +4271,7 @@
|
|
|
4276
4271
|
"type": "boolean"
|
|
4277
4272
|
},
|
|
4278
4273
|
"EnableCloudwatchLogsExports": {
|
|
4279
|
-
"shape": "
|
|
4274
|
+
"shape": "S29"
|
|
4280
4275
|
},
|
|
4281
4276
|
"ProcessorFeatures": {
|
|
4282
4277
|
"shape": "S1b"
|
|
@@ -4295,7 +4290,8 @@
|
|
|
4295
4290
|
"SourceDBInstanceAutomatedBackupsArn": {},
|
|
4296
4291
|
"EnableCustomerOwnedIp": {
|
|
4297
4292
|
"type": "boolean"
|
|
4298
|
-
}
|
|
4293
|
+
},
|
|
4294
|
+
"CustomIamInstanceProfile": {}
|
|
4299
4295
|
}
|
|
4300
4296
|
},
|
|
4301
4297
|
"output": {
|
|
@@ -4303,7 +4299,7 @@
|
|
|
4303
4299
|
"type": "structure",
|
|
4304
4300
|
"members": {
|
|
4305
4301
|
"DBInstance": {
|
|
4306
|
-
"shape": "
|
|
4302
|
+
"shape": "S35"
|
|
4307
4303
|
}
|
|
4308
4304
|
}
|
|
4309
4305
|
}
|
|
@@ -4384,7 +4380,7 @@
|
|
|
4384
4380
|
"type": "structure",
|
|
4385
4381
|
"members": {
|
|
4386
4382
|
"DBCluster": {
|
|
4387
|
-
"shape": "
|
|
4383
|
+
"shape": "S2g"
|
|
4388
4384
|
}
|
|
4389
4385
|
}
|
|
4390
4386
|
}
|
|
@@ -4404,7 +4400,7 @@
|
|
|
4404
4400
|
"type": "structure",
|
|
4405
4401
|
"members": {
|
|
4406
4402
|
"DBInstance": {
|
|
4407
|
-
"shape": "
|
|
4403
|
+
"shape": "S35"
|
|
4408
4404
|
}
|
|
4409
4405
|
}
|
|
4410
4406
|
}
|
|
@@ -4429,7 +4425,7 @@
|
|
|
4429
4425
|
"type": "structure",
|
|
4430
4426
|
"members": {
|
|
4431
4427
|
"DBInstanceAutomatedBackup": {
|
|
4432
|
-
"shape": "
|
|
4428
|
+
"shape": "S59"
|
|
4433
4429
|
}
|
|
4434
4430
|
}
|
|
4435
4431
|
}
|
|
@@ -4499,7 +4495,7 @@
|
|
|
4499
4495
|
"type": "structure",
|
|
4500
4496
|
"members": {
|
|
4501
4497
|
"DBCluster": {
|
|
4502
|
-
"shape": "
|
|
4498
|
+
"shape": "S2g"
|
|
4503
4499
|
}
|
|
4504
4500
|
}
|
|
4505
4501
|
}
|
|
@@ -4520,7 +4516,7 @@
|
|
|
4520
4516
|
"type": "structure",
|
|
4521
4517
|
"members": {
|
|
4522
4518
|
"DBInstance": {
|
|
4523
|
-
"shape": "
|
|
4519
|
+
"shape": "S35"
|
|
4524
4520
|
}
|
|
4525
4521
|
}
|
|
4526
4522
|
}
|
|
@@ -4540,7 +4536,7 @@
|
|
|
4540
4536
|
"type": "structure",
|
|
4541
4537
|
"members": {
|
|
4542
4538
|
"DBInstanceAutomatedBackup": {
|
|
4543
|
-
"shape": "
|
|
4539
|
+
"shape": "S59"
|
|
4544
4540
|
}
|
|
4545
4541
|
}
|
|
4546
4542
|
}
|
|
@@ -4961,17 +4957,125 @@
|
|
|
4961
4957
|
},
|
|
4962
4958
|
"wrapper": true
|
|
4963
4959
|
},
|
|
4964
|
-
"
|
|
4960
|
+
"S21": {
|
|
4961
|
+
"type": "structure",
|
|
4962
|
+
"members": {
|
|
4963
|
+
"Engine": {},
|
|
4964
|
+
"EngineVersion": {},
|
|
4965
|
+
"DBParameterGroupFamily": {},
|
|
4966
|
+
"DBEngineDescription": {},
|
|
4967
|
+
"DBEngineVersionDescription": {},
|
|
4968
|
+
"DefaultCharacterSet": {
|
|
4969
|
+
"shape": "S22"
|
|
4970
|
+
},
|
|
4971
|
+
"SupportedCharacterSets": {
|
|
4972
|
+
"shape": "S23"
|
|
4973
|
+
},
|
|
4974
|
+
"SupportedNcharCharacterSets": {
|
|
4975
|
+
"shape": "S23"
|
|
4976
|
+
},
|
|
4977
|
+
"ValidUpgradeTarget": {
|
|
4978
|
+
"type": "list",
|
|
4979
|
+
"member": {
|
|
4980
|
+
"locationName": "UpgradeTarget",
|
|
4981
|
+
"type": "structure",
|
|
4982
|
+
"members": {
|
|
4983
|
+
"Engine": {},
|
|
4984
|
+
"EngineVersion": {},
|
|
4985
|
+
"Description": {},
|
|
4986
|
+
"AutoUpgrade": {
|
|
4987
|
+
"type": "boolean"
|
|
4988
|
+
},
|
|
4989
|
+
"IsMajorVersionUpgrade": {
|
|
4990
|
+
"type": "boolean"
|
|
4991
|
+
},
|
|
4992
|
+
"SupportedEngineModes": {
|
|
4993
|
+
"shape": "S26"
|
|
4994
|
+
},
|
|
4995
|
+
"SupportsParallelQuery": {
|
|
4996
|
+
"type": "boolean"
|
|
4997
|
+
},
|
|
4998
|
+
"SupportsGlobalDatabases": {
|
|
4999
|
+
"type": "boolean"
|
|
5000
|
+
}
|
|
5001
|
+
}
|
|
5002
|
+
}
|
|
5003
|
+
},
|
|
5004
|
+
"SupportedTimezones": {
|
|
5005
|
+
"type": "list",
|
|
5006
|
+
"member": {
|
|
5007
|
+
"locationName": "Timezone",
|
|
5008
|
+
"type": "structure",
|
|
5009
|
+
"members": {
|
|
5010
|
+
"TimezoneName": {}
|
|
5011
|
+
}
|
|
5012
|
+
}
|
|
5013
|
+
},
|
|
5014
|
+
"ExportableLogTypes": {
|
|
5015
|
+
"shape": "S29"
|
|
5016
|
+
},
|
|
5017
|
+
"SupportsLogExportsToCloudwatchLogs": {
|
|
5018
|
+
"type": "boolean"
|
|
5019
|
+
},
|
|
5020
|
+
"SupportsReadReplica": {
|
|
5021
|
+
"type": "boolean"
|
|
5022
|
+
},
|
|
5023
|
+
"SupportedEngineModes": {
|
|
5024
|
+
"shape": "S26"
|
|
5025
|
+
},
|
|
5026
|
+
"SupportedFeatureNames": {
|
|
5027
|
+
"type": "list",
|
|
5028
|
+
"member": {}
|
|
5029
|
+
},
|
|
5030
|
+
"Status": {},
|
|
5031
|
+
"SupportsParallelQuery": {
|
|
5032
|
+
"type": "boolean"
|
|
5033
|
+
},
|
|
5034
|
+
"SupportsGlobalDatabases": {
|
|
5035
|
+
"type": "boolean"
|
|
5036
|
+
},
|
|
5037
|
+
"MajorEngineVersion": {},
|
|
5038
|
+
"DatabaseInstallationFilesS3BucketName": {},
|
|
5039
|
+
"DatabaseInstallationFilesS3Prefix": {},
|
|
5040
|
+
"DBEngineVersionArn": {},
|
|
5041
|
+
"KMSKeyId": {},
|
|
5042
|
+
"CreateTime": {
|
|
5043
|
+
"type": "timestamp"
|
|
5044
|
+
},
|
|
5045
|
+
"TagList": {
|
|
5046
|
+
"shape": "Sb"
|
|
5047
|
+
}
|
|
5048
|
+
}
|
|
5049
|
+
},
|
|
5050
|
+
"S22": {
|
|
5051
|
+
"type": "structure",
|
|
5052
|
+
"members": {
|
|
5053
|
+
"CharacterSetName": {},
|
|
5054
|
+
"CharacterSetDescription": {}
|
|
5055
|
+
}
|
|
5056
|
+
},
|
|
5057
|
+
"S23": {
|
|
4965
5058
|
"type": "list",
|
|
4966
5059
|
"member": {
|
|
4967
|
-
"
|
|
5060
|
+
"shape": "S22",
|
|
5061
|
+
"locationName": "CharacterSet"
|
|
4968
5062
|
}
|
|
4969
5063
|
},
|
|
4970
|
-
"
|
|
5064
|
+
"S26": {
|
|
5065
|
+
"type": "list",
|
|
5066
|
+
"member": {}
|
|
5067
|
+
},
|
|
5068
|
+
"S29": {
|
|
4971
5069
|
"type": "list",
|
|
4972
5070
|
"member": {}
|
|
4973
5071
|
},
|
|
4974
|
-
"
|
|
5072
|
+
"S2c": {
|
|
5073
|
+
"type": "list",
|
|
5074
|
+
"member": {
|
|
5075
|
+
"locationName": "VpcSecurityGroupId"
|
|
5076
|
+
}
|
|
5077
|
+
},
|
|
5078
|
+
"S2e": {
|
|
4975
5079
|
"type": "structure",
|
|
4976
5080
|
"members": {
|
|
4977
5081
|
"MinCapacity": {
|
|
@@ -4992,7 +5096,7 @@
|
|
|
4992
5096
|
}
|
|
4993
5097
|
}
|
|
4994
5098
|
},
|
|
4995
|
-
"
|
|
5099
|
+
"S2g": {
|
|
4996
5100
|
"type": "structure",
|
|
4997
5101
|
"members": {
|
|
4998
5102
|
"AllocatedStorage": {
|
|
@@ -5111,7 +5215,7 @@
|
|
|
5111
5215
|
"type": "long"
|
|
5112
5216
|
},
|
|
5113
5217
|
"EnabledCloudwatchLogsExports": {
|
|
5114
|
-
"shape": "
|
|
5218
|
+
"shape": "S29"
|
|
5115
5219
|
},
|
|
5116
5220
|
"Capacity": {
|
|
5117
5221
|
"type": "integer"
|
|
@@ -5155,7 +5259,7 @@
|
|
|
5155
5259
|
"type": "boolean"
|
|
5156
5260
|
},
|
|
5157
5261
|
"DomainMemberships": {
|
|
5158
|
-
"shape": "
|
|
5262
|
+
"shape": "S2r"
|
|
5159
5263
|
},
|
|
5160
5264
|
"TagList": {
|
|
5161
5265
|
"shape": "Sb"
|
|
@@ -5168,7 +5272,7 @@
|
|
|
5168
5272
|
"type": "structure",
|
|
5169
5273
|
"members": {
|
|
5170
5274
|
"PendingCloudwatchLogsExports": {
|
|
5171
|
-
"shape": "
|
|
5275
|
+
"shape": "S2v"
|
|
5172
5276
|
},
|
|
5173
5277
|
"DBClusterIdentifier": {},
|
|
5174
5278
|
"MasterUserPassword": {},
|
|
@@ -5181,7 +5285,7 @@
|
|
|
5181
5285
|
},
|
|
5182
5286
|
"wrapper": true
|
|
5183
5287
|
},
|
|
5184
|
-
"
|
|
5288
|
+
"S2r": {
|
|
5185
5289
|
"type": "list",
|
|
5186
5290
|
"member": {
|
|
5187
5291
|
"locationName": "DomainMembership",
|
|
@@ -5194,18 +5298,18 @@
|
|
|
5194
5298
|
}
|
|
5195
5299
|
}
|
|
5196
5300
|
},
|
|
5197
|
-
"
|
|
5301
|
+
"S2v": {
|
|
5198
5302
|
"type": "structure",
|
|
5199
5303
|
"members": {
|
|
5200
5304
|
"LogTypesToEnable": {
|
|
5201
|
-
"shape": "
|
|
5305
|
+
"shape": "S29"
|
|
5202
5306
|
},
|
|
5203
5307
|
"LogTypesToDisable": {
|
|
5204
|
-
"shape": "
|
|
5308
|
+
"shape": "S29"
|
|
5205
5309
|
}
|
|
5206
5310
|
}
|
|
5207
5311
|
},
|
|
5208
|
-
"
|
|
5312
|
+
"S2x": {
|
|
5209
5313
|
"type": "structure",
|
|
5210
5314
|
"members": {
|
|
5211
5315
|
"DBClusterEndpointIdentifier": {},
|
|
@@ -5224,13 +5328,13 @@
|
|
|
5224
5328
|
"DBClusterEndpointArn": {}
|
|
5225
5329
|
}
|
|
5226
5330
|
},
|
|
5227
|
-
"
|
|
5331
|
+
"S33": {
|
|
5228
5332
|
"type": "list",
|
|
5229
5333
|
"member": {
|
|
5230
5334
|
"locationName": "DBSecurityGroupName"
|
|
5231
5335
|
}
|
|
5232
5336
|
},
|
|
5233
|
-
"
|
|
5337
|
+
"S35": {
|
|
5234
5338
|
"type": "structure",
|
|
5235
5339
|
"members": {
|
|
5236
5340
|
"DBInstanceIdentifier": {},
|
|
@@ -5243,7 +5347,7 @@
|
|
|
5243
5347
|
"MasterUsername": {},
|
|
5244
5348
|
"DBName": {},
|
|
5245
5349
|
"Endpoint": {
|
|
5246
|
-
"shape": "
|
|
5350
|
+
"shape": "S36"
|
|
5247
5351
|
},
|
|
5248
5352
|
"AllocatedStorage": {
|
|
5249
5353
|
"type": "integer"
|
|
@@ -5274,7 +5378,7 @@
|
|
|
5274
5378
|
},
|
|
5275
5379
|
"AvailabilityZone": {},
|
|
5276
5380
|
"DBSubnetGroup": {
|
|
5277
|
-
"shape": "
|
|
5381
|
+
"shape": "S39"
|
|
5278
5382
|
},
|
|
5279
5383
|
"PreferredMaintenanceWindow": {},
|
|
5280
5384
|
"PendingModifiedValues": {
|
|
@@ -5304,13 +5408,17 @@
|
|
|
5304
5408
|
"CACertificateIdentifier": {},
|
|
5305
5409
|
"DBSubnetGroupName": {},
|
|
5306
5410
|
"PendingCloudwatchLogsExports": {
|
|
5307
|
-
"shape": "
|
|
5411
|
+
"shape": "S2v"
|
|
5308
5412
|
},
|
|
5309
5413
|
"ProcessorFeatures": {
|
|
5310
5414
|
"shape": "S1b"
|
|
5311
5415
|
},
|
|
5312
5416
|
"IAMDatabaseAuthenticationEnabled": {
|
|
5313
5417
|
"type": "boolean"
|
|
5418
|
+
},
|
|
5419
|
+
"AutomationMode": {},
|
|
5420
|
+
"ResumeFullAutomationModeTime": {
|
|
5421
|
+
"type": "timestamp"
|
|
5314
5422
|
}
|
|
5315
5423
|
}
|
|
5316
5424
|
},
|
|
@@ -5387,7 +5495,7 @@
|
|
|
5387
5495
|
"DbiResourceId": {},
|
|
5388
5496
|
"CACertificateIdentifier": {},
|
|
5389
5497
|
"DomainMemberships": {
|
|
5390
|
-
"shape": "
|
|
5498
|
+
"shape": "S2r"
|
|
5391
5499
|
},
|
|
5392
5500
|
"CopyTagsToSnapshot": {
|
|
5393
5501
|
"type": "boolean"
|
|
@@ -5413,7 +5521,7 @@
|
|
|
5413
5521
|
"type": "integer"
|
|
5414
5522
|
},
|
|
5415
5523
|
"EnabledCloudwatchLogsExports": {
|
|
5416
|
-
"shape": "
|
|
5524
|
+
"shape": "S29"
|
|
5417
5525
|
},
|
|
5418
5526
|
"ProcessorFeatures": {
|
|
5419
5527
|
"shape": "S1b"
|
|
@@ -5434,7 +5542,7 @@
|
|
|
5434
5542
|
}
|
|
5435
5543
|
},
|
|
5436
5544
|
"ListenerEndpoint": {
|
|
5437
|
-
"shape": "
|
|
5545
|
+
"shape": "S36"
|
|
5438
5546
|
},
|
|
5439
5547
|
"MaxAllocatedStorage": {
|
|
5440
5548
|
"type": "integer"
|
|
@@ -5443,7 +5551,7 @@
|
|
|
5443
5551
|
"shape": "Sb"
|
|
5444
5552
|
},
|
|
5445
5553
|
"DBInstanceAutomatedBackupsReplications": {
|
|
5446
|
-
"shape": "
|
|
5554
|
+
"shape": "S3p"
|
|
5447
5555
|
},
|
|
5448
5556
|
"CustomerOwnedIpEnabled": {
|
|
5449
5557
|
"type": "boolean"
|
|
@@ -5455,11 +5563,16 @@
|
|
|
5455
5563
|
"ActivityStreamMode": {},
|
|
5456
5564
|
"ActivityStreamEngineNativeAuditFieldsIncluded": {
|
|
5457
5565
|
"type": "boolean"
|
|
5458
|
-
}
|
|
5566
|
+
},
|
|
5567
|
+
"AutomationMode": {},
|
|
5568
|
+
"ResumeFullAutomationModeTime": {
|
|
5569
|
+
"type": "timestamp"
|
|
5570
|
+
},
|
|
5571
|
+
"CustomIamInstanceProfile": {}
|
|
5459
5572
|
},
|
|
5460
5573
|
"wrapper": true
|
|
5461
5574
|
},
|
|
5462
|
-
"
|
|
5575
|
+
"S36": {
|
|
5463
5576
|
"type": "structure",
|
|
5464
5577
|
"members": {
|
|
5465
5578
|
"Address": {},
|
|
@@ -5469,7 +5582,7 @@
|
|
|
5469
5582
|
"HostedZoneId": {}
|
|
5470
5583
|
}
|
|
5471
5584
|
},
|
|
5472
|
-
"
|
|
5585
|
+
"S39": {
|
|
5473
5586
|
"type": "structure",
|
|
5474
5587
|
"members": {
|
|
5475
5588
|
"DBSubnetGroupName": {},
|
|
@@ -5484,7 +5597,7 @@
|
|
|
5484
5597
|
"members": {
|
|
5485
5598
|
"SubnetIdentifier": {},
|
|
5486
5599
|
"SubnetAvailabilityZone": {
|
|
5487
|
-
"shape": "
|
|
5600
|
+
"shape": "S3c"
|
|
5488
5601
|
},
|
|
5489
5602
|
"SubnetOutpost": {
|
|
5490
5603
|
"type": "structure",
|
|
@@ -5500,14 +5613,14 @@
|
|
|
5500
5613
|
},
|
|
5501
5614
|
"wrapper": true
|
|
5502
5615
|
},
|
|
5503
|
-
"
|
|
5616
|
+
"S3c": {
|
|
5504
5617
|
"type": "structure",
|
|
5505
5618
|
"members": {
|
|
5506
5619
|
"Name": {}
|
|
5507
5620
|
},
|
|
5508
5621
|
"wrapper": true
|
|
5509
5622
|
},
|
|
5510
|
-
"
|
|
5623
|
+
"S3p": {
|
|
5511
5624
|
"type": "list",
|
|
5512
5625
|
"member": {
|
|
5513
5626
|
"locationName": "DBInstanceAutomatedBackupsReplication",
|
|
@@ -5517,7 +5630,7 @@
|
|
|
5517
5630
|
}
|
|
5518
5631
|
}
|
|
5519
5632
|
},
|
|
5520
|
-
"
|
|
5633
|
+
"S3x": {
|
|
5521
5634
|
"type": "list",
|
|
5522
5635
|
"member": {
|
|
5523
5636
|
"type": "structure",
|
|
@@ -5530,7 +5643,7 @@
|
|
|
5530
5643
|
}
|
|
5531
5644
|
}
|
|
5532
5645
|
},
|
|
5533
|
-
"
|
|
5646
|
+
"S42": {
|
|
5534
5647
|
"type": "structure",
|
|
5535
5648
|
"members": {
|
|
5536
5649
|
"DBProxyName": {},
|
|
@@ -5576,7 +5689,7 @@
|
|
|
5576
5689
|
}
|
|
5577
5690
|
}
|
|
5578
5691
|
},
|
|
5579
|
-
"
|
|
5692
|
+
"S4b": {
|
|
5580
5693
|
"type": "structure",
|
|
5581
5694
|
"members": {
|
|
5582
5695
|
"DBProxyEndpointName": {},
|
|
@@ -5600,13 +5713,13 @@
|
|
|
5600
5713
|
}
|
|
5601
5714
|
}
|
|
5602
5715
|
},
|
|
5603
|
-
"
|
|
5716
|
+
"S4i": {
|
|
5604
5717
|
"type": "list",
|
|
5605
5718
|
"member": {
|
|
5606
5719
|
"locationName": "SubnetIdentifier"
|
|
5607
5720
|
}
|
|
5608
5721
|
},
|
|
5609
|
-
"
|
|
5722
|
+
"S4o": {
|
|
5610
5723
|
"type": "structure",
|
|
5611
5724
|
"members": {
|
|
5612
5725
|
"GlobalClusterIdentifier": {},
|
|
@@ -5653,7 +5766,7 @@
|
|
|
5653
5766
|
},
|
|
5654
5767
|
"wrapper": true
|
|
5655
5768
|
},
|
|
5656
|
-
"
|
|
5769
|
+
"S59": {
|
|
5657
5770
|
"type": "structure",
|
|
5658
5771
|
"members": {
|
|
5659
5772
|
"DBInstanceArn": {},
|
|
@@ -5706,12 +5819,12 @@
|
|
|
5706
5819
|
},
|
|
5707
5820
|
"DBInstanceAutomatedBackupsArn": {},
|
|
5708
5821
|
"DBInstanceAutomatedBackupsReplications": {
|
|
5709
|
-
"shape": "
|
|
5822
|
+
"shape": "S3p"
|
|
5710
5823
|
}
|
|
5711
5824
|
},
|
|
5712
5825
|
"wrapper": true
|
|
5713
5826
|
},
|
|
5714
|
-
"
|
|
5827
|
+
"S5p": {
|
|
5715
5828
|
"type": "structure",
|
|
5716
5829
|
"members": {
|
|
5717
5830
|
"InstallationMediaId": {},
|
|
@@ -5729,7 +5842,7 @@
|
|
|
5729
5842
|
}
|
|
5730
5843
|
}
|
|
5731
5844
|
},
|
|
5732
|
-
"
|
|
5845
|
+
"S60": {
|
|
5733
5846
|
"type": "list",
|
|
5734
5847
|
"member": {
|
|
5735
5848
|
"locationName": "Filter",
|
|
@@ -5749,7 +5862,7 @@
|
|
|
5749
5862
|
}
|
|
5750
5863
|
}
|
|
5751
5864
|
},
|
|
5752
|
-
"
|
|
5865
|
+
"S65": {
|
|
5753
5866
|
"type": "structure",
|
|
5754
5867
|
"members": {
|
|
5755
5868
|
"CertificateIdentifier": {},
|
|
@@ -5771,7 +5884,7 @@
|
|
|
5771
5884
|
},
|
|
5772
5885
|
"wrapper": true
|
|
5773
5886
|
},
|
|
5774
|
-
"
|
|
5887
|
+
"S6k": {
|
|
5775
5888
|
"type": "list",
|
|
5776
5889
|
"member": {
|
|
5777
5890
|
"locationName": "Parameter",
|
|
@@ -5790,16 +5903,12 @@
|
|
|
5790
5903
|
"MinimumEngineVersion": {},
|
|
5791
5904
|
"ApplyMethod": {},
|
|
5792
5905
|
"SupportedEngineModes": {
|
|
5793
|
-
"shape": "
|
|
5906
|
+
"shape": "S26"
|
|
5794
5907
|
}
|
|
5795
5908
|
}
|
|
5796
5909
|
}
|
|
5797
5910
|
},
|
|
5798
|
-
"
|
|
5799
|
-
"type": "list",
|
|
5800
|
-
"member": {}
|
|
5801
|
-
},
|
|
5802
|
-
"S67": {
|
|
5911
|
+
"S6p": {
|
|
5803
5912
|
"type": "structure",
|
|
5804
5913
|
"members": {
|
|
5805
5914
|
"DBClusterSnapshotIdentifier": {},
|
|
@@ -5811,7 +5920,7 @@
|
|
|
5811
5920
|
"members": {
|
|
5812
5921
|
"AttributeName": {},
|
|
5813
5922
|
"AttributeValues": {
|
|
5814
|
-
"shape": "
|
|
5923
|
+
"shape": "S6s"
|
|
5815
5924
|
}
|
|
5816
5925
|
}
|
|
5817
5926
|
}
|
|
@@ -5819,27 +5928,13 @@
|
|
|
5819
5928
|
},
|
|
5820
5929
|
"wrapper": true
|
|
5821
5930
|
},
|
|
5822
|
-
"
|
|
5931
|
+
"S6s": {
|
|
5823
5932
|
"type": "list",
|
|
5824
5933
|
"member": {
|
|
5825
5934
|
"locationName": "AttributeValue"
|
|
5826
5935
|
}
|
|
5827
5936
|
},
|
|
5828
|
-
"
|
|
5829
|
-
"type": "structure",
|
|
5830
|
-
"members": {
|
|
5831
|
-
"CharacterSetName": {},
|
|
5832
|
-
"CharacterSetDescription": {}
|
|
5833
|
-
}
|
|
5834
|
-
},
|
|
5835
|
-
"S6m": {
|
|
5836
|
-
"type": "list",
|
|
5837
|
-
"member": {
|
|
5838
|
-
"shape": "S6l",
|
|
5839
|
-
"locationName": "CharacterSet"
|
|
5840
|
-
}
|
|
5841
|
-
},
|
|
5842
|
-
"S7h": {
|
|
5937
|
+
"S7r": {
|
|
5843
5938
|
"type": "structure",
|
|
5844
5939
|
"members": {
|
|
5845
5940
|
"DBProxyName": {},
|
|
@@ -5875,7 +5970,7 @@
|
|
|
5875
5970
|
}
|
|
5876
5971
|
}
|
|
5877
5972
|
},
|
|
5878
|
-
"
|
|
5973
|
+
"S7v": {
|
|
5879
5974
|
"type": "list",
|
|
5880
5975
|
"member": {
|
|
5881
5976
|
"type": "structure",
|
|
@@ -5900,7 +5995,7 @@
|
|
|
5900
5995
|
}
|
|
5901
5996
|
}
|
|
5902
5997
|
},
|
|
5903
|
-
"
|
|
5998
|
+
"S87": {
|
|
5904
5999
|
"type": "structure",
|
|
5905
6000
|
"members": {
|
|
5906
6001
|
"DBSnapshotIdentifier": {},
|
|
@@ -5912,7 +6007,7 @@
|
|
|
5912
6007
|
"members": {
|
|
5913
6008
|
"AttributeName": {},
|
|
5914
6009
|
"AttributeValues": {
|
|
5915
|
-
"shape": "
|
|
6010
|
+
"shape": "S6s"
|
|
5916
6011
|
}
|
|
5917
6012
|
},
|
|
5918
6013
|
"wrapper": true
|
|
@@ -5921,18 +6016,18 @@
|
|
|
5921
6016
|
},
|
|
5922
6017
|
"wrapper": true
|
|
5923
6018
|
},
|
|
5924
|
-
"
|
|
6019
|
+
"S8i": {
|
|
5925
6020
|
"type": "structure",
|
|
5926
6021
|
"members": {
|
|
5927
6022
|
"DBParameterGroupFamily": {},
|
|
5928
6023
|
"Marker": {},
|
|
5929
6024
|
"Parameters": {
|
|
5930
|
-
"shape": "
|
|
6025
|
+
"shape": "S6k"
|
|
5931
6026
|
}
|
|
5932
6027
|
},
|
|
5933
6028
|
"wrapper": true
|
|
5934
6029
|
},
|
|
5935
|
-
"
|
|
6030
|
+
"S9r": {
|
|
5936
6031
|
"type": "list",
|
|
5937
6032
|
"member": {
|
|
5938
6033
|
"locationName": "AvailableProcessorFeature",
|
|
@@ -5944,7 +6039,7 @@
|
|
|
5944
6039
|
}
|
|
5945
6040
|
}
|
|
5946
6041
|
},
|
|
5947
|
-
"
|
|
6042
|
+
"Sa0": {
|
|
5948
6043
|
"type": "structure",
|
|
5949
6044
|
"members": {
|
|
5950
6045
|
"ReservedDBInstanceId": {},
|
|
@@ -5973,14 +6068,14 @@
|
|
|
5973
6068
|
},
|
|
5974
6069
|
"State": {},
|
|
5975
6070
|
"RecurringCharges": {
|
|
5976
|
-
"shape": "
|
|
6071
|
+
"shape": "Sa2"
|
|
5977
6072
|
},
|
|
5978
6073
|
"ReservedDBInstanceArn": {},
|
|
5979
6074
|
"LeaseId": {}
|
|
5980
6075
|
},
|
|
5981
6076
|
"wrapper": true
|
|
5982
6077
|
},
|
|
5983
|
-
"
|
|
6078
|
+
"Sa2": {
|
|
5984
6079
|
"type": "list",
|
|
5985
6080
|
"member": {
|
|
5986
6081
|
"locationName": "RecurringCharge",
|
|
@@ -5994,7 +6089,7 @@
|
|
|
5994
6089
|
"wrapper": true
|
|
5995
6090
|
}
|
|
5996
6091
|
},
|
|
5997
|
-
"
|
|
6092
|
+
"Sah": {
|
|
5998
6093
|
"type": "list",
|
|
5999
6094
|
"member": {
|
|
6000
6095
|
"locationName": "Range",
|
|
@@ -6012,24 +6107,24 @@
|
|
|
6012
6107
|
}
|
|
6013
6108
|
}
|
|
6014
6109
|
},
|
|
6015
|
-
"
|
|
6110
|
+
"Sb3": {
|
|
6016
6111
|
"type": "structure",
|
|
6017
6112
|
"members": {
|
|
6018
6113
|
"EnableLogTypes": {
|
|
6019
|
-
"shape": "
|
|
6114
|
+
"shape": "S29"
|
|
6020
6115
|
},
|
|
6021
6116
|
"DisableLogTypes": {
|
|
6022
|
-
"shape": "
|
|
6117
|
+
"shape": "S29"
|
|
6023
6118
|
}
|
|
6024
6119
|
}
|
|
6025
6120
|
},
|
|
6026
|
-
"
|
|
6121
|
+
"Sb7": {
|
|
6027
6122
|
"type": "structure",
|
|
6028
6123
|
"members": {
|
|
6029
6124
|
"DBClusterParameterGroupName": {}
|
|
6030
6125
|
}
|
|
6031
6126
|
},
|
|
6032
|
-
"
|
|
6127
|
+
"Sbe": {
|
|
6033
6128
|
"type": "structure",
|
|
6034
6129
|
"members": {
|
|
6035
6130
|
"DBParameterGroupName": {}
|