cdk-lambda-subminute 2.0.301 → 2.0.302
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +30 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1420 -1420
- package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -474,7 +474,7 @@
|
|
474
474
|
"type": "integer"
|
475
475
|
},
|
476
476
|
"ServerlessV2ScalingConfiguration": {
|
477
|
-
"shape": "
|
477
|
+
"shape": "S2y"
|
478
478
|
},
|
479
479
|
"NetworkType": {},
|
480
480
|
"DBSystemId": {},
|
@@ -493,7 +493,7 @@
|
|
493
493
|
"type": "structure",
|
494
494
|
"members": {
|
495
495
|
"DBCluster": {
|
496
|
-
"shape": "
|
496
|
+
"shape": "S31"
|
497
497
|
}
|
498
498
|
}
|
499
499
|
}
|
@@ -522,7 +522,7 @@
|
|
522
522
|
}
|
523
523
|
},
|
524
524
|
"output": {
|
525
|
-
"shape": "
|
525
|
+
"shape": "S3n",
|
526
526
|
"resultWrapper": "CreateDBClusterEndpointResult"
|
527
527
|
}
|
528
528
|
},
|
@@ -597,7 +597,7 @@
|
|
597
597
|
"MasterUsername": {},
|
598
598
|
"MasterUserPassword": {},
|
599
599
|
"DBSecurityGroups": {
|
600
|
-
"shape": "
|
600
|
+
"shape": "S3t"
|
601
601
|
},
|
602
602
|
"VpcSecurityGroupIds": {
|
603
603
|
"shape": "S2t"
|
@@ -710,7 +710,7 @@
|
|
710
710
|
"type": "structure",
|
711
711
|
"members": {
|
712
712
|
"DBInstance": {
|
713
|
-
"shape": "
|
713
|
+
"shape": "S3v"
|
714
714
|
}
|
715
715
|
}
|
716
716
|
}
|
@@ -820,7 +820,7 @@
|
|
820
820
|
"type": "structure",
|
821
821
|
"members": {
|
822
822
|
"DBInstance": {
|
823
|
-
"shape": "
|
823
|
+
"shape": "S3v"
|
824
824
|
}
|
825
825
|
}
|
826
826
|
}
|
@@ -866,7 +866,7 @@
|
|
866
866
|
"DBProxyName": {},
|
867
867
|
"EngineFamily": {},
|
868
868
|
"Auth": {
|
869
|
-
"shape": "
|
869
|
+
"shape": "S4o"
|
870
870
|
},
|
871
871
|
"RoleArn": {},
|
872
872
|
"VpcSubnetIds": {
|
@@ -894,7 +894,7 @@
|
|
894
894
|
"type": "structure",
|
895
895
|
"members": {
|
896
896
|
"DBProxy": {
|
897
|
-
"shape": "
|
897
|
+
"shape": "S4u"
|
898
898
|
}
|
899
899
|
}
|
900
900
|
}
|
@@ -927,7 +927,7 @@
|
|
927
927
|
"type": "structure",
|
928
928
|
"members": {
|
929
929
|
"DBProxyEndpoint": {
|
930
|
-
"shape": "
|
930
|
+
"shape": "S53"
|
931
931
|
}
|
932
932
|
}
|
933
933
|
}
|
@@ -994,7 +994,7 @@
|
|
994
994
|
"DBSubnetGroupName": {},
|
995
995
|
"DBSubnetGroupDescription": {},
|
996
996
|
"SubnetIds": {
|
997
|
-
"shape": "
|
997
|
+
"shape": "S5a"
|
998
998
|
},
|
999
999
|
"Tags": {
|
1000
1000
|
"shape": "Sb"
|
@@ -1006,7 +1006,7 @@
|
|
1006
1006
|
"type": "structure",
|
1007
1007
|
"members": {
|
1008
1008
|
"DBSubnetGroup": {
|
1009
|
-
"shape": "
|
1009
|
+
"shape": "S3z"
|
1010
1010
|
}
|
1011
1011
|
}
|
1012
1012
|
}
|
@@ -1068,7 +1068,7 @@
|
|
1068
1068
|
"type": "structure",
|
1069
1069
|
"members": {
|
1070
1070
|
"GlobalCluster": {
|
1071
|
-
"shape": "
|
1071
|
+
"shape": "S5g"
|
1072
1072
|
}
|
1073
1073
|
}
|
1074
1074
|
}
|
@@ -1087,7 +1087,7 @@
|
|
1087
1087
|
"IntegrationName": {},
|
1088
1088
|
"KMSKeyId": {},
|
1089
1089
|
"AdditionalEncryptionContext": {
|
1090
|
-
"shape": "
|
1090
|
+
"shape": "S5r"
|
1091
1091
|
},
|
1092
1092
|
"Tags": {
|
1093
1093
|
"shape": "Sb"
|
@@ -1095,7 +1095,7 @@
|
|
1095
1095
|
}
|
1096
1096
|
},
|
1097
1097
|
"output": {
|
1098
|
-
"shape": "
|
1098
|
+
"shape": "S5s",
|
1099
1099
|
"resultWrapper": "CreateIntegrationResult"
|
1100
1100
|
}
|
1101
1101
|
},
|
@@ -1142,7 +1142,7 @@
|
|
1142
1142
|
"TenantDBName": {},
|
1143
1143
|
"MasterUsername": {},
|
1144
1144
|
"MasterUserPassword": {
|
1145
|
-
"shape": "
|
1145
|
+
"shape": "S60"
|
1146
1146
|
},
|
1147
1147
|
"CharacterSetName": {},
|
1148
1148
|
"NcharCharacterSetName": {},
|
@@ -1156,7 +1156,7 @@
|
|
1156
1156
|
"type": "structure",
|
1157
1157
|
"members": {
|
1158
1158
|
"TenantDatabase": {
|
1159
|
-
"shape": "
|
1159
|
+
"shape": "S62"
|
1160
1160
|
}
|
1161
1161
|
}
|
1162
1162
|
}
|
@@ -1223,7 +1223,7 @@
|
|
1223
1223
|
"type": "structure",
|
1224
1224
|
"members": {
|
1225
1225
|
"DBCluster": {
|
1226
|
-
"shape": "
|
1226
|
+
"shape": "S31"
|
1227
1227
|
}
|
1228
1228
|
}
|
1229
1229
|
}
|
@@ -1243,7 +1243,7 @@
|
|
1243
1243
|
"type": "structure",
|
1244
1244
|
"members": {
|
1245
1245
|
"DBClusterAutomatedBackup": {
|
1246
|
-
"shape": "
|
1246
|
+
"shape": "S6b"
|
1247
1247
|
}
|
1248
1248
|
}
|
1249
1249
|
}
|
@@ -1259,7 +1259,7 @@
|
|
1259
1259
|
}
|
1260
1260
|
},
|
1261
1261
|
"output": {
|
1262
|
-
"shape": "
|
1262
|
+
"shape": "S3n",
|
1263
1263
|
"resultWrapper": "DeleteDBClusterEndpointResult"
|
1264
1264
|
}
|
1265
1265
|
},
|
@@ -1316,7 +1316,7 @@
|
|
1316
1316
|
"type": "structure",
|
1317
1317
|
"members": {
|
1318
1318
|
"DBInstance": {
|
1319
|
-
"shape": "
|
1319
|
+
"shape": "S3v"
|
1320
1320
|
}
|
1321
1321
|
}
|
1322
1322
|
}
|
@@ -1334,7 +1334,7 @@
|
|
1334
1334
|
"type": "structure",
|
1335
1335
|
"members": {
|
1336
1336
|
"DBInstanceAutomatedBackup": {
|
1337
|
-
"shape": "
|
1337
|
+
"shape": "S6l"
|
1338
1338
|
}
|
1339
1339
|
}
|
1340
1340
|
}
|
@@ -1365,7 +1365,7 @@
|
|
1365
1365
|
"type": "structure",
|
1366
1366
|
"members": {
|
1367
1367
|
"DBProxy": {
|
1368
|
-
"shape": "
|
1368
|
+
"shape": "S4u"
|
1369
1369
|
}
|
1370
1370
|
}
|
1371
1371
|
}
|
@@ -1385,7 +1385,7 @@
|
|
1385
1385
|
"type": "structure",
|
1386
1386
|
"members": {
|
1387
1387
|
"DBProxyEndpoint": {
|
1388
|
-
"shape": "
|
1388
|
+
"shape": "S53"
|
1389
1389
|
}
|
1390
1390
|
}
|
1391
1391
|
}
|
@@ -1467,7 +1467,7 @@
|
|
1467
1467
|
"type": "structure",
|
1468
1468
|
"members": {
|
1469
1469
|
"GlobalCluster": {
|
1470
|
-
"shape": "
|
1470
|
+
"shape": "S5g"
|
1471
1471
|
}
|
1472
1472
|
}
|
1473
1473
|
}
|
@@ -1483,7 +1483,7 @@
|
|
1483
1483
|
}
|
1484
1484
|
},
|
1485
1485
|
"output": {
|
1486
|
-
"shape": "
|
1486
|
+
"shape": "S5s",
|
1487
1487
|
"resultWrapper": "DeleteIntegrationResult"
|
1488
1488
|
}
|
1489
1489
|
},
|
@@ -1519,7 +1519,7 @@
|
|
1519
1519
|
"type": "structure",
|
1520
1520
|
"members": {
|
1521
1521
|
"TenantDatabase": {
|
1522
|
-
"shape": "
|
1522
|
+
"shape": "S62"
|
1523
1523
|
}
|
1524
1524
|
}
|
1525
1525
|
}
|
@@ -1582,7 +1582,7 @@
|
|
1582
1582
|
"members": {
|
1583
1583
|
"BlueGreenDeploymentIdentifier": {},
|
1584
1584
|
"Filters": {
|
1585
|
-
"shape": "
|
1585
|
+
"shape": "S7c"
|
1586
1586
|
},
|
1587
1587
|
"Marker": {},
|
1588
1588
|
"MaxRecords": {
|
@@ -1610,7 +1610,7 @@
|
|
1610
1610
|
"members": {
|
1611
1611
|
"CertificateIdentifier": {},
|
1612
1612
|
"Filters": {
|
1613
|
-
"shape": "
|
1613
|
+
"shape": "S7c"
|
1614
1614
|
},
|
1615
1615
|
"MaxRecords": {
|
1616
1616
|
"type": "integer"
|
@@ -1626,7 +1626,7 @@
|
|
1626
1626
|
"Certificates": {
|
1627
1627
|
"type": "list",
|
1628
1628
|
"member": {
|
1629
|
-
"shape": "
|
1629
|
+
"shape": "S7l",
|
1630
1630
|
"locationName": "Certificate"
|
1631
1631
|
}
|
1632
1632
|
},
|
@@ -1641,7 +1641,7 @@
|
|
1641
1641
|
"DbClusterResourceId": {},
|
1642
1642
|
"DBClusterIdentifier": {},
|
1643
1643
|
"Filters": {
|
1644
|
-
"shape": "
|
1644
|
+
"shape": "S7c"
|
1645
1645
|
},
|
1646
1646
|
"MaxRecords": {
|
1647
1647
|
"type": "integer"
|
@@ -1657,7 +1657,7 @@
|
|
1657
1657
|
"DBClusterAutomatedBackups": {
|
1658
1658
|
"type": "list",
|
1659
1659
|
"member": {
|
1660
|
-
"shape": "
|
1660
|
+
"shape": "S6b",
|
1661
1661
|
"locationName": "DBClusterAutomatedBackup"
|
1662
1662
|
}
|
1663
1663
|
}
|
@@ -1674,7 +1674,7 @@
|
|
1674
1674
|
"DBClusterIdentifier": {},
|
1675
1675
|
"BacktrackIdentifier": {},
|
1676
1676
|
"Filters": {
|
1677
|
-
"shape": "
|
1677
|
+
"shape": "S7c"
|
1678
1678
|
},
|
1679
1679
|
"MaxRecords": {
|
1680
1680
|
"type": "integer"
|
@@ -1704,7 +1704,7 @@
|
|
1704
1704
|
"DBClusterIdentifier": {},
|
1705
1705
|
"DBClusterEndpointIdentifier": {},
|
1706
1706
|
"Filters": {
|
1707
|
-
"shape": "
|
1707
|
+
"shape": "S7c"
|
1708
1708
|
},
|
1709
1709
|
"MaxRecords": {
|
1710
1710
|
"type": "integer"
|
@@ -1720,7 +1720,7 @@
|
|
1720
1720
|
"DBClusterEndpoints": {
|
1721
1721
|
"type": "list",
|
1722
1722
|
"member": {
|
1723
|
-
"shape": "
|
1723
|
+
"shape": "S3n",
|
1724
1724
|
"locationName": "DBClusterEndpointList"
|
1725
1725
|
}
|
1726
1726
|
}
|
@@ -1733,7 +1733,7 @@
|
|
1733
1733
|
"members": {
|
1734
1734
|
"DBClusterParameterGroupName": {},
|
1735
1735
|
"Filters": {
|
1736
|
-
"shape": "
|
1736
|
+
"shape": "S7c"
|
1737
1737
|
},
|
1738
1738
|
"MaxRecords": {
|
1739
1739
|
"type": "integer"
|
@@ -1766,7 +1766,7 @@
|
|
1766
1766
|
"DBClusterParameterGroupName": {},
|
1767
1767
|
"Source": {},
|
1768
1768
|
"Filters": {
|
1769
|
-
"shape": "
|
1769
|
+
"shape": "S7c"
|
1770
1770
|
},
|
1771
1771
|
"MaxRecords": {
|
1772
1772
|
"type": "integer"
|
@@ -1779,7 +1779,7 @@
|
|
1779
1779
|
"type": "structure",
|
1780
1780
|
"members": {
|
1781
1781
|
"Parameters": {
|
1782
|
-
"shape": "
|
1782
|
+
"shape": "S80"
|
1783
1783
|
},
|
1784
1784
|
"Marker": {}
|
1785
1785
|
}
|
@@ -1800,7 +1800,7 @@
|
|
1800
1800
|
"type": "structure",
|
1801
1801
|
"members": {
|
1802
1802
|
"DBClusterSnapshotAttributesResult": {
|
1803
|
-
"shape": "
|
1803
|
+
"shape": "S85"
|
1804
1804
|
}
|
1805
1805
|
}
|
1806
1806
|
}
|
@@ -1813,7 +1813,7 @@
|
|
1813
1813
|
"DBClusterSnapshotIdentifier": {},
|
1814
1814
|
"SnapshotType": {},
|
1815
1815
|
"Filters": {
|
1816
|
-
"shape": "
|
1816
|
+
"shape": "S7c"
|
1817
1817
|
},
|
1818
1818
|
"MaxRecords": {
|
1819
1819
|
"type": "integer"
|
@@ -1849,7 +1849,7 @@
|
|
1849
1849
|
"members": {
|
1850
1850
|
"DBClusterIdentifier": {},
|
1851
1851
|
"Filters": {
|
1852
|
-
"shape": "
|
1852
|
+
"shape": "S7c"
|
1853
1853
|
},
|
1854
1854
|
"MaxRecords": {
|
1855
1855
|
"type": "integer"
|
@@ -1868,7 +1868,7 @@
|
|
1868
1868
|
"DBClusters": {
|
1869
1869
|
"type": "list",
|
1870
1870
|
"member": {
|
1871
|
-
"shape": "
|
1871
|
+
"shape": "S31",
|
1872
1872
|
"locationName": "DBCluster"
|
1873
1873
|
}
|
1874
1874
|
}
|
@@ -1883,7 +1883,7 @@
|
|
1883
1883
|
"EngineVersion": {},
|
1884
1884
|
"DBParameterGroupFamily": {},
|
1885
1885
|
"Filters": {
|
1886
|
-
"shape": "
|
1886
|
+
"shape": "S7c"
|
1887
1887
|
},
|
1888
1888
|
"MaxRecords": {
|
1889
1889
|
"type": "integer"
|
@@ -1925,7 +1925,7 @@
|
|
1925
1925
|
"DbiResourceId": {},
|
1926
1926
|
"DBInstanceIdentifier": {},
|
1927
1927
|
"Filters": {
|
1928
|
-
"shape": "
|
1928
|
+
"shape": "S7c"
|
1929
1929
|
},
|
1930
1930
|
"MaxRecords": {
|
1931
1931
|
"type": "integer"
|
@@ -1942,7 +1942,7 @@
|
|
1942
1942
|
"DBInstanceAutomatedBackups": {
|
1943
1943
|
"type": "list",
|
1944
1944
|
"member": {
|
1945
|
-
"shape": "
|
1945
|
+
"shape": "S6l",
|
1946
1946
|
"locationName": "DBInstanceAutomatedBackup"
|
1947
1947
|
}
|
1948
1948
|
}
|
@@ -1955,7 +1955,7 @@
|
|
1955
1955
|
"members": {
|
1956
1956
|
"DBInstanceIdentifier": {},
|
1957
1957
|
"Filters": {
|
1958
|
-
"shape": "
|
1958
|
+
"shape": "S7c"
|
1959
1959
|
},
|
1960
1960
|
"MaxRecords": {
|
1961
1961
|
"type": "integer"
|
@@ -1971,7 +1971,7 @@
|
|
1971
1971
|
"DBInstances": {
|
1972
1972
|
"type": "list",
|
1973
1973
|
"member": {
|
1974
|
-
"shape": "
|
1974
|
+
"shape": "S3v",
|
1975
1975
|
"locationName": "DBInstance"
|
1976
1976
|
}
|
1977
1977
|
}
|
@@ -1994,7 +1994,7 @@
|
|
1994
1994
|
"type": "long"
|
1995
1995
|
},
|
1996
1996
|
"Filters": {
|
1997
|
-
"shape": "
|
1997
|
+
"shape": "S7c"
|
1998
1998
|
},
|
1999
1999
|
"MaxRecords": {
|
2000
2000
|
"type": "integer"
|
@@ -2032,7 +2032,7 @@
|
|
2032
2032
|
"members": {
|
2033
2033
|
"DBParameterGroupName": {},
|
2034
2034
|
"Filters": {
|
2035
|
-
"shape": "
|
2035
|
+
"shape": "S7c"
|
2036
2036
|
},
|
2037
2037
|
"MaxRecords": {
|
2038
2038
|
"type": "integer"
|
@@ -2065,7 +2065,7 @@
|
|
2065
2065
|
"DBParameterGroupName": {},
|
2066
2066
|
"Source": {},
|
2067
2067
|
"Filters": {
|
2068
|
-
"shape": "
|
2068
|
+
"shape": "S7c"
|
2069
2069
|
},
|
2070
2070
|
"MaxRecords": {
|
2071
2071
|
"type": "integer"
|
@@ -2078,7 +2078,7 @@
|
|
2078
2078
|
"type": "structure",
|
2079
2079
|
"members": {
|
2080
2080
|
"Parameters": {
|
2081
|
-
"shape": "
|
2081
|
+
"shape": "S80"
|
2082
2082
|
},
|
2083
2083
|
"Marker": {}
|
2084
2084
|
}
|
@@ -2090,7 +2090,7 @@
|
|
2090
2090
|
"members": {
|
2091
2091
|
"DBProxyName": {},
|
2092
2092
|
"Filters": {
|
2093
|
-
"shape": "
|
2093
|
+
"shape": "S7c"
|
2094
2094
|
},
|
2095
2095
|
"Marker": {},
|
2096
2096
|
"MaxRecords": {
|
@@ -2105,7 +2105,7 @@
|
|
2105
2105
|
"DBProxies": {
|
2106
2106
|
"type": "list",
|
2107
2107
|
"member": {
|
2108
|
-
"shape": "
|
2108
|
+
"shape": "S4u"
|
2109
2109
|
}
|
2110
2110
|
},
|
2111
2111
|
"Marker": {}
|
@@ -2119,7 +2119,7 @@
|
|
2119
2119
|
"DBProxyName": {},
|
2120
2120
|
"DBProxyEndpointName": {},
|
2121
2121
|
"Filters": {
|
2122
|
-
"shape": "
|
2122
|
+
"shape": "S7c"
|
2123
2123
|
},
|
2124
2124
|
"Marker": {},
|
2125
2125
|
"MaxRecords": {
|
@@ -2134,7 +2134,7 @@
|
|
2134
2134
|
"DBProxyEndpoints": {
|
2135
2135
|
"type": "list",
|
2136
2136
|
"member": {
|
2137
|
-
"shape": "
|
2137
|
+
"shape": "S53"
|
2138
2138
|
}
|
2139
2139
|
},
|
2140
2140
|
"Marker": {}
|
@@ -2151,7 +2151,7 @@
|
|
2151
2151
|
"DBProxyName": {},
|
2152
2152
|
"TargetGroupName": {},
|
2153
2153
|
"Filters": {
|
2154
|
-
"shape": "
|
2154
|
+
"shape": "S7c"
|
2155
2155
|
},
|
2156
2156
|
"Marker": {},
|
2157
2157
|
"MaxRecords": {
|
@@ -2166,7 +2166,7 @@
|
|
2166
2166
|
"TargetGroups": {
|
2167
2167
|
"type": "list",
|
2168
2168
|
"member": {
|
2169
|
-
"shape": "
|
2169
|
+
"shape": "S96"
|
2170
2170
|
}
|
2171
2171
|
},
|
2172
2172
|
"Marker": {}
|
@@ -2183,7 +2183,7 @@
|
|
2183
2183
|
"DBProxyName": {},
|
2184
2184
|
"TargetGroupName": {},
|
2185
2185
|
"Filters": {
|
2186
|
-
"shape": "
|
2186
|
+
"shape": "S7c"
|
2187
2187
|
},
|
2188
2188
|
"Marker": {},
|
2189
2189
|
"MaxRecords": {
|
@@ -2196,7 +2196,7 @@
|
|
2196
2196
|
"type": "structure",
|
2197
2197
|
"members": {
|
2198
2198
|
"Targets": {
|
2199
|
-
"shape": "
|
2199
|
+
"shape": "S9a"
|
2200
2200
|
},
|
2201
2201
|
"Marker": {}
|
2202
2202
|
}
|
@@ -2208,7 +2208,7 @@
|
|
2208
2208
|
"members": {
|
2209
2209
|
"DBSecurityGroupName": {},
|
2210
2210
|
"Filters": {
|
2211
|
-
"shape": "
|
2211
|
+
"shape": "S7c"
|
2212
2212
|
},
|
2213
2213
|
"MaxRecords": {
|
2214
2214
|
"type": "integer"
|
@@ -2246,7 +2246,7 @@
|
|
2246
2246
|
"type": "structure",
|
2247
2247
|
"members": {
|
2248
2248
|
"DBSnapshotAttributesResult": {
|
2249
|
-
"shape": "
|
2249
|
+
"shape": "S9m"
|
2250
2250
|
}
|
2251
2251
|
}
|
2252
2252
|
}
|
@@ -2259,7 +2259,7 @@
|
|
2259
2259
|
"DBSnapshotIdentifier": {},
|
2260
2260
|
"SnapshotType": {},
|
2261
2261
|
"Filters": {
|
2262
|
-
"shape": "
|
2262
|
+
"shape": "S7c"
|
2263
2263
|
},
|
2264
2264
|
"MaxRecords": {
|
2265
2265
|
"type": "integer"
|
@@ -2311,7 +2311,7 @@
|
|
2311
2311
|
"DBSnapshotIdentifier": {},
|
2312
2312
|
"SnapshotType": {},
|
2313
2313
|
"Filters": {
|
2314
|
-
"shape": "
|
2314
|
+
"shape": "S7c"
|
2315
2315
|
},
|
2316
2316
|
"MaxRecords": {
|
2317
2317
|
"type": "integer"
|
@@ -2347,7 +2347,7 @@
|
|
2347
2347
|
"members": {
|
2348
2348
|
"DBSubnetGroupName": {},
|
2349
2349
|
"Filters": {
|
2350
|
-
"shape": "
|
2350
|
+
"shape": "S7c"
|
2351
2351
|
},
|
2352
2352
|
"MaxRecords": {
|
2353
2353
|
"type": "integer"
|
@@ -2363,7 +2363,7 @@
|
|
2363
2363
|
"DBSubnetGroups": {
|
2364
2364
|
"type": "list",
|
2365
2365
|
"member": {
|
2366
|
-
"shape": "
|
2366
|
+
"shape": "S3z",
|
2367
2367
|
"locationName": "DBSubnetGroup"
|
2368
2368
|
}
|
2369
2369
|
}
|
@@ -2379,7 +2379,7 @@
|
|
2379
2379
|
"members": {
|
2380
2380
|
"DBParameterGroupFamily": {},
|
2381
2381
|
"Filters": {
|
2382
|
-
"shape": "
|
2382
|
+
"shape": "S7c"
|
2383
2383
|
},
|
2384
2384
|
"MaxRecords": {
|
2385
2385
|
"type": "integer"
|
@@ -2392,7 +2392,7 @@
|
|
2392
2392
|
"type": "structure",
|
2393
2393
|
"members": {
|
2394
2394
|
"EngineDefaults": {
|
2395
|
-
"shape": "
|
2395
|
+
"shape": "Sa1"
|
2396
2396
|
}
|
2397
2397
|
}
|
2398
2398
|
}
|
@@ -2406,7 +2406,7 @@
|
|
2406
2406
|
"members": {
|
2407
2407
|
"DBParameterGroupFamily": {},
|
2408
2408
|
"Filters": {
|
2409
|
-
"shape": "
|
2409
|
+
"shape": "S7c"
|
2410
2410
|
},
|
2411
2411
|
"MaxRecords": {
|
2412
2412
|
"type": "integer"
|
@@ -2419,7 +2419,7 @@
|
|
2419
2419
|
"type": "structure",
|
2420
2420
|
"members": {
|
2421
2421
|
"EngineDefaults": {
|
2422
|
-
"shape": "
|
2422
|
+
"shape": "Sa1"
|
2423
2423
|
}
|
2424
2424
|
}
|
2425
2425
|
}
|
@@ -2430,7 +2430,7 @@
|
|
2430
2430
|
"members": {
|
2431
2431
|
"SourceType": {},
|
2432
2432
|
"Filters": {
|
2433
|
-
"shape": "
|
2433
|
+
"shape": "S7c"
|
2434
2434
|
}
|
2435
2435
|
}
|
2436
2436
|
},
|
@@ -2461,7 +2461,7 @@
|
|
2461
2461
|
"members": {
|
2462
2462
|
"SubscriptionName": {},
|
2463
2463
|
"Filters": {
|
2464
|
-
"shape": "
|
2464
|
+
"shape": "S7c"
|
2465
2465
|
},
|
2466
2466
|
"MaxRecords": {
|
2467
2467
|
"type": "integer"
|
@@ -2503,7 +2503,7 @@
|
|
2503
2503
|
"shape": "S8"
|
2504
2504
|
},
|
2505
2505
|
"Filters": {
|
2506
|
-
"shape": "
|
2506
|
+
"shape": "S7c"
|
2507
2507
|
},
|
2508
2508
|
"MaxRecords": {
|
2509
2509
|
"type": "integer"
|
@@ -2545,7 +2545,7 @@
|
|
2545
2545
|
"ExportTaskIdentifier": {},
|
2546
2546
|
"SourceArn": {},
|
2547
2547
|
"Filters": {
|
2548
|
-
"shape": "
|
2548
|
+
"shape": "S7c"
|
2549
2549
|
},
|
2550
2550
|
"Marker": {},
|
2551
2551
|
"MaxRecords": {
|
@@ -2575,7 +2575,7 @@
|
|
2575
2575
|
"members": {
|
2576
2576
|
"GlobalClusterIdentifier": {},
|
2577
2577
|
"Filters": {
|
2578
|
-
"shape": "
|
2578
|
+
"shape": "S7c"
|
2579
2579
|
},
|
2580
2580
|
"MaxRecords": {
|
2581
2581
|
"type": "integer"
|
@@ -2591,7 +2591,7 @@
|
|
2591
2591
|
"GlobalClusters": {
|
2592
2592
|
"type": "list",
|
2593
2593
|
"member": {
|
2594
|
-
"shape": "
|
2594
|
+
"shape": "S5g",
|
2595
2595
|
"locationName": "GlobalClusterMember"
|
2596
2596
|
}
|
2597
2597
|
}
|
@@ -2604,7 +2604,7 @@
|
|
2604
2604
|
"members": {
|
2605
2605
|
"IntegrationIdentifier": {},
|
2606
2606
|
"Filters": {
|
2607
|
-
"shape": "
|
2607
|
+
"shape": "S7c"
|
2608
2608
|
},
|
2609
2609
|
"MaxRecords": {
|
2610
2610
|
"type": "integer"
|
@@ -2620,7 +2620,7 @@
|
|
2620
2620
|
"Integrations": {
|
2621
2621
|
"type": "list",
|
2622
2622
|
"member": {
|
2623
|
-
"shape": "
|
2623
|
+
"shape": "S5s",
|
2624
2624
|
"locationName": "Integration"
|
2625
2625
|
}
|
2626
2626
|
}
|
@@ -2637,7 +2637,7 @@
|
|
2637
2637
|
"EngineName": {},
|
2638
2638
|
"MajorEngineVersion": {},
|
2639
2639
|
"Filters": {
|
2640
|
-
"shape": "
|
2640
|
+
"shape": "S7c"
|
2641
2641
|
},
|
2642
2642
|
"MaxRecords": {
|
2643
2643
|
"type": "integer"
|
@@ -2753,7 +2753,7 @@
|
|
2753
2753
|
"members": {
|
2754
2754
|
"OptionGroupName": {},
|
2755
2755
|
"Filters": {
|
2756
|
-
"shape": "
|
2756
|
+
"shape": "S7c"
|
2757
2757
|
},
|
2758
2758
|
"Marker": {},
|
2759
2759
|
"MaxRecords": {
|
@@ -2794,7 +2794,7 @@
|
|
2794
2794
|
"type": "boolean"
|
2795
2795
|
},
|
2796
2796
|
"Filters": {
|
2797
|
-
"shape": "
|
2797
|
+
"shape": "S7c"
|
2798
2798
|
},
|
2799
2799
|
"MaxRecords": {
|
2800
2800
|
"type": "integer"
|
@@ -2820,7 +2820,7 @@
|
|
2820
2820
|
"AvailabilityZones": {
|
2821
2821
|
"type": "list",
|
2822
2822
|
"member": {
|
2823
|
-
"shape": "
|
2823
|
+
"shape": "S42",
|
2824
2824
|
"locationName": "AvailabilityZone"
|
2825
2825
|
}
|
2826
2826
|
},
|
@@ -2868,7 +2868,7 @@
|
|
2868
2868
|
"type": "double"
|
2869
2869
|
},
|
2870
2870
|
"AvailableProcessorFeatures": {
|
2871
|
-
"shape": "
|
2871
|
+
"shape": "Sba"
|
2872
2872
|
},
|
2873
2873
|
"SupportedEngineModes": {
|
2874
2874
|
"shape": "S2m"
|
@@ -2927,7 +2927,7 @@
|
|
2927
2927
|
"members": {
|
2928
2928
|
"ResourceIdentifier": {},
|
2929
2929
|
"Filters": {
|
2930
|
-
"shape": "
|
2930
|
+
"shape": "S7c"
|
2931
2931
|
},
|
2932
2932
|
"Marker": {},
|
2933
2933
|
"MaxRecords": {
|
@@ -2965,7 +2965,7 @@
|
|
2965
2965
|
},
|
2966
2966
|
"LeaseId": {},
|
2967
2967
|
"Filters": {
|
2968
|
-
"shape": "
|
2968
|
+
"shape": "S7c"
|
2969
2969
|
},
|
2970
2970
|
"MaxRecords": {
|
2971
2971
|
"type": "integer"
|
@@ -2981,7 +2981,7 @@
|
|
2981
2981
|
"ReservedDBInstances": {
|
2982
2982
|
"type": "list",
|
2983
2983
|
"member": {
|
2984
|
-
"shape": "
|
2984
|
+
"shape": "Sbj",
|
2985
2985
|
"locationName": "ReservedDBInstance"
|
2986
2986
|
}
|
2987
2987
|
}
|
@@ -3001,7 +3001,7 @@
|
|
3001
3001
|
"type": "boolean"
|
3002
3002
|
},
|
3003
3003
|
"Filters": {
|
3004
|
-
"shape": "
|
3004
|
+
"shape": "S7c"
|
3005
3005
|
},
|
3006
3006
|
"MaxRecords": {
|
3007
3007
|
"type": "integer"
|
@@ -3038,7 +3038,7 @@
|
|
3038
3038
|
"type": "boolean"
|
3039
3039
|
},
|
3040
3040
|
"RecurringCharges": {
|
3041
|
-
"shape": "
|
3041
|
+
"shape": "Sbl"
|
3042
3042
|
}
|
3043
3043
|
},
|
3044
3044
|
"wrapper": true
|
@@ -3057,7 +3057,7 @@
|
|
3057
3057
|
},
|
3058
3058
|
"Marker": {},
|
3059
3059
|
"Filters": {
|
3060
|
-
"shape": "
|
3060
|
+
"shape": "S7c"
|
3061
3061
|
}
|
3062
3062
|
}
|
3063
3063
|
},
|
@@ -3091,7 +3091,7 @@
|
|
3091
3091
|
"DBInstanceIdentifier": {},
|
3092
3092
|
"TenantDBName": {},
|
3093
3093
|
"Filters": {
|
3094
|
-
"shape": "
|
3094
|
+
"shape": "S7c"
|
3095
3095
|
},
|
3096
3096
|
"Marker": {},
|
3097
3097
|
"MaxRecords": {
|
@@ -3107,7 +3107,7 @@
|
|
3107
3107
|
"TenantDatabases": {
|
3108
3108
|
"type": "list",
|
3109
3109
|
"member": {
|
3110
|
-
"shape": "
|
3110
|
+
"shape": "S62",
|
3111
3111
|
"locationName": "TenantDatabase"
|
3112
3112
|
}
|
3113
3113
|
}
|
@@ -3139,28 +3139,28 @@
|
|
3139
3139
|
"members": {
|
3140
3140
|
"StorageType": {},
|
3141
3141
|
"StorageSize": {
|
3142
|
-
"shape": "
|
3142
|
+
"shape": "Sc3"
|
3143
3143
|
},
|
3144
3144
|
"ProvisionedIops": {
|
3145
|
-
"shape": "
|
3145
|
+
"shape": "Sc3"
|
3146
3146
|
},
|
3147
3147
|
"IopsToStorageRatio": {
|
3148
|
-
"shape": "
|
3148
|
+
"shape": "Sc5"
|
3149
3149
|
},
|
3150
3150
|
"SupportsStorageAutoscaling": {
|
3151
3151
|
"type": "boolean"
|
3152
3152
|
},
|
3153
3153
|
"ProvisionedStorageThroughput": {
|
3154
|
-
"shape": "
|
3154
|
+
"shape": "Sc3"
|
3155
3155
|
},
|
3156
3156
|
"StorageThroughputToIopsRatio": {
|
3157
|
-
"shape": "
|
3157
|
+
"shape": "Sc5"
|
3158
3158
|
}
|
3159
3159
|
}
|
3160
3160
|
}
|
3161
3161
|
},
|
3162
3162
|
"ValidProcessorFeatures": {
|
3163
|
-
"shape": "
|
3163
|
+
"shape": "Sba"
|
3164
3164
|
},
|
3165
3165
|
"SupportsDedicatedLogVolume": {
|
3166
3166
|
"type": "boolean"
|
@@ -3215,7 +3215,7 @@
|
|
3215
3215
|
"type": "structure",
|
3216
3216
|
"members": {
|
3217
3217
|
"DBCluster": {
|
3218
|
-
"shape": "
|
3218
|
+
"shape": "S31"
|
3219
3219
|
}
|
3220
3220
|
}
|
3221
3221
|
}
|
@@ -3243,7 +3243,7 @@
|
|
3243
3243
|
"type": "structure",
|
3244
3244
|
"members": {
|
3245
3245
|
"GlobalCluster": {
|
3246
|
-
"shape": "
|
3246
|
+
"shape": "S5g"
|
3247
3247
|
}
|
3248
3248
|
}
|
3249
3249
|
}
|
@@ -3257,7 +3257,7 @@
|
|
3257
3257
|
"members": {
|
3258
3258
|
"ResourceName": {},
|
3259
3259
|
"Filters": {
|
3260
|
-
"shape": "
|
3260
|
+
"shape": "S7c"
|
3261
3261
|
}
|
3262
3262
|
}
|
3263
3263
|
},
|
@@ -3309,7 +3309,7 @@
|
|
3309
3309
|
"type": "structure",
|
3310
3310
|
"members": {
|
3311
3311
|
"Certificate": {
|
3312
|
-
"shape": "
|
3312
|
+
"shape": "S7l"
|
3313
3313
|
}
|
3314
3314
|
}
|
3315
3315
|
}
|
@@ -3401,7 +3401,7 @@
|
|
3401
3401
|
"type": "long"
|
3402
3402
|
},
|
3403
3403
|
"CloudwatchLogsExportConfiguration": {
|
3404
|
-
"shape": "
|
3404
|
+
"shape": "Scr"
|
3405
3405
|
},
|
3406
3406
|
"EngineVersion": {},
|
3407
3407
|
"AllowMajorVersionUpgrade": {
|
@@ -3448,7 +3448,7 @@
|
|
3448
3448
|
"type": "integer"
|
3449
3449
|
},
|
3450
3450
|
"ServerlessV2ScalingConfiguration": {
|
3451
|
-
"shape": "
|
3451
|
+
"shape": "S2y"
|
3452
3452
|
},
|
3453
3453
|
"NetworkType": {},
|
3454
3454
|
"ManageMasterUserPassword": {
|
@@ -3473,7 +3473,7 @@
|
|
3473
3473
|
"type": "structure",
|
3474
3474
|
"members": {
|
3475
3475
|
"DBCluster": {
|
3476
|
-
"shape": "
|
3476
|
+
"shape": "S31"
|
3477
3477
|
}
|
3478
3478
|
}
|
3479
3479
|
}
|
@@ -3496,7 +3496,7 @@
|
|
3496
3496
|
}
|
3497
3497
|
},
|
3498
3498
|
"output": {
|
3499
|
-
"shape": "
|
3499
|
+
"shape": "S3n",
|
3500
3500
|
"resultWrapper": "ModifyDBClusterEndpointResult"
|
3501
3501
|
}
|
3502
3502
|
},
|
@@ -3510,12 +3510,12 @@
|
|
3510
3510
|
"members": {
|
3511
3511
|
"DBClusterParameterGroupName": {},
|
3512
3512
|
"Parameters": {
|
3513
|
-
"shape": "
|
3513
|
+
"shape": "S80"
|
3514
3514
|
}
|
3515
3515
|
}
|
3516
3516
|
},
|
3517
3517
|
"output": {
|
3518
|
-
"shape": "
|
3518
|
+
"shape": "Scw",
|
3519
3519
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
3520
3520
|
}
|
3521
3521
|
},
|
@@ -3530,10 +3530,10 @@
|
|
3530
3530
|
"DBClusterSnapshotIdentifier": {},
|
3531
3531
|
"AttributeName": {},
|
3532
3532
|
"ValuesToAdd": {
|
3533
|
-
"shape": "
|
3533
|
+
"shape": "S88"
|
3534
3534
|
},
|
3535
3535
|
"ValuesToRemove": {
|
3536
|
-
"shape": "
|
3536
|
+
"shape": "S88"
|
3537
3537
|
}
|
3538
3538
|
}
|
3539
3539
|
},
|
@@ -3542,7 +3542,7 @@
|
|
3542
3542
|
"type": "structure",
|
3543
3543
|
"members": {
|
3544
3544
|
"DBClusterSnapshotAttributesResult": {
|
3545
|
-
"shape": "
|
3545
|
+
"shape": "S85"
|
3546
3546
|
}
|
3547
3547
|
}
|
3548
3548
|
}
|
@@ -3561,7 +3561,7 @@
|
|
3561
3561
|
"DBInstanceClass": {},
|
3562
3562
|
"DBSubnetGroupName": {},
|
3563
3563
|
"DBSecurityGroups": {
|
3564
|
-
"shape": "
|
3564
|
+
"shape": "S3t"
|
3565
3565
|
},
|
3566
3566
|
"VpcSecurityGroupIds": {
|
3567
3567
|
"shape": "S2t"
|
@@ -3634,7 +3634,7 @@
|
|
3634
3634
|
"type": "integer"
|
3635
3635
|
},
|
3636
3636
|
"CloudwatchLogsExportConfiguration": {
|
3637
|
-
"shape": "
|
3637
|
+
"shape": "Scr"
|
3638
3638
|
},
|
3639
3639
|
"ProcessorFeatures": {
|
3640
3640
|
"shape": "S1c"
|
@@ -3685,7 +3685,7 @@
|
|
3685
3685
|
"type": "structure",
|
3686
3686
|
"members": {
|
3687
3687
|
"DBInstance": {
|
3688
|
-
"shape": "
|
3688
|
+
"shape": "S3v"
|
3689
3689
|
}
|
3690
3690
|
}
|
3691
3691
|
}
|
@@ -3700,12 +3700,12 @@
|
|
3700
3700
|
"members": {
|
3701
3701
|
"DBParameterGroupName": {},
|
3702
3702
|
"Parameters": {
|
3703
|
-
"shape": "
|
3703
|
+
"shape": "S80"
|
3704
3704
|
}
|
3705
3705
|
}
|
3706
3706
|
},
|
3707
3707
|
"output": {
|
3708
|
-
"shape": "
|
3708
|
+
"shape": "Sd2",
|
3709
3709
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
3710
3710
|
}
|
3711
3711
|
},
|
@@ -3719,7 +3719,7 @@
|
|
3719
3719
|
"DBProxyName": {},
|
3720
3720
|
"NewDBProxyName": {},
|
3721
3721
|
"Auth": {
|
3722
|
-
"shape": "
|
3722
|
+
"shape": "S4o"
|
3723
3723
|
},
|
3724
3724
|
"RequireTLS": {
|
3725
3725
|
"type": "boolean"
|
@@ -3741,7 +3741,7 @@
|
|
3741
3741
|
"type": "structure",
|
3742
3742
|
"members": {
|
3743
3743
|
"DBProxy": {
|
3744
|
-
"shape": "
|
3744
|
+
"shape": "S4u"
|
3745
3745
|
}
|
3746
3746
|
}
|
3747
3747
|
}
|
@@ -3765,7 +3765,7 @@
|
|
3765
3765
|
"type": "structure",
|
3766
3766
|
"members": {
|
3767
3767
|
"DBProxyEndpoint": {
|
3768
|
-
"shape": "
|
3768
|
+
"shape": "S53"
|
3769
3769
|
}
|
3770
3770
|
}
|
3771
3771
|
}
|
@@ -3806,7 +3806,7 @@
|
|
3806
3806
|
"type": "structure",
|
3807
3807
|
"members": {
|
3808
3808
|
"DBProxyTargetGroup": {
|
3809
|
-
"shape": "
|
3809
|
+
"shape": "S96"
|
3810
3810
|
}
|
3811
3811
|
}
|
3812
3812
|
}
|
@@ -3844,10 +3844,10 @@
|
|
3844
3844
|
"DBSnapshotIdentifier": {},
|
3845
3845
|
"AttributeName": {},
|
3846
3846
|
"ValuesToAdd": {
|
3847
|
-
"shape": "
|
3847
|
+
"shape": "S88"
|
3848
3848
|
},
|
3849
3849
|
"ValuesToRemove": {
|
3850
|
-
"shape": "
|
3850
|
+
"shape": "S88"
|
3851
3851
|
}
|
3852
3852
|
}
|
3853
3853
|
},
|
@@ -3856,7 +3856,7 @@
|
|
3856
3856
|
"type": "structure",
|
3857
3857
|
"members": {
|
3858
3858
|
"DBSnapshotAttributesResult": {
|
3859
|
-
"shape": "
|
3859
|
+
"shape": "S9m"
|
3860
3860
|
}
|
3861
3861
|
}
|
3862
3862
|
}
|
@@ -3872,7 +3872,7 @@
|
|
3872
3872
|
"DBSubnetGroupName": {},
|
3873
3873
|
"DBSubnetGroupDescription": {},
|
3874
3874
|
"SubnetIds": {
|
3875
|
-
"shape": "
|
3875
|
+
"shape": "S5a"
|
3876
3876
|
}
|
3877
3877
|
}
|
3878
3878
|
},
|
@@ -3881,7 +3881,7 @@
|
|
3881
3881
|
"type": "structure",
|
3882
3882
|
"members": {
|
3883
3883
|
"DBSubnetGroup": {
|
3884
|
-
"shape": "
|
3884
|
+
"shape": "S3z"
|
3885
3885
|
}
|
3886
3886
|
}
|
3887
3887
|
}
|
@@ -3934,7 +3934,7 @@
|
|
3934
3934
|
"type": "structure",
|
3935
3935
|
"members": {
|
3936
3936
|
"GlobalCluster": {
|
3937
|
-
"shape": "
|
3937
|
+
"shape": "S5g"
|
3938
3938
|
}
|
3939
3939
|
}
|
3940
3940
|
}
|
@@ -3962,7 +3962,7 @@
|
|
3962
3962
|
},
|
3963
3963
|
"OptionVersion": {},
|
3964
3964
|
"DBSecurityGroupMemberships": {
|
3965
|
-
"shape": "
|
3965
|
+
"shape": "S3t"
|
3966
3966
|
},
|
3967
3967
|
"VpcSecurityGroupMemberships": {
|
3968
3968
|
"shape": "S2t"
|
@@ -4007,7 +4007,7 @@
|
|
4007
4007
|
"DBInstanceIdentifier": {},
|
4008
4008
|
"TenantDBName": {},
|
4009
4009
|
"MasterUserPassword": {
|
4010
|
-
"shape": "
|
4010
|
+
"shape": "S60"
|
4011
4011
|
},
|
4012
4012
|
"NewTenantDBName": {}
|
4013
4013
|
}
|
@@ -4017,7 +4017,7 @@
|
|
4017
4017
|
"type": "structure",
|
4018
4018
|
"members": {
|
4019
4019
|
"TenantDatabase": {
|
4020
|
-
"shape": "
|
4020
|
+
"shape": "S62"
|
4021
4021
|
}
|
4022
4022
|
}
|
4023
4023
|
}
|
@@ -4041,7 +4041,7 @@
|
|
4041
4041
|
"type": "structure",
|
4042
4042
|
"members": {
|
4043
4043
|
"DBInstance": {
|
4044
|
-
"shape": "
|
4044
|
+
"shape": "S3v"
|
4045
4045
|
}
|
4046
4046
|
}
|
4047
4047
|
}
|
@@ -4061,7 +4061,7 @@
|
|
4061
4061
|
"type": "structure",
|
4062
4062
|
"members": {
|
4063
4063
|
"DBCluster": {
|
4064
|
-
"shape": "
|
4064
|
+
"shape": "S31"
|
4065
4065
|
}
|
4066
4066
|
}
|
4067
4067
|
}
|
@@ -4088,7 +4088,7 @@
|
|
4088
4088
|
"type": "structure",
|
4089
4089
|
"members": {
|
4090
4090
|
"ReservedDBInstance": {
|
4091
|
-
"shape": "
|
4091
|
+
"shape": "Sbj"
|
4092
4092
|
}
|
4093
4093
|
}
|
4094
4094
|
}
|
@@ -4108,7 +4108,7 @@
|
|
4108
4108
|
"type": "structure",
|
4109
4109
|
"members": {
|
4110
4110
|
"DBCluster": {
|
4111
|
-
"shape": "
|
4111
|
+
"shape": "S31"
|
4112
4112
|
}
|
4113
4113
|
}
|
4114
4114
|
}
|
@@ -4131,7 +4131,7 @@
|
|
4131
4131
|
"type": "structure",
|
4132
4132
|
"members": {
|
4133
4133
|
"DBInstance": {
|
4134
|
-
"shape": "
|
4134
|
+
"shape": "S3v"
|
4135
4135
|
}
|
4136
4136
|
}
|
4137
4137
|
}
|
@@ -4158,7 +4158,7 @@
|
|
4158
4158
|
"type": "structure",
|
4159
4159
|
"members": {
|
4160
4160
|
"DBProxyTargets": {
|
4161
|
-
"shape": "
|
4161
|
+
"shape": "S9a"
|
4162
4162
|
}
|
4163
4163
|
}
|
4164
4164
|
}
|
@@ -4176,7 +4176,7 @@
|
|
4176
4176
|
"type": "structure",
|
4177
4177
|
"members": {
|
4178
4178
|
"GlobalCluster": {
|
4179
|
-
"shape": "
|
4179
|
+
"shape": "S5g"
|
4180
4180
|
}
|
4181
4181
|
}
|
4182
4182
|
}
|
@@ -4260,12 +4260,12 @@
|
|
4260
4260
|
"type": "boolean"
|
4261
4261
|
},
|
4262
4262
|
"Parameters": {
|
4263
|
-
"shape": "
|
4263
|
+
"shape": "S80"
|
4264
4264
|
}
|
4265
4265
|
}
|
4266
4266
|
},
|
4267
4267
|
"output": {
|
4268
|
-
"shape": "
|
4268
|
+
"shape": "Scw",
|
4269
4269
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
4270
4270
|
}
|
4271
4271
|
},
|
@@ -4281,12 +4281,12 @@
|
|
4281
4281
|
"type": "boolean"
|
4282
4282
|
},
|
4283
4283
|
"Parameters": {
|
4284
|
-
"shape": "
|
4284
|
+
"shape": "S80"
|
4285
4285
|
}
|
4286
4286
|
}
|
4287
4287
|
},
|
4288
4288
|
"output": {
|
4289
|
-
"shape": "
|
4289
|
+
"shape": "Sd2",
|
4290
4290
|
"resultWrapper": "ResetDBParameterGroupResult"
|
4291
4291
|
}
|
4292
4292
|
},
|
@@ -4357,7 +4357,7 @@
|
|
4357
4357
|
"Domain": {},
|
4358
4358
|
"DomainIAMRoleName": {},
|
4359
4359
|
"ServerlessV2ScalingConfiguration": {
|
4360
|
-
"shape": "
|
4360
|
+
"shape": "S2y"
|
4361
4361
|
},
|
4362
4362
|
"NetworkType": {},
|
4363
4363
|
"ManageMasterUserPassword": {
|
@@ -4372,7 +4372,7 @@
|
|
4372
4372
|
"type": "structure",
|
4373
4373
|
"members": {
|
4374
4374
|
"DBCluster": {
|
4375
|
-
"shape": "
|
4375
|
+
"shape": "S31"
|
4376
4376
|
}
|
4377
4377
|
}
|
4378
4378
|
}
|
@@ -4437,7 +4437,7 @@
|
|
4437
4437
|
"type": "boolean"
|
4438
4438
|
},
|
4439
4439
|
"ServerlessV2ScalingConfiguration": {
|
4440
|
-
"shape": "
|
4440
|
+
"shape": "S2y"
|
4441
4441
|
},
|
4442
4442
|
"NetworkType": {},
|
4443
4443
|
"RdsCustomClusterConfiguration": {
|
@@ -4450,7 +4450,7 @@
|
|
4450
4450
|
"type": "structure",
|
4451
4451
|
"members": {
|
4452
4452
|
"DBCluster": {
|
4453
|
-
"shape": "
|
4453
|
+
"shape": "S31"
|
4454
4454
|
}
|
4455
4455
|
}
|
4456
4456
|
}
|
@@ -4514,7 +4514,7 @@
|
|
4514
4514
|
"type": "integer"
|
4515
4515
|
},
|
4516
4516
|
"ServerlessV2ScalingConfiguration": {
|
4517
|
-
"shape": "
|
4517
|
+
"shape": "S2y"
|
4518
4518
|
},
|
4519
4519
|
"NetworkType": {},
|
4520
4520
|
"SourceDbClusterResourceId": {},
|
@@ -4528,7 +4528,7 @@
|
|
4528
4528
|
"type": "structure",
|
4529
4529
|
"members": {
|
4530
4530
|
"DBCluster": {
|
4531
|
-
"shape": "
|
4531
|
+
"shape": "S31"
|
4532
4532
|
}
|
4533
4533
|
}
|
4534
4534
|
}
|
@@ -4623,7 +4623,7 @@
|
|
4623
4623
|
"type": "structure",
|
4624
4624
|
"members": {
|
4625
4625
|
"DBInstance": {
|
4626
|
-
"shape": "
|
4626
|
+
"shape": "S3v"
|
4627
4627
|
}
|
4628
4628
|
}
|
4629
4629
|
}
|
@@ -4651,7 +4651,7 @@
|
|
4651
4651
|
"MasterUsername": {},
|
4652
4652
|
"MasterUserPassword": {},
|
4653
4653
|
"DBSecurityGroups": {
|
4654
|
-
"shape": "
|
4654
|
+
"shape": "S3t"
|
4655
4655
|
},
|
4656
4656
|
"VpcSecurityGroupIds": {
|
4657
4657
|
"shape": "S2t"
|
@@ -4745,7 +4745,7 @@
|
|
4745
4745
|
"type": "structure",
|
4746
4746
|
"members": {
|
4747
4747
|
"DBInstance": {
|
4748
|
-
"shape": "
|
4748
|
+
"shape": "S3v"
|
4749
4749
|
}
|
4750
4750
|
}
|
4751
4751
|
}
|
@@ -4850,7 +4850,7 @@
|
|
4850
4850
|
"type": "structure",
|
4851
4851
|
"members": {
|
4852
4852
|
"DBInstance": {
|
4853
|
-
"shape": "
|
4853
|
+
"shape": "S3v"
|
4854
4854
|
}
|
4855
4855
|
}
|
4856
4856
|
}
|
@@ -4931,7 +4931,7 @@
|
|
4931
4931
|
"type": "structure",
|
4932
4932
|
"members": {
|
4933
4933
|
"DBCluster": {
|
4934
|
-
"shape": "
|
4934
|
+
"shape": "S31"
|
4935
4935
|
}
|
4936
4936
|
}
|
4937
4937
|
}
|
@@ -4951,7 +4951,7 @@
|
|
4951
4951
|
"type": "structure",
|
4952
4952
|
"members": {
|
4953
4953
|
"DBInstance": {
|
4954
|
-
"shape": "
|
4954
|
+
"shape": "S3v"
|
4955
4955
|
}
|
4956
4956
|
}
|
4957
4957
|
}
|
@@ -4976,7 +4976,7 @@
|
|
4976
4976
|
"type": "structure",
|
4977
4977
|
"members": {
|
4978
4978
|
"DBInstanceAutomatedBackup": {
|
4979
|
-
"shape": "
|
4979
|
+
"shape": "S6l"
|
4980
4980
|
}
|
4981
4981
|
}
|
4982
4982
|
}
|
@@ -5046,7 +5046,7 @@
|
|
5046
5046
|
"type": "structure",
|
5047
5047
|
"members": {
|
5048
5048
|
"DBCluster": {
|
5049
|
-
"shape": "
|
5049
|
+
"shape": "S31"
|
5050
5050
|
}
|
5051
5051
|
}
|
5052
5052
|
}
|
@@ -5067,7 +5067,7 @@
|
|
5067
5067
|
"type": "structure",
|
5068
5068
|
"members": {
|
5069
5069
|
"DBInstance": {
|
5070
|
-
"shape": "
|
5070
|
+
"shape": "S3v"
|
5071
5071
|
}
|
5072
5072
|
}
|
5073
5073
|
}
|
@@ -5087,7 +5087,7 @@
|
|
5087
5087
|
"type": "structure",
|
5088
5088
|
"members": {
|
5089
5089
|
"DBInstanceAutomatedBackup": {
|
5090
|
-
"shape": "
|
5090
|
+
"shape": "S6l"
|
5091
5091
|
}
|
5092
5092
|
}
|
5093
5093
|
}
|
@@ -5132,7 +5132,7 @@
|
|
5132
5132
|
"type": "structure",
|
5133
5133
|
"members": {
|
5134
5134
|
"GlobalCluster": {
|
5135
|
-
"shape": "
|
5135
|
+
"shape": "S5g"
|
5136
5136
|
}
|
5137
5137
|
}
|
5138
5138
|
}
|
@@ -5152,7 +5152,7 @@
|
|
5152
5152
|
"type": "structure",
|
5153
5153
|
"members": {
|
5154
5154
|
"DBInstance": {
|
5155
|
-
"shape": "
|
5155
|
+
"shape": "S3v"
|
5156
5156
|
}
|
5157
5157
|
}
|
5158
5158
|
}
|
@@ -5791,10 +5791,11 @@
|
|
5791
5791
|
"type": "structure",
|
5792
5792
|
"members": {
|
5793
5793
|
"InterconnectSubnetId": {},
|
5794
|
-
"TransitGatewayMulticastDomainId": {}
|
5794
|
+
"TransitGatewayMulticastDomainId": {},
|
5795
|
+
"ReplicaMode": {}
|
5795
5796
|
}
|
5796
5797
|
},
|
5797
|
-
"
|
5798
|
+
"S2y": {
|
5798
5799
|
"type": "structure",
|
5799
5800
|
"members": {
|
5800
5801
|
"MinCapacity": {
|
@@ -5805,7 +5806,7 @@
|
|
5805
5806
|
}
|
5806
5807
|
}
|
5807
5808
|
},
|
5808
|
-
"
|
5809
|
+
"S31": {
|
5809
5810
|
"type": "structure",
|
5810
5811
|
"members": {
|
5811
5812
|
"AllocatedStorage": {
|
@@ -5867,6 +5868,21 @@
|
|
5867
5868
|
"locationName": "ReadReplicaIdentifier"
|
5868
5869
|
}
|
5869
5870
|
},
|
5871
|
+
"StatusInfos": {
|
5872
|
+
"type": "list",
|
5873
|
+
"member": {
|
5874
|
+
"locationName": "DBClusterStatusInfo",
|
5875
|
+
"type": "structure",
|
5876
|
+
"members": {
|
5877
|
+
"StatusType": {},
|
5878
|
+
"Normal": {
|
5879
|
+
"type": "boolean"
|
5880
|
+
},
|
5881
|
+
"Status": {},
|
5882
|
+
"Message": {}
|
5883
|
+
}
|
5884
|
+
}
|
5885
|
+
},
|
5870
5886
|
"DBClusterMembers": {
|
5871
5887
|
"type": "list",
|
5872
5888
|
"member": {
|
@@ -5971,7 +5987,7 @@
|
|
5971
5987
|
"type": "boolean"
|
5972
5988
|
},
|
5973
5989
|
"DomainMemberships": {
|
5974
|
-
"shape": "
|
5990
|
+
"shape": "S3e"
|
5975
5991
|
},
|
5976
5992
|
"TagList": {
|
5977
5993
|
"shape": "Sb"
|
@@ -5984,7 +6000,7 @@
|
|
5984
6000
|
"type": "structure",
|
5985
6001
|
"members": {
|
5986
6002
|
"PendingCloudwatchLogsExports": {
|
5987
|
-
"shape": "
|
6003
|
+
"shape": "S3i"
|
5988
6004
|
},
|
5989
6005
|
"DBClusterIdentifier": {},
|
5990
6006
|
"MasterUserPassword": {},
|
@@ -6043,7 +6059,7 @@
|
|
6043
6059
|
"NetworkType": {},
|
6044
6060
|
"DBSystemId": {},
|
6045
6061
|
"MasterUserSecret": {
|
6046
|
-
"shape": "
|
6062
|
+
"shape": "S3k"
|
6047
6063
|
},
|
6048
6064
|
"IOOptimizedNextAllowedModificationTime": {
|
6049
6065
|
"type": "timestamp"
|
@@ -6053,7 +6069,7 @@
|
|
6053
6069
|
},
|
6054
6070
|
"wrapper": true
|
6055
6071
|
},
|
6056
|
-
"
|
6072
|
+
"S3e": {
|
6057
6073
|
"type": "list",
|
6058
6074
|
"member": {
|
6059
6075
|
"locationName": "DomainMembership",
|
@@ -6071,7 +6087,7 @@
|
|
6071
6087
|
}
|
6072
6088
|
}
|
6073
6089
|
},
|
6074
|
-
"
|
6090
|
+
"S3i": {
|
6075
6091
|
"type": "structure",
|
6076
6092
|
"members": {
|
6077
6093
|
"LogTypesToEnable": {
|
@@ -6082,7 +6098,7 @@
|
|
6082
6098
|
}
|
6083
6099
|
}
|
6084
6100
|
},
|
6085
|
-
"
|
6101
|
+
"S3k": {
|
6086
6102
|
"type": "structure",
|
6087
6103
|
"members": {
|
6088
6104
|
"SecretArn": {},
|
@@ -6090,7 +6106,7 @@
|
|
6090
6106
|
"KmsKeyId": {}
|
6091
6107
|
}
|
6092
6108
|
},
|
6093
|
-
"
|
6109
|
+
"S3n": {
|
6094
6110
|
"type": "structure",
|
6095
6111
|
"members": {
|
6096
6112
|
"DBClusterEndpointIdentifier": {},
|
@@ -6109,13 +6125,13 @@
|
|
6109
6125
|
"DBClusterEndpointArn": {}
|
6110
6126
|
}
|
6111
6127
|
},
|
6112
|
-
"
|
6128
|
+
"S3t": {
|
6113
6129
|
"type": "list",
|
6114
6130
|
"member": {
|
6115
6131
|
"locationName": "DBSecurityGroupName"
|
6116
6132
|
}
|
6117
6133
|
},
|
6118
|
-
"
|
6134
|
+
"S3v": {
|
6119
6135
|
"type": "structure",
|
6120
6136
|
"members": {
|
6121
6137
|
"DBInstanceIdentifier": {},
|
@@ -6128,7 +6144,7 @@
|
|
6128
6144
|
"MasterUsername": {},
|
6129
6145
|
"DBName": {},
|
6130
6146
|
"Endpoint": {
|
6131
|
-
"shape": "
|
6147
|
+
"shape": "S3w"
|
6132
6148
|
},
|
6133
6149
|
"AllocatedStorage": {
|
6134
6150
|
"type": "integer"
|
@@ -6159,7 +6175,7 @@
|
|
6159
6175
|
},
|
6160
6176
|
"AvailabilityZone": {},
|
6161
6177
|
"DBSubnetGroup": {
|
6162
|
-
"shape": "
|
6178
|
+
"shape": "S3z"
|
6163
6179
|
},
|
6164
6180
|
"PreferredMaintenanceWindow": {},
|
6165
6181
|
"PendingModifiedValues": {
|
@@ -6189,7 +6205,7 @@
|
|
6189
6205
|
"CACertificateIdentifier": {},
|
6190
6206
|
"DBSubnetGroupName": {},
|
6191
6207
|
"PendingCloudwatchLogsExports": {
|
6192
|
-
"shape": "
|
6208
|
+
"shape": "S3i"
|
6193
6209
|
},
|
6194
6210
|
"ProcessorFeatures": {
|
6195
6211
|
"shape": "S1c"
|
@@ -6286,7 +6302,7 @@
|
|
6286
6302
|
"DbiResourceId": {},
|
6287
6303
|
"CACertificateIdentifier": {},
|
6288
6304
|
"DomainMemberships": {
|
6289
|
-
"shape": "
|
6305
|
+
"shape": "S3e"
|
6290
6306
|
},
|
6291
6307
|
"CopyTagsToSnapshot": {
|
6292
6308
|
"type": "boolean"
|
@@ -6333,7 +6349,7 @@
|
|
6333
6349
|
}
|
6334
6350
|
},
|
6335
6351
|
"ListenerEndpoint": {
|
6336
|
-
"shape": "
|
6352
|
+
"shape": "S3w"
|
6337
6353
|
},
|
6338
6354
|
"MaxAllocatedStorage": {
|
6339
6355
|
"type": "integer"
|
@@ -6342,7 +6358,7 @@
|
|
6342
6358
|
"shape": "Sb"
|
6343
6359
|
},
|
6344
6360
|
"DBInstanceAutomatedBackupsReplications": {
|
6345
|
-
"shape": "
|
6361
|
+
"shape": "S4e"
|
6346
6362
|
},
|
6347
6363
|
"CustomerOwnedIpEnabled": {
|
6348
6364
|
"type": "boolean"
|
@@ -6368,7 +6384,7 @@
|
|
6368
6384
|
},
|
6369
6385
|
"DBSystemId": {},
|
6370
6386
|
"MasterUserSecret": {
|
6371
|
-
"shape": "
|
6387
|
+
"shape": "S3k"
|
6372
6388
|
},
|
6373
6389
|
"CertificateDetails": {
|
6374
6390
|
"type": "structure",
|
@@ -6393,7 +6409,7 @@
|
|
6393
6409
|
},
|
6394
6410
|
"wrapper": true
|
6395
6411
|
},
|
6396
|
-
"
|
6412
|
+
"S3w": {
|
6397
6413
|
"type": "structure",
|
6398
6414
|
"members": {
|
6399
6415
|
"Address": {},
|
@@ -6403,7 +6419,7 @@
|
|
6403
6419
|
"HostedZoneId": {}
|
6404
6420
|
}
|
6405
6421
|
},
|
6406
|
-
"
|
6422
|
+
"S3z": {
|
6407
6423
|
"type": "structure",
|
6408
6424
|
"members": {
|
6409
6425
|
"DBSubnetGroupName": {},
|
@@ -6418,7 +6434,7 @@
|
|
6418
6434
|
"members": {
|
6419
6435
|
"SubnetIdentifier": {},
|
6420
6436
|
"SubnetAvailabilityZone": {
|
6421
|
-
"shape": "
|
6437
|
+
"shape": "S42"
|
6422
6438
|
},
|
6423
6439
|
"SubnetOutpost": {
|
6424
6440
|
"type": "structure",
|
@@ -6437,14 +6453,14 @@
|
|
6437
6453
|
},
|
6438
6454
|
"wrapper": true
|
6439
6455
|
},
|
6440
|
-
"
|
6456
|
+
"S42": {
|
6441
6457
|
"type": "structure",
|
6442
6458
|
"members": {
|
6443
6459
|
"Name": {}
|
6444
6460
|
},
|
6445
6461
|
"wrapper": true
|
6446
6462
|
},
|
6447
|
-
"
|
6463
|
+
"S4e": {
|
6448
6464
|
"type": "list",
|
6449
6465
|
"member": {
|
6450
6466
|
"locationName": "DBInstanceAutomatedBackupsReplication",
|
@@ -6454,7 +6470,7 @@
|
|
6454
6470
|
}
|
6455
6471
|
}
|
6456
6472
|
},
|
6457
|
-
"
|
6473
|
+
"S4o": {
|
6458
6474
|
"type": "list",
|
6459
6475
|
"member": {
|
6460
6476
|
"type": "structure",
|
@@ -6468,7 +6484,7 @@
|
|
6468
6484
|
}
|
6469
6485
|
}
|
6470
6486
|
},
|
6471
|
-
"
|
6487
|
+
"S4u": {
|
6472
6488
|
"type": "structure",
|
6473
6489
|
"members": {
|
6474
6490
|
"DBProxyName": {},
|
@@ -6515,7 +6531,7 @@
|
|
6515
6531
|
}
|
6516
6532
|
}
|
6517
6533
|
},
|
6518
|
-
"
|
6534
|
+
"S53": {
|
6519
6535
|
"type": "structure",
|
6520
6536
|
"members": {
|
6521
6537
|
"DBProxyEndpointName": {},
|
@@ -6539,13 +6555,13 @@
|
|
6539
6555
|
}
|
6540
6556
|
}
|
6541
6557
|
},
|
6542
|
-
"
|
6558
|
+
"S5a": {
|
6543
6559
|
"type": "list",
|
6544
6560
|
"member": {
|
6545
6561
|
"locationName": "SubnetIdentifier"
|
6546
6562
|
}
|
6547
6563
|
},
|
6548
|
-
"
|
6564
|
+
"S5g": {
|
6549
6565
|
"type": "structure",
|
6550
6566
|
"members": {
|
6551
6567
|
"GlobalClusterIdentifier": {},
|
@@ -6596,12 +6612,12 @@
|
|
6596
6612
|
},
|
6597
6613
|
"wrapper": true
|
6598
6614
|
},
|
6599
|
-
"
|
6615
|
+
"S5r": {
|
6600
6616
|
"type": "map",
|
6601
6617
|
"key": {},
|
6602
6618
|
"value": {}
|
6603
6619
|
},
|
6604
|
-
"
|
6620
|
+
"S5s": {
|
6605
6621
|
"type": "structure",
|
6606
6622
|
"members": {
|
6607
6623
|
"SourceArn": {},
|
@@ -6610,7 +6626,7 @@
|
|
6610
6626
|
"IntegrationArn": {},
|
6611
6627
|
"KMSKeyId": {},
|
6612
6628
|
"AdditionalEncryptionContext": {
|
6613
|
-
"shape": "
|
6629
|
+
"shape": "S5r"
|
6614
6630
|
},
|
6615
6631
|
"Status": {},
|
6616
6632
|
"Tags": {
|
@@ -6635,11 +6651,11 @@
|
|
6635
6651
|
}
|
6636
6652
|
}
|
6637
6653
|
},
|
6638
|
-
"
|
6654
|
+
"S60": {
|
6639
6655
|
"type": "string",
|
6640
6656
|
"sensitive": true
|
6641
6657
|
},
|
6642
|
-
"
|
6658
|
+
"S62": {
|
6643
6659
|
"type": "structure",
|
6644
6660
|
"members": {
|
6645
6661
|
"TenantDatabaseCreateTime": {
|
@@ -6661,7 +6677,7 @@
|
|
6661
6677
|
"type": "structure",
|
6662
6678
|
"members": {
|
6663
6679
|
"MasterUserPassword": {
|
6664
|
-
"shape": "
|
6680
|
+
"shape": "S60"
|
6665
6681
|
},
|
6666
6682
|
"TenantDBName": {}
|
6667
6683
|
}
|
@@ -6672,7 +6688,7 @@
|
|
6672
6688
|
},
|
6673
6689
|
"wrapper": true
|
6674
6690
|
},
|
6675
|
-
"
|
6691
|
+
"S6b": {
|
6676
6692
|
"type": "structure",
|
6677
6693
|
"members": {
|
6678
6694
|
"Engine": {},
|
@@ -6680,7 +6696,7 @@
|
|
6680
6696
|
"DBClusterAutomatedBackupsArn": {},
|
6681
6697
|
"DBClusterIdentifier": {},
|
6682
6698
|
"RestoreWindow": {
|
6683
|
-
"shape": "
|
6699
|
+
"shape": "S6c"
|
6684
6700
|
},
|
6685
6701
|
"MasterUsername": {},
|
6686
6702
|
"DbClusterResourceId": {},
|
@@ -6720,7 +6736,7 @@
|
|
6720
6736
|
},
|
6721
6737
|
"wrapper": true
|
6722
6738
|
},
|
6723
|
-
"
|
6739
|
+
"S6c": {
|
6724
6740
|
"type": "structure",
|
6725
6741
|
"members": {
|
6726
6742
|
"EarliestTime": {
|
@@ -6731,7 +6747,7 @@
|
|
6731
6747
|
}
|
6732
6748
|
}
|
6733
6749
|
},
|
6734
|
-
"
|
6750
|
+
"S6l": {
|
6735
6751
|
"type": "structure",
|
6736
6752
|
"members": {
|
6737
6753
|
"DBInstanceArn": {},
|
@@ -6739,7 +6755,7 @@
|
|
6739
6755
|
"Region": {},
|
6740
6756
|
"DBInstanceIdentifier": {},
|
6741
6757
|
"RestoreWindow": {
|
6742
|
-
"shape": "
|
6758
|
+
"shape": "S6c"
|
6743
6759
|
},
|
6744
6760
|
"AllocatedStorage": {
|
6745
6761
|
"type": "integer"
|
@@ -6776,7 +6792,7 @@
|
|
6776
6792
|
},
|
6777
6793
|
"DBInstanceAutomatedBackupsArn": {},
|
6778
6794
|
"DBInstanceAutomatedBackupsReplications": {
|
6779
|
-
"shape": "
|
6795
|
+
"shape": "S4e"
|
6780
6796
|
},
|
6781
6797
|
"BackupTarget": {},
|
6782
6798
|
"StorageThroughput": {
|
@@ -6792,7 +6808,7 @@
|
|
6792
6808
|
},
|
6793
6809
|
"wrapper": true
|
6794
6810
|
},
|
6795
|
-
"
|
6811
|
+
"S7c": {
|
6796
6812
|
"type": "list",
|
6797
6813
|
"member": {
|
6798
6814
|
"locationName": "Filter",
|
@@ -6812,7 +6828,7 @@
|
|
6812
6828
|
}
|
6813
6829
|
}
|
6814
6830
|
},
|
6815
|
-
"
|
6831
|
+
"S7l": {
|
6816
6832
|
"type": "structure",
|
6817
6833
|
"members": {
|
6818
6834
|
"CertificateIdentifier": {},
|
@@ -6834,7 +6850,7 @@
|
|
6834
6850
|
},
|
6835
6851
|
"wrapper": true
|
6836
6852
|
},
|
6837
|
-
"
|
6853
|
+
"S80": {
|
6838
6854
|
"type": "list",
|
6839
6855
|
"member": {
|
6840
6856
|
"locationName": "Parameter",
|
@@ -6858,7 +6874,7 @@
|
|
6858
6874
|
}
|
6859
6875
|
}
|
6860
6876
|
},
|
6861
|
-
"
|
6877
|
+
"S85": {
|
6862
6878
|
"type": "structure",
|
6863
6879
|
"members": {
|
6864
6880
|
"DBClusterSnapshotIdentifier": {},
|
@@ -6870,7 +6886,7 @@
|
|
6870
6886
|
"members": {
|
6871
6887
|
"AttributeName": {},
|
6872
6888
|
"AttributeValues": {
|
6873
|
-
"shape": "
|
6889
|
+
"shape": "S88"
|
6874
6890
|
}
|
6875
6891
|
}
|
6876
6892
|
}
|
@@ -6878,13 +6894,13 @@
|
|
6878
6894
|
},
|
6879
6895
|
"wrapper": true
|
6880
6896
|
},
|
6881
|
-
"
|
6897
|
+
"S88": {
|
6882
6898
|
"type": "list",
|
6883
6899
|
"member": {
|
6884
6900
|
"locationName": "AttributeValue"
|
6885
6901
|
}
|
6886
6902
|
},
|
6887
|
-
"
|
6903
|
+
"S96": {
|
6888
6904
|
"type": "structure",
|
6889
6905
|
"members": {
|
6890
6906
|
"DBProxyName": {},
|
@@ -6920,7 +6936,7 @@
|
|
6920
6936
|
}
|
6921
6937
|
}
|
6922
6938
|
},
|
6923
|
-
"
|
6939
|
+
"S9a": {
|
6924
6940
|
"type": "list",
|
6925
6941
|
"member": {
|
6926
6942
|
"type": "structure",
|
@@ -6945,7 +6961,7 @@
|
|
6945
6961
|
}
|
6946
6962
|
}
|
6947
6963
|
},
|
6948
|
-
"
|
6964
|
+
"S9m": {
|
6949
6965
|
"type": "structure",
|
6950
6966
|
"members": {
|
6951
6967
|
"DBSnapshotIdentifier": {},
|
@@ -6957,7 +6973,7 @@
|
|
6957
6973
|
"members": {
|
6958
6974
|
"AttributeName": {},
|
6959
6975
|
"AttributeValues": {
|
6960
|
-
"shape": "
|
6976
|
+
"shape": "S88"
|
6961
6977
|
}
|
6962
6978
|
},
|
6963
6979
|
"wrapper": true
|
@@ -6966,18 +6982,18 @@
|
|
6966
6982
|
},
|
6967
6983
|
"wrapper": true
|
6968
6984
|
},
|
6969
|
-
"
|
6985
|
+
"Sa1": {
|
6970
6986
|
"type": "structure",
|
6971
6987
|
"members": {
|
6972
6988
|
"DBParameterGroupFamily": {},
|
6973
6989
|
"Marker": {},
|
6974
6990
|
"Parameters": {
|
6975
|
-
"shape": "
|
6991
|
+
"shape": "S80"
|
6976
6992
|
}
|
6977
6993
|
},
|
6978
6994
|
"wrapper": true
|
6979
6995
|
},
|
6980
|
-
"
|
6996
|
+
"Sba": {
|
6981
6997
|
"type": "list",
|
6982
6998
|
"member": {
|
6983
6999
|
"locationName": "AvailableProcessorFeature",
|
@@ -6989,7 +7005,7 @@
|
|
6989
7005
|
}
|
6990
7006
|
}
|
6991
7007
|
},
|
6992
|
-
"
|
7008
|
+
"Sbj": {
|
6993
7009
|
"type": "structure",
|
6994
7010
|
"members": {
|
6995
7011
|
"ReservedDBInstanceId": {},
|
@@ -7018,14 +7034,14 @@
|
|
7018
7034
|
},
|
7019
7035
|
"State": {},
|
7020
7036
|
"RecurringCharges": {
|
7021
|
-
"shape": "
|
7037
|
+
"shape": "Sbl"
|
7022
7038
|
},
|
7023
7039
|
"ReservedDBInstanceArn": {},
|
7024
7040
|
"LeaseId": {}
|
7025
7041
|
},
|
7026
7042
|
"wrapper": true
|
7027
7043
|
},
|
7028
|
-
"
|
7044
|
+
"Sbl": {
|
7029
7045
|
"type": "list",
|
7030
7046
|
"member": {
|
7031
7047
|
"locationName": "RecurringCharge",
|
@@ -7039,7 +7055,7 @@
|
|
7039
7055
|
"wrapper": true
|
7040
7056
|
}
|
7041
7057
|
},
|
7042
|
-
"
|
7058
|
+
"Sc3": {
|
7043
7059
|
"type": "list",
|
7044
7060
|
"member": {
|
7045
7061
|
"locationName": "Range",
|
@@ -7057,7 +7073,7 @@
|
|
7057
7073
|
}
|
7058
7074
|
}
|
7059
7075
|
},
|
7060
|
-
"
|
7076
|
+
"Sc5": {
|
7061
7077
|
"type": "list",
|
7062
7078
|
"member": {
|
7063
7079
|
"locationName": "DoubleRange",
|
@@ -7072,7 +7088,7 @@
|
|
7072
7088
|
}
|
7073
7089
|
}
|
7074
7090
|
},
|
7075
|
-
"
|
7091
|
+
"Scr": {
|
7076
7092
|
"type": "structure",
|
7077
7093
|
"members": {
|
7078
7094
|
"EnableLogTypes": {
|
@@ -7083,13 +7099,13 @@
|
|
7083
7099
|
}
|
7084
7100
|
}
|
7085
7101
|
},
|
7086
|
-
"
|
7102
|
+
"Scw": {
|
7087
7103
|
"type": "structure",
|
7088
7104
|
"members": {
|
7089
7105
|
"DBClusterParameterGroupName": {}
|
7090
7106
|
}
|
7091
7107
|
},
|
7092
|
-
"
|
7108
|
+
"Sd2": {
|
7093
7109
|
"type": "structure",
|
7094
7110
|
"members": {
|
7095
7111
|
"DBParameterGroupName": {}
|